* dired.el (dired-save-positions): Doc fix. (Bug#7119)
[emacs.git] / lisp / ChangeLog
blob87520c2721b56f84a5107c5f8263b9297decc45c
1 2010-09-27  Drew Adams  <drew.adams@oracle.com>
3         * dired.el (dired-save-positions): Doc fix.  (Bug#7119)
5 2010-09-27  Andreas Schwab  <schwab@linux-m68k.org>
7         * Makefile.in (ELCFILES): Update.
9         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Avoid
10         infinite recursion on erroneous lambda form.  (Bug#7114)
12 2010-09-27  Kenichi Handa  <handa@m17n.org>
14         * tar-mode.el (tar-header-block-tokenize): Decode filenames in
15         "ustar" format.
17 2010-09-27  Kenichi Handa  <handa@m17n.org>
19         * international/mule.el (define-coding-system): Docstring fixed.
21         * international/mule-diag.el (describe-character-set): Use princ
22         with proper print-length and print-level instead of insert.
24 2010-09-26  Juanma Barranquero  <lekktu@gmail.com>
26         * window.el (walk-windows): Doc fix (bug#7105).
28 2010-09-23  Glenn Morris  <rgm@gnu.org>
30         * isearch.el (isearch-lazy-highlight-cleanup)
31         (isearch-lazy-highlight-initial-delay)
32         (isearch-lazy-highlight-interval)
33         (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
34         * net/net-utils.el (ipconfig-program-options):
35         Move aliases to options before the associated definitions.
37 2010-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
39         * newcomment.el (comment-normalize-vars): Better test validity of
40         comment-end-skip.
42 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
44         * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
45         (float-e): New name for `e'.
46         (degrees-to-radians, radians-to-degrees):
47         * calendar/solar.el (solar-longitude):
48         * calculator.el (calculator-registers, calculator-funcall):
49         * textmodes/artist.el (artist-spray-random-points):
50         * play/bubbles.el (bubbles--initialize-images): Use new names.
52 2010-09-19  Eric M. Ludlam  <zappo@gnu.org>
54         Update to CEDET 1.0's version of EIEIO.
56         * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
57         New function.
58         (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
59         (eieio-default-eval-maybe): Eval val instead of unquoting only.
60         (class-precedence-list): If class is nil, return nil.
61         (eieio-generic-call): If class of first input arg is nil, don't
62         look up static methods, and do check for primary methods.
63         (initialize-instance): See if the default needs to be evaluated
64         during the constructor.
65         (eieio-perform-slot-validation-for-default): Don't do the check
66         for values that will eventually be evaluated.
67         (eieio-eval-default-p): New function.
68         (eieio-default-eval-maybe): Use it.
70 2010-07-03  Jan Moringen  <jan.moringen@uni-bielefeld.de>
72         * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
73         method-invocation-order.
74         (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
75         (eieio-class-precedence-dfs): Compute class precedence list using
76         dfs algorithm.
77         (eieio-class-precedence-bfs): Compute class precedence list using
78         bfs algorithm.
79         (eieio-class-precedence-c3): Compute class precedence list using
80         c3 algorithm.
81         (class-precedence-list): New function.
82         (eieiomt-method-list, eieiomt-sym-optimize): Use it.
83         (inconsistent-class-hierarchy): New error symbol.
84         (call-next-method): Stow the replacement argument list for future
85         call-next-method invocations.
87 2010-09-15  Glenn Morris  <rgm@gnu.org>
89         * calendar/appt.el (appt-check): If not displaying the diary,
90         use (diary 1) to only get the entries we need.
91         (appt-make-list): Sort diary-list-entries, if we cannot guarantee
92         that it is in day order.  (Bug#7019)
94         * calendar/appt.el (appt-check): Rather than showing the diary,
95         just turn off invisible display, and only if needed.
97         * calendar/diary-lib.el (diary-list-entries): Doc fix.  (Bug#7019)
99 2010-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
101         * emacs-lisp/byte-run.el (set-advertised-calling-convention):
102         Add `when' argument.  Update callers.
104         * subr.el (unintern): Declare the obarray arg mandatory.
106 2010-09-14  Glenn Morris  <rgm@gnu.org>
108         * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
109         Doc fixes.
111         * calendar/diary-lib.el (diary-included-files): New variable.
112         (diary-list-entries): Maybe initialize diary-included-files.
113         (diary-include-other-diary-files): Append to diary-included-files.
114         * calendar/appt.el (appt-update-list): Also check the members of
115         diary-included-files.  (Bug#6999)
116         (appt-check): Doc fix.
118 2010-09-12  David Reitter  <david.reitter@gmail.com>
120         * simple.el (line-move-visual): Do not truncate goal column to
121         integer size.  (Bug#7020)
123 2010-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
125         * repeat.el (repeat): Allow repeating when the last event is a click.
126         Suggested by Drew Adams (bug#6256).
128 2010-09-11  Sascha Wilde  <wilde@sha-bang.de>
130         * vc/vc-hg.el (vc-hg-state,vc-hg-working-revision):
131         Replace setting HGRCPATH to "" by some less invasive --config options.
133 2010-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
135         * font-lock.el (font-lock-beginning-of-syntax-function):
136         Mark as obsolete.
138 2010-09-10  Glenn Morris  <rgm@gnu.org>
140         * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
141         and tool-bar modes.  (Bug#6211)
142         (menu-bar-mode): Move setting of standard-value after the
143         minor-mode definition, otherwise it seems to have no effect.
145 2010-09-08  Masatake YAMATO  <yamato@redhat.com>
147         * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
148         Fix typo.  (Bug#6976)
150 2010-09-06  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
152         * whitespace.el: Allow cleaning up blanks without blank
153         visualization (Bug#6651).  Adjust help window for
154         whitespace-toggle-options (Bug#6479).  Allow to use fill-column
155         instead of whitespace-line-column (from EmacsWiki).  New version 13.1.
156         (whitespace-style): Add new value 'face.  Adjust docstring.
157         (whitespace-space, whitespace-hspace, whitespace-tab):
158         Adjust foreground property face.
159         (whitespace-line-column): Adjust docstring and type declaration.
160         (whitespace-style-value-list, whitespace-toggle-option-alist)
161         (whitespace-help-text): Adjust const initialization.
162         (whitespace-toggle-options, global-whitespace-toggle-options):
163         Adjust docstring.
164         (whitespace-display-window, whitespace-interactive-char)
165         (whitespace-style-face-p, whitespace-color-on): Adjust code.
166         (whitespace-help-scroll): New fun.
168 2010-09-05  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
170         * files.el (directory-abbrev-alist): Use \` as default regexp.
172         * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
173         chars like - or ] (bug#6984).
174         (rx-any-condense-range): Explode 2-char ranges.
176 2010-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
178         * textmodes/bibtex.el:
179         * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
181 2010-09-02  Glenn Morris  <rgm@gnu.org>
183         * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
185 2010-08-31  Kenichi Handa  <handa@m17n.org>
187         * international/mule-cmds.el (standard-display-european-internal):
188         Setup standard-display-table for 8-bit characters by storing 8-bit
189         characters in the element vector.
191         * disp-table.el (standard-display-8bit):
192         Setup standard-display-table for 8-bit characters by storing 8-bit
193         characters in the element vector.
194         (standard-display-european): Likewise.
196 2010-08-26  Michael Albinus  <michael.albinus@gmx.de>
198         Sync with Tramp 2.1.19.
200         * net/tramp-cmds.el (tramp-cleanup-all-connections)
201         (tramp-reporter-dump-variable, tramp-load-report-modules)
202         (tramp-append-tramp-buffers): Use `tramp-compat-funcall'.
203         (tramp-bug): Recommend setting of `tramp-verbose' to 9.
205         * net/tramp-compat.el (top): Do not autoload
206         `tramp-handle-file-remote-p'.  Load tramp-util.el and tramp-vc.el
207         only when `start-file-process' is not bound.
208         (byte-compile-not-obsolete-vars): Define if not bound.
209         (tramp-compat-funcall): New defmacro.
210         (tramp-compat-line-beginning-position)
211         (tramp-compat-line-end-position)
212         (tramp-compat-temporary-file-directory)
213         (tramp-compat-make-temp-file, tramp-compat-file-attributes)
214         (tramp-compat-copy-file, tramp-compat-copy-directory)
215         (tramp-compat-delete-file, tramp-compat-delete-directory)
216         (tramp-compat-number-sequence, tramp-compat-process-running-p):
217         Use it.
218         (tramp-advice-file-expand-wildcards): Do not use
219         `tramp-handle-file-remote-p'.
220         (tramp-compat-make-temp-file): Simplify fallback implementation.
221         (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
222         (tramp-compat-copy-tree): Remove function.
223         (tramp-compat-delete-file): New defun.
224         (tramp-compat-delete-directory): Provide implementation for older
225         Emacsen.
226         (tramp-compat-file-attributes): Handle only
227         `wrong-number-of-arguments' error.
229         * net/tramp-fish.el (tramp-fish-handle-copy-file):
230         Add PRESERVE_SELINUX_CONTEXT.
231         (tramp-fish-handle-delete-file): Add TRASH arg.
232         (tramp-fish-handle-directory-files-and-attributes):
233         Do not use `tramp-fish-handle-file-attributes.
234         (tramp-fish-handle-file-local-copy)
235         (tramp-fish-handle-insert-file-contents)
236         (tramp-fish-maybe-open-connection): Use `with-progress-reporter'.
238         * net/tramp-gvfs.el (top): Require url-util.
239         (tramp-gvfs-mount-point): Remove.
240         (tramp-gvfs-file-name-handler-alist): Add `file-selinux-context'
241         and `set-file-selinux-context'.
242         (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command)
243         (tramp-gvfs-handle-file-selinux-context)
244         (tramp-gvfs-handle-set-file-selinux-context): New defuns.
245         (with-tramp-dbus-call-method): Format trace message.
246         (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
247         (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
248         Implement backup call, when operation on local files fails.
249         Use progress reporter.  Flush properties of changed files.
250         (tramp-gvfs-handle-delete-file): Add TRASH arg.
251         Use `tramp-compat-delete-file'.
252         (tramp-gvfs-handle-expand-file-name): Expand "~/".
253         (tramp-gvfs-handle-make-directory): Make more traces.
254         (tramp-gvfs-handle-write-region): Protect deleting tmpfile.
255         (tramp-gvfs-url-file-name): Hexify file name in url.
256         (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
257         into account for the resulting file name.
258         (tramp-gvfs-handler-askquestion): Preserve current message, in
259         order to let progress reporter continue afterwards.  (Bug#6257)
260         Return dummy mountpoint, when the answer is "no".
261         See `tramp-gvfs-maybe-open-connection'.
262         (tramp-gvfs-handler-mounted-unmounted)
263         (tramp-gvfs-connection-mounted-p): Test also for new mountspec
264         attribute "default_location".  Set "prefix" property.
265         Handle default-location.
266         (tramp-gvfs-mount-spec): Return both prefix and mountspec.
267         (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
268         exists.  Raise an error, if not (due to a corresponding answer
269         "no" in interactive questions, for example).
270         Use `tramp-compat-funcall'.
272         * net/tramp-imap.el (top): Autoload `epg-make-context'.
273         (tramp-imap-handle-copy-file): Add PRESERVE-SELINUX-CONTEXT.
274         (tramp-imap-do-copy-or-rename-file)
275         (tramp-imap-handle-insert-file-contents)
276         (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
277         (tramp-imap-handle-delete-file): Add TRASH arg.
279         * net/tramp-smb.el (tramp-smb-handle-copy-file):
280         Add PRESERVE-SELINUX-CONTEXT.
281         (tramp-smb-handle-copy-file)
282         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
283         (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
284         Use `with-progress-reporter'.
285         (tramp-smb-handle-delete-file): Add TRASH arg.
287         * net/tramp.el (tramp-methods): Move hostname to the end in all
288         ssh `tramp-login-args'.  Add `tramp-async-args' attribute where
289         appropriate.
290         (tramp-verbose): Describe verbose level 9.
291         (tramp-completion-function-alist)
292         (tramp-file-name-regexp, tramp-chunksize)
293         (tramp-local-coding-commands, tramp-remote-coding-commands)
294         (with-connection-property, tramp-completion-mode-p)
295         (tramp-action-process-alive, tramp-action-out-of-band)
296         (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
297         (tramp-exists-file-name-handler): Fix docstring.
298         (tramp-remote-process-environment): Use `format' instead of
299         `concat'.  Protect version string by apostroph.
300         (tramp-shell-prompt-pattern): Do not use a shy group in case of
301         XEmacs.
302         (tramp-file-name-regexp-unified)
303         (tramp-completion-file-name-regexp-unified): On W32 systems, do
304         not regard the volume letter as remote filename.  (Bug#5447)
305         (tramp-perl-file-attributes)
306         (tramp-perl-directory-files-and-attributes): Don't pass "$3".
307         (tramp-vc-registered-read-file-names): Read input as
308         here-document, otherwise the command could exceed maximum length
309         of command line.
310         (tramp-file-name-handler-alist): Add `file-selinux-context' and
311         `set-file-selinux-context'.
312         (tramp-debug-message): Add `tramp-compat-funcall' to ignored
313         backtrace functions.
314         (tramp-error-with-buffer): Don't show the connection buffer when
315         we are in completion mode.
316         (tramp-progress-reporter-update, tramp-remote-selinux-p)
317         (tramp-handle-file-selinux-context)
318         (tramp-handle-set-file-selinux-context, tramp-process-sentinel)
319         (tramp-connectable-p, tramp-open-shell, tramp-get-remote-trash):
320         New defuns.
321         (with-progress-reporter): New defmacro.
322         (tramp-debug-outline-regexp): New defconst.
323         (top, tramp-rfn-eshadow-setup-minibuffer)
324         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
325         (tramp-handle-dired-compress-file, tramp-handle-shell-command)
326         (tramp-completion-mode-p, tramp-check-for-regexp)
327         (tramp-open-connection-setup-interactive-shell)
328         (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
329         (tramp-time-diff, tramp-coding-system-change-eol-conversion)
330         (tramp-set-process-query-on-exit-flag, tramp-unload-tramp):
331         Use `tramp-compat-funcall'.
332         (tramp-handle-make-symbolic-link): Flush file properties.
333         (tramp-handle-load, tramp-handle-file-local-copy)
334         (tramp-handle-insert-file-contents, tramp-handle-write-region)
335         (tramp-handle-vc-registered, tramp-maybe-send-script)
336         (tramp-find-shell): Use `with-progress-reporter'.
337         (tramp-do-file-attributes-with-stat): Add space in format string,
338         in order to work around a bug in pdksh.  Reported by Gilles Pion
339         <gpion@lfdj.com>.
340         (tramp-handle-verify-visited-file-modtime): Do not send a command
341         when the connection is not established.
342         (tramp-handle-set-file-times): Simplify the check for utc.
343         (tramp-handle-directory-files-and-attributes)
344         (tramp-get-remote-path): Use `copy-tree'.
345         (tramp-completion-handle-file-name-all-completions): Ensure, that
346         non remote files are still checked.  Oops.
347         (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
348         Handle PRESERVE-SELINUX-CONTEXT.
349         (tramp-do-copy-or-rename-file): Add progress reporter.
350         (tramp-do-copy-or-rename-file-directly): Do not use
351         `tramp-handle-file-remote-p'.
352         (tramp-do-copy-or-rename-file-out-of-band):
353         Use `tramp-compat-delete-directory'.
354         (tramp-do-copy-or-rename-file-out-of-band)
355         (tramp-compute-multi-hops, tramp-maybe-open-connection):
356         Use `format-spec-make'.
357         (tramp-handle-delete-file): Add TRASH arg.
358         (tramp-handle-dired-uncache): Flush directory cache, not only file
359         cache.
360         (tramp-handle-expand-file-name)
361         (tramp-completion-handle-file-name-all-completions)
362         (tramp-completion-handle-file-name-completion):
363         Use `tramp-connectable-p'.
364         (tramp-handle-start-file-process): Set connection property "vec".
365         Use it, in order to invalidate file caches.  Check only for
366         `remote-tty' process property.
367         Implement tty setting.  (Bug#4604, Bug#6360)
368         (tramp-file-name-for-operation): Add `call-process-region' and
369         `set-file-selinux-context'.
370         (tramp-find-foreign-file-name-handler)
371         (tramp-advice-make-auto-save-file-name)
372         (tramp-set-auto-save-file-modes): Remove superfluous check for
373         `stringp'.  This is done inside `tramp-tramp-file-p'.
374         (tramp-file-name-handler): Trace 'quit.  Catch the error for some
375         operations when we are in completion mode.  This gives the user
376         the chance to correct the file name in the minibuffer.
377         (tramp-completion-mode-p): Use `non-essential'.
378         (tramp-handle-file-name-all-completions): Backward/ XEmacs
379         compatibility: Use `completion-ignore-case' if
380         `read-file-name-completion-ignore-case' does not exist.
381         (tramp-get-debug-buffer): Use `tramp-debug-outline-regexp'.
382         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
383         `tramp-open-shell'.
384         (tramp-action-password): Hide password prompt before next run.
385         (tramp-process-actions): Widen connection buffer for the trace.
386         (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
387         process property.  Trace stty settings if `tramp-verbose' >= 9.
388         Apply workaround for IRIX64 bug.  Move argument of last
389         `tramp-send-command' where it belongs to.
390         (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
391         front of `login-args'.
392         (tramp-get-ls-command, tramp-get-ls-command-with-dired): Run tests
393         on "/dev/null" instead of "/".
394         (tramp-get-ls-command-with-dired): Make test for "--dired"
395         stronger.
396         (tramp-set-auto-save-file-modes): Adapt version check.
397         (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
398         (tramp-handle-process-file): Call the program in a subshell, in
399         order to preserve working directory.
400         (tramp-handle-shell-command): Don't use hard-wired "/bin/sh" but
401         `tramp-remote-sh' from `tramp-methods'.
402         (tramp-get-ls-command): Make test for "--color=never" stronger.
403         (tramp-check-for-regexp): Use (forward-line 1).
405         * net/trampver.el: Update release number.
407 2010-08-26  Magnus Henoch  <magnus.henoch@gmail.com>
409         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
410         empty argument to gvfs-copy.
412 2010-08-26  Chong Yidong  <cyd@stupidchicken.com>
414         * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
415         handle new TRASH arg of `delete-file'.
417 2010-08-26  Christian Lynbech  <christian.lynbech@tieto.com>  (tiny change)
419         * net/tramp.el (tramp-handle-insert-directory): Don't use
420         `forward-word', its default syntax could be changed.
422 2010-08-26  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
423             Michael Albinus  <michael.albinus@gmx.de>
425         Implement compression for inline methods.
427         * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
428         (tramp-copy-size-limit): Allow also nil.
429         (tramp-inline-compress-commands): New defconst.
430         (tramp-find-inline-compress, tramp-get-inline-compress)
431         (tramp-get-inline-coding): New defuns.
432         (tramp-get-remote-coding, tramp-get-local-coding): Remove,
433         replaced by `tramp-get-inline-coding'.
434         (tramp-handle-file-local-copy, tramp-handle-write-region)
435         (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
437 2010-08-26  Noah Lavine  <noah549@gmail.com>  (tiny change)
439         Detect ssh 'ControlMaster' argument automatically in some cases.
441         * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
442         (tramp-default-method): Use it.
444 2010-08-26  Karel Klíč  <kklic@redhat.com>
446         * net/tramp.el (tramp-file-name-for-operation):
447         Add file-selinux-context.
449 2010-08-26  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
451         * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
453 2010-08-26  Chong Yidong  <cyd@stupidchicken.com>
455         * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
456         (Bug#6907).
458 2010-08-23  Chris Foote <chris@foote.com.au>  (tiny change)
460         * progmodes/python.el (python-block-pairs): Allow use of "finally"
461         with "else" (Bug#3991).
463 2010-08-22  Leo  <sdl.web@gmail.com>
465         * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
466         (ignore, bright, dim, keyword): Split list of nicknames before
467         passing to rcirc-add-or-remove (Bug#6894).
469 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
471         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
473 2010-08-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
475         * whitespace.el: Fix slow cursor movement (Bug#6172).  Reported by
476         Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
477         New version 13.0.
478         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
479         Adjust initialization.
480         (whitespace-bob-marker, whitespace-eob-marker)
481         (whitespace-buffer-changed): New vars.
482         (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
483         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
484         (whitespace-post-command-hook, whitespace-display-char-on):
485         Adjust code.
486         (whitespace-looking-back, whitespace-buffer-changed): New funs.
487         (whitespace-space-regexp, whitespace-tab-regexp): Eliminate funs.
489 2010-08-21  Leo  <sdl.web@gmail.com>
491         Fix buffer-list rename&refresh after killing a buffer in ido.
492         * lisp/ido.el: Revert Óscar's.
493         (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
494         Remember the buffers at head, rather than their name.
495         * lisp/iswitchb.el (iswitchb-kill-buffer): Re-make the list.
497 2010-08-21  Kirk Kelsey  <kirk.kelsey@0x4b.net>  (tiny change)
498             Stefan Monnier  <monnier@iro.umontreal.ca>
500         * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
501         extra backslash added to each line (bug#6890).
503 2010-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
505         * subr.el (read-key): Don't echo keystrokes (bug#6883).
507 2010-08-21  Glenn Morris  <rgm@gnu.org>
509         * menu-bar.el (menu-bar-games-menu): Add landmark.
511 2010-08-20  Glenn Morris  <rgm@gnu.org>
513         * align.el (align-regexp): Make group and spacing arguments
514         use the interactive defaults when non-interactive.  (Bug#6698)
516         * mail/rmail.el (rmail-forward): Replace mail-text-start with its
517         expansion, so as not to need sendmail.
518         (mail-text-start): Remove declaration.
519         (rmail-retry-failure): Require sendmail.
521 2010-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
523         * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
525 2010-08-18  Michael Albinus  <michael.albinus@gmx.de>
527         * progmodes/flymake.el (flymake-start-syntax-check-process):
528         Use `start-file-process' in order to let it run also on remote hosts.
530 2010-08-18  Kenichi Handa  <handa@m17n.org>
532         * files.el: Add `word-wrap' as safe local variable.
534 2010-08-18  Glenn Morris  <rgm@gnu.org>
536         * woman.el (woman-translate): Case matters.  (Bug#6849)
538 2010-08-14  Chong Yidong  <cyd@stupidchicken.com>
540         * simple.el (kill-region): Doc fix (Bug#6787).
542 2010-08-14  Glenn Morris  <rgm@gnu.org>
544         * calendar/diary-lib.el (diary-header-line-format):
545         Fit it to the window, not the frame.
547 2010-08-11  Andreas Schwab  <schwab@linux-m68k.org>
549         * subr.el (ignore-errors): Add debug declaration.
551 2010-08-09  Geoff Gole  <geoffgole@gmail.com>  (tiny change)
553         * whitespace.el (whitespace-color-off): Remove post-command-hook
554         locally.
556 2010-08-08  Johan Bockgård  <bojohan@gnu.org>
558         * replace.el (replace-highlight): Bind isearch-forward and
559         isearch-error, ensuring that highlighting is updated if the user
560         switches the search direction (Bug#6808).
562         * isearch.el (isearch-lazy-highlight-forward): New var.
563         (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
564         (isearch-lazy-highlight-update): Use it.
566 2010-08-06  Kenichi Handa  <handa@m17n.org>
568         * international/mule.el (define-charset): Store NAME as :base property.
569         (ctext-non-standard-encodings-table): Pay attention to charset aliases.
570         (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
571         current priority.  Force using the designation of the specific
572         charset by adding `charset' text property.  Improve the whole
573         algorithm.
575 2010-08-05  Juanma Barranquero  <lekktu@gmail.com>
577         * emulation/pc-select.el (pc-selection-mode-hook)
578         (copy-region-as-kill-nomark, beginning-of-buffer-mark)
579         (pc-selection-mode): Fix typos in docstrings.
581 2010-08-04  Kenichi Handa  <handa@m17n.org>
583         * language/cyrillic.el: Don't add "microsoft-cp1251" to
584         ctext-non-standard-encodings-alist here.
586         * international/mule.el (ctext-non-standard-encodings-alist):
587         Add "koi8-r" and "microsoft-cp1251".
588         (ctext-standard-encodings): New variable.
589         (ctext-non-standard-encodings-table): List only elements for
590         non-standard encodings.
591         (ctext-pre-write-conversion): Adjust for the above change.
592         Check ctext-standard-encodings.
594         * international/mule-conf.el (compound-text): Doc fix.
595         (ctext-no-compositions): Doc fix.
596         (compound-text-with-extensions): Doc fix.
598 2010-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
600         * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
602 2010-08-03  Juanma Barranquero  <lekktu@gmail.com>
604         * progmodes/which-func.el (which-func-format): Split help-echo text
605         into lines, like other mode-line tooltips.
607         * server.el (server-start): When using TCP sockets, force IPv4
608         and use a literal 127.0.0.1 for localhost.  (Related to bug#6781.)
610 2010-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
612         * bindings.el (complete-symbol): Run completion-at-point as a fallback.
614 2010-08-02  Juanma Barranquero  <lekktu@gmail.com>
616         * term.el (term-delimiter-argument-list): Reflow docstring.
617         (term-read-input-ring, term-write-input-ring, term-send-input)
618         (term-bol, term-erase-in-display, serial-supported-or-barf):
619         Fix typos in docstrings.
621 2010-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
623         * bindings.el (function-key-map): Add a S-tab => backtab fallback.
625 2010-08-01  Juanma Barranquero  <lekktu@gmail.com>
627         * dabbrev.el (dabbrev-completion): Fix typo in docstring.
629 2010-08-01  MON KEY  <monkey@sandpframing.com>  (tiny change)
631         * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
632         Fix typo in docstring (bug#6747).
634 2010-07-30  Leo  <sdl.web@gmail.com>
636         * eshell/esh-io.el (eshell-get-target): Better detection of
637         read-only file (Bug#6762).
639 2010-07-30  Juanma Barranquero  <lekktu@gmail.com>
641         * align.el (align-default-spacing): Doc fix.
642         (align-region-heuristic, align-regexp): Fix typos in docstrings.
644 2010-07-23  Juanma Barranquero  <lekktu@gmail.com>
646         * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
648 2010-07-19  Juanma Barranquero  <lekktu@gmail.com>
650         * time.el (display-time-day-and-date): Remove spurious * in docstring.
651         (display-time-world-buffer-name, display-time-world-mode-map):
652         Fix typos in docstrings.
654 2010-07-17  Shyam Karanatt  <shyam@swathanthran.in>  (tiny change)
656         * image-mode.el (image-display-size): New function.
657         (image-forward-hscroll, image-next-line, image-eol, image-eob)
658         (image-mode-fit-frame): Use it (Bug#6639).
660 2010-07-17  Chong Yidong  <cyd@stupidchicken.com>
662         * dired.el (dired-buffers-for-dir): Handle list values of
663         dired-directory (Bug#6636).
665 2010-07-16  Reiner Steib  <Reiner.Steib@gmx.de>
667         * vc.el (vc-coding-system-inherit-eol): New defvar.
668         (vc-coding-system-for-diff): Use it to decide whether to inherit
669         from the file the EOL format for reading the diffs of that file.
670         (Bug#4451)
672 2010-07-16  Eli Zaretskii  <eliz@gnu.org>
674         * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
675         unibyte, so compressed attachments are not compressed again.
677 2010-07-14  Jan Djärv  <jan.h.d@swipnet.se>
679         * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
680         now that unicode is used (Bug#6594).
682 2010-07-14  Chong Yidong  <cyd@stupidchicken.com>
684         * simple.el (push-mark-command): Set the selection if
685         select-active-regions is non-nil.
687 2010-07-10  Glenn Morris  <rgm@gnu.org>
689         * calendar/calendar.el (calendar-week-end-day): New function.
690         * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
691         Respect calendar-week-start-day.  (Bug#6606)
692         (cal-tex-insert-day-names, cal-tex-insert-blank-days)
693         (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
694         (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
695         respect calendar-week-start-day.
697 2010-07-10  Chong Yidong  <cyd@stupidchicken.com>
699         * simple.el (use-region-p): Doc fix (Bug#6607).
701 2010-07-07  Christoph Scholtes  <cschol2112@gmail.com>
703         * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
704         builtins (BufferError, BytesWarning, WindowsError; callables
705         bin, bytearray, bytes, format, memoryview, next, print; __package__).
707 2010-07-07  Glenn Morris  <rgm@gnu.org>
709         * play/zone.el (zone-fall-through-ws): Fix next-line ->
710         forward-line fallout.
712 2010-07-06  Chong Yidong  <cyd@stupidchicken.com>
714         * mouse.el (mouse-appearance-menu): Add docstring.
716         * help.el (describe-key): Print up-event using key-description.
718 2010-07-03  Michael Albinus  <michael.albinus@gmx.de>
720         * net/zeroconf.el (zeroconf-resolve-service)
721         (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
722         (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
724 2010-07-03  Jan Moringen  <jan.moringen@uni-bielefeld.de>
726         * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
728 2010-06-30  Dan Nicolaescu  <dann@ics.uci.edu>
730         Avoid displaying files with a nil state in vc-dir.
731         * vc-dir.el (vc-dir-update): Obey the noinsert argument in all
732         cases that cause insertion.
733         (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
734         with a nil state.
736 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
738         * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
740 2010-06-29  Leo  <sdl.web@gmail.com>
742         * emacs-lisp/rx.el (rx): Doc fix.  (Bug#6537)
744 2010-06-27  Oleksandr Gavenko  <gavenkoa@gmail.com>  (tiny change)
746         * generic-x.el (bat-generic-mode): Fix regexp for command line
747         switches (Bug#5719).
749 2010-06-27  Masatake YAMATO  <yamato@redhat.com>
751         * htmlfontify.el (hfy-face-attr-for-class): Use append instead
752         of nconc to avoid pure storage error (Bug#6239).
754 2010-06-27  Christoph  <cschol2112@googlemail.com>  (tiny change)
756         * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
757         (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
758         bindings of bookmark-automatically-show-annotations (Bug#6515).
760 2010-06-25  Eli Zaretskii  <eliz@gnu.org>
762         * arc-mode.el (archive-zip-extract): Don't quote the file name on
763         MS-Windows and MS-DOS.  (Bug#6467, Bug#6144)
765 2010-06-24  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
767         * comint.el (make-comint, make-comint-in-buffer): Mention return
768         value in the docstrings.  (Bug#6498)
770 2010-06-24  Yoni Rabkin  <yoni@rabkins.net>
772         * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
773         since it is not present when using some non-default switches.
775 2010-06-23  Karl Fogel  <kfogel@red-bean.com>
777         * simple.el (compose-mail): Fix doc string to refer to
778         `compose-mail-user-agent-warnings', instead of to the
779         nonexistent `compose-mail-check-user-agent'.
781 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
783         Fix vc-annotate for renamed files when using Git.
784         * vc-git.el (vc-git-find-revision): Deal with empty results from
785         ls-files.  Doe not pass the object as a file name to cat-file, it
786         is not a file name.
787         (vc-git-annotate-command): Pass the file name using -- to avoid
788         ambiguity with the revision.
789         (vc-git-previous-revision): Pass a relative file name.
791 2010-06-22  Glenn Morris  <rgm@gnu.org>
793         * progmodes/js.el (js-mode-map): Use standard capitalization and
794         ellipses for menu entries.
796         * wid-edit.el (widget-complete): Doc fix.
798 2010-06-22  Jürgen Hötzel  <juergen@hoetzel.info>  (tiny change)
800         * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
802 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
804         Fix annotating other revisions for renamed files in vc-annotate.
805         * vc-annotate.el (vc-annotate): Add an optional argument for the
806         VC backend.  Use it when non-nil.
807         (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.  (Bug#6487)
809         Fix vc-annotate-show-changeset-diff-revision-at-line for git.
810         * vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
811         Do not pass the file name to the 'previous-revision call when we
812         don't want a file diff.  (Bug#6489)
814 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
816         Fix finding revisions for renamed files in vc-annotate.
817         * vc.el (vc-find-revision): Add an optional argument for
818         the VC backend.  Use it when non-nil.
819         * vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
820         backend to vc-find-revision.  (Bug#6487)
822 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
824         Fix reading file names in Git annotate buffers.
825         * vc-git.el (vc-git-annotate-extract-revision-at-line):
826         Remove trailing whitespace.  Suggested by Eric Hanchrow.  (Bug#6481)
828 2010-06-20  Alan Mackenzie  <acm@muc.de>
830         * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
831         in file local variables, set it first.
833 2010-06-19  Glenn Morris  <rgm@gnu.org>
835         * descr-text.el (describe-char-unicode-data): Insert separating
836         space when needed.  (Bug#6422)
838         * progmodes/idlwave.el (idlwave-action-and-binding):
839         Fix typo in 2009-12-03 change.  (Bug#6450)
841 2010-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
843         * subr.el (read-quoted-char): Fix up last change (bug#6290).
845 2010-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
847         * font-lock.el (font-lock-major-mode): Rename from
848         font-lock-mode-major-mode to distinguish it from
849         global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
850         (font-lock-set-defaults):
851         * font-core.el (font-lock-default-function): Adjust users.
852         (font-lock-mode): Don't set it at all.
854 2010-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
856         * vc-annotate.el (vc-annotate): Use vc-read-revision.
858 2010-06-15  Glenn Morris  <rgm@gnu.org>
860         * calendar/appt.el (appt-time-msg-list): Doc fix.
861         (appt-check): Let-bind appt-warn-time.
862         (appt-add): Make the 3rd argument optional.
863         Simplify argument names.  Doc fix.  Check for integer WARNTIME.
864         Only add WARNTIME to the output list if non-nil.
866 2010-06-15  Ivan Kanis  <apple@kanis.eu>
868         * calendar/appt.el (appt-check): Let the 3rd element of
869         appt-time-msg-list specify the warning time.
870         (appt-add): Add new argument with the warning time.  (Bug#5176)
872 2010-06-12  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
874         * vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
875         older than version 1.6.  (Bug#6361)
877 2010-06-12  Helmut Eller  <eller.helmut@gmail.com>
879         * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
880         used by cl-do-arglist.  (Bug#6408)
882 2010-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
884         * emacs-lisp/advice.el (ad-compile-function):
885         Define warning-suppress-types before we let-bind it (bug#6275).
887         * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
888         declare it, make it buffer-local and permanent-local (bug#6324).
889         (vc-resynch-window): Adjust name.
890         * vc-hooks.el (vc-find-file-hook): Adjust name.
892 2010-06-07  Jonathan Rockway  <jon@jrock.us>
894         * net/rcirc.el: Add support for password authentication.
895         (rcirc-server-alist): Add :password keyword.
896         (rcirc): Ask for a password, or get it from the server's alist.
897         (rcirc-connect): Add password argument.  Pass it to server.
899 2010-06-05  Juanma Barranquero  <lekktu@gmail.com>
901         * net/dbus.el (dbus-register-method): Declare function.
902         (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
903         (dbus-introspect): Doc fix.
904         (dbus-event-bus-name, dbus-introspect-get-interface)
905         (dbus-introspect-get-argument): Reflow docstrings.
907 2010-06-04  Chong Yidong  <cyd@stupidchicken.com>
909         * term/common-win.el (x-colors): Add "dark green" and "dark
910         turquoise" (Bug#6332).
912 2010-06-03  Glenn Morris  <rgm@gnu.org>
914         * desktop.el (desktop-clear-preserve-buffers):
915         Add "*Warnings*" buffer.  (Bug#6336)
917 2010-06-02  Dan Nicolaescu  <dann@ics.uci.edu>
919         * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
921 2010-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
923         * vc-bzr.el (vc-bzr-revision-completion-table): Apply
924         `file-directory-p' to the filename part rather than to the whole text.
926 2010-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
928         * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
930 2010-05-31  Drew Adams  <drew.adams@oracle.com>
932         * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
934 2010-05-31  Juanma Barranquero  <lekktu@gmail.com>
936         * subr.el (momentary-string-display): Just use read-event to read
937         the exit event (Bug#6238).
939 2010-05-29  Chong Yidong  <cyd@stupidchicken.com>
941         * ansi-color.el: Delete unused escape sequences (Bug#6085).
942         (ansi-color-drop-regexp): New constant.
943         (ansi-color-apply, ansi-color-filter-region)
944         (ansi-color-apply-on-region): Delete unrecognized control sequences.
945         (ansi-color-apply): Build string list before calling concat.
947 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
949         * progmodes/verilog-mode.el (verilog-type-font-keywords):
950         Use font-lock-constant-face, not obsolete font-lock-reference-face.
952 2010-05-27  Masatake YAMATO  <yamato@redhat.com>
954         * htmlfontify.el (hfy-face-resolve-face): New function.
955         (hfy-face-to-style): Use it (Bug#6279).
957 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
959         * epa.el (epa--select-keys): Don't explicitly delete the window since
960         that can fail (e.g. sole window in frame).  Use dedication instead.
962 2010-05-19  Uday S Reddy  <u.s.reddy@cs.bham.ac.uk>  (tiny change)
964         * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
966 2010-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
968         * subr.el (read-quoted-char): Resolve modifiers after key
969         remapping (bug#6212).
971 2010-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
973         * tmm.el (tmm-prompt): Don't try to precompute bindings.
974         (tmm-get-keymap): Compute shortcuts (bug#6171).
976 2010-05-10  Glenn Morris  <rgm@gnu.org>
978         * desktop.el (desktop-save-buffer-p): Don't mistakenly include
979         all dired buffers, even tramp ones.  (Bug#5755)  [Backport from trunk]
981 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
983         * Version 23.2 released.
985 2010-05-03  Chong Yidong  <cyd@stupidchicken.com>
987         * international/mule.el (auto-coding-alist):  Only purecopy
988         car of each item, not the whole list (Bug#6083).
990 2010-05-02  Chong Yidong  <cyd@stupidchicken.com>
992         * progmodes/js.el (js-mode): Make paragraph variables local before
993         calling c-setup-paragraph-variables (Bug#6071).
995 2010-05-01  Eli Zaretskii  <eliz@gnu.org>
997         * composite.el (compose-region, reference-point-alist): Fix typos
998         in the doc strings.
1000 2010-04-28  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
1002         * calc/calc-graph.el (calc-graph-plot): Use the proper form for
1003         gnuplot's "set" command.
1005 2010-04-26  Juanma Barranquero  <lekktu@gmail.com>
1007         * abbrev.el (last-abbrev-text): Doc fix.
1008         (abbrev-prefix-mark): Don't escape parenthesis.
1010 2010-04-24  Andreas Schwab  <schwab@linux-m68k.org>
1012         * composite.el (find-composition): Doc fix.
1014 2010-04-24  Juanma Barranquero  <lekktu@gmail.com>
1016         * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
1017         (sql-oracle-program, sql-sqlite-options)
1018         (sql-query-placeholders-and-send): Doc fixes.
1019         (sql-set-product, sql-interactive-mode): Reflow docstrings.
1020         (sql-imenu-generic-expression, sql-buffer)
1021         (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
1022         (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
1023         (sql-mode-sybase-font-lock-keywords)
1024         (sql-mode-informix-font-lock-keywords)
1025         (sql-mode-interbase-font-lock-keywords)
1026         (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
1027         (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
1028         (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
1029         (sql-product-feature, sql-highlight-product)
1030         (comint-line-beginning-position, sql-rename-buffer)
1031         (sql-toggle-pop-to-buffer-after-send-region)
1032         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
1033         (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
1034         Fix typos in docstrings.
1036 2010-04-23  Juri Linkov  <juri@jurta.org>
1038         * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
1039         property instead of `invisible' and `after-string' (bug#5998).
1041 2010-04-23  Juri Linkov  <juri@jurta.org>
1043         * image-mode.el (image-mode-as-text): Fix typo in docstring.
1045 2010-04-23  Juanma Barranquero  <lekktu@gmail.com>
1047         * filecache.el (file-cache-add-directory-list)
1048         (file-cache-add-directory-recursively): Fix typos in docstrings.
1050 2010-04-22  Kenichi Handa  <handa@m17n.org>
1052         * language/indian.el (gurmukhi-composable-pattern): Fix typo.
1053         (gujarati-composable-pattern): Fix typo.
1055 2010-04-20  Kenichi Handa  <handa@m17n.org>
1057         * language/indian.el (oriya-composable-pattern)
1058         (tamil-composable-pattern, malayalam-composable-pattern):
1059         Add two-part vowels to "v" (vowel sign).
1061 2010-04-20  Chong Yidong  <cyd@stupidchicken.com>
1063         * files.el (copy-directory): Handle symlinks (Bug#5982).
1065         * progmodes/compile.el (compilation-next-error-function):
1066         Revert 2009-10-12 change (Bug#5983).
1068 2010-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
1070         * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
1071         (vc-hg-working-revision): Likewise.  Use hg parents, not hg parent
1072         (Bug#5846).
1074 2010-04-20  Glenn Morris  <rgm@gnu.org>
1076         * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
1078         * minibuffer.el (completion-at-point): Doc fix.
1080 2010-04-17  Dan Nicolaescu  <dann@ics.uci.edu>
1082         Fix the version number for added files.
1083         * vc-hg.el (vc-hg-working-revision): Check if the file is
1084         registered after hg parent fails (Bug#5961).
1086 2010-04-17  Glenn Morris  <rgm@gnu.org>
1088         * htmlfontify.el (htmlfontify-buffer)
1089         (htmlfontify-copy-and-link-dir): Autoload entry points.
1091 2010-04-17  Magnus Henoch  <magnus.henoch@gmail.com>
1093         * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
1094         name relative to the project root (Bug#5960).
1096 2010-04-16  Glenn Morris  <rgm@gnu.org>
1098         * vc-git.el (vc-git-print-log): Doc fix.
1100 2010-04-14  Óscar Fuentes  <ofv@wanadoo.es>
1102         * ido.el (ido-file-internal): Fix 2009-12-02 change.
1104 2010-04-14  Christoph  <cschol2112@googlemail.com>  (tiny change)
1106         * progmodes/grep.el (grep-compute-defaults): Fix handling of host
1107         default settings (Bug#5928).
1109 2010-04-10  Glenn Morris  <rgm@gnu.org>
1111         * progmodes/fortran.el (fortran-match-and-skip-declaration):
1112         New function.
1113         (fortran-font-lock-keywords-3): Use it.  (Bug#1385)
1115 2010-04-07  Kenichi Handa  <handa@m17n.org>
1117         * language/indian.el (malayalam-composable-pattern): Fix previous
1118         change (add U+0D4D "SIGN VIRAMA").
1119         (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
1120         (tamil-composable-pattern): Fix typo in the regexp.
1121         (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
1122         (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
1123         (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
1125 2010-04-06  Chong Yidong  <cyd@stupidchicken.com>
1127         * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
1128         paragraph-separate (Bug#5821).
1130 2010-04-05  Juri Linkov  <juri@jurta.org>
1132         Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
1134         * info.el (Info-find-node-2): Comment out code that skips
1135         breadcrumbs line.
1136         (Info-mouse-follow-link): New command.
1137         (Info-link-keymap): New keymap.
1138         (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
1139         Return a string with links instead of inserting breadcrumbs
1140         to the Info buffer.
1141         (Info-fontify-node): Comment out code that inserts breadcrumbs.
1142         Instead of putting the `invisible' text property over the Info
1143         header, make an overlay over the Info header with the `invisible'
1144         property and `after-string' set to the string returned by
1145         `Info-breadcrumbs'.
1147 2010-04-03  Chong Yidong  <cyd@stupidchicken.com>
1149         * help.el (help-window-setup-finish): Doc fix (Bug#5830).
1150         Reported by monkey@sandpframing.com.
1152 2010-03-30  Tomas Abrahamsson  <tab@lysator.liu.se>
1154         * textmodes/artist.el (artist-mode): Fix typo in docstring.
1155         Reported by Alex Schröder <kensanata@gmail.com>.  (Bug#5807)
1157 2010-03-30  Kenichi Handa  <handa@m17n.org>
1159         * language/sinhala.el (composition-function-table): Fix regexp for
1160         the new Unicode specification.
1162         * language/indian.el (devanagari-composable-pattern)
1163         (tamil-composable-pattern, kannada-composable-pattern)
1164         (malayalam-composable-pattern): Adjust for the new Unicode
1165         specification.
1166         (bengali-composable-pattern, gurmukhi-composable-pattern)
1167         (gujarati-composable-pattern, oriya-composable-pattern)
1168         (telugu-composable-pattern): New variables to cope with the new
1169         Unicode specification.  Use them in composition-function-table.
1171 2010-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1173         Make tmm-menubar work for the Buffers menu again (bug#5726).
1174         * tmm.el (tmm-prompt): Also handle keymap entries in the form of
1175         vectors rather than cons cells, as used in menu-bar-update-buffers.
1177 2010-03-28  Chong Yidong  <cyd@stupidchicken.com>
1179         * progmodes/js.el (js-auto-indent-flag, js-mode-map)
1180         (js-insert-and-indent): Revert 2009-08-15 change, restoring
1181         electric punctuation for "{}();,:" (Bug#5586).
1183         * mail/sendmail.el (mail-default-directory): Doc fix.
1185 2010-03-27  Chong Yidong  <cyd@stupidchicken.com>
1187         * mail/sendmail.el (mail-default-directory): Doc fix.
1189 2010-03-27  Eli Zaretskii  <eliz@gnu.org>
1191         * subr.el (version-regexp-alist, version-to-list)
1192         (version-list-<, version-list-=, version-list-<=)
1193         (version-list-not-zero, version<, version<=, version=): Doc fix.
1194         (Bug#5744).
1196 2010-03-26  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1197             Nick Roberts  <nickrob@snap.net.nz>
1199         * progmodes/gdb-ui.el (gdb-apple-test): New function.
1200         (gdb-init-1): Use it.
1202 2010-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
1204         * vc.el (vc-root-diff): Doc fix.
1206 2010-03-25  Chong Yidong  <cyd@stupidchicken.com>
1208         * vc.el (vc-print-log, vc-print-root-log): Doc fix.
1210         * simple.el (append-to-buffer): Fix last change.
1212 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
1214         * simple.el (append-to-buffer): Ensure that point is preserved if
1215         BUFFER is the current buffer.  Suggested by YAMAMOTO Mitsuharu.
1216         (Bug#5749)
1218 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1220         * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
1221         (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
1222         not be present any more.
1224 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
1226         * faces.el (set-face-attribute): Fix typo in docstring.
1227         (face-valid-attribute-values): Reflow docstring.
1229 2010-03-23  Glenn Morris  <rgm@gnu.org>
1231         * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
1233 2010-03-21  Chong Yidong  <cyd@stupidchicken.com>
1235         * indent.el (indent-for-tab-command): Doc fix.
1237 2010-03-22  Juanma Barranquero  <lekktu@gmail.com>
1239         * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
1240         (image-dired-read-comment): Doc fix.
1242         * json.el (json-object-type, json-array-type, json-key-type)
1243         (json-false, json-null, json-read-number):
1244         * minibuffer.el (completion-in-region-functions):
1245         * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
1246         (cal-tex-cursor-week):
1247         * emacs-lisp/trace.el (trace-function):
1248         * eshell/em-basic.el (eshell/printnl):
1249         * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
1250         (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
1251         * obsolete/levents.el (allocate-event, event-key, event-object)
1252         (event-point, event-process, event-timestamp, event-to-character)
1253         (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
1254         * textmodes/reftex-vars.el (reftex-index-macros-builtin)
1255         (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
1256         (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
1257         (reftex-highlight-selection): Fix typos in docstrings.
1259 2010-03-19  Juanma Barranquero  <lekktu@gmail.com>
1261         * minibuffer.el (completion-in-region-functions): Fix docstring typos.
1263 2010-03-18  Glenn Morris  <rgm@gnu.org>
1265         * mail/rmail.el (rmail-highlight-face): Restore option deleted
1266         2008-02-13 without comment; mark it obsolete.
1267         (rmail-highlight-headers): Use rmail-highlight-face once more.
1269 2010-03-16  Chong Yidong  <cyd@stupidchicken.com>
1271         * woman.el (woman2-process-escapes): Only consume the newline if
1272         the filler character is on a line by itself (Bug#5729).
1274 2010-03-16  Kenichi Handa  <handa@m17n.org>
1276         * language/indian.el (devanagari-composable-pattern): Add more
1277         consonants.
1279 2010-03-14  Michael Albinus  <michael.albinus@gmx.de>
1281         * net/trampver.el: Update release number.
1283 2010-03-13  Glenn Morris  <rgm@gnu.org>
1285         * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
1287 2010-03-13  Michael Albinus  <michael.albinus@gmx.de>
1289         * net/tramp.el (tramp-find-executable):
1290         Use `tramp-get-connection-buffer'.  Make the regexp for checking
1291         output of "wc -l" more robust.
1292         (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
1293         (tramp-open-connection-setup-interactive-shell): Remove workaround
1294         for OpenSolaris bug, it is not needed anymore.
1296 2010-03-12  Glenn Morris  <rgm@gnu.org>
1298         * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie.  (Bug#4427)
1300 2010-03-11  Wilson Snyder  <wsnyder@wsnyder.org>
1302         * files.el (auto-mode-alist): Accept more verilog file patterns.
1304 2010-03-09  Miles Bader  <miles@gnu.org>
1306         * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
1307         instead of "format:"; this ensures that the output is
1308         newline-terminated.
1310 2010-03-08  Chong Yidong  <cyd@stupidchicken.com>
1312         * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
1313         that all errors are caught, and that the return value is always a
1314         list (Bug#5692).
1316 2010-03-08  Kenichi Handa  <handa@m17n.org>
1318         * language/misc-lang.el (windows-1256): New coding system.
1319         (cp1256): New alias of windows-1256 (bug#5690).
1321 2010-03-07  Andreas Schwab  <schwab@linux-m68k.org>
1323         * mail/rfc822.el (rfc822-addresses): Move catch clause down around
1324         call to rfc822-bad-address.  (Bug#5692)
1326 2010-03-07  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
1328         * vc-git.el (vc-git-annotate-extract-revision-at-line):
1329         Use vc-git-root as default directory for revision path (Bug#5657).
1331 2010-03-06  Chong Yidong  <cyd@stupidchicken.com>
1333         * calculator.el (calculator): Don't bind split-window-keep-point
1334         (Bug#5674).
1336 2010-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1338         * vc-git.el: Re-flow to fit into 80 columns.
1339         (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
1340         Remove spurious `quote' element in each case alternative.
1341         (vc-git-show-log-entry): Use prog1.
1342         (vc-git-after-dir-status-stage): Remove unused var `remaining'.
1344 2010-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1346         * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
1348 2010-03-03  Chong Yidong  <cyd@stupidchicken.com>
1350         * macros.el (insert-kbd-macro): Look up keyboard macro using the
1351         definition, not the name (Bug#5481).
1353 2010-03-03  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
1355         * subr.el (momentary-string-display): Don't overwrite the MESSAGE
1356         argument with a local variable.  (Bug#5670)
1358 2010-03-02  Juri Linkov  <juri@jurta.org>
1360         * info.el (Info-index-next): Decrement line number by 2.  (Bug#5652)
1362 2010-03-02  Michael Albinus  <michael.albinus@gmx.de>
1364         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
1365         error when FILENAME and NEWNAME are existing remote directories.
1367         * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
1368         parameter DIR-FLAG.
1370 2010-03-02  Glenn Morris  <rgm@gnu.org>
1372         * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
1373         of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
1375 2010-03-01  Kenichi Handa  <handa@m17n.org>
1377         * language/burmese.el (burmese-composable-pattern): Rename from
1378         myanmar-composable-pattern.
1380         * international/characters.el (script-list):
1381         * international/fontset.el (script-representative-chars):
1382         Change myanmar to burmese.
1383         (otf-script-alist): Likewise.
1384         (setup-default-fontset): Likewise.  Re-fix :otf spec.
1386 2010-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1388         * menu-bar.el (menu-bar-manuals-menu): Fix typo.
1390 2010-02-28  Jan Djärv  <jan.h.d@swipnet.se>
1392         * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
1394 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
1396         * net/tramp.el (tramp-handle-write-region): START can be a string.
1397         Take care in the checks.  Reported by Dan Davison
1398         <davison@stats.ox.ac.uk>.
1400 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
1402         * net/dbus.el (dbus-introspect, dbus-get-property)
1403         (dbus-set-property, dbus-get-all-properties): Use
1404         `dbus-call-method' when noninteractive.  (Bug#5645)
1406 2010-02-28  Chong Yidong  <cyd@stupidchicken.com>
1408         * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
1409         * emacs-lisp/elint.el (elint-add-required-env):
1410         * calendar/icalendar.el (icalendar--add-diary-entry):
1411         * calc/calcalg2.el (math-tracing-integral):
1412         * files.el (recover-session-finish): Use with-current-buffer
1413         instead of save-excursion.
1415 2010-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1417         Fix in-buffer completion when after-change-functions modify the buffer.
1418         * minibuffer.el (completion--replace): New function.
1419         (completion--do-completion): Use it and use relative movement.
1421 2010-02-27  Chong Yidong  <cyd@stupidchicken.com>
1423         * international/fontset.el (setup-default-fontset): Fix :otf spec.
1425 2010-02-27  Jeremy Whitlock  <jcscoobyrs@gmail.com>  (tiny change)
1427         * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
1428         Allow the characters _<> in the stack entry (Bug#5653).
1430 2010-02-26  Kenichi Handa  <handa@m17n.org>
1432         * language/burmese.el: Fix entries in composition-function-table.
1433         (myanmar-composable-pattern): New variable.
1435         * international/fontset.el (setup-default-fontset): Add an entry
1436         for myanmar.
1438         * international/characters.el (script-list): Add Myanmar
1439         Extended-A.
1441 2010-02-26  Glenn Morris  <rgm@gnu.org>
1443         * custom.el (custom-initialize-delay): Doc fix.
1445         * mail/sendmail.el (send-mail-function): Autoload the call
1446         to custom-initialize-delay, not otherwise preserved in loaddefs.el.
1448 2010-02-24  Chong Yidong  <cyd@stupidchicken.com>
1450         * files.el (hack-local-variables-filter): For eval forms, also
1451         check safe-local-variable-p (Bug#5636).
1453 2010-02-24  Eduard Wiebe  <usenet@pusto.de>
1455         * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
1456         and use c(ad)r of cddr (Bug#5640).
1458 2010-02-22  Michael Albinus  <michael.albinus@gmx.de>
1460         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
1461         setting the modes by `ignore-errors'.  It might fail, for example
1462         if the file is not owned by the user but the group.
1463         (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
1465 2010-02-21  Chong Yidong  <cyd@stupidchicken.com>
1467         * files.el (directory-listing-before-filename-regexp): Use
1468         stricter matching for iso-style dates, to avoid false matches with
1469         date-like filenames (Bug#5597).
1471         * htmlfontify.el (htmlfontify): Doc fix.
1473         * eshell/eshell.el (eshell): Doc fix.
1475         * startup.el (fancy-about-screen): In mode-line, apply
1476         mode-line-buffer-id face only to the buffer name (Bug#5613).
1478 2010-02-20  Kevin Ryde  <user42@zip.com.au>
1480         * progmodes/compile.el (compilation-error-regexp-alist-alist):
1481         In `watcom' anchor regexp to start of line, to avoid slowness
1482         (Bug#5599).
1484 2010-02-20  Eli Zaretskii  <eliz@gnu.org>
1486         * subr.el (remove-yank-excluded-properties): Explain in a comment
1487         why `category' property is removed.
1489 2010-02-19  Chong Yidong  <cyd@stupidchicken.com>
1491         * isearch.el (isearch-update-post-hook, isearch-update): Revert
1492         2010-02-17 change.
1494 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
1496         * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
1497         (icalendar--convert-weekly-to-ical)
1498         (icalendar--convert-yearly-to-ical)
1499         (icalendar--convert-block-to-ical)
1500         (icalendar--convert-cyclic-to-ical)
1501         (icalendar--convert-anniversary-to-ical): Take care of time
1502         specifications where hour has 1-digit only (Bug#5549).
1504 2010-02-19  Nick Roberts  <nickrob@snap.net.nz>
1506         * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
1507         of disassemble output in GDB 7.1.
1509 2010-02-19  Glenn Morris  <rgm@gnu.org>
1511         * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
1512         property.  (Bug#5593)
1514 2010-02-18  Sam Steingold  <sds@gnu.org>
1516         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
1518 2010-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1520         Use abbreviated file names in bookmarks (bug#5591).
1521         * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
1522         calls to expand-file-name.
1523         (bookmark-relocate): Use abbreviated file names in bookmarks.
1524         (bookmark-load): Use abbreviated file names in messages.
1526 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
1528         * net/tramp.el (tramp-handle-directory-files): When FULL, do not
1529         expand "." and "..".  Reported by Thierry Volpiatto
1530         <thierry.volpiatto@gmail.com>.
1532 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
1534         * net/tramp.el (tramp-handle-insert-file-contents): Set always the
1535         permissions of the temporary file to "0600".  In case the remote
1536         file has no read permissions for the owner, there might be
1537         problems otherwise.  Reported by Ole Laursen <olau@iola.dk>.
1539 22010-02-18  Glenn Morris  <rgm@gnu.org>
1541         * emacs-lisp/authors.el (authors-renamed-files-alist):
1542         Add entries for INSTALL.CVS.
1544 2010-02-17  Mark A. Hershberger  <mah@everybody.org>
1546         * vc-bzr.el: Fix typo in Known Bugs section.
1548         * isearch.el (isearch-update-post-hook): New hook.
1549         (isearch-update): Use the new hook.
1551 2010-02-16  Michael Albinus  <michael.albinus@gmx.de>
1553         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
1554         Fix errors in copying directories.
1555         (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
1556         (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
1557         (tramp-handle-delete-file)
1558         (tramp-handle-dired-recursive-delete-directory)
1559         (tramp-handle-write-region): Flush also the cache for the upper
1560         directory.
1562 2010-02-16  Chong Yidong  <cyd@stupidchicken.com>
1564         * simple.el (save-interprogram-paste-before-kill): Doc fix.
1566         * cus-edit.el (hardware): Doc fix.
1568         * man.el (man): Add to external custom group.
1570         * delim-col.el (columns): Move to wp custom group.
1572         * doc-view.el (doc-view): Add to data custom group.
1574         * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
1576         * textmodes/flyspell.el (flyspell-word): Obey the offset specified
1577         by ispell-parse-output (Bug#5575).
1579 2010-02-16  Kenichi Handa  <handa@m17n.org>
1581         * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
1582         (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
1583         (skkdic-convert): Use `euc-japan' coding system for writing.
1585 2010-02-16  Glenn Morris  <rgm@gnu.org>
1587         * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
1588         tex-main-file before using it.  (Bug#5562)
1590 2010-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1592         * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
1593         warnings, since it is annoying for the user to see them each time he
1594         runs the code.
1596 2010-02-15  Michael Albinus  <michael.albinus@gmx.de>
1598         * net/tramp.el (tramp-process-actions, tramp-read-passwd):
1599         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
1600         instead of PROC for caching "first-password-request".  Otherwise,
1601         new processes would not profit from passwords already entered.
1603         * net/tramp-cache.el (tramp-dump-connection-properties):
1604         Don't save "first-password-request" property.
1606 2010-02-14  Juanma Barranquero  <lekktu@gmail.com>
1608         * outline.el (outline-head-from-level):
1609         * simple.el (with-wrapper-hook):
1610         * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
1611         (elint-defun, elint-buffer-env, elint-top-form-logged)
1612         (elint-unbound-variable):
1613         * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
1614         Fix typos in docstrings.
1616 2010-02-14  Michael Albinus  <michael.albinus@gmx.de>
1618         * files.el (insert-directory): When WILDCARD-REGEXP and
1619         FULL-DIRECTORY-P are nil, insert the file entry instead of the
1620         whole directory.  (Bug#5551)
1622         * net/ange-ftp.el (ange-ftp-insert-directory): Insert "  " for
1623         dired's alignment sanity.  (Bug#5516)
1625 2010-02-14  Juri Linkov  <juri@jurta.org>
1627         * man.el (Man-fontify-manpage, Man-cleanup-manpage):
1628         Remove remaining ^H with their preceding chars.  (Bug#5566)
1630 2010-02-13  Glenn Morris  <rgm@gnu.org>
1632         * simple.el (transpose-subr): Give it a doc-string.
1634         * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
1635         Doc fixes.
1637 2010-02-12  Juri Linkov  <juri@jurta.org>
1639         * arc-mode.el (archive-unique-fname): Make directories for nested
1640         archives.  (Bug#5540)
1642 2010-02-12  Juri Linkov  <juri@jurta.org>
1644         * ffap.el (dired-at-point): Fix docstring.  (Bug#5565)
1646 2010-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1648         * subr.el (copy-overlay): Handle deleted overlays.
1650         * man.el (Man-completion-table): Don't signal an error if we can't run
1651         manual-program (bug#4056).
1653 2010-02-10  Juanma Barranquero  <lekktu@gmail.com>
1655         * textmodes/artist.el (artist-mt): Fix typos in docstring.
1657 2010-02-10  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1659         * info.el (Info-bookmark-jump): Simplify.
1661         * bookmark.el (bookmark-handle-bookmark): Catch the right error.
1662         (bookmark-default-handler): Accept new bookmark field `buffer'.
1664 2010-02-10  Chong Yidong  <cyd@stupidchicken.com>
1666         * iswitchb.el (iswitchb-completions): Revert last change.
1668 2010-02-10  Michael Albinus  <michael.albinus@gmx.de>
1670         * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
1671         FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
1672         This prevents file names like "~/" being listed literally.
1674 2010-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
1676         * term/xterm.el (xterm-maybe-set-dark-background-mode):
1677         Remove dead code.  (Bug#5546)
1679 2010-02-09  Chong Yidong  <cyd@stupidchicken.com>
1681         * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
1682         correctly (Bug#5548).
1684 2010-02-08  Jose E. Marchesi  <jemarch@gnu.org>
1686         * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
1687         (ada-adjust-case): Don't adjust case in hexadecimal number literals.
1689 2010-02-08  Kenichi Handa  <handa@m17n.org>
1691         * international/mule-util.el (with-coding-priority): Add autoload
1692         cookie for putting `lisp-indent-function'.
1694 2010-02-07  Glenn Morris  <rgm@gnu.org>
1696         * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
1697         Move F2003 named interfaces from keywords-2 to keywords-1, and
1698         use function-name-face rather than constant-face.
1699         Simplify "abstract interface" regexp.
1701 2010-02-07  Chong Yidong  <cyd@stupidchicken.com>
1703         * eshell/esh-util.el (eshell-file-attributes): New optional arg
1704         ID-FORMAT.  Pass it to `file-attributes'.
1706         * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
1708 2010-02-07  sj  <prime.wizard+emacs@gmail.com>  (tiny change)
1710         * faces.el (set-face-attribute): Allow calling
1711         internal-set-lisp-face-attribute with 'unspecified family and
1712         foundry argument (Bug#5536).
1714 2010-02-07  Glenn Morris  <rgm@gnu.org>
1716         * progmodes/f90.el (f90-font-lock-keywords-2)
1717         (f90-looking-at-type-like, f90-looking-at-program-block-end):
1718         Handle F2003 named interfaces.
1720 2010-02-06  Chong Yidong  <cyd@stupidchicken.com>
1722         * progmodes/cc-mode.el (c-common-init): Bind temporary variables
1723         beg and end before calling c-get-state-before-change-functions.
1725 2010-02-06  Dan Nicolaescu  <dann@ics.uci.edu>
1727         * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
1729 2010-02-05  Juri Linkov  <juri@jurta.org>
1731         * doc-view.el (doc-view-mode):
1732         * image-mode.el (image-mode): Put property mode-class=special.
1733         (Bug#4896)
1735 2010-02-05  Mark A. Hershberger  <mah@everybody.org>
1737         * vc-svn.el (vc-svn-revision-table): New function.
1739 2010-02-05  Michael Albinus  <michael.albinus@gmx.de>
1741         * net/ange-ftp.el (ange-ftp-insert-directory):
1742         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
1743         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
1744         Handle also directories.  (Bug#5478)
1746 2010-02-05  Glenn Morris  <rgm@gnu.org>
1748         * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
1750 2010-02-05  Chong Yidong  <cyd@stupidchicken.com>
1752         * startup.el (command-line-1): Convert options beginning with a
1753         single dash as well (Bug#5519).
1755 2010-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1757         Make `initials' completion work for /hh -> /home/horn again (bug#5524).
1758         * minibuffer.el (completion-initials-expand): Only check the presence
1759         of delims *within* the boundaries, since otherwise the / delim is
1760         always found for files.
1762         Fix up various corner case problems.
1763         * doc-view.el (doc-view-last-page-number): New function.
1764         (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
1765         (doc-view-goto-page): Avoid inf-loops when the conversion fails.
1766         (doc-view-kill-proc): Avoid inf-loop in freak cases.
1767         (doc-view-reconvert-doc): Use the new recursive delete-directory.
1768         (doc-view-convert-current-doc): Don't create the resolution.el file
1769         here any more.
1770         (doc-view-pdf/ps->png): Do it here instead.
1771         (doc-view-already-converted-p): Check that resolution.el is present.
1772         (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
1773         windows that are not yet showing images.
1775 2010-02-04  Michael Albinus  <michael.albinus@gmx.de>
1777         * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
1778         `dired-uncache' for every elemnt which is an absolute file name.
1780         * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
1781         directory, handle its directory component.
1782         (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
1783         function is called permanently and creates noise, otherwise.
1785         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
1786         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
1787         Handle the case, FILENAME is not in `default-directory'.  (Bug#5478)
1789 2010-02-04  David Burger  <dburger@google.com>  (tiny change)
1791         * macros.el (apply-macro-to-region-lines):
1792         Minor simplification.  (Bug#5485)
1794 2010-02-04  Glenn Morris  <rgm@gnu.org>
1796         * mail/rmail.el (rmail-show-message-1): Handle malformed
1797         quoted-printable text.  (Bug#5441)
1799         * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
1801         * simple.el (visual-line-mode): Capitalize lighter.
1803 2010-02-03  John Wiegley  <jwiegley@gmail.com>
1805         * iswitchb.el (iswitchb-completions): Add bookmark files to the
1806         list of files considered for "virtual buffer" completions.
1808 2010-02-03  Michael Albinus  <michael.albinus@gmx.de>
1810         * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
1811         also in case of (and (not full) (not wildcard)). This is needed,
1812         when dired is called with a list of files, which are not in
1813         `default-directory'.  (Bug#5478)
1815 2010-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1817         * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
1819 2010-02-02  Juri Linkov  <juri@jurta.org>
1821         * textmodes/ispell.el (ispell-message-text-end): Remove final newline
1822         from unidiff to allow function-line after @@.
1824 2010-02-02  Juri Linkov  <juri@jurta.org>
1826         * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
1827         '(RCS SCCS) with inverted condition.
1829 2010-02-02  Michael Albinus  <michael.albinus@gmx.de>
1831         * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
1832         messages.
1834 2010-02-01  Juri Linkov  <juri@jurta.org>
1836         * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
1837         compare with "pkunzip" and "pkzip" instead of only "pkzip".
1838         In the `archive-extract-by-stdout' branch use `shell-quote-argument'
1839         only when (car archive-zip-extract) is "unzip".  (Bug#5475)
1841 2010-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1843         * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
1844         (doc-view-revert-buffer): New command.
1845         (doc-view-mode-map): Use it.
1847 2010-02-01  Dan Nicolaescu  <dann@ics.uci.edu>
1849         * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
1850         pending merge is detected.
1852 2010-01-31  Juri Linkov  <juri@jurta.org>
1854         * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
1855         beginning of interactive spec like all other grep commands do.
1856         Put "all" in front of "gz".  (Bug#5260)
1858 2010-01-29  Dan Nicolaescu  <dann@ics.uci.edu>
1860         * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
1862 2010-01-29  Chong Yidong  <cyd@stupidchicken.com>
1864         * dirtrack.el (dirtrack): Warn instead of signalling error if the
1865         regexp is incorrect (Bug#5476).
1867 2010-01-29  Michael Albinus  <michael.albinus@gmx.de>
1869         * net/tramp.el (tramp-handle-insert-directory): Handle also
1870         symlinks, when FILENAME is not in `default-directory'.
1872 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
1874         * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
1875         FILE is not in `default-directory'.  (Bug#5478)
1877         * net/tramp.el (tramp-handle-insert-directory): Simplify handling
1878         of SWITCHES.  Handle the case, FILENAME is not in
1879         `default-directory'.  (Bug#5478)
1880         (tramp-register-file-name-handlers): Add safe-magic property.
1882 2010-01-28  Chong Yidong  <cyd@stupidchicken.com>
1884         * arc-mode.el (archive-zip-extract): Quote the argument passed to
1885         unzip (Bug#5475).
1887 2010-01-28  Nil Geisweiller  <ngeiswei@googlemail.com>  (tiny change)
1889         * progmodes/flymake.el (flymake-allowed-file-name-masks)
1890         (flymake-master-make-header-init): Add other C++ filename masks.
1891         (flymake-find-possible-master-files)
1892         (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
1894 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
1896         Fix some busybox annoyances.
1898         * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
1899         not responding." string.
1900         (tramp-open-connection-setup-interactive-shell): Dump stty
1901         settings.  Enable "neveropen" arg for all `tramp-send-command'
1902         calls.  Handle "=" in variable values properly.
1903         (tramp-find-inline-encoding): Raise an error, when no encoding is
1904         found.
1905         (tramp-wait-for-output): Check, whether PROC buffer is available.
1906         Remove spurious " ^H" sequences, sent by busybox.
1907         (tramp-get-ls-command): Suppress coloring, if possible.
1909 2010-01-28  Glenn Morris  <rgm@gnu.org>
1911         * vc-svn.el (vc-svn-update): Use "svn --non-interactive".  (Bug#4280)
1913         * log-edit.el (log-edit-strip-single-file-name): Add missing
1914         :safe, :group, and :version tags.
1916 2010-01-27  Stephen Berman  <stephen.berman@gmx.net>
1918         * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
1919         buffers.  (Bug#5477)
1921 2010-01-27  David De La Harpe Golden  <david@harpegolden.net>
1923         * files.el (delete-directory): Handle moving to trash without
1924         first doing recursion (Bug#5436).
1926 2010-01-26  Dan Nicolaescu  <dann@ics.uci.edu>
1928         * vc-hooks.el (vc-path): Mark as obsolete.
1930 2010-01-25  Dan Nicolaescu  <dann@ics.uci.edu>
1932         * vc-annotate.el (vc-annotate-revision-at-line): Compare file
1933         names too.
1935         * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
1936         for the short log.
1937         (vc-bzr-log-view-mode): Adjust regexp for the above change.
1939 2010-01-25  Mark A. Hershberger  <mah@everybody.org>
1941         * progmodes/python.el: Replace reference to obsolete c-subword-mode.
1943         * vc-bzr.el (vc-bzr-revision-table): New function.
1945 2010-01-25  Eric Hanchrow  <eric.hanchrow@gmail.com>  (tiny change)
1947         * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
1948         diff-index command.  This requires at least git-1.5.5.  (Bug#1589).
1950 2010-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
1952         Remove support for adding --signoff on commit.
1953         Future support will use an incompatible generic mechanism.
1954         * vc-git.el (vc-git-add-signoff): Remove variable.
1955         (vc-git-toggle-signoff): Remove function.
1956         (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
1958         * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
1959         from xterm-set-background-mode.  Return t if the background mode
1960         was set.
1961         (terminal-init-xterm): Move tty-set-up-initial-frame-faces
1962         earlier, call it again in case the background mode has changed.
1964 2010-01-23  Dmitri Paduchikh  <dpaduch@k66.ru>  (tiny change)
1966         * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
1967         (Bug#3541).
1969 2010-01-23  Chong Yidong  <cyd@stupidchicken.com>
1971         * emacs-lisp/assoc.el (aelement): Doc fix.
1972         (aput, adelete, amake): Use lexical-let (Bug#5450).
1974 2010-01-23  Stephen Leake  <stephen_leake@member.fsf.org>
1976         * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
1977         is the same as subprogram call, not declaration.  (Bug#5435).
1979 2010-01-23  Michael Albinus  <michael.albinus@gmx.de>
1981         * net/tramp-smb.el (tramp-smb-conf): New defcustom.
1982         (tramp-smb-maybe-open-connection): Use it.
1984 2010-01-22  Michael Albinus  <michael.albinus@gmx.de>
1986         * net/tramp-imap.el (top): Autoload needed packages.  (Bug#5448)
1988 2010-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1990         * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
1991         just because we see "encoding: 8bit".
1992         * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
1994 2010-01-22  Chong Yidong  <cyd@stupidchicken.com>
1996         * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
1998 2010-01-22  Eli Zaretskii  <eliz@gnu.org>
2000         * jka-compr.el (jka-compr-load): If load-file is not in
2001         load-history, try its file-truename version.  (bug#5447)
2003 2010-01-21  Alan Mackenzie  <acm@muc.de>
2005         Fix a situation where deletion of a cpp construct throws an error.
2006         * progmodes/cc-engine.el (c-invalidate-state-cache): Before
2007         invoking c-with-all-but-one-cpps-commented-out, check that the
2008         special cpp construct is still in the buffer.
2009         (c-parse-state): Record the special cpp with markers, not numbers.
2011 2010-01-21  Kenichi Handa  <handa@m17n.org>
2013         * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
2014         process last-command-event, as it is now decoded first (Bug#5380).
2016 2010-01-20  Chong Yidong  <cyd@stupidchicken.com>
2018         * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
2020 2010-01-20  Glenn Morris  <rgm@gnu.org>
2022         * indent.el (tab-always-indent): Fix custom-type.
2024 2010-01-19  Alan Mackenzie  <acm@muc.de>
2026         * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
2027         buffer throws "args out of range".
2028         (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
2029         playing the role of delimiter.
2031 2010-01-18  Stephen Leake  <stephen_leake@member.fsf.org>
2033         * progmodes/ada-mode.el: Fix bug#5400.
2034         (ada-matching-decl-start-re): Move into ada-goto-decl-start.
2035         (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
2036         changed.  Delete RECURSIVE parameter; never used.  Improve doc string.
2037         Improve comments in "is" portion.  Handle null procedure declaration.
2038         (ada-move-to-end): Improve doc string.
2040 2010-01-18  Óscar Fuentes  <ofv@wanadoo.es>
2042         * ido.el (ido-cur-list): Initialize to nil.
2043         Remove obsolete information from commentary.
2044         (ido-choice-list): Initialize to nil.
2045         (ido-get-bufname): Reject minibuffers.
2046         (ido-make-buffer-list): If "default" is a nonexistent
2047         buffer, ignore it, as per the function's comment.
2048         (ido-kill-buffer-internal): New function.
2049         (ido-kill-buffer-at-head): Use it.
2050         (ido-visit-buffer): Likewise.
2052 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
2054         * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
2056 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
2058         * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
2059         Fix typos in chart titles.
2061         * whitespace.el (whitespace-style, global-whitespace-newline-mode):
2062         * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
2063         (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
2064         (describe-class, eieio-describe-generic, describe-generic):
2065         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
2066         (eieio-speedbar-expand):
2067         * emulation/viper-cmd.el (viper-exec-form-in-vi)
2068         (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
2069         (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
2070         (viper-del-backward-char-in-replace, viper-backward-indent)
2071         (viper-brac-function, viper-register-to-point, viper-submit-report):
2072         * net/tramp.el (tramp-remote-coding-commands):
2073         * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
2074         Fix typos in docstrings.
2076 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
2078         * mail/sendmail.el (mail-yank-original): Set the mark if the
2079         specified function for yanking does not do it.
2081 2010-01-17  Dan Nicolaescu  <dann@ics.uci.edu>
2083         * vc.el (with-vc-properties): Deal with directory arguments.  (Bug#5298)
2085         * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
2086         resyncing a directory.
2088 2010-01-17  Stephen Leake  <stephen_leake@member.fsf.org>
2090         * progmodes/ada-mode.el: Fix bug#1920.
2091         (ada-ident-re): Delete ., allow multibyte characters.
2092         (ada-goto-label-re): New; matches goto labels.
2093         (ada-block-label-re): New; matches block labels.
2094         (ada-label-re): New; matches both.
2095         (ada-named-block-re): Deleted; callers changed to use
2096         `ada-block-label-re' instead.
2097         (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
2098         Use `ada-block-label-re'.
2099         (ada-indent-on-previous-lines): Improve handling of goto labels.
2100         (ada-get-indent-block-start): Special-case block label.
2101         (ada-get-indent-label): Split into `ada-indent-block-label' and
2102         `ada-indent-goto-label'.
2103         (ada-goto-stmt-start, ada-goto-next-non-ws):
2104         Optionally ignore goto labels.
2105         (ada-goto-next-word): Simplify.
2106         (ada-indent-newline-indent-conditional): Insert newline before
2107         trying to fix indentation; doc fix.
2109 2010-01-17  Jay Belanger  <jay.p.belanger@gmail.com>
2111         * calc/calc.el (calc-command-flags): Give it an initial value.
2113 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
2115         * files.el (minibuffer-with-setup-hook):
2116         * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
2117         (artist-key-draw-continously, artist-key-do-continously-continously)
2118         (artist-key-set-point-continously, artist-mouse-draw-continously):
2119         Fix typos in docstrings.
2121 2010-01-16  Lennart Borgman  <lennart.borgman@gmail.com>
2123         * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
2124         return t (Bug#3898).
2126 2010-01-16  Frédéric Perrin  <frederic.perrin@resel.fr>  (tiny change)
2128         * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
2129         can parse the output of the external commands (Bug#5279).
2131 2010-01-16  Jari Aalto  <jari.aalto@cante.net>
2133         * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
2135 2010-01-16  Chong Yidong  <cyd@stupidchicken.com>
2137         * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
2139         * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
2141         * startup.el (command-line): Remove unused --icon-type arg.
2142         Handle --display arg, passing it to command-line-1 (Bug#5392).
2144 2010-01-16  Mario Lang  <mlang@delysid.org>
2146         * emacs-lisp/chart.el (chart-translate-namezone):
2147         * textmodes/artist.el (artist-compute-popup-menu-table):
2148         Remove duplicated words in doc-strings.
2150 2010-01-15   David Abrahams  <dave@boostpro.com>  (tiny change)
2152         * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
2153         to mairix-search to suppress threading (Bug#5342).
2155 2010-01-15  Kenichi Handa  <handa@m17n.org>
2157         * international/mule-cmds.el (canonicalize-coding-system-name):
2158         Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
2160 2010-01-15  Glenn Morris  <rgm@gnu.org>
2162         * log-view.el (top-level): Require 'wid-edit.  (Bug#5311)
2164         * wid-edit.el (widget-keymap): Doc fix.
2166         * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
2167         former seems to be more widely accepted by various svn versions.
2169 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
2171         * find-cmd.el (find-constituents):
2172         * vc-arch.el (vc-arch-root):
2173         * window.el (window-body-height, pop-up-frames):
2174         * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
2175         * progmodes/ada-stmt.el (ada-if):
2176         * progmodes/gdb-ui.el (gdb-jsonify-buffer):
2177         * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
2178         (ispell-encoding8-command, ispell-aspell-supports-utf8)
2179         (ispell-last-program-name, ispell-help): Fix typos in docstrings.
2181         * progmodes/flymake.el (flymake-post-syntax-check):
2182         Fix typo in error message.
2184 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
2186         * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
2187         which is always a string.  (Bug#5313)
2189 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
2191         * progmodes/ada-xref.el (ada-default-prj-properties):
2192         Simplify previous change.
2194 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
2196         * progmodes/ada-xref.el (ada-default-prj-properties):
2197         Default ada_project_path to $ADA_PROJECT_PATH.
2199 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
2201         * progmodes/ada-mode.el (ada-create-keymap):
2202         Override `narrow-to-defun' with `ada-narrow-to-defun'.
2204 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
2206         * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
2207         (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
2208         (ada-get-current-indent, ada-imenu-generic-expression)
2209         (ada-which-function): Check for it.
2211 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
2213         * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
2214         (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
2216 2010-01-14  Glenn Morris  <rgm@gnu.org>
2218         * frame.el (show-trailing-whitespace): Safe if boolean.  (Bug#5312)
2220 2010-01-14  Kenichi Handa  <handa@m17n.org>
2222         * composite.el (auto-composition-mode): Make it a buffer local
2223         variable (permanent-local).
2224         (auto-composition-function): Set the default value to
2225         auto-compose-chars.
2226         (auto-composition-mode): Make it a simple function, not a minor mode.
2227         (global-auto-composition-mode): Likewise.
2228         (turn-on-auto-composition-if-enabled): Delete it.
2230 2010-01-13  Karl Fogel  <kfogel@red-bean.com>
2232         * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
2234 2010-01-12  Michael Albinus  <michael.albinus@gmx.de>
2236         * files.el (copy-directory): Compute target for recursive
2237         directories with identical names.  (Bug#5343)
2239 2010-01-12  Glenn Morris  <rgm@gnu.org>
2241         * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
2242         it to bug-gnu-emacs rather than emacs-pretest-bug.
2244 2010-01-11  Sam Steingold  <sds@gnu.org>
2246         * imenu.el (imenu-default-create-index-function): Detect infinite
2247         loops caused by imenu-prev-index-position-function.
2249 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
2251         * htmlfontify.el (htmlfontify-load-rgb-file)
2252         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
2253         (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
2254         (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
2255         (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
2256         (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
2257         (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
2258         (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
2259         (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
2260         (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
2261         (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
2262         (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
2263         (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
2264         (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
2265         (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
2266         (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
2267         (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
2268         (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
2269         (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
2270         (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
2271         (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
2272         (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
2273         (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
2274         backslash-quoting from parentheses, etc.
2276 2010-01-11  Chong Yidong  <cyd@stupidchicken.com>
2278         * progmodes/js.el: Autoload javascript-mode alias.
2280 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
2282         * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
2283         (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
2284         (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
2285         (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
2286         Fix typos in docstrings.
2287         (ffap-url-regexp): Doc fix.
2288         (ffap-at-mouse): Fix typo in message.
2290 2010-01-11  Glenn Morris  <rgm@gnu.org>
2292         * version.el (emacs-copyright): Set copyright year to 2010.
2294 2010-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2296         * format.el (format-annotate-function): Only set
2297         write-region-post-annotation-function after running to-fn so as not to
2298         affect nested write-region calls (bug#5273).
2300 2010-01-10  Chong Yidong  <cyd@stupidchicken.com>
2302         * Makefile.in (ELCFILES): Add wisent/python-wy.el and
2303         wisent/python.el.
2305 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
2307         * man.el (Man-goto-section): Signal error if the section is not
2308         found (Bug#5317).
2310 2010-01-09  Juanma Barranquero  <lekktu@gmail.com>
2312         * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
2313         URLs with a leading triple slash in the file: scheme.  (Bug#5345)
2315 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
2317         * progmodes/compile.el: Don't treat compile-command as safe if
2318         compilation-read-command might be nil (Bug#4218).
2320 2010-01-09  Jan Djärv  <jan.h.d@swipnet.se>
2322         * startup.el (command-line-1): Use orig-argi to check for ignored X and
2323         NS options.
2325 2010-01-08  Kenichi Handa  <handa@m17n.org>
2327         * international/fontset.el (build-default-fontset-data):
2328         Exclude characters in scripts kana, hangul, han, or cjk-misc.
2330 2010-01-07  Juanma Barranquero  <lekktu@gmail.com>
2332         * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
2333         to `create-file-buffer' as it expects, not just a buffer name.
2334         (vc-dir-mode): Include the buffer name in `list-buffers-directory',
2335         to help uniquify.  (Bug#3224)
2337 2010-01-06  Jan Djärv  <jan.h.d@swipnet.se>
2339         * font-setting.el (font-setting-change-default-font): Use user-spec
2340         instead of name.
2342 2010-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
2344         * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
2346 2010-01-05  Tom Tromey  <tromey@redhat.com>
2348         * progmodes/python.el (python-font-lock-keywords):
2349         Handle qualified decorators (Bug#881).
2351 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
2353         * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
2354         in a lightweight checkout.
2356 2010-01-05  Kenichi Handa  <handa@m17n.org>
2358         * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
2360 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
2362         * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
2364 2010-01-04  Dan Nicolaescu  <dann@ics.uci.edu>
2366         * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
2367         checkouts.  (Bug#618)
2368         (vc-bzr-log-view-mode): Also highlight the author.
2369         (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
2370         (vc-bzr-shelve-menu-map):
2371         (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
2372         (vc-bzr-shelve-apply): Make prompt more explicit.
2374 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
2376         * net/browse-url.el (browse-url-encode-url): Don't escape commas.
2377         They are valid characters in URL paths (rfc3986), and at least
2378         Firefox does not understand the encoded version (Bug#3166).
2380 2010-01-02  Daniel Elliott  <danelliottster@gmail.com>  (tiny change)
2382         * progmodes/octave-mod.el (octave-end-keywords)
2383         (octave-block-begin-or-end-regexp, octave-block-match-alist):
2384         Add "end" keyword (Bug#3061).
2385         (octave-end-as-array-index-p): New function.
2386         (calculate-octave-indent): Use it.
2388 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
2390         * bookmark.el: Consistently put the text property on the bookmark name.
2391         (bookmark-bmenu-marks-width): Bump back to 2, to include
2392         annotation marks.
2393         (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
2394         property on the bookmark name, instead of not putting it at all.
2395         (bookmark-bmenu-list): Fix where we put the text property.
2397 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
2399         * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
2400         for showing buffer modified state (as added in the previous change).
2402 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
2404         * bookmark.el: Show modified state of bookmark buffer more accurately.
2405         (bookmark-bmenu-list): Initialize buffer-modified-p properly.
2406         (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
2407         (with-buffer-modified-unmodified): New macro.
2408         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
2409         (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
2410         Use new macro to preserve the buffer modified state.
2412 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
2414         * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
2415         (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
2416         (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
2417         (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
2418         (bookmark-bmenu-rename, bookmark-bmenu-locate)
2419         (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
2420         Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
2422 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
2424         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2425         Make the lines in the generated doc string shorter.  (Bug#4668)
2427 2010-01-02  Ryan Yeske  <rcyeske@gmail.com>
2429         * net/rcirc.el: Add follow-link binding (Bug#4738).
2431 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
2433         * Makefile.in (bzr-update): Rename from cvs-update.
2434         (cvs-update): New target for backward compatibility.
2436         * makefile.w32-in (bzr-update): Rename from cvs-update.
2437         (cvs-update): New target for backward compatibility.
2439 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
2441         * bookmark.el: Remove gratuitous gratitude.
2443 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
2445         * bookmark.el (bookmark-bmenu-any-marks): New function
2446         (bookmark-bmenu-save): Clear buffer modification if no marks.
2448 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
2450         * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
2451         (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
2452         positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
2453         This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
2455         http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
2456         From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
2457         To: emacs-devel {_AT_} gnu.org
2458         Subject: bookmark.el bug report
2459         Date: Mon, 28 Dec 2009 14:19:16 +0800
2460         Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
2462 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
2464         * bookmark.el: Improvements suggested by Drew Adams:
2465         (bookmark-bmenu-ensure-position): New name for
2466         `bookmark-bmenu-check-position'.  Just ensure the position,
2467         don't return any meaningful value.
2468         (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
2469         New constants.
2471 2010-01-02  Juanma Barranquero  <lekktu@gmail.com>
2473         * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
2474         (bookmark-yank-point, bookmark-bmenu-check-position):
2475         Fix typos in docstrings.
2476         (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
2477         (bookmark-name-from-full-record, bookmark-get-position)
2478         (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
2479         (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
2480         Remove useless quoting of parenthesis, etc. in docstrings.
2482         * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
2483         (ediff-append-custom-diff): Fix typo in error message.
2484         (ediff-meta-mark-equal-files): Fix typos in messages.
2486         * mpc.el (mpc-playlist-delete): Fix typo in error messages.
2488         * net/imap-hash.el (imap-hash-make): Doc fix.
2489         (imap-hash-test): Fix typo in error message; reflow docstring.
2490         (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
2491         (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
2492         (imap-hash-mailbox, imap-hash-user, imap-hash-password):
2493         Fix typos in docstrings.
2494         (imap-hash-open-connection): Fix typo in error message.
2496         * play/gomoku.el (gomoku): Fix typos in docstring.
2498         * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
2499         (gdb-jsonify-buffer): Fix typos in docstring.
2500         (gdb-goto-breakpoint): Fix typo in error message.
2501         ("Display Other Windows"): Fix typo in help message.
2502         (gdb-speedbar-expand-node): Fix typo in question.
2504         * progmodes/idlw-help.el (idlwave-help-browse-url-available)
2505         (idlwave-html-system-help-location, idlwave-html-help-location)
2506         (idlwave-help-browser-function, idlwave-help-browser-generic-program)
2507         (idlwave-help-browser-generic-args, idlwave-help-directory)
2508         (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
2509         (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
2510         (idlwave-online-help, idlwave-help-html-link)
2511         (idlwave-help-show-help-frame, idlwave-help-assistant-command):
2512         Fix typos in docstrings.
2513         (idlwave-help-with-source, idlwave-help-find-routine-definition):
2514         Reflow docstrings.
2515         (idlwave-help-assistant-start): Fix typo in error message.
2517         * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
2518         (octave-electric-space): Fix typos in docstrings.
2520 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
2522         * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
2524 2010-01-01  Juri Linkov  <juri@jurta.org>
2526         * comint.el (comint-input-ring-size): Make it a defcustom and
2527         increase the default to 500 (Bug#5148).
2529 2009-12-31  Nick Roberts  <nickrob@snap.net.nz>
2531         Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
2532         * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
2533         * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
2535 2009-12-30  Nick Roberts  <nickrob@snap.net.nz>
2537         Show working revision correctly for mercurial.
2538         * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
2539         hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
2541 2009-12-29  Juanma Barranquero  <lekktu@gmail.com>
2543         Declare some functions for the byte-compiler.
2544         * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
2545         (speedbar-timer-fn, speedbar-change-expand-button-char)
2546         (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
2548 2009-12-29  Nick Roberts  <nickrob@snap.net.nz>
2550         This changeset reverts GDB Graphical Interface to use annotations.
2551         * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
2553 2009-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
2555         Make vc-dir work on subdirectories of the bzr root.
2556         * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.  Return
2557         file names relative to it.
2558         (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
2559         relative directory to vc-bzr-after-dir-status.
2561 2009-12-28  Tassilo Horn  <tassilo@member.fsf.org>
2563         * font-lock.el (font-lock-refresh-defaults): New function, which
2564         can be used to let font-lock react to external changes in
2565         variables like font-lock-defaults and keywords.
2566         See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
2568 2009-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
2570         * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
2572         * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
2574 2009-12-28  Juanma Barranquero  <lekktu@gmail.com>
2576         Supersede color.diff settings in git log (bug#5211).
2578         * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
2579         escape chars in its output when the user has color.diff set to `always'.
2580         This fix works on git 1.4.2 and newer (released on 2006-08-13).
2582 2009-12-26  Kevin Ryde  <user42@zip.com.au>
2584         * info-look.el (sh-mode): Look for coreutils new "Concept Index"
2585         node.  Keep previous "Index" name to work with past coreutils too.
2587         * man.el (man): Revise docstring a bit to show -a and -l as
2588         examples.  Add -k description since support for it has otherwise
2589         been a secret.  (Further to bug#3717.)
2590         (Man-bgproc-sentinel): When "-k foo" produces no output show error
2591         "no matches" rather than "Can't find manpage", as the latter reads
2592         like -k was interpreted as a page name, which is not so.  (Bug#5431)
2594 2009-12-26  Michael Albinus  <michael.albinus@gmx.de>
2596         * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
2597         switches.  Check also for //SUBDIRED// line.
2599 2009-12-25  Kenichi Handa  <handa@m17n.org>
2601         * language/indian.el (devanagari-composable-pattern): Fixed to
2602         handle ZWNJ and ZWJ.  Use it in composition-function-table for
2603         Devanagari.
2604         (malayalam-composable-pattern): Fix previous change.
2606 2009-12-23  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2608         * ps-print.el (ps-face-attributes): It was not returning the
2609         attribute face for faces specified as string.  Reported by harven
2610         <harven@free.fr>.  (Bug#5254)
2611         (ps-print-version): New version 7.3.5.
2613 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
2615         * calendar/icalendar.el (icalendar--convert-tz-offset): Fixed
2616         timezone names.
2617         (icalendar--convert-tz-offset): Fixed the "last-day-problem".
2618         (icalendar--add-diary-entry): Remove the trailing blank that
2619         diary-make-entry inserts.
2621 2009-12-17  Michael Albinus  <michael.albinus@gmx.de>
2623         Make `file-expand-wildcards' work for remote files.
2625         * files.el (file-expand-wildcards): In case of remote files, check
2626         only local file name part for wildcards.  Provide feature 'files
2627         and subfeature 'remote-wildcards.  (Bug#5198)
2629         * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
2630         if there is already an established connection.
2631         (tramp-advice-file-expand-wildcards): Remove it.
2633         * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
2634         (tramp-advice-file-expand-wildcards): Moved from tramp.el.
2635         Activate advice for older GNU Emacs versions.  (Bug#5237)
2637 2009-12-17  Juanma Barranquero  <lekktu@gmail.com>
2639         Some doc fixes (more needed).
2641         * find-cmd.el (find-constituents): Reflow docstring.
2642         (find-cmd, find-prune, find-command): Fix typos in docstrings.
2643         (find-generic): Doc fix.
2645 2009-12-17  Juri Linkov  <juri@jurta.org>
2647         Fix regression from 23.1 to allow multiple modes in Local Variables.
2649         * files.el (hack-local-variables-filter): While ignoring duplicates,
2650         don't take `mode' into account.
2651         (hack-local-variables-filter, hack-dir-local-variables): Don't
2652         remove duplicate `mode' from local-variables-alist (like `eval').
2654 2009-12-17  Juri Linkov  <juri@jurta.org>
2656         Make `dired-diff' more safe.  (Bug#5225)
2658         * dired-aux.el (dired-diff): Signal an error when `file' equals to
2659         `current' or when `file' is a directory of the `current' file.
2661 2009-12-17  Andreas Schwab  <schwab@linux-m68k.org>
2663         * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
2664         unconditionally preloaded files.
2666 2009-12-16  Juri Linkov  <juri@jurta.org>
2668         Revert to old 23.1 logic of using the file at the mark as default.
2669         * dired-aux.el (dired-diff): Use the file at the mark as default
2670         if it's not the same as the current file, and the target dir is
2671         the current dir or the mark is active.  Add the current file
2672         as the arg of `dired-dwim-target-defaults'.  Use the default file
2673         in the prompt.  (Bug#5225)
2675 2009-12-15  Michael Albinus  <michael.albinus@gmx.de>
2677         * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
2678         (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
2679         (tramp-check-for-regexp): Check also, when an echoing shell stops
2680         to echo sent commands.
2682 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
2684         * Makefile.in: Revert last change (Bug#5191).
2686 2009-12-14  Dan Nicolaescu  <dann@ics.uci.edu>
2688         * vc-hg.el (vc-hg-print-log): Fix argument order.
2689         (vc-hg-working-revision): Make sure the command is executed in a
2690         known environment so that we can parse the output.  (Bug#4417)
2692 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
2694         * progmodes/python.el (python-symbol-completions): Remove text
2695         properties from symbol string before calling python-send-receive.
2697 2009-12-14  Nick Roberts  <nickrob@snap.net.nz>
2699         * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
2700         when there are values for both file and line.  (Bug#5060)
2702 2009-12-14  Juri Linkov  <juri@jurta.org>
2704         * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
2705         whitespace after the file name of the first line of unified format,
2706         because git-diff doesn't output whitespace and file modification time
2707         after the file name.
2709 2009-12-14  David Kastrup  <dak@gnu.org>
2711         * info.el (Info-hide-cookies-node): Before hiding a cookie,
2712         check if it already has the `display' property added by
2713         `Info-display-images-node', and not put the `invisible' property
2714         in this case.
2716 2009-12-13  Glenn Morris  <rgm@gnu.org>
2718         * mail/emacsbug.el (message-sort-headers): Define for compiler.
2719         (report-emacs-bug): In message-mode, sort manually before storing
2720         original report text.  (Bug#5178)
2721         Remove superfluous save-excursion.
2723 2009-12-12  Michael Albinus  <michael.albinus@gmx.de>
2725         * net/dbus.el (dbus-property-handler): Filter lambda forms out
2726         when responding to "GetAll" properties.
2728 2009-12-12  Chong Yidong  <cyd@stupidchicken.com>
2730         * simple.el (compose-mail): Remove mail-setup-with-from from
2731         customization checks.
2733 2009-12-12  Eli Zaretskii  <eliz@gnu.org>
2735         * arc-mode.el (archive-rar-summarize): Support Attribute fields in
2736         RAR archives created on Unix systems.
2738 2009-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2740         * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
2741         the varalias that was accidentally removed by the 2009-11-19 change
2742         (bug#5186).
2744 2009-12-12  Kenichi Handa  <handa@m17n.org>
2746         * language/indian.el (indian-compose-regexp): New function.
2747         (malayalam-composable-pattern): Fix the pattern.
2748         (composition-function-table): Set malayalam-composable-pattern for
2749         Malayalam characters.
2751 2009-12-11  Chong Yidong  <cyd@stupidchicken.com>
2753         * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
2754         rather than down-mouse-1, based on follow-link conventions.
2756         * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
2757         are compiled.
2759 2009-12-11  Michael McNamara  <mac@mail.brushroad.com>
2761         * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
2762         (verilog-vmm-statement-re, verilog-ovm-statement-re)
2763         (verilog-defun-level-not-generate-re, verilog-calculate-indent)
2764         (verilog-leap-to-head, verilog-backward-token):
2765         Fix indenting VMM macros.  Reported by Jonathan Ashbrook.
2767 2009-12-11  Wilson Snyder  <wsnyder@wsnyder.org>
2769         * progmodes/verilog-mode.el (verilog-auto-lineup)
2770         (verilog-nameable-item-re): Cleanup user-visible spelling and
2771         documentation errors.  One reported by Gary Delp.
2772         (verilog-submit-bug-report): Mention bug tracking and CC co-author.
2773         (verilog-read-decls): Fix AUTOWIRE with types declared in a
2774         package, bug195.  Reported by Pierre-David Pfister.
2776 2009-12-11  Glenn Morris  <rgm@gnu.org>
2778         * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
2780         * mail/emacsbug.el: No longer require sendmail.
2781         Replace sendmail's `mail-text' by `rfc822-goto-eoh'.  (Bug#5174)
2782         (report-emacs-bug-orig-text): Doc fix.
2783         (report-emacs-bug-send-command, report-emacs-bug-send-hook):
2784         New local variables, to adapt to different mail-user-agents.
2785         (report-emacs-bug): Fix test for a gnu.org address.
2786         Use overlays for emphasis, since font-lock defeats 'face property.
2787         Pretest bugs also end up at the newsgroup these days.
2788         Stop message-mode stripping text properties.
2789         Set and use the new buffer-local variables.
2790         (report-emacs-bug-hook): Add doc-string.
2791         Remove some unnecessary save-excursions and simplify.
2792         Use the appropriate hook and send-command.
2794         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
2795         capitalization of some menu entries.
2797 2009-12-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2799         * whitespace.el (whitespace-display-char-on): Ensure
2800         `buffer-display-table' is unique when two or more windows are
2801         visible.  Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
2802         New version 12.1.
2804 2009-12-10  Eli Zaretskii  <eliz@gnu.org>
2806         * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
2807         characters in the Attribute field.
2809 2009-12-10  Dan Nicolaescu  <dann@ics.uci.edu>
2811         * vc-svn.el (vc-svn-after-dir-status): Fix regexp.  (Bug#4741)
2813 2009-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2815         Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
2816         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
2817         Disregard autoload-excludes.
2818         (update-directory-autoloads): Obey autoload-excludes here instead.
2819         But don't store its contents in no-autoloads and remove entries that
2820         refer to excludes files.
2822 2009-12-10  Glenn Morris  <rgm@gnu.org>
2824         * mail/feedmail.el (top-level): Move require 'mail-utils to start.
2825         (expand-mail-aliases): Define for compiler.
2827         * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
2828         Define for compiler.
2830         * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
2831         appropriate for the mail-user-agent in use.
2833 2009-12-09  Michael Albinus  <michael.albinus@gmx.de>
2835         * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
2837 2009-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
2839         Fix short log parsing and fontification.
2840         * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
2841         Fix fontification for the [merge] label.
2843 2009-12-09  Vivek Dasmohapatra  <vivek@etla.org>
2845         Drop some properties to avoid surprises.
2846         * htmlfontify.el (hfy-ignored-properties): New defcustom.
2847         (hfy-fontify-buffer): Use it.
2849 2009-12-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2851         Minor cleanup.
2852         * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
2853         Adjust all callers.
2854         (ffap-locate-file): Remove unused arg `dir-ok' and make other
2855         args compulsory.  Adjust callers.
2856         (ffap-gopher-at-point): Remove unused var `name'.
2858         Get rid of the ELCFILES abomination.
2859         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
2860         (compile-elcfiles): New phony target.
2861         (compile-main): Compute ELCFILES dynamically.
2862         (compile-clean): New target to remove left-over elc files.
2863         (compile, all): Use it.
2865 2009-12-09  Kenichi Handa  <handa@etlken>
2867         * international/mule-diag.el: Require help-mode instead of help-fns.
2869 2009-12-09  Kenichi Handa  <handa@m17n.org>
2871         * international/mule-cmds.el (ucs-names): Supply sufficiently
2872         fine ranges instead of pre-calculating accurate ranges.
2873         Iterate with bigger gc-cons-threshold.
2875 2009-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
2877         Add support for stashing a snapshot of the current tree.
2878         * vc-git.el (vc-git-stash-snapshot): New function.
2879         (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
2881 2009-12-08  Jose E. Marchesi  <jemarch@gnu.org>
2883         * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
2884         instead of `(beginning|end)-of-line'.
2886 2009-12-08  Glenn Morris  <rgm@gnu.org>
2888         * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
2890         * Makefile.in (ELCFILES): Regenerate.
2892 2009-12-07  Juri Linkov  <juri@jurta.org>
2894         Don't lazy-highlight the comint output in history Isearch mode.
2896         * comint.el (comint-history-isearch-search): Instead of
2897         `comint-line-beginning-position', use `comint-after-pmark-p'
2898         to check if point if before the process mark, and go to
2899         `process-mark' in this case.
2901 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2903         * textmodes/tex-mode.el (latex-complete)
2904         (latex-indent-or-complete): Remove.
2905         (latex-mode): Set completion-at-point-functions instead.
2907         Provide a standard completion command and hook it into TAB.
2908         * minibuffer.el (completion-at-point-functions): New var.
2909         (completion-at-point): New command.
2910         * indent.el (indent-for-tab-command): Handle the `complete' behavior.
2911         * progmodes/python.el (python-mode-map): Use completion-at-point.
2912         (python-completion-at-point): Rename from python-partial-symbol and
2913         adjust for use in completion-at-point-functions.
2914         (python-mode): Setup completion-at-point for Python completion.
2915         * emacs-lisp/lisp.el (lisp-completion-at-point): New function
2916         extracted from lisp-complete-symbol.
2917         (lisp-complete-symbol): Use it.
2918         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
2919         setup completion-at-point for Elisp completion.
2920         (emacs-lisp-mode-map, lisp-interaction-mode-map):
2921         Use completion-at-point.
2922         * ielm.el (ielm-map): Use completion-at-point.
2923         (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
2924         * progmodes/sym-comp.el: Move to...
2925         * obsolete/sym-comp.el: Move from progmodes.
2927 2009-12-07  Eli Zaretskii  <eliz@gnu.org>
2929         Prevent save-buffer in Rmail buffers from using the coding-system
2930         of the current message, and from clobbering the encoding mnemonics
2931         in the mode line (Bug#4623).
2933         * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
2934         flag, too.
2935         (rmail-message-encoding): New variable.
2936         (rmail-write-region-annotate): Record the encoding of the current
2937         message in rmail-message-encoding.
2938         (rmail-after-save-hook): New function, restores the encoding of
2939         the current message after the message collection is saved.
2941 2009-12-07  Juri Linkov  <juri@jurta.org>
2943         * progmodes/grep.el (grep-read-files): Use `completing-read'
2944         instead of `read-string'.  Set its `collection' arg to
2945         `read-file-name-internal'.  (Bug#4301)
2947 2009-12-07  Juri Linkov  <juri@jurta.org>
2949         Correctly restore original Isearch point.  (Bug#4994)
2951         * isearch.el (isearch-mode): Move `isearch-push-state' after
2952         `(run-hooks 'isearch-mode-hook)'.
2953         (isearch-cancel): When `isearch-push-state-function' is defined,
2954         let-bind `isearch-cmds' to the first state (the last element of
2955         `isearch-cmds') and call `isearch-top-state' (it calls pop-state
2956         function and restores the original point).  Otherwise, move point
2957         to `isearch-opoint'.
2959 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2961         * international/mule-cmds.el (ucs-names): Weed out at compile-time the
2962         chars that don't have names, so the table can be built much faster at
2963         run-time.
2965 2009-12-07  Chong Yidong  <cyd@stupidchicken.com>
2967         * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
2968         change.  Suggested by David Kastrup.
2970         * simple.el (compose-mail): Check for incompatibilities and warn.
2971         (compose-mail-user-agent-warnings): New option.
2973 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
2975         Support showing a single log entry from vc-annotate.
2976         * vc.el (print-log): Add a new argument: START-REVISION.
2977         (vc-print-log-internal): Add a new optional argument and
2978         pass it to the backend.
2979         (vc-print-log, vc-print-root-log): Adjust callers.
2980         * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
2981         buffer already displays the requested log entry, use it.
2982         Otherwise display only the log entry in question.
2983         * vc-svn.el (vc-svn-print-log):
2984         * vc-mtn.el (vc-mtn-print-log):
2985         * vc-hg.el (vc-hg-state):
2986         * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
2987         (vc-git-show-log-entry): Return t on success.
2988         * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
2989         (vc-bzr-show-log-entry): Return t on success.
2990         * vc-rcs.el (vc-rcs-print-log):
2991         * vc-sccs.el (vc-sccs-print-log):
2992         * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
2994 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
2996         * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
2997         Add menus to the meta mode.  (Bug#5043)
2999 2009-12-07  Michael Kifer  <kifer@cs.stonybrook.edu>
3001         * ediff-init.el (ediff-event-key): Use event-to-character instead of
3002         event-key.
3004         * ediff.el (ediff-buffers-internal): Add unwind-protect.
3006 2009-12-07  Michael Albinus  <michael.albinus@gmx.de>
3008         Handle prompt rules of ksh in OpenBSD 4.5.  Reported by Raphaël
3009         Berbain <raphael.berbain@gmail.com>.
3011         * net/tramp.el (tramp-end-of-output): Move up.  Use `#' and `$'
3012         characters.
3013         (tramp-initial-end-of-output): New defconst.
3014         (tramp-methods, tramp-find-shell)
3015         (tramp-open-connection-setup-interactive-shell)
3016         (tramp-maybe-open-connection): Use it.
3017         (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
3018         existence of `#' and `$'.
3020         * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
3021         `tramp-initial-end-of-output'.
3023 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
3025         Get the background mode from the terminal for xterm, and set
3026         faces accordingly.
3027         * term/xterm.el (xterm-set-background-mode): New function.
3028         (terminal-init-xterm): Use it in case xterm supports background
3029         color queries.  Recompute faces after getting the background
3030         color.
3032 2009-12-07  Ulrich Mueller  <ulm@gentoo.org>
3034         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
3035         number comment back on its own line, for easier parsing.
3037 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3039         Make it work for non-file buffers (bug#5102).
3040         * doc-view.el (doc-view-current-cache-dir):
3041         Use doc-view-buffer-file-name rather than buffer-file-name.
3042         (doc-view-mode): Use buffer-name when buffer-file-name is nil.
3044 2009-12-06  Óscar Fuentes  <ofv@wanadoo.es>
3046         * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
3047         author field is too short.
3049 2009-12-06  Dan Nicolaescu  <dann@ics.uci.edu>
3051         * vc-git.el (vc-git-print-log): Handle a limit argument.
3052         Display the short log in graph form and with labels.
3053         (vc-git-log-view-mode): Handle labels.
3055         Make vc-revert change VC state from 'added to 'unregistered.
3056         * vc-git.el (vc-git-revert): Call git reset first.
3058 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
3060         * net/newst-backend.el, net/newst-plainview.el:
3061         * net/newst-reader.el, net/newst-ticker.el:
3062         * net/newst-treeview.el, net/newsticker.el:
3063         Require/provide newst-... (instead of newsticker-...).  (Bug#5096)
3065 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
3067         * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
3069         * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
3070         Handle empty author field (Bug#4144).  Suggested by Óscar Fuentes.
3071         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
3072         Update annotation regexp.
3074         * simple.el (beginning-of-visual-line): Constrain to field
3075         boundaries (Bug#5106).
3077 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
3079         * xml.el (xml-substitute-numeric-entities): Move
3080         newsticker--decode-numeric-entities in newst-backend.el to
3081         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
3082         * net/newst-backend.el (newsticker--parse-generic-feed)
3083         (newsticker--parse-generic-items)
3084         (newsticker--decode-numeric-entities): Move
3085         newsticker--decode-numeric-entities in newst-backend.el to
3086         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
3088 2009-12-06  Daniel Colascione  <dan.colascione@gmail.com>
3090         * progmodes/js.el (js--js-not): Add null to the list of values.
3092 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
3094         * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
3096 2009-12-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3098         * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
3099         delimiter if it is at the end of the current line.
3100         (bibtex-generate-url-list): Fix docstring.
3102 2009-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3104         * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
3105         minibuffer's content with itself.
3106         Fold the confirm-after-completion case into the `confirm' case.
3107         (completion-pcm-word-delimiters): Add : and / to the delimiters.
3109 2009-12-06  Kevin Ryde  <user42@zip.com.au>
3111         * ffap.el (ffap-rfc-path): Make this a defcustom since
3112         `ffap-rfc-directories' is also a defcustom.  (Bug#4514.)
3114         * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
3115         manuals, similar to existing setup for help-mode.  (Bug#3913.)
3117 2009-12-05  Juri Linkov  <juri@jurta.org>
3119         Save and restore dired buffer's point positions too.  (Bug#4880)
3121         * dired.el (dired-save-positions): Return in the first element
3122         buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
3123         Doc fix.
3124         (dired-restore-positions): First restore buffer's position.
3125         While restoring window's positions, check if window still displays
3126         the original buffer.
3128 2009-12-05  Chong Yidong  <cyd@stupidchicken.com>
3130         * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
3131         if possible.
3133         * shell.el (shell): Require ansi-color (Bug#5113).
3135         * ansi-color.el (ansi-color-for-comint-mode): Default to t.
3137         * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
3139 2009-12-05  Alan Mackenzie  <acm@muc.de>
3141         * progmodes/cc-mode.el (c-before-hack-hook)
3142         (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
3143         `c-file-style' to work again.  This reversion restores the current
3144         software to its state in Emacs 23.1.  (Bug#4146)
3146 2009-12-05  Kevin Ryde  <user42@zip.com.au>
3148         * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
3149         comment-start-skip to comment-end-skip as comment (Bug#4781).
3151 2009-12-05  Juri Linkov  <juri@jurta.org>
3153         * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
3154         for virtual nodes.  (Bug#4147)
3155         (Info-find-node-2): Set `Info-current-node-virtual' to nil
3156         when moving from a virtual node.
3157         (Info-mode-menu): Add `Info-virtual-index' to the menu.
3158         (Info-mode): Add `Info-virtual-index' to the docstring.
3160 2009-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3162         * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
3163         track of the buffer position of the end of a BibTeX entry as this
3164         position may change during reformatting.
3165         (bibtex-format-entry): Remove whitespace before processing
3166         numerical fields so that we recognize the latter properly.
3167         (bibtex-reformat): Do not use push which changes the global value
3168         of bibtex-entry-format.
3169         (bibtex-field-braces-alist, bibtex-field-strings-alist)
3170         (bibtex-field-re-init): Replace only space characters by regexp
3171         for whitespace.
3172         (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
3173         (bibtex-initialize): Also update bibtex-strings.
3174         (bibtex-kill-field): Preserve white space at end of entry.
3175         (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
3176         Update bibtex-reference-keys.
3178 2009-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3180         * minibuffer.el (completion-pcm--merge-try): Also consider placing
3181         point after a star, if that's the only place where modifications can
3182         make progress.
3184 2009-12-05  Dan Nicolaescu  <dann@ics.uci.edu>
3186         * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
3187         in docstrings.
3189 2009-12-04  Juri Linkov  <juri@jurta.org>
3191         * proced.el (proced): Call `(proced-update t)' to update process
3192         information instead of only running proced-post-display-hook.
3193         (proced-send-signal): Add a leading space to the buffer name
3194         " *Marked Processes*" to make this buffer ephemeral.
3196 2009-12-04  Juri Linkov  <juri@jurta.org>
3198         * dired.el (dired-auto-revert-buffer): New defcustom.
3199         (dired-internal-noselect): Use it.
3201 2009-12-04  Juri Linkov  <juri@jurta.org>
3203         Change roles of modes and functions in image-mode.el (Bug#5062).
3205         * image-mode.el: Replace `image-mode-maybe' with `image-mode'
3206         in `auto-mode-alist'.
3207         (image-mode-previous-major-mode): New variable.
3208         (image-minor-mode-map): Rename from `image-mode-text-map'.
3209         (image-mode): Move graceful error-handling code from
3210         `image-minor-mode' to here.  On errors call `image-mode-as-text'.
3211         (image-minor-mode): Remove all image-handling code.
3212         Replace `image-mode-text-map' with `image-minor-mode-map'.
3213         Check for `image-type' in mode-line format string.
3214         (image-mode-maybe): Make obsolete with an alias to `image-mode'.
3215         (image-mode-as-text): New function with most code from
3216         `image-mode-maybe'.
3217         (image-toggle-display-text): Move code that removes image
3218         properties from `image-toggle-display' to here.
3219         (image-toggle-display-image): New function with code that adds
3220         image properties copied from `image-toggle-display'.
3221         (image-toggle-display): Remove most code with leaving only code
3222         that toggles between `image-mode-as-text' and `image-mode'.
3224 2009-12-04  Ulf Jasper  <ulf.jasper@web.de>
3226         * net/newst-treeview.el
3227         (newsticker--treeview-list-highlight-start): Restored call to
3228         save-excursion: Selected item was stuck.
3229         (newsticker--treeview-list-select): New.
3230         (newsticker--treeview-item-show-text)
3231         (newsticker--treeview-item-show)
3232         (newsticker--treeview-item-update): Use new
3233         newsticker-treeview-item-mode.
3234         (newsticker-treeview-update): Keep current item.
3235         (newsticker-treeview-next-new-or-immortal-item): Doc change.
3236         (newsticker--treeview-first-feed): Doc change.
3237         (newsticker-treeview-list-menu)
3238         (newsticker-treeview-item-menu): Added menu entries.
3239         (newsticker-treeview-item-mode): New.
3241         * net/newst-backend.el (newsticker-customize): Delete other
3242         windows.
3244 2009-12-04  Sam Steingold  <sds@gnu.org>
3246         * log-view.el (log-view-mode-map): "q" calls quit-window,
3247         like in all the other non-self-insert buffers.
3249 2009-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3251         Minor cleanup.
3252         * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
3253         key decoding rather than do it manually via last-input-event +
3254         ascii-character.
3255         (term-exec): Use delete-and-extract-region.
3256         (term-handle-ansi-terminal-messages): Remove unused var `end'.
3257         (term-process-pager): Remove unused var `i'.
3258         (term-dynamic-simple-complete): Make obsolete.
3259         (serial-update-config-menu): Remove unused vars `y' and `str'.
3260         (term-update-mode-line): Remove unused var `temp'.
3262 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
3264         Limit the number of log entries displayed by default.
3265         * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
3266         (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
3267         using a prefix argument.
3269 2009-12-03  Glenn Morris  <rgm@gnu.org>
3271         * progmodes/idlwave.el (class): Restore still useful declaration.
3273 2009-12-03  Alan Mackenzie  <acm@muc.de>
3275         Enhance `c-parse-state' to run efficiently in "brace deserts".
3277         * progmodes/cc-mode.el (c-basic-common-init):
3278         Call c-state-cache-init.
3279         (c-neutralize-syntax-in-and-mark-CPP): Rename from
3280         c-extend-and-neutralize-syntax-in-CPP.  Mark each CPP construct by
3281         placing `category' properties value 'c-cpp-delimiter at its boundaries.
3283         * progmodes/cc-langs.el (c-before-font-lock-function):
3284         c-extend-and-neutralize-syntax-in-CPP has been renamed
3285         c-neutralize-syntax-in-and-mark-CPP.
3287         * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
3288         with `category' properties now, not `syntax-table' ones.
3290         * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
3291         enhanced (but slower) version of c-end-of-macro that won't land
3292         inside a literal or on another awkward character.
3293         (c-state-cache-too-far, c-state-cache-start)
3294         (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
3295         (c-state-nonlit-pos-cache-limit, c-state-point-min)
3296         (c-state-point-min-lit-type, c-state-point-min-lit-start)
3297         (c-state-min-scan-pos, c-state-brace-pair-desert)
3298         (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
3299         buffer local variables.
3300         (c-state-literal-at, c-state-lit-beg)
3301         (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
3302         (c-state-mark-point-min-literal, c-state-cache-top-lparen)
3303         (c-state-cache-top-paren, c-state-cache-after-top-paren)
3304         (c-get-cache-scan-pos, c-get-fallback-scan-pos)
3305         (c-state-balance-parens-backwards, c-parse-state-get-strategy)
3306         (c-renarrow-state-cache)
3307         (c-append-lower-brace-pair-to-state-cache)
3308         (c-state-push-any-brace-pair, c-append-to-state-cache)
3309         (c-remove-stale-state-cache)
3310         (c-remove-stale-state-cache-backwards, c-state-cache-init)
3311         (c-invalidate-state-cache-1, c-parse-state-1)
3312         (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
3313         (c-parse-state): Enhance and refactor.
3314         (c-debug-parse-state): Amend to deal with all the new variables.
3316         * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
3317         (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
3318         modify to use category text properties rather than syntax-table ones.
3319         (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
3320         to switch off/on the syntactic paren property of C++ template
3321         delimiters using the category property.
3322         (c-with-<->-as-parens-suppressed): Macro to invoke code with
3323         template delims suppressed.
3324         (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
3325         New constant/macros which apply category properties to the start
3326         and end of preprocessor constructs.
3327         (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
3328         "comment out" the syntactic value of characters in preprocessor
3329         constructs.
3330         (c-with-cpps-commented-out)
3331         (c-with-all-but-one-cpps-commented-out): Macros to invoke code
3332         with characters in all or all but one preprocessor constructs
3333         "commented out".
3335 2009-12-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3337         * proced.el (proced-filter-alist): Use regexp-quote.
3339 2009-12-03  Michael Albinus  <michael.albinus@gmx.de>
3341         Cleanup.
3342         * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
3343         (eshell/su, eshell/sudo): Require 'tramp.  Fix problems reading
3344         arguments.  Expand `default-directory'.
3346         * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
3347         the benefit of returning an expanded localname.
3348         (tramp-tramp-file-p): Handle the case NAME is not a string.
3350 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
3352         Add support for bzr shelve/unshelve.
3353         * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
3354         (vc-bzr-extra-menu-map): New variables.
3355         (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
3356         (vc-bzr-shelve-apply, vc-bzr-shelve-list)
3357         (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
3358         (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
3359         (vc-bzr-dir-extra-headers): Display shelves.
3361         * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
3363 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3365         * textmodes/bibtex.el (bibtex-complete-internal):
3366         Use completion-in-region.
3367         (bibtex-text-in-field-bounds): Remove unused var `opoint'.
3369 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
3371         Support applying stashes.  Improve UI.
3372         * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
3373         (vc-git-stash-apply, vc-git-stash-pop)
3374         (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
3375         (vc-git-stash-menu): New functions.
3376         (vc-git-stash-menu-map): New variable.
3377         (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
3379 2009-12-03  Glenn Morris  <rgm@gnu.org>
3381         * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
3382         (vc-print-log-internal): Fix previous change.
3383         (vc-revert): Correct pluralization.
3385 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3387         * progmodes/make-mode.el (makefile-special-targets-list): No need for
3388         it to be an alist any more.
3389         (makefile-complete): Use completion-in-region.
3391         * progmodes/octave-mod.el (octave-complete-symbol):
3392         Use completion-in-region.
3394         Misc cleanup.
3395         * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
3396         (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
3397         (idlwave-complete-class): Don't quote lambda.
3398         (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
3399         (idlwave-mode-map): Move initialization into declaration.
3400         (idlwave-action-and-binding): Use backquotes.
3401         (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
3402         Simplify.
3403         (idlwave-is-pointer-dereference): Remove unused var `pos'.
3404         (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
3405         (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
3406         `parts', and `all-parts'.
3407         (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
3408         (idlwave-convert-xml-system-routine-info): Remove unused string
3409         `version-string'.
3410         (idlwave-display-user-catalog-widget): Use dolist.
3411         (idlwave-scanning-lib): Declare dynamically-scoped var.
3412         (idlwave-scan-library-catalogs): Remove unused var `flags'.
3413         (completion-highlight-first-word-only): Declare to silence bytecomp.
3414         (idlwave-popup-select): Tighten scope of `resp'.
3415         (idlwave-find-struct-tag): Remove unused var `beg'.
3416         (idlwave-after-load-rinfo-hook): Declare.
3417         (idlwave-sintern-class-info): Remove unused var `taglist'.
3418         (idlwave-find-class-definition): Remove unused var `list'.
3419         (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
3420         (idlwave-what-module-find-class): Remove unused var `classes'.
3422 2009-12-03  Juanma Barranquero  <lekktu@gmail.com>
3424         * progmodes/pascal.el: Require CL when compiling (for lexical-let).
3426 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3428         * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
3429         buffers visited.  Remove redundant current-buffer-saving.
3431 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3433         Use completion-in-buffer and remove uses of dynamic scoping.
3434         * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
3435         (pascal-buffer-to-use, pascal-flag): Don't declare.
3436         (pascal-func-completion, pascal-type-completion, pascal-var-completion)
3437         (pascal-get-completion-decl, pascal-keyword-completion):
3438         Add `pascal-str' argument, save-excursion,
3439         return the found completions, and don't filter with pascal-pred.
3440         (pascal-completion-cache): New var.
3441         (pascal-completion): Don't switch buffer any more (it was never
3442         necessary).  Don't save-excursion any more (it's done by the called
3443         subroutines).  Use a cache to avoid redundant computations.
3444         Use complete-with-action rather than pascal-completion-response and
3445         let it apply the predicate as well.
3446         (pascal-complete-word): Use completion-in-buffer when
3447         pascal-toggle-completions is nil.
3448         (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
3449         not used any more.
3450         (pascal-comp-defun): Don't change buffer any more.
3451         Use complete-with-action rather than pascal-completion-response and
3452         let it apply the predicate as well.
3453         (pascal-goto-defun): Change buffer before calling pascal-comp-defun
3454         when neded.
3456 2009-12-02  Kenichi Handa  <handa@m17n.org>
3458         * language/indian.el: Include ZWJ and ZWNJ in the patterns to
3459         shape for all Indic scripts.
3461 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3463         Use completion-in-buffer.
3464         * wid-edit.el (widget-field-text-end): New function.
3465         (widget-field-value-get): Use it.
3466         (widget-string-complete, widget-file-complete)
3467         (widget-color-complete): Use it and completion-in-region.
3468         (widget-complete): Don't narrow the buffer.
3470 2009-12-02  Glenn Morris  <rgm@gnu.org>
3472         * mail/rmail.el (rmail-pop-to-buffer): New function.  (Bug#2282)
3473         (rmail-select-summary): Use rmail-pop-to-buffer.
3474         * mail/rmailsum.el: Replace all pop-to-buffer calls with
3475         rmail-pop-to-buffer, to prevent horizontal splits.
3477         * calendar/diary-lib.el (diary-list-entries): Replace superfluous
3478         save-excursion with save-current-buffer.
3479         Widen before searching.  (Bug#5093)
3480         (diary-list-sexp-entries): Remove superfluous save-excursion.
3482 2009-12-02  Michael Welsh Duggan  <mwd@cert.org>
3484         * woman.el (woman-make-bufname): Handle man-pages with "." in the
3485         name.  (Bug#5038)
3487 2009-12-02  Andreas Politz  <politza@fh-trier.de>  (tiny change)
3489         * ido.el (ido-file-internal): Handle filenames at point that do
3490         not have a directory part.  (Bug#5049)
3492 2009-12-02  Juanma Barranquero  <lekktu@gmail.com>
3494         * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
3495         (mpc-songs-jump-to, mpc-resume): Doc fixes.
3497 2009-12-01  Rob Riepel  <riepel@networking.Stanford.EDU>
3499         * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
3500         (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
3501         any more.
3503 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3505         * comint.el (comint-insert-input): Ignore clicks to the right of
3506         the field.  Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
3508         * vc.el (vc-print-log-internal): Don't wait for the process to
3509         terminate before setting up the major mode.
3511         * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
3512         in case.
3514         * pcomplete.el (pcomplete-std-complete): Don't try to complete past
3515         the last element.
3517         * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
3519 2009-12-01  Glenn Morris  <rgm@gnu.org>
3521         * window.el (window--display-buffer-2): Fix previous changes.
3523 2009-12-01  Chong Yidong  <cyd@stupidchicken.com>
3525         * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
3527 2009-12-01  Glenn Morris  <rgm@gnu.org>
3529         * Makefile.in (ELCFILES): Add mpc.elc.
3531 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3533         * mpc.el: New file.
3535 2009-12-01  Glenn Morris  <rgm@gnu.org>
3537         * window.el (window-to-use): Define for compiler.
3539         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
3540         consistent with others (no final period).
3542         * mail/rmailmm.el (rmail-mime-handle): Doc fix.
3543         (rmail-mime-show): Downcase the encoding.  (Bug#5070)
3545 2009-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
3547         Make vc-print-log buttons work.
3548         * log-view.el (log-view-mode-map): Inherit from widget-keymap.
3550 2009-11-30  Ryan C. Thompson  <rct@thompsonclan.org>  (tiny change)
3552         * savehist.el (savehist-autosave-interval): Allow setting to nil
3553         through customize.  (Bug#5056)
3555 2009-11-30  Juanma Barranquero  <lekktu@gmail.com>
3557         Fix references to jit-lock properties.
3558         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
3559         Refer to jit-lock-defer-multiline, not jit-lock-multiline.
3560         (perl-font-lock-special-syntactic-constructs):
3561         Quote jit-lock-defer-multiline property.
3563 2009-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
3565         * vc-git.el (vc-git-registered): Call vc-git-root only once.
3567 2009-11-30  Juri Linkov  <juri@jurta.org>
3569         * misearch.el (multi-isearch-search-fun): Always provide a non-nil
3570         value `buffer' of `multi-isearch-next-buffer-current-function'.
3571         Use `(current-buffer)' when `buffer' is nil.
3572         (multi-isearch-next-buffer-from-list): Don't fallback to
3573         `(current-buffer)' when `buffer' is nil.  (Bug#4947)
3575 2009-11-30  Juri Linkov  <juri@jurta.org>
3577         * misearch.el (multi-isearch-read-buffers): Move canonicalization
3578         of buffers with `get-buffer' to `multi-isearch-buffers'.
3579         (multi-isearch-buffers, multi-isearch-buffers-regexp):
3580         Canonicalize BUFFERS with `get-buffer'.  Doc fix.
3581         (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
3582         FILES with `expand-file-name' converting relative file names
3583         to absolute.  Doc fix.  (Bug#4727)
3585 2009-11-30  Juri Linkov  <juri@jurta.org>
3587         * misearch.el (multi-isearch-read-buffers)
3588         (multi-isearch-read-matching-buffers): New functions.
3589         (multi-isearch-buffers, multi-isearch-buffers-regexp):
3590         Use them in the `interactive' spec.  Doc fix.
3591         (multi-isearch-read-files, multi-isearch-read-matching-files):
3592         New functions.
3593         (multi-isearch-files, multi-isearch-files-regexp):
3594         Use them in the `interactive' spec.  Doc fix.  (Bug#4725)
3596 2009-11-30  Juri Linkov  <juri@jurta.org>
3598         * doc-view.el (doc-view-continuous):
3599         Rename from `doc-view-continuous-mode'.
3600         (doc-view-menu): Move "Toggle display" to the top.
3601         Add submenu "Continuous" with radio buttons "Off"/"On"
3602         and "Save as Default".
3603         (doc-view-scroll-up-or-next-page)
3604         (doc-view-scroll-down-or-previous-page)
3605         (doc-view-next-line-or-next-page)
3606         (doc-view-previous-line-or-previous-page): Rename
3607         `doc-view-continuous-mode' to `doc-view-continuous'.  (Bug#4896)
3609 2009-11-30  Juri Linkov  <juri@jurta.org>
3611         * comint.el (comint-mode-map): Rebind `M-r' from
3612         `comint-previous-matching-input' to
3613         `comint-history-isearch-backward-regexp'.
3614         Unbind `M-s' to allow global key binding `M-s'.
3615         Add menu items for `comint-history-isearch-backward' and
3616         `comint-history-isearch-backward-regexp'.  (Bug#3746)
3618 2009-11-30  Juri Linkov  <juri@jurta.org>
3620         * replace.el (perform-replace): Let-bind recenter-last-op to nil.
3621         For def=recenter, replace `recenter' with `recenter-top-bottom'
3622         that is called with `this-command' and `last-command' let-bound
3623         to `recenter-top-bottom'.  When the last `def' was not `recenter',
3624         set `recenter-last-op' to nil.  (Bug#4981)
3626 2009-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3628         Minor cleanup and simplification.
3629         * filecache.el (file-cache-add-directory)
3630         (file-cache-add-directory-recursively)
3631         (file-cache-add-from-file-cache-buffer)
3632         (file-cache-delete-file-regexp, file-cache-delete-directory)
3633         (file-cache-files-matching-internal, file-cache-display): Use dolist.
3634         (file-cache-temp-minibuffer-message): Delete function.
3635         (file-cache-minibuffer-complete): Use minibuffer-message instead.
3637         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
3638         Don't signal an error when bumping into EOB in tr, s, or y.
3640 2009-11-29  Juri Linkov  <juri@jurta.org>
3642         * startup.el (fancy-about-text): Fix wording of Guided Tour.
3643         (Bug#4960)
3645         * descr-text.el (describe-char-unidata-list): Use lowercase name
3646         for "Unicode name" like in other tags.
3648 2009-11-29  Juri Linkov  <juri@jurta.org>
3650         * ediff-util.el (ediff-minibuffer-with-setup-hook):
3651         New compatibility macro.
3652         (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
3654 2009-11-29  Juri Linkov  <juri@jurta.org>
3656         Add defcustom to define the cycling order of `recenter-top-bottom'.
3657         (Bug#4981)
3659         * window.el (recenter-last-op): Doc fix.
3660         (recenter-positions): New defcustom.
3661         (recenter-top-bottom): Rewrite to use `recenter-positions'.
3662         (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
3664 2009-11-29  Michael Albinus  <michael.albinus@gmx.de>
3666         Improve integration of Tramp and ange-ftp in eshell.
3668         * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
3669         (eshell/su): Flatten args.  Apply better args parsing.  Use "cd".
3670         (eshell/sudo): Flatten args.  Let-bind `default-directory'.
3672         * eshell/esh-util.el (top): Require also Tramp when compiling.
3673         (eshell-directory-files-and-attributes): Check for FTP remote
3674         connection.
3675         (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
3676         `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
3677         (eshell-file-attributes): Handle ".".  Return `entry'.
3679         * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
3680         (ange-ftp-directory-files-and-attributes)
3681         (ange-ftp-real-directory-files-and-attributes): New defuns.
3683         * net/tramp.el (tramp-maybe-open-connection): Open the remote
3684         shell with "exec" when possible.  This prevents trailing prompts
3685         in `start-file-process'.
3687 2009-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3689         Try and remove assumptions about point-min==1.
3690         * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
3691         (rng-compute-mode-line-string): Show the validation percentage in
3692         terms of the narrowed text, not the widened text.
3693         (rng-do-some-validation): Don't catch internal errors when debugging.
3694         (rng-first-error): Simplify.
3695         (rng-after-change-function): Remove work around.  AFAIK the bug has
3696         been fixed a while ago.
3698         * image-mode.el (image-minor-mode): Exit more gracefully when the image
3699         cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
3701         * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
3703         * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
3704         `cd' doesn't always do it for us (bug#5067).
3706         * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
3707         on 2009-10-25 as part of some other change (bug#5067).
3709 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3711         * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
3712         `suspicious'.
3713         (byte-compile-warnings): Use byte-compile-warning-types.
3714         (byte-compile-save-excursion): Warn about use of set-buffer right
3715         after save-excursion.
3717         * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
3718         the excursion as well.
3720 2009-11-27  Michael Albinus  <michael.albinus@gmx.de>
3722         * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
3723         providing a Tramp related implementation of "su" and "sudo".
3724         (eshell-unix-initialize): Add "su" and "sudo".
3726 2009-11-27  Daiki Ueno  <ueno@unixuser.org>
3728         * net/socks.el (socks-send-command): Convert binary request to
3729         unibyte before sending.  This fixes mishandling of some port
3730         numbers such as 129.
3732 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3734         * help.el (describe-bindings-internal): Remove `interactive'.
3736         * man.el (Man-completion-table): Trim a terminating "(".
3737         Remove the space between name page a section.
3738         Add the command's description on the `help-echo' property.
3739         Remove `process-connection-type' binding since it's unused by
3740         call-process.
3741         Provide completion for the "<section> <name>" format as well.
3742         (Man-default-man-entry): Remove spurious var shadowing the argument.
3744 2009-11-26  Kevin Ryde  <user42@zip.com.au>
3746         * log-view.el: Add "Keywords: tools", since its other keywords
3747         aren't in finder-known-keywords, and following vc.el.
3749         * sha1.el (sha1-string-external): default-directory "/" in case
3750         otherwise non-existent.  process-connection-type pipe for touch of
3751         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
3753 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3755         Misc coding convention cleanups.
3756         * htmlfontify.el (hfy-init-kludge-hook): Rename from
3757         hfy-init-kludge-hooks.
3758         (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
3759         (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
3760         (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
3761         and push.
3762         (hfy-slant, hfy-weight): Use tables rather than code.
3763         (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
3764         (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
3765         (hfy-face-attr-for-class): Initialize `face-spec' directly.
3766         (hfy-face-to-css): Remove `nconc' with single arg.
3767         (hfy-p-to-face-lennart): Use `or'.
3768         (hfy-face-at): Hoist common code.  Remove spurious quotes in `case'.
3769         (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
3770         (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
3771         (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
3772         (hfy-force-fontification): Use run-hooks.
3774 2009-11-26  Vivek Dasmohapatra  <vivek@etla.org>
3776         Various minor fixes.
3777         * htmlfontify.el (hfy-default-header): Add toggle_invis since
3778         Javascript belongs in the header, not the body.
3779         (hfy-javascript): Remove.
3780         (hfy-fontify-buffer): Don't insert it any more.
3781         (hfy-face-at): Handle (face0 face1 face2) style face properties.
3782         Fix bug in invis handling when there were no invis props in a chunk.
3784 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3786         * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
3788 2009-11-26  Dan Nicolaescu  <dann@ics.uci.edu>
3790         * finder.el (finder-mode-map): Add a menu.
3792 2009-11-26  Michael McNamara  <mac@mail.brushroad.com>
3794         * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
3795         "unsigned" structs.
3797         (verilog-leap-to-head, verilog-backward-token): Handle "disable
3798         fork" statement better.
3800 2009-11-26  Wilson Snyder  <wsnyder@wsnyder.org>
3802         * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
3803         (verilog-delete-auto, verilog-delete-empty-auto-pair)
3804         (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
3805         Reported by Clay Douglass.
3807         (verilog-auto-inst, verilog-auto-star-safe)
3808         (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
3809         Fix removing "// Interfaces" when saving .* expansions.  Reported by
3810         Pierre-David Pfister.
3812 2009-11-26  Glenn Morris  <rgm@gnu.org>
3814         * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
3815         the scope.
3817 2009-11-25  Johan Bockgård  <bojohan@gnu.org>
3819         * vc-annotate.el (vc-annotate-revision-previous-to-line):
3820         Really use previous revision.
3822 2009-11-25  Kevin Ryde  <user42@zip.com.au>
3824         * man.el (Man-completion-table): default-directory "/" in case
3825         doesn't otherwise exist.  process-environment COLUMNS=999 so as
3826         not to truncate long names.  process-connection-type pipe to avoid
3827         any chance of hitting the pseudo-tty TIOCGWINSZ.
3828         (man): completion-ignore-case t for friendliness and since man
3829         itself is case-insensitive on the command line.
3830         Further to Bug#3717.
3832         * arc-mode.el: Add "Keywords: files", so the details in its
3833         commentary can be reached from finder-by-keyword.
3834         * textmodes/dns-mode.el: Add "Keywords: comm".  It's only an
3835         editing mode, but it's comms related and sgml-mode.el has "comm"
3836         on that basis too.
3837         * textmodes/bibtex-style.el: Add "Keywords: tex".
3838         * international/isearch-x.el, international/ja-dic-cnv.el:
3839         * international/ja-dic-utl.el, international/kkc.el:
3840         Add "Keywords: i18n", so they can be reached from finder-by-keyword.
3842 2009-11-25  Juri Linkov  <juri@jurta.org>
3844         * man.el (Man-completion-table): Modify regexp to include
3845         section names to completion strings.  (Bug#3717)
3847 2009-11-25  Juri Linkov  <juri@jurta.org>
3849         Search recursively in gzipped files.  (Bug#4982)
3851         * progmodes/grep.el (grep-highlight-matches): Add new options
3852         `always' and `auto'.  Doc fix.
3853         (grep-process-setup): Check `grep-highlight-matches' for
3854         `auto-detect' to determine the need to compute grep defaults.
3855         Move Windows/DOS specific --colors settings handling
3856         to `grep-compute-defaults'.  Check `grep-highlight-matches'
3857         to get the value of "--color=".
3858         (grep-compute-defaults): Compute `grep-highlight-matches' when it
3859         has the value `auto-detect'.  Move Windows/DOS specific settings
3860         from `grep-process-setup'.
3861         (zrgrep): New command with alias `rzgrep'.
3863 2009-11-25  Juri Linkov  <juri@jurta.org>
3865         * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
3866         to nil instead of switching off view-mode.  (Bug#4896)
3868 2009-11-25  Juri Linkov  <juri@jurta.org>
3870         Mouse-wheel scrolling for DocView Continuous mode.  (Bug#4896)
3872         * mwheel.el (mwheel-scroll-up-function)
3873         (mwheel-scroll-down-function): New defvars.
3874         (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
3875         `scroll-up', and `mwheel-scroll-down-function' instead of
3876         `scroll-down'.
3878         * doc-view.el (doc-view-scroll-up-or-next-page)
3879         (doc-view-scroll-down-or-previous-page): Add optional ARG.
3880         Use this ARG in the call to image-scroll-up/image-scroll-down.
3881         Change `interactive' spec to "P".  Goto next/previous page only
3882         when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
3883         SPC/DEL case).  Doc fix.
3884         (doc-view-next-line-or-next-page)
3885         (doc-view-previous-line-or-previous-page): Rename arg to ARG
3886         for consistency.
3887         (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
3888         `doc-view-scroll-up-or-next-page', and buffer-local
3889         `mwheel-scroll-down-function' to
3890         `doc-view-scroll-down-or-previous-page'.
3892 2009-11-25  Juri Linkov  <juri@jurta.org>
3894         Provide additional default values (directories at other Dired
3895         windows) via M-n in the minibuffer of some Dired commands.
3897         * dired-aux.el (dired-diff, dired-compare-directories)
3898         (dired-do-create-files): Use `dired-dwim-target-defaults' to set
3899         `minibuffer-default' in `minibuffer-with-setup-hook'.
3900         (dired-dwim-target-directory): Find a window that displays Dired
3901         buffer instead of failing when the next window is not Dired.
3902         Use `get-window-with-predicate' to find for the next Dired window.
3903         (dired-dwim-target-defaults): New function.
3905         * ediff-util.el (ediff-read-file-name):
3906         Use `dired-dwim-target-defaults' to set `minibuffer-default'
3907         in `minibuffer-with-setup-hook'.
3909 2009-11-25  Juri Linkov  <juri@jurta.org>
3911         Provide additional default values (file name at point or at the
3912         current Dired line) via M-n for file reading minibuffers.  (Bug#5010)
3914         * minibuffer.el (read-file-name-defaults): New function.
3915         (read-file-name): Reset `minibuffer-default' to nil when
3916         it duplicates initial input `insdef'.
3917         Bind `minibuffer-default-add-function' to lambda that
3918         calls `read-file-name-defaults' in `minibuffer-selected-window'.
3919         (minibuffer-insert-file-name-at-point): New command.
3921         * files.el (file-name-at-point-functions): New defcustom.
3922         (find-file-default): Remove defvar.
3923         (find-file-read-args): Don't use `find-file-default'.
3924         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
3925         to `read-file-name'.
3926         (find-file-literally): Use `read-file-name' with
3927         `confirm-nonexistent-file-or-buffer'.
3929         * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
3931         * dired.el (dired-read-dir-and-switches):
3932         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
3933         to `read-file-name'.
3934         (dired-file-name-at-point): New function.
3935         (dired-mode): Add hook `dired-file-name-at-point' to
3936         `file-name-at-point-functions'.
3938 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3940         Really make the *Completions* window soft-dedicated (bug#5030).
3941         * window.el (window--display-buffer-2): Add `dedicated' argument.
3942         (display-buffer): Pass it when needed so the dedicated flag is set
3943         after calling set-window-buffer, which would otherwise reset it.
3945 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3947         * progmodes/meta-mode.el (meta-complete-symbol):
3948         * progmodes/etags.el (complete-tag):
3949         * mail/mailabbrev.el (mail-abbrev-complete-alias):
3950         Use completion-in-region.
3952         * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
3953         (dabbrev-completion): Use completion-in-region.
3954         (dabbrev--abbrev-at-point): Simplify regexp.
3956         * abbrev.el (abbrev--before-point): Use word-motion functions
3957         if :regexp is not specified (bug#5031).
3959         * subr.el (string-prefix-p): New function.
3961         * man.el (Man-completion-cache): New var.
3962         (Man-completion-table): Use it.
3964         * vc.el (vc-print-log-internal): Make `limit' optional for better
3965         compatibility (e.g. with vc-annotate.el).
3967 2009-11-24  Kevin Ryde  <user42@zip.com.au>
3969         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
3970         Build value with regexp-opt instead of explicit joining loop.  (Bug#4927)
3972         * emacs-lisp/elint.el (elint-add-required-env): Better error message
3973         when .el source file not found or other error.
3975 2009-11-24  Markus Triska  <markus.triska@gmx.at>
3977         * linum.el (linum-update-window): Ignore intangible (bug#4996).
3979 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3981         Handle the [back] button properly (bug#4979).
3982         * descr-text.el (describe-text-properties): Add a `buffer' argument.
3983         Use help-setup-xref, help-buffer, and with-help-window.
3984         (describe-char): Add `buffer' argument.
3985         Pass proper command to help-setup-xref.  Don't meddle with
3986         help-xref-stack-item directly.
3987         (describe-text-category): Use with-help-window and help-buffer.
3989         * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
3990         for the displayed buffer (bug#4887).
3992         * man.el (Man-completion-table): New function.
3993         (man): Use it.
3995 2009-11-24  David Reitter  <david.reitter@gmail.com>
3997         * vc-git.el (vc-git-registered): Use checkout directory (where
3998         .git is) rather than the file's directory and a relative path spec
3999         to work around a bug in git.
4001 2009-11-24  Michael Albinus  <michael.albinus@gmx.de>
4003         Improve handling of processes on remote hosts.
4005         * eshell/esh-util.el (eshell-path-env): New defvar.
4006         (eshell-parse-colon-path): New defun.
4007         (eshell-file-attributes): Use `eshell-parse-colon-path'.
4009         * eshell/esh-ext.el (eshell-search-path):
4010         Use `eshell-parse-colon-path'.
4011         (eshell-remote-command): Remove argument HANDLER.
4012         (eshell-external-command): Check for FTP remote connection.
4014         * eshell/esh-proc.el (eshell-gather-process-output):
4015         Use `file-truename', in order to start also symlinked files.
4016         Apply `start-file-process' instead of `start-process'.
4017         Shorten `command' to the local file name part.
4019         * eshell/em-cmpl.el (eshell-complete-commands-list):
4020         Use `eshell-parse-colon-path'.
4022         * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
4024         * net/tramp.el (tramp-eshell-directory-change): New defun.  Add it
4025         to `eshell-directory-change-hook'.
4027 2009-11-24  Tassilo Horn  <tassilo@member.fsf.org>
4029         * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
4030         because it could be enabled automatically if view-read-only is non-nil.
4032 2009-11-24  Michael Kifer  <kifer@cs.stonybrook.edu>
4034         * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
4035         made on 2009-11-22.
4037 2009-11-24  Glenn Morris  <rgm@gnu.org>
4039         * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
4040         deleted variable bookmark-bmenu-bookmark-column.
4042 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4044         * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
4046 2009-11-23  Ken Brown  <kbrown@cornell.edu>  (tiny change)
4048         * net/browse-url.el (browse-url-filename-alist): On Windows, add
4049         two slashes to the "file:" prefix.
4050         (browse-url-file-url): De-munge Cygwin filenames before passing
4051         them to Windows browser.
4052         (browse-url-default-windows-browser): Use call-process.
4054 2009-11-23  Juri Linkov  <juri@jurta.org>
4056         Implement DocView Continuous mode.  (Bug#4896)
4057         * doc-view.el (doc-view-continuous-mode): New defcustom.
4058         (doc-view-mode-map): Bind C-n/<down> to
4059         `doc-view-next-line-or-next-page', C-p/<up> to
4060         `doc-view-previous-line-or-previous-page'.
4061         (doc-view-next-line-or-next-page)
4062         (doc-view-previous-line-or-previous-page): New commands.
4064 2009-11-23  Juri Linkov  <juri@jurta.org>
4066         Implement Isearch in comint input history.  (Bug#3746)
4067         * comint.el (comint-mode): Add `comint-history-isearch-setup' to
4068         `isearch-mode-hook'.
4069         (comint-history-isearch): New defcustom.
4070         (comint-history-isearch-backward)
4071         (comint-history-isearch-backward-regexp): New commands.
4072         (comint-history-isearch-message-overlay): New buffer-local variable.
4073         (comint-history-isearch-setup, comint-history-isearch-end)
4074         (comint-goto-input, comint-history-isearch-search)
4075         (comint-history-isearch-message, comint-history-isearch-wrap)
4076         (comint-history-isearch-push-state)
4077         (comint-history-isearch-pop-state): New functions.
4079 2009-11-23  Michael Albinus  <michael.albinus@gmx.de>
4081         * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
4082         return.
4083         (tramp-handle-make-symbolic-link)
4084         (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
4085         Quote file names.
4086         (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
4087         (tramp-handle-process-file): Use it.
4089 2009-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4091         * window.el (move-to-window-line-last-op): Remove.
4092         (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
4094 2009-11-23  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
4096         Make M-r mirror the new cycling behavior of C-l.
4097         * window.el (move-to-window-line-last-op): New var.
4098         (move-to-window-line-top-bottom): New command.
4099         (global-map): Bind M-r move-to-window-line-top-bottom.
4101 2009-11-23  Sven Joachim  <svenjoac@gmx.de>
4103         * dired-x.el (dired-guess-shell-alist-default):
4104         Support xz format.  (Bug#4953)
4106 2009-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
4108         * emulation/viper-cmd.el: Use viper-last-command-char instead of
4109         last-command-char/last-command-event.
4110         (viper-prefix-arg-value): Do correct conversion of event-char for
4111         XEmacs.
4113         * emulation/viper-util.el, emulation/viper.el:
4114         Use viper-last-command-char instead of
4115         last-command-char/last-command-event.
4117         * ediff-init.el, ediff-mult.el, ediff-util.el:
4118         Replace last-command-char and last-command-event
4119         with (ediff-last-command-char) everywhere.
4121         * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
4122         created in fundamental mode.
4124         * ediff.el (ediff-version): Revert the change of interactive-p to
4125         called-interactively-p.
4127 2009-11-22  Tassilo Horn  <tassilo@member.fsf.org>
4129         * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
4130         generation from word-movement command names.
4132 2009-11-21  Jan Djärv  <jan.h.d@swipnet.se>
4134         * cus-start.el (all): Add native condition for font-use-system-font.
4136 2009-11-21  Nathaniel Flath  <flat0103@gmail.com>
4138         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
4139         Correct the patch from 2009-11-18.  (Bug#3910)
4141 2009-11-21  Tassilo Horn  <tassilo@member.fsf.org>
4143         * progmodes/subword.el: Rename from lisp/subword.el.
4145         * subword.el: Rename to progmodes/subword.el.
4147         * Makefile.in (ELCFILES): Adapt to subword.el move.
4149 2009-11-21  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4150             Stefan Monnier  <monnier@iro.umontreal.ca>
4152         * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
4153         (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
4154         (bookmark-bmenu-show-filenames): Use push.
4155         (bookmark-bmenu-hide-filenames): Use local var instead of
4156         bookmark-bmenu-bookmark-column.  Use pop.  Don't save window-excursion.
4157         (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
4158         (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
4159         filenames now that the bookmark names are always available.
4161 2009-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4163         * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
4164         (bookmark-search-pattern): Move and leave unbound.
4165         (bookmark-bmenu-mode-map): Change binding.
4166         (bookmark-read-search-input): Simplify.
4167         Don't use text-char-description.  Don't error on non-char events.
4168         (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
4169         only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
4170         (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
4171         Use a local var for the timer.
4172         (bookmark-bmenu-cancel-search): Remove by folding into the only caller
4173         (i.e. bookmark-bmenu-search).
4175 2009-11-21  Glenn Morris  <rgm@gnu.org>
4177         * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode.  (Bug#4993)
4179 2009-11-20  Ken Brown  <kbrown@cornell.edu>  (tiny change)
4181         * net/browse-url.el (browse-url-default-windows-browser):
4182         Use cygstart for cygwin.
4184 2009-11-20  Karl Fogel  <karl.fogel@red-bean.com>
4186         * bookmark.el: Formatting and doc fixes only:
4187         (bookmark-search-delay): Shorten doc string to fit in 80 columns.
4188         (bookmark-bmenu-search): Wrap to fit within 80 columns.
4189         Minor grammar and punctuation fixes in doc string.
4190         (bookmark-read-search-input): Adjust to fit within 80 columns.
4192 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
4194         * progmodes/cc-cmds.el (c-forward-into-nomenclature)
4195         (c-backward-into-nomenclature): Adapt to subword renaming.
4197         * subword.el (subword-forward, subword-backward, subword-mark)
4198         (subword-kill, subword-backward-kill, subword-transpose)
4199         (subword-downcase, subword-upcase, subword-capitalize)
4200         (subword-forward-internal, subword-backward-internal):
4201         Rename from forward-subword, backward-subword, mark-subword,
4202         kill-subword, backward-kill-subword, transpose-subwords,
4203         downcase-subword, upcase-subword, capitalize-subword,
4204         forward-subword-internal, backward-subword-internal.
4206 2009-11-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4208         * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
4209         New options.
4210         (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
4211         New vars.
4212         (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
4213         (bookmark-bmenu-filter-alist-by-regexp)
4214         (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
4215         (bookmark-bmenu-search): New command.
4216         (bookmark-bmenu-mode-map): Bind it.
4218 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
4220         * progmodes/cc-cmds.el: declare-functioned forward-subword and
4221         backward-subword to quit the byte-compiler.
4223         * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
4225         * Makefile.in: Don't refer cc-subword.elc but subword.elc.
4227         * progmodes/cc-cmds.el (c-update-modeline)
4228         (c-forward-into-nomenclature, c-backward-into-nomenclature):
4229         Refer to subword.el functions instead of cc-subword.el.
4231         * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
4232         subword.el functions instead of cc-subword.el.
4234         * progmodes/cc-subword.el: Rename to subword.el.
4235         * subword.el: Rename from progmodes/cc-subword.el.
4236         (subword-mode-map): Rename from c-subword-mode-map.
4237         (subword-mode): Rename from c-subword-mode.
4238         (global-subword-mode): New global minor mode.
4239         (forward-subword): Rename from c-forward-subword.
4240         (backward-subword): Rename from c-backward-subword.
4241         (mark-subword): Rename from c-mark-subword.
4242         (kill-subword): Rename from c-kill-subword.
4243         (backward-kill-subword): Rename from c-backward-kill-subword.
4244         (transpose-subwords): Rename from c-tranpose-subword.
4245         (downcase-subword): Rename from c-downcase-subword.
4246         (capitalize-subword): Rename from c-capitalize-subword.
4247         (forward-subword-internal): Rename from c-forward-subword-internal.
4248         (backward-subword-internal): Rename from c-backward-subword-internal.
4250 2009-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
4252         * vc.el (vc-deduce-fileset): Allow non-state changing operations
4253         from a dired buffer.
4254         (vc-dired-deduce-fileset): New function.
4255         (vc-root-diff, vc-print-root-log): Use it.
4257         * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
4258         nil LIMIT argument to vc-print-log-internal.
4260 2009-11-20  Glenn Morris  <rgm@gnu.org>
4262         * Makefile.in (ELCFILES): Regenerate.
4264 2009-11-20  Jay Belanger  <jay.p.belanger@gmail.com>
4266         * calc/calc.el (calc-set-mode-line):
4267         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
4268         (math-format-number): Rename `math-format-complement-signed' to
4269         `math-format-twos-complement'.
4271         * calc/calc-bin.el (math-format-twos-complement): Rename from
4272         math-format-complement-signed.
4273         (calc-radix): Rename `calc-complement-signed-mode' to
4274         `calc-twos-complement-mode'.
4275         (calc-octal-radix, calc-hex-radix): Add an argument for
4276         two's complement.
4278         * calc/calc-embed.el (calc-embedded-mode-vars):
4279         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
4281         * calc/calc-ext.el (calc-init-extensions):
4282         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
4283         (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
4285         * calc/calc-units.el (math-build-units-table-buffer):
4286         Let `calc-twos-complement-mode' be nil.
4288         * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
4289         entries.
4291         * calc/calc-vec.el (calcFunc-vunpack):
4292         * calc/calc-aent.el (calc-do-calc-eval):
4293         * calc/calc-forms.el (math-format-date):
4294         * calc/calc-graph.el (calc-graph-plot):
4295         * calc/calc-math.el (math-use-emacs-fn):
4296         * calc/calccomp.el (math-compose-expr):
4297         Let `calc-twos-complement-mode' be nil.
4299 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4301         * abbrev.el (abbrev-with-wrapper-hook): (re)move...
4302         * simple.el (with-wrapper-hook): ...to here.  Add argument `args'.
4303         * minibuffer.el (completion-in-region-functions): New hook.
4304         (completion-in-region): New function.
4305         * emacs-lisp/lisp.el (lisp-complete-symbol):
4306         * pcomplete.el (pcomplete-std-complete): Use it.
4308 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4310         * textmodes/tex-mode.el (latex-complete-bibtex-cache)
4311         (latex-complete-alist): New vars.
4312         (latex-string-prefix-p, latex-complete-bibtex-keys)
4313         (latex-complete-envnames, latex-complete-refkeys)
4314         (latex-complete-data): New functions.
4315         (latex-complete, latex-indent-or-complete): New commands.
4317         * window.el (display-buffer-mark-dedicated): New var.
4318         (display-buffer): Obey it.
4319         * minibuffer.el (minibuffer-completion-help): Use it.
4321         * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
4323         * filecache.el (file-cache-add-file): Use push and cons.
4324         (file-cache-delete-file-regexp): Use push.
4325         (file-cache-complete): Use completion-in-region.
4327         * simple.el (with-wrapper-hook): Fix thinko.
4329         * hfy-cmap.el (hfy-rgb-file): Use locate-file.
4330         (htmlfontify-load-rgb-file): Remove unnused var `ff'.
4331         Use with-current-buffer and string-to-number.
4332         (hfy-fallback-colour-values): Use assoc-string.
4333         * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
4334         (hfy-face-at): Remove unused var `found-face'.
4335         (hfy-compile-stylesheet): Remove unused var `css'.
4336         (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
4337         and `orig-buffer'.
4338         (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
4339         Use with-current-buffer.
4340         (hfy-text-p): Use expand-file-name and fewer setq.
4342 2009-11-19  Vivek Dasmohapatra  <vivek@etla.org>
4344         * htmlfontify.el, hfy-cmap.el: New files.
4346 2009-11-19  Juri Linkov  <juri@jurta.org>
4348         * minibuffer.el (completions-format): New defcustom.
4349         (completion--insert-strings): Implement vertical format.
4351         * simple.el (switch-to-completions): Move point to the first
4352         completion when point was at the beginning of the buffer.
4354 2009-11-19  Juri Linkov  <juri@jurta.org>
4356         * find-dired.el (find-name-arg): Remove autoload.  (Bug#4387)
4358         * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
4360 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
4362         * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
4363         (mail-signature): Change default to t.
4364         (mail-from-style): Deprecate `system-default' value.
4365         (mail-insert-from-field): For default value of mail-from-style,
4366         default to `angles' unless `angles' needs quoting and `parens'
4367         does not.
4368         (mail-citation-prefix-regexp): Use citation regexp from
4369         message-mode.
4371 2009-11-19  Michael Albinus  <michael.albinus@gmx.de>
4373         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
4374         Set variables for computing the prompt for reading password.
4376 2009-11-19  Glenn Morris  <rgm@gnu.org>
4378         * dired-aux.el (dired-compress-file-suffixes): Add ".xz".  (Bug#4953)
4380         * textmodes/flyspell.el (sgml-lexical-context): Declare.
4382         * net/newst-treeview.el (newsticker-treeview-treewindow-width)
4383         (newsticker-treeview-listwindow-height): Fix custom type.
4385 2009-11-19  Kenichi Handa  <handa@m17n.org>
4387         * descr-text.el (describe-char-padded-string): Compose with TAB
4388         only if there's a font for CH.
4389         (describe-char): Fix the condition for detecting a trivial composition.
4391 2009-11-18  Nathaniel Flath  <flat0103@gmail.com>
4393         * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
4394         more accurate version of the regexp.  (Bug#3910)
4396 2009-11-18  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
4398         * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
4400 2009-11-18  Juanma Barranquero  <lekktu@gmail.com>
4402         * font-setting.el (font-use-system-font): Declare for byte-compiler.
4403         (font-setting-change-default-font): Fix typo in docstring.
4405 2009-11-18  Alan Mackenzie  <acm@muc.de>
4407         * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
4409 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
4411         * font-setting.el (font-use-system-font): Move ...
4413         * cus-start.el (all): ... to here.
4415 2009-11-17  Michael Albinus  <michael.albinus@gmx.de>
4417         * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
4418         Don't set `ad-return-value' if `ad-do-it' doesn't.
4420         * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
4421         modification time.
4423 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
4425         * menu-bar.el: Put "Use system font" in Option-menu.
4426         (menu-bar-options-save): Add font-use-system-font.
4428         * loadup.el: If feature system-font-setting or font-render-setting is
4429         there, load font-setting.
4431         * Makefile.in (ELCFILES): Add font-settings.el.
4432         * font-setting.el: New file.
4434 2009-11-17  Glenn Morris  <rgm@gnu.org>
4436         * vc-svn.el (vc-svn-print-log): Fix typo in previous.
4438         * net/newst-treeview.el (newsticker--treeview-list-update-faces):
4439         Preserve point in the list buffer.  (Bug#4939)
4440         Use point-at-eol.
4441         (newsticker--treeview-list-update-highlight)
4442         (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
4444 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
4446         * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
4447         Remove.
4449         * calc/calc-ext.el (calc-init-extensions): Remove references to
4450         symclip.
4452         * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
4454         * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
4455         * calc/calc-help.el (calc-b-prefix-help): Remove references to
4456         `calc-symclip'.
4458 2009-11-16  Kevin Ryde  <user42@zip.com.au>
4460         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
4461         Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
4463         * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
4464         (lm-keywords-list): Allow comma-only separator like "foo,bar".
4465         Ignore trailing spaces by omit-nulls to split-string (fixing
4466         regression from Emacs 21 due to the incompatible split-string
4467         change).  (Bug #4928.)
4469 2009-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
4471         * vc.el (vc-log-show-limit): Default to 2000.
4472         (vc-print-log-internal): Insert buttons to request more entries
4473         when limiting the output.
4475         * vc-sccs.el (vc-sccs-print-log):
4476         * vc-rcs.el (vc-rcs-print-log):
4477         * vc-cvs.el (vc-cvs-print-log):
4478         * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
4479         LIMIT is non-nil.
4481 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
4483         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
4484         error when `tramp-gvfs-dbus-event-vector' is set.
4485         (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
4487 2009-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4489         * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
4491 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
4493         * net/dbus.el (dbus-unregister-service): New defun.
4494         (dbus-register-property): Register the handlers of
4495         "org.freedesktop.DBus.Properties" for SERVICE.
4496         (dbus-property-handler): Fix docstring.
4498 2009-11-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4500         * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
4501         Quote doc string reference in defvaralias as it is not in special form.
4502         (byte-compile-output-docform): Doc fix.
4504 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
4506         * calc/calc.el (math-2-word-size, math-half-2-word-size)
4507         (calc-complement-signed-mode): New variables.
4508         (calc-set-mode-line): Add indicator for twos-complements.
4509         (math-format-number): Format twos-complement notation.
4511         * calc/calc-bin.el (calc-word-size): Reset the variables
4512         `math-2-word-size' and `math-half-2-word-size'.
4513         (math-format-complement-signed, math-symclip, calcFunc-symclip)
4514         (calc-symclip): New functions.
4516         * calc/calc-aent.el (math-read-token): Read complement signed numbers.
4518         * calc/calc-embed.el (calc-embedded-mode-vars):
4519         Add `calc-complement-signed-mode' to the list of modes.
4521         * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
4522         (calc-b-oper-keys): Add `calc-symclip' to list.
4524         * calc/calc-ext.el (math-read-number-fancy): Read complement
4525         signed numbers.
4526         (calc-init-extensions): Add binding for `calc-symclip'.
4527         Add autoload for `calcFunc-symclip' and `calc-symclip'.
4529         * calc/calc-menu.el (calc-arithmetic-menu): Add item for
4530         `calc-symclip'.
4531         (calc-modes-menu): Add item for twos complement mode.
4533         * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
4535 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
4537         * register.el (jump-to-register, insert-register): Handle Semantic
4538         tags.  From commented-out advice in semantic/senator.el.
4540 2009-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
4542         * vc.el (vc-log-show-limit): New variable.
4543         (vc-print-log, vc-print-root-log): Add new argument LIMIT.  Set it
4544         when using a prefix argument.
4545         (vc-print-log-internal): Add new argument LIMIT.
4547         * vc-svn.el (vc-svn-print-log):
4548         * vc-mtn.el (vc-mtn-print-log):
4549         * vc-hg.el (vc-hg-print-log):
4550         * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
4551         pass it to the log command when set.  Make the BUFFER argument
4552         non-optional.
4554         * vc-sccs.el (vc-sccs-print-log):
4555         * vc-rcs.el (vc-rcs-print-log):
4556         * vc-git.el (vc-git-print-log):
4557         * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
4558         ignore it.  Make the BUFFER argument non-optional
4560         * bindings.el (mode-line-buffer-identification): Do not purecopy.
4562 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
4564         * dired.el (dired-mode-map): Move encryption items to "Operate"
4565         menu (Bug#4703).
4567         * strokes.el (strokes-update-window-configuration): Make strokes
4568         buffer current before erasing (Bug#4906).
4570 2009-11-15  Juri Linkov  <juri@jurta.org>
4572         * simple.el (set-mark-default-inactive): Add :type, :group
4573         and :version.  (Bug#4876)
4575 2009-11-15  Michael Albinus  <michael.albinus@gmx.de>
4577         * arc-mode.el (archive-maybe-copy): Move creation of directory ...
4578         (archive-unique-fname): ... here.  (Bug#4929)
4580 2009-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4582         * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
4583         with a real fix.
4585         * novice.el (disabled-command-function): Add useful args.
4586         Setup the help buffer so that [back] works.
4587         Remove redundant call to help-mode.
4588         (disabled-command-function): Use `case'.
4589         (en/disable-command): New function extracted from enable-command.
4590         (enable-command, disable-command): Use it.
4592 2009-11-14  Glenn Morris  <rgm@gnu.org>
4594         * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
4595         constants.  (Bug#4913)
4597         * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
4599 2009-11-14  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
4601         * emacs-lisp/elint.el (elint-standard-variables): Add some variables
4602         defined in C that have no doc-strings.  (Bug#1063)
4604 2009-11-14  Francis Wright  <F.J.Wright@qmul.ac.uk>
4606         * cus-edit.el (data, files):
4607         * ps-print.el (postscript): Doc fixes for custom groups.  (Bug#3327)
4609 2009-11-14  Chong Yidong  <cyd@stupidchicken.com>
4611         * simple.el (shell-command): Doc fix (Bug#4891).
4613         * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
4615 2009-11-14  Glenn Morris  <rgm@gnu.org>
4617         * emulation/viper.el (viper-set-hooks): Remove duplicate advice
4618         statements for vc-diff, emerge-quit, and rmail-cease-edit.
4619         If they are already loaded, eval-after-load will do the right thing.
4621         * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
4622         compiling.
4624         * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
4626         * simple.el (x-selection-owner-p): Declare.
4627         (read-mail-command): Use custom radio type rather than choice.
4628         (completion-no-auto-exit): Doc fix.
4630         * custom.el (defgroup):
4631         * epg-config.el (epg): Doc fixes.
4633 2009-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
4635         * bindings.el (mode-line-buffer-identification): Purecopy only the string.
4636         * international/ccl.el (define-ccl-program): Do not purecopy the
4637         docstring, defconst does it anyway.
4639 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4641         * add-log.el (add-change-log-entry): Avoid displaying the changelog
4642         a second time.
4644         * x-dnd.el (x-dnd-maybe-call-test-function):
4645         * window.el (split-window-vertically):
4646         * whitespace.el (whitespace-help-on):
4647         * vc-rcs.el (vc-rcs-consult-headers):
4648         * userlock.el (ask-user-about-lock-help)
4649         (ask-user-about-supersession-help):
4650         * type-break.el (type-break-force-mode-line-update):
4651         * time-stamp.el (time-stamp-conv-warn):
4652         * terminal.el (te-set-output-log, te-more-break, te-filter)
4653         (te-sentinel, terminal-emulator):
4654         * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
4655         (term-write-input-ring, term-check-source, term-start-output-log):
4656         (term-display-buffer-line, term-dynamic-list-completions):
4657         (term-ansi-make-term, serial-term):
4658         * subr.el (selective-display):
4659         * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
4660         (strokes-encode-buffer, strokes-xpm-for-compressed-string):
4661         * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
4662         (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
4663         (speedbar-remove-localized-speedbar-support)
4664         (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
4665         (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
4666         (speedbar-buffers-line-directory):
4667         * simple.el (shell-command-on-region, append-to-buffer)
4668         (prepend-to-buffer):
4669         * shadowfile.el (shadow-save-todo-file):
4670         * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
4671         (scroll-bar-maybe-set-window-start):
4672         * sb-image.el (speedbar-image-dump):
4673         * saveplace.el (save-place-alist-to-file, save-places-to-alist)
4674         (load-save-place-alist-from-file):
4675         * ps-samp.el (ps-print-message-from-summary):
4676         * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
4677         (ps-background-image, ps-begin-job, ps-do-despool):
4678         * ps-bdf.el (bdf-find-file, bdf-read-font-info):
4679         * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
4680         (pr-ps-message-from-summary, pr-lpr-message-from-summary):
4681         (pr-call-process, pr-file-list, pr-interface-save):
4682         * novice.el (disabled-command-function)
4683         (enable-command, disable-command):
4684         * mouse.el (mouse-buffer-menu-alist):
4685         * mouse-copy.el (mouse-kill-preserving-secondary):
4686         * macros.el (kbd-macro-query):
4687         * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
4688         * informat.el (batch-info-validate):
4689         * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
4690         * hippie-exp.el (try-expand-dabbrev-visible):
4691         * help-mode.el (help-make-xrefs):
4692         * help-fns.el (describe-variable):
4693         * generic-x.el (bat-generic-mode-run-as-comint):
4694         * finder.el (finder-mouse-select):
4695         * find-dired.el (find-dired-sentinel):
4696         * filesets.el (filesets-file-close):
4697         * files.el (list-directory):
4698         * faces.el (list-faces-display, describe-face):
4699         * facemenu.el (list-colors-display):
4700         * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
4701         * epg.el (epg--process-filter, epg-cancel):
4702         * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
4703         (epa--read-signature-type):
4704         * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
4705         (emerge-file-names):
4706         * ehelp.el (electric-helpify):
4707         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
4708         * ediff-vers.el (rcs-ediff-view-revision):
4709         * ediff-util.el (ediff-setup):
4710         * ediff-mult.el (ediff-append-custom-diff):
4711         * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
4712         (ediff-wordify):
4713         * echistory.el (Electric-command-history-redo-expression):
4714         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
4715         * disp-table.el (describe-display-table):
4716         * dired.el (dired-find-buffer-nocreate):
4717         * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
4718         * dabbrev.el (dabbrev--same-major-mode-p):
4719         * chistory.el (list-command-history):
4720         * apropos.el (apropos-documentation):
4721         * allout.el (allout-obtain-passphrase):
4722         (allout-copy-exposed-to-buffer):
4723         (allout-verify-passphrase): Use with-current-buffer.
4725 2009-11-13  Glenn Morris  <rgm@gnu.org>
4727         * Makefile.in (ELCFILES): Regenerate.
4729 2009-11-13  Michael Albinus  <michael.albinus@gmx.de>
4731         * net/dbus.el (dbus-registered-objects-table): Rename from
4732         `dbus-registered-functions-table', because it contains also properties.
4733         (dbus-unregister-object): Unregister also properties.
4734         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
4735         Use a timeout of 500 msec, in order to not block.
4736         (dbus-register-property, dbus-property-handler): New defuns.
4738 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4740         * simple.el (minibuffer-default-add-completions): Drop deprecated
4741         4th arg.
4743 2009-11-13  Tomas Abrahamsson  <tab@lysator.liu.se>
4745         * textmodes/artist.el (artist-mouse-choose-operation):
4746         Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
4747         menus.  Bug noticed by Eli Zaretskii <eliz@gnu.org>.
4748         (artist-compute-up-event-key): New function.
4749         (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
4751 2009-11-13  Kenichi Handa  <handa@m17n.org>
4753         * language/japan-util.el: Make sure that the value of jisx0208
4754         property is jisx0208 character.
4756 2009-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
4758         * international/mule.el (auto-coding-regexp-alist): Only purecopy
4759         car or each item, not the whole list.
4761 2009-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4763         * minibuffer.el (minibuffer-completion-help):
4764         Use minibuffer-hide-completions.
4766 2009-11-12  Per Starbäck  <per@starback.se>  (tiny change)
4768         * dired.el (dired-save-positions, dired-restore-positions): New funs.
4769         (dired-revert): Use them (bug#4880).
4771 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
4773         * tooltip.el (tooltip-frame-parameters): Undo previous change.
4775 2009-11-12  Juri Linkov  <juri@jurta.org>
4777         * ffap.el (ffap-alternate-file-other-window, ffap-literally):
4778         New functions.
4779         (find-file-literally-at-point): Alias of `ffap-literally'.
4781 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
4783         * textmodes/ispell.el (ispell-skip-region-alist):
4784         * textmodes/css-mode.el (auto-mode-alist):
4785         * progmodes/compile.el (auto-mode-alist):
4786         * international/mule.el (ctext-non-standard-encodings-alist)
4787         (ctext-non-standard-encodings-regexp):
4788         * simple.el (shell-command-switch, text-read-only):
4789         * replace.el (occur-mode-map):
4790         * paths.el (rmail-file-name):
4791         * jka-cmpr-hook.el (jka-compr-build-file-regexp):
4792         * find-file.el (ff-special-constructs):
4793         * files.el (file-name-handler-alist):
4794         * composite.el: Purecopy strings.
4796         * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
4798 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
4800         * widget.el (define-widget): Purecopy the docstring.
4801         * international/mule-cmds.el (charset): Do not purecopy the
4802         docstring here, define-widget does it.
4804         * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
4805         * textmodes/bibtex-style.el (auto-mode-alist):
4806         * progmodes/inf-lisp.el (inferior-lisp-prompt):
4807         * progmodes/compile.el (compile-command):
4808         * language/korea-util.el (default-korean-keyboard):
4809         * international/mule-conf.el (file-coding-system-alist):
4810         * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
4811         * tooltip.el (tooltip-frame-parameters):
4812         * newcomment.el (comment-end, comment-padding):
4813         * dired.el (dired-trivial-filenames):
4814         * comint.el (comint-file-name-prefix): Purecopy initial values.
4816 2009-11-11  Michael Albinus  <michael.albinus@gmx.de>
4818         * net/tramp.el (tramp-advice-minibuffer-electric-separator)
4819         (tramp-advice-minibuffer-electric-tilde): Unload advices via
4820         `tramp-unload'.
4821         (tramp-advice-make-auto-save-file-name)
4822         (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
4823         after removing the advice.
4825 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
4827         * progmodes/grep.el (grep-regexp-alist):
4828         * international/mule-cmds.el (iso-2022-control-alist):
4829         * emacs-lisp/timer.el (timer-duration-words):
4830         * subr.el (version-separator, version-regexp-alist):
4831         * minibuffer.el (completion-styles-alist):
4832         * faces.el (face-attribute-name-alist, list-faces-sample-text):
4833         Change defvars to defconsts.
4835         * Makefile.in (ELCFILES): Add international/mule-conf.elc.
4836         * loadup.el ("international/mule-conf"): Load the byte compiled version.
4837         * international/mule-conf.el: Allow to be byte compiled.
4839         * international/mule.el (define-charset): Purecopy props.
4840         (load-with-code-conversion): Purecopy doc string and file name.
4841         (put-charset-property): Purecopy strings.
4842         (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
4844         * international/mule-cmds.el (register-input-method): Purecopy arguments.
4845         (define-char-code-property): Correctly purecopy the table.
4847         * international/ccl.el (define-ccl-program): Purecopy the docstring.
4849         * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
4851         * subr.el (add-hook): Purecopy strings.
4852         (eval-after-load): Purecopy load-history-regexp and the form.
4854         * custom.el (custom-declare-group): Purecopy load-file-name.
4856         * subr.el (menu-bar-separator): New defconst.
4857         * net/eudc.el (eudc-tools-menu):
4858         * international/mule-cmds.el (set-coding-system-map)
4859         (mule-menu-keymap):
4860         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
4861         * vc-hooks.el (vc-menu-map):
4862         * replace.el (occur-mode-map):
4863         * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
4864         (menu-bar-edit-menu, menu-bar-goto-menu)
4865         (menu-bar-custom-menu, menu-bar-showhide-menu)
4866         (menu-bar-options-menu, menu-bar-tools-menu)
4867         (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
4868         (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
4869         (menu-bar-help-menu):
4870         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
4871         * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
4873         * term/x-win.el (x-gtk-stock-map):
4874         * progmodes/vera-mode.el (auto-mode-alist):
4875         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
4876         (inferior-lisp-program, inferior-lisp-load-command):
4877         * progmodes/hideshow.el (hs-special-modes-alist):
4878         * progmodes/gud.el (same-window-regexps):
4879         * progmodes/grep.el (grep-program, find-program, xargs-program):
4880         * net/telnet.el (same-window-regexps):
4881         * net/rlogin.el (same-window-regexps):
4882         * language/ethiopic.el (font-ccl-encoder-alist):
4883         * vc-sccs.el (vc-sccs-master-templates):
4884         * vc-rcs.el (vc-rcs-master-templates):
4885         * subr.el (cl-assertion-failed):
4886         * simple.el (next-error-overlay-arrow-position):
4887         * lpr.el (lpr-command):
4888         * locate.el (locate-ls-subdir-switches):
4889         * info.el (same-window-regexps, info)
4890         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
4891         * image-mode.el (image-mode, auto-mode-alist):
4892         * hippie-exp.el (hippie-expand-ignore-buffers):
4893         * format.el (format-alist):
4894         * find-dired.el (find-ls-subdir-switches, find-grep-options)
4895         (find-name-arg):
4896         * facemenu.el (facemenu-keybindings):
4897         * dired.el (dired-listing-switches, dired-chown-program):
4898         * diff.el (diff-switches, diff-command):
4899         * cus-edit.el (same-window-regexps):
4900         * bindings.el (mode-line-mule-info)
4901         (mode-line-buffer-identification): Purecopy strings.
4903 2009-11-11  Juri Linkov  <juri@jurta.org>
4905         * simple.el (dired-get-filename) <declare-function>:
4906         Tell the byte-compiler about dired-get-filename.
4907         (shell-command): In Dired mode, get filename from the current line
4908         as the default value.
4910 2009-11-10  Glenn Morris  <rgm@gnu.org>
4912         * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
4913         * calendar/holidays.el, progmodes/cperl-mode.el:
4914         Update x-popup-menu declarations.
4916         * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
4917         (list-load-path-shadows): Use dolist.
4918         (list-load-path-shadows): Use with-current-buffer.
4920 2009-11-10  Juri Linkov  <juri@jurta.org>
4922         * minibuffer.el (read-file-name): Support a list of default values
4923         in `default-filename'.  Use the first file name where only one
4924         element is required.  Doc fix.
4926 2009-11-09  Michael Albinus  <michael.albinus@gmx.de>
4928         * net/dbus.el (dbus-unregister-object): Release service, if no
4929         other method is registered for it.
4931 2009-11-08  Markus Rost  <rost@math.uni-bielefeld.de>
4933         * bookmark.el (bookmark-completing-read): Sort bookmark names if
4934         bookmark-sort-flag is non-nil (Bug#4653).
4936 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
4938         * emulation/cua-base.el: Add CUA property to some CC mode commands
4939         (Bug#4100).
4941 2009-11-08  Kevin Ryde  <user42@zip.com.au>
4943         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
4944         at end of sentence (Bug#4818).
4946 2009-11-08  Jared Finder  <jfinder@crypticstudios.com>
4948         * progmodes/compile.el (compilation-error-regexp-alist-alist):
4949         Handle "see declaration of" MSFT statements (Bug#4100).
4951 2009-11-08  Michael Albinus  <michael.albinus@gmx.de>
4953         * net/tramp.el (tramp-advice-make-auto-save-file-name)
4954         (tramp-advice-file-expand-wildcards): Unload via
4955         `ad-remove-advice'.
4957         * net/trampver.el: Update release number.
4959 2009-11-08  Kevin Ryde  <user42@zip.com.au>
4961         * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
4962         `ad-do-it'.
4964 2009-11-08  Andr  <m00naticus@gmail.com>  (tiny change)
4966         * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
4967         in order to keep context in SELinux.
4969 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
4971         * dired-aux.el (dired-query): Place cursor in echo area and allow
4972         C-g.
4974         * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
4975         menu item if not on a directory (Bug#4701).
4977 2009-11-07  Michael Albinus  <michael.albinus@gmx.de>
4979         Sync with Tramp 2.1.17.
4981         * net/tramp.el (tramp-handle-copy-directory): Don't use
4982         `file-remote-p' (due to compatibility).
4984         * net/tramp-compat.el (tramp-compat-copy-directory)
4985         (tramp-compat-delete-directory): New defuns.
4987         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
4988         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
4989         `tramp-compat-delete-directory'.
4991         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
4992         (tramp-smb-handle-delete-directory): Use
4993         `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
4995         * net/trampver.el: Update release number.
4997 2009-11-07  Chong Yidong  <cyd@stupidchicken.com>
4999         * tar-mode.el (tar-copy): Call write-region on the right buffer
5000         (Bug#4857).
5002         * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
5003         by hand, if necessary (Bug#4878).
5005 2009-11-06  Chong Yidong  <cyd@stupidchicken.com>
5007         * buff-menu.el (Buffer-menu-buffer+size): Use display property to
5008         align size column (Bug#4839).
5010         * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
5011         statement.
5013 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
5015         * progmodes/ld-script.el (auto-mode-alist):
5016         * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
5018         * cus-face.el (custom-declare-face): Purecopy face spec.
5020 2009-11-06  Kenichi Handa  <handa@m17n.org>
5022         * international/uni-bidi.el: Re-generated.
5023         * international/uni-category.el: Re-generated.
5024         * international/uni-combining.el: Re-generated.
5025         * international/uni-mirrored.el: Re-generated.
5027 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
5029         * textmodes/tex-mode.el (tex-alt-dvi-print-command)
5030         (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
5031         (tex-start-options, slitex-run-command, latex-run-command)
5032         (tex-run-command, tex-directory):
5033         * textmodes/ispell.el (ispell-html-skip-alists)
5034         (ispell-tex-skip-alists, ispell-tex-skip-alists):
5035         * textmodes/fill.el (adaptive-fill-first-line-regexp):
5036         (adaptive-fill-regexp):
5037         * textmodes/dns-mode.el (auto-mode-alist):
5038         * progmodes/python.el (interpreter-mode-alist):
5039         * progmodes/etags.el (tags-compression-info-list):
5040         * progmodes/etags.el (tags-file-name):
5041         * net/browse-url.el (browse-url-galeon-program)
5042         (browse-url-firefox-program):
5043         * mail/sendmail.el (mail-signature-file)
5044         (mail-citation-prefix-regexp):
5045         * international/mule-conf.el (eight-bit):
5046         * international/latexenc.el (latex-inputenc-coding-alist):
5047         * international/fontset.el (x-pixel-size-width-font-regexp):
5048         * emacs-lisp/warnings.el (warning-type-format):
5049         * emacs-lisp/trace.el (trace-buffer):
5050         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
5051         (emacs-lisp-mode-map):
5052         * calendar/holidays.el (holiday-solar-holidays)
5053         (holiday-bahai-holidays, holiday-islamic-holidays)
5054         (holiday-christian-holidays, holiday-hebrew-holidays)
5055         (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
5056         (hebrew-holidays-1, holiday-oriental-holidays)
5057         (holiday-general-holidays):
5058         * x-dnd.el (x-dnd-known-types):
5059         * tool-bar.el (tool-bar):
5060         * startup.el (site-run-file):
5061         * shell.el (shell-dumb-shell-regexp):
5062         * rfn-eshadow.el (file-name-shadow-tty-properties)
5063         (file-name-shadow-properties):
5064         * paths.el (remote-shell-program, news-directory):
5065         * mouse.el ([C-down-mouse-3]):
5066         * menu-bar.el (menu-bar-tools-menu):
5067         * jka-cmpr-hook.el (jka-compr-load-suffixes)
5068         (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
5069         (jka-compr-compression-info-list):
5070         * isearch.el (search-whitespace-regexp):
5071         * image-file.el (image-file-name-extensions):
5072         * find-dired.el (find-ls-option):
5073         * files.el (directory-listing-before-filename-regexp)
5074         (directory-free-space-args, insert-directory-program)
5075         (list-directory-brief-switches, magic-fallback-mode-alist)
5076         (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
5077         (automount-dir-prefix):
5078         * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
5079         (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
5080         (face-font-registry-alternatives, face-font-registry-alternatives)
5081         (face-font-family-alternatives):
5082         * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
5083         (facemenu-foreground-menu, facemenu-face-menu):
5084         * epa-hook.el (epa-file-name-regexp):
5085         * dnd.el (dnd-protocol-alist):
5086         * textmodes/rst.el (auto-mode-alist):
5087         * button.el (default-button): Purecopy strings.
5089 2009-11-06  Glenn Morris  <rgm@gnu.org>
5091         * Makefile.in (ELCFILES): Update.
5093 2009-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5095         * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
5096         * emacs-lisp/levents.el: Move to obsolete/levents.el.
5098         * nxml/xsd-regexp.el (xsdre-gen-categories):
5099         * nxml/xmltok.el (xmltok-parse-entity):
5100         * nxml/rng-parse.el (rng-parse-validate-file):
5101         * nxml/rng-maint.el (rng-format-manual)
5102         (rng-manual-output-force-new-line):
5103         * nxml/rng-loc.el (rng-save-schema-location-1):
5104         * nxml/rng-cmpct.el (rng-c-parse-file):
5105         * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
5106         * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
5108 2009-11-05  Wilson Snyder  <wsnyder@wsnyder.org>
5110         * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
5111         Remove extra save-excursions and make-variable-buffer-local's.
5112         Suggested by Stefan Monnier.
5114         (verilog-getopt-file, verilog-module-inside-filename-p)
5115         (verilog-set-define): Merge GNU 1.35 and repair changes from
5116         switching to using with-current-buffer.
5118         (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
5119         being treated as a number and confusing AUTORESET.
5120         Reported by Dan Dever.
5122         (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
5123         Add verilog-auto-ignore-concat to fix backward compatibility with
5124         older verilog-modes.  Reported by Dan Katz.
5126         (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
5127         containing closing anchors "...$".
5129         (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
5130         Reported by Wade Smith.
5132         (verilog-batch-execute-func): Comment on function usage.
5134 2009-11-05  Michael McNamara  <mac@mail.brushroad.com>
5136         * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
5137         for labels.
5139         (verilog-label-re, verilog-calc-1): Support proper indent of named
5140         asserts.
5142         (verilog-backward-token, verilog-basic-complete-re)
5143         (verilog-beg-of-statement, verilog-indent-re): Support proper
5144         indent of the assert statement at the beginning of a block of text.
5146         (verilog-beg-block-re, verilog-ovm-begin-re): Support the
5147         `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
5148         tokens as begins.
5150 2009-11-05  Glenn Morris  <rgm@gnu.org>
5152         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
5153         Emacs 19.  (Bug#1531)
5154         (byte-compile-fix-header): Update for the above change.
5155         Drop test for epoch::version.
5157         * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
5158         * cus-dep.el (custom-make-dependencies):
5159         * finder.el (finder-compile-keywords):
5160         Use autoload-rubric's feature argument.
5162         * calendar/diary-lib.el (top-level): Make load behave more like require.
5164         * vc-git.el (vc-git-stash-map): Move definition before use.
5166 2009-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
5168         * custom.el (custom-declare-group): Purecopy standard-value.
5169         (custom-declare-group): Purecopy custom-prefix.
5171         * international/mule.el (load-with-code-conversion):
5172         Call do-after-load-evaluation unconditionally.
5174         * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
5176 2009-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5178         * descr-text.el: Require help-mode rather than help-fns (bug#4861).
5180 2009-11-04  Glenn Morris  <rgm@gnu.org>
5182         * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
5183         (byte-compile-compatibility): Remove option.
5184         (byte-compile-close-variables, byte-compile-fix-header)
5185         (byte-compile-insert-header, byte-compile-output-docform)
5186         (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
5187         (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
5188         (byte-compile-list, byte-compile-concat, byte-compile-function-form)
5189         (byte-compile-insert, byte-compile-defun):
5190         Remove support for byte-compile-compatibility and Emacs 18.  (Bug#4571)
5191         (byte-defop-compiler19): Remove.
5192         Without byte-compile-compatibility, the 'emacs19-opcode property is not
5193         used by anything.  Replace all calls with byte-defop-compiler.
5195 2009-11-04  Juri Linkov  <juri@jurta.org>
5197         * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
5198         (menu-bar-options-menu): Don't quote the `prop' arg of
5199         `menu-bar-make-mm-toggle'.
5201 2009-11-04  Juanma Barranquero  <lekktu@gmail.com>
5203         * calendar/calendar.el (cal-loaddefs):
5204         * calendar/diary-lib.el (diary-loaddefs):
5205         * calendar/holidays.el (hol-loaddefs):
5206         * eshell/esh-module.el (esh-groups): Load rather than require.
5208 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5210         * calendar/todo-mode.el (todo-add-category): Don't hardcode
5211         point-min==1.
5212         (todo-top-priorities): Only display-buffer when called interactively.
5213         (todo-item-start): Don't save excursion point.
5214         (todo-item-end): Be slightly more careful.  Add `include-sep' arg.
5215         (todo-insert-item-here, todo-file-item, todo-remove-item):
5216         Adjust uses of todo-item-start and todo-item-end.
5218         * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
5219         (autoload-rubric): Don't use any more.
5221         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
5222         and only put a prop if it is non-nil.
5224 2009-11-03  Juri Linkov  <juri@jurta.org>
5226         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
5227         (menu-bar-options-menu): Fix list quoting (Bug#4429).
5229         * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
5230         and "Menu" to make top-level menu item visually one unit (like
5231         it's done for "Lisp-Interaction", "Emacs-Lisp" and other
5232         multi-word menu items).  Fix :help string for quit-window.
5234 2009-11-03  Glenn Morris  <rgm@gnu.org>
5236         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
5237         (byte-compile-file-form-define-abbrev-table)
5238         (byte-compile-file-form-custom-declare-variable)
5239         (byte-compile-variable-ref, byte-compile-defvar):
5240         Whether or not a warning is enabled should only affect whether we issue
5241         the warning, not whether or not we collect the relevant data.
5242         Eg warnings can be turned on and off throughout the course of a file.
5244         * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
5245         (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
5247 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5249         * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
5250         * play/mpuz.el (mpuz-create-buffer):
5251         * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
5252         (lm-print-y,s,noise, lm-print-w0, lm-init):
5253         * play/gomoku.el (gomoku-prompt-for-move):
5254         * play/fortune.el (fortune-in-buffer):
5255         * play/dissociate.el (dissociated-press):
5256         * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
5257         (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
5258         * mail/supercite.el (sc-eref-show):
5259         * mail/smtpmail.el (smtpmail-send-it):
5260         * mail/rmailsum.el (rmail-summary-next-labeled-message)
5261         (rmail-summary-previous-labeled-message, rmail-summary-wipe)
5262         (rmail-summary-undelete-many, rmail-summary-rmail-update)
5263         (rmail-summary-goto-msg, rmail-summary-expunge)
5264         (rmail-summary-get-new-mail, rmail-summary-search-backward)
5265         (rmail-summary-add-label, rmail-summary-output-menu)
5266         (rmail-summary-output-body):
5267         * mail/rfc822.el (rfc822-addresses):
5268         * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
5269         * mail/mailpost.el (post-mail-send-it):
5270         * mail/hashcash.el (hashcash-generate-payment):
5271         * mail/feedmail.el (feedmail-run-the-queue)
5272         (feedmail-queue-send-edit-prompt-help-first)
5273         (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
5274         (feedmail-deduce-address-list):
5275         * eshell/esh-ext.el (eshell-remote-command):
5276         * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
5277         * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
5278         (viper-wildcard-to-regexp, viper-glob-mswindows-files)
5279         (viper-save-string-in-file, viper-valid-marker):
5280         * emulation/viper-keym.el (viper-toggle-key):
5281         * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
5282         (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
5283         (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
5284         * emulation/viper-cmd.el (viper-exec-form-in-vi)
5285         (viper-exec-form-in-emacs, viper-brac-function):
5286         * emulation/viper.el (viper-delocalize-var):
5287         * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
5288         (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
5289         (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
5290         (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
5291         * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
5292         * emulation/edt.el (edt-electric-helpify):
5293         * emulation/cua-rect.el (cua--rectangle-aux-replace):
5294         * emulation/cua-gmrk.el (cua--insert-at-global-mark)
5295         (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
5296         (cua-indent-to-global-mark-column):
5297         * calendar/diary-lib.el (calendar-mark-1):
5298         * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
5299         Use with-current-buffer.
5300         * emulation/viper.el (viper-delocalize-var): Use dolist.
5302 2009-11-03  Chong Yidong  <cyd@stupidchicken.com>
5304         * comint.el (comint-replace-by-expanded-history-before-point):
5305         Replace !! with the previous input string literally (Bug#1795).
5307 2009-11-02  Jay Belanger  <jay.p.belanger@gmail.com>
5309         * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
5310         to be made up of whitespace.
5312 2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
5314         * minibuffer.el (read-file-name): Don't use file dialogs for
5315         remote directories (Bug#99).
5317 2009-11-01  Chong Yidong  <cyd@stupidchicken.com>
5319         * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
5321 2009-11-01  Andreas Schwab  <schwab@linux-m68k.org>
5323         * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
5324         instead of deleting the window or frame.
5326 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
5328         * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
5329         Support face colors.
5331         * textmodes/tex-mode.el (tex-facemenu-add-face-function):
5332         New function.  Support face colors (Bug#1168).
5333         (tex-common-initialization): Use it.
5335         * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
5336         mode allows it (Bug#1168).
5338 2009-10-31  Juri Linkov  <juri@jurta.org>
5340         * facemenu.el (list-colors-display): Don't mark buffer as
5341         modified (Bug#3948).
5343 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
5345         * international/mule-diag.el (list-character-sets-1): Minor
5346         message fix (Bug#3526).
5348         * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
5349         face property (Bug#4834).
5350         (etags-list-tags, etags-tags-apropos-additional)
5351         (etags-tags-apropos, tags-select-tags-table): Add follow-link
5352         property.
5354         * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
5355         items.
5357 2009-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5359         * textmodes/two-column.el (2C-split):
5360         * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
5361         * textmodes/tex-mode.el (tex-set-buffer-directory):
5362         * textmodes/spell.el (spell-region, spell-string):
5363         * textmodes/reftex.el (reftex-erase-buffer):
5364         (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
5365         * textmodes/reftex-toc.el (reftex-toc-promote-action):
5366         * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
5367         (reftex-select-item):
5368         * textmodes/reftex-ref.el (reftex-label-info-update)
5369         (reftex-offer-label-menu):
5370         * textmodes/reftex-index.el (reftex-index-change-entry)
5371         (reftex-index-phrases-info):
5372         * textmodes/reftex-global.el (reftex-create-tags-file)
5373         (reftex-save-all-document-buffers, reftex-ensure-write-access):
5374         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
5375         (reftex-view-crossref-from-bibtex):
5376         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
5377         (reftex-extract-bib-entries-from-thebibliography)
5378         (reftex-all-used-citation-keys, reftex-create-bibtex-file):
5379         * textmodes/refbib.el (r2b-capitalize-title):
5380         (r2b-convert-buffer, r2b-help):
5381         * textmodes/page-ext.el (pages-directory)
5382         (pages-directory-goto-with-mouse):
5383         * textmodes/bibtex.el (bibtex-validate-globally):
5384         * textmodes/bib-mode.el (bib-capitalize-title):
5385         * textmodes/artist.el (artist-clear-buffer, artist-system):
5386         * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
5387         (local-set-scheme-interaction-buffer, xscheme-process-filter)
5388         (verify-xscheme-buffer, xscheme-enter-interaction-mode)
5389         (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
5390         (xscheme-send-control-g-interrupt, xscheme-start-process)
5391         (xscheme-process-sentinel, xscheme-cd):
5392         * progmodes/verilog-mode.el (verilog-read-always-signals)
5393         (verilog-set-define, verilog-getopt-file)
5394         (verilog-module-inside-filename-p):
5395         * progmodes/sh-script.el:
5396         * progmodes/python.el (python-pdbtrack-get-source-buffer)
5397         (python-pdbtrack-grub-for-buffer, python-execute-file):
5398         * progmodes/octave-inf.el (inferior-octave):
5399         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
5400         (idlwave-shell-compile-helper-routines, idlwave-set-local)
5401         (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
5402         (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
5403         (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
5404         * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
5405         (idlwave-shell-filter, idlwave-shell-examine-highlight)
5406         (idlwave-shell-sentinel, idlwave-shell-filter-directory)
5407         (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
5408         (idlwave-shell-examine-display, idlwave-shell-run-region)
5409         (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
5410         (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
5411         * progmodes/idlw-help.el (idlwave-help-get-special-help)
5412         (idlwave-help-get-help-buffer):
5413         * progmodes/gud.el (gud-basic-call, gud-find-class)
5414         (gud-tooltip-activate-mouse-motions-if-enabled):
5415         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
5416         * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
5417         (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
5418         (ebrowse-tags-next-file):
5419         * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
5420         (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
5421         (ebnf-eps-finish-and-write):
5422         * progmodes/cpp.el (cpp-edit-save):
5423         * progmodes/cperl-mode.el (cperl-pod-to-manpage):
5424         * progmodes/cc-defs.el (c-emacs-features):
5425         * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
5426         (antlr-directory-dependencies):
5427         * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
5428         (ada-run-application, ada-find-in-src-path, ada-goto-parent)
5429         (ada-find-any-references, ada-make-filename-from-adaname)
5430         (ada-make-body-gnatstub):
5431         * obsolete/rnews.el (news-list-news-groups):
5432         * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
5433         * obsolete/iso-acc.el (iso-acc-minibuf-setup):
5434         * net/rcirc.el (rcirc-debug):
5435         * net/newst-treeview.el (newsticker--treeview-list-add-item)
5436         (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
5437         (newsticker--treeview-list-update-faces, newsticker-treeview-save)
5438         (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
5439         (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
5440         (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
5441         (newsticker--treeview-list-clear-highlight)
5442         (newsticker--treeview-list-update-highlight)
5443         (newsticker--treeview-list-highlight-start)
5444         (newsticker--treeview-tree-update-highlight)
5445         (newsticker--treeview-get-selected-item)
5446         (newsticker-treeview-mark-list-items-old)
5447         (newsticker--treeview-set-current-node):
5448         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
5449         * net/newst-backend.el (newsticker--get-news-by-funcall)
5450         (newsticker--get-news-by-wget, newsticker--image-get)
5451         (newsticker--image-sentinel):
5452         * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
5453         * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
5454         (eudc-ph-close-session):
5455         * net/eudc.el (eudc-save-options):
5456         * language/thai-word.el (thai-update-word-table):
5457         * language/japan-util.el (japanese-string-conversion):
5458         * international/titdic-cnv.el (tsang-quick-converter)
5459         (ziranma-converter, ctlau-converter):
5460         * international/mule-cmds.el (describe-language-environment):
5461         * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
5462         (skkdic-convert-postfix, skkdic-convert-prefix):
5463         (skkdic-convert-okuri-nasi, skkdic-convert):
5464         * emacs-lisp/re-builder.el (reb-update-overlays):
5465         * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
5466         * emacs-lisp/gulp.el (gulp-send-requests):
5467         * emacs-lisp/find-gc.el (trace-call-tree):
5468         * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
5469         (eieio-describe-generic):
5470         * emacs-lisp/eieio-base.el (eieio-persistent-read):
5471         * emacs-lisp/edebug.el (edebug-outside-excursion):
5472         * emacs-lisp/debug.el (debugger-make-xrefs):
5473         * emacs-lisp/cust-print.el (custom-prin1-to-string):
5474         * emacs-lisp/chart.el (chart-new-buffer):
5475         * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
5476         Use with-current-buffer.
5477         * textmodes/artist.el (artist-system): Don't call
5478         copy-sequence on a fresh string.
5479         * progmodes/idlw-shell.el (easymenu setup): Use dolist.
5481 2009-10-31  Stephen Berman  <stephen.berman@gmx.net>
5483         * calendar/todo-mode.el (todo-edit-item): Signal an error if there
5484         is no item to edit.  (Bug#4820)
5485         (todo-top-priorities): Restore point and restore narrowing in Todo
5486         buffer.  (Bug#4820)
5488 2009-10-31  Glenn Morris  <rgm@gnu.org>
5490         * net/ange-ftp.el (top-level): Don't require dired when compiling.
5491         (comint-last-output-start, comint-last-input-start)
5492         (comint-last-input-end): Don't defvar when compiling.
5493         (ange-ftp-process-file): Use bound-and-true-p.
5495         * pcmpl-rpm.el (top-level): Move provide statement to end.
5496         (pcmpl-rpm): Remove unused custom group.
5498         * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
5500         * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
5502         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
5503         (byte-compile-warnings): Add `constants' as an option.
5504         (byte-compile-callargs-warn, byte-compile-arglist-warn)
5505         (display-call-tree): Update for byte-compile-fdefinition possibly
5506         returning `(macro lambda ...)'.  (Bug#4778)
5507         (byte-compile-variable-ref, byte-compile-setq-default):
5508         Respect `constants' member of byte-compile-warnings.
5510 2009-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5512         * vc-bzr.el (vc-bzr-revision-keywords): New var.
5513         (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
5514         to "submit:".
5516 2009-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
5518         * textmodes/ispell.el (ispell-skip-region-alist):
5519         * international/mule-conf.el (eight-bit):
5520         * international/fontset.el (font-encoding-alist):
5521         * startup.el (pure-space-overflow-message):
5522         * simple.el (overwrite-mode-textual, overwrite-mode-binary):
5523         * paths.el (gnus-nntp-service, rmail-spool-directory)
5524         (term-file-prefix):
5525         * files.el (save-some-buffers-action-alist):
5526         * cmuscheme.el (same-window-buffer-names):
5527         * ielm.el (same-window-buffer-names):
5528         * shell.el (same-window-buffer-names):
5529         * mail/sendmail.el (same-window-buffer-names):
5530         * progmodes/inf-lisp.el (same-window-buffer-names):
5531         * bindings.el (mode-line-client)
5532         (mode-line-column-line-number-mode-map):
5533         * language/tibetan.el (tibetan-precomposition-rule-regexp)
5534         (tibetan-precomposed-regexp): Purecopy string arguments.
5536 2009-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5538         * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
5539         (calcDigit-nondigit):
5540         * calc/calc-yank.el (calc-copy-to-buffer):
5541         * calc/calc-units.el (calc-invalidate-units-table):
5542         * calc/calc-trail.el (calc-trail-yank):
5543         * calc/calc-store.el (calc-insert-variables):
5544         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
5545         * calc/calc-prog.el (calc-read-parse-table):
5546         * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
5547         * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
5548         * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
5549         (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
5550         (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
5551         (calc-graph-name, calc-graph-find-command, calc-graph-view)
5552         (calc-graph-view, calc-gnuplot-command, calc-graph-init):
5553         * calc/calc-ext.el (calc-realign):
5554         * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
5555         (calc-embedded-finish-edit, calc-embedded-make-info)
5556         (calc-embedded-finish-command, calc-embedded-stack-change):
5557         * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
5559         * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
5560         shell-dynamic-complete-filename in preference to
5561         comint-dynamic-complete-filename.
5563         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
5564         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
5565         Don't consider whether the display supports colors.
5566         (bookmark-import-new-list): Use dolist.
5567         (bookmark-bmenu-mode-map): Move initialization into declaration.
5568         (bookmark-bmenu-list): Use dolist, simplify.
5569         (bookmark-show-all-annotations): Use save-selected-window and dolist.
5570         (menu-bar-final-items): Use push.
5572 2009-10-28  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
5574         * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
5575         it works on remote files.
5576         (vc-hg-diff): Don't pass any `--cwd' argument.
5578 2009-10-27  Kevin Ryde  <user42@zip.com.au>
5580         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
5581         Use help-xref-info-regexp and help-xref-url-regexp to identify links.
5582         (Further to Bug#3921).
5584 2009-10-27  Michael Albinus  <michael.albinus@gmx.de>
5586         * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
5587         (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
5588         calling `tramp-imap-put-file'.  Add file size to the call.
5589         (tramp-imap-get-file-entries): Compute also user name, file size,
5590         and date.
5591         (tramp-imap-handle-insert-directory): Insert uid and gid.
5592         (tramp-imap-handle-file-attributes): Transform uid and gid
5593         according to `id-format'.
5594         (tramp-imap-put-file): New optional parameter SIZE.  Encode file
5595         size in header X-Size.
5597 2009-10-26  Juanma Barranquero  <lekktu@gmail.com>
5599         * simple.el (transpose-subr): Give clearer error when the mark
5600         is not set.  (Bug#4807)
5602 2009-10-26  Michael Albinus  <michael.albinus@gmx.de>
5604         * net/tramp.el (tramp-perl-file-truename): New defconst.
5605         Perl code contributed by yary <not.com@gmail.com> (tiny change).
5606         (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
5607         Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
5608         (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
5610         * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
5611         Ignore `dired-call-process'.
5612         (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
5614 2009-10-26  Julian Scheid  <julians37@gmail.com>
5616         * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
5617         (tramp-get-remote-readlink): New defun.
5618         (tramp-handle-file-truename): Use it.
5619         (tramp-handle-file-exists-p): Check file-attributes cache, assume
5620         file exists if cache value present.
5621         (tramp-check-cached-permissions): New defun.
5622         (tramp-handle-file-readable-p): Use it.
5623         (tramp-handle-file-writable-p): Likewise.
5624         (tramp-handle-file-executable-p): Likewise.
5625         (tramp-handle-file-name-all-completions): Try using Perl to get
5626         partial completions.  When perl not available, combine `cd' and
5627         `ls' into single remote operation and use shell expansion to get
5628         partial remote directory contents.  Set `file-exists-p' cache for
5629         directory and any files returned by ls.  Change cache handling to
5630         support partial directory contents.  Use error message emitted by
5631         remote `cd' or Perl code for local tramp-error.
5632         (tramp-do-copy-or-rename-file-directly): Avoid separate
5633         tramp-send-command-and-check call.
5634         (tramp-handle-process-file): Merge three remote ops into one.
5635         Do not flush all caches when `process-file-side-effects' is set.
5636         (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
5637         file-attributes shows uid/gid to be set already.
5639 2009-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
5641         * textmodes/tex-mode.el (tex-dvi-view-command)
5642         (tex-show-queue-command, tex-open-quote):
5643         * progmodes/ruby-mode.el (auto-mode-alist)
5644         (interpreter-mode-alist): Purecopy strings.
5646         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
5648         * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
5649         string for the hook, keymap and abbrev table.
5651         * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
5653         * x-dnd.el (x-dnd-xdnd-to-action):
5654         * startup.el (fancy-startup-text, fancy-about-text): Change to
5655         defconst from defvar.
5657         * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
5659         * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
5660         Purecopy initialization strings.
5662         * mail/sendmail.el (mail-header-separator)
5663         (mail-personal-alias-file):
5664         * mail/rmail.el (rmail-default-dont-reply-to-names)
5665         (rmail-ignored-headers, rmail-retry-ignored-headers)
5666         (rmail-highlighted-headers, rmail-secondary-file-directory)
5667         (rmail-secondary-file-regexp):
5668         * files.el (null-device, file-name-invalid-regexp)
5669         (locate-dominating-stop-dir-regexp)
5670         (inhibit-first-line-modes-regexps): Purecopy initialization strings.
5671         (interpreter-mode-alist): Use mapcar instead of mapc.
5673         * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
5675         * bindings.el (mode-line-major-mode-keymap): Purecopy name.
5676         (completion-ignored-extensions):
5677         (debug-ignored-errors): Purecopy strings.
5679 2009-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5681         * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
5682         (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
5683         (pcomplete--here): Use push.
5685         * subr.el (all-completions): Declare the 4th arg obsolete.
5687 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5689         * pcomplete.el (pcomplete-unquote-argument-function): New var.
5690         (pcomplete-unquote-argument): New function.
5691         (pcomplete--common-suffix): Always pay attention to case.
5692         (pcomplete--table-subvert): Quote and unquote the text.
5693         (pcomplete--common-quoted-suffix): New function.
5694         (pcomplete-std-complete): Use it and pcomplete-begin.
5696         * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
5697         we're inside a dedicated or minibuffer window.
5699 2009-10-24  Karl Fogel  <kfogel@red-bean.com>
5701         * bookmark.el: Update documentation, especially documentation
5702         of `bookmark-alist' and of the bookmark file format.
5703         Patch by Drew Adams, with minor tweaks from me.  (Bug#4195)
5705 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
5707         * mail/emacsbug.el (report-emacs-bug): Clarify that the
5708         keybindings apply to the mail buffer (Bug#4003).  Shrink help
5709         window to buffer.
5711         * whitespace.el (whitespace-mode, whitespace-newline-mode)
5712         (global-whitespace-mode, global-whitespace-newline-mode)
5713         (whitespace-toggle-options, global-whitespace-toggle-options):
5714         Doc fix (Bug#3660).
5716         * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
5717         of xmltok-start before the end tag was inserted (Bug#2840).
5719         * progmodes/sh-script.el (sh-font-lock-paren): Handle case
5720         patterns that are preceded by an open-paren (Bug#1320).
5722 2009-10-24  Sven Joachim  <svenjoac@gmx.de>
5724         * files.el (delete-directory): Delete symlinks to directories with
5725         delete-file (Bug#4739).
5727 2009-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
5729         * vc.el (vc-backend-for-registration): Rename from
5730         vc-get-backend-for-registration.  Update callers.
5732         * international/mule-cmds.el (set-language-info-alist):
5733         Purecopy lang-env.
5734         (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
5735         (charset): Purecopy the name.
5736         (define-char-code-property): Purecopy string arguments.
5738         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
5739         Purecopy string arguments.
5741         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
5742         * ediff-hook.el (menu-bar-ediff-menu):
5743         * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
5744         * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
5746 2009-10-24  Glenn Morris  <rgm@gnu.org>
5748         * comint.el (comint-dynamic-list-completions):
5749         * term.el (term-dynamic-list-completions): Use choose-completion rather
5750         than obsolete alias mouse-choose-completion.
5752         * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
5753         file-cache-choose-completion.
5754         (file-cache-choose-completion): Handle an optional event argument.
5755         (file-cache-mouse-choose-completion): Make it an obsolete alias.
5757         * progmodes/octave-mod.el (octave-complete-symbol):
5758         Use choose-completion if mouse-choose-completion is ever removed.
5760         * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
5761         use.
5763         * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
5764         compiler.
5766         * vc-hooks.el (vc-responsible-backend): Fix declaration.
5768 2009-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5770         * minibuffer.el (completion--embedded-envvar-table): Fix last change.
5771         Ignore `pred' now that we receive one.
5772         Handle test-completion specially.
5774 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
5776         * vc.el (vc-responsible-backend): Throw an error if not backend is
5777         found.  Remove the REGISTER argument.  Move the code dealing with
5778         REGISTER ...
5779         (vc-get-backend-for-registration): ... here.  New function.
5780         (vc-deduce-fileset): Call vc-get-backend-for-registration instead
5781         of vc-responsible-backend, pass the file name instead of the
5782         directory name.
5784 2009-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5786         * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
5787         New funs.
5788         (pcomplete-std-complete): Use them.  Obey pcomplete-termination-string.
5789         (pcomplete-comint-setup): Don't modify a global var via
5790         accidental side-effects.
5791         (pcomplete-shell-setup): Adjust call accordingly.
5792         (pcomplete-parse-comint-arguments): Use push.
5794 2009-10-23  Chong Yidong  <cyd@stupidchicken.com>
5796         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
5797         Allow uncapitalized info node names (Bug#3921).
5799         * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
5800         to the DEBUG file (Bug#3781).
5802 2009-10-23  Jari Aalto  <jari.aalto@cante.net>
5804         * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
5805         dictionary entry (Bug#4579).
5807 2009-10-23  Michael Albinus  <michael.albinus@gmx.de>
5809         * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
5810         from `rfn-eshadow-update-overlay-hook' when unloading.
5811         (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
5812         "rsyncc".  Adjust doc string.
5813         (tramp-temp-buffer-file-name): New buffer-local defvar.
5814         (tramp-handle-insert-file-contents, tramp-handle-write-region):
5815         Keep temporary file when indicated by method ("rsync" and
5816         "rsyncc").
5817         (tramp-handle-write-region): Handle APPEND.
5818         (tramp-delete-temp-file-function): New defun.  Added to
5819         `kill-buffer-hook'.
5821 2009-10-23  Juanma Barranquero  <lekktu@gmail.com>
5823         * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
5825 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
5827         * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
5828         (color-name-rgb-alist, tty-standard-colors)
5829         (tty-color-mode-alist): Change to defconst.
5831         * simple.el (mark-inactive): Purecopy message.
5833         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
5834         (global-map, yank-menu):
5835         * textmodes/ispell.el (ispell-menu-map):
5836         * net/eudc.el (eudc-tools-menu):
5837         * international/mule-cmds.el (describe-language-environment-map)
5838         (setup-language-environment-map, set-coding-system-map)
5839         (mule-menu-keymap):
5840         * vc-hooks.el (vc-menu-entry, vc-menu-map):
5841         * replace.el (occur-mode-map):
5842         * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
5844 2009-10-23  Jay Belanger  <jay.p.belanger@gmail.com>
5846         * calc/calc.el (math-read-number, math-read-number-simple): Use
5847         `save-match-data'.
5849 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5851         * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
5852         rather than fiddling with global-map bindings, since it should only
5853         affect per-terminal settings.
5854         See http://bugs.gentoo.org/show_bug.cgi?id=289709.
5856         * minibuffer.el (completion-table-with-terminator): Allow to specify
5857         the terminator-regexp.
5859         * simple.el (switch-to-completions): Look for *Completions* in other
5860         frames as well.
5862         * pcomplete.el: Allow the use of completion-tables.
5863         (pcomplete-std-complete): New command.
5864         (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
5865         (pcomplete--here): Use a function for `form' rather than an expression,
5866         so it can be byte-compiled.
5867         (pcomplete-here, pcomplete-here*): Adjust accordingly.
5868         Add edebug declaration.
5869         (pcomplete-show-completions): Remove unused var `curbuf'.
5870         (pcomplete-do-complete, pcomplete-stub):
5871         Don't assume `completions' is a list of strings any more.
5873 2009-10-22  Juanma Barranquero  <lekktu@gmail.com>
5875         * find-dired.el (find-name-arg): Fix typo in docstring.
5877 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5879         * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
5880         (pcmpl-linux-fs-types): Same, and update to new modules layout.
5882         * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
5883         pcomplete-entries.
5885         * comint.el (comint-read-input-ring, comint-write-input-ring)
5886         (comint-substitute-in-file-name)
5887         (comint-dynamic-complete-as-filename)
5888         (comint-dynamic-simple-complete)
5889         (comint-dynamic-list-filename-completions)
5890         (comint-dynamic-list-completions)
5891         (comint-redirect-results-list-from-process): Minor simplifications.
5893 2009-10-21  Kevin Ryde  <user42@zip.com.au>
5895         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
5896         When inserting ";;; Code" put it before any ";;;###autoload" cookie on
5897         the first form.  And insert a blank line after ";;; Code" since
5898         that's usual style.  (Bug#4612)
5900         * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
5902 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5904         * minibuffer.el (completion-table-with-terminator): Properly implement
5905         boundaries, in case `terminator' appears in the suffix.
5906         (completion--embedded-envvar-table): Don't return boundaries if
5907         there's no valid completion.  Simplify.
5908         (completion-file-name-table): New completion table extracted from
5909         completion--file-name-table.
5910         (completion--file-name-table): Use it.
5911         (read-file-name-predicate): Declare obsolete.
5912         (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
5913         * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
5914         completion-file-name-table, and use the `pred' argument.
5915         * files.el (locate-file-completion-table): Use the `pred' arg rather
5916         than read-file-name-predicate.
5917         (abbreviate-file-name): Use \` rather than ^ for BOS.
5919 2009-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
5921         * vc.el (vc-deduce-fileset): Undo previous change, do not tell
5922         vc-responsible-backend to register, it causes problems.
5924 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5926         * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
5928 2009-10-21  Michael Albinus  <michael.albinus@gmx.de>
5930         * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
5931         (tramp-smb-handle-file-attributes): Use it.
5932         (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
5933         (tramp-smb-handle-insert-directory): Use `mapc' rather than
5934         `mapcar'.  Use `tramp-smb-get-stat-capability'.
5935         Add `dired-filename' text properties.
5936         (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
5937         (tramp-smb-maybe-open-connection): Simplify check for smbclient
5938         version.
5940 2009-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5942         * subr.el (read-key-delay): Reduce to 0.01.
5943         (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
5944         (bug#4751).
5946 2009-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5948         * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
5950         * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
5951         (Info-menu): Remove unused vars `last' and `completions'.
5952         (Info-index-nodes): Remove unused var `node'.
5954         * info.el (Info-complete-menu-item): Use complete-with-action.
5956 2009-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
5958         Make vc-annotate work through copies and renames.
5959         * vc-annotate.el (vc-annotate-extract-revision-at-line):
5960         Return the file name too.
5961         (vc-annotate-revision-at-line)
5962         (vc-annotate-find-revision-at-line)
5963         (vc-annotate-revision-previous-to-line)
5964         (vc-annotate-show-log-revision-at-line): Update to get the file
5965         name from vc-annotate-extract-revision-at-line.
5966         (vc-annotate-show-diff-revision-at-line-internal): Change the
5967         argument to mean whether to show a file diff or not.  Get the file
5968         name from vc-annotate-extract-revision-at-line.
5969         (vc-annotate-show-diff-revision-at-line):
5970         Update vc-annotate-show-diff-revision-at-line call.
5971         (vc-annotate-warp-revision): Add an optional file argument.
5973         * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
5974         (vc-git-annotate-extract-revision-at-line): Also return the file
5975         name if found.
5977         * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
5978         command.  Remove unused code.
5979         (vc-hg-annotate-re): Update to match --follow output.
5980         (vc-hg-annotate-extract-revision-at-line): Also return the file
5981         name if found.
5983         * vc.el: Update annotate-extract-revision-at-line documentation.
5985 2009-10-18  Kevin Ryde  <user42@zip.com.au>
5987         * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
5988         re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
5990         * net/browse-url.el (browse-url): Identify alist with "consp and
5991         not functionp" and let all other things go down the `apply' leg,
5992         as suggested by Stefan.  (Further to bug#4531.)
5994 2009-10-18  Chong Yidong  <cyd@stupidchicken.com>
5996         * minibuffer.el (read-file-name): Check for repeat before putting
5997         a default argument in file-name-history (Bug#4657).
5999         * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
6000         read syntax (Bug#4737).
6002         * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
6004 2009-10-18  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
6006         * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
6007         (html-tag-alist, html-tag-help): Add descriptions for undocumented
6008         entries and make note of obsolete tags.
6010 2009-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6012         * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
6014 2009-10-18  Glenn Morris  <rgm@gnu.org>
6016         * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
6017         grep, so that binary files (eg international/uni-bidi.el) can match.
6018         Remove test for "UnicodeData" files, since it is hopefully unnecessary
6019         now, and in any case the file header format has changed.
6021 2009-10-17  Glenn Morris  <rgm@gnu.org>
6023         * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
6024         (flyspell-get-word, flyspell-large-region)
6025         (flyspell-auto-correct-previous-word): Doc/error message fixes.
6027 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
6029         * Makefile.in (ELCFILES): Add ede/shell.
6031 2009-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
6033         * term/common-win.el (x-colors): Purecopy it.
6035 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6037         * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
6038         permissive for when the buffer is empty.
6039         (tar-header-block-tokenize): Decode the username and groupname.
6040         (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
6042 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6044         * international/mule-cmds.el (select-safe-coding-system): If the file
6045         has a coding cookie, use it regardless of any other setting (bug#4712).
6047 2009-10-17  Glenn Morris  <rgm@gnu.org>
6049         * foldout.el (foldout-mouse-swallow-events):
6050         * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
6052         * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
6053         (dired-keep-marker-copy, dired-keep-marker-hardlink)
6054         (dired-keep-marker-symlink, dired-dwim-target)
6055         (dired-copy-preserve-time): Do not autoload these defcustoms.
6057         * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
6058         messages from messing up the file coding.  (Bug#4623)
6060 2009-10-17  Jari Aalto  <jari.aalto@cante.net>
6062         * textmodes/ispell.el (ispell-get-decoded-string): Give an error
6063         if no match is found for the current dictionary.  (Bug#4578)
6065         * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
6066         optional, since that is how it is documented, and this is often called
6067         with a nil argument.  (Bug#4577)
6068         (flyspell-external-point-words, flyspell-auto-correct-word)
6069         (flyspell-correct-word-before-point, flyspell-word-search-forward)
6070         (flyspell-word-search-backward): Remove nil argument in calls to
6071         flyspell-get-word, since it is not needed now.
6073 2009-10-17  Ulrich Mueller  <ulm@gentoo.org>
6075         * play/doctor.el (doctor-adverbp): Exclude some nouns.  (Bug#4565)
6077 2009-10-16  Glenn Morris  <rgm@gnu.org>
6079         * net/rcirc.el (rcirc-authenticate): Simplify previous change.
6081 2009-10-16  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
6083         * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
6084         (ange-ftp-file-size): New function.
6085         (ange-ftp-file-attributes): Use it.
6087 2009-10-16  Michael Albinus  <michael.albinus@gmx.de>
6089         * net/tramp-smb.el (tramp-smb-version): New defvar.
6090         (tramp-smb-maybe-open-connection): Use it, in order to avoid
6091         repeated checks.
6093 2009-10-16  Glenn Morris  <rgm@gnu.org>
6095         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
6096         Maybe copy some custom properties from old to new name.  (Bug#4706)
6098 2009-10-16  Juanma Barranquero  <lekktu@gmail.com>
6100         * subr.el (error, sit-for, start-process-shell-command)
6101         (start-file-process-shell-command): Set the calling convention
6102         after the function definition.
6104 2009-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6106         * subr.el (error, sit-for, start-process-shell-command)
6107         (start-file-process-shell-command): Use the new
6108         set-advertised-calling-convention feature.
6110 2009-10-16  Taichi Kawabata  <kawabata.taichi@gmail.com>
6112         * international/ucs-normalize.el (ucs-normalize-version):
6113         Change to 1.2.
6114         (check-range): Adjust for Unicode 5.2.
6116 2009-10-15  Juri Linkov  <juri@jurta.org>
6118         * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
6119         to the `menu-item' format.
6121 2009-10-15  Michael Albinus  <michael.albinus@gmx.de>
6123         * net/tramp.el (tramp-replace-environment-variables): Do not fail
6124         if the environment variable does not exist.
6126         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6127         (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
6128         parameter.
6129         (tramp-smb-handle-add-name-to-file)
6130         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
6131         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
6132         (tramp-smb-handle-file-attributes)
6133         (tramp-smb-do-file-attributes-with-stat)
6134         (tramp-smb-handle-file-local-copy)
6135         (tramp-smb-handle-insert-directory)
6136         (tramp-smb-handle-make-directory)
6137         (tramp-smb-handle-make-directory-internal)
6138         (tramp-smb-handle-make-symbolic-link)
6139         (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
6140         (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
6141         (tramp-smb-maybe-open-connection): Apply the changed parameters.
6142         (tramp-smb-read-file-entry): Read Disk names in compressed format.
6143         Handle long file names.
6144         (tramp-smb-get-cifs-capabilities): Check, whether the connection
6145         process is running.
6146         (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
6147         Read share names with "-g" option.
6149 2009-10-15  Ryan Yeske  <rcyeske@gmail.com>
6151         * net/rcirc.el (rcirc-view-log-file): New command.
6152         (rcirc-track-minor-mode-map): Remove C-c ` binding.
6153         (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
6154         specified.
6156 2009-10-15  Glenn Morris  <rgm@gnu.org>
6158         * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
6159         from the second command-line argument.
6160         * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
6161         ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
6162         ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
6163         w32-batch-update-autoloads.
6164         * emacs-lisp/autoload.el (autoload-make-program): New variable.
6165         (batch-update-autoloads): Handle autoload-excludes on windows-nt.
6167         * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
6168         the headers cannot be located.  Simplify, subtracting superflous
6169         save-excursions.
6171 2009-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6173         Replace completion-base-size by completion-base-position to fix bugs
6174         such as (bug#4699).
6175         * simple.el (completion-base-position): New var.
6176         (completion-base-size): Mark as obsolete.
6177         (choose-completion): Make it work for mouse events as well.
6178         Pass the new base-position to choose-completion-string.
6179         (choose-completion-guess-base-position): New function, extracted from
6180         choose-completion-delete-max-match.
6181         (choose-completion-delete-max-match): Use it.  Make obsolete.
6182         (choose-completion-string): Use the new base-position info.
6183         (completion-root-regexp): Delete.
6184         (completion-setup-function): Preserve completion-base-position.
6185         Eliminate obsolete base-size manipulation.
6186         * minibuffer.el (display-completion-list): Don't mess with base-size.
6187         (minibuffer-completion-help): Set completion-base-position instead.
6188         * mouse.el (mouse-choose-completion): Redefine as a mere alias to
6189         choose-completion.
6190         * textmodes/bibtex.el (bibtex-complete):
6191         * emacs-lisp/crm.el (crm--choose-completion-string):
6192         Adjust to new calling convention.
6193         * complete.el (partial-completion-mode): Use minibufferp to avoid
6194         bumping into incompatible change to choose-completion-string-functions.
6195         * ido.el (ido-choose-completion-string): Make its calling convention
6196         more permissive.
6197         * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
6198         base-size manipulation.
6199         (comint-dynamic-list-input-ring): Use dotimes and push.
6200         * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
6201         fundamental-mode.  Use `or'.
6203 2009-10-14  Juri Linkov  <juri@jurta.org>
6205         * misearch.el (multi-isearch-next-buffer-from-list)
6206         (multi-isearch-next-file-buffer-from-list): Doc fix.  (Bug#4723)
6208 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6210         * Makefile.in (compile-onefile): Load `bytecomp' rather than
6211         `bytecomp.el'.
6213         * minibuffer.el (completion-pcm--merge-completions): Make sure the
6214         string we return is all made up of text from the completions rather
6215         than part from the completions and part from the input (bug#4219).
6217         * ido.el (ido-everywhere): Use define-minor-mode.
6219         * buff-menu.el (list-buffers, ctl-x-map):
6220         Mark the entry points with ;;;###autoload cookies.
6222 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
6224         * vc-git.el (vc-git-dir-extra-headers): Set the branch name
6225         correctly in the detached head case.
6226         (vc-git-print-log): Remove unused binding.
6228         * vc.el (vc-responsible-backend): When a directory is passed for
6229         for registration create a VC repository if no backend is
6230         responsible for the directory argument.
6231         (vc-deduce-fileset): Tell vc-responsible-backend to register.
6233         * vc.el: Move comments about RCS and SCCS ...
6234         * vc-rcs.el:
6235         * vc-sccs.el: ... here, respectively.
6237 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6239         * minibuffer.el (completion--file-name-table): Return nil if there's
6240         no file completion, even if substitute-in-file-name changed
6241         the string (bug#4708).
6243 2009-10-13  Juri Linkov  <juri@jurta.org>
6245         * files-x.el (read-file-local-variable-value): Don't filter out
6246         minor modes from mode name completion (bug#4664).
6248 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
6250         * international/mule-cmds.el (ucs-names): Remove exclusion of
6251         "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
6253 2009-10-13  Kenichi Handa  <handa@m17n.org>
6255         * international/uni-name.el: Regenerated.
6257 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
6259         * bs.el (bs-mode): Fix last change.  (`revert-buffer-function'
6260         should be automatically buffer-local, but isn't.)
6262 2009-10-12  Sam Steingold  <sds@gnu.org>
6264         * progmodes/compile.el (compilation-next-error-function): Fix the
6265         timestamps if the buffer has been visited before.
6266         (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
6267         non-anchored patterns, like the perl one (bug#3928).
6269 2009-10-12  Glenn Morris  <rgm@gnu.org>
6271         * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
6272         Let-bind `size'.
6274 2009-10-12  Juanma Barranquero  <lekktu@gmail.com>
6276         * proced.el (proced-unload-function): New function.
6278         * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
6279         (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
6280         Doc fix.
6282         * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
6284 2009-10-11  Juri Linkov  <juri@jurta.org>
6286         * files-x.el (read-file-local-variable-value):
6287         Provide default value only for bound variables (bug#4664).
6289 2009-10-11  Michael Albinus  <michael.albinus@gmx.de>
6291         * net/tramp.el (tramp-local-host-p): Function shall return nil for
6292         connection methods like smb.
6294         * net/tramp-cache.el (tramp-flush-connection-property): The hash
6295         can be empty.
6297         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6298         (tramp-smb-file-name-handler-alist): Add handlers for
6299         `add-name-to-file', `make-symbolic-link'.
6300         (tramp-smb-handle-add-name-to-file)
6301         (tramp-smb-do-file-attributes-with-stat)
6302         (tramp-smb-handle-make-symbolic-link)
6303         (tramp-smb-get-cifs-capabilities): New defuns.
6304         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
6305         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
6306         (tramp-smb-handle-file-local-copy)
6307         (tramp-smb-handle-make-directory-internal)
6308         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
6309         The file name syntax depends on cifs capabilities.
6310         (tramp-smb-handle-file-attributes):
6311         Call `tramp-smb-do-file-attributes-with-stat' if possible.
6312         (tramp-smb-handle-insert-directory): Use posix attributes if possible.
6313         (tramp-smb-handle-set-file-modes): It is applicable for posix only.
6315 2009-10-11  Chong Yidong  <cyd@stupidchicken.com>
6317         * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
6318         (eieio-defclass): Apply deftype handler and setf-method properties
6319         directly.
6320         (eieio-add-new-slot): Avoid union function from cl library.
6321         (eieio--typep): New function.
6322         (eieio-perform-slot-validation): Use it.
6324 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
6326         * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
6327         Update documentation to refer to the variables documented in r1.135.
6328         (Bug#4188)
6330 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
6332         * bookmark.el (Info-suffix-list): Remove this unused variable.
6333         (bookmark-current-point): Remove this obsolete variable.
6334         (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
6335         Adjust for removal of bookmark-current-point.
6337         (bookmarks-already-loaded, bookmark-current-buffer)
6338         (bookmark-yank-point): Document.  (Bug#4188)
6340 2009-10-10  Glenn Morris  <rgm@gnu.org>
6342         * frame.el (frame-height): Doc fix.
6344         * calendar/calendar.el (calendar-split-width-threshold): New option.
6345         (calendar-basic-setup): Use calendar-split-width-threshold.
6347 2009-10-09  Juanma Barranquero  <lekktu@gmail.com>
6349         * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
6350         Ideographic Supplement" range (U+1F200..U+1F2FF).
6352 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
6354         * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
6355         since the list will have been rebuilt anyway.  (Bug#4349)
6357 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
6359         * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
6360         (bookmark-bmenu-execute-deletions): Don't save here, as
6361         bookmark-delete will now do so if necessary.
6362         Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
6363         (Bug#4348)
6365 2009-10-09  Glenn Morris  <rgm@gnu.org>
6367         * mail/emacsbug.el (report-emacs-bug): Also print `features'.
6369 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
6371         * bookmark.el (bookmark-jump): Add new `display-func' parameter.
6372         (bookmark-jump-other-window): Just invoke bookmark-jump with new
6373         argument now, so the two function's behaviors will match.  (Bug#3645)
6375 2009-10-08  Michael Albinus  <michael.albinus@gmx.de>
6377         * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
6378         (tramp-file-name-real-host, tramp-file-name-port):
6379         Apply `save-match-data'.
6381         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
6382         case both directories are remote.
6383         (tramp-smb-handle-expand-file-name): Implement "~" expansion.
6384         (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
6386 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
6388         * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
6390 2009-10-07  Glenn Morris  <rgm@gnu.org>
6392         * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
6393         of concat.
6395 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6397         * files-x.el (read-file-local-variable): Include some
6398         non-user-variables in the completion table (bug#4664).
6400 2009-10-07  Michael Albinus  <michael.albinus@gmx.de>
6402         * net/tramp-cache.el (tramp-flush-connection-property): Add trace
6403         message.
6405         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6406         (tramp-smb-file-name-handler-alist): Add handler for
6407         `copy-directory', `expand-file-name', `set-file-modes'.
6408         (tramp-smb-handle-copy-directory)
6409         (tramp-smb-handle-expand-file-name)
6410         (tramp-smb-handle-set-file-modes): New defuns.
6411         (tramp-smb-handle-copy-file): Handle KEEP-DATE.
6412         (tramp-smb-handle-file-attributes): Simplify check for retrieving
6413         entry.
6414         (tramp-smb-handle-insert-directory): Don't flush the cache.
6415         (tramp-smb-maybe-open-connection): Check for samba client and
6416         server versions.
6418 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
6420         * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
6421         to not error out of search for "^lisp=" fails.
6423 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
6425         * makefile.w32-in (WINS_UPDATES): New macro.
6426         (custom-deps, finder-data, autoloads): Use it.
6428 2009-10-07  Glenn Morris  <rgm@gnu.org>
6430         * Makefile.in (autoloads): Revert previous change.
6431         * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
6432         the list of preloaded files passed on the command-line, get
6433         it from src/Makefile.
6435         * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
6436         show the original buffer rather than a random one.
6438 2009-10-07  Markus Rost  <rost@math.uni-bielefeld.de>
6440         * help.el (describe-no-warranty): Place point in a slightly better
6441         position in the GPLv3 text.
6443 2009-10-06  Sam Steingold  <sds@gnu.org>
6445         * net/tramp-compat.el (tramp-compat-process-running-p): Check that
6446         the comm attribute is present before calling regexp-quote.
6448 2009-10-06  Juanma Barranquero  <lekktu@gmail.com>
6450         * play/animate.el (animate-string): For good effect, make sure
6451         `indent-tabs-mode' and `show-trailing-whitespace' are nil.
6453         * play/animate.el (animate-sequence, animate-birthday-present):
6454         * misc.el (butterfly): Don't set `indent-tabs-mode'.
6456 2009-10-06  Glenn Morris  <rgm@gnu.org>
6458         * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
6460         * emacs-lisp/autoload.el (autoload-excludes): New variable.
6461         (autoload-generate-file-autoloads): Skip files in autoload-excludes.
6462         (batch-update-autoloads): Process a string value of autoload-excludes,
6463         set during the build process.
6464         * Makefile.in (autoloads): Skip preloaded files.  (Bug#4446)
6466         * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
6467         inside with-parsed...  macro so that `v' is defined.
6469         * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
6470         * progmodes/fortran.el (fortran-end-of-block)
6471         (fortran-beginning-of-block):
6472         Also push mark in the macro case.
6474         * emerge.el (emerge-show-file-name):
6475         * calc/calc.el (calc-quit):
6476         * calc/calc-misc.el (calc-big-or-small):
6477         * calc/calc-graph.el (calc-graph-view):
6478         * calc/calc-ext.el (calc-reset):
6479         * calendar/calendar.el (calendar-basic-setup):
6480         Use window-full-height-p.
6482         * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
6483         header we don't understand, don't insert another.  (Bug#4624)
6484         If changing mime charset, insert the new one in the right place.
6486 2009-10-06  Matthew Junker  <matthew.junker@sbcglobal.net>  (tiny change)
6488         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
6489         (cal-tex-cursor-month): Correctly increment the end date for diary and
6490         holiday listing.  (Bug#4626)
6492 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6494         * help-fns.el (describe-function-1): Don't burp if the function is not
6495         a symbol.
6497 2009-10-05  Juanma Barranquero  <lekktu@gmail.com>
6499         * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
6500         (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
6501         (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
6502         (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
6504         * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
6505         (eieio-default-superclass): Reflow docstrings.
6506         (this, class-option-assoc, defclass, eieio-class-un-autoload)
6507         (eieio-unbind-method-implementations, defmethod)
6508         (eieio-validate-slot-value, eieio-validate-class-slot-value)
6509         (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
6510         (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
6511         (eieio-slot-originating-class-p, eieio-slot-name-index)
6512         (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
6513         (constructor, initialize-instance, no-next-method, object-print)
6514         (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
6515         Fix typos in docstrings.
6516         (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
6517         (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
6518         (next-method-p): Doc fixes.
6519         (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
6520         Fix typos in error messages.
6521         (eieio-defmethod): Fix typo in description of generic method.
6523         * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
6524         (eieio-persistent-save-interactive, slot-missing):
6525         Fix typos in docstrings.
6526         (eieio-instance-inheritor-slot-boundp): Doc fix.
6528         * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
6529         (byte-compile-defmethod-param-convert): Fix typos in docstrings.
6531         * emacs-lisp/eieio-custom.el (eieio-done-customizing)
6532         (eieio-custom-object-apply-reset):
6533         Fix typos in docstrings and error messages.
6535         * emacs-lisp/eieio-datadebug.el (data-debug-show):
6536         Fix typo in docstring.
6538         * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
6539         (eieio-browse-tree): Doc fix.
6540         (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
6541         (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
6542         Fix typos in docstrings.
6544         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
6545         (eieio-speedbar-key-map, eieio-speedbar-create-engine)
6546         (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
6547         (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
6548         Reflow docstrings.
6550 2009-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
6552         * vc-hg.el (log-view-vc-backend): Declare for compiler.
6553         (vc-hg-outgoing-mode, vc-hg-incoming-mode):
6554         Set log-view-vc-backend so that diff can work.
6556         * log-view.el (log-view-diff): Use vc-diff-internal instead of
6557         vc-version-diff.
6558         (vc-diff-internal): Autoload this instead of vc-version-diff.
6560 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
6562         * simple.el (eval-expression): Doc fix.
6564         * progmodes/cwarn.el (cwarn-mode): Doc fix.
6566 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
6568         * files.el (directory-files-no-dot-files-regexp): New defconst.
6569         (delete-directory): Use it.
6570         (copy-directory): Use it.  Remove parameter PRESERVE-UID-GID.
6572         * net/tramp.el (tramp-verbose): Fix docstring.
6573         (tramp-methods): Add recursive option to `tramp-copy-args'.
6574         Add `tramp-copy-recursive'.  Valid for "rcp", "scp", "scp1", "scp2",
6575         "scp1_old", "scp2_old", "rsync", "rsyncc".
6576         (tramp-default-method): Check also for `auth-source-user-or-password'.
6577         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
6578         Add handler for `copy-directory'.
6579         (tramp-handle-copy-directory): New defun.
6580         (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
6581         (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
6582         Optimize sent command.
6584 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6586         * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
6587         window if necessary.
6589         * calendar/calendar.el (calendar-basic-setup): Don't call
6590         switch-to-buffer in a dedicated window.
6592 2009-10-05  Karl Fogel  <kfogel@red-bean.com>
6594         * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
6595         don't do anything related to relocating, just return nil.
6596         (bookmark-error-no-filename): New error.
6597         (bookmark-default-handler): Signal `bookmark-error-no-filename' if
6598         bookmark has no file.  Don't even attempt to handle things that
6599         are not files; the whole point of custom handlers is to keep that
6600         knowledge elsewhere anyway.  Tighten some comments.
6601         (bookmark-file-or-variation-thereof): Remove now-unused function.
6602         (bookmark-location): Doc string fix.
6603         (Bug#4250)
6605 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
6607         * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
6608         don't use a file dialog, because they usually don't know how to read
6609         a directory target from the user.  (Bug#4230)
6610         Also, make sure the prompt can display directories as well as files.
6612 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
6614         * bookmark.el (bookmark-set, bookmark-buffer-name):
6615         Improve doc strings.  (Bug#1193)
6617 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
6619         * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
6620         (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
6621         (bookmark-get-annotation, bookmark-set-annotation)
6622         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
6623         (bookmark-set-position, bookmark-get-front-context-string)
6624         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
6625         (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
6626         (bookmark-jump-other-window, bookmark-handle-bookmark)
6627         (bookmark-relocate, bookmark-insert-location, bookmark-rename)
6628         (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
6629         (bookmark-edit-annotation-mode, bookmark-edit-annotation):
6630         Improve doc strings to say whether bookmark can be a string or
6631         a record or both, and make other consistency and clarity fixes.
6632         (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
6633         (bookmark-default-annotation-text, bookmark-yank-word)
6634         (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
6635         (bookmark-import-new-list, bookmark-maybe-rename)
6636         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
6637         (bookmark-bmenu-bookmark): Give these doc strings.
6638         (bookmark-bmenu-check-position): Give this a doc string, but also
6639         add a FIXME comment about how the function may be pointless.
6640         (bookmark-default-handler): Rework doc string and change a
6641         parameter name, to clarify that this takes a bookmark record
6642         not a bookmark name.
6643         (bookmark-set): Change a parameter name to indicate its meaning,
6644         and improve the doc string a bit.
6645         (Bug#4188)
6647 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
6649         * bookmark.el (bookmark-alist): Document the new `handler' element
6650         in the param alist.
6651         (bookmark-make-record-function): Adjust documentation for above.
6652         (Bug#4193)
6654 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
6656         * info.el (Info-bookmark-make-record): Document this function.
6657         (Info-bookmark-jump): Document with a doc string, not just a comment.
6658         (Bug#4203)
6660 2009-10-04  Michael Albinus  <michael.albinus@gmx.de>
6662         * files.el (copy-directory): New defun.
6664         * dired-aux.el (dired-copy-file-recursive): Use it.
6666 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
6668         * files-x.el (modify-dir-local-variable)
6669         (copy-dir-locals-to-file-locals-prop-line): Fix typos in
6670         docstrings.
6672         * recentf.el (recentf-unload-function): New function.
6674 2009-10-04  Glenn Morris  <rgm@gnu.org>
6676         * window.el (window-full-height-p): Add doc string.
6678 2009-10-04  Martin Rudalics  <rudalics@gmx.at>
6680         * window.el (window-full-height-p): New function.  (Bug#4543)
6682 2009-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
6684         * vc.el: Remove commented out code.
6685         (vc-derived-from-dir-mode): Remove, unused.
6686         (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
6688 2009-10-03  Michael Albinus  <michael.albinus@gmx.de>
6690         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
6691         Disable `file-name-handler-alist' when loading 'ange-ftp.  Otherwise,
6692         there could be recursive loading when `default-directory' is a
6693         remote file name.  (Bug#4614)
6695 2009-10-03  Glenn Morris  <rgm@gnu.org>
6697         * calendar/calendar.el (calendar-basic-setup): Handle the case where
6698         the frame is wide.
6699         (calendar-generate-window): Test for shrinkability rather than width.
6701         * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
6702         reusing existing buffers, in case we happen to visit two files with the
6703         same basename.  (Bug#4593)
6705 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
6707         * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
6708         (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
6709         (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
6710         subdirs of cedet as well.
6711         (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
6713 2009-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6715         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
6716         Obey advertised-signature-table.
6718         * help-fns.el (help-function-arglist): Don't check
6719         advertised-signature-table.
6720         (describe-function-1): Do it here instead so it also applies to subrs.
6722 2009-10-02  Michael Albinus  <michael.albinus@gmx.de>
6724         * simple.el (start-file-process): Say in the doc-string, that file
6725         handlers might not support pty association, if PROGRAM is nil.
6727         * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
6728         HOST and USER are strings.  They are nil, when there are
6729         incomplete entries in ~/.netrc, for example.
6730         (ange-ftp-delete-directory): Implement RECURSIVE case.  Change to
6731         root directory ("device busy" error otherwise).
6733         * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
6734         Flush file properties of created directory.
6736 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
6738         * makefile.w32-in (WINS_BASIC): Remove cedet.
6739         (WINS_CEDET): Add cedet.
6740         (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
6742 2009-10-02  Kevin Ryde  <user42@zip.com.au>
6744         * net/browse-url.el (browse-url): Pass any symbol in
6745         browse-url-browser-function to `apply', since if you've mistakenly put
6746         an unbound symbol then the error is clearer.  (Bug#4531)
6748 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
6750         * allout.el (allout-init, allout-back-to-current-heading)
6751         (allout-beginning-of-current-entry, allout-ascend-to-depth)
6752         (allout-ascend, allout-up-current-level, allout-end-of-level)
6753         (allout-previous-visible-heading, allout-forward-current-level)
6754         (allout-backward-current-level, allout-show-children):
6755         * apropos.el (apropos-describe-plist):
6756         * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
6757         * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
6758         * completion.el (add-completion, add-permanent-completion):
6759         * descr-text.el (describe-text-category, describe-char):
6760         * desktop.el (desktop-lazy-abort):
6761         * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
6762         * dired.el (dired-build-subdir-alist):
6763         * ediff.el (ediff-version):
6764         * elide-head.el (elide-head, elide-head-show):
6765         * emerge.el (emerge-version):
6766         * env.el (getenv):
6767         * face-remap.el (variable-pitch-mode):
6768         * faces.el (describe-face):
6769         * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
6770         (dired-at-point):
6771         * files.el (find-file-existing, auto-save-mode):
6772         * font-lock.el (font-lock-fontify-buffer):
6773         * help-fns.el (describe-function, describe-variable)
6774         (describe-syntax, describe-categories):
6775         * help.el (view-lossage, describe-bindings, describe-key)
6776         (describe-mode):
6777         * hexl.el (hexl-current-address):
6778         * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
6779         * info.el (Info-goto-emacs-key-command-node):
6780         * log-edit.el (log-edit-insert-cvs-template)
6781         (log-edit-insert-cvs-rcstemplate):
6782         * menu-bar.el (menu-bar-mode):
6783         * mouse.el (mouse-appearance-menu):
6784         * newcomment.el (comment-indent-new-line):
6785         * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
6786         (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
6787         (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
6788         (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
6789         * recentf.el (recentf-mode):
6790         * savehist.el (savehist-mode, savehist-save):
6791         * shadowfile.el (shadow-copy-files):
6792         * simple.el (kill-ring-save, next-line, previous-line)
6793         (normal-erase-is-backspace-mode):
6794         * strokes.el (strokes-update-window-configuration)
6795         (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
6796         (strokes-xpm-for-stroke):
6797         * time.el (emacs-uptime, emacs-init-time):
6798         * tutorial.el (tutorial--describe-nonstandard-key)
6799         (tutorial--detailed-help):
6800         * type-break.el (type-break-mode)
6801         (type-break-mode-line-message-mode, type-break-query-mode)
6802         (type-break-guesstimate-keystroke-threshold):
6803         * vc.el (vc-version-diff, vc-diff, vc-root-diff):
6804         * version.el (emacs-version):
6805         * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
6806         * winner.el (winner-mode):
6807         * calendar/timeclock.el (timeclock-in, timeclock-out)
6808         (timeclock-status-string, timeclock-change)
6809         (timeclock-workday-remaining-string)
6810         (timeclock-workday-elapsed-string)
6811         (timeclock-when-to-leave-string):
6812         * calendar/todo-mode.el (todo-add-category):
6813         * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
6814         * emacs-lisp/autoload.el (update-file-autoloads):
6815         * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
6816         (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
6817         (checkdoc-message-text, checkdoc-defun):
6818         * emacs-lisp/debug.el (debugger-list-functions):
6819         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6820         * emacs-lisp/eieio-opt.el (eieio-describe-class)
6821         (eieio-describe-generic):
6822         * emacs-lisp/lisp-mnt.el (lm-synopsis):
6823         * emacs-lisp/shadow.el (list-load-path-shadows):
6824         * emulation/cua-base.el (cua-mode):
6825         * emulation/edt.el (edt-set-scroll-margins):
6826         * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
6827         (tpu-toggle-regexp, tpu-toggle-search-direction)
6828         (tpu-toggle-rectangle, tpu-toggle-control-keys):
6829         * emulation/tpu-extras.el (tpu-set-scroll-margins):
6830         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
6831         (viper-set-parsing-style-toggling-macro)
6832         (viper-set-emacs-state-searchstyle-macros):
6833         * emulation/viper.el (viper-set-hooks):
6834         * eshell/esh-mode.el (eshell-truncate-buffer):
6835         * international/mule-cmds.el (prefer-coding-system)
6836         (describe-input-method, describe-language-environment):
6837         * international/mule-diag.el (list-character-sets)
6838         (describe-character-set, describe-coding-system)
6839         (describe-fontset, list-fontsets, list-input-methods):
6840         * mail/sendmail.el (mail-signature):
6841         * net/ange-ftp.el (ange-ftp-copy-file):
6842         * net/browse-url.el (browse-url):
6843         * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
6844         * net/quickurl.el (quickurl-add-url):
6845         * net/rcirc.el (names, topic):
6846         * net/xesam.el (xesam-mode):
6847         * play/5x5.el (5x5-new-game):
6848         * play/yow.el (apropos-zippy):
6849         * progmodes/ada-mode.el (ada-mode-version):
6850         * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
6851         (f90-end-of-block)
6852         (f90-beginning-of-block):
6853         * progmodes/fortran.el (fortran-end-of-block)
6854         (fortran-beginning-of-block):
6855         * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
6856         * progmodes/python.el (python-describe-symbol, python-shell):
6857         * term/ns-win.el (ns-print-buffer):
6858         * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
6859         * textmodes/flyspell.el (flyspell-mode-on):
6860         * textmodes/page-ext.el (set-page-delimiter, pages-directory)
6861         (pages-directory-for-addresses):
6862         * textmodes/table.el (table-recognize-cell)
6863         (table-query-dimension, table-generate-source)
6864         (table-insert-sequence, table--warn-incompatibility):
6865         * textmodes/tex-mode.el (tex-validate-buffer):
6866         * textmodes/texinfmt.el (texinfmt-version)
6867         (texinfo-format-buffer):
6868         Use `called-interactively-p' instead of `interactive-p'.
6870 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
6872         * image-mode.el (image-toggle-display):
6873         * emacs-lisp/elp.el (elp-instrument-function):
6874         * emacs-lisp/advice.el (ad-make-advised-definition):
6875         * emacs-lisp/easy-mmode.el (define-minor-mode):
6876         * net/browse-url.el (browse-url-maybe-new-window):
6877         * progmodes/sh-script.el (sh-learn-buffer-indent):
6878         Pass new argument 'any to `called-interactively-p'.
6880 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
6882         * international/uni-bidi.el:
6883         * international/uni-category.el:
6884         * international/uni-combining.el:
6885         * international/uni-comment.el:
6886         * international/uni-decimal.el:
6887         * international/uni-decomposition.el:
6888         * international/uni-digit.el:
6889         * international/uni-lowercase.el:
6890         * international/uni-mirrored.el:
6891         * international/uni-name.el:
6892         * international/uni-numeric.el:
6893         * international/uni-old-name.el:
6894         * international/uni-titlecase.el:
6895         * international/uni-uppercase.el:
6896         Regenerate from Unicode 5.2.0 data.
6898 2009-10-01  Glenn Morris  <rgm@gnu.org>
6900         * Makefile.in (ELCFILES): Regenerate.
6902 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6904         * subr.el (interactive-p): Mark obsolete.
6905         (called-interactively-p): Make the optional-ness of `kind' obsolete.
6906         * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
6907         advertised-signature-table for subroutines as well.
6909         * emacs-lisp/byte-run.el (advertised-signature-table): New var.
6910         (set-advertised-calling-convention): New function.
6911         (make-obsolete, define-obsolete-function-alias)
6912         (make-obsolete-variable, define-obsolete-variable-alias):
6913         Make the optional-ness of `when' obsolete.
6914         (define-obsolete-face-alias): Make `when' non-optional.
6915         * help-fns.el (help-function-arglist):
6916         * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
6917         Use advertised-signature-table.
6919 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
6921         * files.el (delete-directory): New defun.  The original function
6922         in fileio.c has been renamed to `delete-directory-internal'.
6924         * dired.el (dired-delete-file): Call `delete-directory' with
6925         RECURSIVE parameter.
6927         * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
6928         parameter RECURSIVE.  Implementation is missing.
6930         * net/tramp.el (tramp-handle-make-directory): Flush upper
6931         directory's file properties.
6932         (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
6933         (tramp-handle-dired-recursive-delete-directory): Flush directory
6934         properties after the remove command only.
6936         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
6937         Handle optional parameter RECURSIVE.
6939         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
6940         Handle optional parameter RECURSIVE.
6942         * net/tramp-smb.el (tramp-smb-errors): Add error message for
6943         connection timeout.
6944         (tramp-smb-handle-delete-directory): Handle optional parameter
6945         RECURSIVE.
6947 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6949         * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
6950         (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
6951         (byte-compile-defmacro): Use backquotes.
6953         * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
6955         * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
6956         has no associated file.
6957         (vc-resynch-buffer): Use vc-dir-buffers.
6959 2009-10-01  Glenn Morris  <rgm@gnu.org>
6961         * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
6962         (chart-file-count):
6963         * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
6964         * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
6965         * emacs-lisp/eieio-opt.el (eieio-describe-class):
6966         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
6967         * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
6968         (eieio-copy-parents-into-subclass, make-instance, class-children)
6969         (eieio-generic-form):
6971         * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
6972         match-data.  (Bug#4555).
6974         * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
6975         rather than parsing it as a regexp.  This relaxes the layout
6976         requirements and makes errors easier to detect.
6977         (check-declare-verify): Check file is regular.
6978         (check-declare-directory): Doc fix.
6979         * subr.el (declare-function): Doc fix.
6981         * ibuffer.el (ibuffer-format-qualifier):
6982         * isearch.el (hi-lock-regexp-okay):
6983         * calc/calc.el (math-zerop):
6984         * mail/uce.el (rmail-msgbeg, rmail-msgend):
6985         * term/w32-win.el (setup-default-fontset, set-fontset-font):
6986         Remove unused declarations.
6988 2009-09-30  Glenn Morris  <rgm@gnu.org>
6990         * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
6992         * emacs-lisp/elint.el (elint-init-form): Report declarations where the
6993         filename is not a string.
6995 2009-09-29  Chong Yidong  <cyd@stupidchicken.com>
6997         * files.el (safe-local-eval-forms): Fix typo.
6999 2009-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7001         * vc-hooks.el (vc-dir-buffers): New var.
7002         (vc-state-refresh): New function.
7003         (vc-state): Use it.
7004         (vc-after-save): Always ask the backend to recompute the new state.
7005         Always call vc-dir if necessary, using vc-dir-buffers.
7006         * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
7007         Use vc-dir-buffers.
7008         (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
7009         (vc-dir-prepare-status-buffer, vc-dir-update)
7010         (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
7011         Don't call expand-file-name on default-directory.
7013 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
7015         * speedbar.el (speedbar-item-delete):
7016         * calc/calc-prog.el (calc-kbd-if):
7017         * language/hanja-util.el (hanja-init-load): Fix typos in messages.
7019         * epa.el (epa-key-list-mode-map):
7020         * hi-lock.el (hi-lock-menu): Fix typos in menus.
7022         * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
7023         (hs-show-hook): Fix typo in docstring.
7025 2009-09-29  Glenn Morris  <rgm@gnu.org>
7027         * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
7028         file-name-nondirectory call preventing location of cedet files.
7029         (check-declare-verify): Use literal search rather than re-search.
7030         Add basic defmethod and defclass, and define-overloadable-function.
7032         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
7033         Use tramp-compat-file-attributes rather than nonexistent
7034         tramp-compat-handle-file-attributes.
7036         * Makefile.in (lisptagsfiles4): New.
7037         (AUTOGENEL): Add cedet loaddefs files.
7038         (TAGS, TAGS-LISP): Use $lisptagsfiles4.
7039         (update-elclist, compile-always, backup-compiled-files)
7040         (bootstrap-clean): Add yet another directory level.
7041         (update-elclist): Use LC_COLLATE rather than COLLATE.
7042         (ELCFILES): Update, via `make update-elclist'.
7044 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
7046         * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
7047         (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
7048         (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
7050 2009-09-28  Andreas Schwab  <schwab@linux-m68k.org>
7052         * Makefile.in (lisptagsfiles3): Define.
7053         (TAGS, TAGS-LISP): Use it.
7054         (update-elclist): Add third directory level to look for elc files.
7055         (compile-always): Likewise.
7056         (backup-compiled-files): Likewise.
7057         (bootstrap-clean): Likewise.
7058         (ELCFILES): Update.
7060 2009-09-28  Chong Yidong  <cyd@stupidchicken.com>
7062         * Makefile.in (ELCFILES): Add CEDET files.
7064 2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
7066         * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
7068         * net/tramp.el (top): Require tramp-imap.
7070         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
7071         Use `tramp-compat-handle-file-attributes'.
7073 2009-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7075         * net/tramp-imap.el: New package.
7077 2009-09-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7079         * whitespace.el (whitespace-trailing-regexp)
7080         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
7081         Fix doc string.
7083 2009-09-27  Chong Yidong  <cyd@stupidchicken.com>
7085         * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
7086         menu.
7088         * ediff-hook.el: Move menu-bar-ediff-misc-menu into
7089         menu-bar-ediff-menu.
7091         * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
7092         define-overloadable-function.
7094         * progmodes/autoconf.el: Provide autoconf as well, so that this
7095         file can be `require'd.
7097         * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
7099         * emacs-lisp/autoload.el (generated-autoload-feature)
7100         (generated-autoload-load-name): New vars.
7101         (autoload-rubric, autoload-generate-file-autoloads): Use them.
7102         (make-autoload): Recognize define-overloadable-function and
7103         defclass forms (for EIEIO).
7105         * Makefile.in (update-subdirs): Exclude cedet directory.
7107 2009-09-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
7109         * term/ns-win.el: Don't set the region face background.  (Bug#4381)
7111         * faces.el: Default light-background background for region face to
7112         ns_selection_color under NS.
7114 2009-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
7116         * net/imap-hash.el: New library, see NEWS.
7118         * Makefile.in (ELCFILES): Add imap-hash.el.
7120 2009-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7122         * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
7123         * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
7124         * help-macro.el (make-help-screen): Avoid using an ambiguous function
7125         definition where the docstring could be taken for the return value.
7127 2009-09-26  Glenn Morris  <rgm@gnu.org>
7129         * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
7130         Add option to only show images below a certain size.
7131         (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
7132         save-excursion calls.
7134 2009-09-26  Eli Zaretskii  <eliz@gnu.org>
7136         * makefile.w32-in (WINS_ALMOST): Add cedet (with its
7137         subdirectories) and eieio.
7139 2009-09-26  Alan Mackenzie  <acm@muc.de>
7141         * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
7142         buggy bracketing.  (Bug#4289)
7144         * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
7145         character constants (as case labels).  (Bug#4289)
7147 2009-09-25  Juri Linkov  <juri@jurta.org>
7149         * files.el (safe-local-eval-forms): Allow time-stamp in
7150         before-save-hook (Bug#4554).
7152 2009-09-25  Drew Adams  <drew.adams@oracle.com>
7154         * menu-bar.el (list-buffers-directory): Doc fix.
7156 2009-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7158         * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
7159         Try and avoid copying twice the same paragraph.
7160         (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
7161         Remove save-excursion.
7162         (log-edit-changelog-entry): Do it here instead.
7164 2009-09-25  Juanma Barranquero  <lekktu@gmail.com>
7166         * bs.el (bs--get-file-name): Use `list-buffers-directory'
7167         when available, instead of hardcoding mode names.  Doc fix.
7169         * menu-bar.el (list-buffers-directory): Add docstring.
7170         Make automatically buffer-local.
7172         * dired.el (dired-mode):
7173         * files.el (cd-absolute):
7174         * pcvs.el (cvs-temp-buffer):
7175         * pcvs-util.el (cvs-get-buffer-create):
7176         * shell.el (shell-mode):
7177         * vc-dir.el (vc-dir-mode):
7178         Don't make `list-buffers-directory' buffer local.
7180 2009-09-25  Devon Sean McCullough  <emacs-hacker@Jovi.Net>
7182         * comint.el (comint-exec, comint-run, make-comint):
7183         Doc fixes (Bug#4542).
7185 2009-09-25  Glenn Morris  <rgm@gnu.org>
7187         * mail/rmailmm.el (rmail-mime): New custom group.
7188         Move all defcustoms in this file into this group.
7189         (rmail-mime-media-type-handlers-alist): Revert previous change.
7190         (rmail-mime-show-images): New option.
7191         (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
7192         references to it, since it wasn't actually used for anything.
7193         (rmail-mime-insert-image): New function.
7194         (rmail-mime-image): Use rmail-mime-insert-image.
7195         (rmail-mime-bulk-handler): Remove optional `image' argument, instead
7196         obey the value of `rmail-mime-show-images' option.  Print the size of
7197         attachments.
7199 2009-09-25  David Engster  <deng@randomsample.de>
7201         * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'.  (Bug#4548)
7203 2009-09-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7205         * whitespace.el: Does not highlight trailing spaces While point is
7206         at end of line.  Does not highligt spaces at beginning of buffer
7207         while point is at beginning of buffer.  Does not highlight spaces
7208         at end of buffer while point is at end of buffer.  (Bug#4177)
7209         New version 12.0.
7210         (whitespace-display-mappings): Adjust initialization.
7211         (whitespace-point, whitespace-font-lock-refontify): New vars.
7212         (whitespace-color-on, whitespace-color-off): Adjust code.
7213         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
7214         (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
7215         (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
7217 2009-09-24  Chong Yidong  <cyd@stupidchicken.com>
7219         * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
7221         * textmodes/sgml-mode.el: Remove xml-mode alias.
7223         * files.el (auto-mode-alist, conf-mode-maybe)
7224         (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
7226 2009-09-24  Alan Mackenzie  <acm@muc.de>
7228         * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
7229         c-forward-conditionals, but it doesn't move point and doesn't set
7230         the mark.
7231         (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
7232         (c-down-conditional-with-else, c-backward-conditional)
7233         (c-forward-conditional): Refactor to use c-scan-conditionals.
7235 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
7237         * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
7238         (help-default-arg-highlight): Remove.
7239         (help-highlight-arg): New function.
7240         (help-do-arg-highlight): Use it.
7241         Suggested by Drew Adams <drew.adams@oracle.com>.  (Bug#4510, bug#4520)
7243 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7245         * term.el (term-set-scroll-region, term-handle-ansi-escape):
7246         Undo last change, which didn't fix the problem and introduced others.
7248 2009-09-24  Nick Roberts  <nickrob@snap.net.nz>
7250         * progmodes/gdb-mi.el: Don't require speedbar.
7251         (gdb-jsonify-buffer): Handle case where "=" is part of value string.
7253 2009-09-24  Glenn Morris  <rgm@gnu.org>
7255         * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
7257         * term/ns-win.el (ns-reg-to-script): Define for compiler.
7259         * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
7260         there is no newline after the final mime boundary.  (Bug#4539)
7261         Move markers on insertion so that any buttons inserted don't end up in
7262         the next part of a multipart message.
7263         (rmail-mime-media-type-handlers-alist): Doc fix.  Add image handler.
7264         (rmail-mime-bulk-handler): Optionally handle images.
7265         (rmail-mime-image): New button action.
7266         (rmail-mime-image-handler): New function.
7267         (rmail-mime-mode): New mode.
7268         (rmail-mime): Doc fix.  Use rmail-mime-mode (for font-lock).
7270 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7272         * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
7273         than just dropping elements from it (bug#4504).
7275         * term.el (term-set-scroll-region): Don't move cursor any more.
7276         (term-handle-ansi-escape): Call term-goto here instead.
7277         Suggested by Ivan Kanis <apple@kanis.eu>.
7279         * term.el: Require CL.
7280         (term-ansi-reset): New function.
7281         (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
7282         (term-handle-colors-array): Simplify.
7284 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
7286         * allout.el (allout-overlay-interior-modification-handler)
7287         (allout-obtain-passphrase):
7288         * epa-file.el (epa-file-write-region):
7289         * ps-print.el (ps-begin-job):
7290         * vc-hooks.el (vc-toggle-read-only):
7291         * vc-rcs.el (vc-rcs-rollback):
7292         * vc-sccs.el (vc-sccs-rollback):
7293         * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
7294         (vc-version-diff, vc-revert, vc-rollback):
7295         * wdired.el (wdired-check-kill-buffer):
7296         * emacs-lisp/authors.el (authors):
7297         * net/socks.el (socks-open-connection):
7298         * net/zeroconf.el (zeroconf-service-add-hook):
7299         * obsolete/vc-mcvs.el (vc-mcvs-register):
7300         * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
7301         (gdb-select-frame):
7302         * progmodes/grep.el (lgrep, rgrep):
7303         * progmodes/idlw-help.el (idlwave-help-check-locations)
7304         (idlwave-help-html-link, idlwave-help-assistant-open-link):
7305         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
7306         * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
7307         (reftex-toc-rename-label): Fix typos in error messages.
7309         * dired-aux.el (dired-do-shell-command): Reflow docstring.
7310         (dired-copy-how-to-fn): Doc fix.
7311         (dired-files-attributes, dired-read-shell-command):
7312         Fix typos in docstrings.
7314         * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
7315         (dired-x-find-file-other-window): Reflow docstrings.
7316         (dired-omit-marker-char, dired-read-shell-command)
7317         (dired-x-submit-report): Fix typos in docstrings.
7319         * shell.el (shell-mode-hook):
7320         * view.el (View-scroll-line-forward):
7321         * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
7322         Fix typos in docstrings.
7324         * net/dig.el (dig-invoke): Fix typo in docstring.
7325         (query-dig): Reflow docstring.
7327         * progmodes/idlwave.el (idlwave-create-user-catalog-file)
7328         (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
7329         (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
7330         (idlwave-begin-block-reg, idlwave-begin-unit-reg)
7331         (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
7332         (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
7333         (idlwave-check-abbrev, idlwave-class-file-or-buffer)
7334         (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
7335         (idlwave-completion-map, idlwave-current-indent)
7336         (idlwave-custom-ampersand-surround, idlwave-customize)
7337         (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
7338         (idlwave-define-abbrev, idlwave-determine-class-special)
7339         (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
7340         (idlwave-end-block-reg, idlwave-end-of-statement)
7341         (idlwave-end-of-statement0, idlwave-end-of-subprogram)
7342         (idlwave-end-unit-reg, idlwave-entry-find-keyword)
7343         (idlwave-explicit-class-listed, idlwave-file-header)
7344         (idlwave-fill-paragraph, idlwave-find-class-definition)
7345         (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
7346         (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
7347         (idlwave-in-quote, idlwave-indent-action-table)
7348         (idlwave-indent-expand-table, idlwave-indent-line)
7349         (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
7350         (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
7351         (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
7352         (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
7353         (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
7354         (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
7355         (idlwave-outlawed-buffers, idlwave-popup-select)
7356         (idlwave-previous-statement, idlwave-rescan-catalog-directories)
7357         (idlwave-routine-entry-compare, idlwave-routine-info.pro)
7358         (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
7359         (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
7360         (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
7361         (idlwave-statement-type, idlwave-struct-skip)
7362         (idlwave-substitute-link-target, idlwave-toggle-comment-region)
7363         (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
7364         (idlwave-what-module-find-class): Fix typos in docstrings.
7365         (idlwave-all-method-classes, idlwave-calc-hanging-indent)
7366         (idlwave-calculate-cont-indent, idlwave-expand-equal)
7367         (idlwave-find-module, idlwave-find-structure-definition)
7368         (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
7369         (idlwave-list-load-path-shadows, idlwave-next-statement)
7370         (idlwave-routine-entry-compare-twins, idlwave-routine-info)
7371         (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
7372         (idlwave-template): Reflow docstrings.
7374         * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
7375         (idlwave-shell-batch-command, idlwave-shell-bp-alist)
7376         (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
7377         (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
7378         (idlwave-shell-display-line, idlwave-shell-display-wframe)
7379         (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
7380         (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
7381         (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
7382         (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
7383         (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
7384         (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
7385         (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
7386         (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
7387         (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
7388         (idlwave-shell-scan-for-state, idlwave-shell-send-command)
7389         (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
7390         (idlwave-shell-shell-command, idlwave-shell-sources-alist)
7391         (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
7392         (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
7393         (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
7394         Fix typos in docstrings.
7395         (idlwave-shell-bp, idlwave-shell-clear-current-bp)
7396         (idlwave-shell-hide-output, idlwave-shell-mode)
7397         (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
7398         Reflow docstrings.
7400         * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
7402 2009-09-24  Ivan Kanis  <apple@kanis.eu>
7404         * term.el (term-bold-attribute): New var.
7405         (term-handle-colors-array): Use it.
7407 2009-09-23  Nick Roberts  <nickrob@snap.net.nz>
7409         * progmodes/gdb-mi.el (gdb-version): New variable.
7410         (gdb-non-stop-handler): Set gdb-version.
7411         (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
7412         Condition "--thread" option on gdb-version.
7413         (gdb-invalidate-threads): Remove unused argument.
7415 2009-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7417         * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
7418         to looking-back to avoid ridiculous slow down in large files (bug#4511).
7420 2009-09-23  Glenn Morris  <rgm@gnu.org>
7422         * mail/rmail.el (rmail-reply): Don't try to add a References header when
7423         replying to mail without References or Message-Id.  (Bug#4525)
7425 2009-09-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
7427         * term/ns-win.el (ns-reg-to-script): New variable.
7429 2009-09-23  Daiki Ueno  <ueno@unixuser.org>
7431         * epg.el (epg-wait-for-status): Preserve existing 'error results.
7433 2009-09-22  Sam Steingold  <sds@gnu.org>
7435         * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
7436         (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
7437         to 1 because hg returns status 1 when nothing is found.
7438         Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
7440 2009-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7442         * textmodes/fill.el: Convert to utf-8 encoding.
7443         (fill-french-nobreak-p): Remove redundant » and « inherited from our
7444         pre-unicode days.
7446         * add-log.el (change-log-fill-forward-paragraph): New function.
7447         (change-log-mode): Use it so fill-region DTRT.
7448         Set fill-indent-according-to-mode here rather than in
7449         change-log-fill-paragraph.
7450         (change-log-fill-paragraph): Remove.
7452 2009-09-22  Juanma Barranquero  <lekktu@gmail.com>
7454         * info.el (Info-try-follow-nearest-node): Use the URL extracted by
7455         `Info-get-token', instead of `browse-url-url-at-point'.  (Bug#4508)
7457 2009-09-22  Glenn Morris  <rgm@gnu.org>
7459         * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
7460         the scroll-bar scroll the calendar window rather than the buffer.
7462         * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
7463         commands that move point (as opposed to scrolling).
7465         * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
7467         * emacs-lisp/elint.el (elint): New custom group.
7468         (elint-log-buffer): Make it a defcustom.
7469         (elint-scan-preloaded, elint-ignored-warnings)
7470         (elint-directory-skip-re): New options.
7471         (elint-builtin-variables): Doc fix.
7472         (elint-preloaded-env): New variable.
7473         (elint-unknown-builtin-args): Add an entry for encode-time.
7474         (elint-extra-errors): Make it a variable rather than a constant.
7475         (elint-preloaded-skip-re): New constant.
7476         (elint-directory): Skip files matching elint-directory-skip-re.
7477         (elint-features): New variable, local to linted buffers.
7478         (elint-update-env): Initialize elint-features.  Possibly add
7479         elint-preloaded-env to the buffer's environment.
7480         (elint-get-top-forms): Bind elint-current-pos, for log messages.
7481         Skip quoted forms.
7482         (elint-init-form): New function, extracted from elint-init-env.
7483         Make non-list forms a warning rather than an error.
7484         Add the mode-map for define-derived-mode.  Handle define-minor-mode,
7485         easy-menu-define, put that adds an error-condition, and provide.
7486         When requiring cl, also require cl-macs.  Really require cl, to handle
7487         some cl macros.  Store required libraries in the list elint-features,
7488         so as not to re-load them.  Treat cc-require like require.
7489         (elint-init-env): Call elint-init-form to do the work.
7490         Handle eval-and-compile and such like.
7491         (elint-add-required-env): Do not clear messages.
7492         (elint-special-forms): Add handlers for function, defalias, if, when,
7493         unless, and, or.
7494         (elint-form): Add optional argument to ignore elint-special-forms,
7495         useful to prevent recursive calls from handlers.  Doc fix.
7496         Respect elint-ignored-warnings.
7497         (elint-form): Respect elint-ignored-warnings.
7498         (elint-bound-variable, elint-bound-function): New variables.
7499         (elint-unbound-variable): Respect elint-bound-variable.
7500         (elint-get-args): Respect elint-bound-function.
7501         (elint-check-cond-form): Add some simple handling for (f)boundp and
7502         featurep tests.
7503         (elint-check-defalias-form): New handler.
7504         (elint-check-let-form): Make an empty let a warning rather than an
7505         error.
7506         (elint-check-setq-form): Make an empty setq a warning rather than an
7507         error.  Respect elint-ignored-warnings.
7508         (elint-check-defvar-form): Accept null doc-strings.
7509         (elint-check-conditional-form): New handler.  Does some simple-minded
7510         checking of featurep and (f)boundp tests.
7511         (elint-put-function-args): New function.
7512         (elint-initialize): Use elint-scan-doc-file rather than
7513         elint-find-builtin-variables.  Use elint-put-function-args.
7514         Possibly scan preloaded-file-list.
7515         (elint-scan-doc-file): Rename from elint-find-builtin-variables and
7516         extend to handle functions as well.
7518 2009-09-22  Lennart Borgman  <lennart.borgman@gmail.com>
7520         * linum.el (linum-delete-overlays, linum-update-window):
7521         Do not modify the right margin.  (Bug#3971)
7523 2009-09-21  Chong Yidong  <cyd@stupidchicken.com>
7525         * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
7526         nxml-mode instead of xml-mode.
7528 2009-09-21  Kevin Ryde  <user42@zip.com.au>
7530         * net/dig.el: Add "Keywords: comm", as per net-utils.el.  (Bug#4501)
7532 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7534         * net/dig.el (dig-mode): Use define-derived-mode.
7536 2009-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
7538         * vc-dispatcher.el (vc-do-command): Return the process object in
7539         the asynchronous case.  Use when instead of if.  Do not run
7540         vc-exec-after to display a message if not enabled.  (Bug#4463)
7542         * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
7543         properties to the stash strings.
7544         (vc-git-stash-list): Return a list of strings.
7545         (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
7546         (vc-git-stash-show-at-point): New functions.
7547         (vc-git-stash-map): New keymap.
7549         * register.el (ctl-x-r-map): Define the keys here instead of
7550         using autoload.
7552 2009-09-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>  (tiny change)
7554         * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
7555         list, to workaround performance problem (bug#4485).
7557 2009-09-20  Nick Roberts  <nickrob@snap.net.nz>
7559         * progmodes/gud.el (gud-sentinel): Revert indavertant change.
7561 2009-09-20  Daiki Ueno  <ueno@unixuser.org>
7563         * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
7564         Document that this option is not recommended to use.
7566 2009-09-19  Glenn Morris  <rgm@gnu.org>
7568         * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
7569         variable `var'.
7571         * calc/calc-alg.el (var):
7572         * calc/calcalg2.el (var): Define for compiler.
7574 2009-09-19  Chong Yidong  <cyd@stupidchicken.com>
7576         * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
7577         Doc fix (Bug#3932).
7579         * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
7581         * time-stamp.el (time-stamp-month-dd-yyyy)
7582         (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
7583         (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
7584         (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
7585         (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
7586         Remove functions that have been obsolete since 1995 (Bug#4436).
7588         * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
7589         indent buffer only if called interactively (Bug#4452).
7591 2009-09-19  Juanma Barranquero  <lekktu@gmail.com>
7592             Eli Zaretskii  <eliz@gnu.org>
7594         This fixes bug#4197 (merged to bug#865, though not identical).
7595         * server.el (server-auth-dir): Add docstring note about FAT32.
7596         (server-ensure-safe-dir): Accept FAT32 directories as "safe",
7597         but warn against using them.
7599 2009-09-19  Nick Roberts  <nickrob@snap.net.nz>
7601         * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
7602         older GDB where there is no has_more field.
7604 2009-09-19  Glenn Morris  <rgm@gnu.org>
7606         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
7608 2009-09-18  Chong Yidong  <cyd@stupidchicken.com>
7610         * files.el (auto-mode-alist): Change default for XML files to nXML
7611         mode (Bug#4169).
7613 2009-09-18  Juanma Barranquero  <lekktu@gmail.com>
7615         * server.el (server-ensure-safe-dir): Pass 'integer
7616         to `file-attributes', as suggested.
7618 2009-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7620         * dired-aux.el (dired-query-alist): Remove spurious backslash.
7621         (dired-query): Use read-key.
7623 2009-09-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
7625         * cus-start.el (ns-use-qd-smoothing): Remove.
7627 2009-09-18  Glenn Morris  <rgm@gnu.org>
7629         * allout.el (top-level): Remove unnecessary progn.
7631         * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
7633         * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
7634         definition of abbrev table.
7636         * speedbar.el (speedbar-track-mouse):
7637         * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
7638         * net/eudc.el (eudc-expand-inline):
7639         * net/newst-backend.el (newsticker--cache-read-feed):
7640         * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
7641         condition-case handlers.
7643 2009-09-18  Nick Roberts  <nickrob@snap.net.nz>
7645         * progmodes/gdb-mi.el (gdb-frame-address): New variable.
7646         (gdb-var-list): Add an element for has_more field.
7647         (gdb-non-stop-handler): Enable pretty printing for STL containers.
7648         (gdb-var-create-handler, gdb-var-list-children-handler-1)
7649         (gdb-var-update-handler-1): Parse output of dynamic variable
7650         objects (STL containers).
7651         (gdb-var-delete-1): Pass var1 as an explicit second argument.
7652         (gdb-get-field): Delete alias.  Use bindat-get-field directly.
7654         * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
7655         gdb-var-list.
7656         (gud-speedbar-buttons): Make node expandable if expression "has more"
7657         children.
7659 2009-09-17  Juanma Barranquero  <lekktu@gmail.com>
7661         * startup.el (emacs-quick-startup): Remove variable and all uses.
7662         (command-line): Set `inhibit-x-resources' instead.
7663         (command-line-1): Use `inhibit-x-resources' instead.
7665 2009-09-17  Chong Yidong  <cyd@stupidchicken.com>
7667         * subr.el: Fix last change to avoid using the `unless' macro,
7668         which breaks bootstrapping.
7670 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7672         * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
7673         extended definitions, in case we reload subr.el after having
7674         loaded CL.
7675         (eval-next-after-load): Mark as obsolete.
7677 2009-09-17  Juri Linkov  <juri@jurta.org>
7679         * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
7680         (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
7681         (menu-bar-showhide-menu, menu-bar-tools-menu)
7682         (menu-bar-describe-menu, menu-bar-help-menu)
7683         (minibuffer-local-completion-map, minibuffer-local-map):
7684         Fix list quoting.
7686 2009-09-17  Glenn Morris  <rgm@gnu.org>
7688         * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
7689         arguments, whether or not it has a handler.
7691         * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
7693         * simple.el (hard-newline): Give it a doc-string.
7695         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
7696         (lisp-mode-syntax-table): Give them doc-strings.
7698 2009-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
7700         * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
7701         (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
7702         (menu-bar-options-menu, menu-bar-showhide-menu)
7703         (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
7704         (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
7705         (menu-bar-options-menu, menu-bar-line-wrapping-menu)
7706         (menu-bar-options-menu, menu-bar-tools-menu)
7707         (menu-bar-describe-menu, menu-bar-search-documentation-menu)
7708         (menu-bar-help-menu):
7709         (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
7710         string arguments.
7712         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
7713         (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
7714         calls for the menu names and :help.
7716 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7718         * mouse.el (minor-mode-menu-from-indicator): Pay attention
7719         to :minor-mode-function (bug#4455).
7721 2009-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7723         * startup.el (command-line): Initialize the window-system after
7724         processing the command-line.
7726         * textmodes/page.el (what-page): Make sure we don't inf-loop if
7727         page-delimiter matches the empty string.
7729 2009-09-16  Glenn Morris  <rgm@gnu.org>
7731         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
7732         byte-compile-not-obsolete-var.  It's a list now.
7733         (byte-compile-not-obsolete-funcs): New variable.
7734         (byte-compile-warn-obsolete): Don't warn about functions if they are in
7735         byte-compile-not-obsolete-funcs.
7736         (byte-compile-variable-ref, byte-compile-defvar): Update for
7737         byte-compile-not-obsolete-vars name-change and list nature.
7738         (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
7739         and variables behind (f)boundp tests.
7740         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
7742 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
7744         * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
7746 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7748         * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
7749         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
7750         Don't autoload.
7752 2009-09-15  Stephen Eglen  <stephen@gnu.org>
7754         * iswitchb.el (iswitchb-read-buffer): When selecting a match from
7755         the virtual-buffers, use the name of the buffer specified by
7756         find-file-noselect, as the match may be a symlink.  (This was a
7757         problem if the target and the symlink had different names.)
7759 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7761         * custom.el (custom-initialize-default, custom-initialize-set): CSE.
7763         * desktop.el (desktop-path): Check user-emacs-directory.
7765         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
7767         * loadup.el: Use after-load-functions to GC after loading each file.
7768         Remove the explicit GC calls that used to be sprinkled around.
7770         * subr.el (after-load-functions): New hook.
7771         (do-after-load-evaluation): Run it.  Use string-match-p to detect
7772         `obsolete' packages, rather than painfully extracting the relevant
7773         directory name.
7775 2009-09-15  Glenn Morris  <rgm@gnu.org>
7777         * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
7778         free variable `doc'.
7780         * dired.el (dired-mode-map): Add menu entry for async shell command.
7782         * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
7783         variables, also consider the .elc files, since the .el files are
7784         normally gzipped (subsequent code locates the .el.gz from the .elc).
7786         * calc/calc-prog.el (arglist): Define for compiler.
7788         * calendar/diary-lib.el (diary-display-function): Change the default to
7789         fancy display.
7790         (body): Define for compiler.
7792         * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
7793         (byte-compile-file-form, byte-compile-lambda)
7794         (byte-compile-top-level-body, byte-compile-form)
7795         (byte-compile-variable-ref, byte-compile-setq)
7796         (byte-compile-setq-default, byte-compile-body)
7797         (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
7798         (batch-byte-compile): Give some more local variables with common names
7799         a "bytecomp-" prefix to avoid masking warnings about free variables.
7801         * startup.el (command-line-1): Give local variables with common names a
7802         distinguishing prefix, so as not to hide free variable warnings during
7803         bootstrap.
7805         * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
7806         clever and add a suffix to make a unique name, just let the user decide
7807         whether or not to overwrite it.  If the input is a directory, write the
7808         default filename to that directory.  (Bug#4388)
7809         (rmail-mime-bulk-handler): Ensure the save button's 'directory property
7810         is a filename-as-a-directory.
7812 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7814         * textmodes/page.el (what-page): Don't move to beginning of line.
7815         See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
7817 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
7819         * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
7821 2009-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
7823         * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
7824         * help.el (help-for-help-internal): Add purecopy calls for text.
7826         * vc.el (top): print-log method now takes an optional SHORTLOG
7827         argument.  Add a new method: root.
7828         (vc-root-diff, vc-print-root-log): New functions.
7829         (vc-log-short-style): New variable.
7830         (vc-print-log-internal): Add support for showing short logs.
7832         * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
7833         vc-print-root-log and vc-print-root-diff.
7835         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
7836         * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
7837         * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
7838         short logs.
7840         * vc-cvs.el (vc-cvs-print-log):
7841         * vc-mtn.el (vc-mtn-print-log):
7842         * vc-rcs.el (vc-rcs-print-log):
7843         * vc-sccs.el (vc-sccs-print-log):
7844         * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
7845         that is ignored for now.
7847         * vc-mtn.el (vc-mtn-annotate-command):
7848         * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
7850 2009-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7852         * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
7853         to function-key-map, and give them ascii-character property.
7854         * term/x-win.el (x-alternatives-map):
7855         * term/ns-win.el (ns-alternatives-map):
7856         * term/internal.el (msdos-key-remapping-map):
7857         * w32-fns.el (x-alternatives-map): Remove redundant mappings.
7859 2009-09-14  Glenn Morris  <rgm@gnu.org>
7861         * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
7862         temp-buffers (2009-09-12).
7864 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7866         * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
7867         the new read-key function.
7869 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
7871         * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
7872         is defined (Bug#4405).
7874 2009-09-13  Vincent Belaïche  <vincent.belaiche@gmail.com>
7876         * recentf.el (recentf-cleanup): Use a hash table to find
7877         duplicates (Bug#4407).
7879 2009-09-13  Per Starbäck  <per@starback.se>  (tiny change)
7881         * textmodes/ispell.el (ispell-command-loop): Convert keys such as
7882         kp-0 to ascii equivalents (Bug#4325).
7884 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
7886         * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
7888         * eshell/em-hist.el:
7889         * eshell/em-dirs.el (eshell-complete-user-reference):
7890         Declare pcomplete functions and variables to avoid compiler warnings.
7892 2009-09-13  Leo  <sdl.web@gmail.com>  (tiny change)
7894         * eshell/em-script.el (eshell-login-script, eshell-rc-script):
7895         * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
7896         * eshell/em-alias.el (eshell-aliases-file):
7897         * eshell/em-hist.el (eshell-history-file-name):
7898         Use expand-file-name instead of concat to make file names (Bug#4308).
7900 2009-09-13  Glenn Morris  <rgm@gnu.org>
7902         * ediff-merg.el (ediff-do-merge):
7903         * filesets.el (filesets-run-cmd):
7904         * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
7905         (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
7906         (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
7907         (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
7908         (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
7909         Replace empty `let's with `progn'.
7911 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7913         * mail/sendmail.el (send-mail-function):
7914         * tooltip.el (tooltip-mode):
7915         * simple.el (transient-mark-mode):
7916         * rfn-eshadow.el (file-name-shadow-mode):
7917         * frame.el (blink-cursor-mode):
7918         * font-core.el (global-font-lock-mode):
7919         * files.el (temporary-file-directory)
7920         (small-temporary-file-directory, auto-save-file-name-transforms):
7921         * epa-hook.el (auto-encryption-mode):
7922         * composite.el (global-auto-composition-mode):
7923         Use custom-initialize-delay.
7924         * startup.el (command-line): Don't explicitly call
7925         custom-reevaluate-setting for all the above vars.
7926         * custom.el (custom-initialize-safe-set)
7927         (custom-initialize-safe-default): Delete.
7929 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7931         * term/x-win.el (x-initialize-window-system):
7932         * term/w32-win.el (w32-initialize-window-system):
7933         * term/ns-win.el (ns-initialize-window-system): Don't call
7934         mouse-wheel-mode since it's enabled globally by default already.
7936         * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
7937         actually define the variable, but only silences the byte-compiler.
7938         (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
7939         before looking it up.
7940         (mouse-wheel-scroll-amount): Also reset the bindings if this value
7941         is changed.
7943 2009-09-12  Glenn Morris  <rgm@gnu.org>
7945         * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
7946         1000.
7947         (elint-add-required-env): Don't beep on error.
7948         (elint-forms): In case of error, return ENV unchanged.
7949         (elint-init-env): Skip non-list forms.
7950         (elint-log): Handle unknown file positions.
7952 2009-09-12  Daiki Ueno  <ueno@unixuser.org>
7954         * epg.el (epg-make-context): Add autoload cookie.
7955         (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
7956         (epg-decrypt-string, epg-start-verify, epg-verify-file)
7957         (epg-verify-string, epg-start-sign, epg-sign-file)
7958         (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
7959         (epg-encrypt-string, epg-start-export-keys)
7960         (epg-export-keys-to-file, epg-export-keys-to-string)
7961         (epg-start-import-keys, epg-import-keys-from-file)
7962         (epg-import-keys-from-string, epg-start-receive-keys)
7963         (epg-receive-keys, epg-import-keys-from-server)
7964         (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
7965         (epg-sign-keys, epg-start-generate-key)
7966         (epg-generate-key-from-file, epg-generate-key-from-string):
7967         Remove autoload cookie.
7969 2009-09-12  Eli Zaretskii  <eliz@gnu.org>
7971         * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
7972         reevaluation of trash-directory.
7974         * mwheel.el: Fix last change.
7975         (mouse-wheel-mode): New defvar.
7976         (mouse-wheel-mode): Remove autoload cookie.
7978 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7980         * mwheel.el (mwheel-installed-bindings): New var.
7981         (mouse-wheel-mode): Use it, so as to make sure we really remove all
7982         the bindings we set last time.  Use custom-initialize-delay.
7983         * loadup.el: Load mwheel after term/*-win.el.
7984         * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
7985         and mouse-wheel-up-event now that their first evaluation is done
7986         sufficiently late to be correct.
7988         * startup.el (tutorial-directory): Make it a defcustom.
7989         Use custom-initialize-delay rather than eval-at-startup to set it.
7990         * image.el (image-load-path): Make it a defcustom.
7991         Use custom-initialize-delay rather than eval-at-startup to set it.
7992         * subr.el (eval-at-startup): Remove.
7993         * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
7995         * subr.el (do-after-load-evaluation): Warn the user after loading an
7996         obsolete package.
7998 2009-09-12  Glenn Morris  <rgm@gnu.org>
8000         * proced.el (proced-mark-alt): Remove alias.
8001         (proced-mode-map): Remove proced-mark-alt.
8003         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
8004         Elint file and directory.  Remove initialization entry.
8006         * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
8007         commands.
8008         (elint-current-buffer): Set mode-line-process.
8009         (elint-init-env): Handle define-derived-mode.
8010         Fix declare-function with unspecified arglist.  Guard against odd
8011         defalias statements (eg iso-insert's 8859-1-map).
8012         (elint-add-required-env): Use a temp buffer.
8013         (elint-form): Just print the function/macro name, not the whole form.
8014         Return env unchanged if we fail to parse a macro.
8015         (elint-forms): Guard against parse errors.
8016         (elint-output): New function, to handle batch mode.
8017         (elint-log-message): Add optional argument.  Use elint-output.
8018         (elint-set-mode-line): New function.
8020 2009-09-12  Andreas Politz  <politza@fh-trier.de>  (tiny change)
8022         * emacs-lisp/elp.el (elp-not-profilable): Add more
8023         functions (Bug#4233).
8025 2009-09-12  Chong Yidong  <cyd@stupidchicken.com>
8027         * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
8028         (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
8030 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
8032         * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
8033         (gdb-var-list-children): Use json parsing.
8035 2009-09-11  Daniel Colascione  <dan.colascione@gmail.com>
8037         * progmodes/js.el (js--proper-indentation): Handle the case where
8038         char-before is null.  Reported by Deniz Dogan.
8040 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
8042         * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
8044 2009-09-11  Daiki Ueno  <ueno@unixuser.org>
8046         * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
8047         (epg-digest-algorithm-alist): Add SHA224.
8048         (epg-context-set-passphrase-callback)
8049         (epg-context-set-progress-callback): Add description about
8050         callback function.
8052 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8054         * custom.el (custom-delayed-init-variables): New var.
8055         (custom-initialize-delay): New function.
8056         * startup.el (command-line): "Re"evaluate all vars in
8057         custom-delayed-init-variables.  Don't reevaluate abbrev-file-name
8058         explicitly any more.
8059         * abbrev.el (abbrev-file-name): Use custom-initialize-delay
8060         to avoid creating a ~/.emacs.d at build-time (bug#4347).
8062         * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
8064 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
8066         * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
8067         (gdb-var-update-handler): Use json parsing.
8069 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
8071         * vc-annotate.el (vc-annotate): Use the main file's coding-system to
8072         decode annotated text, regardless of language environment.  (Bug#2741)
8074 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8076         * Makefile.in (autoloads): Make rmail.el writable as well.
8078 2009-09-11  Glenn Morris  <rgm@gnu.org>
8080         * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
8081         loaddefs.el.
8082         * dired.el: Regenerate with extracted autoloads.
8083         * Makefile.in (autoloads): Make dired.el writable.
8085         * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
8086         * ibuffer.el: Regenerate with extracted autoloads.
8087         * Makefile.in (autoloads): Make ibuffer.el writable.
8089         * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
8090         * version.el (emacs-copyright, emacs-major-version)
8091         (emacs-minor-version): Reformat doc-strings for make-docfile.
8093         * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
8094         functions and variables, since they must be stuff specific to some other
8095         platform.
8096         (apropos-print): Make mouse-click message less specific about button.
8098         * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
8099         that records where a macro was defined.
8100         * help-fns.el (describe-function-1): Mention if a function has a
8101         compiler-macro.
8102         * help-mode.el (help-function-cmacro): New button.
8104         * locate.el (top-level): Always require dired.
8105         (locate-mode-map): Initialize inside the defvar.
8107         * net/ange-ftp.el (dired-compress-file): Declare.
8108         (ange-ftp-dired-compress-file): Add doc string.
8110         * term/ns-win.el (x-display-name, x-setup-function-keys):
8111         Unify doc-strings with X versions.
8113 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8115         * emulation/crisp.el (crisp-mode-map): Move initialization
8116         into declaration.
8117         (crisp-mode): Use define-minor-mode.
8119         * progmodes/xscheme.el (xscheme-evaluation-commands):
8120         Put a :advertised-binding property rather than using
8121         advertised-xscheme-send-previous-expression.
8122         (advertised-xscheme-send-previous-expression): Declare obsolete.
8123         * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
8124         `advertised-undo'.
8125         (crisp-mode): Add corresponding bindings to
8126         undo's :advertised-binding instead.
8127         * dired.el (dired-mode-map): Put a :advertised-binding property rather
8128         than using dired-advertised-find-file.
8129         (dired-advertised-find-file):
8130         * simple.el (advertised-undo):
8131         * wid-edit.el (advertised-widget-backward): Declare obsolete.
8132         (widget-keymap): Put a :advertised-binding property rather
8133         than using advertised-widget-backward.
8134         * bindings.el (ctl-x-map): Put a :advertised-binding property rather
8135         than using advertised-undo.
8136         * tutorial.el (tutorial--default-keys): Adjust accordingly.
8138 2009-09-10  Simon South  <ssouth@slowcomputing.org>
8140         * progmodes/delphi.el (delphi-tab): Indent region when Transient
8141         Mark mode is enabled and region is active; otherwise indent or
8142         insert TAB as usual.
8143         (delphi-mode): Update description of TAB-key binding.
8145 2009-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8147         * subr.el (define-key-rebound-commands): Mark obsolete.
8148         * startup.el (precompute-menubar-bindings): Remove.
8149         (normal-top-level): Remove obsolete code that tried to precompute
8150         menubar bindings.
8151         * loadup.el (define-key-rebound-commands): Don't bother fiddling with
8152         define-key-rebound-commands and precompute-menubar-bindings.
8154 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
8156         * net/imap.el (imap-interactive-login): Better messages.
8157         (imap-open): Fix bug with renamed buffer on reconnect.
8158         (imap-authenticate): Add buffer-local imap-last-authenticator variable
8159         for easier debugging and cleaner code.  On successful (guessed based on
8160         server capabilities) secondary authentication, set imap-state
8161         correctly.
8162         (imap-last-authenticator): Define imap-last-authenticator as a variable
8163         to avoid warnings.
8165 2009-09-10  Glenn Morris  <rgm@gnu.org>
8167         * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
8169         * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
8170         (byte-compile-file-form-autoload): Don't warn about unknown functions
8171         where the autoload statement comes after the use.
8172         (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
8173         that any handlers inside the body (eg require) are in turn respected.
8175         * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
8176         effects.
8178         * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
8179         and syntax and abbrev tables basic docs, if they don't have any.
8181         * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
8183         * international/mule-cmds.el (top-level): Require cl when compiling.
8184         (view-hello-file): Use default-value rather than
8185         default-enable-multibyte-characters.
8187         * progmodes/fortran.el: Move all safe and risky properties into the
8188         defcustoms.
8190         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
8191         * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
8192         * mail/undigest.el:
8193         Put autoloads in rmail.el rather than loaddefs.el.
8194         * mail/rmail.el: Regenerate with extracted autoloads.
8196         * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
8197         * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
8199 2009-09-10  Nick Roberts  <nickrob@snap.net.nz>
8201         Reported in thread for Bug#4375.
8202         * progmodes/gud.el (gud-tooltip-print-command): Use MI command
8203         "-data-evaluate-expression" instead of print.
8204         * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
8205         (gdb-tooltip-print): Parse output from above MI command.
8206         (gdb): Revert 2009-08-11 change.  User should detach inferior
8207         manually.
8209         Remove the word "separate" from IO functions as inferior
8210         output is now never displayed in the GUD buffer.
8212 2009-09-10  Juanma Barranquero  <lekktu@gmail.com>
8214         * startup.el (command-line-normalize-file-name): On Windows and
8215         MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
8217 2009-09-10  Juri Linkov  <juri@jurta.org>
8219         * isearch.el (isearch-text-char-description): Propertize escape
8220         character sequences with the `escape-glyph' face.  (Bug#4344)
8222         * simple.el (shell-command): Set asynchronous process filter to
8223         `comint-output-filter'.  (Bug#4343)
8225         * progmodes/grep.el (grep-template): Add "<X>" to docstring.
8226         (grep-files-aliases): Add "all".  Move "el" and "ch" to the top of
8227         the list.  Move "asm" to the bottom.
8228         (grep-find-ignored-directories): Add `choice' with nil value
8229         to empty the list easily.
8230         (grep-find-ignored-files): New option.
8231         (grep-files-history): Set to nil by default instead of '("ch" "el").
8232         (grep-compute-defaults): Add "<X>" to `grep-template'.
8233         (grep-read-files): Bind new local variables `default-alias' and
8234         `default-extension'.  Use a list of default values for the file prompt.
8235         (lgrep): Add `--exclude=' command line options composed from
8236         `grep-find-ignored-files'.
8237         (rgrep): Add `-name' command line options composed from
8238         `grep-find-ignored-files'.  (Bug#4301)
8240 2009-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8242         * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
8243         (bug#4368).
8245 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8247         * calendar/time-date.el (autoload):
8248         Expand define-obsolete-function-alias into defalias and make-obsolete
8249         for old Emacsen that Gnus supports.
8250         (with-no-warnings): Define it for old Emacsen.
8251         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
8252         is available.
8253         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
8254         float-time is available; suppress compile warning for time-to-seconds.
8256 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
8258         * net/imap.el (imap-message-map): Docstring fix.
8260 2009-09-09  Glenn Morris  <rgm@gnu.org>
8262         * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
8263         line numbers too.  (Bug#4374)
8265 2009-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8267         * smerge-mode.el (smerge-remove-props, smerge-refine):
8268         Use with-silent-modifications (bug#4342).
8270         * subr.el (with-silent-modifications): New macro.
8272 2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
8274         * files.el (top-level): Require `cl' when compiling.
8276 2009-09-07  Glenn Morris  <rgm@gnu.org>
8278         * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
8280         * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
8281         (proced-mark-alt): New alias, to control the advertised key.  (Bug#4362)
8283 2009-09-06  Nick Roberts  <nickrob@snap.net.nz>
8285         * vc-git.el (vc-git-annotate-command): Use separator to parse
8286         arguments correctly.
8288 2009-09-06  Eli Zaretskii  <eliz@gnu.org>
8290         * proced.el (proced-mode): Doc fix.
8292 2009-09-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
8294         * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
8295         lstat fails.
8296         (tramp-do-file-attributes-with-ls): Check for file existence at
8297         remote end.
8298         (tramp-do-file-attributes-with-stat): Likewise.
8299         (tramp-convert-file-attributes): Return nil when attr is nil.
8301 2009-09-05  Glenn Morris  <rgm@gnu.org>
8303         * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
8304         properties to this button.
8305         (diary-fancy-display): Don't extend the button to the final newline.
8306         (diary-fancy-display-mode): Continue to define "q" as a local key.
8308         * calendar/cal-china.el (holiday-chinese): Make it slightly more
8309         efficient.
8311         * font-lock.el (lisp-font-lock-keywords-2): Add letf.
8313         * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
8314         (byte-compile-dest-file-function): New option.
8315         (byte-compile-dest-file): Doc fix.
8316         Obey byte-compile-dest-file-function.
8317         (byte-compile-cl-file-p): New function.
8318         (byte-compile-eval): Only suppress noruntime warnings about cl functions
8319         if the cl-functions warning is enabled.  Use byte-compile-cl-file-p.
8320         (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
8321         than for file being previously loaded.
8322         (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
8323         (byte-compile-file-form-require): Handle the case where requiring a file
8324         indirectly causes CL to be loaded.
8326 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
8328         * files.el (find-alternate-file): Run `kill-buffer-hook' manually
8329         before killing the old buffer, since by the time `kill-buffer' is
8330         run so many buffer variables have been set to nil that it may not
8331         behave as expected.  (Bug#4061)
8333 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
8335         * files.el (find-alternate-file): If the old buffer is modified
8336         and visiting a file, behave similarly to `kill-buffer' when
8337         killing it, thus reverting to the pre-1.878 behavior; see
8338         http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
8339         for discussion.  Also, consult `buffer-file-name' as a variable
8340         not as a function, for consistency with the rest of the code.
8342 2009-09-04  Michael Albinus  <michael.albinus@gmx.de>
8344         * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
8345         also when adding a new directory.
8347         * net/tramp-compat.el (tramp-compat-line-beginning-position): New
8348         defun.
8350 2009-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8352         * files.el (locate-file-completion-table): Make it provide boundary
8353         information, so partial-completion works better.
8355 2009-09-04  Leo  <sdl.web@gmail.com>  (tiny change)
8357         * mail/footnote.el (Footnote-text-under-cursor):
8358         Check footnote-text-marker-alist before using it (bug#4324).
8360 2009-09-04  Glenn Morris  <rgm@gnu.org>
8362         * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
8363         * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
8364         * play/solitaire.el, play/tetris.el:
8365         Remove leading * from defcustom and defface docs.
8367         * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
8368         necessary.
8369         (diary-fancy-overriding-map): New variable.
8370         (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
8371         Use view-mode.
8373         * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
8374         goto-line.
8376 2009-09-03  Glenn Morris  <rgm@gnu.org>
8378         * arc-mode.el (archive-mode):
8379         * dos-fns.el (set-default-process-coding-system):
8380         * man.el (Man-getpage-in-background):
8381         * menu-bar.el (menu-bar-describe-menu):
8382         * server.el (server-process-filter):
8383         * startup.el (command-line):
8384         * tar-mode.el (tar-header-block-tokenize, tar-extract):
8385         * w32-fns.el (set-default-process-coding-system):
8386         * x-dnd.el (x-dnd-handle-file-name):
8387         * international/mule-cmds.el (mule-menu-keymap)
8388         (set-default-coding-systems, language-info-alist, set-language-info)
8389         (set-language-environment, standard-display-european-internal)
8390         (set-locale-environment):
8391         * international/mule-diag.el (mule-diag):
8392         * mail/emacsbug.el (report-emacs-bug):
8393         * mail/rmail.el (rmail-mode):
8394         * mail/sendmail.el (mail-setup):
8395         Use default-value rather than default-enable-multibyte-characters.
8397         * progmodes/f90.el: Move all safe properties into the defcustoms.
8398         (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
8400         * calendar/appt.el (appt-check):
8401         * calendar/diary-lib.el (diary-set-header, diary-live-p)
8402         (diary-check-diary-file, diary-list-entries)
8403         (diary-include-other-diary-files, diary-simple-display)
8404         (diary-fancy-display, diary-print-entries)
8405         (diary-mark-included-diary-files, diary-make-entry):
8406         Don't call substitute-in-file-name on diary-file.
8408 2009-09-03  Eduard Wiebe  <usenet@pusto.de>
8409             Stefan Monnier  <monnier@iro.umontreal.ca>
8411         * mail/footnote.el (footnote-prefix): Make it a defcustom.
8412         (footnote-mode-map): Move initialization into the declaration.
8413         (footnote-minor-mode-map): Define it rather than changing global-map.
8414         (footnote-mode): Use define-minor-mode.
8416 2009-09-02  Michael Albinus  <michael.albinus@gmx.de>
8418         * net/tramp.el (tramp-handle-file-attributes-with-ls)
8419         (tramp-do-file-attributes-with-perl)
8420         (tramp-do-file-attributes-with-stat): Rename from
8421         `tramp-handle-file-attributes-with-*'.
8422         (tramp-handle-file-attributes): Use them.
8423         (tramp-do-directory-files-and-attributes-with-perl)
8424         (tramp-do-directory-files-and-attributes-with-stat): Rename from
8425         `tramp-handle-directory-files-and-attributes-with-*'.
8426         (tramp-handle-directory-files-and-attributes): Use them.
8427         (tramp-method-out-of-band-p): Additional parameter SIZE.
8428         (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
8429         (tramp-handle-write-region): Use it.
8430         (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
8431         (tramp-handle-vc-registered): Check, whether the first run did
8432         return files to be tested.
8433         (tramp-advice-make-auto-save-file-name): Do not call directly
8434         `tramp-handle-make-auto-save-file-name', because this would bypass
8435         the locking mechanism.
8437         * net/tramp-compat.el (top): Autoload used functions from tramp.el.
8438         (file-remote-p, process-file, start-file-process, set-file-times)
8439         (tramp-compat-file-attributes): Compatibility functions shall not
8440         call directly `tramp-handle-*', because this would bypass the
8441         locking mechanism.
8442         (tramp-compat-number-sequence): New defun.
8444 2009-09-02  Glenn Morris  <rgm@gnu.org>
8446         * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
8447         alias for float-time.
8448         (time-to-number-of-days): In Emacs, use float-time.
8449         * net/newst-backend.el (time-add): Suppress warnings from compat
8450         function.
8451         * time.el (emacs-uptime, emacs-init-time):
8452         * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
8453         Use float-time rather than time-to-seconds.
8455         * minibuffer.el (completion-initials-expand): Fix typo.
8457         * faces.el (modeline, modeline-inactive, modeline-highlight)
8458         (modeline-buffer-id):
8459         * info.el (info-menu-5): Mark these face aliases as obsolete.
8461 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
8463         * progmodes/gdb-mi.el (gdb-current-context-command): Move the
8464         space ...
8465         (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
8466         no "--thread" option.
8467         (gdb-stopped): Don't print "Switched to thread" message when it is
8468         unchanged.
8470 2009-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8472         * minibuffer.el (completion-try-completion)
8473         (completion-all-completions): Remove ill-defined (and
8474         mistakenly installed and luckily never used nor documented)
8475         `completion-styles' property.
8476         (completion-initials-expand, completion-initials-all-completions)
8477         (completion-initials-try-completion): New functions.
8478         (completion-styles-alist): Add doc to each entry.
8479         Add new `initials' entry.
8481 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
8483         * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
8484         MI command -var-evaluate-expression.
8485         (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
8486         and tweak for case of string child.
8487         (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
8489 2009-09-01  Glenn Morris  <rgm@gnu.org>
8491         * add-log.el (change-log-date-face, change-log-name-face)
8492         (change-log-email-face, change-log-file-face, change-log-list-face)
8493         (change-log-conditionals-face, change-log-function-face)
8494         (change-log-acknowledgement-face):
8495         * cus-edit.el (custom-invalid-face, custom-rogue-face)
8496         (custom-modified-face, custom-set-face, custom-changed-face)
8497         (custom-saved-face, custom-button-face, custom-button-pressed-face)
8498         (custom-documentation-face, custom-state-face, custom-comment-face)
8499         (custom-comment-tag-face, custom-variable-tag-face)
8500         (custom-variable-button-face, custom-face-tag-face)
8501         (custom-group-tag-face-1, custom-group-tag-face):
8502         * diff-mode.el (diff-header-face, diff-file-header-face)
8503         (diff-index-face, diff-hunk-header-face, diff-removed-face)
8504         (diff-added-face, diff-changed-face, diff-function-face)
8505         (diff-context-face, diff-nonexistent-face):
8506         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
8507         * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
8508         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
8509         (Info-title-4-face):
8510         * isearch.el (isearch-lazy-highlight-face):
8511         * log-view.el (log-view-file-face, log-view-message-face):
8512         * paren.el (show-paren-match-face, show-paren-mismatch-face):
8513         * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
8514         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
8515         (cvs-msg-face):
8516         * smerge-mode.el (smerge-mine-face, smerge-other-face)
8517         (smerge-base-face, smerge-markers-face):
8518         * wid-edit.el (widget-documentation-face, widget-button-face)
8519         (widget-field-face, widget-single-line-field-face)
8520         (widget-inactive-face, widget-button-pressed-face):
8521         * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
8522         (woman-addition-face):
8523         * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
8524         (eshell-ls-executable-face, eshell-ls-readonly-face)
8525         (eshell-ls-unreadable-face, eshell-ls-special-face)
8526         (eshell-ls-missing-face, eshell-ls-archive-face)
8527         (eshell-ls-backup-face, eshell-ls-product-face)
8528         (eshell-ls-clutter-face):
8529         * eshell/em-prompt.el (eshell-prompt-face):
8530         * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
8531         * obsolete/old-whitespace.el (whitespace-highlight-face):
8532         * progmodes/antlr-mode.el (antlr-font-lock-default-face)
8533         (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
8534         (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
8535         (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
8536         (antlr-font-lock-literal-face):
8537         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
8538         (ebrowse-root-class-face, ebrowse-file-name-face)
8539         (ebrowse-default-face, ebrowse-member-attribute-face)
8540         (ebrowse-member-class-face, ebrowse-progress-face):
8541         * progmodes/make-mode.el (makefile-space-face):
8542         * progmodes/sh-script.el (sh-heredoc-face):
8543         * textmodes/flyspell.el (flyspell-incorrect-face)
8544         (flyspell-duplicate-face):
8545         * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
8546         * textmodes/texinfo.el (texinfo-heading-face):
8547         Mark face aliases with "-face" suffix as obsolete.
8549         * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
8550         compiler.
8552         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
8553         (eudc-bob-sound-menu): Use defvar rather than defconst, since
8554         easy-menu-define wants to modify these.
8556         * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
8558         * net/browse-url.el (browse-url-file-url):
8559         * term/internal.el (dos-codepage-setup):
8560         Use default-value rather than default-enable-multibyte-characters.
8562         * progmodes/etags.el (etags-goto-tag-location):
8563         * progmodes/flymake.el (flymake-highlight-line)
8564         (flymake-goto-file-and-line, flymake-goto-line):
8565         * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
8566         (gdb-goto-breakpoint):
8567         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
8568         * progmodes/python.el (python-find-function)
8569         (python-pdbtrack-track-stack-file):
8570         * progmodes/verilog-mode.el (verilog-surelint-off):
8571         * term/ns-win.el (ns-open-file-select-line):
8572         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
8573         Use forward-line rather than goto-line.
8575         * textmodes/reftex-cite.el (reftex-offer-bib-menu):
8576         * textmodes/reftex-index.el (reftex-display-index):
8577         * textmodes/reftex-ref.el (reftex-offer-label-menu):
8578         * textmodes/reftex-toc.el (reftex-toc):
8579         Remove unnecessary bindings of default-major-mode (all are followed by
8580         major-mode check and possible mode switch).
8582 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
8584         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
8585         Handle watchpoints (bug#4282).
8586         (def-gdb-thread-buffer-command): Enable thread to be selected by
8587         clicking without selecting threads buffer first.
8588         (gdb-current-context-command): Use selected frame so that "up",
8589         "down" etc work in the GUD buffer.
8590         (gdb-update): Find selected frame before rendering stack buffer.
8591         (gdb-frame-handler): Set gdb-frame-number for stack buffer.
8593 2009-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
8595         * progmodes/sym-comp.el (displayed-completions): Remove.
8596         (symbol-complete): Use minibuffer-complete.
8598 2009-08-31  Glenn Morris  <rgm@gnu.org>
8600         * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
8602         * apropos.el (apropos-symbols-internal):
8603         Handle (obsolete) face aliases.
8605         * faces.el (describe-face): Adjust the output format to be more like
8606         describe-variable, and to mention (obsolete) face aliases.
8607         Adjust the whitespace so that help-setup-xref works.
8609         * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
8610         * calendar/diary-lib.el (diary-button-face):
8611         Mark these face aliases as obsolete.
8613         * calendar/calendar.el (calendar-today): Doc fix.
8615 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
8617         * progmodes/gdb-mi.el (gdb-control-all-threads)
8618         (gdb-control-current-thread): Force tool bar update.
8619         (gdb-non-stop-handler): New function.
8620         (gdb-init-1): Use it to test if non-stop mode is supported.
8621         Remove unused gdbmi buffer type.
8623 2009-08-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
8625         * progmodes/grep.el (grep-read-files): Strip trailing <N> from
8626         buffer names not visiting a file (e.g. cloned buffers).  (Bug#4210)
8628 2009-08-30  Nick Roberts  <nickrob@snap.net.nz>
8630         * comint.el (comint-exec-1): Check command is non-null first.
8631         Part of gdb-mi.el change (2009-08-28).
8633 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8635         * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
8637 2009-08-30  Juanma Barranquero  <lekktu@gmail.com>
8639         * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
8640         instead of `dolist' to avoid a recursive require when bootstrapping.
8642 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8644         * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
8646         * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
8648         * net/imap.el (imap-send-command): Simplify.
8649         (imap-wait-for-tag): point-max -> buffer-size.
8651         * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
8653         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
8654         with constant argument.
8656         * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
8658         * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
8660         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
8661         Change default, since most of our files don't have a history.
8662         (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
8663         the user.
8665         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8666         Add comint-run.
8668         * calc/calc.el: Improve commenting convention.
8669         (calc-digit-map, toplevel): Simplify.
8671         * comint.el (comint-insert-input): Be careful to only set point if we
8672         don't delegate to some other command.
8674         * proced.el (proced-signal-list): Make it an alist.
8675         (proced-grammar-alist): Capitalize names.
8676         (proced-send-signal): Use a non-hidden buffer (since it's displayed).
8677         Disable undo manually and make it read-only.
8678         Use completion-annotate-function.
8680         * minibuffer.el (minibuffer-message): If the current buffer is not
8681         a minibuffer, insert the message in the echo area rather than at the
8682         end of the buffer.
8683         (completion-annotate-function): New variable.
8684         (minibuffer-completion-help): Use it.
8685         (completion--embedded-envvar-table): Environment vars are
8686         always case-sensitive.
8688 2009-08-30  Glenn Morris  <rgm@gnu.org>
8690         * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
8691         from fortran-current-defun.
8692         (fortran-beginning-of-subprogram): Be more precise about finding the
8693         start, to avoid an infinite loop in end-of-defun.  (Bug#4259)
8694         (fortran-end-of-subprogram): Simplify.
8695         (fortran-current-defun): Use fortran-start-prog-re.
8697 2009-08-29  Juanma Barranquero  <lekktu@gmail.com>
8699         * subr.el (do-after-load-evaluation): Simplify.
8701 2009-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
8703         * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
8705         * vc-rcs.el (vc-rcs-print-log-cleanup): ... here.  New function.
8706         (vc-rcs-print-log): Use it.
8708         * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
8710 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8712         * paths.el (abbrev-file-name): Move to abbrev.el.
8713         * abbrev.el (abbrev-file-name): Move from paths.el.
8714         Obey user-emacs-directory.
8715         * calc/calc.el (calc-settings-file): Don't autoload and instead obey
8716         user-emacs-directory.
8717         * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
8718         abbrev-file-name and calc-settings-file any more.
8719         * startup.el (command-line): Recompute abbrev-file-name and
8720         abbreviated-home-dir.
8721         (normal-no-mouse-startup-screen): Improve the generic code and get rid
8722         of the special code for when C-h bindings haven't been changed.
8723         (display-startup-echo-area-message): Use with-current-buffer.
8724         (command-line-1): Use a list of strings, rather than a list of lists
8725         of strings for longopts.
8727         * files.el (get-free-disk-space): Use / for default-directory.
8729         * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
8730         Use with-current-buffer.
8732         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
8733         Recognize immutable variables like most-positive-fixnum.
8734         (byte-compile-setq-default): Check and warn if trying to assign
8735         to an immutable variable, or a non-variable.
8737         * progmodes/cc-vars.el (c-comment-continuation-stars):
8738         * progmodes/cc-engine.el (c-looking-at-bos):
8739         * progmodes/cc-cmds.el (c-toggle-auto-state)
8740         (c-forward-into-nomenclature, c-backward-into-nomenclature)
8741         (c-comment-line-break-function): Add version of obsolescence.
8743 2009-08-28  Juri Linkov  <juri@jurta.org>
8745         * files.el (magic-fallback-mode-alist): Add ZIP magic number
8746         associated with `archive-mode'.
8748         * image.el (image-type-header-regexps): Use only JPEG magic number
8749         to determine JPEG images, and don't use `image-jpeg-p' because
8750         Emacs can display non-JFIF non-Exif JPEG images.
8752 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
8754         * arc-mode.el (archive-mode):
8755         * emacs-lisp/re-builder.el (re-builder-unload-function):
8756         Protect against the default value of `major-mode' being nil.
8758 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
8760         * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
8761         Fix typos in docstrings.
8763         * progmodes/js.el (js--macro-decl-re): Doc fix.
8764         (js--plain-method-re, js--split-name): Refloc docstring.
8765         (js--class-styles, js--make-merged-item, js--splice-into-items):
8766         Fix typos in docstrings; reflow docstrings.
8767         (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
8768         (js--variable-decl-matcher, js--inside-pitem-p)
8769         (js--parse-state-at-point, js--get-all-known-symbols)
8770         (js--symbol-history, js-find-symbol, js--js-references)
8771         (js--moz-interactor, js--js-encode-value, js--read-tab):
8772         Fix typos in docstrings.
8774 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8776         * textmodes/reftex.el (reftex-get-file-buffer-force):
8777         * progmodes/verilog-mode.el (verilog-batch-execute-func):
8778         * emulation/viper.el (viper-go-away, viper-set-hooks):
8779         * emacs-lisp/re-builder.el (re-builder-unload-function):
8780         * emacs-lisp/bytecomp.el (byte-compile-file):
8781         * ses.el (ses-unload-function):
8782         * hexl.el (hexl-find-file):
8783         * files.el (normal-mode):
8784         * ehelp.el (with-electric-help):
8785         * autoinsert.el (auto-insert-alist):
8786         * arc-mode.el (archive-mode):
8787         Use (default-value 'major-mode) instead of default-major-mode.
8789         * textmodes/ispell.el (ispell-check-version, ispell-send-string):
8790         * international/mule.el (load-with-code-conversion):
8791         * emacs-lisp/debug.el (debug):
8792         * ediff-vers.el (ediff-rcs-get-output-buffer):
8793         * dired.el (dired-internal-noselect): Don't let-bind
8794         default-major-mode around code that doesn't use it.
8795         E.g. buffer creation via get-buffer-create doesn't use it.
8797 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
8799         * net/tramp.el (all): Replace "'(lambda" by "(lambda".
8800         (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
8801         when writing the temp file.  Otherwise, epa-file gets confused.
8802         (tramp-register-file-name-handlers): Make it a defun.  Move also
8803         `epa-file-handler' to the front of `file-name-handler-alist'.
8805 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8807         * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
8808         start right after a ^M.
8809         (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
8810         (tramp-completion-file-name-regexp-separate)
8811         (tramp-completion-file-name-regexp-url): Use \\` and \\'.
8812         (tramp-handle-file-attributes, tramp-set-file-uid-gid):
8813         Don't modify last-coding-system-used by accident.
8814         (tramp-completion-file-name-handler): Apply the checks here,
8815         instead during registration.
8816         (tramp-register-file-name-handlers): Renamed from
8817         `tramp-register-file-name-handler'.  Register both
8818         `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
8819         (tramp-register-completion-file-name-handler): Remove.  (Bug#4260)
8821 2009-08-28  Nick Roberts  <nickrob@snap.net.nz>
8823         * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
8824         Remove variable ...
8825         (gdb-init-1, gdb-display-separate-io-buffer)
8826         (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
8827         references to it.
8828         (gdb-inferior-io-mode): Use make-comint-in-buffer.
8829         (gdb-inferior-filter): Use comint-output-filter to stop
8830         echoing and remove ^M characters.
8832 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8834         * emulation/viper-init.el (viper-restore-cursor-type):
8835         * emulation/cua-base.el (cua--update-indications):
8836         Replace default-cursor-type with (default-value 'cursor-type).
8838         * mail/sendmail.el (mail-recover-1):
8839         * international/mule-diag.el (describe-current-coding-system-briefly)
8840         (describe-current-coding-system):
8841         * international/mule-cmds.el (select-safe-coding-system)
8842         (select-message-coding-system)
8843         (set-language-environment-coding-systems, set-locale-environment):
8844         * hexl.el (hexl-insert-multibyte-char):
8845         * dos-w32.el (find-buffer-file-type-coding-system):
8846         * simple.el (what-cursor-position):
8847         Replace uses of default-buffer-file-coding-system
8848         with (default-value 'buffer-file-coding-system).
8850         * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
8851         Replace uses of default-cursor-in-non-selected-windows
8852         with (default-value 'cursor-in-non-selected-windows).
8853         Use with-current-buffer.
8855         * mail/feedmail.el: Use CL macros.
8856         (feedmail-run-the-queue, feedmail-send-it-immediately):
8857         * dos-w32.el (find-buffer-file-type): Replace uses of
8858         default-buffer-file-type with (default-value 'buffer-file-type).
8860 2009-08-28  Glenn Morris  <rgm@gnu.org>
8862         * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
8863         (diary-show-all-entries, diary-mark-entries, diary-make-entry):
8864         Use default-value of major-mode rather than default-major-mode.
8866 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8868         * Makefile.in (update-elcfiles): Report left over elc files.
8870         * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
8871         expand-file-name and with-current-buffer.
8872         (mail-get-names, mail-directory): Use with-current-buffer.
8874         * vc.el (vc-read-revision): New function.
8875         (vc-version-diff, vc-merge): Use it.
8877 2009-08-27  Sam Steingold  <sds@gnu.org>
8879         * simple.el (kill-do-not-save-duplicates): New user option.
8880         (kill-new): When it is non-nil, and the new string is the same as
8881         the latest kill, set replace to t to avoid duplicates in kill-ring.
8883 2009-08-27  Julian Scheid  <julians37@gmail.com>  (tiny change)
8885         * net/tramp.el (tramp-handle-process-file): Do not flush all
8886         caches when `process-file-side-effects' is set.
8887         (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
8888         instead of `tramp-find-file-exists-command'.
8889         Unset `process-file-side-effects'.
8891 2009-08-27  Michael Albinus  <michael.albinus@gmx.de>
8893         * net/tramp.el (tramp-methods): New method "rsyncc".
8894         (top): Add completion function for "rsyncc".
8895         (tramp-message-show-message): New defvar.
8896         (tramp-message, tramp-error): Use it.
8897         (tramp-do-copy-or-rename-file-directly): Extend check for direct
8898         remote copying.
8899         (tramp-do-copy-or-rename-file-out-of-band): Handle new
8900         `tramp-methods' entry `copy-env' of "rsyncc".
8901         (tramp-vc-registered-read-file-names): New defconst.
8902         (tramp-vc-registered-file-names): New defvar.
8903         (tramp-handle-vc-registered): Implement optimization strategy.
8904         (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
8905         (tramp-vc-file-name-handler): New defun.
8906         (tramp-get-ls-command, tramp-get-test-command)
8907         (tramp-get-file-exists-command, tramp-get-remote-ln)
8908         (tramp-get-remote-perl, tramp-get-remote-stat)
8909         (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
8911         * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
8912         (tramp-cache-inhibit-cache): Extend doc string.  It allows also
8913         timestamps.
8914         (tramp-get-file-property): Check for timestamps in
8915         `tramp-cache-inhibit-cache'.
8916         (tramp-set-file-property): Write timestamp.
8918 2009-08-27  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
8920         * language/japan-util.el (japanese-symbol-table): Add entries for
8921         cp932-2-byte.
8923         * international/characters.el: Add category `j' to cp932-2-byte.
8925 2009-08-27  Kenichi Handa  <handa@m17n.org>
8927         * international/fontset.el (build-default-fontset-data): New macro.
8928         (setup-default-fontset): Use build-default-fontset-data for CJK,
8929         tibetan, ethiopic, and ipa.
8931 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8933         * cus-start.el (default-major-mode): Customize `major-mode' instead.
8934         (enable-multibyte-characters): Not customizable any more.
8936         * subr.el (default-mode-line-format, default-header-line-format)
8937         (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
8938         (default-direction-reversed, default-truncate-lines)
8939         (default-left-margin, default-tab-width, default-case-fold-search)
8940         (default-left-margin-width, default-right-margin-width)
8941         (default-left-fringe-width, default-right-fringe-width)
8942         (default-fringes-outside-margins, default-scroll-bar-width)
8943         (default-vertical-scroll-bar, default-indicate-empty-lines)
8944         (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
8945         (default-fringe-cursor-alist, default-scroll-up-aggressively)
8946         (default-scroll-down-aggressively, default-fill-column)
8947         (default-cursor-type, default-buffer-file-type)
8948         (default-cursor-in-non-selected-windows)
8949         (default-buffer-file-coding-system, default-major-mode)
8950         (default-enable-multibyte-characters): Mark as obsolete.
8952 2009-08-27  Dan Nicolaescu  <dann@ics.uci.edu>
8954         * vc-dir.el (vc-dir-update): Remove debug helper.
8956         * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
8958 2009-08-26  Sam Steingold  <sds@gnu.org>
8960         * simple.el (save-interprogram-paste-before-kill): New user option.
8961         (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
8962         save the interprogram-paste into kill-ring before overriding it
8963         with the Emacs kill.
8965 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
8967         * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
8968         (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
8969         (vc-default-previous-revision): Rename to vc-rcs-previous-revision
8970         and move to vc-rcs.el.
8971         (vc-default-next-revision): Rename to vc-rcs-next-revision and
8972         move to vc-rcs.el.
8973         (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
8974         (vc-rcs-update-changelog): Remove.
8975         (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
8976         and move to vc-rcs.el.
8978         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
8979         (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
8980         renaming.
8981         (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
8982         (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
8983         vc.el, renamed to be RCS specific.
8985         * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
8986         New functions.
8987         (vc-cvs-update-changelog): Move here from vc.el.
8989         * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
8990         New functions.
8992 2009-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8994         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
8996 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
8998         * vc-git.el (vc-git-register): Use "git add" for directories.
8999         (vc-git-stash, vc-git-stash-show): New functions.
9000         (vc-git-extra-menu-map): Bind them.
9002         * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
9003         directory correctly in case the item is a directory itself.
9005         * vc.el: Document the desired behavior for reverted files in the
9006         `added' state.
9007         (vc-default-prettify-state-info): Remove function, unused.
9009         * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
9011 2009-08-26  Glenn Morris  <rgm@gnu.org>
9013         * bindings.el (standard-mode-line-format): Reposition dashes in
9014         which-func entry.  (Bug#4217)
9016         * files.el (enable-local-variables, enable-local-eval)
9017         (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
9018         the defcustoms.
9019         (auto-mode-alist, ignored-local-variables)
9020         (save-some-buffers-action-alist): Move risky declarations to the
9021         definitions.
9022         (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
9023         (font-lock-defaults, format-alist, imenu--index-alist)
9024         (imenu-generic-expression, input-method-alist, minor-mode-alist)
9025         (mode-line-buffer-identification, mode-line-client, mode-line-modes)
9026         (mode-line-modified, mode-line-mule-info, mode-line-position)
9027         (mode-line-process, mode-line-remote, outline-level)
9028         (parse-time-rules, rmail-output-file-alist)
9029         (special-display-buffer-names, vc-mode):
9030         Move risky declarations to the relevant files.
9031         * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
9032         (mode-line-modified, mode-line-process, mode-line-position)
9033         (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
9034         * font-core.el (font-lock-defaults):
9035         * format.el (format-alist):
9036         * vc-hooks.el (vc-mode):
9037         * window.el (special-display-buffer-names):
9038         * international/mule-cmds.el (input-method-alist):
9039         Define riskiness here (dumped file) rather than in files.el.
9040         * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
9041         * imenu.el (imenu-generic-expression, imenu--index-alist):
9042         * outline.el (outline-level):
9043         * time.el (display-time-string):
9044         * calendar/parse-time.el (parse-time-rules):
9045         * mail/rmailout.el (rmail-output-file-alist):
9046         Autoload riskiness here, rather than placing in files.el.
9048 2009-08-26  Andreas Schwab  <schwab@linux-m68k.org>
9050         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
9052 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
9054         * simple.el (process-file-side-effects): New defvar.
9056         * dired-aux.el (dired-show-file-type):
9057         * vc.el (vc-diff-internal):
9058         * vc-arch.el (vc-arch-diff):
9059         * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
9060         * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
9061         * vc-git.el (vc-git-registered, vc-git-working-revision)
9062         (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
9063         (vc-git--empty-db-p):
9064         * vc-hooks.el (vc-user-login-name):
9065         * vc-svn.el (vc-svn-registered, vc-svn-state)
9066         (vc-svn-dir-extra-headers, vc-svn-find-revision):
9067         * progmodes/grep.el (grep-probe): Let-bind
9068         `process-file-side-effects' with nil.
9070         * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
9072         * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
9073         daemon.  Replace ping by checking for running service for bluez
9074         and zeroconf.  (Bug#4239)
9076 2009-08-25  Kevin Ryde  <user42@zip.com.au>
9078         * net/dig.el (dig): Add autoload cookie.
9080 2009-08-25  Glenn Morris  <rgm@gnu.org>
9082         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
9083         load-history for absolute file-names.
9084         (byte-compile-file-form-require): Warn about use of the cl package.
9086         * format.el (format-alist): Doc fix.
9088         * play/bubbles.el (top-level): Don't require cl at run-time.
9090         * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
9091         run-time cl).
9093 2009-08-24  Dmitry Dzhus  <dima@sphinx.net.ru>
9095         * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
9096         from cl package.
9097         (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
9099 2009-08-24  Jay Belanger  <jay.p.belanger@gmail.com>
9101         * calc/calc-alg.el (math-trig-rewrite)
9102         (math-hyperbolic-trig-rewrite): New functions.
9103         (calc-simplify): Simplify trig functions when asked.
9105 2009-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9107         * diff-mode.el (diff-find-source-location): Avoid goto-line.
9109 2009-08-24  Kenichi Handa  <handa@m17n.org>
9111         * language/ind-util.el (mapthread): Delete it.
9112         (combinatorial): New function.
9113         (indian--puthash-cv): Use combinatorial instead of mapthread.
9115 2009-08-22  Kevin Ryde  <user42@zip.com.au>
9117         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
9118         (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
9119         (checkdoc-symbol-words): Add safe-local-variable for list of strings.
9120         Clarify docstring that the value is strings not symbols.
9121         (checkdoc-list-of-strings-p): New function.
9123 2009-08-22  Glenn Morris  <rgm@gnu.org>
9125         * files.el (auto-mode-alist):
9126         * hippie-exp.el (he-concat-directory-file-name):
9127         * lpr.el (lpr-windows-system, printer-name):
9128         * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
9129         * ps-print.el (ps-windows-system):
9130         * startup.el (command-line):
9131         * emulation/viper-ex.el (viper-glob-function):
9132         * international/mule-cmds.el (set-language-environment-coding-systems):
9133         * net/ange-ftp.el (ange-ftp-write-region):
9134         * obsolete/fast-lock.el (fast-lock-cache-name):
9135         Remove code for defunct system-types emx, macos, mswindows, next-mach,
9136         unisoft-unix, vax-vms, win32, w32.
9138         * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
9139         given name if the pattern is not more specific.
9141         * calendar/lunar.el (lunar-phase-names): New option.
9142         (lunar-phase): Doc fix.
9143         (lunar-cycles-per-year): New constant.
9144         (lunar-index): New function.
9145         (lunar-phase-list, diary-lunar-phases): Use lunar-index.
9146         (lunar-phase-name): Use lunar-phase-names.
9147         (calendar-lunar-phases): Use format.
9148         (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
9150         * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
9151         Copy imenu-example--name-and-position function here for own use.
9152         (cperl-xsub-scan): Use cperl-imenu-name-and-position.
9154         * bs.el (bs--redisplay):
9155         * cus-edit.el (custom-redraw):
9156         * ibuffer.el (ibuffer-bury-buffer):
9157         * server.el (server-goto-line-column):
9158         * startup.el (command-line-1):
9159         * strokes.el (strokes-xpm-for-stroke):
9160         * term.el (term-display-buffer-line):
9161         * view.el (View-goto-line):
9162         * calc/calc.el (calc-do, calc-trail-buffer):
9163         * play/gamegrid.el (gamegrid-add-score-insecure):
9164         * progmodes/ada-mode.el (ada-compile-goto-error):
9165         * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
9166         (ebrowse-select-1st-to-9nth):
9167         * progmodes/cperl-mode.el (cperl-time-fontification):
9168         * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
9169         * progmodes/gud.el (gud-display-line):
9170         (idlwave-shell-display-line):
9171         * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
9172         * progmodes/make-mode.el (makefile-browser-toggle):
9173         (vhdl-speedbar-port-copy, vhdl-compose-components-package):
9174         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
9175         * textmodes/picture.el (picture-draw-rectangle):
9176         * textmodes/reftex-index.el (reftex-index-goto-letter):
9177         (reftex-select-jump-to-previous):
9178         * textmodes/reftex-sel.el (reftex-find-start-point)
9179         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
9180         (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
9181         * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
9182         * textmodes/tex-mode.el (tex-compilation-parse-errors):
9183         * textmodes/two-column.el (2C-associated-buffer):
9184         Use forward-line rather than goto-line.
9186         * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
9187         goto-line.
9189         * international/ucs-normalize.el (nfd, decomposition-translation-alist)
9190         (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
9191         (quick-check-list-to-regexp): Declare.
9193         * progmodes/make-mode.el (makefile-browser-insert-selection):
9194         Use goto-char rather than goto-line.
9196         * progmodes/prolog.el (compilation-error-regexp-alist)
9197         (compilation-forget-errors): Declare.
9199 2009-08-22  Juri Linkov  <juri@jurta.org>
9201         * progmodes/grep.el (lgrep, rgrep): At the beginning
9202         set `dir' to `default-directory' unless `dir' is a non-nil
9203         readable directory.  (Bug#4052)
9204         (lgrep, rgrep): Change a weird way to report an error
9205         from using `read-string' to using `error'.
9206         Instead of using interactive arguments in the function body,
9207         add new argument `confirm'.
9209 2009-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9211         * textmodes/remember.el (remember-buffer):
9212         * progmodes/cperl-mode.el (cperl-vc-header-alist):
9213         * calendar/icalendar.el (icalendar-convert-diary-to-ical)
9214         (icalendar-extract-ical-from-buffer):
9215         * net/newst-treeview.el (newsticker-groups-filename):
9216         * net/newst-backend.el (newsticker-cache-filename):
9217         * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
9218         (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
9219         (speedbar-add-ignored-path-regexp, speedbar-line-path)
9220         (speedbar-buffers-line-path, speedbar-path-line)
9221         (speedbar-buffers-line-path):
9222         * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
9223         (epg-sign-keys):
9224         * epa.el (epa-display-verify-result):
9225         * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
9227 2009-08-21  Glenn Morris  <rgm@gnu.org>
9229         * progmodes/js.el (inferior-moz-process): Fix declaration.
9231         * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
9233         * obsolete/rnewspost.el (news-mail-reply):
9234         Use goto-char rather than goto-line.
9236         * term/ns-win.el (ns-open-file-select-line):
9237         Use line-beginning-position rather than goto-line.
9239         * apropos.el (apropos-command):
9240         * ehelp.el (electric-helpify):
9241         * printing.el (pr-show-setup):
9242         * strokes.el (strokes-help):
9243         * tutorial.el (tutorial--describe-nonstandard-key)
9244         (tutorial--detailed-help):
9245         * woman.el (woman-mini-help, woman-display-extended-fonts):
9246         * calc/calc-help.el (calc-describe-key):
9247         * emulation/edt.el (edt-electric-helpify):
9248         * international/mule-diag.el (mule-diag):
9249         * play/yow.el (apropos-zippy):
9250         * progmodes/python.el (python-describe-symbol):
9251         * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
9252         * textmodes/table.el (*table--cell-describe-mode)
9253         (*table--cell-describe-bindings):
9254         Use help-print-return-message rather than the now obsolete alias.
9256         * calendar/cal-move.el (calendar-cursor-to-nearest-date)
9257         (calendar-cursor-to-visible-date):
9258         * play/5x5.el (5x5-position-cursor):
9259         * play/decipher.el (decipher):
9260         * play/gomoku.el (gomoku-goto-xy):
9261         * play/landmark.el (lm-goto-xy):
9262         * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
9263         (mpuz-paint-digit):
9264         Use forward-line, not goto-line.
9266         * mail/rmail.el (rmail-obsolete): Delete custom group.
9267         (rmail-pop-password, rmail-pop-password-required): Make into aliases.
9268         (rmail-remote-password, rmail-remote-password-required):
9269         Remove unneeded :set-after and :set properties.
9271 2009-08-21  Michael Albinus  <michael.albinus@gmx.de>
9273         * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
9275 2009-08-21  Dan Nicolaescu  <dann@ics.uci.edu>
9277         * loadup.el: Remove leftover macos code.
9279         * vc-git.el (vc-git-annotate-command): Run asynchronously.
9280         Explicitly pass the date format to git blame so that user local
9281         so that the output format can be parsed.
9283 2009-08-20  Michael Albinus  <michael.albinus@gmx.de>
9285         * net/dbus.el (top): Don't check for (getenv
9286         "DBUS_SESSION_BUS_ADDRESS").  It's done in dbusbind.c now.
9288 2009-08-19  Magnus Henoch  <magnus.henoch@gmail.com>
9290         * log-edit.el (log-edit-strip-single-file-name): New var.
9291         (log-edit-insert-changelog): Use it.  Bug#3571
9293 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9295         * subr.el (read-passwd): Use read-key so keypad keys work as well.
9296         Bug#3287
9298         * help.el (help-print-return-message): Rename from
9299         print-help-return-message.
9301         * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
9302         cvs-mode-map parent hack.
9303         (log-view-mode): Derive from special-mode.
9305         * linum.el (linum-mode): window-size-change-functions is redundant.
9306         Adapt to new window-configuration-change-hook behavior.
9307         (linum-after-size, linum-after-config): Remove.
9309         * imenu.el (imenu-example--name-and-position)
9310         (imenu-example--lisp-extract-index-name)
9311         (imenu-example--create-lisp-index, imenu-example--create-c-index):
9312         Mark as obsolete.
9314         * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
9315         (inferior-prolog-mode): Use it.
9316         (inferior-prolog-load-file): Reset list of errors.
9318 2009-08-19  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9320         * language/tibetan.el ("Tibetan"): Fix sample-text entry.
9322         * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
9324 2009-08-19  Michael Albinus  <michael.albinus@gmx.de>
9326         * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
9327         is running already.
9329 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9331         * subr.el (listify-key-sequence-1): Use normal syntax since those
9332         integers are nowadays always represented by the same (positive) number
9333         on all platforms.
9334         (read-key-empty-map): New const.
9335         (read-key-delay): New var.
9336         (read-key): New function.
9337         (force-mode-line-update): Use with-current-buffer.
9338         (locate-user-emacs-file): Don't forget to abbreviate the file name.
9339         (start-process-shell-command, start-file-process-shell-command):
9340         Discourage the use of command-args.
9342 2009-08-19  Glenn Morris  <rgm@gnu.org>
9344         * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
9346 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9348         * simple.el (choose-completion-string): Don't rely on
9349         minibuffer-completing-file-name and ad-hoc checks to decide whether
9350         to continue completion or not.
9352         * minibuffer.el (minibuffer-hide-completions): New function.
9353         (completion--do-completion): Use it.
9354         (completions-annotations): New face.
9355         (completion--insert-strings): Use it.
9356         (completion-pcm--delim-wild-regex): Add docstring.
9357         (completion-pcm--string->pattern): Add support for 0-width delimiters
9358         in completion-pcm--delim-wild-regex.
9360 2009-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9362         * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
9363         Remove unused var `buffer-modified-p'.
9365         * minibuffer.el (completion--do-completion): Move point for the #b001
9366         case as well (bug#4176).
9367         (minibuffer-complete, minibuffer-complete-word): Don't move point.
9369 2009-08-18  Michael Albinus  <michael.albinus@gmx.de>
9371         * net/dbus.el (dbus-init-bus): Declare.  Apply it for the :system
9372         and :session buses.
9374 2009-08-18  Kenichi Handa  <handa@m17n.org>
9376         * international/ucs-normalize.el (ucs-normalize-version):
9377         Change to 1.1.
9378         (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
9379         (utf-8-hfs): Make it perform normalization on encoding too.
9381         * textmodes/paragraphs.el: Change to utf-8.  Adjust coding cookie.
9382         (sentence-end-without-space): Delete duplicated chars.
9383         (sentence-end-base): Likewise.
9385         * textmodes/sgml-mode.el: Change to utf-8.  Adjust coding cookie.
9386         (html-mode): Delete duplicated chars from sentence-end-base.
9388         * textmodes/texinfo.el: Change to utf-8.  Adjust coding cookie.
9389         (texinfo-mode): Delete duplicated chars from sentence-end-base.
9391 2009-08-17  Chong Yidong  <cyd@stupidchicken.com>
9393         * files.el (hack-one-local-variable): If the mode function is for
9394         a minor mode, pass it an argument (Bug#4148).
9396 2009-08-17  Michael Albinus  <michael.albinus@gmx.de>
9398         * net/tramp.el (tramp-register-completion-file-name-handler):
9399         Check also for (member 'partial-completion completion-styles).
9401 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
9403         * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
9404         abbrev (Bug#3943).
9406 2009-08-16  Ilya Zakharevich  <ilyaz@cpan.org>
9408         * progmodes/cperl-mode.el: Merge upstream 6.2.
9409         (cperl-mode-syntax-table): Modify syntax entry for ["'`].
9410         (cperl-forward-re): Check cperl-brace-recursing.
9411         (cperl-highlight-charclass): New function.
9412         (cperl-find-pods-heres): Use it.
9413         (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
9414         (cperl-beautify-regexp-piece): Fix column calculation.
9415         (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
9416         (cperl-beautify-level): Don't process entire regexp.
9417         (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
9418         calling man.
9419         (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
9420         (cperl-init-faces): Build a list in the normal way.
9422 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
9424         * calendar/parse-time.el (parse-time-string-chars): Save match
9425         data.
9427 2009-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9429         * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
9430         (sql-product): Use it.
9431         (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
9432         (sql-set-product): Add completion.
9433         (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
9434         (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
9435         (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
9436         (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
9437         (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
9438         (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
9439         (sql-highlight-db2-keywords): Remove.
9440         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
9441         (sql-highlight-product): Use derived-mode-p.
9442         (sql-set-sqli-buffer): Use with-current-buffer.
9443         (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
9444         Simplify.
9446         * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
9448         * term.el: Fix commenting convention, turn comments into docstrings.
9450 2009-08-16  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
9452         * whitespace.el (whitespace-style): Doc fix (Bug#3661).
9454 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
9456         * calendar/parse-time.el (parse-time-string-chars): Compute using
9457         character classes, to handle non-ascii characters (Bug#3190).
9459 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
9461         * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
9462         another heredoc if the user adds another < (Bug#3226).
9464         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
9465         Don't initialize based on window-system (Bug#4124).
9467         * facemenu.el (facemenu-read-color): Use a completion function
9468         that accepts any defined color, such as RGB triplets (Bug#3677).
9470         * files.el (get-free-disk-space): Change fallback default
9471         directory to /.  Expand DIR argument before switching to fallback.
9472         Suggested by Kevin Ryde (Bug#2631, Bug#3911).
9474 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
9476         * files.el (load-library): Doc fix.
9478 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
9480         * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
9481         (viper-if-string): Redefine C-s in the minibuffer to insert the last
9482         incremental search string.
9484         * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
9485         XEmacs.
9487         * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
9488         (ediff-merge-region-is-non-clash)
9489         (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
9490         Also check if the job is really a merge job.
9492         * ediff.el (ediff-current-file): New function.
9494 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
9496         * progmodes/js.el: Edit docstrings throughout to follow Emacs
9497         conventions.
9498         (js-insert-and-indent): Delete function.
9499         (js-mode-map): Don't bind keys to js-insert-and-indent.
9500         (js-beginning-of-defun): Rename from js--beginning-of-defun.
9501         (js-end-of-defun): Rename from js--end-of-defun.
9502         (js-auto-indent-flag): Delete variable.
9504 2009-08-14  Chong Yidong  <cyd@stupidchicken.com>
9506         * progmodes/js.el: Remove proclaim statement.
9507         Defvar which-func-imenu-joiner-function to silence compiler.
9509         * files.el (auto-mode-alist): Use js-mode for .js files.
9511         * progmodes/js2-mode.el: Remove file.
9513         * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
9515         * speedbar.el (speedbar-supported-extension-expressions): Add .js.
9517         * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
9519 2009-08-14  Daniel Colascione  <dan.colascione@gmail.com>
9520             Karl Landstrom  <karl.landstrom@brgeight.se>
9522         * progmodes/js.el: New file.
9524 2009-08-14  Mark A. Hershberger  <mah@everybody.org>
9526         * timezone.el (timezone-parse-date): Add ability to understand ISO
9527         basic format (minimal separators) dates in addition to the
9528         already-supported extended format dates.
9530 2009-08-14  Eli Zaretskii  <eliz@gnu.org>
9532         * international/ucs-normalize.el: Add a `coding' file variable.
9534         * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
9536 2009-08-14  Sam Steingold  <sds@gnu.org>
9538         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
9540 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
9542         * faces.el (help-argument-name): Define it here instead of
9543         help-fns.el, because in daemon mode help-fns.el may be loaded when
9544         faces are still uninitialized (Bug#1078).
9546         * help-fns.el (help-argument-name): Move defface to faces.el.
9548 2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
9550         * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
9551         create buffer with a pty but no process so that GDB can make the
9552         inferior the controlling process.
9554 2009-08-13  Taichi Kawabata  <kawabata.taichi@gmail.com>
9556         * international/ucs-normalize.el: New file.
9558 2009-08-13  Richard Stallman  <rms@gnu.org>
9560         * mail/rmail.el (rmail-get-attr-names):
9561         Accept an attribute header that is too short.
9563         * mail/rmail.el (rmail-forget-messages):
9564         Ignore nil elt in rmail-message-vector.  Use dotimes.
9566         * progmodes/compile.el (compilation-goto-locus):
9567         Use next-error-move-function.
9569         * simple.el (next-error-move-function): New variable.
9571 2009-08-12  Juri Linkov  <juri@jurta.org>
9573         * progmodes/grep.el (lgrep): Ensure that `default-directory' is
9574         always non-nil.  (Bug#4052)
9576         * replace.el (read-regexp): Return empty string when
9577         `default-value' is nil.
9578         (keep-lines-read-args): Don't use empty string as the
9579         default value for `read-regexp'.  (Bug#2495)
9581 2009-08-12  Juri Linkov  <juri@jurta.org>
9583         * international/mule-cmds.el (ucs-insert): Change arguments
9584         from `arg' to `character', `count', `inherit' to be the same
9585         as in `insert-char'.  Doc fix.  (Bug#4039)
9587         * international/mule-conf.el (utf-16be-with-signature): Doc fix.
9589 2009-08-12  Juri Linkov  <juri@jurta.org>
9591         * files-x.el: New file.
9593         * files.el: Move code that deals with adding/deleting
9594         file/directory-local variables to files-x.el.
9596         * Makefile.in (ELCFILES): Add files-x.elc.
9598 2009-08-11  Dmitry Dzhus  <dima@sphinx.net.ru>
9600         * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
9601         to use `goto-line'.
9602         (gdb-place-breakpoints, gdb-get-location): Rewritten without
9603         `goto-line'.
9604         (gdb-invalidate-disassembly): Do not refresh upon receiving
9605         'update signal.  Instead, update all disassembly buffers only after
9606         threads list.
9607         (gdb): Send -target-detach when buffer is killed (Bug#3794).
9608         (gdb-starting): Moved -data-list-register-names...
9609         (gdb-stopped): ...here so it's sent when first thread stops.
9610         (gdb-registers-handler-custom): Do nothing if register names are
9611         unknown yet.
9613         * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
9614         from `gdb-mi.el' to avoid extra tangling.
9616         * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
9617         change which breaks `gud-def' definitions used in `gdb'.
9618         (gdb-update-gud-running): No extra fuss for updating frame number.
9620 2009-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9622         * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
9623         (describe-language-environment-map, setup-language-environment-map)
9624         (set-coding-system-map): Move initialization into declaration.
9625         (set-language-info-alist): Last arg to define-key-after can be skipped.
9627         * international/quail.el (quail-completion-1): Simplify.
9628         (quail-define-rules): Use slightly more compact code.
9629         (quail-insert-decode-map): Propertize keys, compact columns.
9631         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9632         Add goto-line.
9634 2009-08-10  Miles Bader  <miles@gnu.org>
9636         * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
9637         (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
9638         (js2-instance-member, js2-private-member, js2-private-function-call)
9639         (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
9640         (js2-magic-paren, js2-external-variable):
9641         Remove "-face" suffix from face names.
9642         (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
9643         (js2-highlight-undeclared-vars, js2-peek-token)
9644         (js2-parse-function-params, js2-mode-show-errors)
9645         (js2-mode-show-warnings, js2-make-magic-delimiter)
9646         (js2-mode-highlight-magic-parens): Update to use new face names.
9648 2009-08-09  Michael Albinus  <michael.albinus@gmx.de>
9650         * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
9651         (tramp-handle-insert-directory): Handle "--dired".  (Bug#4075)
9653 2009-08-09  Chong Yidong  <cyd@stupidchicken.com>
9655         * subr.el: Provide hashtable-print-readable.
9657         * progmodes/hideshow.el (hs-special-modes-alist): Don't use
9658         hs-c-like-adjust-block-beginning.
9659         (hs-hide-block-at-point): Stop hiding at the beginning of
9660         hs-block-end-regexp (Bug#700).
9662 2009-08-09  Dmitry Dzhus  <dima@sphinx.net.ru>
9664         * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
9665         a macro.
9666         (gdb-registers-handler-custom): Do not fail when register names
9667         are unavailable.
9669 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
9671         * progmodes/gdb-mi.el (gdb-control-all-threads)
9672         (gdb-control-current-thread): Interactive setters for
9673         `gdb-gud-control-all-threads' to use in menu.
9674         (gdb-show-run-p): Show «Go» when process is not active.
9675         (gud-tool-bar-map): Add non-stop/A,T indicator.  Uses
9676         gud/thread.xpm and gud/all.xpm.
9678 2009-08-08  Yoni Rabkin  <yoni@rabkins.net>
9680         * net/net-utils.el (net-utils-font-lock-keywords): New var.
9681         (nslookup-font-lock-keywords): Make it a variable.
9682         (net-utils-mode): New mode for viewing diagnostic network output.
9683         (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
9684         (net-utils-run-simple): New function.
9685         (ifconfig, iwconfig, netstat, arp, route): Use it.
9687 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
9689         * progmodes/gdb-mi.el (gdb-read-memory-custom)
9690         (gdb-memory-set-address, def-gdb-set-positive-number)
9691         (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
9692         after changing settings.
9693         (gdb-invalidate-disassembly): Update when first shown.
9694         (gdb-edit-locals-value): Fixed.
9695         (gdb-registers-handler-custom): Print registers in right order and
9696         allow changing register values (only for current thread yet).
9697         (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
9698         (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
9699         (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
9700         (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
9701         info in mode name.
9702         (gdb-registers-mode-map): TAB to switch to locals.
9704 2009-08-08  Eli Zaretskii  <eliz@gnu.org>
9706         * mail/rmail.el (rmail-add-mbox-headers)
9707         (rmail-set-message-counters-counter): Search for
9708         rmail-unix-mail-delimiter instead of just "From ".  (Bug#4076)
9710 2009-08-08  Glenn Morris  <rgm@gnu.org>
9712         * Makefile.in (ELCFILES): Update.
9714 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
9716         * mail/sendmail.el (mail-yank-original): Set
9717         buffer-file-coding-system from the one used by the message whose
9718         text is yanked.
9720         * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
9721         to "windows" when "pgnuplot" is used.
9722         (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
9723         call accept-process-output if "pgnuplot" is used.
9724         (calc-graph-init): Don't send -display and -geometry to
9725         "pgnuplot".  If "pgnuplot" is used, glean gnuplot version by
9726         running "pgnuplot -V" with shell-command-to-string.
9728         * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
9729         the default.
9731 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
9733         * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
9734         org/org-latex.elc.
9736 2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
9738         * vc-dispatcher.el (vc-resynch-window): Update comment.
9740         * term.el (term-handle-ansi-escape): Add comments with the
9741         terminfo capabilities implemented.
9743 2009-08-06  Dmitry Dzhus  <dima@sphinx.net.ru>
9745         * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
9746         (gdb-var-create-handler): Rewritten using JSON parser.
9747         (gdb-propertize-header): Moved earlier.
9748         (gdb-set-header): Removed to avoid duplication.
9749         (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
9750         Refresh disassembly buffers only after threads list have been
9751         update.
9752         (gdb-threads-header, gdb-registers-header): Per-buffer header line
9753         variables.
9755 2009-08-04  Juri Linkov  <juri@jurta.org>
9757         * files.el: Commands to add/delete file/directory-local variables.
9758         (read-file-local-variable, read-file-local-variable-value)
9759         (read-file-local-variable-mode, modify-file-local-variable)
9760         (modify-file-local-variable-prop-line)
9761         (modify-dir-local-variable): New functions.
9762         (add-file-local-variable, delete-file-local-variable)
9763         (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
9764         (add-dir-local-variable, delete-dir-local-variable)
9765         (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
9766         (copy-dir-locals-to-file-locals-prop-line): New commands.
9768 2009-08-04  Chong Yidong  <cyd@stupidchicken.com>
9770         * abbrev.el (insert-abbrev-table-description): Prettify output.
9771         Suggested by Karl Chen.
9773 2009-08-04  Dmitry Dzhus  <dima@sphinx.net.ru>
9775         * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
9776         (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
9777         (gdb-overlay-arrow-position, gdb-thread-position)
9778         (gdb-disassembly-position): Declare variables.
9779         (gdb-wait-for-pending): Function now.
9780         (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
9781         (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
9782         compilation goes smoothly.
9783         (gdb, gdb-non-stop, gdb-buffers): New customization groups.
9784         (gdb-non-stop-setting): New customization setting which replaces
9785         `gdb-non-stop' so changing it doesn't break active GDB session.
9786         (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
9787         (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
9788         (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
9789         (gdb-show-threads-by-default): New customization options.
9790         (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
9791         routines.
9792         (gdb-get-buffer-create): Send buffers update signal when they are
9793         created.
9794         (gdb-invalidate-locals, gdb-invalidate-registers)
9795         (gdb-invalidate-breakpoints)
9796         (gdb-invalidate-threads, gdb-invalidate-disassembly)
9797         (gdb-invalidate-memory): Accept update signal.
9798         (gdb-current-context-command): Use --frame option.
9799         (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
9800         Implement `gdb-frame-number' selection logic.
9801         (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
9802         whether to show GUD toolbar buttons.
9803         (gdb-thread-exited): Unselect current thread when it exits.
9804         (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
9805         (gdb-mark-line): Routine which sets overlay arrow or inverses
9806         video on fringeless displays.
9807         (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
9808         to build aligned columns of data in GDB buffers and set text
9809         properties line-by-line.
9810         (gdb-invalidate-breakpoints)
9811         (gdb-breakpoints-list-handler-custom)
9812         (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
9813         (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
9814         (gdb-registers-handler-custom): Align data columns.
9815         (gdb-locals-handler-custom): Now prints data like in variable
9816         declarations.
9817         (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
9818         Removed confusing buttons.
9819         (gdb-invalidate-threads): Append --frame.
9820         (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
9821         between breakpoints/threads buffers.
9822         (gdb-set-window-buffer): Now can ignore dedicated windows.
9823         (gdb-propertize-header): Use `gdb-set-window-buffer'.
9824         (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
9825         (def-gdb-thread-buffer-gud-command): Replaces
9826         `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
9827         for fine thread control.
9828         (gdb-preempt-existing-or-display-buffer): New function used to
9829         display bound buffers without breaking window layout.
9830         (gdb-frame-location): Replaces `gdb-insert-frame-location'.
9831         (gdb-select-frame): New version of `gdb-frames-select' which now
9832         sets `gdb-frame-number' so commands may use --frame option instead
9833         of inner debugger state.
9834         (gdb-frame-handler): Do not set `gdb-frame-number'.
9835         (gdb-threads-mode-map): Select threads with mouse.
9837         * progmodes/gud.el (gdb-gud-context-call): Declare function to
9838         avoid compilation warning.
9839         (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
9840         `gdb-show-stop-p`.
9842         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
9843         Argument `key' renamed to `buffer-type'.
9844         (gdb-current-context-buffer-name): Do not add thread info to
9845         buffer name when no thread is selected.
9846         (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
9847         command (bug 3794).
9848         (gdb-thread-selected): Handle `=thread-selected' notification.
9849         (gdb-wait-for-pending): New macro to deal with congestion problems.
9850         (gdb-breakpoints-list-handler-custom): Don't fail on pending
9851         breakpoints.
9852         (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
9853         This fixes problem similar to one described in bug 3947.
9854         (gud-menu-map): More menu items.
9855         (gdb-init-1): Reset `gdb-thread-number' to nil.
9857         * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
9858         non-stop settings.
9860         * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
9861         (gdb-current-context-command): Do not append --thread if
9862         `gdb-thread-number' is nil.
9863         (gdb-running-threads-count, gdb-stopped-threads-count): New
9864         variables.
9865         (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
9866         (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
9867         customization options.
9868         (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
9869         GUD commands.
9870         (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
9871         (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
9872         (gdb-setq-thread-number, gdb-update-gud-running): New functions to
9873         set `gdb-thread-number' and update `gud-running' properly.
9874         (gdb-running): Update threads list when new threads appear.
9875         (gdb-stopped): Support non-stop operation and new thread switching
9876         logic.
9877         (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
9878         (gdb-json-partial-output): New set of JSON routines.
9879         (def-gdb-auto-update-trigger): New `signal-list' optional
9880         argument.
9881         (gdb-thread-list-handler-custom): Update `gud-running',
9882         `gdb-stopped-threads-count' and `gdb-running-threads-count'.
9883         (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
9884         (gdb-continue-thread, gdb-step-thread): New commands for fine
9885         thread execution control.
9886         (gud-menu-map): New menu items to switch non-stop options.
9887         (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
9888         (gdb-send): Mimic RET properly (bug 3794).
9890         * progmodes/gdb-mi.el (gdb-rules-name-maker)
9891         (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
9892         gdb-buffer-rules.
9893         (def-gdb-auto-update-handler): New nopreserve optional argument.
9894         (gdb-stack-list-frames-custom): Print stack from top to bottom.
9896         * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
9897         (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
9898         (gdb-parent-mode): New mode to derive other GDB modes from.
9899         (gdb-display-disassembly-for-thread)
9900         (gdb-frame-disassembly-for-thread): New commands for threads
9901         buffer.
9903         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
9904         (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
9905         (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
9906         (gdb-update): We now store all GDB buffers in a list so that they
9907         can be updated by traversing a list instead of calling invalidate
9908         triggers explicitly.
9909         (def-gdb-trigger-and-handler): New macro to define trigger-handler
9910         pair for GDB buffer.
9911         (gdb-stack-buffer-name): Add thread information.
9912         (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
9913         handle pending triggers.
9914         (gdb-threads-mode-map, def-gdb-thread-buffer-command)
9915         (def-gdb-thread-buffer-simple-command)
9916         (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
9917         (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
9918         (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
9919         New commands which show buffers bound to thread.
9920         (gdb-stack-list-locals-regexp): Removed unused regexp.
9922         * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
9923         (gdb-locals-buffer-name, gdb-registers-buffer-name)
9924         (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
9925         to (gud-comint-buffer) in *-buffer-name functions
9926         because (gdb-get-target-string) already does that.
9927         (gdb-locals-handler-custom, gdb-registers-handler-custom)
9928         (gdb-changed-registers-handler): Rewritten without regexps.
9930         * progmodes/gdb-mi.el: Basic thread selection support.
9931         (gdb-thread-number): New variable.
9932         (gdb-current-context-command): New macro which adds --thread
9933         option to command.
9934         (gdb-threads-mode-map): Select thread with SPC.
9935         (gdb-thread-list-handler-custom): Mark current thread with overlay
9936         arrow.  Synchronize GDB thread and Emacs thread.
9937         (gdb-select-thread): New command which selects current thread.
9938         (gdb-invalidate-frames, gdb-invalidate-locals)
9939         (gdb-invalidate-registers): Use --thread option.
9941 2009-08-04  Michael Albinus  <michael.albinus@gmx.de>
9943         * net/tramp.el (top): Make check for tramp-gvfs loading more
9944         robust.  (Bug#3977)
9945         (tramp-handle-insert-file-contents): `unwind-protect' must be
9946         inside `with-parsed-tramp-file-name'.
9948         * net/tramp-gvfs.el (top): Remove superfluous message when loading
9949         fails.
9951 2009-08-03  Nick Roberts  <nickrob@snap.net.nz>
9953         * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
9954         directory if CLASSPATH is not set.
9956 2009-08-03  Michael Albinus  <michael.albinus@gmx.de>
9958         * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
9959         New defconst.
9960         (tramp-rfn-eshadow-update-overlay): Use it.  (Bug#4004)
9962 2009-08-02  Kevin Ryde  <user42@zip.com.au>
9964         * net/newst-backend.el (newsticker--raw-url-list-defaults):
9965         Update freshmeat link.  Delete newsforge.com as it seems gone.
9967 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
9969         * select.el (x-set-selection): Doc fix (Bug#4021).
9971         * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
9973         * help-fns.el (describe-variable): Treat list return values from
9974         dir-locals-find-file properly (Bug#4005).
9976 2009-08-02  Julian Scheid  <julians37@googlemail.com>  (tiny change)
9978         * net/tramp.el (tramp-debug-message): Print also microseconds.
9980 2009-08-02  Michael Albinus  <michael.albinus@gmx.de>
9982         * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
9983         or END is non-nil.
9984         (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
9985         (tramp-get-debug-buffer): Change `outline-regexp' according to new
9986         format.
9988         * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
9989         (tramp-get-file-property): Use it.
9991         * autorevert.el (auto-revert-handler): Allow
9992         `auto-revert-tail-mode' for remote files.
9994 2009-08-02  Jason Rumney  <jasonr@gnu.org>
9996         * minibuffer.el (read-file-name): Treat confirm options to
9997         MUSTMATCH as nil when invoking x-file-dialog.  (Bug#3969)
9999 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
10001         * font-lock.el (font-lock-string-face, font-lock-builtin-face)
10002         (font-lock-variable-name-face, font-lock-constant-face): Darken
10003         the colors for light backgrounds.
10005 2009-08-01  Eli Zaretskii  <eliz@gnu.org>
10007         * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
10008         month names.  (Bug#3987)
10010 2009-07-31  Chong Yidong  <cyd@stupidchicken.com>
10012         * simple.el (line-move-finish): Pass whole number to
10013         line-move-to-column.
10014         (line-move-visual): Perform hscroll to the recorded position.
10016 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
10018         * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
10020 2009-07-29  Alan Mackenzie  <acm@muc.de>
10022         * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
10024 2009-07-29  Dmitry Dzhus  <dima@sphinx.net.ru>
10026         * progmodes/gdb-mi.el (gdb-goto-breakpoint)
10027         (gdb-place-breakpoints): Use full path when setting breakpoints.
10029 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
10031         * calc/calc.el (calc-mode-map): Add keybinding for
10032         `calc-transpose-lines'.
10034 2009-07-29  Vincent Belaïche  <vincent.belaiche@gmail.com>
10036         * calc/calc-misc.el (calc-transpose-lines): New function.
10038 2009-07-28  Michael Albinus  <michael.albinus@gmx.de>
10040         * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
10041         Simplify check for out-of-band methods.
10042         (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
10043         remote.  Remove messages which are in `tramp-do-copy-or-rename-file'.
10045 2009-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
10047         * vc-git.el (vc-git-checkin): Fix typo.
10049 2009-07-28  Steve Yegge  <steve.yegge@gmail.com>
10051         * progmodes/js2-mode.el: New file.
10053 2009-07-28  Nick Roberts  <nickrob@snap.net.nz>
10055         * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
10056         (gud-menu-map): Adjust tooltip accordingly.
10058 2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
10060         * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
10061         (vc-bzr-log-view-mode): Adjust log-view-file-re.
10063         * add-log.el (change-log-mode-map): Add a menu.
10065 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
10067         * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
10068         function returns nil.
10069         (dbus-handle-event): Handle special return value :ignore.
10070         Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
10072 2009-07-26  Chong Yidong  <cyd@stupidchicken.com>
10074         * view.el (view-mode-enable): Don't define Helper-return-blurb if
10075         it's not needed.
10077 2009-07-25  Eli Zaretskii  <eliz@gnu.org>
10079         Fix Bug#3888:
10081         * w32-vars.el (x-select-enable-clipboard): Doc fix.
10083         * term/pc-win.el (x-display-name, x-colors)
10084         (x-select-enable-clipboard, x-select-text): Doc fix.
10086         * term/common-win.el (x-display-name, x-colors): Doc fix.
10088         * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
10089         (xw-defined-colors): Doc fix.
10091         * w32-fns.el (x-select-text, x-setup-function-keys)
10092         (x-get-selection, x-set-selection): Doc fix.
10094         * term/x-win.el (x-select-text, x-setup-function-keys)
10095         (x-select-enable-clipboard, xw-defined-colors): Doc fix.
10097         * select.el (x-set-selection): Doc fix.
10099 2009-07-25  Michael Albinus  <michael.albinus@gmx.de>
10101         * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
10102         instead of "IsNSSSupportAvailable".  Avahi ought to work also when
10103         "IsNSSSupportAvailable" method is not available.  Reported by
10104         Steve Youngs <steve@sxemacs.org>.
10106 2009-07-24  Kenichi Handa  <handa@m17n.org>
10108         * international/characters.el: Fix setting of category ?C, ?|, ?K,
10109         and ?H.  Fix setting of case for Latin Extended and Greek Extended.
10110         (build-unicode-category-table): Fix range checks.
10112 2009-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
10114         * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
10115         the buffer we try to sync is current when calling
10116         vc-resynch-buffer.
10118         * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
10119         not show up to date files.
10121 2009-07-24  Glenn Morris  <rgm@gnu.org>
10123         * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
10124         Add autoload cookies.  If necessary, initialize.
10125         (elint-log): Handle non-file buffers.
10126         (elint-initialize): Add optional argument to reinitialize.
10127         (elint-find-builtin-variables): Save excursion.
10129 2009-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
10131         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
10132         for Lint.
10134 2009-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
10136         * vc.el (vc-print-log-internal): New function, split out from ...
10137         (vc-print-log): ... here.
10138         (vc-dir-move-to-goal-column): Declare.
10140         * vc-git.el (vc-git-add-signoff): New variable.
10141         (vc-git-checkin): Use it.
10142         (vc-git-toggle-signoff): New function.
10143         (vc-git-extra-menu-map): Bind it to menu.
10144         (vc-git--run-command-string): Accept a nil FILE argument.
10145         (vc-git-stash-list): New function.
10146         (vc-git-dir-extra-headers): Use it.
10148 2009-07-23  Glenn Morris  <rgm@gnu.org>
10150         * help-fns.el (describe-variable): Describe ignored and risky local
10151         variables in a similar way to that in which we describe safe ones.
10153         * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
10154         (byte-compile-output-file-form, byte-compile-output-docform)
10155         (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
10156         Give some more local variables with common names a "bytecomp-" prefix,
10157         so as not to shadow things during compilation.
10158         * emacs-lisp/cl-macs.el (load-time-value)
10159         * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
10160         `outbuffer' to `bytecomp-outbuffer'.
10162         * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
10163         since the next two variables cover them automatically now.
10164         (elint-builtin-variables, elint-autoloaded-variables): New.
10165         (elint-unknown-builtin-args): Remove all members, since they can be
10166         parsed automatically now.
10167         (elint-extra-errors): New.
10168         (elint-env-add-env, elint-env-add-macro): Use cadr.
10169         (elint-current-buffer): Use or.  Change final message.
10170         (elint-get-top-forms): Use line-end-position.
10171         (elint-init-env): Use cadr.  Handle autoload, declare-function,
10172         and defalias.
10173         (elint-add-required-env): Doc fix.  Use or.  Standardize error.
10174         (regexp-assoc): Remove unused function.
10175         (elint-top-form): Set elint-current-pos, to record the start of the
10176         top-level form, for compilation-mode.
10177         (elint-form): Trap errors in macro expansion.  Use dolist.
10178         (elint-unbound-variable): Use elint-builtin-variables and
10179         elint-autoloaded-variables.
10180         (elint-get-args): Use cadr, or.
10181         (elint-check-cond-form): Use dolist, cadr.
10182         (elint-check-condition-case-form): Doc fix.  Use cadr.
10183         Use elint-extra-errors.
10184         (elint-log): New function.
10185         (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
10186         Distinguish errors and warnings.
10187         (elint-log-message): Use with-current-buffer.  Inhibit read-only.
10188         Use a bytecomp-style format.
10189         (elint-clear-log): Preserve default-directory.  Inhibit read-only.
10190         (elint-get-log-buffer): Use compilation mode.  Disable undo.
10191         Don't truncate lines.
10192         (elint-initialize): Set builtin and autoloaded variable lists.
10193         Only process elint-unknown-builtin-args if non-nil.
10194         (elint-find-builtin-variables, elint-find-autoloaded-variables):
10195         New functions.
10196         (elint-find-builtin-args): Doc fix.  Handle "BODY...)".
10198 2009-07-22  Kevin Ryde  <user42@zip.com.au>
10200         * net/newst-backend.el (newsticker--parse-atom-1.0)
10201         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
10202         (newsticker--parse-rss-1.0):
10203         * progmodes/idlwave.el (idlwave-mode):
10204         * progmodes/idlw-shell.el (idlwave-shell-mode):
10205         * progmodes/vera-mode.el (vera-mode):
10206         * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
10207         * progmodes/vhdl-mode.el (vhdl-mode):
10208         * textmodes/table.el (table-generate-source)
10209         (table--warn-incompatibility):
10210         Hyperlink urls in docstrings with URL `...'.
10212 2009-07-22  Glenn Morris  <rgm@gnu.org>
10214         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
10215         * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
10216         * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
10217         Remove leading * from defcustom docs.
10219         * simple.el (blink-matching-paren-distance): Bump to 100k.  (Bug#3889)
10221         * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
10222         defcustom doc.
10223         (list-load-path-shadows): Optionally, just return shadows as a string.
10225         * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
10227 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
10229         * mail/rmailedit.el (rmail-edit-mode): Use
10230         auto-save-include-big-deletions.
10232         * mail/rmail.el (rmail-variables): Use
10233         auto-save-include-big-deletions.
10235         * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
10236         changes.
10238 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
10240         * calc/calc.el (calc-undo-length): New variable.
10241         (calc-quit): Truncate rather than eliminate `calc-undo-list'.
10243 2009-07-21  Richard Stallman  <rms@gnu.org>
10245         * files.el (auto-save-mode): Handle buffer-save-size = -2
10246         for toggling mode.
10248 2009-07-21  Glenn Morris  <rgm@gnu.org>
10250         * textmodes/ispell.el (ispell-looking-back): Update declaration.
10252         * calendar/todo-mode.el (calendar-current-date): Update declaration.
10254         * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
10255         silence compiler.  Instead...
10256         (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
10257         (ps-print-ensure-fontified): Update for above function name changes.
10259         * printing.el (pr-mh-get-msg-num, pr-mh-show)
10260         (pr-mh-start-of-uncleaned-message): Remove aliases only used to
10261         silence compiler.  Instead...
10262         (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
10263         (mh-show-buffer): Only define for compiler.
10264         (pr-mh-current-message): Update for above function name changes.
10266         * files.el (abort-if-file-too-large): Explicitly pass `filename'
10267         as an argument.
10268         (find-file-noselect, insert-file-1): Update for above change.
10270         * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
10272         * mail/mailclient.el (mailclient-send-it): Fix message.
10274         * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
10275         (edebug-eval): Check cl-debug-env is bound.
10276         (print-level, print-circle): Don't redefine built-in variables.
10278         * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
10279         (custom-print-vectors): Remove old comments from doc.
10281         * emerge.el (menu-bar-emerge-menu): Remove unused variable.
10282         (emerge-version): Make the variable an obsolete alias for the
10283         emacs-version variable.  Make the function obsolete.
10284         (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
10285         Emerge options, rather than merging in into the main Options menu.
10286         (emerge-options-menu): Adjust menu text.  Use buttons for skip prefers
10287         and auto advance modes.  Disable edit/fast items when not relevant.
10289 2009-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
10291         * term/vt420.el (terminal-init-vt420): Fix typo.
10293 2009-07-20  Sam Steingold  <sds@gnu.org>
10295         * progmodes/ada-mode.el (compile-auto-highlight): Remove the
10296         variable (removed from compile.el on 2004-03-11).
10298 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
10300         * files.el (hack-local-variables-filter): Fix last change.
10302 2009-07-19  Juri Linkov  <juri@jurta.org>
10304         * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
10305         (dir-local-variables-alist): New buffer-local variable.
10306         (hack-local-variables-filter): If variable is not dir-local,
10307         i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
10308         because file-local overrides dir-local.
10309         (c-postprocess-file-styles) <declare-function>:
10310         Remove obsolete declaration.
10311         (hack-dir-local-variables): Add dir-local variable/value pair to
10312         `dir-local-variables-alist' and remove duplicates.  Doc fix.
10314         * help-fns.el (describe-variable): Add information about
10315         file-local and dir-local variables.
10317 2009-07-19  Chong Yidong  <cyd@stupidchicken.com>
10319         * files.el (hack-local-variables-filter): Rewrite.
10321 2009-07-19  Glenn Morris  <rgm@gnu.org>
10323         * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
10324         Silence compiler by only defining on XEmacs.
10326         * international/mule.el (auto-coding-regexp-alist): Only match
10327         BABYL... at the start of buffer, not of lines.  (Bug#3790)
10329         * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
10330         non-calendar buffers (Bug#3862).  Restore "not on a date" message.
10331         (cal-menu-context-mouse-menu): Doc fix.
10333         * desktop.el (desktop-buffers-not-to-save): Set :version tag.
10335         * simple.el (mail-user-agent): Doc fix.  Set :version tag.
10337 2009-07-18  Juri Linkov  <juri@jurta.org>
10339         * info.el: Virtual Info keyword finder.
10340         (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
10341         (Info-finder-file): New variable.
10342         (Info-finder-find-file): New function.
10343         (finder-known-keywords, finder-package-info)
10344         (find-library-name, lm-commentary): Use defvar and
10345         declare-function to silence compiler warnings.
10346         (Info-finder-find-node): New function.
10347         (info-finder): New command.
10349         * subr.el (process-kill-buffer-query-function): New function.
10350         (add-hook)<kill-buffer-query-functions>: Add hook
10351         `process-kill-buffer-query-function'.
10353 2009-07-18  Alan Mackenzie  <acm@muc.de>
10355         * progmodes/cc-mode.el (c-before-hack-hook)
10356         (c-postprocess-file-styles): Give invocation of `c-set-style'
10357         DONT-OVERRIDE parameter of t.  Already set style variables will
10358         thus not be overridden by style settings given by `c-file-syle'.
10360         * files.el (hack-local-variables-filter): Remove entries with
10361         duplicate keys from `file-local-variables-alist'.
10363 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
10365         * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
10366         x-set-selection if display-selections-p returns nil for the
10367         current frame.
10369 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
10371         * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
10373 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
10375         * desktop.el (desktop-buffers-not-to-save): Default value is nil.
10376         Accept nil in addition to a regexp.
10377         (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
10378         Accept nil in addition to a regexp.
10379         (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
10380         buffers that have an associated file.  Handle nil values of
10381         desktop-buffers-not-to-save and desktop-files-not-to-save.
10382         (Bug#3833)
10384         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
10385         (x-disown-selection-internal): New functions.
10387 2009-07-18  Nick Roberts  <nickrob@snap.net.nz>
10389         * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
10390         warning.
10391         (gdb-breakpoints-header): Move forward to avoid compiler warning.
10392         (gdb-make-header-line-mouse-map): Remove duplicate definition.
10394 2009-07-18  David De La Harpe Golden  <david@harpegolden.net>
10396         * simple.el (set-mark): Revert last change.
10398 2009-07-17  Tassilo Horn  <tassilo@member.fsf.org>
10400         * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
10401         rendering of pngs is not possible instead of messaging a long
10402         description.
10404 2009-07-17  David De La Harpe Golden  <david@harpegolden.net>
10406         * w32-fns.el (x-selection-owner-p): New function.
10408         * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
10409         (mouse-yank-at-click, mouse-yank-primary): If
10410         select-active-regions is non-nil, deactivate the mark before
10411         insertion.
10413         * simple.el (deactivate-mark, set-mark): Only save selection if we
10414         own it.
10416 2009-07-17  Kenichi Handa  <handa@m17n.org>
10418         * case-table.el (describe-buffer-case-table): Fix for the case
10419         that KEY is a cons.
10421 2009-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
10423         * vc-rcs.el (vc-rcs-find-file-hook):
10424         * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
10426 2009-07-16  Michael Albinus  <michael.albinus@gmx.de>
10428         * net/tramp.el (tramp-wait-for-output): Handle the case when
10429         commands do not return a newline but a null byte before the shell
10430         prompt.  (Bug#3858)
10432 2009-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10434         * term/ns-win.el (ns-set-alpha): Don't declare.
10435         (ns-set-background-alpha): Remove function.
10437 2009-07-16  Kevin Ryde  <user42@zip.com.au>
10439         * emacs-lisp/copyright.el (copyright-update): Save match-data across
10440         y-or-n-p, for safety.
10442 2009-07-16  Richard Stallman  <rms@gnu.org>
10444         * files.el (auto-save-mode): If buffer-saved-size is -2,
10445         don't clobber it.
10447         * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
10448         (rmail-retry-ignored-headers): Add more uninteresting fields.
10450 2009-07-15  Jari Aalto  <jari.aalto@cante.net>
10452         * net/rcirc.el (rcirc): Use history variables.
10453         (rcirc-server-name-history, rcirc-nick-name-history)
10454         (rcirc-server-port-history): New variables.
10456 2009-07-15  Kenichi Handa  <handa@m17n.org>
10458         * international/mule-cmds.el (set-language-environment-charset):
10459         If coding-system-charset-list returns `iso-2022' or `emacs-mule',
10460         ignore them.
10462         * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
10463         Delete unibyte-display.
10465 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
10467         * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
10469 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
10471         * simple.el (deactivate-mark): Optional argument FORCE.
10472         (set-mark): Use deactivate-mark.
10474         * info.el (Info-search): No need to check transient-mark-mode
10475         before calling deactivate-mark.
10477         * select.el (x-set-selection): Doc fix.
10478         (x-valid-simple-selection-p): Allow buffer values.
10479         (xselect--selection-bounds): Handle buffer values.  Suggested by
10480         David De La Harpe Golden.
10482         * mouse.el (mouse-set-region, mouse-drag-track): Call
10483         copy-region-as-kill before setting the mark, to let
10484         select-active-regions work.
10486 2009-07-15  David De La Harpe Golden  <david@harpegolden.net>
10488         * simple.el (deactivate-mark): If select-active-regions is
10489         non-nil, copy the selection data into a string.
10490         (activate-mark): If select-active-regions is non-nil, set the
10491         selection to the current buffer.
10492         (set-mark): Update selection if select-active-regions is non-nil.
10494         * select.el (x-valid-simple-selection-p): Allow buffer values.
10496 2009-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10498         * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
10499         and more featureful message-mode.
10501 2009-07-14  Chong Yidong  <cyd@stupidchicken.com>
10503         * select.el (x-set-selection): Doc fix.
10504         (x-valid-simple-selection-p): Disallow selection data consisting
10505         of a list or cons of integers, since that is not used.
10506         (xselect--selection-bounds, xselect--int-to-cons): New functions.
10507         (xselect-convert-to-string, xselect-convert-to-length)
10508         (xselect-convert-to-filename, xselect-convert-to-charpos)
10509         (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
10511 2009-07-14  Dmitry Dzhus  <dima@sphinx.net.ru>
10513         * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
10514         output in -break-info command (Emacs bug #3794).
10516 2009-07-14  Glenn Morris  <rgm@gnu.org>
10518         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
10519         (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
10520         (edebug-print-length, edebug-print-level, edebug-print-circle)
10521         (edebug-sit-for-seconds, edebug-view-outside)
10522         (edebug-bounce-point, edebug-set-global-break-condition)
10523         (edebug-Go-nonstop-mode, edebug-trace-mode)
10524         (edebug-Trace-fast-mode, edebug-continue-mode)
10525         (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
10526         (edebug-visit-eval-list): Doc fixes.
10528         * subr.el (def-edebug-spec): Doc fix.
10530 2009-07-14  Kenichi Handa  <handa@m17n.org>
10532         * international/characters.el: Fix setting of category ?C.
10534 2009-07-13  Jan Djärv  <jan.h.d@swipnet.se>
10536         * term/ns-win.el (x-select-font): defalias x-select-font to
10537         ns-popup-font-panel instead of generate-fontset-menu.
10539 2009-07-12  Eli Zaretskii  <eliz@gnu.org>
10541         * desktop.el (desktop-buffers-not-to-save): Remove ".log".  (Bug#3833)
10543 2009-07-12  Peter Jolly  <peter@jollys.org>  (tiny change)
10545         * arc-mode.el (archive-find-type): Allow for a PK00 string before
10546         the PK\003\004 header (Bug#3770).
10548 2009-07-12  Guanpeng Xu  <herberteuler@hotmail.com>
10550         * pcomplete.el (pcomplete-comint-setup): Check for
10551         shell-dynamic-complete-filename too.
10553 2009-07-11  Chong Yidong  <cyd@stupidchicken.com>
10555         * simple.el (temporary-goal-column): Change the value for
10556         line-move-visual to a cons cell.
10557         (line-move-visual): Record or set the window hscroll, if
10558         necessary (Bug#3494).
10559         (line-move-1): Handle cons value of temporary-goal-column.
10561 2009-07-11  Kenichi Handa  <handa@m17n.org>
10563         * international/mule-diag.el (describe-character-set): Don't show
10564         width.
10566 2009-07-10  Sam Steingold  <sds@gnu.org>
10568         * progmodes/compile.el (compilation-mode-font-lock-keywords):
10569         Omake sometimes indents the errors it prints, so allow all
10570         regexps to start with spaces.
10572 2009-07-10  Eli Zaretskii  <eliz@gnu.org>
10574         * cus-edit.el (customize-changed-options-previous-release):
10575         Bump value to 22.1.  (Bug#3804)
10577 2009-07-08  Sam Steingold  <sds@gnu.org>
10579         * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
10580         to be a cons cell (test . ignored-directory) to selectively ignore
10581         some directories depending on the location of the search.
10583 2009-07-08  Michael Albinus  <michael.albinus@gmx.de>
10585         * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
10586         remote user is root, on the local host.
10587         (tramp-local-host-p): Either the local user or the remote user
10588         must be root.  (Bug#3771)
10590 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
10592         * progmodes/gdb-mi.el (gdb): Remove description of
10593         gdb-use-separate-io-buffer.
10594         (menu): Don't allow toggling of or enable
10595         gdb-use-separate-io-buffer from menubar.
10597 2009-07-08  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
10599         * mail/unrmail.el (unrmail): Make sure the message ends with two
10600         newlines (Bug#3769).
10602 2009-07-08  Glenn Morris  <rgm@gnu.org>
10604         * calendar/calendar.el (calendar-current-date): Rework previous change.
10606 2009-07-08  Ed Reingold  <reingold@emr.cs.iit.edu>
10608         * calendar/calendar.el (calendar-current-date):
10609         Add an optional argument giving an offset from today.
10611 2009-07-08  Glenn Morris  <rgm@gnu.org>
10613         * tutorial.el (tutorial--describe-nonstandard-key):
10614         Adjust the message for when a key has been unbound.
10615         (help-with-tutorial): Hide the arch-tag.
10617 2009-07-08  Kenichi Handa  <handa@m17n.org>
10619         * international/fontset.el (setup-default-fontset): For each
10620         script, append (not set) font-specs.
10622         * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
10623         docstring.
10625 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
10627         * progmodes/gdb-mi.el (gdb-init-1): Move sending
10628         -data-list-register-names to ...
10629         (gdb-starting): ... here because GDB 7.0 requires execution to
10630         have started when using this MI command.
10631         (gdb-set-header): New function to distinguish select and
10632         unselected tabs in gdb buffers.
10633         (gdb-propertize-header): New macro that uses gdb-set-header.
10634         (gdb-breakpoints-header, gdb-locals-header): Use it.
10635         (gdb-disassembly-mode-map): Add keybinding to kill buffer.
10637 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
10639         * Makefile.in (ELCFILES): Remove fadr.elc.
10641 2009-07-07  Dmitry Dzhus  <dima@sphinx.net.ru>
10643         * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
10644         may contain frame information, so `string-match' should be used.
10645         (gdb-update): Disassembly is invalidated through
10646         `gdb-get-selected-frame'.
10647         (gdb-pad-string): New function to pad string with spaces.
10648         (gdb-invalidate-disassembly): Invalidate only if the buffer
10649         exists.
10650         (gdb-disassembly-handler-custom): Column alignment.
10651         (gdb-disassembly-place-breakpoints): Clear old breakpoints before
10652         placing new ones.
10653         (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
10654         end of line, too.
10655         (gdb-frame-handler): Match convention to for disassembly buffer
10656         mode name.
10657         (gdb-stack-list-frames-handler): Rewritten without regexps.
10658         (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
10659         not highlight breakpoints without line information.
10660         (gdb-input): Add trailing newline to command.
10662         * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
10663         buffer properly.
10664         (gdb-breakpoints-list-handler-custom): Replacement for
10665         `gdb-break-list-handler'.  Using real parser instead of regexps
10666         now.
10667         (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
10668         Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
10669         to place breakpoints.
10670         (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
10671         functions.
10672         (gdb-disassembly-handler-custom): Show overlay arrow.
10673         (gdb-disassembly-place-breakpoints): Show breakpoints in
10674         disassembly buffer.
10675         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
10676         (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
10677         instead of parsing breakpoints buffer.  Fixed old menu references
10678         in `gud-menu-map'.
10680         * fadr.el: Remove.
10682         * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
10683         (gdb-memory-address): New variable which holds top address of
10684         memory page shown in memory buffer.
10685         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
10686         customization variables.
10687         New functions:
10688         (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
10689         display the memory buffer.
10690         (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
10691         buffer display parameters.
10692         (def-gdb-memory-format, gdb-memory-format-binary)
10693         (gdb-memory-format-octal, gdb-memory-format-unsigned)
10694         (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
10695         Functions for setting memory buffer format.
10696         (gdb-memory-unit-word, gdb-memory-unit-halfword)
10697         (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
10698         unit size used in memory buffer.
10699         (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
10700         to next/previous page of memory buffer.
10701         Now using (bindat-get-field) instead of fadr functions.
10703 2009-07-07  Sam Steingold  <sds@gnu.org>
10705         * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
10706         non-top-level files.
10708 2009-07-07  Kenichi Handa  <handa@m17n.org>
10710         * international/mule-cmds.el (reset-language-environment): Put
10711         the highset priority to the charset iso-8859-1.
10713 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
10715         * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
10716         to the end of the line when locating the block (Bug#700).
10718 2009-07-06  Michael Albinus  <michael.albinus@gmx.de>
10720         * net/tramp.el (tramp-handle-write-region): Flush file properties
10721         in case of short track.
10723 2009-07-06  Michael McNamara  <mac@mail.brushroad.com>
10725         * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
10726         Coded custom representation of verilog error regular expressions
10727         to work with Emacs-22's new format.
10728         (verilog-error-regexp-xemacs-alist): Coded custom representation
10729         of verilog error regular expressions to work with XEmacs format.
10730         (verilog-error-regexp-add-xemacs): Hook routine to install verilog
10731         error recognition into XEmacs.
10732         (verilog-error-regexp-add-emacs): Hook routine to install verilog
10733         error recognition into Emacs-22.
10735 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
10737         * woman.el: Remove stand-alone closing parentheses.
10738         (woman-file-name, woman2-format-paragraphs)
10739         (woman-leave-blank-lines): Code cleanup.
10740         (woman-use-own-frame): Change default to nil.
10741         (woman-italic, woman-bold, woman-unknown, woman-addition): Change
10742         defaults to inherit from default faces.
10743         (woman2-process-escapes): Consume the newline after a stand-alone
10744         filler character (Bug#3651).
10746 2009-07-06  Glenn Morris  <rgm@gnu.org>
10748         * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
10749         (top-level): Move provide to the end.
10750         (ffap): Remove defunct URL from custom group.
10752         * subr.el (eval-after-load): Doc fix.
10754 2009-07-06  Vincent Belaïche  <vincent.belaiche@gmail.com>
10756         * calc/calc-embed.el (calc-embedded-make-info): Don't force when
10757         `calc-embedded-word' is called twice.
10759 2009-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10761         * files.el (find-alternate-file-other-window, find-alternate-file):
10762         Obey confirm-nonexistent-file-or-buffer.
10764 2009-07-05  Michael Albinus  <michael.albinus@gmx.de>
10766         * dired-aux.el (dired-show-file-type): Handle remote files.
10768 2009-07-05  Jari Aalto  <jari.aalto@cante.net>
10770         * desktop.el (desktop-globals-to-save):
10771         Add file-name-history (Bug#2750).
10773 2009-07-05  Chong Yidong  <cyd@stupidchicken.com>
10775         * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
10777 2009-07-04  Johan Bockgård  <bojohan@gnu.org>
10779         * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
10780         property on entire argument since this is what eshell-lisp-command
10781         expects.
10783 2009-07-03  Michael Albinus  <michael.albinus@gmx.de>
10785         * net/tramp-gvfs.el (tramp-gvfs-methods)
10786         (tramp-gvfs-zeroconf-domain)
10787         (tramp-bluez-discover-devices-timeout): Add version flag.
10788         (tramp-gvfs-handler-mounted-unmounted)
10789         (tramp-gvfs-connection-mounted-p): Polish handling of
10790         incompatibilities between GVFS 0.2 and 1.0.
10792 2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
10794         * cus-start.el (all): Add make-pointer-invisible.
10796 2009-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
10798         * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
10799         formatted correctly.
10801 2009-07-02  Juri Linkov  <juri@jurta.org>
10803         * info.el: Virtual Info files and nodes.
10804         (Info-virtual-files, Info-virtual-nodes): New variables.
10805         (Info-current-node-virtual): New variable.
10806         (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
10807         New functions.
10808         (Info-file-supports-index-cookies): Use Info-virtual-file-p
10809         to check for a virtual file instead of checking a fixed list
10810         of node names.
10811         (Info-find-file): Use Info-virtual-fun and Info-virtual-call
10812         instead of ad-hoc processing of "dir" and (apropos history toc).
10813         (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
10814         instead of ad-hoc processing of "dir" and (apropos history toc).
10815         Reread a file when moving from a virtual node.
10816         (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
10817         (Info-directory-toc-nodes, Info-directory-find-file)
10818         (Info-directory-find-node): New functions.
10819         (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
10820         (Info-history): Move part of code to
10821         `Info-history-find-node'.
10822         (Info-history-toc-nodes, Info-history-find-file)
10823         (Info-history-find-node): New functions.
10824         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
10825         (Info-toc): Move part of code to `Info-toc-find-node'.
10826         (Info-toc-find-node): New function.
10827         (Info-toc-insert): Rename from `Info-insert-toc'.  Don't insert
10828         the current Info file name to references because now the node
10829         "*TOC*" belongs to the same Info manual.
10830         (Info-toc-build): Rename from `Info-build-toc'.
10831         (Info-toc-nodes): Rename input argument `file' to `filename'.
10832         Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
10833         instead of ad-hoc processing of ("dir" apropos history toc).
10834         (Info-index-nodes): Use Info-virtual-file-p
10835         to check for a virtual file instead of checking a fixed list
10836         of node names.
10837         (Info-index-node): Add check for `Info-current-node-virtual'.
10838         Raise `save-match-data' higher up the tree to contain
10839         `search-forward' too (bug fix).
10840         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
10841         (Info-virtual-index-nodes): New variable.
10842         (Info-virtual-index-find-node, Info-virtual-index): New functions.
10843         (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
10844         (Info-apropos-file, Info-apropos-nodes): New variables.
10845         (Info-apropos-toc-nodes, Info-apropos-find-file)
10846         (Info-apropos-find-node, Info-apropos-matches): New functions.
10847         (info-apropos): Move part of code to `Info-apropos-find-node' and
10848         `Info-apropos-matches'.
10849         (Info-mode-map): Bind "I" to `Info-virtual-index'.
10850         (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
10851         for a virtual file instead of checking a fixed list of node names.
10853         * simple.el (async-shell-command): New command.
10855         * bindings.el (esc-map): Bind "&" to `async-shell-command'.
10857         * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
10858         instead of `mount-info'.
10860 2009-07-02  Michael Albinus  <michael.albinus@gmx.de>
10862         * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
10863         (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
10865 2009-07-02  Kenichi Handa  <handa@m17n.org>
10867         * international/mule.el (set-keyboard-coding-system): Force *-unix
10868         coding-system to avoid eol conversion.
10870 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
10872         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
10873         Add handler for `process-file', `shell-command' and
10874         `start-file-process'.
10875         (tramp-gvfs-handle-shell-command)
10876         (tramp-gvfs-handle-start-file-process)
10877         (tramp-gvfs-handle-process-file): New defuns.
10878         (tramp-synce-list-devices): Simplify check for existence of property.
10880 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
10882         * startup.el (command-line-x-option-alist): Add -mm and --maximized.
10884 2009-07-01  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
10886         * language/korean.el (set-language-info-alist): Add korean-cp949,
10887         cp949 to spec.
10889 2009-07-01  Kenichi Handa  <handa@m17n.org>
10891         * Makefile.in (ELCFILES): Delete encoded-kb.elc.
10893         * international/encoded-kb.el: Deleted.
10895         * international/mule.el (set-keyboard-coding-system): Perform the
10896         necessary setup here instead of calling encoded-kbd-setup-display.
10898 2009-07-01  Glenn Morris  <rgm@gnu.org>
10900         * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
10902 2009-07-01  Evangelos Evangelou  <vangelis@email.unc.edu>  (tiny change)
10904         * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)".  (Bug#3730)
10906 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
10908         * net/tramp.el (tramp-do-copy-or-rename-file-directly):
10909         Handle also the 'rename case, when setting file modes.  (Bug#3712)
10910         (tramp-default-file-modes): Remove execute permissions.
10912         * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
10913         (top): Add a default for "synce" in `tramp-default-user-alist'.
10914         Add completion function for "synce" method.
10915         (tramp-hal-service, tramp-hal-path-manager)
10916         (tramp-hal-interface-manager, tramp-hal-interface-device):
10917         New defconst.
10918         (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
10919         (tramp-synce-list-devices, tramp-synce-parse-device-names):
10920         New defuns.
10922         * net/trampver.el: Update release number.
10924 2009-06-30  Kenichi Handa  <handa@m17n.org>
10926         * international/fontset.el (setup-default-fontset): Add CJK fonts
10927         for symbols and the other miscellaneous characters.
10929         * language/korea-util.el (setup-korean-environment-internal):
10930         Make char-width-table suitable for Korean environments.
10931         (exit-korean-environment): Cancel above.
10933         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
10934         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
10935         setup-function to make char-width-table suitable for respective
10936         environments, and an exit-function to cancel that.
10938         * language/japan-util.el (setup-japanese-environment-internal):
10939         Call use-cjk-char-width-table with arg `ja_JP'.
10941         * international/characters.el (cjk-char-width-table): Delete it.
10942         (cjk-char-width-table-list): New variable.
10943         (use-cjk-char-width-table): New arg local-name.
10944         (use-default-char-width-table): Fix for the case that Emacs is
10945         already using the default char-width-table.
10947 2009-06-29  Michael Albinus  <michael.albinus@gmx.de>
10949         * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
10950         modes mandatory.  (Bug#3712)
10952 2009-06-29  Alan Mackenzie  <acm@muc.de>
10954         * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
10955         correction between the visible width of TABs and their number of bytes.
10957 2009-06-29  Chong Yidong  <cyd@stupidchicken.com>
10959         * server.el (server-buffer-done): Prevent kill-buffer from
10960         prompting by clearing the buffer modification flag (Bug#3696).
10962 2009-06-28  Michael McNamara  <mac@mail.brushroad.com>
10964         * progmodes/verilog-mode.el (verilog-beg-of-statement)
10965         (verilog-endcomment-reason-re): Support unique case and priority case.
10966         (verilog-basic-complete-re): Support localparam lineup.
10967         (verilog-beg-of-statement-1): Fix for robustness, unique case.
10968         (verilog-set-auto-endcomments): Fix for unique case, always_comb
10969         commenting.
10970         (verilog-leap-to-case-head): Now support *nested* unique &
10971         priority case statements.
10972         (verilog-auto-lineup): Make just declarations the default (as it
10973         had been).
10974         (verilog-leap-to-case-head): Support priority/unique case statements.
10975         (verilog-auto-lineup): Rework to give users radio buttons to
10976         select the various styles of automatic lineup.
10977         (verilog-error-regexp-alist): Rework to support the XEmacs style
10978         of error regular expressions from compilers, lint tools &
10979         simulators.  Note that GNU Emacs has made it impossible for a mode
10980         to load such things.
10981         (electric-verilog-terminate-line, verilog-indent-declaration)
10982         (verilog-auto-wiure): Rework for radio button selection of
10983         auto-lineup selection of specification of auto lineup.
10984         (verilog-beg-of-statement-1): Redesign to support proper operation
10985         in additional code, based on testing with auto-lineup.
10986         (verilog-calculate-indent, assignments & declarations)
10987         (verilog-backward-token): Enhance to support auto-lineup of
10988         assignments & declarations.
10989         (verilog-in-directive-p, verilog-at-struct-p): New function for
10990         easy test of whether we are.
10991         (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
10992         to support safe execution at almost anyline.
10993         (verilog-calc-1): Properly support indenting deep inside generate
10994         blocks.
10995         (verilog-init-font): Remove definition & use of verilog-init-font,
10996         as it is redundant with font-lock-defaults.
10997         (verilog-mode): Alter the definition of verilog-font-lock-defaults
10998         to avoid circular calls if syntax-ppss is a function (as is the
10999         case now in 22.x GNU Emacs) as that function would sometimes call
11000         itself, leading to (nearly) infinite recursion.
11001         (verilog-ovm-begin-re, verilog-ovm-end-re)
11002         (verilog-ovm-statement-re, verilog-leap-to-head)
11003         (verilog-backward-token): Add support for OVM macros.  Some are
11004         complete statements, and others open and close scopes like begin
11005         and end.
11006         (verilog-defun-level-not-generate-re, verilog-defun-level-re)
11007         (verilog-defun-level-generate-only-re): Really fix the defun-list
11008         compilation issue.
11009         (verilog-calc-1, verilog-beg-of-statement): Enhance support for
11010         coverpoint, constraint and cross statements.
11011         (verilog-defun-level-list, verilog-generate-defun-level-list)
11012         (verilog-all-defun-level-list): Redo these specifications - it is
11013         too hard to support eval-when compile aggregation of lists also
11014         built at when-compile time.
11015         (verilog-defun-level-list): Place defconsts of variables used in
11016         building regular expressions which are built in eval-when-compile
11017         bodies in the same eval-when-compile body to facilitate compile
11018         without load.
11019         (verilog-beg-block-re-ordered): Support indenting
11020         virtual/protected tasks and functions.
11021         (verilog-defun-level-list, verilog-in-generate-region-p)
11022         (verilog-backward-ws&directives, verilog-calc-1): Speed up
11023         indentation of some module items (generate items).
11024         (verilog-forward-sexp, verilog-leap-to-head): Support stepping
11025         across virtual/protected tasks and functions.
11027 2009-06-28  Wilson Snyder  <wsnyder@wsnyder.org>
11029         * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
11030         Allow sorting AUTOARG lists.  Suggested by Andrea Fedeli.
11031         (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
11032         in concatenations.  Reported by Yishay Belkind.
11033         (verilog-auto-ascii-enum): Support one-hot state machines in
11034         AUTOASCIIENUM.  Suggested by Lloyd Gomez.
11035         (verilog-auto-inst, verilog-auto-inst-port): Include interface
11036         modport in AUTOINST and add vl-modport for users.  Reported by
11037         David Rogoff.
11038         (verilog-auto-inout-module, verilog-auto-inst)
11039         (verilog-decls-get-interfaces, verilog-insert-definition)
11040         (verilog-insert-one-definition, verilog-read-decls)
11041         (verilog-read-sub-decls, verilog-read-sub-decls-sig)
11042         (verilog-sig-modport, verilog-signals-combine-bus)
11043         (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
11044         interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
11045         Suggested by David Rogoff.
11046         (verilog-repair-open-comma): Fix non-insertion of comma when
11047         `DEFINE occurs in V2K argument list.  Reported by Lane Brooks.
11048         (verilog-make-width-expression): Simplify [A-1:0] expression
11049         widths to just {A{1'b0}}.
11050         (verilog-mode): Cleanup checkdoc warnings.
11051         (verilog-auto-inout-module, verilog-signals-matching-dir-re):
11052         Add third optional regexp to AUTOINOUTMODULE to allow selecting only
11053         inputs/outputs or data type.  Suggested by Vasu Kandadi.
11054         (next-error-last-buffer): Fix byte-compiler warning.
11055         (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
11056         (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
11057         or shell command text during AUTO expansion.  Suggested by Tad Truex.
11058         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
11059         (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
11060         Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
11061         in AUTOINOUT.  Reported by Matthew Lovell.
11062         (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
11063         causing use of <= assignments.  Reported by Alex Reed.
11064         (verilog-read-decls): Fix triand, trior, wand, wor to be
11065         recognized by AUTOWIRE.  Reported by Spencer Isaacson.
11066         (verilog-extended-complete-re): Support import "DPI-C" functions.
11067         (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
11068         y[a+1:a+1]" to not include a in reset list.  Reported by Dan Dever.
11069         (verilog-insert-date, verilog-insert-year)
11070         (verilog-sk-header-tmpl): Fix verilog-header inserting error on
11071         Windows systems.  Reported by Michael Potts.
11072         (verilog-read-module-name): Fix AUTOINST when the child module
11073         declaration's name is a tick define.  Reported by Elliot Mednick.
11074         (verilog-read-decls): Fix V2K parameter bit subscripts getting
11075         passed to next parameter's definition.  Reported by Bruce T.
11076         (verilog-read-decls): Fix detecting "parameter int" when using
11077         AUTOINSTPARAM.  Reported by Bruce T.
11078         (verilog-goto-defun): Fix goto not finding modules unless first
11079         perform a verilog-auto expansion.  Suggested by Lawrence Butcher.
11080         (verilog-mode): Expand -f flag arguments on entry to mode so
11081         verilog-goto-defun will work.  Reported by Lawrence Butcher.
11082         (verilog-getopt): Expand environment variables in -f file
11083         arguments.  Suggested by Lawrence Butcher.
11084         (verilog-set-define): Fix "Symbol's value as variable is void"
11085         when reading enumerations.
11086         (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
11087         Suggested by Stephen Peltan.
11088         (verilog-read-defines): Fix reading of enumerations in include
11089         files.  Reported by Steve Peltan.
11091 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
11093         * files.el (trash-directory): Fix defcustom type.
11095 2009-06-28  Juri Linkov  <juri@jurta.org>
11097         * help-fns.el (describe-function-1): Correctly locate adviced
11098         functions in hyperlink (Bug#2438).
11100 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
11102         * files.el (trash-directory): Change default to nil.
11103         (move-file-to-trash): If trash-directory is nil and
11104         system-move-file-to-trash is unbound, perform freedesktop-style
11105         trashing.
11107 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
11109         * files.el (move-file-to-trash): Add freedesktop trash
11110         support (Bug#973).
11112 2009-06-28  Glenn Morris  <rgm@gnu.org>
11114         * autorevert.el (global-auto-revert-non-file-buffers)
11115         (global-auto-revert-mode): Doc fixes.
11117 2009-06-27  Johan Bockgård  <bojohan@gnu.org>
11119         * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
11121 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
11123         * faces.el (x-handle-named-frame-geometry): Ensure that we have
11124         opened an X connection before calling x-get-resource (Bug#3194).
11126         * play/doctor.el: Remove reference to obsolete website.
11127         (make-doctor-variables): Correct grammar mistake (Bug#2633).
11129 2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
11131         Remove find-file-not-found-hook VC method.  (Bug#2757)
11132         * vc-hooks.el (vc-file-not-found-hook)
11133         (vc-default-find-file-not-found-hook): Remove functions.
11134         (find-file-not-found-functions): Do not add vc-file-not-found-hook.
11135         * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
11136         * vc.el:
11137         * vc-hg.el:
11138         * vc-git.el: Do not mention find-file-not-found-hook VC method.
11140 2009-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
11142         * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
11143         compatibility function for `looking-back'.
11145         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
11146         Use `ispell-looking-back'.
11148 2009-06-24  Michael Albinus  <michael.albinus@gmx.de>
11150         * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
11151         rather than `filename'.
11153 2009-06-23  Miles Bader  <miles@gnu.org>
11155         * face-remap.el (text-scale-set): New function.
11157 2009-06-23  Glenn Morris  <rgm@gnu.org>
11159         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
11161         * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
11163         * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
11165         * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
11167         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
11168         Simplify Persian conditionals.
11170         * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
11171         variable `filename'.
11173         * comint.el (comint-insert-input): Doc fix.
11175         * Makefile.in (ELCFILES): Fix typo in previous change.
11177 2009-06-23  Miles Bader  <miles@gnu.org>
11179         * cus-start.el: Add entry for `recenter-redisplay'.
11181 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
11183         * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
11184         Add an optional argument for the backend, use it instead of
11185         calling vc-backend.
11186         (vc-mode-line): Add an optional argument for the backend.
11187         Pass the backend to vc-state and vc-working-revision.  Move code for
11188         special handling for vc-state being a buffer to ...
11190         * vc-rcs.el (vc-rcs-find-file-hook):
11191         * vc-sccs.el (vc-sccs-find-file-hook): ... here.  New functions.
11193         * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
11194         (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
11195         vc-stay-local-p and vc-mode-line calls.
11197         * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
11198         (vc-cvs-diff, vc-cvs-annotate-command)
11199         (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
11200         (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
11201         vc-mode-line calls.
11203         * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
11204         direct comparison.
11205         (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
11206         backend when calling vc-mode-line.
11207         (vc-register): Do not create a closure for calling the vc register
11208         function, call it directly.
11210 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
11212         * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
11213         to make it obvious item can be clicked.
11215         * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
11217 2009-06-23  Kenichi Handa  <handa@m17n.org>
11219         * language/korea-util.el (korean-key-bindings): Change the binding
11220         of F9 to hangul-to-hanja-conversion.  Bind Hangul_Hanja to the
11221         same command.
11223 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
11225         Sync with Tramp 2.1.16.
11227         * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
11229         * net/tramp.el (top): Require tramp-gvfs.  Catch `tramp-loading',
11230         when a loading of a package fails.  Completion function for rsync
11231         is `tramp-completion-function-alist-ssh'.
11232         (all): Replace all calls of `split-string' and
11233         `tramp-split-string' by `tramp-compat-split-string'.
11234         (tramp-default-method): Use `tramp-compat-process-running-p'.
11235         (tramp-default-proxies-alist): Allow also Lisp forms.
11236         (tramp-remote-path): Add choice "Private Directories".
11237         (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
11238         (tramp-domain-regexp): Allow also "-", "_" and ".".
11239         (tramp-end-of-output): Remove newlines, and add "$" at the end.
11240         (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
11241         (tramp-debug-message): Insert header line in debug buffer.
11242         (tramp-handle-directory-files-and-attributes-with-stat):
11243         Care about filenames with spaces, or starting with "-".
11244         (tramp-handle-dired-uncache): New defun.
11245         (tramp-handle-insert-directory): Don't flush the directory from
11246         cache, this is handled by `dired-uncache' now.
11247         (tramp-handle-insert-file-contents): Improve error handling.
11248         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
11249         Quote `tramp-end-of-output'.
11250         (tramp-action-password): Improve trace message.
11251         (tramp-check-for-regexp): Both echoes must be present, before removing.
11252         (tramp-open-connection-setup-interactive-shell): Trace coding system.
11253         (tramp-compute-multi-hops): Eval cons cells of
11254         `tramp-default-proxies-alist'.
11255         (tramp-maybe-open-connection): Use the same command pattern for
11256         first hop and further hops.
11257         (tramp-wait-for-output): Remove handling of newlines.
11258         (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
11259         (tramp-split-string): Remove function.  It is handled in
11260         tramp-compat now.
11262         * net/tramp-cmds.el (tramp-bug):
11263         Recommend `tramp-cleanup-all-connections' in the bug mail.
11265         * net/tramp-compat.el (tramp-compat-split-string)
11266         (tramp-compat-process-running-p): New defuns.
11268         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
11269         for `dired-uncache'.
11271         * net/tramp-gvfs.el: New package.
11273         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
11274         Add handler for `dired-uncache'.
11275         (tramp-smb-handle-file-local-copy): Cleanup in case of error.
11277         * net/trampver.el: Update release number.  Make version check fit
11278         for SXEmacs 22.
11280 2009-06-22  Jim Meyering  <meyering@redhat.com>
11282         Automatically handle .xz suffix (XZ-compressed files), too.
11283         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
11284         XZ is the successor to LZMA: <http://tukaani.org/xz/>
11286 2009-06-22  Dmitry Dzhus  <dima@sphinx.net.ru>
11287             Nick Roberts  <nickrob@snap.net.nz>
11289         * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
11290         repository (http://sphinx.net.ru/hg/gdb-mi/).
11292 2009-06-22  Glenn Morris  <rgm@gnu.org>
11294         * files.el (dir-locals-collect-mode-variables): Allow for any number of
11295         `mode' and `eval' entries.  (Bug#3430)
11297         * Makefile.in (ELCFILES): Add fadr.elc.
11299         * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
11300         differing behavior of \n and ^ in strings.  (Bug#3385)
11302         * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
11304         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
11305         property.
11306         (lisp-indent-function): Make it a defcustom.
11308 2009-06-21  Nick Roberts  <nickrob@snap.net.nz>
11310         * progmodes/gdb-ui.el: Replace with ...
11311         * progmodes/gdb-mi.el: ... this file.
11312         * progmodes/gud.el: Modify for gdb-mi.el.
11314 2009-06-21  Dmitry Dzhus  <dima@sphinx.net.ru>
11316         * fadr.el: New file.
11318 See ChangeLog.14 for earlier changes.
11320 ;; Local Variables:
11321 ;; coding: utf-8
11322 ;; End:
11324     Copyright (C) 2009, 2010  Free Software Foundation, Inc.
11326   This file is part of GNU Emacs.
11328   GNU Emacs is free software: you can redistribute it and/or modify
11329   it under the terms of the GNU General Public License as published by
11330   the Free Software Foundation, either version 3 of the License, or
11331   (at your option) any later version.
11333   GNU Emacs is distributed in the hope that it will be useful,
11334   but WITHOUT ANY WARRANTY; without even the implied warranty of
11335   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11336   GNU General Public License for more details.
11338   You should have received a copy of the GNU General Public License
11339   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
11341 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1