Synch Semantic to CEDET 1.0.
[emacs.git] / lisp / ChangeLog
blob29f7f77fc0a71f5928e89f109a94c1b4ac0aa520
1 2010-09-15  Glenn Morris  <rgm@gnu.org>
3         * calendar/appt.el (appt-check): If not displaying the diary,
4         use (diary 1) to only get the entries we need.
5         (appt-make-list): Sort diary-list-entries, if we cannot guarantee
6         that it is in day order.  (Bug#7019)
8         * calendar/appt.el (appt-check): Rather than showing the diary,
9         just turn off invisible display, and only if needed.
11         * calendar/diary-lib.el (diary-list-entries): Doc fix.  (Bug#7019)
13 2010-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
15         * emacs-lisp/byte-run.el (set-advertised-calling-convention):
16         Add `when' argument.  Update callers.
18         * subr.el (unintern): Declare the obarray arg mandatory.
20 2010-09-14  Glenn Morris  <rgm@gnu.org>
22         * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
23         Doc fixes.
25         * calendar/diary-lib.el (diary-included-files): New variable.
26         (diary-list-entries): Maybe initialize diary-included-files.
27         (diary-include-other-diary-files): Append to diary-included-files.
28         * calendar/appt.el (appt-update-list): Also check the members of
29         diary-included-files.  (Bug#6999)
30         (appt-check): Doc fix.
32 2010-09-12  David Reitter  <david.reitter@gmail.com>
34         * simple.el (line-move-visual): Do not truncate goal column to
35         integer size.  (Bug#7020)
37 2010-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
39         * repeat.el (repeat): Allow repeating when the last event is a click.
40         Suggested by Drew Adams (bug#6256).
42 2010-09-11  Sascha Wilde  <wilde@sha-bang.de>
44         * vc/vc-hg.el (vc-hg-state,vc-hg-working-revision):
45         Replace setting HGRCPATH to "" by some less invasive --config options.
47 2010-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
49         * font-lock.el (font-lock-beginning-of-syntax-function):
50         Mark as obsolete.
52 2010-09-10  Glenn Morris  <rgm@gnu.org>
54         * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
55         and tool-bar modes.  (Bug#6211)
56         (menu-bar-mode): Move setting of standard-value after the
57         minor-mode definition, otherwise it seems to have no effect.
59 2010-09-08  Masatake YAMATO  <yamato@redhat.com>
61         * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
62         Fix typo.  (Bug#6976)
64 2010-09-06  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
66         * whitespace.el: Allow cleaning up blanks without blank
67         visualization (Bug#6651).  Adjust help window for
68         whitespace-toggle-options (Bug#6479).  Allow to use fill-column
69         instead of whitespace-line-column (from EmacsWiki).  New version 13.1.
70         (whitespace-style): Add new value 'face.  Adjust docstring.
71         (whitespace-space, whitespace-hspace, whitespace-tab):
72         Adjust foreground property face.
73         (whitespace-line-column): Adjust docstring and type declaration.
74         (whitespace-style-value-list, whitespace-toggle-option-alist)
75         (whitespace-help-text): Adjust const initialization.
76         (whitespace-toggle-options, global-whitespace-toggle-options):
77         Adjust docstring.
78         (whitespace-display-window, whitespace-interactive-char)
79         (whitespace-style-face-p, whitespace-color-on): Adjust code.
80         (whitespace-help-scroll): New fun.
82 2010-09-05  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
84         * files.el (directory-abbrev-alist): Use \` as default regexp.
86         * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
87         chars like - or ] (bug#6984).
88         (rx-any-condense-range): Explode 2-char ranges.
90 2010-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
92         * textmodes/bibtex.el:
93         * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
95 2010-09-02  Glenn Morris  <rgm@gnu.org>
97         * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
99 2010-08-31  Kenichi Handa  <handa@m17n.org>
101         * international/mule-cmds.el (standard-display-european-internal):
102         Setup standard-display-table for 8-bit characters by storing 8-bit
103         characters in the element vector.
105         * disp-table.el (standard-display-8bit):
106         Setup standard-display-table for 8-bit characters by storing 8-bit
107         characters in the element vector.
108         (standard-display-european): Likewise.
110 2010-08-26  Michael Albinus  <michael.albinus@gmx.de>
112         Sync with Tramp 2.1.19.
114         * net/tramp-cmds.el (tramp-cleanup-all-connections)
115         (tramp-reporter-dump-variable, tramp-load-report-modules)
116         (tramp-append-tramp-buffers): Use `tramp-compat-funcall'.
117         (tramp-bug): Recommend setting of `tramp-verbose' to 9.
119         * net/tramp-compat.el (top): Do not autoload
120         `tramp-handle-file-remote-p'.  Load tramp-util.el and tramp-vc.el
121         only when `start-file-process' is not bound.
122         (byte-compile-not-obsolete-vars): Define if not bound.
123         (tramp-compat-funcall): New defmacro.
124         (tramp-compat-line-beginning-position)
125         (tramp-compat-line-end-position)
126         (tramp-compat-temporary-file-directory)
127         (tramp-compat-make-temp-file, tramp-compat-file-attributes)
128         (tramp-compat-copy-file, tramp-compat-copy-directory)
129         (tramp-compat-delete-file, tramp-compat-delete-directory)
130         (tramp-compat-number-sequence, tramp-compat-process-running-p):
131         Use it.
132         (tramp-advice-file-expand-wildcards): Do not use
133         `tramp-handle-file-remote-p'.
134         (tramp-compat-make-temp-file): Simplify fallback implementation.
135         (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
136         (tramp-compat-copy-tree): Remove function.
137         (tramp-compat-delete-file): New defun.
138         (tramp-compat-delete-directory): Provide implementation for older
139         Emacsen.
140         (tramp-compat-file-attributes): Handle only
141         `wrong-number-of-arguments' error.
143         * net/tramp-fish.el (tramp-fish-handle-copy-file):
144         Add PRESERVE_SELINUX_CONTEXT.
145         (tramp-fish-handle-delete-file): Add TRASH arg.
146         (tramp-fish-handle-directory-files-and-attributes):
147         Do not use `tramp-fish-handle-file-attributes.
148         (tramp-fish-handle-file-local-copy)
149         (tramp-fish-handle-insert-file-contents)
150         (tramp-fish-maybe-open-connection): Use `with-progress-reporter'.
152         * net/tramp-gvfs.el (top): Require url-util.
153         (tramp-gvfs-mount-point): Remove.
154         (tramp-gvfs-file-name-handler-alist): Add `file-selinux-context'
155         and `set-file-selinux-context'.
156         (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command)
157         (tramp-gvfs-handle-file-selinux-context)
158         (tramp-gvfs-handle-set-file-selinux-context): New defuns.
159         (with-tramp-dbus-call-method): Format trace message.
160         (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
161         (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
162         Implement backup call, when operation on local files fails.
163         Use progress reporter.  Flush properties of changed files.
164         (tramp-gvfs-handle-delete-file): Add TRASH arg.
165         Use `tramp-compat-delete-file'.
166         (tramp-gvfs-handle-expand-file-name): Expand "~/".
167         (tramp-gvfs-handle-make-directory): Make more traces.
168         (tramp-gvfs-handle-write-region): Protect deleting tmpfile.
169         (tramp-gvfs-url-file-name): Hexify file name in url.
170         (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
171         into account for the resulting file name.
172         (tramp-gvfs-handler-askquestion): Preserve current message, in
173         order to let progress reporter continue afterwards.  (Bug#6257)
174         Return dummy mountpoint, when the answer is "no".
175         See `tramp-gvfs-maybe-open-connection'.
176         (tramp-gvfs-handler-mounted-unmounted)
177         (tramp-gvfs-connection-mounted-p): Test also for new mountspec
178         attribute "default_location".  Set "prefix" property.
179         Handle default-location.
180         (tramp-gvfs-mount-spec): Return both prefix and mountspec.
181         (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
182         exists.  Raise an error, if not (due to a corresponding answer
183         "no" in interactive questions, for example).
184         Use `tramp-compat-funcall'.
186         * net/tramp-imap.el (top): Autoload `epg-make-context'.
187         (tramp-imap-handle-copy-file): Add PRESERVE-SELINUX-CONTEXT.
188         (tramp-imap-do-copy-or-rename-file)
189         (tramp-imap-handle-insert-file-contents)
190         (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
191         (tramp-imap-handle-delete-file): Add TRASH arg.
193         * net/tramp-smb.el (tramp-smb-handle-copy-file):
194         Add PRESERVE-SELINUX-CONTEXT.
195         (tramp-smb-handle-copy-file)
196         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
197         (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
198         Use `with-progress-reporter'.
199         (tramp-smb-handle-delete-file): Add TRASH arg.
201         * net/tramp.el (tramp-methods): Move hostname to the end in all
202         ssh `tramp-login-args'.  Add `tramp-async-args' attribute where
203         appropriate.
204         (tramp-verbose): Describe verbose level 9.
205         (tramp-completion-function-alist)
206         (tramp-file-name-regexp, tramp-chunksize)
207         (tramp-local-coding-commands, tramp-remote-coding-commands)
208         (with-connection-property, tramp-completion-mode-p)
209         (tramp-action-process-alive, tramp-action-out-of-band)
210         (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
211         (tramp-exists-file-name-handler): Fix docstring.
212         (tramp-remote-process-environment): Use `format' instead of
213         `concat'.  Protect version string by apostroph.
214         (tramp-shell-prompt-pattern): Do not use a shy group in case of
215         XEmacs.
216         (tramp-file-name-regexp-unified)
217         (tramp-completion-file-name-regexp-unified): On W32 systems, do
218         not regard the volume letter as remote filename.  (Bug#5447)
219         (tramp-perl-file-attributes)
220         (tramp-perl-directory-files-and-attributes): Don't pass "$3".
221         (tramp-vc-registered-read-file-names): Read input as
222         here-document, otherwise the command could exceed maximum length
223         of command line.
224         (tramp-file-name-handler-alist): Add `file-selinux-context' and
225         `set-file-selinux-context'.
226         (tramp-debug-message): Add `tramp-compat-funcall' to ignored
227         backtrace functions.
228         (tramp-error-with-buffer): Don't show the connection buffer when
229         we are in completion mode.
230         (tramp-progress-reporter-update, tramp-remote-selinux-p)
231         (tramp-handle-file-selinux-context)
232         (tramp-handle-set-file-selinux-context, tramp-process-sentinel)
233         (tramp-connectable-p, tramp-open-shell, tramp-get-remote-trash):
234         New defuns.
235         (with-progress-reporter): New defmacro.
236         (tramp-debug-outline-regexp): New defconst.
237         (top, tramp-rfn-eshadow-setup-minibuffer)
238         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
239         (tramp-handle-dired-compress-file, tramp-handle-shell-command)
240         (tramp-completion-mode-p, tramp-check-for-regexp)
241         (tramp-open-connection-setup-interactive-shell)
242         (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
243         (tramp-time-diff, tramp-coding-system-change-eol-conversion)
244         (tramp-set-process-query-on-exit-flag, tramp-unload-tramp):
245         Use `tramp-compat-funcall'.
246         (tramp-handle-make-symbolic-link): Flush file properties.
247         (tramp-handle-load, tramp-handle-file-local-copy)
248         (tramp-handle-insert-file-contents, tramp-handle-write-region)
249         (tramp-handle-vc-registered, tramp-maybe-send-script)
250         (tramp-find-shell): Use `with-progress-reporter'.
251         (tramp-do-file-attributes-with-stat): Add space in format string,
252         in order to work around a bug in pdksh.  Reported by Gilles Pion
253         <gpion@lfdj.com>.
254         (tramp-handle-verify-visited-file-modtime): Do not send a command
255         when the connection is not established.
256         (tramp-handle-set-file-times): Simplify the check for utc.
257         (tramp-handle-directory-files-and-attributes)
258         (tramp-get-remote-path): Use `copy-tree'.
259         (tramp-completion-handle-file-name-all-completions): Ensure, that
260         non remote files are still checked.  Oops.
261         (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
262         Handle PRESERVE-SELINUX-CONTEXT.
263         (tramp-do-copy-or-rename-file): Add progress reporter.
264         (tramp-do-copy-or-rename-file-directly): Do not use
265         `tramp-handle-file-remote-p'.
266         (tramp-do-copy-or-rename-file-out-of-band):
267         Use `tramp-compat-delete-directory'.
268         (tramp-do-copy-or-rename-file-out-of-band)
269         (tramp-compute-multi-hops, tramp-maybe-open-connection):
270         Use `format-spec-make'.
271         (tramp-handle-delete-file): Add TRASH arg.
272         (tramp-handle-dired-uncache): Flush directory cache, not only file
273         cache.
274         (tramp-handle-expand-file-name)
275         (tramp-completion-handle-file-name-all-completions)
276         (tramp-completion-handle-file-name-completion):
277         Use `tramp-connectable-p'.
278         (tramp-handle-start-file-process): Set connection property "vec".
279         Use it, in order to invalidate file caches.  Check only for
280         `remote-tty' process property.
281         Implement tty setting.  (Bug#4604, Bug#6360)
282         (tramp-file-name-for-operation): Add `call-process-region' and
283         `set-file-selinux-context'.
284         (tramp-find-foreign-file-name-handler)
285         (tramp-advice-make-auto-save-file-name)
286         (tramp-set-auto-save-file-modes): Remove superfluous check for
287         `stringp'.  This is done inside `tramp-tramp-file-p'.
288         (tramp-file-name-handler): Trace 'quit.  Catch the error for some
289         operations when we are in completion mode.  This gives the user
290         the chance to correct the file name in the minibuffer.
291         (tramp-completion-mode-p): Use `non-essential'.
292         (tramp-handle-file-name-all-completions): Backward/ XEmacs
293         compatibility: Use `completion-ignore-case' if
294         `read-file-name-completion-ignore-case' does not exist.
295         (tramp-get-debug-buffer): Use `tramp-debug-outline-regexp'.
296         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
297         `tramp-open-shell'.
298         (tramp-action-password): Hide password prompt before next run.
299         (tramp-process-actions): Widen connection buffer for the trace.
300         (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
301         process property.  Trace stty settings if `tramp-verbose' >= 9.
302         Apply workaround for IRIX64 bug.  Move argument of last
303         `tramp-send-command' where it belongs to.
304         (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
305         front of `login-args'.
306         (tramp-get-ls-command, tramp-get-ls-command-with-dired): Run tests
307         on "/dev/null" instead of "/".
308         (tramp-get-ls-command-with-dired): Make test for "--dired"
309         stronger.
310         (tramp-set-auto-save-file-modes): Adapt version check.
311         (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
312         (tramp-handle-process-file): Call the program in a subshell, in
313         order to preserve working directory.
314         (tramp-handle-shell-command): Don't use hard-wired "/bin/sh" but
315         `tramp-remote-sh' from `tramp-methods'.
316         (tramp-get-ls-command): Make test for "--color=never" stronger.
317         (tramp-check-for-regexp): Use (forward-line 1).
319         * net/trampver.el: Update release number.
321 2010-08-26  Magnus Henoch  <magnus.henoch@gmail.com>
323         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
324         empty argument to gvfs-copy.
326 2010-08-26  Chong Yidong  <cyd@stupidchicken.com>
328         * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
329         handle new TRASH arg of `delete-file'.
331 2010-08-26  Christian Lynbech  <christian.lynbech@tieto.com>  (tiny change)
333         * net/tramp.el (tramp-handle-insert-directory): Don't use
334         `forward-word', its default syntax could be changed.
336 2010-08-26  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
337             Michael Albinus  <michael.albinus@gmx.de>
339         Implement compression for inline methods.
341         * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
342         (tramp-copy-size-limit): Allow also nil.
343         (tramp-inline-compress-commands): New defconst.
344         (tramp-find-inline-compress, tramp-get-inline-compress)
345         (tramp-get-inline-coding): New defuns.
346         (tramp-get-remote-coding, tramp-get-local-coding): Remove,
347         replaced by `tramp-get-inline-coding'.
348         (tramp-handle-file-local-copy, tramp-handle-write-region)
349         (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
351 2010-08-26  Noah Lavine  <noah549@gmail.com>  (tiny change)
353         Detect ssh 'ControlMaster' argument automatically in some cases.
355         * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
356         (tramp-default-method): Use it.
358 2010-08-26  Karel Klíč  <kklic@redhat.com>
360         * net/tramp.el (tramp-file-name-for-operation):
361         Add file-selinux-context.
363 2010-08-26  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
365         * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
367 2010-08-26  Chong Yidong  <cyd@stupidchicken.com>
369         * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
370         (Bug#6907).
372 2010-08-23  Chris Foote <chris@foote.com.au>  (tiny change)
374         * progmodes/python.el (python-block-pairs): Allow use of "finally"
375         with "else" (Bug#3991).
377 2010-08-22  Leo  <sdl.web@gmail.com>
379         * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
380         (ignore, bright, dim, keyword): Split list of nicknames before
381         passing to rcirc-add-or-remove (Bug#6894).
383 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
385         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
387 2010-08-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
389         * whitespace.el: Fix slow cursor movement (Bug#6172).  Reported by
390         Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
391         New version 13.0.
392         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
393         Adjust initialization.
394         (whitespace-bob-marker, whitespace-eob-marker)
395         (whitespace-buffer-changed): New vars.
396         (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
397         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
398         (whitespace-post-command-hook, whitespace-display-char-on):
399         Adjust code.
400         (whitespace-looking-back, whitespace-buffer-changed): New funs.
401         (whitespace-space-regexp, whitespace-tab-regexp): Eliminate funs.
403 2010-08-21  Leo  <sdl.web@gmail.com>
405         Fix buffer-list rename&refresh after killing a buffer in ido.
406         * lisp/ido.el: Revert Óscar's.
407         (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
408         Remember the buffers at head, rather than their name.
409         * lisp/iswitchb.el (iswitchb-kill-buffer): Re-make the list.
411 2010-08-21  Kirk Kelsey  <kirk.kelsey@0x4b.net>  (tiny change)
412             Stefan Monnier  <monnier@iro.umontreal.ca>
414         * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
415         extra backslash added to each line (bug#6890).
417 2010-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
419         * subr.el (read-key): Don't echo keystrokes (bug#6883).
421 2010-08-21  Glenn Morris  <rgm@gnu.org>
423         * menu-bar.el (menu-bar-games-menu): Add landmark.
425 2010-08-20  Glenn Morris  <rgm@gnu.org>
427         * align.el (align-regexp): Make group and spacing arguments
428         use the interactive defaults when non-interactive.  (Bug#6698)
430         * mail/rmail.el (rmail-forward): Replace mail-text-start with its
431         expansion, so as not to need sendmail.
432         (mail-text-start): Remove declaration.
433         (rmail-retry-failure): Require sendmail.
435 2010-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
437         * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
439 2010-08-18  Michael Albinus  <michael.albinus@gmx.de>
441         * progmodes/flymake.el (flymake-start-syntax-check-process):
442         Use `start-file-process' in order to let it run also on remote hosts.
444 2010-08-18  Kenichi Handa  <handa@m17n.org>
446         * files.el: Add `word-wrap' as safe local variable.
448 2010-08-18  Glenn Morris  <rgm@gnu.org>
450         * woman.el (woman-translate): Case matters.  (Bug#6849)
452 2010-08-14  Chong Yidong  <cyd@stupidchicken.com>
454         * simple.el (kill-region): Doc fix (Bug#6787).
456 2010-08-14  Glenn Morris  <rgm@gnu.org>
458         * calendar/diary-lib.el (diary-header-line-format):
459         Fit it to the window, not the frame.
461 2010-08-11  Andreas Schwab  <schwab@linux-m68k.org>
463         * subr.el (ignore-errors): Add debug declaration.
465 2010-08-09  Geoff Gole  <geoffgole@gmail.com>  (tiny change)
467         * whitespace.el (whitespace-color-off): Remove post-command-hook
468         locally.
470 2010-08-08  Johan Bockgård  <bojohan@gnu.org>
472         * replace.el (replace-highlight): Bind isearch-forward and
473         isearch-error, ensuring that highlighting is updated if the user
474         switches the search direction (Bug#6808).
476         * isearch.el (isearch-lazy-highlight-forward): New var.
477         (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
478         (isearch-lazy-highlight-update): Use it.
480 2010-08-06  Kenichi Handa  <handa@m17n.org>
482         * international/mule.el (define-charset): Store NAME as :base property.
483         (ctext-non-standard-encodings-table): Pay attention to charset aliases.
484         (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
485         current priority.  Force using the designation of the specific
486         charset by adding `charset' text property.  Improve the whole
487         algorithm.
489 2010-08-05  Juanma Barranquero  <lekktu@gmail.com>
491         * emulation/pc-select.el (pc-selection-mode-hook)
492         (copy-region-as-kill-nomark, beginning-of-buffer-mark)
493         (pc-selection-mode): Fix typos in docstrings.
495 2010-08-04  Kenichi Handa  <handa@m17n.org>
497         * language/cyrillic.el: Don't add "microsoft-cp1251" to
498         ctext-non-standard-encodings-alist here.
500         * international/mule.el (ctext-non-standard-encodings-alist):
501         Add "koi8-r" and "microsoft-cp1251".
502         (ctext-standard-encodings): New variable.
503         (ctext-non-standard-encodings-table): List only elements for
504         non-standard encodings.
505         (ctext-pre-write-conversion): Adjust for the above change.
506         Check ctext-standard-encodings.
508         * international/mule-conf.el (compound-text): Doc fix.
509         (ctext-no-compositions): Doc fix.
510         (compound-text-with-extensions): Doc fix.
512 2010-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
514         * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
516 2010-08-03  Juanma Barranquero  <lekktu@gmail.com>
518         * progmodes/which-func.el (which-func-format): Split help-echo text
519         into lines, like other mode-line tooltips.
521         * server.el (server-start): When using TCP sockets, force IPv4
522         and use a literal 127.0.0.1 for localhost.  (Related to bug#6781.)
524 2010-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
526         * bindings.el (complete-symbol): Run completion-at-point as a fallback.
528 2010-08-02  Juanma Barranquero  <lekktu@gmail.com>
530         * term.el (term-delimiter-argument-list): Reflow docstring.
531         (term-read-input-ring, term-write-input-ring, term-send-input)
532         (term-bol, term-erase-in-display, serial-supported-or-barf):
533         Fix typos in docstrings.
535 2010-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
537         * bindings.el (function-key-map): Add a S-tab => backtab fallback.
539 2010-08-01  Juanma Barranquero  <lekktu@gmail.com>
541         * dabbrev.el (dabbrev-completion): Fix typo in docstring.
543 2010-08-01  MON KEY  <monkey@sandpframing.com>  (tiny change)
545         * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
546         Fix typo in docstring (bug#6747).
548 2010-07-30  Leo  <sdl.web@gmail.com>
550         * eshell/esh-io.el (eshell-get-target): Better detection of
551         read-only file (Bug#6762).
553 2010-07-30  Juanma Barranquero  <lekktu@gmail.com>
555         * align.el (align-default-spacing): Doc fix.
556         (align-region-heuristic, align-regexp): Fix typos in docstrings.
558 2010-07-23  Juanma Barranquero  <lekktu@gmail.com>
560         * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
562 2010-07-19  Juanma Barranquero  <lekktu@gmail.com>
564         * time.el (display-time-day-and-date): Remove spurious * in docstring.
565         (display-time-world-buffer-name, display-time-world-mode-map):
566         Fix typos in docstrings.
568 2010-07-17  Shyam Karanatt  <shyam@swathanthran.in>  (tiny change)
570         * image-mode.el (image-display-size): New function.
571         (image-forward-hscroll, image-next-line, image-eol, image-eob)
572         (image-mode-fit-frame): Use it (Bug#6639).
574 2010-07-17  Chong Yidong  <cyd@stupidchicken.com>
576         * dired.el (dired-buffers-for-dir): Handle list values of
577         dired-directory (Bug#6636).
579 2010-07-16  Reiner Steib  <Reiner.Steib@gmx.de>
581         * vc.el (vc-coding-system-inherit-eol): New defvar.
582         (vc-coding-system-for-diff): Use it to decide whether to inherit
583         from the file the EOL format for reading the diffs of that file.
584         (Bug#4451)
586 2010-07-16  Eli Zaretskii  <eliz@gnu.org>
588         * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
589         unibyte, so compressed attachments are not compressed again.
591 2010-07-14  Jan Djärv  <jan.h.d@swipnet.se>
593         * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
594         now that unicode is used (Bug#6594).
596 2010-07-14  Chong Yidong  <cyd@stupidchicken.com>
598         * simple.el (push-mark-command): Set the selection if
599         select-active-regions is non-nil.
601 2010-07-10  Glenn Morris  <rgm@gnu.org>
603         * calendar/calendar.el (calendar-week-end-day): New function.
604         * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
605         Respect calendar-week-start-day.  (Bug#6606)
606         (cal-tex-insert-day-names, cal-tex-insert-blank-days)
607         (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
608         (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
609         respect calendar-week-start-day.
611 2010-07-10  Chong Yidong  <cyd@stupidchicken.com>
613         * simple.el (use-region-p): Doc fix (Bug#6607).
615 2010-07-07  Christoph Scholtes  <cschol2112@gmail.com>
617         * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
618         builtins (BufferError, BytesWarning, WindowsError; callables
619         bin, bytearray, bytes, format, memoryview, next, print; __package__).
621 2010-07-07  Glenn Morris  <rgm@gnu.org>
623         * play/zone.el (zone-fall-through-ws): Fix next-line ->
624         forward-line fallout.
626 2010-07-06  Chong Yidong  <cyd@stupidchicken.com>
628         * mouse.el (mouse-appearance-menu): Add docstring.
630         * help.el (describe-key): Print up-event using key-description.
632 2010-07-03  Michael Albinus  <michael.albinus@gmx.de>
634         * net/zeroconf.el (zeroconf-resolve-service)
635         (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
636         (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
638 2010-07-03  Jan Moringen  <jan.moringen@uni-bielefeld.de>
640         * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
642 2010-06-30  Dan Nicolaescu  <dann@ics.uci.edu>
644         Avoid displaying files with a nil state in vc-dir.
645         * vc-dir.el (vc-dir-update): Obey the noinsert argument in all
646         cases that cause insertion.
647         (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
648         with a nil state.
650 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
652         * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
654 2010-06-29  Leo  <sdl.web@gmail.com>
656         * emacs-lisp/rx.el (rx): Doc fix.  (Bug#6537)
658 2010-06-27  Oleksandr Gavenko  <gavenkoa@gmail.com>  (tiny change)
660         * generic-x.el (bat-generic-mode): Fix regexp for command line
661         switches (Bug#5719).
663 2010-06-27  Masatake YAMATO  <yamato@redhat.com>
665         * htmlfontify.el (hfy-face-attr-for-class): Use append instead
666         of nconc to avoid pure storage error (Bug#6239).
668 2010-06-27  Christoph  <cschol2112@googlemail.com>  (tiny change)
670         * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
671         (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
672         bindings of bookmark-automatically-show-annotations (Bug#6515).
674 2010-06-25  Eli Zaretskii  <eliz@gnu.org>
676         * arc-mode.el (archive-zip-extract): Don't quote the file name on
677         MS-Windows and MS-DOS.  (Bug#6467, Bug#6144)
679 2010-06-24  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
681         * comint.el (make-comint, make-comint-in-buffer): Mention return
682         value in the docstrings.  (Bug#6498)
684 2010-06-24  Yoni Rabkin  <yoni@rabkins.net>
686         * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
687         since it is not present when using some non-default switches.
689 2010-06-23  Karl Fogel  <kfogel@red-bean.com>
691         * simple.el (compose-mail): Fix doc string to refer to
692         `compose-mail-user-agent-warnings', instead of to the
693         nonexistent `compose-mail-check-user-agent'.
695 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
697         Fix vc-annotate for renamed files when using Git.
698         * vc-git.el (vc-git-find-revision): Deal with empty results from
699         ls-files.  Doe not pass the object as a file name to cat-file, it
700         is not a file name.
701         (vc-git-annotate-command): Pass the file name using -- to avoid
702         ambiguity with the revision.
703         (vc-git-previous-revision): Pass a relative file name.
705 2010-06-22  Glenn Morris  <rgm@gnu.org>
707         * progmodes/js.el (js-mode-map): Use standard capitalization and
708         ellipses for menu entries.
710         * wid-edit.el (widget-complete): Doc fix.
712 2010-06-22  Jürgen Hötzel  <juergen@hoetzel.info>  (tiny change)
714         * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
716 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
718         Fix annotating other revisions for renamed files in vc-annotate.
719         * vc-annotate.el (vc-annotate): Add an optional argument for the
720         VC backend.  Use it when non-nil.
721         (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.  (Bug#6487)
723         Fix vc-annotate-show-changeset-diff-revision-at-line for git.
724         * vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
725         Do not pass the file name to the 'previous-revision call when we
726         don't want a file diff.  (Bug#6489)
728 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
730         Fix finding revisions for renamed files in vc-annotate.
731         * vc.el (vc-find-revision): Add an optional argument for
732         the VC backend.  Use it when non-nil.
733         * vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
734         backend to vc-find-revision.  (Bug#6487)
736 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
738         Fix reading file names in Git annotate buffers.
739         * vc-git.el (vc-git-annotate-extract-revision-at-line):
740         Remove trailing whitespace.  Suggested by Eric Hanchrow.  (Bug#6481)
742 2010-06-20  Alan Mackenzie  <acm@muc.de>
744         * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
745         in file local variables, set it first.
747 2010-06-19  Glenn Morris  <rgm@gnu.org>
749         * descr-text.el (describe-char-unicode-data): Insert separating
750         space when needed.  (Bug#6422)
752         * progmodes/idlwave.el (idlwave-action-and-binding):
753         Fix typo in 2009-12-03 change.  (Bug#6450)
755 2010-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
757         * subr.el (read-quoted-char): Fix up last change (bug#6290).
759 2010-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
761         * font-lock.el (font-lock-major-mode): Rename from
762         font-lock-mode-major-mode to distinguish it from
763         global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
764         (font-lock-set-defaults):
765         * font-core.el (font-lock-default-function): Adjust users.
766         (font-lock-mode): Don't set it at all.
768 2010-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
770         * vc-annotate.el (vc-annotate): Use vc-read-revision.
772 2010-06-15  Glenn Morris  <rgm@gnu.org>
774         * calendar/appt.el (appt-time-msg-list): Doc fix.
775         (appt-check): Let-bind appt-warn-time.
776         (appt-add): Make the 3rd argument optional.
777         Simplify argument names.  Doc fix.  Check for integer WARNTIME.
778         Only add WARNTIME to the output list if non-nil.
780 2010-06-15  Ivan Kanis  <apple@kanis.eu>
782         * calendar/appt.el (appt-check): Let the 3rd element of
783         appt-time-msg-list specify the warning time.
784         (appt-add): Add new argument with the warning time.  (Bug#5176)
786 2010-06-12  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
788         * vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
789         older than version 1.6.  (Bug#6361)
791 2010-06-12  Helmut Eller  <eller.helmut@gmail.com>
793         * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
794         used by cl-do-arglist.  (Bug#6408)
796 2010-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
798         * emacs-lisp/advice.el (ad-compile-function):
799         Define warning-suppress-types before we let-bind it (bug#6275).
801         * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
802         declare it, make it buffer-local and permanent-local (bug#6324).
803         (vc-resynch-window): Adjust name.
804         * vc-hooks.el (vc-find-file-hook): Adjust name.
806 2010-06-07  Jonathan Rockway  <jon@jrock.us>
808         * net/rcirc.el: Add support for password authentication.
809         (rcirc-server-alist): Add :password keyword.
810         (rcirc): Ask for a password, or get it from the server's alist.
811         (rcirc-connect): Add password argument.  Pass it to server.
813 2010-06-05  Juanma Barranquero  <lekktu@gmail.com>
815         * net/dbus.el (dbus-register-method): Declare function.
816         (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
817         (dbus-introspect): Doc fix.
818         (dbus-event-bus-name, dbus-introspect-get-interface)
819         (dbus-introspect-get-argument): Reflow docstrings.
821 2010-06-04  Chong Yidong  <cyd@stupidchicken.com>
823         * term/common-win.el (x-colors): Add "dark green" and "dark
824         turquoise" (Bug#6332).
826 2010-06-03  Glenn Morris  <rgm@gnu.org>
828         * desktop.el (desktop-clear-preserve-buffers):
829         Add "*Warnings*" buffer.  (Bug#6336)
831 2010-06-02  Dan Nicolaescu  <dann@ics.uci.edu>
833         * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
835 2010-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
837         * vc-bzr.el (vc-bzr-revision-completion-table): Apply
838         `file-directory-p' to the filename part rather than to the whole text.
840 2010-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
842         * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
844 2010-05-31  Drew Adams  <drew.adams@oracle.com>
846         * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
848 2010-05-31  Juanma Barranquero  <lekktu@gmail.com>
850         * subr.el (momentary-string-display): Just use read-event to read
851         the exit event (Bug#6238).
853 2010-05-29  Chong Yidong  <cyd@stupidchicken.com>
855         * ansi-color.el: Delete unused escape sequences (Bug#6085).
856         (ansi-color-drop-regexp): New constant.
857         (ansi-color-apply, ansi-color-filter-region)
858         (ansi-color-apply-on-region): Delete unrecognized control sequences.
859         (ansi-color-apply): Build string list before calling concat.
861 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
863         * progmodes/verilog-mode.el (verilog-type-font-keywords):
864         Use font-lock-constant-face, not obsolete font-lock-reference-face.
866 2010-05-27  Masatake YAMATO  <yamato@redhat.com>
868         * htmlfontify.el (hfy-face-resolve-face): New function.
869         (hfy-face-to-style): Use it (Bug#6279).
871 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
873         * epa.el (epa--select-keys): Don't explicitly delete the window since
874         that can fail (e.g. sole window in frame).  Use dedication instead.
876 2010-05-19  Uday S Reddy  <u.s.reddy@cs.bham.ac.uk>  (tiny change)
878         * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
880 2010-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
882         * subr.el (read-quoted-char): Resolve modifiers after key
883         remapping (bug#6212).
885 2010-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
887         * tmm.el (tmm-prompt): Don't try to precompute bindings.
888         (tmm-get-keymap): Compute shortcuts (bug#6171).
890 2010-05-10  Glenn Morris  <rgm@gnu.org>
892         * desktop.el (desktop-save-buffer-p): Don't mistakenly include
893         all dired buffers, even tramp ones.  (Bug#5755)  [Backport from trunk]
895 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
897         * Version 23.2 released.
899 2010-05-03  Chong Yidong  <cyd@stupidchicken.com>
901         * international/mule.el (auto-coding-alist):  Only purecopy
902         car of each item, not the whole list (Bug#6083).
904 2010-05-02  Chong Yidong  <cyd@stupidchicken.com>
906         * progmodes/js.el (js-mode): Make paragraph variables local before
907         calling c-setup-paragraph-variables (Bug#6071).
909 2010-05-01  Eli Zaretskii  <eliz@gnu.org>
911         * composite.el (compose-region, reference-point-alist): Fix typos
912         in the doc strings.
914 2010-04-28  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
916         * calc/calc-graph.el (calc-graph-plot): Use the proper form for
917         gnuplot's "set" command.
919 2010-04-26  Juanma Barranquero  <lekktu@gmail.com>
921         * abbrev.el (last-abbrev-text): Doc fix.
922         (abbrev-prefix-mark): Don't escape parenthesis.
924 2010-04-24  Andreas Schwab  <schwab@linux-m68k.org>
926         * composite.el (find-composition): Doc fix.
928 2010-04-24  Juanma Barranquero  <lekktu@gmail.com>
930         * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
931         (sql-oracle-program, sql-sqlite-options)
932         (sql-query-placeholders-and-send): Doc fixes.
933         (sql-set-product, sql-interactive-mode): Reflow docstrings.
934         (sql-imenu-generic-expression, sql-buffer)
935         (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
936         (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
937         (sql-mode-sybase-font-lock-keywords)
938         (sql-mode-informix-font-lock-keywords)
939         (sql-mode-interbase-font-lock-keywords)
940         (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
941         (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
942         (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
943         (sql-product-feature, sql-highlight-product)
944         (comint-line-beginning-position, sql-rename-buffer)
945         (sql-toggle-pop-to-buffer-after-send-region)
946         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
947         (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
948         Fix typos in docstrings.
950 2010-04-23  Juri Linkov  <juri@jurta.org>
952         * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
953         property instead of `invisible' and `after-string' (bug#5998).
955 2010-04-23  Juri Linkov  <juri@jurta.org>
957         * image-mode.el (image-mode-as-text): Fix typo in docstring.
959 2010-04-23  Juanma Barranquero  <lekktu@gmail.com>
961         * filecache.el (file-cache-add-directory-list)
962         (file-cache-add-directory-recursively): Fix typos in docstrings.
964 2010-04-22  Kenichi Handa  <handa@m17n.org>
966         * language/indian.el (gurmukhi-composable-pattern): Fix typo.
967         (gujarati-composable-pattern): Fix typo.
969 2010-04-20  Kenichi Handa  <handa@m17n.org>
971         * language/indian.el (oriya-composable-pattern)
972         (tamil-composable-pattern, malayalam-composable-pattern):
973         Add two-part vowels to "v" (vowel sign).
975 2010-04-20  Chong Yidong  <cyd@stupidchicken.com>
977         * files.el (copy-directory): Handle symlinks (Bug#5982).
979         * progmodes/compile.el (compilation-next-error-function):
980         Revert 2009-10-12 change (Bug#5983).
982 2010-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
984         * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
985         (vc-hg-working-revision): Likewise.  Use hg parents, not hg parent
986         (Bug#5846).
988 2010-04-20  Glenn Morris  <rgm@gnu.org>
990         * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
992         * minibuffer.el (completion-at-point): Doc fix.
994 2010-04-17  Dan Nicolaescu  <dann@ics.uci.edu>
996         Fix the version number for added files.
997         * vc-hg.el (vc-hg-working-revision): Check if the file is
998         registered after hg parent fails (Bug#5961).
1000 2010-04-17  Glenn Morris  <rgm@gnu.org>
1002         * htmlfontify.el (htmlfontify-buffer)
1003         (htmlfontify-copy-and-link-dir): Autoload entry points.
1005 2010-04-17  Magnus Henoch  <magnus.henoch@gmail.com>
1007         * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
1008         name relative to the project root (Bug#5960).
1010 2010-04-16  Glenn Morris  <rgm@gnu.org>
1012         * vc-git.el (vc-git-print-log): Doc fix.
1014 2010-04-14  Óscar Fuentes  <ofv@wanadoo.es>
1016         * ido.el (ido-file-internal): Fix 2009-12-02 change.
1018 2010-04-14  Christoph  <cschol2112@googlemail.com>  (tiny change)
1020         * progmodes/grep.el (grep-compute-defaults): Fix handling of host
1021         default settings (Bug#5928).
1023 2010-04-10  Glenn Morris  <rgm@gnu.org>
1025         * progmodes/fortran.el (fortran-match-and-skip-declaration):
1026         New function.
1027         (fortran-font-lock-keywords-3): Use it.  (Bug#1385)
1029 2010-04-07  Kenichi Handa  <handa@m17n.org>
1031         * language/indian.el (malayalam-composable-pattern): Fix previous
1032         change (add U+0D4D "SIGN VIRAMA").
1033         (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
1034         (tamil-composable-pattern): Fix typo in the regexp.
1035         (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
1036         (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
1037         (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
1039 2010-04-06  Chong Yidong  <cyd@stupidchicken.com>
1041         * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
1042         paragraph-separate (Bug#5821).
1044 2010-04-05  Juri Linkov  <juri@jurta.org>
1046         Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
1048         * info.el (Info-find-node-2): Comment out code that skips
1049         breadcrumbs line.
1050         (Info-mouse-follow-link): New command.
1051         (Info-link-keymap): New keymap.
1052         (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
1053         Return a string with links instead of inserting breadcrumbs
1054         to the Info buffer.
1055         (Info-fontify-node): Comment out code that inserts breadcrumbs.
1056         Instead of putting the `invisible' text property over the Info
1057         header, make an overlay over the Info header with the `invisible'
1058         property and `after-string' set to the string returned by
1059         `Info-breadcrumbs'.
1061 2010-04-03  Chong Yidong  <cyd@stupidchicken.com>
1063         * help.el (help-window-setup-finish): Doc fix (Bug#5830).
1064         Reported by monkey@sandpframing.com.
1066 2010-03-30  Tomas Abrahamsson  <tab@lysator.liu.se>
1068         * textmodes/artist.el (artist-mode): Fix typo in docstring.
1069         Reported by Alex Schröder <kensanata@gmail.com>.  (Bug#5807)
1071 2010-03-30  Kenichi Handa  <handa@m17n.org>
1073         * language/sinhala.el (composition-function-table): Fix regexp for
1074         the new Unicode specification.
1076         * language/indian.el (devanagari-composable-pattern)
1077         (tamil-composable-pattern, kannada-composable-pattern)
1078         (malayalam-composable-pattern): Adjust for the new Unicode
1079         specification.
1080         (bengali-composable-pattern, gurmukhi-composable-pattern)
1081         (gujarati-composable-pattern, oriya-composable-pattern)
1082         (telugu-composable-pattern): New variables to cope with the new
1083         Unicode specification.  Use them in composition-function-table.
1085 2010-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1087         Make tmm-menubar work for the Buffers menu again (bug#5726).
1088         * tmm.el (tmm-prompt): Also handle keymap entries in the form of
1089         vectors rather than cons cells, as used in menu-bar-update-buffers.
1091 2010-03-28  Chong Yidong  <cyd@stupidchicken.com>
1093         * progmodes/js.el (js-auto-indent-flag, js-mode-map)
1094         (js-insert-and-indent): Revert 2009-08-15 change, restoring
1095         electric punctuation for "{}();,:" (Bug#5586).
1097         * mail/sendmail.el (mail-default-directory): Doc fix.
1099 2010-03-27  Chong Yidong  <cyd@stupidchicken.com>
1101         * mail/sendmail.el (mail-default-directory): Doc fix.
1103 2010-03-27  Eli Zaretskii  <eliz@gnu.org>
1105         * subr.el (version-regexp-alist, version-to-list)
1106         (version-list-<, version-list-=, version-list-<=)
1107         (version-list-not-zero, version<, version<=, version=): Doc fix.
1108         (Bug#5744).
1110 2010-03-26  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1111             Nick Roberts  <nickrob@snap.net.nz>
1113         * progmodes/gdb-ui.el (gdb-apple-test): New function.
1114         (gdb-init-1): Use it.
1116 2010-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
1118         * vc.el (vc-root-diff): Doc fix.
1120 2010-03-25  Chong Yidong  <cyd@stupidchicken.com>
1122         * vc.el (vc-print-log, vc-print-root-log): Doc fix.
1124         * simple.el (append-to-buffer): Fix last change.
1126 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
1128         * simple.el (append-to-buffer): Ensure that point is preserved if
1129         BUFFER is the current buffer.  Suggested by YAMAMOTO Mitsuharu.
1130         (Bug#5749)
1132 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1134         * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
1135         (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
1136         not be present any more.
1138 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
1140         * faces.el (set-face-attribute): Fix typo in docstring.
1141         (face-valid-attribute-values): Reflow docstring.
1143 2010-03-23  Glenn Morris  <rgm@gnu.org>
1145         * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
1147 2010-03-21  Chong Yidong  <cyd@stupidchicken.com>
1149         * indent.el (indent-for-tab-command): Doc fix.
1151 2010-03-22  Juanma Barranquero  <lekktu@gmail.com>
1153         * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
1154         (image-dired-read-comment): Doc fix.
1156         * json.el (json-object-type, json-array-type, json-key-type)
1157         (json-false, json-null, json-read-number):
1158         * minibuffer.el (completion-in-region-functions):
1159         * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
1160         (cal-tex-cursor-week):
1161         * emacs-lisp/trace.el (trace-function):
1162         * eshell/em-basic.el (eshell/printnl):
1163         * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
1164         (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
1165         * obsolete/levents.el (allocate-event, event-key, event-object)
1166         (event-point, event-process, event-timestamp, event-to-character)
1167         (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
1168         * textmodes/reftex-vars.el (reftex-index-macros-builtin)
1169         (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
1170         (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
1171         (reftex-highlight-selection): Fix typos in docstrings.
1173 2010-03-19  Juanma Barranquero  <lekktu@gmail.com>
1175         * minibuffer.el (completion-in-region-functions): Fix docstring typos.
1177 2010-03-18  Glenn Morris  <rgm@gnu.org>
1179         * mail/rmail.el (rmail-highlight-face): Restore option deleted
1180         2008-02-13 without comment; mark it obsolete.
1181         (rmail-highlight-headers): Use rmail-highlight-face once more.
1183 2010-03-16  Chong Yidong  <cyd@stupidchicken.com>
1185         * woman.el (woman2-process-escapes): Only consume the newline if
1186         the filler character is on a line by itself (Bug#5729).
1188 2010-03-16  Kenichi Handa  <handa@m17n.org>
1190         * language/indian.el (devanagari-composable-pattern): Add more
1191         consonants.
1193 2010-03-14  Michael Albinus  <michael.albinus@gmx.de>
1195         * net/trampver.el: Update release number.
1197 2010-03-13  Glenn Morris  <rgm@gnu.org>
1199         * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
1201 2010-03-13  Michael Albinus  <michael.albinus@gmx.de>
1203         * net/tramp.el (tramp-find-executable):
1204         Use `tramp-get-connection-buffer'.  Make the regexp for checking
1205         output of "wc -l" more robust.
1206         (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
1207         (tramp-open-connection-setup-interactive-shell): Remove workaround
1208         for OpenSolaris bug, it is not needed anymore.
1210 2010-03-12  Glenn Morris  <rgm@gnu.org>
1212         * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie.  (Bug#4427)
1214 2010-03-11  Wilson Snyder  <wsnyder@wsnyder.org>
1216         * files.el (auto-mode-alist): Accept more verilog file patterns.
1218 2010-03-09  Miles Bader  <miles@gnu.org>
1220         * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
1221         instead of "format:"; this ensures that the output is
1222         newline-terminated.
1224 2010-03-08  Chong Yidong  <cyd@stupidchicken.com>
1226         * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
1227         that all errors are caught, and that the return value is always a
1228         list (Bug#5692).
1230 2010-03-08  Kenichi Handa  <handa@m17n.org>
1232         * language/misc-lang.el (windows-1256): New coding system.
1233         (cp1256): New alias of windows-1256 (bug#5690).
1235 2010-03-07  Andreas Schwab  <schwab@linux-m68k.org>
1237         * mail/rfc822.el (rfc822-addresses): Move catch clause down around
1238         call to rfc822-bad-address.  (Bug#5692)
1240 2010-03-07  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
1242         * vc-git.el (vc-git-annotate-extract-revision-at-line):
1243         Use vc-git-root as default directory for revision path (Bug#5657).
1245 2010-03-06  Chong Yidong  <cyd@stupidchicken.com>
1247         * calculator.el (calculator): Don't bind split-window-keep-point
1248         (Bug#5674).
1250 2010-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1252         * vc-git.el: Re-flow to fit into 80 columns.
1253         (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
1254         Remove spurious `quote' element in each case alternative.
1255         (vc-git-show-log-entry): Use prog1.
1256         (vc-git-after-dir-status-stage): Remove unused var `remaining'.
1258 2010-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1260         * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
1262 2010-03-03  Chong Yidong  <cyd@stupidchicken.com>
1264         * macros.el (insert-kbd-macro): Look up keyboard macro using the
1265         definition, not the name (Bug#5481).
1267 2010-03-03  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
1269         * subr.el (momentary-string-display): Don't overwrite the MESSAGE
1270         argument with a local variable.  (Bug#5670)
1272 2010-03-02  Juri Linkov  <juri@jurta.org>
1274         * info.el (Info-index-next): Decrement line number by 2.  (Bug#5652)
1276 2010-03-02  Michael Albinus  <michael.albinus@gmx.de>
1278         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
1279         error when FILENAME and NEWNAME are existing remote directories.
1281         * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
1282         parameter DIR-FLAG.
1284 2010-03-02  Glenn Morris  <rgm@gnu.org>
1286         * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
1287         of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
1289 2010-03-01  Kenichi Handa  <handa@m17n.org>
1291         * language/burmese.el (burmese-composable-pattern): Rename from
1292         myanmar-composable-pattern.
1294         * international/characters.el (script-list):
1295         * international/fontset.el (script-representative-chars):
1296         Change myanmar to burmese.
1297         (otf-script-alist): Likewise.
1298         (setup-default-fontset): Likewise.  Re-fix :otf spec.
1300 2010-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1302         * menu-bar.el (menu-bar-manuals-menu): Fix typo.
1304 2010-02-28  Jan Djärv  <jan.h.d@swipnet.se>
1306         * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
1308 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
1310         * net/tramp.el (tramp-handle-write-region): START can be a string.
1311         Take care in the checks.  Reported by Dan Davison
1312         <davison@stats.ox.ac.uk>.
1314 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
1316         * net/dbus.el (dbus-introspect, dbus-get-property)
1317         (dbus-set-property, dbus-get-all-properties): Use
1318         `dbus-call-method' when noninteractive.  (Bug#5645)
1320 2010-02-28  Chong Yidong  <cyd@stupidchicken.com>
1322         * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
1323         * emacs-lisp/elint.el (elint-add-required-env):
1324         * calendar/icalendar.el (icalendar--add-diary-entry):
1325         * calc/calcalg2.el (math-tracing-integral):
1326         * files.el (recover-session-finish): Use with-current-buffer
1327         instead of save-excursion.
1329 2010-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1331         Fix in-buffer completion when after-change-functions modify the buffer.
1332         * minibuffer.el (completion--replace): New function.
1333         (completion--do-completion): Use it and use relative movement.
1335 2010-02-27  Chong Yidong  <cyd@stupidchicken.com>
1337         * international/fontset.el (setup-default-fontset): Fix :otf spec.
1339 2010-02-27  Jeremy Whitlock  <jcscoobyrs@gmail.com>  (tiny change)
1341         * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
1342         Allow the characters _<> in the stack entry (Bug#5653).
1344 2010-02-26  Kenichi Handa  <handa@m17n.org>
1346         * language/burmese.el: Fix entries in composition-function-table.
1347         (myanmar-composable-pattern): New variable.
1349         * international/fontset.el (setup-default-fontset): Add an entry
1350         for myanmar.
1352         * international/characters.el (script-list): Add Myanmar
1353         Extended-A.
1355 2010-02-26  Glenn Morris  <rgm@gnu.org>
1357         * custom.el (custom-initialize-delay): Doc fix.
1359         * mail/sendmail.el (send-mail-function): Autoload the call
1360         to custom-initialize-delay, not otherwise preserved in loaddefs.el.
1362 2010-02-24  Chong Yidong  <cyd@stupidchicken.com>
1364         * files.el (hack-local-variables-filter): For eval forms, also
1365         check safe-local-variable-p (Bug#5636).
1367 2010-02-24  Eduard Wiebe  <usenet@pusto.de>
1369         * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
1370         and use c(ad)r of cddr (Bug#5640).
1372 2010-02-22  Michael Albinus  <michael.albinus@gmx.de>
1374         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
1375         setting the modes by `ignore-errors'.  It might fail, for example
1376         if the file is not owned by the user but the group.
1377         (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
1379 2010-02-21  Chong Yidong  <cyd@stupidchicken.com>
1381         * files.el (directory-listing-before-filename-regexp): Use
1382         stricter matching for iso-style dates, to avoid false matches with
1383         date-like filenames (Bug#5597).
1385         * htmlfontify.el (htmlfontify): Doc fix.
1387         * eshell/eshell.el (eshell): Doc fix.
1389         * startup.el (fancy-about-screen): In mode-line, apply
1390         mode-line-buffer-id face only to the buffer name (Bug#5613).
1392 2010-02-20  Kevin Ryde  <user42@zip.com.au>
1394         * progmodes/compile.el (compilation-error-regexp-alist-alist):
1395         In `watcom' anchor regexp to start of line, to avoid slowness
1396         (Bug#5599).
1398 2010-02-20  Eli Zaretskii  <eliz@gnu.org>
1400         * subr.el (remove-yank-excluded-properties): Explain in a comment
1401         why `category' property is removed.
1403 2010-02-19  Chong Yidong  <cyd@stupidchicken.com>
1405         * isearch.el (isearch-update-post-hook, isearch-update): Revert
1406         2010-02-17 change.
1408 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
1410         * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
1411         (icalendar--convert-weekly-to-ical)
1412         (icalendar--convert-yearly-to-ical)
1413         (icalendar--convert-block-to-ical)
1414         (icalendar--convert-cyclic-to-ical)
1415         (icalendar--convert-anniversary-to-ical): Take care of time
1416         specifications where hour has 1-digit only (Bug#5549).
1418 2010-02-19  Nick Roberts  <nickrob@snap.net.nz>
1420         * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
1421         of disassemble output in GDB 7.1.
1423 2010-02-19  Glenn Morris  <rgm@gnu.org>
1425         * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
1426         property.  (Bug#5593)
1428 2010-02-18  Sam Steingold  <sds@gnu.org>
1430         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
1432 2010-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1434         Use abbreviated file names in bookmarks (bug#5591).
1435         * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
1436         calls to expand-file-name.
1437         (bookmark-relocate): Use abbreviated file names in bookmarks.
1438         (bookmark-load): Use abbreviated file names in messages.
1440 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
1442         * net/tramp.el (tramp-handle-directory-files): When FULL, do not
1443         expand "." and "..".  Reported by Thierry Volpiatto
1444         <thierry.volpiatto@gmail.com>.
1446 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
1448         * net/tramp.el (tramp-handle-insert-file-contents): Set always the
1449         permissions of the temporary file to "0600".  In case the remote
1450         file has no read permissions for the owner, there might be
1451         problems otherwise.  Reported by Ole Laursen <olau@iola.dk>.
1453 22010-02-18  Glenn Morris  <rgm@gnu.org>
1455         * emacs-lisp/authors.el (authors-renamed-files-alist):
1456         Add entries for INSTALL.CVS.
1458 2010-02-17  Mark A. Hershberger  <mah@everybody.org>
1460         * vc-bzr.el: Fix typo in Known Bugs section.
1462         * isearch.el (isearch-update-post-hook): New hook.
1463         (isearch-update): Use the new hook.
1465 2010-02-16  Michael Albinus  <michael.albinus@gmx.de>
1467         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
1468         Fix errors in copying directories.
1469         (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
1470         (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
1471         (tramp-handle-delete-file)
1472         (tramp-handle-dired-recursive-delete-directory)
1473         (tramp-handle-write-region): Flush also the cache for the upper
1474         directory.
1476 2010-02-16  Chong Yidong  <cyd@stupidchicken.com>
1478         * simple.el (save-interprogram-paste-before-kill): Doc fix.
1480         * cus-edit.el (hardware): Doc fix.
1482         * man.el (man): Add to external custom group.
1484         * delim-col.el (columns): Move to wp custom group.
1486         * doc-view.el (doc-view): Add to data custom group.
1488         * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
1490         * textmodes/flyspell.el (flyspell-word): Obey the offset specified
1491         by ispell-parse-output (Bug#5575).
1493 2010-02-16  Kenichi Handa  <handa@m17n.org>
1495         * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
1496         (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
1497         (skkdic-convert): Use `euc-japan' coding system for writing.
1499 2010-02-16  Glenn Morris  <rgm@gnu.org>
1501         * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
1502         tex-main-file before using it.  (Bug#5562)
1504 2010-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1506         * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
1507         warnings, since it is annoying for the user to see them each time he
1508         runs the code.
1510 2010-02-15  Michael Albinus  <michael.albinus@gmx.de>
1512         * net/tramp.el (tramp-process-actions, tramp-read-passwd):
1513         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
1514         instead of PROC for caching "first-password-request".  Otherwise,
1515         new processes would not profit from passwords already entered.
1517         * net/tramp-cache.el (tramp-dump-connection-properties):
1518         Don't save "first-password-request" property.
1520 2010-02-14  Juanma Barranquero  <lekktu@gmail.com>
1522         * outline.el (outline-head-from-level):
1523         * simple.el (with-wrapper-hook):
1524         * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
1525         (elint-defun, elint-buffer-env, elint-top-form-logged)
1526         (elint-unbound-variable):
1527         * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
1528         Fix typos in docstrings.
1530 2010-02-14  Michael Albinus  <michael.albinus@gmx.de>
1532         * files.el (insert-directory): When WILDCARD-REGEXP and
1533         FULL-DIRECTORY-P are nil, insert the file entry instead of the
1534         whole directory.  (Bug#5551)
1536         * net/ange-ftp.el (ange-ftp-insert-directory): Insert "  " for
1537         dired's alignment sanity.  (Bug#5516)
1539 2010-02-14  Juri Linkov  <juri@jurta.org>
1541         * man.el (Man-fontify-manpage, Man-cleanup-manpage):
1542         Remove remaining ^H with their preceding chars.  (Bug#5566)
1544 2010-02-13  Glenn Morris  <rgm@gnu.org>
1546         * simple.el (transpose-subr): Give it a doc-string.
1548         * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
1549         Doc fixes.
1551 2010-02-12  Juri Linkov  <juri@jurta.org>
1553         * arc-mode.el (archive-unique-fname): Make directories for nested
1554         archives.  (Bug#5540)
1556 2010-02-12  Juri Linkov  <juri@jurta.org>
1558         * ffap.el (dired-at-point): Fix docstring.  (Bug#5565)
1560 2010-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1562         * subr.el (copy-overlay): Handle deleted overlays.
1564         * man.el (Man-completion-table): Don't signal an error if we can't run
1565         manual-program (bug#4056).
1567 2010-02-10  Juanma Barranquero  <lekktu@gmail.com>
1569         * textmodes/artist.el (artist-mt): Fix typos in docstring.
1571 2010-02-10  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1573         * info.el (Info-bookmark-jump): Simplify.
1575         * bookmark.el (bookmark-handle-bookmark): Catch the right error.
1576         (bookmark-default-handler): Accept new bookmark field `buffer'.
1578 2010-02-10  Chong Yidong  <cyd@stupidchicken.com>
1580         * iswitchb.el (iswitchb-completions): Revert last change.
1582 2010-02-10  Michael Albinus  <michael.albinus@gmx.de>
1584         * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
1585         FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
1586         This prevents file names like "~/" being listed literally.
1588 2010-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
1590         * term/xterm.el (xterm-maybe-set-dark-background-mode):
1591         Remove dead code.  (Bug#5546)
1593 2010-02-09  Chong Yidong  <cyd@stupidchicken.com>
1595         * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
1596         correctly (Bug#5548).
1598 2010-02-08  Jose E. Marchesi  <jemarch@gnu.org>
1600         * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
1601         (ada-adjust-case): Don't adjust case in hexadecimal number literals.
1603 2010-02-08  Kenichi Handa  <handa@m17n.org>
1605         * international/mule-util.el (with-coding-priority): Add autoload
1606         cookie for putting `lisp-indent-function'.
1608 2010-02-07  Glenn Morris  <rgm@gnu.org>
1610         * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
1611         Move F2003 named interfaces from keywords-2 to keywords-1, and
1612         use function-name-face rather than constant-face.
1613         Simplify "abstract interface" regexp.
1615 2010-02-07  Chong Yidong  <cyd@stupidchicken.com>
1617         * eshell/esh-util.el (eshell-file-attributes): New optional arg
1618         ID-FORMAT.  Pass it to `file-attributes'.
1620         * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
1622 2010-02-07  sj  <prime.wizard+emacs@gmail.com>  (tiny change)
1624         * faces.el (set-face-attribute): Allow calling
1625         internal-set-lisp-face-attribute with 'unspecified family and
1626         foundry argument (Bug#5536).
1628 2010-02-07  Glenn Morris  <rgm@gnu.org>
1630         * progmodes/f90.el (f90-font-lock-keywords-2)
1631         (f90-looking-at-type-like, f90-looking-at-program-block-end):
1632         Handle F2003 named interfaces.
1634 2010-02-06  Chong Yidong  <cyd@stupidchicken.com>
1636         * progmodes/cc-mode.el (c-common-init): Bind temporary variables
1637         beg and end before calling c-get-state-before-change-functions.
1639 2010-02-06  Dan Nicolaescu  <dann@ics.uci.edu>
1641         * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
1643 2010-02-05  Juri Linkov  <juri@jurta.org>
1645         * doc-view.el (doc-view-mode):
1646         * image-mode.el (image-mode): Put property mode-class=special.
1647         (Bug#4896)
1649 2010-02-05  Mark A. Hershberger  <mah@everybody.org>
1651         * vc-svn.el (vc-svn-revision-table): New function.
1653 2010-02-05  Michael Albinus  <michael.albinus@gmx.de>
1655         * net/ange-ftp.el (ange-ftp-insert-directory):
1656         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
1657         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
1658         Handle also directories.  (Bug#5478)
1660 2010-02-05  Glenn Morris  <rgm@gnu.org>
1662         * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
1664 2010-02-05  Chong Yidong  <cyd@stupidchicken.com>
1666         * startup.el (command-line-1): Convert options beginning with a
1667         single dash as well (Bug#5519).
1669 2010-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1671         Make `initials' completion work for /hh -> /home/horn again (bug#5524).
1672         * minibuffer.el (completion-initials-expand): Only check the presence
1673         of delims *within* the boundaries, since otherwise the / delim is
1674         always found for files.
1676         Fix up various corner case problems.
1677         * doc-view.el (doc-view-last-page-number): New function.
1678         (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
1679         (doc-view-goto-page): Avoid inf-loops when the conversion fails.
1680         (doc-view-kill-proc): Avoid inf-loop in freak cases.
1681         (doc-view-reconvert-doc): Use the new recursive delete-directory.
1682         (doc-view-convert-current-doc): Don't create the resolution.el file
1683         here any more.
1684         (doc-view-pdf/ps->png): Do it here instead.
1685         (doc-view-already-converted-p): Check that resolution.el is present.
1686         (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
1687         windows that are not yet showing images.
1689 2010-02-04  Michael Albinus  <michael.albinus@gmx.de>
1691         * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
1692         `dired-uncache' for every elemnt which is an absolute file name.
1694         * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
1695         directory, handle its directory component.
1696         (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
1697         function is called permanently and creates noise, otherwise.
1699         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
1700         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
1701         Handle the case, FILENAME is not in `default-directory'.  (Bug#5478)
1703 2010-02-04  David Burger  <dburger@google.com>  (tiny change)
1705         * macros.el (apply-macro-to-region-lines):
1706         Minor simplification.  (Bug#5485)
1708 2010-02-04  Glenn Morris  <rgm@gnu.org>
1710         * mail/rmail.el (rmail-show-message-1): Handle malformed
1711         quoted-printable text.  (Bug#5441)
1713         * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
1715         * simple.el (visual-line-mode): Capitalize lighter.
1717 2010-02-03  John Wiegley  <jwiegley@gmail.com>
1719         * iswitchb.el (iswitchb-completions): Add bookmark files to the
1720         list of files considered for "virtual buffer" completions.
1722 2010-02-03  Michael Albinus  <michael.albinus@gmx.de>
1724         * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
1725         also in case of (and (not full) (not wildcard)). This is needed,
1726         when dired is called with a list of files, which are not in
1727         `default-directory'.  (Bug#5478)
1729 2010-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1731         * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
1733 2010-02-02  Juri Linkov  <juri@jurta.org>
1735         * textmodes/ispell.el (ispell-message-text-end): Remove final newline
1736         from unidiff to allow function-line after @@.
1738 2010-02-02  Juri Linkov  <juri@jurta.org>
1740         * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
1741         '(RCS SCCS) with inverted condition.
1743 2010-02-02  Michael Albinus  <michael.albinus@gmx.de>
1745         * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
1746         messages.
1748 2010-02-01  Juri Linkov  <juri@jurta.org>
1750         * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
1751         compare with "pkunzip" and "pkzip" instead of only "pkzip".
1752         In the `archive-extract-by-stdout' branch use `shell-quote-argument'
1753         only when (car archive-zip-extract) is "unzip".  (Bug#5475)
1755 2010-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1757         * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
1758         (doc-view-revert-buffer): New command.
1759         (doc-view-mode-map): Use it.
1761 2010-02-01  Dan Nicolaescu  <dann@ics.uci.edu>
1763         * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
1764         pending merge is detected.
1766 2010-01-31  Juri Linkov  <juri@jurta.org>
1768         * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
1769         beginning of interactive spec like all other grep commands do.
1770         Put "all" in front of "gz".  (Bug#5260)
1772 2010-01-29  Dan Nicolaescu  <dann@ics.uci.edu>
1774         * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
1776 2010-01-29  Chong Yidong  <cyd@stupidchicken.com>
1778         * dirtrack.el (dirtrack): Warn instead of signalling error if the
1779         regexp is incorrect (Bug#5476).
1781 2010-01-29  Michael Albinus  <michael.albinus@gmx.de>
1783         * net/tramp.el (tramp-handle-insert-directory): Handle also
1784         symlinks, when FILENAME is not in `default-directory'.
1786 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
1788         * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
1789         FILE is not in `default-directory'.  (Bug#5478)
1791         * net/tramp.el (tramp-handle-insert-directory): Simplify handling
1792         of SWITCHES.  Handle the case, FILENAME is not in
1793         `default-directory'.  (Bug#5478)
1794         (tramp-register-file-name-handlers): Add safe-magic property.
1796 2010-01-28  Chong Yidong  <cyd@stupidchicken.com>
1798         * arc-mode.el (archive-zip-extract): Quote the argument passed to
1799         unzip (Bug#5475).
1801 2010-01-28  Nil Geisweiller  <ngeiswei@googlemail.com>  (tiny change)
1803         * progmodes/flymake.el (flymake-allowed-file-name-masks)
1804         (flymake-master-make-header-init): Add other C++ filename masks.
1805         (flymake-find-possible-master-files)
1806         (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
1808 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
1810         Fix some busybox annoyances.
1812         * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
1813         not responding." string.
1814         (tramp-open-connection-setup-interactive-shell): Dump stty
1815         settings.  Enable "neveropen" arg for all `tramp-send-command'
1816         calls.  Handle "=" in variable values properly.
1817         (tramp-find-inline-encoding): Raise an error, when no encoding is
1818         found.
1819         (tramp-wait-for-output): Check, whether PROC buffer is available.
1820         Remove spurious " ^H" sequences, sent by busybox.
1821         (tramp-get-ls-command): Suppress coloring, if possible.
1823 2010-01-28  Glenn Morris  <rgm@gnu.org>
1825         * vc-svn.el (vc-svn-update): Use "svn --non-interactive".  (Bug#4280)
1827         * log-edit.el (log-edit-strip-single-file-name): Add missing
1828         :safe, :group, and :version tags.
1830 2010-01-27  Stephen Berman  <stephen.berman@gmx.net>
1832         * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
1833         buffers.  (Bug#5477)
1835 2010-01-27  David De La Harpe Golden  <david@harpegolden.net>
1837         * files.el (delete-directory): Handle moving to trash without
1838         first doing recursion (Bug#5436).
1840 2010-01-26  Dan Nicolaescu  <dann@ics.uci.edu>
1842         * vc-hooks.el (vc-path): Mark as obsolete.
1844 2010-01-25  Dan Nicolaescu  <dann@ics.uci.edu>
1846         * vc-annotate.el (vc-annotate-revision-at-line): Compare file
1847         names too.
1849         * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
1850         for the short log.
1851         (vc-bzr-log-view-mode): Adjust regexp for the above change.
1853 2010-01-25  Mark A. Hershberger  <mah@everybody.org>
1855         * progmodes/python.el: Replace reference to obsolete c-subword-mode.
1857         * vc-bzr.el (vc-bzr-revision-table): New function.
1859 2010-01-25  Eric Hanchrow  <eric.hanchrow@gmail.com>  (tiny change)
1861         * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
1862         diff-index command.  This requires at least git-1.5.5.  (Bug#1589).
1864 2010-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
1866         Remove support for adding --signoff on commit.
1867         Future support will use an incompatible generic mechanism.
1868         * vc-git.el (vc-git-add-signoff): Remove variable.
1869         (vc-git-toggle-signoff): Remove function.
1870         (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
1872         * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
1873         from xterm-set-background-mode.  Return t if the background mode
1874         was set.
1875         (terminal-init-xterm): Move tty-set-up-initial-frame-faces
1876         earlier, call it again in case the background mode has changed.
1878 2010-01-23  Dmitri Paduchikh  <dpaduch@k66.ru>  (tiny change)
1880         * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
1881         (Bug#3541).
1883 2010-01-23  Chong Yidong  <cyd@stupidchicken.com>
1885         * emacs-lisp/assoc.el (aelement): Doc fix.
1886         (aput, adelete, amake): Use lexical-let (Bug#5450).
1888 2010-01-23  Stephen Leake  <stephen_leake@member.fsf.org>
1890         * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
1891         is the same as subprogram call, not declaration.  (Bug#5435).
1893 2010-01-23  Michael Albinus  <michael.albinus@gmx.de>
1895         * net/tramp-smb.el (tramp-smb-conf): New defcustom.
1896         (tramp-smb-maybe-open-connection): Use it.
1898 2010-01-22  Michael Albinus  <michael.albinus@gmx.de>
1900         * net/tramp-imap.el (top): Autoload needed packages.  (Bug#5448)
1902 2010-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1904         * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
1905         just because we see "encoding: 8bit".
1906         * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
1908 2010-01-22  Chong Yidong  <cyd@stupidchicken.com>
1910         * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
1912 2010-01-22  Eli Zaretskii  <eliz@gnu.org>
1914         * jka-compr.el (jka-compr-load): If load-file is not in
1915         load-history, try its file-truename version.  (bug#5447)
1917 2010-01-21  Alan Mackenzie  <acm@muc.de>
1919         Fix a situation where deletion of a cpp construct throws an error.
1920         * progmodes/cc-engine.el (c-invalidate-state-cache): Before
1921         invoking c-with-all-but-one-cpps-commented-out, check that the
1922         special cpp construct is still in the buffer.
1923         (c-parse-state): Record the special cpp with markers, not numbers.
1925 2010-01-21  Kenichi Handa  <handa@m17n.org>
1927         * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
1928         process last-command-event, as it is now decoded first (Bug#5380).
1930 2010-01-20  Chong Yidong  <cyd@stupidchicken.com>
1932         * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
1934 2010-01-20  Glenn Morris  <rgm@gnu.org>
1936         * indent.el (tab-always-indent): Fix custom-type.
1938 2010-01-19  Alan Mackenzie  <acm@muc.de>
1940         * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
1941         buffer throws "args out of range".
1942         (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
1943         playing the role of delimiter.
1945 2010-01-18  Stephen Leake  <stephen_leake@member.fsf.org>
1947         * progmodes/ada-mode.el: Fix bug#5400.
1948         (ada-matching-decl-start-re): Move into ada-goto-decl-start.
1949         (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
1950         changed.  Delete RECURSIVE parameter; never used.  Improve doc string.
1951         Improve comments in "is" portion.  Handle null procedure declaration.
1952         (ada-move-to-end): Improve doc string.
1954 2010-01-18  Óscar Fuentes  <ofv@wanadoo.es>
1956         * ido.el (ido-cur-list): Initialize to nil.
1957         Remove obsolete information from commentary.
1958         (ido-choice-list): Initialize to nil.
1959         (ido-get-bufname): Reject minibuffers.
1960         (ido-make-buffer-list): If "default" is a nonexistent
1961         buffer, ignore it, as per the function's comment.
1962         (ido-kill-buffer-internal): New function.
1963         (ido-kill-buffer-at-head): Use it.
1964         (ido-visit-buffer): Likewise.
1966 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
1968         * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
1970 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
1972         * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
1973         Fix typos in chart titles.
1975         * whitespace.el (whitespace-style, global-whitespace-newline-mode):
1976         * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
1977         (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
1978         (describe-class, eieio-describe-generic, describe-generic):
1979         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
1980         (eieio-speedbar-expand):
1981         * emulation/viper-cmd.el (viper-exec-form-in-vi)
1982         (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
1983         (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
1984         (viper-del-backward-char-in-replace, viper-backward-indent)
1985         (viper-brac-function, viper-register-to-point, viper-submit-report):
1986         * net/tramp.el (tramp-remote-coding-commands):
1987         * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
1988         Fix typos in docstrings.
1990 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
1992         * mail/sendmail.el (mail-yank-original): Set the mark if the
1993         specified function for yanking does not do it.
1995 2010-01-17  Dan Nicolaescu  <dann@ics.uci.edu>
1997         * vc.el (with-vc-properties): Deal with directory arguments.  (Bug#5298)
1999         * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
2000         resyncing a directory.
2002 2010-01-17  Stephen Leake  <stephen_leake@member.fsf.org>
2004         * progmodes/ada-mode.el: Fix bug#1920.
2005         (ada-ident-re): Delete ., allow multibyte characters.
2006         (ada-goto-label-re): New; matches goto labels.
2007         (ada-block-label-re): New; matches block labels.
2008         (ada-label-re): New; matches both.
2009         (ada-named-block-re): Deleted; callers changed to use
2010         `ada-block-label-re' instead.
2011         (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
2012         Use `ada-block-label-re'.
2013         (ada-indent-on-previous-lines): Improve handling of goto labels.
2014         (ada-get-indent-block-start): Special-case block label.
2015         (ada-get-indent-label): Split into `ada-indent-block-label' and
2016         `ada-indent-goto-label'.
2017         (ada-goto-stmt-start, ada-goto-next-non-ws):
2018         Optionally ignore goto labels.
2019         (ada-goto-next-word): Simplify.
2020         (ada-indent-newline-indent-conditional): Insert newline before
2021         trying to fix indentation; doc fix.
2023 2010-01-17  Jay Belanger  <jay.p.belanger@gmail.com>
2025         * calc/calc.el (calc-command-flags): Give it an initial value.
2027 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
2029         * files.el (minibuffer-with-setup-hook):
2030         * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
2031         (artist-key-draw-continously, artist-key-do-continously-continously)
2032         (artist-key-set-point-continously, artist-mouse-draw-continously):
2033         Fix typos in docstrings.
2035 2010-01-16  Lennart Borgman  <lennart.borgman@gmail.com>
2037         * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
2038         return t (Bug#3898).
2040 2010-01-16  Frédéric Perrin  <frederic.perrin@resel.fr>  (tiny change)
2042         * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
2043         can parse the output of the external commands (Bug#5279).
2045 2010-01-16  Jari Aalto  <jari.aalto@cante.net>
2047         * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
2049 2010-01-16  Chong Yidong  <cyd@stupidchicken.com>
2051         * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
2053         * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
2055         * startup.el (command-line): Remove unused --icon-type arg.
2056         Handle --display arg, passing it to command-line-1 (Bug#5392).
2058 2010-01-16  Mario Lang  <mlang@delysid.org>
2060         * emacs-lisp/chart.el (chart-translate-namezone):
2061         * textmodes/artist.el (artist-compute-popup-menu-table):
2062         Remove duplicated words in doc-strings.
2064 2010-01-15   David Abrahams  <dave@boostpro.com>  (tiny change)
2066         * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
2067         to mairix-search to suppress threading (Bug#5342).
2069 2010-01-15  Kenichi Handa  <handa@m17n.org>
2071         * international/mule-cmds.el (canonicalize-coding-system-name):
2072         Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
2074 2010-01-15  Glenn Morris  <rgm@gnu.org>
2076         * log-view.el (top-level): Require 'wid-edit.  (Bug#5311)
2078         * wid-edit.el (widget-keymap): Doc fix.
2080         * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
2081         former seems to be more widely accepted by various svn versions.
2083 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
2085         * find-cmd.el (find-constituents):
2086         * vc-arch.el (vc-arch-root):
2087         * window.el (window-body-height, pop-up-frames):
2088         * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
2089         * progmodes/ada-stmt.el (ada-if):
2090         * progmodes/gdb-ui.el (gdb-jsonify-buffer):
2091         * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
2092         (ispell-encoding8-command, ispell-aspell-supports-utf8)
2093         (ispell-last-program-name, ispell-help): Fix typos in docstrings.
2095         * progmodes/flymake.el (flymake-post-syntax-check):
2096         Fix typo in error message.
2098 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
2100         * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
2101         which is always a string.  (Bug#5313)
2103 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
2105         * progmodes/ada-xref.el (ada-default-prj-properties):
2106         Simplify previous change.
2108 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
2110         * progmodes/ada-xref.el (ada-default-prj-properties):
2111         Default ada_project_path to $ADA_PROJECT_PATH.
2113 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
2115         * progmodes/ada-mode.el (ada-create-keymap):
2116         Override `narrow-to-defun' with `ada-narrow-to-defun'.
2118 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
2120         * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
2121         (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
2122         (ada-get-current-indent, ada-imenu-generic-expression)
2123         (ada-which-function): Check for it.
2125 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
2127         * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
2128         (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
2130 2010-01-14  Glenn Morris  <rgm@gnu.org>
2132         * frame.el (show-trailing-whitespace): Safe if boolean.  (Bug#5312)
2134 2010-01-14  Kenichi Handa  <handa@m17n.org>
2136         * composite.el (auto-composition-mode): Make it a buffer local
2137         variable (permanent-local).
2138         (auto-composition-function): Set the default value to
2139         auto-compose-chars.
2140         (auto-composition-mode): Make it a simple function, not a minor mode.
2141         (global-auto-composition-mode): Likewise.
2142         (turn-on-auto-composition-if-enabled): Delete it.
2144 2010-01-13  Karl Fogel  <kfogel@red-bean.com>
2146         * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
2148 2010-01-12  Michael Albinus  <michael.albinus@gmx.de>
2150         * files.el (copy-directory): Compute target for recursive
2151         directories with identical names.  (Bug#5343)
2153 2010-01-12  Glenn Morris  <rgm@gnu.org>
2155         * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
2156         it to bug-gnu-emacs rather than emacs-pretest-bug.
2158 2010-01-11  Sam Steingold  <sds@gnu.org>
2160         * imenu.el (imenu-default-create-index-function): Detect infinite
2161         loops caused by imenu-prev-index-position-function.
2163 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
2165         * htmlfontify.el (htmlfontify-load-rgb-file)
2166         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
2167         (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
2168         (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
2169         (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
2170         (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
2171         (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
2172         (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
2173         (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
2174         (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
2175         (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
2176         (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
2177         (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
2178         (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
2179         (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
2180         (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
2181         (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
2182         (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
2183         (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
2184         (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
2185         (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
2186         (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
2187         (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
2188         backslash-quoting from parentheses, etc.
2190 2010-01-11  Chong Yidong  <cyd@stupidchicken.com>
2192         * progmodes/js.el: Autoload javascript-mode alias.
2194 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
2196         * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
2197         (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
2198         (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
2199         (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
2200         Fix typos in docstrings.
2201         (ffap-url-regexp): Doc fix.
2202         (ffap-at-mouse): Fix typo in message.
2204 2010-01-11  Glenn Morris  <rgm@gnu.org>
2206         * version.el (emacs-copyright): Set copyright year to 2010.
2208 2010-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2210         * format.el (format-annotate-function): Only set
2211         write-region-post-annotation-function after running to-fn so as not to
2212         affect nested write-region calls (bug#5273).
2214 2010-01-10  Chong Yidong  <cyd@stupidchicken.com>
2216         * Makefile.in (ELCFILES): Add wisent/python-wy.el and
2217         wisent/python.el.
2219 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
2221         * man.el (Man-goto-section): Signal error if the section is not
2222         found (Bug#5317).
2224 2010-01-09  Juanma Barranquero  <lekktu@gmail.com>
2226         * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
2227         URLs with a leading triple slash in the file: scheme.  (Bug#5345)
2229 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
2231         * progmodes/compile.el: Don't treat compile-command as safe if
2232         compilation-read-command might be nil (Bug#4218).
2234 2010-01-09  Jan Djärv  <jan.h.d@swipnet.se>
2236         * startup.el (command-line-1): Use orig-argi to check for ignored X and
2237         NS options.
2239 2010-01-08  Kenichi Handa  <handa@m17n.org>
2241         * international/fontset.el (build-default-fontset-data):
2242         Exclude characters in scripts kana, hangul, han, or cjk-misc.
2244 2010-01-07  Juanma Barranquero  <lekktu@gmail.com>
2246         * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
2247         to `create-file-buffer' as it expects, not just a buffer name.
2248         (vc-dir-mode): Include the buffer name in `list-buffers-directory',
2249         to help uniquify.  (Bug#3224)
2251 2010-01-06  Jan Djärv  <jan.h.d@swipnet.se>
2253         * font-setting.el (font-setting-change-default-font): Use user-spec
2254         instead of name.
2256 2010-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
2258         * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
2260 2010-01-05  Tom Tromey  <tromey@redhat.com>
2262         * progmodes/python.el (python-font-lock-keywords):
2263         Handle qualified decorators (Bug#881).
2265 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
2267         * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
2268         in a lightweight checkout.
2270 2010-01-05  Kenichi Handa  <handa@m17n.org>
2272         * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
2274 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
2276         * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
2278 2010-01-04  Dan Nicolaescu  <dann@ics.uci.edu>
2280         * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
2281         checkouts.  (Bug#618)
2282         (vc-bzr-log-view-mode): Also highlight the author.
2283         (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
2284         (vc-bzr-shelve-menu-map):
2285         (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
2286         (vc-bzr-shelve-apply): Make prompt more explicit.
2288 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
2290         * net/browse-url.el (browse-url-encode-url): Don't escape commas.
2291         They are valid characters in URL paths (rfc3986), and at least
2292         Firefox does not understand the encoded version (Bug#3166).
2294 2010-01-02  Daniel Elliott  <danelliottster@gmail.com>  (tiny change)
2296         * progmodes/octave-mod.el (octave-end-keywords)
2297         (octave-block-begin-or-end-regexp, octave-block-match-alist):
2298         Add "end" keyword (Bug#3061).
2299         (octave-end-as-array-index-p): New function.
2300         (calculate-octave-indent): Use it.
2302 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
2304         * bookmark.el: Consistently put the text property on the bookmark name.
2305         (bookmark-bmenu-marks-width): Bump back to 2, to include
2306         annotation marks.
2307         (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
2308         property on the bookmark name, instead of not putting it at all.
2309         (bookmark-bmenu-list): Fix where we put the text property.
2311 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
2313         * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
2314         for showing buffer modified state (as added in the previous change).
2316 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
2318         * bookmark.el: Show modified state of bookmark buffer more accurately.
2319         (bookmark-bmenu-list): Initialize buffer-modified-p properly.
2320         (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
2321         (with-buffer-modified-unmodified): New macro.
2322         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
2323         (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
2324         Use new macro to preserve the buffer modified state.
2326 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
2328         * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
2329         (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
2330         (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
2331         (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
2332         (bookmark-bmenu-rename, bookmark-bmenu-locate)
2333         (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
2334         Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
2336 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
2338         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2339         Make the lines in the generated doc string shorter.  (Bug#4668)
2341 2010-01-02  Ryan Yeske  <rcyeske@gmail.com>
2343         * net/rcirc.el: Add follow-link binding (Bug#4738).
2345 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
2347         * Makefile.in (bzr-update): Rename from cvs-update.
2348         (cvs-update): New target for backward compatibility.
2350         * makefile.w32-in (bzr-update): Rename from cvs-update.
2351         (cvs-update): New target for backward compatibility.
2353 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
2355         * bookmark.el: Remove gratuitous gratitude.
2357 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
2359         * bookmark.el (bookmark-bmenu-any-marks): New function
2360         (bookmark-bmenu-save): Clear buffer modification if no marks.
2362 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
2364         * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
2365         (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
2366         positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
2367         This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
2369         http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
2370         From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
2371         To: emacs-devel {_AT_} gnu.org
2372         Subject: bookmark.el bug report
2373         Date: Mon, 28 Dec 2009 14:19:16 +0800
2374         Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
2376 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
2378         * bookmark.el: Improvements suggested by Drew Adams:
2379         (bookmark-bmenu-ensure-position): New name for
2380         `bookmark-bmenu-check-position'.  Just ensure the position,
2381         don't return any meaningful value.
2382         (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
2383         New constants.
2385 2010-01-02  Juanma Barranquero  <lekktu@gmail.com>
2387         * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
2388         (bookmark-yank-point, bookmark-bmenu-check-position):
2389         Fix typos in docstrings.
2390         (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
2391         (bookmark-name-from-full-record, bookmark-get-position)
2392         (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
2393         (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
2394         Remove useless quoting of parenthesis, etc. in docstrings.
2396         * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
2397         (ediff-append-custom-diff): Fix typo in error message.
2398         (ediff-meta-mark-equal-files): Fix typos in messages.
2400         * mpc.el (mpc-playlist-delete): Fix typo in error messages.
2402         * net/imap-hash.el (imap-hash-make): Doc fix.
2403         (imap-hash-test): Fix typo in error message; reflow docstring.
2404         (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
2405         (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
2406         (imap-hash-mailbox, imap-hash-user, imap-hash-password):
2407         Fix typos in docstrings.
2408         (imap-hash-open-connection): Fix typo in error message.
2410         * play/gomoku.el (gomoku): Fix typos in docstring.
2412         * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
2413         (gdb-jsonify-buffer): Fix typos in docstring.
2414         (gdb-goto-breakpoint): Fix typo in error message.
2415         ("Display Other Windows"): Fix typo in help message.
2416         (gdb-speedbar-expand-node): Fix typo in question.
2418         * progmodes/idlw-help.el (idlwave-help-browse-url-available)
2419         (idlwave-html-system-help-location, idlwave-html-help-location)
2420         (idlwave-help-browser-function, idlwave-help-browser-generic-program)
2421         (idlwave-help-browser-generic-args, idlwave-help-directory)
2422         (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
2423         (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
2424         (idlwave-online-help, idlwave-help-html-link)
2425         (idlwave-help-show-help-frame, idlwave-help-assistant-command):
2426         Fix typos in docstrings.
2427         (idlwave-help-with-source, idlwave-help-find-routine-definition):
2428         Reflow docstrings.
2429         (idlwave-help-assistant-start): Fix typo in error message.
2431         * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
2432         (octave-electric-space): Fix typos in docstrings.
2434 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
2436         * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
2438 2010-01-01  Juri Linkov  <juri@jurta.org>
2440         * comint.el (comint-input-ring-size): Make it a defcustom and
2441         increase the default to 500 (Bug#5148).
2443 2009-12-31  Nick Roberts  <nickrob@snap.net.nz>
2445         Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
2446         * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
2447         * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
2449 2009-12-30  Nick Roberts  <nickrob@snap.net.nz>
2451         Show working revision correctly for mercurial.
2452         * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
2453         hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
2455 2009-12-29  Juanma Barranquero  <lekktu@gmail.com>
2457         Declare some functions for the byte-compiler.
2458         * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
2459         (speedbar-timer-fn, speedbar-change-expand-button-char)
2460         (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
2462 2009-12-29  Nick Roberts  <nickrob@snap.net.nz>
2464         This changeset reverts GDB Graphical Interface to use annotations.
2465         * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
2467 2009-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
2469         Make vc-dir work on subdirectories of the bzr root.
2470         * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.  Return
2471         file names relative to it.
2472         (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
2473         relative directory to vc-bzr-after-dir-status.
2475 2009-12-28  Tassilo Horn  <tassilo@member.fsf.org>
2477         * font-lock.el (font-lock-refresh-defaults): New function, which
2478         can be used to let font-lock react to external changes in
2479         variables like font-lock-defaults and keywords.
2480         See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
2482 2009-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
2484         * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
2486         * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
2488 2009-12-28  Juanma Barranquero  <lekktu@gmail.com>
2490         Supersede color.diff settings in git log (bug#5211).
2492         * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
2493         escape chars in its output when the user has color.diff set to `always'.
2494         This fix works on git 1.4.2 and newer (released on 2006-08-13).
2496 2009-12-26  Kevin Ryde  <user42@zip.com.au>
2498         * info-look.el (sh-mode): Look for coreutils new "Concept Index"
2499         node.  Keep previous "Index" name to work with past coreutils too.
2501         * man.el (man): Revise docstring a bit to show -a and -l as
2502         examples.  Add -k description since support for it has otherwise
2503         been a secret.  (Further to bug#3717.)
2504         (Man-bgproc-sentinel): When "-k foo" produces no output show error
2505         "no matches" rather than "Can't find manpage", as the latter reads
2506         like -k was interpreted as a page name, which is not so.  (Bug#5431)
2508 2009-12-26  Michael Albinus  <michael.albinus@gmx.de>
2510         * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
2511         switches.  Check also for //SUBDIRED// line.
2513 2009-12-25  Kenichi Handa  <handa@m17n.org>
2515         * language/indian.el (devanagari-composable-pattern): Fixed to
2516         handle ZWNJ and ZWJ.  Use it in composition-function-table for
2517         Devanagari.
2518         (malayalam-composable-pattern): Fix previous change.
2520 2009-12-23  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2522         * ps-print.el (ps-face-attributes): It was not returning the
2523         attribute face for faces specified as string.  Reported by harven
2524         <harven@free.fr>.  (Bug#5254)
2525         (ps-print-version): New version 7.3.5.
2527 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
2529         * calendar/icalendar.el (icalendar--convert-tz-offset): Fixed
2530         timezone names.
2531         (icalendar--convert-tz-offset): Fixed the "last-day-problem".
2532         (icalendar--add-diary-entry): Remove the trailing blank that
2533         diary-make-entry inserts.
2535 2009-12-17  Michael Albinus  <michael.albinus@gmx.de>
2537         Make `file-expand-wildcards' work for remote files.
2539         * files.el (file-expand-wildcards): In case of remote files, check
2540         only local file name part for wildcards.  Provide feature 'files
2541         and subfeature 'remote-wildcards.  (Bug#5198)
2543         * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
2544         if there is already an established connection.
2545         (tramp-advice-file-expand-wildcards): Remove it.
2547         * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
2548         (tramp-advice-file-expand-wildcards): Moved from tramp.el.
2549         Activate advice for older GNU Emacs versions.  (Bug#5237)
2551 2009-12-17  Juanma Barranquero  <lekktu@gmail.com>
2553         Some doc fixes (more needed).
2555         * find-cmd.el (find-constituents): Reflow docstring.
2556         (find-cmd, find-prune, find-command): Fix typos in docstrings.
2557         (find-generic): Doc fix.
2559 2009-12-17  Juri Linkov  <juri@jurta.org>
2561         Fix regression from 23.1 to allow multiple modes in Local Variables.
2563         * files.el (hack-local-variables-filter): While ignoring duplicates,
2564         don't take `mode' into account.
2565         (hack-local-variables-filter, hack-dir-local-variables): Don't
2566         remove duplicate `mode' from local-variables-alist (like `eval').
2568 2009-12-17  Juri Linkov  <juri@jurta.org>
2570         Make `dired-diff' more safe.  (Bug#5225)
2572         * dired-aux.el (dired-diff): Signal an error when `file' equals to
2573         `current' or when `file' is a directory of the `current' file.
2575 2009-12-17  Andreas Schwab  <schwab@linux-m68k.org>
2577         * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
2578         unconditionally preloaded files.
2580 2009-12-16  Juri Linkov  <juri@jurta.org>
2582         Revert to old 23.1 logic of using the file at the mark as default.
2583         * dired-aux.el (dired-diff): Use the file at the mark as default
2584         if it's not the same as the current file, and the target dir is
2585         the current dir or the mark is active.  Add the current file
2586         as the arg of `dired-dwim-target-defaults'.  Use the default file
2587         in the prompt.  (Bug#5225)
2589 2009-12-15  Michael Albinus  <michael.albinus@gmx.de>
2591         * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
2592         (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
2593         (tramp-check-for-regexp): Check also, when an echoing shell stops
2594         to echo sent commands.
2596 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
2598         * Makefile.in: Revert last change (Bug#5191).
2600 2009-12-14  Dan Nicolaescu  <dann@ics.uci.edu>
2602         * vc-hg.el (vc-hg-print-log): Fix argument order.
2603         (vc-hg-working-revision): Make sure the command is executed in a
2604         known environment so that we can parse the output.  (Bug#4417)
2606 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
2608         * progmodes/python.el (python-symbol-completions): Remove text
2609         properties from symbol string before calling python-send-receive.
2611 2009-12-14  Nick Roberts  <nickrob@snap.net.nz>
2613         * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
2614         when there are values for both file and line.  (Bug#5060)
2616 2009-12-14  Juri Linkov  <juri@jurta.org>
2618         * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
2619         whitespace after the file name of the first line of unified format,
2620         because git-diff doesn't output whitespace and file modification time
2621         after the file name.
2623 2009-12-14  David Kastrup  <dak@gnu.org>
2625         * info.el (Info-hide-cookies-node): Before hiding a cookie,
2626         check if it already has the `display' property added by
2627         `Info-display-images-node', and not put the `invisible' property
2628         in this case.
2630 2009-12-13  Glenn Morris  <rgm@gnu.org>
2632         * mail/emacsbug.el (message-sort-headers): Define for compiler.
2633         (report-emacs-bug): In message-mode, sort manually before storing
2634         original report text.  (Bug#5178)
2635         Remove superfluous save-excursion.
2637 2009-12-12  Michael Albinus  <michael.albinus@gmx.de>
2639         * net/dbus.el (dbus-property-handler): Filter lambda forms out
2640         when responding to "GetAll" properties.
2642 2009-12-12  Chong Yidong  <cyd@stupidchicken.com>
2644         * simple.el (compose-mail): Remove mail-setup-with-from from
2645         customization checks.
2647 2009-12-12  Eli Zaretskii  <eliz@gnu.org>
2649         * arc-mode.el (archive-rar-summarize): Support Attribute fields in
2650         RAR archives created on Unix systems.
2652 2009-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2654         * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
2655         the varalias that was accidentally removed by the 2009-11-19 change
2656         (bug#5186).
2658 2009-12-12  Kenichi Handa  <handa@m17n.org>
2660         * language/indian.el (indian-compose-regexp): New function.
2661         (malayalam-composable-pattern): Fix the pattern.
2662         (composition-function-table): Set malayalam-composable-pattern for
2663         Malayalam characters.
2665 2009-12-11  Chong Yidong  <cyd@stupidchicken.com>
2667         * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
2668         rather than down-mouse-1, based on follow-link conventions.
2670         * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
2671         are compiled.
2673 2009-12-11  Michael McNamara  <mac@mail.brushroad.com>
2675         * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
2676         (verilog-vmm-statement-re, verilog-ovm-statement-re)
2677         (verilog-defun-level-not-generate-re, verilog-calculate-indent)
2678         (verilog-leap-to-head, verilog-backward-token):
2679         Fix indenting VMM macros.  Reported by Jonathan Ashbrook.
2681 2009-12-11  Wilson Snyder  <wsnyder@wsnyder.org>
2683         * progmodes/verilog-mode.el (verilog-auto-lineup)
2684         (verilog-nameable-item-re): Cleanup user-visible spelling and
2685         documentation errors.  One reported by Gary Delp.
2686         (verilog-submit-bug-report): Mention bug tracking and CC co-author.
2687         (verilog-read-decls): Fix AUTOWIRE with types declared in a
2688         package, bug195.  Reported by Pierre-David Pfister.
2690 2009-12-11  Glenn Morris  <rgm@gnu.org>
2692         * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
2694         * mail/emacsbug.el: No longer require sendmail.
2695         Replace sendmail's `mail-text' by `rfc822-goto-eoh'.  (Bug#5174)
2696         (report-emacs-bug-orig-text): Doc fix.
2697         (report-emacs-bug-send-command, report-emacs-bug-send-hook):
2698         New local variables, to adapt to different mail-user-agents.
2699         (report-emacs-bug): Fix test for a gnu.org address.
2700         Use overlays for emphasis, since font-lock defeats 'face property.
2701         Pretest bugs also end up at the newsgroup these days.
2702         Stop message-mode stripping text properties.
2703         Set and use the new buffer-local variables.
2704         (report-emacs-bug-hook): Add doc-string.
2705         Remove some unnecessary save-excursions and simplify.
2706         Use the appropriate hook and send-command.
2708         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
2709         capitalization of some menu entries.
2711 2009-12-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2713         * whitespace.el (whitespace-display-char-on): Ensure
2714         `buffer-display-table' is unique when two or more windows are
2715         visible.  Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
2716         New version 12.1.
2718 2009-12-10  Eli Zaretskii  <eliz@gnu.org>
2720         * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
2721         characters in the Attribute field.
2723 2009-12-10  Dan Nicolaescu  <dann@ics.uci.edu>
2725         * vc-svn.el (vc-svn-after-dir-status): Fix regexp.  (Bug#4741)
2727 2009-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2729         Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
2730         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
2731         Disregard autoload-excludes.
2732         (update-directory-autoloads): Obey autoload-excludes here instead.
2733         But don't store its contents in no-autoloads and remove entries that
2734         refer to excludes files.
2736 2009-12-10  Glenn Morris  <rgm@gnu.org>
2738         * mail/feedmail.el (top-level): Move require 'mail-utils to start.
2739         (expand-mail-aliases): Define for compiler.
2741         * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
2742         Define for compiler.
2744         * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
2745         appropriate for the mail-user-agent in use.
2747 2009-12-09  Michael Albinus  <michael.albinus@gmx.de>
2749         * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
2751 2009-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
2753         Fix short log parsing and fontification.
2754         * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
2755         Fix fontification for the [merge] label.
2757 2009-12-09  Vivek Dasmohapatra  <vivek@etla.org>
2759         Drop some properties to avoid surprises.
2760         * htmlfontify.el (hfy-ignored-properties): New defcustom.
2761         (hfy-fontify-buffer): Use it.
2763 2009-12-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2765         Minor cleanup.
2766         * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
2767         Adjust all callers.
2768         (ffap-locate-file): Remove unused arg `dir-ok' and make other
2769         args compulsory.  Adjust callers.
2770         (ffap-gopher-at-point): Remove unused var `name'.
2772         Get rid of the ELCFILES abomination.
2773         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
2774         (compile-elcfiles): New phony target.
2775         (compile-main): Compute ELCFILES dynamically.
2776         (compile-clean): New target to remove left-over elc files.
2777         (compile, all): Use it.
2779 2009-12-09  Kenichi Handa  <handa@etlken>
2781         * international/mule-diag.el: Require help-mode instead of help-fns.
2783 2009-12-09  Kenichi Handa  <handa@m17n.org>
2785         * international/mule-cmds.el (ucs-names): Supply sufficiently
2786         fine ranges instead of pre-calculating accurate ranges.
2787         Iterate with bigger gc-cons-threshold.
2789 2009-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
2791         Add support for stashing a snapshot of the current tree.
2792         * vc-git.el (vc-git-stash-snapshot): New function.
2793         (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
2795 2009-12-08  Jose E. Marchesi  <jemarch@gnu.org>
2797         * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
2798         instead of `(beginning|end)-of-line'.
2800 2009-12-08  Glenn Morris  <rgm@gnu.org>
2802         * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
2804         * Makefile.in (ELCFILES): Regenerate.
2806 2009-12-07  Juri Linkov  <juri@jurta.org>
2808         Don't lazy-highlight the comint output in history Isearch mode.
2810         * comint.el (comint-history-isearch-search): Instead of
2811         `comint-line-beginning-position', use `comint-after-pmark-p'
2812         to check if point if before the process mark, and go to
2813         `process-mark' in this case.
2815 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2817         * textmodes/tex-mode.el (latex-complete)
2818         (latex-indent-or-complete): Remove.
2819         (latex-mode): Set completion-at-point-functions instead.
2821         Provide a standard completion command and hook it into TAB.
2822         * minibuffer.el (completion-at-point-functions): New var.
2823         (completion-at-point): New command.
2824         * indent.el (indent-for-tab-command): Handle the `complete' behavior.
2825         * progmodes/python.el (python-mode-map): Use completion-at-point.
2826         (python-completion-at-point): Rename from python-partial-symbol and
2827         adjust for use in completion-at-point-functions.
2828         (python-mode): Setup completion-at-point for Python completion.
2829         * emacs-lisp/lisp.el (lisp-completion-at-point): New function
2830         extracted from lisp-complete-symbol.
2831         (lisp-complete-symbol): Use it.
2832         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
2833         setup completion-at-point for Elisp completion.
2834         (emacs-lisp-mode-map, lisp-interaction-mode-map):
2835         Use completion-at-point.
2836         * ielm.el (ielm-map): Use completion-at-point.
2837         (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
2838         * progmodes/sym-comp.el: Move to...
2839         * obsolete/sym-comp.el: Move from progmodes.
2841 2009-12-07  Eli Zaretskii  <eliz@gnu.org>
2843         Prevent save-buffer in Rmail buffers from using the coding-system
2844         of the current message, and from clobbering the encoding mnemonics
2845         in the mode line (Bug#4623).
2847         * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
2848         flag, too.
2849         (rmail-message-encoding): New variable.
2850         (rmail-write-region-annotate): Record the encoding of the current
2851         message in rmail-message-encoding.
2852         (rmail-after-save-hook): New function, restores the encoding of
2853         the current message after the message collection is saved.
2855 2009-12-07  Juri Linkov  <juri@jurta.org>
2857         * progmodes/grep.el (grep-read-files): Use `completing-read'
2858         instead of `read-string'.  Set its `collection' arg to
2859         `read-file-name-internal'.  (Bug#4301)
2861 2009-12-07  Juri Linkov  <juri@jurta.org>
2863         Correctly restore original Isearch point.  (Bug#4994)
2865         * isearch.el (isearch-mode): Move `isearch-push-state' after
2866         `(run-hooks 'isearch-mode-hook)'.
2867         (isearch-cancel): When `isearch-push-state-function' is defined,
2868         let-bind `isearch-cmds' to the first state (the last element of
2869         `isearch-cmds') and call `isearch-top-state' (it calls pop-state
2870         function and restores the original point).  Otherwise, move point
2871         to `isearch-opoint'.
2873 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2875         * international/mule-cmds.el (ucs-names): Weed out at compile-time the
2876         chars that don't have names, so the table can be built much faster at
2877         run-time.
2879 2009-12-07  Chong Yidong  <cyd@stupidchicken.com>
2881         * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
2882         change.  Suggested by David Kastrup.
2884         * simple.el (compose-mail): Check for incompatibilities and warn.
2885         (compose-mail-user-agent-warnings): New option.
2887 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
2889         Support showing a single log entry from vc-annotate.
2890         * vc.el (print-log): Add a new argument: START-REVISION.
2891         (vc-print-log-internal): Add a new optional argument and
2892         pass it to the backend.
2893         (vc-print-log, vc-print-root-log): Adjust callers.
2894         * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
2895         buffer already displays the requested log entry, use it.
2896         Otherwise display only the log entry in question.
2897         * vc-svn.el (vc-svn-print-log):
2898         * vc-mtn.el (vc-mtn-print-log):
2899         * vc-hg.el (vc-hg-state):
2900         * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
2901         (vc-git-show-log-entry): Return t on success.
2902         * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
2903         (vc-bzr-show-log-entry): Return t on success.
2904         * vc-rcs.el (vc-rcs-print-log):
2905         * vc-sccs.el (vc-sccs-print-log):
2906         * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
2908 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
2910         * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
2911         Add menus to the meta mode.  (Bug#5043)
2913 2009-12-07  Michael Kifer  <kifer@cs.stonybrook.edu>
2915         * ediff-init.el (ediff-event-key): Use event-to-character instead of
2916         event-key.
2918         * ediff.el (ediff-buffers-internal): Add unwind-protect.
2920 2009-12-07  Michael Albinus  <michael.albinus@gmx.de>
2922         Handle prompt rules of ksh in OpenBSD 4.5.  Reported by Raphaël
2923         Berbain <raphael.berbain@gmail.com>.
2925         * net/tramp.el (tramp-end-of-output): Move up.  Use `#' and `$'
2926         characters.
2927         (tramp-initial-end-of-output): New defconst.
2928         (tramp-methods, tramp-find-shell)
2929         (tramp-open-connection-setup-interactive-shell)
2930         (tramp-maybe-open-connection): Use it.
2931         (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
2932         existence of `#' and `$'.
2934         * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
2935         `tramp-initial-end-of-output'.
2937 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
2939         Get the background mode from the terminal for xterm, and set
2940         faces accordingly.
2941         * term/xterm.el (xterm-set-background-mode): New function.
2942         (terminal-init-xterm): Use it in case xterm supports background
2943         color queries.  Recompute faces after getting the background
2944         color.
2946 2009-12-07  Ulrich Mueller  <ulm@gentoo.org>
2948         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
2949         number comment back on its own line, for easier parsing.
2951 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2953         Make it work for non-file buffers (bug#5102).
2954         * doc-view.el (doc-view-current-cache-dir):
2955         Use doc-view-buffer-file-name rather than buffer-file-name.
2956         (doc-view-mode): Use buffer-name when buffer-file-name is nil.
2958 2009-12-06  Óscar Fuentes  <ofv@wanadoo.es>
2960         * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
2961         author field is too short.
2963 2009-12-06  Dan Nicolaescu  <dann@ics.uci.edu>
2965         * vc-git.el (vc-git-print-log): Handle a limit argument.
2966         Display the short log in graph form and with labels.
2967         (vc-git-log-view-mode): Handle labels.
2969         Make vc-revert change VC state from 'added to 'unregistered.
2970         * vc-git.el (vc-git-revert): Call git reset first.
2972 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
2974         * net/newst-backend.el, net/newst-plainview.el:
2975         * net/newst-reader.el, net/newst-ticker.el:
2976         * net/newst-treeview.el, net/newsticker.el:
2977         Require/provide newst-... (instead of newsticker-...).  (Bug#5096)
2979 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
2981         * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
2983         * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
2984         Handle empty author field (Bug#4144).  Suggested by Óscar Fuentes.
2985         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
2986         Update annotation regexp.
2988         * simple.el (beginning-of-visual-line): Constrain to field
2989         boundaries (Bug#5106).
2991 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
2993         * xml.el (xml-substitute-numeric-entities): Move
2994         newsticker--decode-numeric-entities in newst-backend.el to
2995         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
2996         * net/newst-backend.el (newsticker--parse-generic-feed)
2997         (newsticker--parse-generic-items)
2998         (newsticker--decode-numeric-entities): Move
2999         newsticker--decode-numeric-entities in newst-backend.el to
3000         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
3002 2009-12-06  Daniel Colascione  <dan.colascione@gmail.com>
3004         * progmodes/js.el (js--js-not): Add null to the list of values.
3006 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
3008         * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
3010 2009-12-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3012         * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
3013         delimiter if it is at the end of the current line.
3014         (bibtex-generate-url-list): Fix docstring.
3016 2009-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3018         * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
3019         minibuffer's content with itself.
3020         Fold the confirm-after-completion case into the `confirm' case.
3021         (completion-pcm-word-delimiters): Add : and / to the delimiters.
3023 2009-12-06  Kevin Ryde  <user42@zip.com.au>
3025         * ffap.el (ffap-rfc-path): Make this a defcustom since
3026         `ffap-rfc-directories' is also a defcustom.  (Bug#4514.)
3028         * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
3029         manuals, similar to existing setup for help-mode.  (Bug#3913.)
3031 2009-12-05  Juri Linkov  <juri@jurta.org>
3033         Save and restore dired buffer's point positions too.  (Bug#4880)
3035         * dired.el (dired-save-positions): Return in the first element
3036         buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
3037         Doc fix.
3038         (dired-restore-positions): First restore buffer's position.
3039         While restoring window's positions, check if window still displays
3040         the original buffer.
3042 2009-12-05  Chong Yidong  <cyd@stupidchicken.com>
3044         * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
3045         if possible.
3047         * shell.el (shell): Require ansi-color (Bug#5113).
3049         * ansi-color.el (ansi-color-for-comint-mode): Default to t.
3051         * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
3053 2009-12-05  Alan Mackenzie  <acm@muc.de>
3055         * progmodes/cc-mode.el (c-before-hack-hook)
3056         (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
3057         `c-file-style' to work again.  This reversion restores the current
3058         software to its state in Emacs 23.1.  (Bug#4146)
3060 2009-12-05  Kevin Ryde  <user42@zip.com.au>
3062         * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
3063         comment-start-skip to comment-end-skip as comment (Bug#4781).
3065 2009-12-05  Juri Linkov  <juri@jurta.org>
3067         * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
3068         for virtual nodes.  (Bug#4147)
3069         (Info-find-node-2): Set `Info-current-node-virtual' to nil
3070         when moving from a virtual node.
3071         (Info-mode-menu): Add `Info-virtual-index' to the menu.
3072         (Info-mode): Add `Info-virtual-index' to the docstring.
3074 2009-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3076         * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
3077         track of the buffer position of the end of a BibTeX entry as this
3078         position may change during reformatting.
3079         (bibtex-format-entry): Remove whitespace before processing
3080         numerical fields so that we recognize the latter properly.
3081         (bibtex-reformat): Do not use push which changes the global value
3082         of bibtex-entry-format.
3083         (bibtex-field-braces-alist, bibtex-field-strings-alist)
3084         (bibtex-field-re-init): Replace only space characters by regexp
3085         for whitespace.
3086         (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
3087         (bibtex-initialize): Also update bibtex-strings.
3088         (bibtex-kill-field): Preserve white space at end of entry.
3089         (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
3090         Update bibtex-reference-keys.
3092 2009-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3094         * minibuffer.el (completion-pcm--merge-try): Also consider placing
3095         point after a star, if that's the only place where modifications can
3096         make progress.
3098 2009-12-05  Dan Nicolaescu  <dann@ics.uci.edu>
3100         * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
3101         in docstrings.
3103 2009-12-04  Juri Linkov  <juri@jurta.org>
3105         * proced.el (proced): Call `(proced-update t)' to update process
3106         information instead of only running proced-post-display-hook.
3107         (proced-send-signal): Add a leading space to the buffer name
3108         " *Marked Processes*" to make this buffer ephemeral.
3110 2009-12-04  Juri Linkov  <juri@jurta.org>
3112         * dired.el (dired-auto-revert-buffer): New defcustom.
3113         (dired-internal-noselect): Use it.
3115 2009-12-04  Juri Linkov  <juri@jurta.org>
3117         Change roles of modes and functions in image-mode.el (Bug#5062).
3119         * image-mode.el: Replace `image-mode-maybe' with `image-mode'
3120         in `auto-mode-alist'.
3121         (image-mode-previous-major-mode): New variable.
3122         (image-minor-mode-map): Rename from `image-mode-text-map'.
3123         (image-mode): Move graceful error-handling code from
3124         `image-minor-mode' to here.  On errors call `image-mode-as-text'.
3125         (image-minor-mode): Remove all image-handling code.
3126         Replace `image-mode-text-map' with `image-minor-mode-map'.
3127         Check for `image-type' in mode-line format string.
3128         (image-mode-maybe): Make obsolete with an alias to `image-mode'.
3129         (image-mode-as-text): New function with most code from
3130         `image-mode-maybe'.
3131         (image-toggle-display-text): Move code that removes image
3132         properties from `image-toggle-display' to here.
3133         (image-toggle-display-image): New function with code that adds
3134         image properties copied from `image-toggle-display'.
3135         (image-toggle-display): Remove most code with leaving only code
3136         that toggles between `image-mode-as-text' and `image-mode'.
3138 2009-12-04  Ulf Jasper  <ulf.jasper@web.de>
3140         * net/newst-treeview.el
3141         (newsticker--treeview-list-highlight-start): Restored call to
3142         save-excursion: Selected item was stuck.
3143         (newsticker--treeview-list-select): New.
3144         (newsticker--treeview-item-show-text)
3145         (newsticker--treeview-item-show)
3146         (newsticker--treeview-item-update): Use new
3147         newsticker-treeview-item-mode.
3148         (newsticker-treeview-update): Keep current item.
3149         (newsticker-treeview-next-new-or-immortal-item): Doc change.
3150         (newsticker--treeview-first-feed): Doc change.
3151         (newsticker-treeview-list-menu)
3152         (newsticker-treeview-item-menu): Added menu entries.
3153         (newsticker-treeview-item-mode): New.
3155         * net/newst-backend.el (newsticker-customize): Delete other
3156         windows.
3158 2009-12-04  Sam Steingold  <sds@gnu.org>
3160         * log-view.el (log-view-mode-map): "q" calls quit-window,
3161         like in all the other non-self-insert buffers.
3163 2009-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3165         Minor cleanup.
3166         * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
3167         key decoding rather than do it manually via last-input-event +
3168         ascii-character.
3169         (term-exec): Use delete-and-extract-region.
3170         (term-handle-ansi-terminal-messages): Remove unused var `end'.
3171         (term-process-pager): Remove unused var `i'.
3172         (term-dynamic-simple-complete): Make obsolete.
3173         (serial-update-config-menu): Remove unused vars `y' and `str'.
3174         (term-update-mode-line): Remove unused var `temp'.
3176 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
3178         Limit the number of log entries displayed by default.
3179         * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
3180         (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
3181         using a prefix argument.
3183 2009-12-03  Glenn Morris  <rgm@gnu.org>
3185         * progmodes/idlwave.el (class): Restore still useful declaration.
3187 2009-12-03  Alan Mackenzie  <acm@muc.de>
3189         Enhance `c-parse-state' to run efficiently in "brace deserts".
3191         * progmodes/cc-mode.el (c-basic-common-init):
3192         Call c-state-cache-init.
3193         (c-neutralize-syntax-in-and-mark-CPP): Rename from
3194         c-extend-and-neutralize-syntax-in-CPP.  Mark each CPP construct by
3195         placing `category' properties value 'c-cpp-delimiter at its boundaries.
3197         * progmodes/cc-langs.el (c-before-font-lock-function):
3198         c-extend-and-neutralize-syntax-in-CPP has been renamed
3199         c-neutralize-syntax-in-and-mark-CPP.
3201         * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
3202         with `category' properties now, not `syntax-table' ones.
3204         * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
3205         enhanced (but slower) version of c-end-of-macro that won't land
3206         inside a literal or on another awkward character.
3207         (c-state-cache-too-far, c-state-cache-start)
3208         (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
3209         (c-state-nonlit-pos-cache-limit, c-state-point-min)
3210         (c-state-point-min-lit-type, c-state-point-min-lit-start)
3211         (c-state-min-scan-pos, c-state-brace-pair-desert)
3212         (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
3213         buffer local variables.
3214         (c-state-literal-at, c-state-lit-beg)
3215         (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
3216         (c-state-mark-point-min-literal, c-state-cache-top-lparen)
3217         (c-state-cache-top-paren, c-state-cache-after-top-paren)
3218         (c-get-cache-scan-pos, c-get-fallback-scan-pos)
3219         (c-state-balance-parens-backwards, c-parse-state-get-strategy)
3220         (c-renarrow-state-cache)
3221         (c-append-lower-brace-pair-to-state-cache)
3222         (c-state-push-any-brace-pair, c-append-to-state-cache)
3223         (c-remove-stale-state-cache)
3224         (c-remove-stale-state-cache-backwards, c-state-cache-init)
3225         (c-invalidate-state-cache-1, c-parse-state-1)
3226         (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
3227         (c-parse-state): Enhance and refactor.
3228         (c-debug-parse-state): Amend to deal with all the new variables.
3230         * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
3231         (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
3232         modify to use category text properties rather than syntax-table ones.
3233         (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
3234         to switch off/on the syntactic paren property of C++ template
3235         delimiters using the category property.
3236         (c-with-<->-as-parens-suppressed): Macro to invoke code with
3237         template delims suppressed.
3238         (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
3239         New constant/macros which apply category properties to the start
3240         and end of preprocessor constructs.
3241         (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
3242         "comment out" the syntactic value of characters in preprocessor
3243         constructs.
3244         (c-with-cpps-commented-out)
3245         (c-with-all-but-one-cpps-commented-out): Macros to invoke code
3246         with characters in all or all but one preprocessor constructs
3247         "commented out".
3249 2009-12-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3251         * proced.el (proced-filter-alist): Use regexp-quote.
3253 2009-12-03  Michael Albinus  <michael.albinus@gmx.de>
3255         Cleanup.
3256         * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
3257         (eshell/su, eshell/sudo): Require 'tramp.  Fix problems reading
3258         arguments.  Expand `default-directory'.
3260         * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
3261         the benefit of returning an expanded localname.
3262         (tramp-tramp-file-p): Handle the case NAME is not a string.
3264 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
3266         Add support for bzr shelve/unshelve.
3267         * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
3268         (vc-bzr-extra-menu-map): New variables.
3269         (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
3270         (vc-bzr-shelve-apply, vc-bzr-shelve-list)
3271         (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
3272         (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
3273         (vc-bzr-dir-extra-headers): Display shelves.
3275         * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
3277 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3279         * textmodes/bibtex.el (bibtex-complete-internal):
3280         Use completion-in-region.
3281         (bibtex-text-in-field-bounds): Remove unused var `opoint'.
3283 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
3285         Support applying stashes.  Improve UI.
3286         * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
3287         (vc-git-stash-apply, vc-git-stash-pop)
3288         (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
3289         (vc-git-stash-menu): New functions.
3290         (vc-git-stash-menu-map): New variable.
3291         (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
3293 2009-12-03  Glenn Morris  <rgm@gnu.org>
3295         * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
3296         (vc-print-log-internal): Fix previous change.
3297         (vc-revert): Correct pluralization.
3299 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3301         * progmodes/make-mode.el (makefile-special-targets-list): No need for
3302         it to be an alist any more.
3303         (makefile-complete): Use completion-in-region.
3305         * progmodes/octave-mod.el (octave-complete-symbol):
3306         Use completion-in-region.
3308         Misc cleanup.
3309         * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
3310         (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
3311         (idlwave-complete-class): Don't quote lambda.
3312         (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
3313         (idlwave-mode-map): Move initialization into declaration.
3314         (idlwave-action-and-binding): Use backquotes.
3315         (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
3316         Simplify.
3317         (idlwave-is-pointer-dereference): Remove unused var `pos'.
3318         (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
3319         (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
3320         `parts', and `all-parts'.
3321         (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
3322         (idlwave-convert-xml-system-routine-info): Remove unused string
3323         `version-string'.
3324         (idlwave-display-user-catalog-widget): Use dolist.
3325         (idlwave-scanning-lib): Declare dynamically-scoped var.
3326         (idlwave-scan-library-catalogs): Remove unused var `flags'.
3327         (completion-highlight-first-word-only): Declare to silence bytecomp.
3328         (idlwave-popup-select): Tighten scope of `resp'.
3329         (idlwave-find-struct-tag): Remove unused var `beg'.
3330         (idlwave-after-load-rinfo-hook): Declare.
3331         (idlwave-sintern-class-info): Remove unused var `taglist'.
3332         (idlwave-find-class-definition): Remove unused var `list'.
3333         (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
3334         (idlwave-what-module-find-class): Remove unused var `classes'.
3336 2009-12-03  Juanma Barranquero  <lekktu@gmail.com>
3338         * progmodes/pascal.el: Require CL when compiling (for lexical-let).
3340 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3342         * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
3343         buffers visited.  Remove redundant current-buffer-saving.
3345 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3347         Use completion-in-buffer and remove uses of dynamic scoping.
3348         * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
3349         (pascal-buffer-to-use, pascal-flag): Don't declare.
3350         (pascal-func-completion, pascal-type-completion, pascal-var-completion)
3351         (pascal-get-completion-decl, pascal-keyword-completion):
3352         Add `pascal-str' argument, save-excursion,
3353         return the found completions, and don't filter with pascal-pred.
3354         (pascal-completion-cache): New var.
3355         (pascal-completion): Don't switch buffer any more (it was never
3356         necessary).  Don't save-excursion any more (it's done by the called
3357         subroutines).  Use a cache to avoid redundant computations.
3358         Use complete-with-action rather than pascal-completion-response and
3359         let it apply the predicate as well.
3360         (pascal-complete-word): Use completion-in-buffer when
3361         pascal-toggle-completions is nil.
3362         (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
3363         not used any more.
3364         (pascal-comp-defun): Don't change buffer any more.
3365         Use complete-with-action rather than pascal-completion-response and
3366         let it apply the predicate as well.
3367         (pascal-goto-defun): Change buffer before calling pascal-comp-defun
3368         when neded.
3370 2009-12-02  Kenichi Handa  <handa@m17n.org>
3372         * language/indian.el: Include ZWJ and ZWNJ in the patterns to
3373         shape for all Indic scripts.
3375 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3377         Use completion-in-buffer.
3378         * wid-edit.el (widget-field-text-end): New function.
3379         (widget-field-value-get): Use it.
3380         (widget-string-complete, widget-file-complete)
3381         (widget-color-complete): Use it and completion-in-region.
3382         (widget-complete): Don't narrow the buffer.
3384 2009-12-02  Glenn Morris  <rgm@gnu.org>
3386         * mail/rmail.el (rmail-pop-to-buffer): New function.  (Bug#2282)
3387         (rmail-select-summary): Use rmail-pop-to-buffer.
3388         * mail/rmailsum.el: Replace all pop-to-buffer calls with
3389         rmail-pop-to-buffer, to prevent horizontal splits.
3391         * calendar/diary-lib.el (diary-list-entries): Replace superfluous
3392         save-excursion with save-current-buffer.
3393         Widen before searching.  (Bug#5093)
3394         (diary-list-sexp-entries): Remove superfluous save-excursion.
3396 2009-12-02  Michael Welsh Duggan  <mwd@cert.org>
3398         * woman.el (woman-make-bufname): Handle man-pages with "." in the
3399         name.  (Bug#5038)
3401 2009-12-02  Andreas Politz  <politza@fh-trier.de>  (tiny change)
3403         * ido.el (ido-file-internal): Handle filenames at point that do
3404         not have a directory part.  (Bug#5049)
3406 2009-12-02  Juanma Barranquero  <lekktu@gmail.com>
3408         * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
3409         (mpc-songs-jump-to, mpc-resume): Doc fixes.
3411 2009-12-01  Rob Riepel  <riepel@networking.Stanford.EDU>
3413         * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
3414         (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
3415         any more.
3417 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3419         * comint.el (comint-insert-input): Ignore clicks to the right of
3420         the field.  Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
3422         * vc.el (vc-print-log-internal): Don't wait for the process to
3423         terminate before setting up the major mode.
3425         * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
3426         in case.
3428         * pcomplete.el (pcomplete-std-complete): Don't try to complete past
3429         the last element.
3431         * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
3433 2009-12-01  Glenn Morris  <rgm@gnu.org>
3435         * window.el (window--display-buffer-2): Fix previous changes.
3437 2009-12-01  Chong Yidong  <cyd@stupidchicken.com>
3439         * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
3441 2009-12-01  Glenn Morris  <rgm@gnu.org>
3443         * Makefile.in (ELCFILES): Add mpc.elc.
3445 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3447         * mpc.el: New file.
3449 2009-12-01  Glenn Morris  <rgm@gnu.org>
3451         * window.el (window-to-use): Define for compiler.
3453         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
3454         consistent with others (no final period).
3456         * mail/rmailmm.el (rmail-mime-handle): Doc fix.
3457         (rmail-mime-show): Downcase the encoding.  (Bug#5070)
3459 2009-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
3461         Make vc-print-log buttons work.
3462         * log-view.el (log-view-mode-map): Inherit from widget-keymap.
3464 2009-11-30  Ryan C. Thompson  <rct@thompsonclan.org>  (tiny change)
3466         * savehist.el (savehist-autosave-interval): Allow setting to nil
3467         through customize.  (Bug#5056)
3469 2009-11-30  Juanma Barranquero  <lekktu@gmail.com>
3471         Fix references to jit-lock properties.
3472         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
3473         Refer to jit-lock-defer-multiline, not jit-lock-multiline.
3474         (perl-font-lock-special-syntactic-constructs):
3475         Quote jit-lock-defer-multiline property.
3477 2009-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
3479         * vc-git.el (vc-git-registered): Call vc-git-root only once.
3481 2009-11-30  Juri Linkov  <juri@jurta.org>
3483         * misearch.el (multi-isearch-search-fun): Always provide a non-nil
3484         value `buffer' of `multi-isearch-next-buffer-current-function'.
3485         Use `(current-buffer)' when `buffer' is nil.
3486         (multi-isearch-next-buffer-from-list): Don't fallback to
3487         `(current-buffer)' when `buffer' is nil.  (Bug#4947)
3489 2009-11-30  Juri Linkov  <juri@jurta.org>
3491         * misearch.el (multi-isearch-read-buffers): Move canonicalization
3492         of buffers with `get-buffer' to `multi-isearch-buffers'.
3493         (multi-isearch-buffers, multi-isearch-buffers-regexp):
3494         Canonicalize BUFFERS with `get-buffer'.  Doc fix.
3495         (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
3496         FILES with `expand-file-name' converting relative file names
3497         to absolute.  Doc fix.  (Bug#4727)
3499 2009-11-30  Juri Linkov  <juri@jurta.org>
3501         * misearch.el (multi-isearch-read-buffers)
3502         (multi-isearch-read-matching-buffers): New functions.
3503         (multi-isearch-buffers, multi-isearch-buffers-regexp):
3504         Use them in the `interactive' spec.  Doc fix.
3505         (multi-isearch-read-files, multi-isearch-read-matching-files):
3506         New functions.
3507         (multi-isearch-files, multi-isearch-files-regexp):
3508         Use them in the `interactive' spec.  Doc fix.  (Bug#4725)
3510 2009-11-30  Juri Linkov  <juri@jurta.org>
3512         * doc-view.el (doc-view-continuous):
3513         Rename from `doc-view-continuous-mode'.
3514         (doc-view-menu): Move "Toggle display" to the top.
3515         Add submenu "Continuous" with radio buttons "Off"/"On"
3516         and "Save as Default".
3517         (doc-view-scroll-up-or-next-page)
3518         (doc-view-scroll-down-or-previous-page)
3519         (doc-view-next-line-or-next-page)
3520         (doc-view-previous-line-or-previous-page): Rename
3521         `doc-view-continuous-mode' to `doc-view-continuous'.  (Bug#4896)
3523 2009-11-30  Juri Linkov  <juri@jurta.org>
3525         * comint.el (comint-mode-map): Rebind `M-r' from
3526         `comint-previous-matching-input' to
3527         `comint-history-isearch-backward-regexp'.
3528         Unbind `M-s' to allow global key binding `M-s'.
3529         Add menu items for `comint-history-isearch-backward' and
3530         `comint-history-isearch-backward-regexp'.  (Bug#3746)
3532 2009-11-30  Juri Linkov  <juri@jurta.org>
3534         * replace.el (perform-replace): Let-bind recenter-last-op to nil.
3535         For def=recenter, replace `recenter' with `recenter-top-bottom'
3536         that is called with `this-command' and `last-command' let-bound
3537         to `recenter-top-bottom'.  When the last `def' was not `recenter',
3538         set `recenter-last-op' to nil.  (Bug#4981)
3540 2009-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3542         Minor cleanup and simplification.
3543         * filecache.el (file-cache-add-directory)
3544         (file-cache-add-directory-recursively)
3545         (file-cache-add-from-file-cache-buffer)
3546         (file-cache-delete-file-regexp, file-cache-delete-directory)
3547         (file-cache-files-matching-internal, file-cache-display): Use dolist.
3548         (file-cache-temp-minibuffer-message): Delete function.
3549         (file-cache-minibuffer-complete): Use minibuffer-message instead.
3551         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
3552         Don't signal an error when bumping into EOB in tr, s, or y.
3554 2009-11-29  Juri Linkov  <juri@jurta.org>
3556         * startup.el (fancy-about-text): Fix wording of Guided Tour.
3557         (Bug#4960)
3559         * descr-text.el (describe-char-unidata-list): Use lowercase name
3560         for "Unicode name" like in other tags.
3562 2009-11-29  Juri Linkov  <juri@jurta.org>
3564         * ediff-util.el (ediff-minibuffer-with-setup-hook):
3565         New compatibility macro.
3566         (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
3568 2009-11-29  Juri Linkov  <juri@jurta.org>
3570         Add defcustom to define the cycling order of `recenter-top-bottom'.
3571         (Bug#4981)
3573         * window.el (recenter-last-op): Doc fix.
3574         (recenter-positions): New defcustom.
3575         (recenter-top-bottom): Rewrite to use `recenter-positions'.
3576         (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
3578 2009-11-29  Michael Albinus  <michael.albinus@gmx.de>
3580         Improve integration of Tramp and ange-ftp in eshell.
3582         * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
3583         (eshell/su): Flatten args.  Apply better args parsing.  Use "cd".
3584         (eshell/sudo): Flatten args.  Let-bind `default-directory'.
3586         * eshell/esh-util.el (top): Require also Tramp when compiling.
3587         (eshell-directory-files-and-attributes): Check for FTP remote
3588         connection.
3589         (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
3590         `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
3591         (eshell-file-attributes): Handle ".".  Return `entry'.
3593         * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
3594         (ange-ftp-directory-files-and-attributes)
3595         (ange-ftp-real-directory-files-and-attributes): New defuns.
3597         * net/tramp.el (tramp-maybe-open-connection): Open the remote
3598         shell with "exec" when possible.  This prevents trailing prompts
3599         in `start-file-process'.
3601 2009-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3603         Try and remove assumptions about point-min==1.
3604         * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
3605         (rng-compute-mode-line-string): Show the validation percentage in
3606         terms of the narrowed text, not the widened text.
3607         (rng-do-some-validation): Don't catch internal errors when debugging.
3608         (rng-first-error): Simplify.
3609         (rng-after-change-function): Remove work around.  AFAIK the bug has
3610         been fixed a while ago.
3612         * image-mode.el (image-minor-mode): Exit more gracefully when the image
3613         cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
3615         * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
3617         * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
3618         `cd' doesn't always do it for us (bug#5067).
3620         * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
3621         on 2009-10-25 as part of some other change (bug#5067).
3623 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3625         * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
3626         `suspicious'.
3627         (byte-compile-warnings): Use byte-compile-warning-types.
3628         (byte-compile-save-excursion): Warn about use of set-buffer right
3629         after save-excursion.
3631         * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
3632         the excursion as well.
3634 2009-11-27  Michael Albinus  <michael.albinus@gmx.de>
3636         * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
3637         providing a Tramp related implementation of "su" and "sudo".
3638         (eshell-unix-initialize): Add "su" and "sudo".
3640 2009-11-27  Daiki Ueno  <ueno@unixuser.org>
3642         * net/socks.el (socks-send-command): Convert binary request to
3643         unibyte before sending.  This fixes mishandling of some port
3644         numbers such as 129.
3646 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3648         * help.el (describe-bindings-internal): Remove `interactive'.
3650         * man.el (Man-completion-table): Trim a terminating "(".
3651         Remove the space between name page a section.
3652         Add the command's description on the `help-echo' property.
3653         Remove `process-connection-type' binding since it's unused by
3654         call-process.
3655         Provide completion for the "<section> <name>" format as well.
3656         (Man-default-man-entry): Remove spurious var shadowing the argument.
3658 2009-11-26  Kevin Ryde  <user42@zip.com.au>
3660         * log-view.el: Add "Keywords: tools", since its other keywords
3661         aren't in finder-known-keywords, and following vc.el.
3663         * sha1.el (sha1-string-external): default-directory "/" in case
3664         otherwise non-existent.  process-connection-type pipe for touch of
3665         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
3667 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3669         Misc coding convention cleanups.
3670         * htmlfontify.el (hfy-init-kludge-hook): Rename from
3671         hfy-init-kludge-hooks.
3672         (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
3673         (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
3674         (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
3675         and push.
3676         (hfy-slant, hfy-weight): Use tables rather than code.
3677         (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
3678         (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
3679         (hfy-face-attr-for-class): Initialize `face-spec' directly.
3680         (hfy-face-to-css): Remove `nconc' with single arg.
3681         (hfy-p-to-face-lennart): Use `or'.
3682         (hfy-face-at): Hoist common code.  Remove spurious quotes in `case'.
3683         (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
3684         (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
3685         (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
3686         (hfy-force-fontification): Use run-hooks.
3688 2009-11-26  Vivek Dasmohapatra  <vivek@etla.org>
3690         Various minor fixes.
3691         * htmlfontify.el (hfy-default-header): Add toggle_invis since
3692         Javascript belongs in the header, not the body.
3693         (hfy-javascript): Remove.
3694         (hfy-fontify-buffer): Don't insert it any more.
3695         (hfy-face-at): Handle (face0 face1 face2) style face properties.
3696         Fix bug in invis handling when there were no invis props in a chunk.
3698 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3700         * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
3702 2009-11-26  Dan Nicolaescu  <dann@ics.uci.edu>
3704         * finder.el (finder-mode-map): Add a menu.
3706 2009-11-26  Michael McNamara  <mac@mail.brushroad.com>
3708         * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
3709         "unsigned" structs.
3711         (verilog-leap-to-head, verilog-backward-token): Handle "disable
3712         fork" statement better.
3714 2009-11-26  Wilson Snyder  <wsnyder@wsnyder.org>
3716         * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
3717         (verilog-delete-auto, verilog-delete-empty-auto-pair)
3718         (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
3719         Reported by Clay Douglass.
3721         (verilog-auto-inst, verilog-auto-star-safe)
3722         (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
3723         Fix removing "// Interfaces" when saving .* expansions.  Reported by
3724         Pierre-David Pfister.
3726 2009-11-26  Glenn Morris  <rgm@gnu.org>
3728         * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
3729         the scope.
3731 2009-11-25  Johan Bockgård  <bojohan@gnu.org>
3733         * vc-annotate.el (vc-annotate-revision-previous-to-line):
3734         Really use previous revision.
3736 2009-11-25  Kevin Ryde  <user42@zip.com.au>
3738         * man.el (Man-completion-table): default-directory "/" in case
3739         doesn't otherwise exist.  process-environment COLUMNS=999 so as
3740         not to truncate long names.  process-connection-type pipe to avoid
3741         any chance of hitting the pseudo-tty TIOCGWINSZ.
3742         (man): completion-ignore-case t for friendliness and since man
3743         itself is case-insensitive on the command line.
3744         Further to Bug#3717.
3746         * arc-mode.el: Add "Keywords: files", so the details in its
3747         commentary can be reached from finder-by-keyword.
3748         * textmodes/dns-mode.el: Add "Keywords: comm".  It's only an
3749         editing mode, but it's comms related and sgml-mode.el has "comm"
3750         on that basis too.
3751         * textmodes/bibtex-style.el: Add "Keywords: tex".
3752         * international/isearch-x.el, international/ja-dic-cnv.el:
3753         * international/ja-dic-utl.el, international/kkc.el:
3754         Add "Keywords: i18n", so they can be reached from finder-by-keyword.
3756 2009-11-25  Juri Linkov  <juri@jurta.org>
3758         * man.el (Man-completion-table): Modify regexp to include
3759         section names to completion strings.  (Bug#3717)
3761 2009-11-25  Juri Linkov  <juri@jurta.org>
3763         Search recursively in gzipped files.  (Bug#4982)
3765         * progmodes/grep.el (grep-highlight-matches): Add new options
3766         `always' and `auto'.  Doc fix.
3767         (grep-process-setup): Check `grep-highlight-matches' for
3768         `auto-detect' to determine the need to compute grep defaults.
3769         Move Windows/DOS specific --colors settings handling
3770         to `grep-compute-defaults'.  Check `grep-highlight-matches'
3771         to get the value of "--color=".
3772         (grep-compute-defaults): Compute `grep-highlight-matches' when it
3773         has the value `auto-detect'.  Move Windows/DOS specific settings
3774         from `grep-process-setup'.
3775         (zrgrep): New command with alias `rzgrep'.
3777 2009-11-25  Juri Linkov  <juri@jurta.org>
3779         * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
3780         to nil instead of switching off view-mode.  (Bug#4896)
3782 2009-11-25  Juri Linkov  <juri@jurta.org>
3784         Mouse-wheel scrolling for DocView Continuous mode.  (Bug#4896)
3786         * mwheel.el (mwheel-scroll-up-function)
3787         (mwheel-scroll-down-function): New defvars.
3788         (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
3789         `scroll-up', and `mwheel-scroll-down-function' instead of
3790         `scroll-down'.
3792         * doc-view.el (doc-view-scroll-up-or-next-page)
3793         (doc-view-scroll-down-or-previous-page): Add optional ARG.
3794         Use this ARG in the call to image-scroll-up/image-scroll-down.
3795         Change `interactive' spec to "P".  Goto next/previous page only
3796         when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
3797         SPC/DEL case).  Doc fix.
3798         (doc-view-next-line-or-next-page)
3799         (doc-view-previous-line-or-previous-page): Rename arg to ARG
3800         for consistency.
3801         (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
3802         `doc-view-scroll-up-or-next-page', and buffer-local
3803         `mwheel-scroll-down-function' to
3804         `doc-view-scroll-down-or-previous-page'.
3806 2009-11-25  Juri Linkov  <juri@jurta.org>
3808         Provide additional default values (directories at other Dired
3809         windows) via M-n in the minibuffer of some Dired commands.
3811         * dired-aux.el (dired-diff, dired-compare-directories)
3812         (dired-do-create-files): Use `dired-dwim-target-defaults' to set
3813         `minibuffer-default' in `minibuffer-with-setup-hook'.
3814         (dired-dwim-target-directory): Find a window that displays Dired
3815         buffer instead of failing when the next window is not Dired.
3816         Use `get-window-with-predicate' to find for the next Dired window.
3817         (dired-dwim-target-defaults): New function.
3819         * ediff-util.el (ediff-read-file-name):
3820         Use `dired-dwim-target-defaults' to set `minibuffer-default'
3821         in `minibuffer-with-setup-hook'.
3823 2009-11-25  Juri Linkov  <juri@jurta.org>
3825         Provide additional default values (file name at point or at the
3826         current Dired line) via M-n for file reading minibuffers.  (Bug#5010)
3828         * minibuffer.el (read-file-name-defaults): New function.
3829         (read-file-name): Reset `minibuffer-default' to nil when
3830         it duplicates initial input `insdef'.
3831         Bind `minibuffer-default-add-function' to lambda that
3832         calls `read-file-name-defaults' in `minibuffer-selected-window'.
3833         (minibuffer-insert-file-name-at-point): New command.
3835         * files.el (file-name-at-point-functions): New defcustom.
3836         (find-file-default): Remove defvar.
3837         (find-file-read-args): Don't use `find-file-default'.
3838         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
3839         to `read-file-name'.
3840         (find-file-literally): Use `read-file-name' with
3841         `confirm-nonexistent-file-or-buffer'.
3843         * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
3845         * dired.el (dired-read-dir-and-switches):
3846         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
3847         to `read-file-name'.
3848         (dired-file-name-at-point): New function.
3849         (dired-mode): Add hook `dired-file-name-at-point' to
3850         `file-name-at-point-functions'.
3852 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3854         Really make the *Completions* window soft-dedicated (bug#5030).
3855         * window.el (window--display-buffer-2): Add `dedicated' argument.
3856         (display-buffer): Pass it when needed so the dedicated flag is set
3857         after calling set-window-buffer, which would otherwise reset it.
3859 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3861         * progmodes/meta-mode.el (meta-complete-symbol):
3862         * progmodes/etags.el (complete-tag):
3863         * mail/mailabbrev.el (mail-abbrev-complete-alias):
3864         Use completion-in-region.
3866         * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
3867         (dabbrev-completion): Use completion-in-region.
3868         (dabbrev--abbrev-at-point): Simplify regexp.
3870         * abbrev.el (abbrev--before-point): Use word-motion functions
3871         if :regexp is not specified (bug#5031).
3873         * subr.el (string-prefix-p): New function.
3875         * man.el (Man-completion-cache): New var.
3876         (Man-completion-table): Use it.
3878         * vc.el (vc-print-log-internal): Make `limit' optional for better
3879         compatibility (e.g. with vc-annotate.el).
3881 2009-11-24  Kevin Ryde  <user42@zip.com.au>
3883         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
3884         Build value with regexp-opt instead of explicit joining loop.  (Bug#4927)
3886         * emacs-lisp/elint.el (elint-add-required-env): Better error message
3887         when .el source file not found or other error.
3889 2009-11-24  Markus Triska  <markus.triska@gmx.at>
3891         * linum.el (linum-update-window): Ignore intangible (bug#4996).
3893 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3895         Handle the [back] button properly (bug#4979).
3896         * descr-text.el (describe-text-properties): Add a `buffer' argument.
3897         Use help-setup-xref, help-buffer, and with-help-window.
3898         (describe-char): Add `buffer' argument.
3899         Pass proper command to help-setup-xref.  Don't meddle with
3900         help-xref-stack-item directly.
3901         (describe-text-category): Use with-help-window and help-buffer.
3903         * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
3904         for the displayed buffer (bug#4887).
3906         * man.el (Man-completion-table): New function.
3907         (man): Use it.
3909 2009-11-24  David Reitter  <david.reitter@gmail.com>
3911         * vc-git.el (vc-git-registered): Use checkout directory (where
3912         .git is) rather than the file's directory and a relative path spec
3913         to work around a bug in git.
3915 2009-11-24  Michael Albinus  <michael.albinus@gmx.de>
3917         Improve handling of processes on remote hosts.
3919         * eshell/esh-util.el (eshell-path-env): New defvar.
3920         (eshell-parse-colon-path): New defun.
3921         (eshell-file-attributes): Use `eshell-parse-colon-path'.
3923         * eshell/esh-ext.el (eshell-search-path):
3924         Use `eshell-parse-colon-path'.
3925         (eshell-remote-command): Remove argument HANDLER.
3926         (eshell-external-command): Check for FTP remote connection.
3928         * eshell/esh-proc.el (eshell-gather-process-output):
3929         Use `file-truename', in order to start also symlinked files.
3930         Apply `start-file-process' instead of `start-process'.
3931         Shorten `command' to the local file name part.
3933         * eshell/em-cmpl.el (eshell-complete-commands-list):
3934         Use `eshell-parse-colon-path'.
3936         * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
3938         * net/tramp.el (tramp-eshell-directory-change): New defun.  Add it
3939         to `eshell-directory-change-hook'.
3941 2009-11-24  Tassilo Horn  <tassilo@member.fsf.org>
3943         * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
3944         because it could be enabled automatically if view-read-only is non-nil.
3946 2009-11-24  Michael Kifer  <kifer@cs.stonybrook.edu>
3948         * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
3949         made on 2009-11-22.
3951 2009-11-24  Glenn Morris  <rgm@gnu.org>
3953         * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
3954         deleted variable bookmark-bmenu-bookmark-column.
3956 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3958         * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
3960 2009-11-23  Ken Brown  <kbrown@cornell.edu>  (tiny change)
3962         * net/browse-url.el (browse-url-filename-alist): On Windows, add
3963         two slashes to the "file:" prefix.
3964         (browse-url-file-url): De-munge Cygwin filenames before passing
3965         them to Windows browser.
3966         (browse-url-default-windows-browser): Use call-process.
3968 2009-11-23  Juri Linkov  <juri@jurta.org>
3970         Implement DocView Continuous mode.  (Bug#4896)
3971         * doc-view.el (doc-view-continuous-mode): New defcustom.
3972         (doc-view-mode-map): Bind C-n/<down> to
3973         `doc-view-next-line-or-next-page', C-p/<up> to
3974         `doc-view-previous-line-or-previous-page'.
3975         (doc-view-next-line-or-next-page)
3976         (doc-view-previous-line-or-previous-page): New commands.
3978 2009-11-23  Juri Linkov  <juri@jurta.org>
3980         Implement Isearch in comint input history.  (Bug#3746)
3981         * comint.el (comint-mode): Add `comint-history-isearch-setup' to
3982         `isearch-mode-hook'.
3983         (comint-history-isearch): New defcustom.
3984         (comint-history-isearch-backward)
3985         (comint-history-isearch-backward-regexp): New commands.
3986         (comint-history-isearch-message-overlay): New buffer-local variable.
3987         (comint-history-isearch-setup, comint-history-isearch-end)
3988         (comint-goto-input, comint-history-isearch-search)
3989         (comint-history-isearch-message, comint-history-isearch-wrap)
3990         (comint-history-isearch-push-state)
3991         (comint-history-isearch-pop-state): New functions.
3993 2009-11-23  Michael Albinus  <michael.albinus@gmx.de>
3995         * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
3996         return.
3997         (tramp-handle-make-symbolic-link)
3998         (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
3999         Quote file names.
4000         (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
4001         (tramp-handle-process-file): Use it.
4003 2009-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4005         * window.el (move-to-window-line-last-op): Remove.
4006         (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
4008 2009-11-23  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
4010         Make M-r mirror the new cycling behavior of C-l.
4011         * window.el (move-to-window-line-last-op): New var.
4012         (move-to-window-line-top-bottom): New command.
4013         (global-map): Bind M-r move-to-window-line-top-bottom.
4015 2009-11-23  Sven Joachim  <svenjoac@gmx.de>
4017         * dired-x.el (dired-guess-shell-alist-default):
4018         Support xz format.  (Bug#4953)
4020 2009-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
4022         * emulation/viper-cmd.el: Use viper-last-command-char instead of
4023         last-command-char/last-command-event.
4024         (viper-prefix-arg-value): Do correct conversion of event-char for
4025         XEmacs.
4027         * emulation/viper-util.el, emulation/viper.el:
4028         Use viper-last-command-char instead of
4029         last-command-char/last-command-event.
4031         * ediff-init.el, ediff-mult.el, ediff-util.el:
4032         Replace last-command-char and last-command-event
4033         with (ediff-last-command-char) everywhere.
4035         * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
4036         created in fundamental mode.
4038         * ediff.el (ediff-version): Revert the change of interactive-p to
4039         called-interactively-p.
4041 2009-11-22  Tassilo Horn  <tassilo@member.fsf.org>
4043         * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
4044         generation from word-movement command names.
4046 2009-11-21  Jan Djärv  <jan.h.d@swipnet.se>
4048         * cus-start.el (all): Add native condition for font-use-system-font.
4050 2009-11-21  Nathaniel Flath  <flat0103@gmail.com>
4052         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
4053         Correct the patch from 2009-11-18.  (Bug#3910)
4055 2009-11-21  Tassilo Horn  <tassilo@member.fsf.org>
4057         * progmodes/subword.el: Rename from lisp/subword.el.
4059         * subword.el: Rename to progmodes/subword.el.
4061         * Makefile.in (ELCFILES): Adapt to subword.el move.
4063 2009-11-21  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4064             Stefan Monnier  <monnier@iro.umontreal.ca>
4066         * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
4067         (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
4068         (bookmark-bmenu-show-filenames): Use push.
4069         (bookmark-bmenu-hide-filenames): Use local var instead of
4070         bookmark-bmenu-bookmark-column.  Use pop.  Don't save window-excursion.
4071         (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
4072         (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
4073         filenames now that the bookmark names are always available.
4075 2009-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4077         * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
4078         (bookmark-search-pattern): Move and leave unbound.
4079         (bookmark-bmenu-mode-map): Change binding.
4080         (bookmark-read-search-input): Simplify.
4081         Don't use text-char-description.  Don't error on non-char events.
4082         (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
4083         only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
4084         (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
4085         Use a local var for the timer.
4086         (bookmark-bmenu-cancel-search): Remove by folding into the only caller
4087         (i.e. bookmark-bmenu-search).
4089 2009-11-21  Glenn Morris  <rgm@gnu.org>
4091         * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode.  (Bug#4993)
4093 2009-11-20  Ken Brown  <kbrown@cornell.edu>  (tiny change)
4095         * net/browse-url.el (browse-url-default-windows-browser):
4096         Use cygstart for cygwin.
4098 2009-11-20  Karl Fogel  <karl.fogel@red-bean.com>
4100         * bookmark.el: Formatting and doc fixes only:
4101         (bookmark-search-delay): Shorten doc string to fit in 80 columns.
4102         (bookmark-bmenu-search): Wrap to fit within 80 columns.
4103         Minor grammar and punctuation fixes in doc string.
4104         (bookmark-read-search-input): Adjust to fit within 80 columns.
4106 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
4108         * progmodes/cc-cmds.el (c-forward-into-nomenclature)
4109         (c-backward-into-nomenclature): Adapt to subword renaming.
4111         * subword.el (subword-forward, subword-backward, subword-mark)
4112         (subword-kill, subword-backward-kill, subword-transpose)
4113         (subword-downcase, subword-upcase, subword-capitalize)
4114         (subword-forward-internal, subword-backward-internal):
4115         Rename from forward-subword, backward-subword, mark-subword,
4116         kill-subword, backward-kill-subword, transpose-subwords,
4117         downcase-subword, upcase-subword, capitalize-subword,
4118         forward-subword-internal, backward-subword-internal.
4120 2009-11-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4122         * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
4123         New options.
4124         (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
4125         New vars.
4126         (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
4127         (bookmark-bmenu-filter-alist-by-regexp)
4128         (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
4129         (bookmark-bmenu-search): New command.
4130         (bookmark-bmenu-mode-map): Bind it.
4132 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
4134         * progmodes/cc-cmds.el: declare-functioned forward-subword and
4135         backward-subword to quit the byte-compiler.
4137         * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
4139         * Makefile.in: Don't refer cc-subword.elc but subword.elc.
4141         * progmodes/cc-cmds.el (c-update-modeline)
4142         (c-forward-into-nomenclature, c-backward-into-nomenclature):
4143         Refer to subword.el functions instead of cc-subword.el.
4145         * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
4146         subword.el functions instead of cc-subword.el.
4148         * progmodes/cc-subword.el: Rename to subword.el.
4149         * subword.el: Rename from progmodes/cc-subword.el.
4150         (subword-mode-map): Rename from c-subword-mode-map.
4151         (subword-mode): Rename from c-subword-mode.
4152         (global-subword-mode): New global minor mode.
4153         (forward-subword): Rename from c-forward-subword.
4154         (backward-subword): Rename from c-backward-subword.
4155         (mark-subword): Rename from c-mark-subword.
4156         (kill-subword): Rename from c-kill-subword.
4157         (backward-kill-subword): Rename from c-backward-kill-subword.
4158         (transpose-subwords): Rename from c-tranpose-subword.
4159         (downcase-subword): Rename from c-downcase-subword.
4160         (capitalize-subword): Rename from c-capitalize-subword.
4161         (forward-subword-internal): Rename from c-forward-subword-internal.
4162         (backward-subword-internal): Rename from c-backward-subword-internal.
4164 2009-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
4166         * vc.el (vc-deduce-fileset): Allow non-state changing operations
4167         from a dired buffer.
4168         (vc-dired-deduce-fileset): New function.
4169         (vc-root-diff, vc-print-root-log): Use it.
4171         * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
4172         nil LIMIT argument to vc-print-log-internal.
4174 2009-11-20  Glenn Morris  <rgm@gnu.org>
4176         * Makefile.in (ELCFILES): Regenerate.
4178 2009-11-20  Jay Belanger  <jay.p.belanger@gmail.com>
4180         * calc/calc.el (calc-set-mode-line):
4181         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
4182         (math-format-number): Rename `math-format-complement-signed' to
4183         `math-format-twos-complement'.
4185         * calc/calc-bin.el (math-format-twos-complement): Rename from
4186         math-format-complement-signed.
4187         (calc-radix): Rename `calc-complement-signed-mode' to
4188         `calc-twos-complement-mode'.
4189         (calc-octal-radix, calc-hex-radix): Add an argument for
4190         two's complement.
4192         * calc/calc-embed.el (calc-embedded-mode-vars):
4193         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
4195         * calc/calc-ext.el (calc-init-extensions):
4196         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
4197         (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
4199         * calc/calc-units.el (math-build-units-table-buffer):
4200         Let `calc-twos-complement-mode' be nil.
4202         * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
4203         entries.
4205         * calc/calc-vec.el (calcFunc-vunpack):
4206         * calc/calc-aent.el (calc-do-calc-eval):
4207         * calc/calc-forms.el (math-format-date):
4208         * calc/calc-graph.el (calc-graph-plot):
4209         * calc/calc-math.el (math-use-emacs-fn):
4210         * calc/calccomp.el (math-compose-expr):
4211         Let `calc-twos-complement-mode' be nil.
4213 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4215         * abbrev.el (abbrev-with-wrapper-hook): (re)move...
4216         * simple.el (with-wrapper-hook): ...to here.  Add argument `args'.
4217         * minibuffer.el (completion-in-region-functions): New hook.
4218         (completion-in-region): New function.
4219         * emacs-lisp/lisp.el (lisp-complete-symbol):
4220         * pcomplete.el (pcomplete-std-complete): Use it.
4222 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4224         * textmodes/tex-mode.el (latex-complete-bibtex-cache)
4225         (latex-complete-alist): New vars.
4226         (latex-string-prefix-p, latex-complete-bibtex-keys)
4227         (latex-complete-envnames, latex-complete-refkeys)
4228         (latex-complete-data): New functions.
4229         (latex-complete, latex-indent-or-complete): New commands.
4231         * window.el (display-buffer-mark-dedicated): New var.
4232         (display-buffer): Obey it.
4233         * minibuffer.el (minibuffer-completion-help): Use it.
4235         * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
4237         * filecache.el (file-cache-add-file): Use push and cons.
4238         (file-cache-delete-file-regexp): Use push.
4239         (file-cache-complete): Use completion-in-region.
4241         * simple.el (with-wrapper-hook): Fix thinko.
4243         * hfy-cmap.el (hfy-rgb-file): Use locate-file.
4244         (htmlfontify-load-rgb-file): Remove unnused var `ff'.
4245         Use with-current-buffer and string-to-number.
4246         (hfy-fallback-colour-values): Use assoc-string.
4247         * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
4248         (hfy-face-at): Remove unused var `found-face'.
4249         (hfy-compile-stylesheet): Remove unused var `css'.
4250         (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
4251         and `orig-buffer'.
4252         (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
4253         Use with-current-buffer.
4254         (hfy-text-p): Use expand-file-name and fewer setq.
4256 2009-11-19  Vivek Dasmohapatra  <vivek@etla.org>
4258         * htmlfontify.el, hfy-cmap.el: New files.
4260 2009-11-19  Juri Linkov  <juri@jurta.org>
4262         * minibuffer.el (completions-format): New defcustom.
4263         (completion--insert-strings): Implement vertical format.
4265         * simple.el (switch-to-completions): Move point to the first
4266         completion when point was at the beginning of the buffer.
4268 2009-11-19  Juri Linkov  <juri@jurta.org>
4270         * find-dired.el (find-name-arg): Remove autoload.  (Bug#4387)
4272         * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
4274 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
4276         * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
4277         (mail-signature): Change default to t.
4278         (mail-from-style): Deprecate `system-default' value.
4279         (mail-insert-from-field): For default value of mail-from-style,
4280         default to `angles' unless `angles' needs quoting and `parens'
4281         does not.
4282         (mail-citation-prefix-regexp): Use citation regexp from
4283         message-mode.
4285 2009-11-19  Michael Albinus  <michael.albinus@gmx.de>
4287         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
4288         Set variables for computing the prompt for reading password.
4290 2009-11-19  Glenn Morris  <rgm@gnu.org>
4292         * dired-aux.el (dired-compress-file-suffixes): Add ".xz".  (Bug#4953)
4294         * textmodes/flyspell.el (sgml-lexical-context): Declare.
4296         * net/newst-treeview.el (newsticker-treeview-treewindow-width)
4297         (newsticker-treeview-listwindow-height): Fix custom type.
4299 2009-11-19  Kenichi Handa  <handa@m17n.org>
4301         * descr-text.el (describe-char-padded-string): Compose with TAB
4302         only if there's a font for CH.
4303         (describe-char): Fix the condition for detecting a trivial composition.
4305 2009-11-18  Nathaniel Flath  <flat0103@gmail.com>
4307         * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
4308         more accurate version of the regexp.  (Bug#3910)
4310 2009-11-18  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
4312         * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
4314 2009-11-18  Juanma Barranquero  <lekktu@gmail.com>
4316         * font-setting.el (font-use-system-font): Declare for byte-compiler.
4317         (font-setting-change-default-font): Fix typo in docstring.
4319 2009-11-18  Alan Mackenzie  <acm@muc.de>
4321         * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
4323 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
4325         * font-setting.el (font-use-system-font): Move ...
4327         * cus-start.el (all): ... to here.
4329 2009-11-17  Michael Albinus  <michael.albinus@gmx.de>
4331         * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
4332         Don't set `ad-return-value' if `ad-do-it' doesn't.
4334         * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
4335         modification time.
4337 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
4339         * menu-bar.el: Put "Use system font" in Option-menu.
4340         (menu-bar-options-save): Add font-use-system-font.
4342         * loadup.el: If feature system-font-setting or font-render-setting is
4343         there, load font-setting.
4345         * Makefile.in (ELCFILES): Add font-settings.el.
4346         * font-setting.el: New file.
4348 2009-11-17  Glenn Morris  <rgm@gnu.org>
4350         * vc-svn.el (vc-svn-print-log): Fix typo in previous.
4352         * net/newst-treeview.el (newsticker--treeview-list-update-faces):
4353         Preserve point in the list buffer.  (Bug#4939)
4354         Use point-at-eol.
4355         (newsticker--treeview-list-update-highlight)
4356         (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
4358 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
4360         * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
4361         Remove.
4363         * calc/calc-ext.el (calc-init-extensions): Remove references to
4364         symclip.
4366         * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
4368         * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
4369         * calc/calc-help.el (calc-b-prefix-help): Remove references to
4370         `calc-symclip'.
4372 2009-11-16  Kevin Ryde  <user42@zip.com.au>
4374         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
4375         Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
4377         * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
4378         (lm-keywords-list): Allow comma-only separator like "foo,bar".
4379         Ignore trailing spaces by omit-nulls to split-string (fixing
4380         regression from Emacs 21 due to the incompatible split-string
4381         change).  (Bug #4928.)
4383 2009-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
4385         * vc.el (vc-log-show-limit): Default to 2000.
4386         (vc-print-log-internal): Insert buttons to request more entries
4387         when limiting the output.
4389         * vc-sccs.el (vc-sccs-print-log):
4390         * vc-rcs.el (vc-rcs-print-log):
4391         * vc-cvs.el (vc-cvs-print-log):
4392         * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
4393         LIMIT is non-nil.
4395 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
4397         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
4398         error when `tramp-gvfs-dbus-event-vector' is set.
4399         (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
4401 2009-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4403         * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
4405 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
4407         * net/dbus.el (dbus-unregister-service): New defun.
4408         (dbus-register-property): Register the handlers of
4409         "org.freedesktop.DBus.Properties" for SERVICE.
4410         (dbus-property-handler): Fix docstring.
4412 2009-11-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4414         * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
4415         Quote doc string reference in defvaralias as it is not in special form.
4416         (byte-compile-output-docform): Doc fix.
4418 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
4420         * calc/calc.el (math-2-word-size, math-half-2-word-size)
4421         (calc-complement-signed-mode): New variables.
4422         (calc-set-mode-line): Add indicator for twos-complements.
4423         (math-format-number): Format twos-complement notation.
4425         * calc/calc-bin.el (calc-word-size): Reset the variables
4426         `math-2-word-size' and `math-half-2-word-size'.
4427         (math-format-complement-signed, math-symclip, calcFunc-symclip)
4428         (calc-symclip): New functions.
4430         * calc/calc-aent.el (math-read-token): Read complement signed numbers.
4432         * calc/calc-embed.el (calc-embedded-mode-vars):
4433         Add `calc-complement-signed-mode' to the list of modes.
4435         * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
4436         (calc-b-oper-keys): Add `calc-symclip' to list.
4438         * calc/calc-ext.el (math-read-number-fancy): Read complement
4439         signed numbers.
4440         (calc-init-extensions): Add binding for `calc-symclip'.
4441         Add autoload for `calcFunc-symclip' and `calc-symclip'.
4443         * calc/calc-menu.el (calc-arithmetic-menu): Add item for
4444         `calc-symclip'.
4445         (calc-modes-menu): Add item for twos complement mode.
4447         * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
4449 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
4451         * register.el (jump-to-register, insert-register): Handle Semantic
4452         tags.  From commented-out advice in semantic/senator.el.
4454 2009-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
4456         * vc.el (vc-log-show-limit): New variable.
4457         (vc-print-log, vc-print-root-log): Add new argument LIMIT.  Set it
4458         when using a prefix argument.
4459         (vc-print-log-internal): Add new argument LIMIT.
4461         * vc-svn.el (vc-svn-print-log):
4462         * vc-mtn.el (vc-mtn-print-log):
4463         * vc-hg.el (vc-hg-print-log):
4464         * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
4465         pass it to the log command when set.  Make the BUFFER argument
4466         non-optional.
4468         * vc-sccs.el (vc-sccs-print-log):
4469         * vc-rcs.el (vc-rcs-print-log):
4470         * vc-git.el (vc-git-print-log):
4471         * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
4472         ignore it.  Make the BUFFER argument non-optional
4474         * bindings.el (mode-line-buffer-identification): Do not purecopy.
4476 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
4478         * dired.el (dired-mode-map): Move encryption items to "Operate"
4479         menu (Bug#4703).
4481         * strokes.el (strokes-update-window-configuration): Make strokes
4482         buffer current before erasing (Bug#4906).
4484 2009-11-15  Juri Linkov  <juri@jurta.org>
4486         * simple.el (set-mark-default-inactive): Add :type, :group
4487         and :version.  (Bug#4876)
4489 2009-11-15  Michael Albinus  <michael.albinus@gmx.de>
4491         * arc-mode.el (archive-maybe-copy): Move creation of directory ...
4492         (archive-unique-fname): ... here.  (Bug#4929)
4494 2009-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4496         * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
4497         with a real fix.
4499         * novice.el (disabled-command-function): Add useful args.
4500         Setup the help buffer so that [back] works.
4501         Remove redundant call to help-mode.
4502         (disabled-command-function): Use `case'.
4503         (en/disable-command): New function extracted from enable-command.
4504         (enable-command, disable-command): Use it.
4506 2009-11-14  Glenn Morris  <rgm@gnu.org>
4508         * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
4509         constants.  (Bug#4913)
4511         * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
4513 2009-11-14  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
4515         * emacs-lisp/elint.el (elint-standard-variables): Add some variables
4516         defined in C that have no doc-strings.  (Bug#1063)
4518 2009-11-14  Francis Wright  <F.J.Wright@qmul.ac.uk>
4520         * cus-edit.el (data, files):
4521         * ps-print.el (postscript): Doc fixes for custom groups.  (Bug#3327)
4523 2009-11-14  Chong Yidong  <cyd@stupidchicken.com>
4525         * simple.el (shell-command): Doc fix (Bug#4891).
4527         * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
4529 2009-11-14  Glenn Morris  <rgm@gnu.org>
4531         * emulation/viper.el (viper-set-hooks): Remove duplicate advice
4532         statements for vc-diff, emerge-quit, and rmail-cease-edit.
4533         If they are already loaded, eval-after-load will do the right thing.
4535         * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
4536         compiling.
4538         * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
4540         * simple.el (x-selection-owner-p): Declare.
4541         (read-mail-command): Use custom radio type rather than choice.
4542         (completion-no-auto-exit): Doc fix.
4544         * custom.el (defgroup):
4545         * epg-config.el (epg): Doc fixes.
4547 2009-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
4549         * bindings.el (mode-line-buffer-identification): Purecopy only the string.
4550         * international/ccl.el (define-ccl-program): Do not purecopy the
4551         docstring, defconst does it anyway.
4553 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4555         * add-log.el (add-change-log-entry): Avoid displaying the changelog
4556         a second time.
4558         * x-dnd.el (x-dnd-maybe-call-test-function):
4559         * window.el (split-window-vertically):
4560         * whitespace.el (whitespace-help-on):
4561         * vc-rcs.el (vc-rcs-consult-headers):
4562         * userlock.el (ask-user-about-lock-help)
4563         (ask-user-about-supersession-help):
4564         * type-break.el (type-break-force-mode-line-update):
4565         * time-stamp.el (time-stamp-conv-warn):
4566         * terminal.el (te-set-output-log, te-more-break, te-filter)
4567         (te-sentinel, terminal-emulator):
4568         * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
4569         (term-write-input-ring, term-check-source, term-start-output-log):
4570         (term-display-buffer-line, term-dynamic-list-completions):
4571         (term-ansi-make-term, serial-term):
4572         * subr.el (selective-display):
4573         * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
4574         (strokes-encode-buffer, strokes-xpm-for-compressed-string):
4575         * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
4576         (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
4577         (speedbar-remove-localized-speedbar-support)
4578         (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
4579         (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
4580         (speedbar-buffers-line-directory):
4581         * simple.el (shell-command-on-region, append-to-buffer)
4582         (prepend-to-buffer):
4583         * shadowfile.el (shadow-save-todo-file):
4584         * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
4585         (scroll-bar-maybe-set-window-start):
4586         * sb-image.el (speedbar-image-dump):
4587         * saveplace.el (save-place-alist-to-file, save-places-to-alist)
4588         (load-save-place-alist-from-file):
4589         * ps-samp.el (ps-print-message-from-summary):
4590         * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
4591         (ps-background-image, ps-begin-job, ps-do-despool):
4592         * ps-bdf.el (bdf-find-file, bdf-read-font-info):
4593         * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
4594         (pr-ps-message-from-summary, pr-lpr-message-from-summary):
4595         (pr-call-process, pr-file-list, pr-interface-save):
4596         * novice.el (disabled-command-function)
4597         (enable-command, disable-command):
4598         * mouse.el (mouse-buffer-menu-alist):
4599         * mouse-copy.el (mouse-kill-preserving-secondary):
4600         * macros.el (kbd-macro-query):
4601         * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
4602         * informat.el (batch-info-validate):
4603         * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
4604         * hippie-exp.el (try-expand-dabbrev-visible):
4605         * help-mode.el (help-make-xrefs):
4606         * help-fns.el (describe-variable):
4607         * generic-x.el (bat-generic-mode-run-as-comint):
4608         * finder.el (finder-mouse-select):
4609         * find-dired.el (find-dired-sentinel):
4610         * filesets.el (filesets-file-close):
4611         * files.el (list-directory):
4612         * faces.el (list-faces-display, describe-face):
4613         * facemenu.el (list-colors-display):
4614         * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
4615         * epg.el (epg--process-filter, epg-cancel):
4616         * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
4617         (epa--read-signature-type):
4618         * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
4619         (emerge-file-names):
4620         * ehelp.el (electric-helpify):
4621         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
4622         * ediff-vers.el (rcs-ediff-view-revision):
4623         * ediff-util.el (ediff-setup):
4624         * ediff-mult.el (ediff-append-custom-diff):
4625         * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
4626         (ediff-wordify):
4627         * echistory.el (Electric-command-history-redo-expression):
4628         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
4629         * disp-table.el (describe-display-table):
4630         * dired.el (dired-find-buffer-nocreate):
4631         * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
4632         * dabbrev.el (dabbrev--same-major-mode-p):
4633         * chistory.el (list-command-history):
4634         * apropos.el (apropos-documentation):
4635         * allout.el (allout-obtain-passphrase):
4636         (allout-copy-exposed-to-buffer):
4637         (allout-verify-passphrase): Use with-current-buffer.
4639 2009-11-13  Glenn Morris  <rgm@gnu.org>
4641         * Makefile.in (ELCFILES): Regenerate.
4643 2009-11-13  Michael Albinus  <michael.albinus@gmx.de>
4645         * net/dbus.el (dbus-registered-objects-table): Rename from
4646         `dbus-registered-functions-table', because it contains also properties.
4647         (dbus-unregister-object): Unregister also properties.
4648         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
4649         Use a timeout of 500 msec, in order to not block.
4650         (dbus-register-property, dbus-property-handler): New defuns.
4652 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4654         * simple.el (minibuffer-default-add-completions): Drop deprecated
4655         4th arg.
4657 2009-11-13  Tomas Abrahamsson  <tab@lysator.liu.se>
4659         * textmodes/artist.el (artist-mouse-choose-operation):
4660         Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
4661         menus.  Bug noticed by Eli Zaretskii <eliz@gnu.org>.
4662         (artist-compute-up-event-key): New function.
4663         (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
4665 2009-11-13  Kenichi Handa  <handa@m17n.org>
4667         * language/japan-util.el: Make sure that the value of jisx0208
4668         property is jisx0208 character.
4670 2009-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
4672         * international/mule.el (auto-coding-regexp-alist): Only purecopy
4673         car or each item, not the whole list.
4675 2009-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4677         * minibuffer.el (minibuffer-completion-help):
4678         Use minibuffer-hide-completions.
4680 2009-11-12  Per Starbäck  <per@starback.se>  (tiny change)
4682         * dired.el (dired-save-positions, dired-restore-positions): New funs.
4683         (dired-revert): Use them (bug#4880).
4685 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
4687         * tooltip.el (tooltip-frame-parameters): Undo previous change.
4689 2009-11-12  Juri Linkov  <juri@jurta.org>
4691         * ffap.el (ffap-alternate-file-other-window, ffap-literally):
4692         New functions.
4693         (find-file-literally-at-point): Alias of `ffap-literally'.
4695 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
4697         * textmodes/ispell.el (ispell-skip-region-alist):
4698         * textmodes/css-mode.el (auto-mode-alist):
4699         * progmodes/compile.el (auto-mode-alist):
4700         * international/mule.el (ctext-non-standard-encodings-alist)
4701         (ctext-non-standard-encodings-regexp):
4702         * simple.el (shell-command-switch, text-read-only):
4703         * replace.el (occur-mode-map):
4704         * paths.el (rmail-file-name):
4705         * jka-cmpr-hook.el (jka-compr-build-file-regexp):
4706         * find-file.el (ff-special-constructs):
4707         * files.el (file-name-handler-alist):
4708         * composite.el: Purecopy strings.
4710         * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
4712 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
4714         * widget.el (define-widget): Purecopy the docstring.
4715         * international/mule-cmds.el (charset): Do not purecopy the
4716         docstring here, define-widget does it.
4718         * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
4719         * textmodes/bibtex-style.el (auto-mode-alist):
4720         * progmodes/inf-lisp.el (inferior-lisp-prompt):
4721         * progmodes/compile.el (compile-command):
4722         * language/korea-util.el (default-korean-keyboard):
4723         * international/mule-conf.el (file-coding-system-alist):
4724         * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
4725         * tooltip.el (tooltip-frame-parameters):
4726         * newcomment.el (comment-end, comment-padding):
4727         * dired.el (dired-trivial-filenames):
4728         * comint.el (comint-file-name-prefix): Purecopy initial values.
4730 2009-11-11  Michael Albinus  <michael.albinus@gmx.de>
4732         * net/tramp.el (tramp-advice-minibuffer-electric-separator)
4733         (tramp-advice-minibuffer-electric-tilde): Unload advices via
4734         `tramp-unload'.
4735         (tramp-advice-make-auto-save-file-name)
4736         (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
4737         after removing the advice.
4739 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
4741         * progmodes/grep.el (grep-regexp-alist):
4742         * international/mule-cmds.el (iso-2022-control-alist):
4743         * emacs-lisp/timer.el (timer-duration-words):
4744         * subr.el (version-separator, version-regexp-alist):
4745         * minibuffer.el (completion-styles-alist):
4746         * faces.el (face-attribute-name-alist, list-faces-sample-text):
4747         Change defvars to defconsts.
4749         * Makefile.in (ELCFILES): Add international/mule-conf.elc.
4750         * loadup.el ("international/mule-conf"): Load the byte compiled version.
4751         * international/mule-conf.el: Allow to be byte compiled.
4753         * international/mule.el (define-charset): Purecopy props.
4754         (load-with-code-conversion): Purecopy doc string and file name.
4755         (put-charset-property): Purecopy strings.
4756         (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
4758         * international/mule-cmds.el (register-input-method): Purecopy arguments.
4759         (define-char-code-property): Correctly purecopy the table.
4761         * international/ccl.el (define-ccl-program): Purecopy the docstring.
4763         * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
4765         * subr.el (add-hook): Purecopy strings.
4766         (eval-after-load): Purecopy load-history-regexp and the form.
4768         * custom.el (custom-declare-group): Purecopy load-file-name.
4770         * subr.el (menu-bar-separator): New defconst.
4771         * net/eudc.el (eudc-tools-menu):
4772         * international/mule-cmds.el (set-coding-system-map)
4773         (mule-menu-keymap):
4774         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
4775         * vc-hooks.el (vc-menu-map):
4776         * replace.el (occur-mode-map):
4777         * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
4778         (menu-bar-edit-menu, menu-bar-goto-menu)
4779         (menu-bar-custom-menu, menu-bar-showhide-menu)
4780         (menu-bar-options-menu, menu-bar-tools-menu)
4781         (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
4782         (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
4783         (menu-bar-help-menu):
4784         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
4785         * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
4787         * term/x-win.el (x-gtk-stock-map):
4788         * progmodes/vera-mode.el (auto-mode-alist):
4789         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
4790         (inferior-lisp-program, inferior-lisp-load-command):
4791         * progmodes/hideshow.el (hs-special-modes-alist):
4792         * progmodes/gud.el (same-window-regexps):
4793         * progmodes/grep.el (grep-program, find-program, xargs-program):
4794         * net/telnet.el (same-window-regexps):
4795         * net/rlogin.el (same-window-regexps):
4796         * language/ethiopic.el (font-ccl-encoder-alist):
4797         * vc-sccs.el (vc-sccs-master-templates):
4798         * vc-rcs.el (vc-rcs-master-templates):
4799         * subr.el (cl-assertion-failed):
4800         * simple.el (next-error-overlay-arrow-position):
4801         * lpr.el (lpr-command):
4802         * locate.el (locate-ls-subdir-switches):
4803         * info.el (same-window-regexps, info)
4804         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
4805         * image-mode.el (image-mode, auto-mode-alist):
4806         * hippie-exp.el (hippie-expand-ignore-buffers):
4807         * format.el (format-alist):
4808         * find-dired.el (find-ls-subdir-switches, find-grep-options)
4809         (find-name-arg):
4810         * facemenu.el (facemenu-keybindings):
4811         * dired.el (dired-listing-switches, dired-chown-program):
4812         * diff.el (diff-switches, diff-command):
4813         * cus-edit.el (same-window-regexps):
4814         * bindings.el (mode-line-mule-info)
4815         (mode-line-buffer-identification): Purecopy strings.
4817 2009-11-11  Juri Linkov  <juri@jurta.org>
4819         * simple.el (dired-get-filename) <declare-function>:
4820         Tell the byte-compiler about dired-get-filename.
4821         (shell-command): In Dired mode, get filename from the current line
4822         as the default value.
4824 2009-11-10  Glenn Morris  <rgm@gnu.org>
4826         * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
4827         * calendar/holidays.el, progmodes/cperl-mode.el:
4828         Update x-popup-menu declarations.
4830         * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
4831         (list-load-path-shadows): Use dolist.
4832         (list-load-path-shadows): Use with-current-buffer.
4834 2009-11-10  Juri Linkov  <juri@jurta.org>
4836         * minibuffer.el (read-file-name): Support a list of default values
4837         in `default-filename'.  Use the first file name where only one
4838         element is required.  Doc fix.
4840 2009-11-09  Michael Albinus  <michael.albinus@gmx.de>
4842         * net/dbus.el (dbus-unregister-object): Release service, if no
4843         other method is registered for it.
4845 2009-11-08  Markus Rost  <rost@math.uni-bielefeld.de>
4847         * bookmark.el (bookmark-completing-read): Sort bookmark names if
4848         bookmark-sort-flag is non-nil (Bug#4653).
4850 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
4852         * emulation/cua-base.el: Add CUA property to some CC mode commands
4853         (Bug#4100).
4855 2009-11-08  Kevin Ryde  <user42@zip.com.au>
4857         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
4858         at end of sentence (Bug#4818).
4860 2009-11-08  Jared Finder  <jfinder@crypticstudios.com>
4862         * progmodes/compile.el (compilation-error-regexp-alist-alist):
4863         Handle "see declaration of" MSFT statements (Bug#4100).
4865 2009-11-08  Michael Albinus  <michael.albinus@gmx.de>
4867         * net/tramp.el (tramp-advice-make-auto-save-file-name)
4868         (tramp-advice-file-expand-wildcards): Unload via
4869         `ad-remove-advice'.
4871         * net/trampver.el: Update release number.
4873 2009-11-08  Kevin Ryde  <user42@zip.com.au>
4875         * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
4876         `ad-do-it'.
4878 2009-11-08  Andr  <m00naticus@gmail.com>  (tiny change)
4880         * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
4881         in order to keep context in SELinux.
4883 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
4885         * dired-aux.el (dired-query): Place cursor in echo area and allow
4886         C-g.
4888         * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
4889         menu item if not on a directory (Bug#4701).
4891 2009-11-07  Michael Albinus  <michael.albinus@gmx.de>
4893         Sync with Tramp 2.1.17.
4895         * net/tramp.el (tramp-handle-copy-directory): Don't use
4896         `file-remote-p' (due to compatibility).
4898         * net/tramp-compat.el (tramp-compat-copy-directory)
4899         (tramp-compat-delete-directory): New defuns.
4901         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
4902         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
4903         `tramp-compat-delete-directory'.
4905         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
4906         (tramp-smb-handle-delete-directory): Use
4907         `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
4909         * net/trampver.el: Update release number.
4911 2009-11-07  Chong Yidong  <cyd@stupidchicken.com>
4913         * tar-mode.el (tar-copy): Call write-region on the right buffer
4914         (Bug#4857).
4916         * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
4917         by hand, if necessary (Bug#4878).
4919 2009-11-06  Chong Yidong  <cyd@stupidchicken.com>
4921         * buff-menu.el (Buffer-menu-buffer+size): Use display property to
4922         align size column (Bug#4839).
4924         * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
4925         statement.
4927 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
4929         * progmodes/ld-script.el (auto-mode-alist):
4930         * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
4932         * cus-face.el (custom-declare-face): Purecopy face spec.
4934 2009-11-06  Kenichi Handa  <handa@m17n.org>
4936         * international/uni-bidi.el: Re-generated.
4937         * international/uni-category.el: Re-generated.
4938         * international/uni-combining.el: Re-generated.
4939         * international/uni-mirrored.el: Re-generated.
4941 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
4943         * textmodes/tex-mode.el (tex-alt-dvi-print-command)
4944         (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
4945         (tex-start-options, slitex-run-command, latex-run-command)
4946         (tex-run-command, tex-directory):
4947         * textmodes/ispell.el (ispell-html-skip-alists)
4948         (ispell-tex-skip-alists, ispell-tex-skip-alists):
4949         * textmodes/fill.el (adaptive-fill-first-line-regexp):
4950         (adaptive-fill-regexp):
4951         * textmodes/dns-mode.el (auto-mode-alist):
4952         * progmodes/python.el (interpreter-mode-alist):
4953         * progmodes/etags.el (tags-compression-info-list):
4954         * progmodes/etags.el (tags-file-name):
4955         * net/browse-url.el (browse-url-galeon-program)
4956         (browse-url-firefox-program):
4957         * mail/sendmail.el (mail-signature-file)
4958         (mail-citation-prefix-regexp):
4959         * international/mule-conf.el (eight-bit):
4960         * international/latexenc.el (latex-inputenc-coding-alist):
4961         * international/fontset.el (x-pixel-size-width-font-regexp):
4962         * emacs-lisp/warnings.el (warning-type-format):
4963         * emacs-lisp/trace.el (trace-buffer):
4964         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
4965         (emacs-lisp-mode-map):
4966         * calendar/holidays.el (holiday-solar-holidays)
4967         (holiday-bahai-holidays, holiday-islamic-holidays)
4968         (holiday-christian-holidays, holiday-hebrew-holidays)
4969         (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
4970         (hebrew-holidays-1, holiday-oriental-holidays)
4971         (holiday-general-holidays):
4972         * x-dnd.el (x-dnd-known-types):
4973         * tool-bar.el (tool-bar):
4974         * startup.el (site-run-file):
4975         * shell.el (shell-dumb-shell-regexp):
4976         * rfn-eshadow.el (file-name-shadow-tty-properties)
4977         (file-name-shadow-properties):
4978         * paths.el (remote-shell-program, news-directory):
4979         * mouse.el ([C-down-mouse-3]):
4980         * menu-bar.el (menu-bar-tools-menu):
4981         * jka-cmpr-hook.el (jka-compr-load-suffixes)
4982         (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
4983         (jka-compr-compression-info-list):
4984         * isearch.el (search-whitespace-regexp):
4985         * image-file.el (image-file-name-extensions):
4986         * find-dired.el (find-ls-option):
4987         * files.el (directory-listing-before-filename-regexp)
4988         (directory-free-space-args, insert-directory-program)
4989         (list-directory-brief-switches, magic-fallback-mode-alist)
4990         (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
4991         (automount-dir-prefix):
4992         * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
4993         (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
4994         (face-font-registry-alternatives, face-font-registry-alternatives)
4995         (face-font-family-alternatives):
4996         * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
4997         (facemenu-foreground-menu, facemenu-face-menu):
4998         * epa-hook.el (epa-file-name-regexp):
4999         * dnd.el (dnd-protocol-alist):
5000         * textmodes/rst.el (auto-mode-alist):
5001         * button.el (default-button): Purecopy strings.
5003 2009-11-06  Glenn Morris  <rgm@gnu.org>
5005         * Makefile.in (ELCFILES): Update.
5007 2009-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5009         * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
5010         * emacs-lisp/levents.el: Move to obsolete/levents.el.
5012         * nxml/xsd-regexp.el (xsdre-gen-categories):
5013         * nxml/xmltok.el (xmltok-parse-entity):
5014         * nxml/rng-parse.el (rng-parse-validate-file):
5015         * nxml/rng-maint.el (rng-format-manual)
5016         (rng-manual-output-force-new-line):
5017         * nxml/rng-loc.el (rng-save-schema-location-1):
5018         * nxml/rng-cmpct.el (rng-c-parse-file):
5019         * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
5020         * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
5022 2009-11-05  Wilson Snyder  <wsnyder@wsnyder.org>
5024         * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
5025         Remove extra save-excursions and make-variable-buffer-local's.
5026         Suggested by Stefan Monnier.
5028         (verilog-getopt-file, verilog-module-inside-filename-p)
5029         (verilog-set-define): Merge GNU 1.35 and repair changes from
5030         switching to using with-current-buffer.
5032         (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
5033         being treated as a number and confusing AUTORESET.
5034         Reported by Dan Dever.
5036         (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
5037         Add verilog-auto-ignore-concat to fix backward compatibility with
5038         older verilog-modes.  Reported by Dan Katz.
5040         (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
5041         containing closing anchors "...$".
5043         (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
5044         Reported by Wade Smith.
5046         (verilog-batch-execute-func): Comment on function usage.
5048 2009-11-05  Michael McNamara  <mac@mail.brushroad.com>
5050         * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
5051         for labels.
5053         (verilog-label-re, verilog-calc-1): Support proper indent of named
5054         asserts.
5056         (verilog-backward-token, verilog-basic-complete-re)
5057         (verilog-beg-of-statement, verilog-indent-re): Support proper
5058         indent of the assert statement at the beginning of a block of text.
5060         (verilog-beg-block-re, verilog-ovm-begin-re): Support the
5061         `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
5062         tokens as begins.
5064 2009-11-05  Glenn Morris  <rgm@gnu.org>
5066         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
5067         Emacs 19.  (Bug#1531)
5068         (byte-compile-fix-header): Update for the above change.
5069         Drop test for epoch::version.
5071         * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
5072         * cus-dep.el (custom-make-dependencies):
5073         * finder.el (finder-compile-keywords):
5074         Use autoload-rubric's feature argument.
5076         * calendar/diary-lib.el (top-level): Make load behave more like require.
5078         * vc-git.el (vc-git-stash-map): Move definition before use.
5080 2009-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
5082         * custom.el (custom-declare-group): Purecopy standard-value.
5083         (custom-declare-group): Purecopy custom-prefix.
5085         * international/mule.el (load-with-code-conversion):
5086         Call do-after-load-evaluation unconditionally.
5088         * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
5090 2009-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5092         * descr-text.el: Require help-mode rather than help-fns (bug#4861).
5094 2009-11-04  Glenn Morris  <rgm@gnu.org>
5096         * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
5097         (byte-compile-compatibility): Remove option.
5098         (byte-compile-close-variables, byte-compile-fix-header)
5099         (byte-compile-insert-header, byte-compile-output-docform)
5100         (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
5101         (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
5102         (byte-compile-list, byte-compile-concat, byte-compile-function-form)
5103         (byte-compile-insert, byte-compile-defun):
5104         Remove support for byte-compile-compatibility and Emacs 18.  (Bug#4571)
5105         (byte-defop-compiler19): Remove.
5106         Without byte-compile-compatibility, the 'emacs19-opcode property is not
5107         used by anything.  Replace all calls with byte-defop-compiler.
5109 2009-11-04  Juri Linkov  <juri@jurta.org>
5111         * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
5112         (menu-bar-options-menu): Don't quote the `prop' arg of
5113         `menu-bar-make-mm-toggle'.
5115 2009-11-04  Juanma Barranquero  <lekktu@gmail.com>
5117         * calendar/calendar.el (cal-loaddefs):
5118         * calendar/diary-lib.el (diary-loaddefs):
5119         * calendar/holidays.el (hol-loaddefs):
5120         * eshell/esh-module.el (esh-groups): Load rather than require.
5122 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5124         * calendar/todo-mode.el (todo-add-category): Don't hardcode
5125         point-min==1.
5126         (todo-top-priorities): Only display-buffer when called interactively.
5127         (todo-item-start): Don't save excursion point.
5128         (todo-item-end): Be slightly more careful.  Add `include-sep' arg.
5129         (todo-insert-item-here, todo-file-item, todo-remove-item):
5130         Adjust uses of todo-item-start and todo-item-end.
5132         * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
5133         (autoload-rubric): Don't use any more.
5135         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
5136         and only put a prop if it is non-nil.
5138 2009-11-03  Juri Linkov  <juri@jurta.org>
5140         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
5141         (menu-bar-options-menu): Fix list quoting (Bug#4429).
5143         * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
5144         and "Menu" to make top-level menu item visually one unit (like
5145         it's done for "Lisp-Interaction", "Emacs-Lisp" and other
5146         multi-word menu items).  Fix :help string for quit-window.
5148 2009-11-03  Glenn Morris  <rgm@gnu.org>
5150         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
5151         (byte-compile-file-form-define-abbrev-table)
5152         (byte-compile-file-form-custom-declare-variable)
5153         (byte-compile-variable-ref, byte-compile-defvar):
5154         Whether or not a warning is enabled should only affect whether we issue
5155         the warning, not whether or not we collect the relevant data.
5156         Eg warnings can be turned on and off throughout the course of a file.
5158         * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
5159         (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
5161 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5163         * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
5164         * play/mpuz.el (mpuz-create-buffer):
5165         * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
5166         (lm-print-y,s,noise, lm-print-w0, lm-init):
5167         * play/gomoku.el (gomoku-prompt-for-move):
5168         * play/fortune.el (fortune-in-buffer):
5169         * play/dissociate.el (dissociated-press):
5170         * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
5171         (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
5172         * mail/supercite.el (sc-eref-show):
5173         * mail/smtpmail.el (smtpmail-send-it):
5174         * mail/rmailsum.el (rmail-summary-next-labeled-message)
5175         (rmail-summary-previous-labeled-message, rmail-summary-wipe)
5176         (rmail-summary-undelete-many, rmail-summary-rmail-update)
5177         (rmail-summary-goto-msg, rmail-summary-expunge)
5178         (rmail-summary-get-new-mail, rmail-summary-search-backward)
5179         (rmail-summary-add-label, rmail-summary-output-menu)
5180         (rmail-summary-output-body):
5181         * mail/rfc822.el (rfc822-addresses):
5182         * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
5183         * mail/mailpost.el (post-mail-send-it):
5184         * mail/hashcash.el (hashcash-generate-payment):
5185         * mail/feedmail.el (feedmail-run-the-queue)
5186         (feedmail-queue-send-edit-prompt-help-first)
5187         (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
5188         (feedmail-deduce-address-list):
5189         * eshell/esh-ext.el (eshell-remote-command):
5190         * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
5191         * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
5192         (viper-wildcard-to-regexp, viper-glob-mswindows-files)
5193         (viper-save-string-in-file, viper-valid-marker):
5194         * emulation/viper-keym.el (viper-toggle-key):
5195         * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
5196         (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
5197         (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
5198         * emulation/viper-cmd.el (viper-exec-form-in-vi)
5199         (viper-exec-form-in-emacs, viper-brac-function):
5200         * emulation/viper.el (viper-delocalize-var):
5201         * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
5202         (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
5203         (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
5204         (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
5205         * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
5206         * emulation/edt.el (edt-electric-helpify):
5207         * emulation/cua-rect.el (cua--rectangle-aux-replace):
5208         * emulation/cua-gmrk.el (cua--insert-at-global-mark)
5209         (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
5210         (cua-indent-to-global-mark-column):
5211         * calendar/diary-lib.el (calendar-mark-1):
5212         * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
5213         Use with-current-buffer.
5214         * emulation/viper.el (viper-delocalize-var): Use dolist.
5216 2009-11-03  Chong Yidong  <cyd@stupidchicken.com>
5218         * comint.el (comint-replace-by-expanded-history-before-point):
5219         Replace !! with the previous input string literally (Bug#1795).
5221 2009-11-02  Jay Belanger  <jay.p.belanger@gmail.com>
5223         * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
5224         to be made up of whitespace.
5226 2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
5228         * minibuffer.el (read-file-name): Don't use file dialogs for
5229         remote directories (Bug#99).
5231 2009-11-01  Chong Yidong  <cyd@stupidchicken.com>
5233         * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
5235 2009-11-01  Andreas Schwab  <schwab@linux-m68k.org>
5237         * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
5238         instead of deleting the window or frame.
5240 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
5242         * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
5243         Support face colors.
5245         * textmodes/tex-mode.el (tex-facemenu-add-face-function):
5246         New function.  Support face colors (Bug#1168).
5247         (tex-common-initialization): Use it.
5249         * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
5250         mode allows it (Bug#1168).
5252 2009-10-31  Juri Linkov  <juri@jurta.org>
5254         * facemenu.el (list-colors-display): Don't mark buffer as
5255         modified (Bug#3948).
5257 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
5259         * international/mule-diag.el (list-character-sets-1): Minor
5260         message fix (Bug#3526).
5262         * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
5263         face property (Bug#4834).
5264         (etags-list-tags, etags-tags-apropos-additional)
5265         (etags-tags-apropos, tags-select-tags-table): Add follow-link
5266         property.
5268         * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
5269         items.
5271 2009-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5273         * textmodes/two-column.el (2C-split):
5274         * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
5275         * textmodes/tex-mode.el (tex-set-buffer-directory):
5276         * textmodes/spell.el (spell-region, spell-string):
5277         * textmodes/reftex.el (reftex-erase-buffer):
5278         (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
5279         * textmodes/reftex-toc.el (reftex-toc-promote-action):
5280         * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
5281         (reftex-select-item):
5282         * textmodes/reftex-ref.el (reftex-label-info-update)
5283         (reftex-offer-label-menu):
5284         * textmodes/reftex-index.el (reftex-index-change-entry)
5285         (reftex-index-phrases-info):
5286         * textmodes/reftex-global.el (reftex-create-tags-file)
5287         (reftex-save-all-document-buffers, reftex-ensure-write-access):
5288         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
5289         (reftex-view-crossref-from-bibtex):
5290         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
5291         (reftex-extract-bib-entries-from-thebibliography)
5292         (reftex-all-used-citation-keys, reftex-create-bibtex-file):
5293         * textmodes/refbib.el (r2b-capitalize-title):
5294         (r2b-convert-buffer, r2b-help):
5295         * textmodes/page-ext.el (pages-directory)
5296         (pages-directory-goto-with-mouse):
5297         * textmodes/bibtex.el (bibtex-validate-globally):
5298         * textmodes/bib-mode.el (bib-capitalize-title):
5299         * textmodes/artist.el (artist-clear-buffer, artist-system):
5300         * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
5301         (local-set-scheme-interaction-buffer, xscheme-process-filter)
5302         (verify-xscheme-buffer, xscheme-enter-interaction-mode)
5303         (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
5304         (xscheme-send-control-g-interrupt, xscheme-start-process)
5305         (xscheme-process-sentinel, xscheme-cd):
5306         * progmodes/verilog-mode.el (verilog-read-always-signals)
5307         (verilog-set-define, verilog-getopt-file)
5308         (verilog-module-inside-filename-p):
5309         * progmodes/sh-script.el:
5310         * progmodes/python.el (python-pdbtrack-get-source-buffer)
5311         (python-pdbtrack-grub-for-buffer, python-execute-file):
5312         * progmodes/octave-inf.el (inferior-octave):
5313         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
5314         (idlwave-shell-compile-helper-routines, idlwave-set-local)
5315         (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
5316         (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
5317         (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
5318         * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
5319         (idlwave-shell-filter, idlwave-shell-examine-highlight)
5320         (idlwave-shell-sentinel, idlwave-shell-filter-directory)
5321         (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
5322         (idlwave-shell-examine-display, idlwave-shell-run-region)
5323         (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
5324         (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
5325         * progmodes/idlw-help.el (idlwave-help-get-special-help)
5326         (idlwave-help-get-help-buffer):
5327         * progmodes/gud.el (gud-basic-call, gud-find-class)
5328         (gud-tooltip-activate-mouse-motions-if-enabled):
5329         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
5330         * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
5331         (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
5332         (ebrowse-tags-next-file):
5333         * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
5334         (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
5335         (ebnf-eps-finish-and-write):
5336         * progmodes/cpp.el (cpp-edit-save):
5337         * progmodes/cperl-mode.el (cperl-pod-to-manpage):
5338         * progmodes/cc-defs.el (c-emacs-features):
5339         * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
5340         (antlr-directory-dependencies):
5341         * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
5342         (ada-run-application, ada-find-in-src-path, ada-goto-parent)
5343         (ada-find-any-references, ada-make-filename-from-adaname)
5344         (ada-make-body-gnatstub):
5345         * obsolete/rnews.el (news-list-news-groups):
5346         * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
5347         * obsolete/iso-acc.el (iso-acc-minibuf-setup):
5348         * net/rcirc.el (rcirc-debug):
5349         * net/newst-treeview.el (newsticker--treeview-list-add-item)
5350         (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
5351         (newsticker--treeview-list-update-faces, newsticker-treeview-save)
5352         (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
5353         (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
5354         (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
5355         (newsticker--treeview-list-clear-highlight)
5356         (newsticker--treeview-list-update-highlight)
5357         (newsticker--treeview-list-highlight-start)
5358         (newsticker--treeview-tree-update-highlight)
5359         (newsticker--treeview-get-selected-item)
5360         (newsticker-treeview-mark-list-items-old)
5361         (newsticker--treeview-set-current-node):
5362         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
5363         * net/newst-backend.el (newsticker--get-news-by-funcall)
5364         (newsticker--get-news-by-wget, newsticker--image-get)
5365         (newsticker--image-sentinel):
5366         * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
5367         * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
5368         (eudc-ph-close-session):
5369         * net/eudc.el (eudc-save-options):
5370         * language/thai-word.el (thai-update-word-table):
5371         * language/japan-util.el (japanese-string-conversion):
5372         * international/titdic-cnv.el (tsang-quick-converter)
5373         (ziranma-converter, ctlau-converter):
5374         * international/mule-cmds.el (describe-language-environment):
5375         * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
5376         (skkdic-convert-postfix, skkdic-convert-prefix):
5377         (skkdic-convert-okuri-nasi, skkdic-convert):
5378         * emacs-lisp/re-builder.el (reb-update-overlays):
5379         * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
5380         * emacs-lisp/gulp.el (gulp-send-requests):
5381         * emacs-lisp/find-gc.el (trace-call-tree):
5382         * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
5383         (eieio-describe-generic):
5384         * emacs-lisp/eieio-base.el (eieio-persistent-read):
5385         * emacs-lisp/edebug.el (edebug-outside-excursion):
5386         * emacs-lisp/debug.el (debugger-make-xrefs):
5387         * emacs-lisp/cust-print.el (custom-prin1-to-string):
5388         * emacs-lisp/chart.el (chart-new-buffer):
5389         * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
5390         Use with-current-buffer.
5391         * textmodes/artist.el (artist-system): Don't call
5392         copy-sequence on a fresh string.
5393         * progmodes/idlw-shell.el (easymenu setup): Use dolist.
5395 2009-10-31  Stephen Berman  <stephen.berman@gmx.net>
5397         * calendar/todo-mode.el (todo-edit-item): Signal an error if there
5398         is no item to edit.  (Bug#4820)
5399         (todo-top-priorities): Restore point and restore narrowing in Todo
5400         buffer.  (Bug#4820)
5402 2009-10-31  Glenn Morris  <rgm@gnu.org>
5404         * net/ange-ftp.el (top-level): Don't require dired when compiling.
5405         (comint-last-output-start, comint-last-input-start)
5406         (comint-last-input-end): Don't defvar when compiling.
5407         (ange-ftp-process-file): Use bound-and-true-p.
5409         * pcmpl-rpm.el (top-level): Move provide statement to end.
5410         (pcmpl-rpm): Remove unused custom group.
5412         * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
5414         * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
5416         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
5417         (byte-compile-warnings): Add `constants' as an option.
5418         (byte-compile-callargs-warn, byte-compile-arglist-warn)
5419         (display-call-tree): Update for byte-compile-fdefinition possibly
5420         returning `(macro lambda ...)'.  (Bug#4778)
5421         (byte-compile-variable-ref, byte-compile-setq-default):
5422         Respect `constants' member of byte-compile-warnings.
5424 2009-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5426         * vc-bzr.el (vc-bzr-revision-keywords): New var.
5427         (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
5428         to "submit:".
5430 2009-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
5432         * textmodes/ispell.el (ispell-skip-region-alist):
5433         * international/mule-conf.el (eight-bit):
5434         * international/fontset.el (font-encoding-alist):
5435         * startup.el (pure-space-overflow-message):
5436         * simple.el (overwrite-mode-textual, overwrite-mode-binary):
5437         * paths.el (gnus-nntp-service, rmail-spool-directory)
5438         (term-file-prefix):
5439         * files.el (save-some-buffers-action-alist):
5440         * cmuscheme.el (same-window-buffer-names):
5441         * ielm.el (same-window-buffer-names):
5442         * shell.el (same-window-buffer-names):
5443         * mail/sendmail.el (same-window-buffer-names):
5444         * progmodes/inf-lisp.el (same-window-buffer-names):
5445         * bindings.el (mode-line-client)
5446         (mode-line-column-line-number-mode-map):
5447         * language/tibetan.el (tibetan-precomposition-rule-regexp)
5448         (tibetan-precomposed-regexp): Purecopy string arguments.
5450 2009-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5452         * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
5453         (calcDigit-nondigit):
5454         * calc/calc-yank.el (calc-copy-to-buffer):
5455         * calc/calc-units.el (calc-invalidate-units-table):
5456         * calc/calc-trail.el (calc-trail-yank):
5457         * calc/calc-store.el (calc-insert-variables):
5458         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
5459         * calc/calc-prog.el (calc-read-parse-table):
5460         * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
5461         * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
5462         * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
5463         (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
5464         (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
5465         (calc-graph-name, calc-graph-find-command, calc-graph-view)
5466         (calc-graph-view, calc-gnuplot-command, calc-graph-init):
5467         * calc/calc-ext.el (calc-realign):
5468         * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
5469         (calc-embedded-finish-edit, calc-embedded-make-info)
5470         (calc-embedded-finish-command, calc-embedded-stack-change):
5471         * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
5473         * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
5474         shell-dynamic-complete-filename in preference to
5475         comint-dynamic-complete-filename.
5477         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
5478         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
5479         Don't consider whether the display supports colors.
5480         (bookmark-import-new-list): Use dolist.
5481         (bookmark-bmenu-mode-map): Move initialization into declaration.
5482         (bookmark-bmenu-list): Use dolist, simplify.
5483         (bookmark-show-all-annotations): Use save-selected-window and dolist.
5484         (menu-bar-final-items): Use push.
5486 2009-10-28  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
5488         * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
5489         it works on remote files.
5490         (vc-hg-diff): Don't pass any `--cwd' argument.
5492 2009-10-27  Kevin Ryde  <user42@zip.com.au>
5494         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
5495         Use help-xref-info-regexp and help-xref-url-regexp to identify links.
5496         (Further to Bug#3921).
5498 2009-10-27  Michael Albinus  <michael.albinus@gmx.de>
5500         * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
5501         (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
5502         calling `tramp-imap-put-file'.  Add file size to the call.
5503         (tramp-imap-get-file-entries): Compute also user name, file size,
5504         and date.
5505         (tramp-imap-handle-insert-directory): Insert uid and gid.
5506         (tramp-imap-handle-file-attributes): Transform uid and gid
5507         according to `id-format'.
5508         (tramp-imap-put-file): New optional parameter SIZE.  Encode file
5509         size in header X-Size.
5511 2009-10-26  Juanma Barranquero  <lekktu@gmail.com>
5513         * simple.el (transpose-subr): Give clearer error when the mark
5514         is not set.  (Bug#4807)
5516 2009-10-26  Michael Albinus  <michael.albinus@gmx.de>
5518         * net/tramp.el (tramp-perl-file-truename): New defconst.
5519         Perl code contributed by yary <not.com@gmail.com> (tiny change).
5520         (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
5521         Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
5522         (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
5524         * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
5525         Ignore `dired-call-process'.
5526         (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
5528 2009-10-26  Julian Scheid  <julians37@gmail.com>
5530         * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
5531         (tramp-get-remote-readlink): New defun.
5532         (tramp-handle-file-truename): Use it.
5533         (tramp-handle-file-exists-p): Check file-attributes cache, assume
5534         file exists if cache value present.
5535         (tramp-check-cached-permissions): New defun.
5536         (tramp-handle-file-readable-p): Use it.
5537         (tramp-handle-file-writable-p): Likewise.
5538         (tramp-handle-file-executable-p): Likewise.
5539         (tramp-handle-file-name-all-completions): Try using Perl to get
5540         partial completions.  When perl not available, combine `cd' and
5541         `ls' into single remote operation and use shell expansion to get
5542         partial remote directory contents.  Set `file-exists-p' cache for
5543         directory and any files returned by ls.  Change cache handling to
5544         support partial directory contents.  Use error message emitted by
5545         remote `cd' or Perl code for local tramp-error.
5546         (tramp-do-copy-or-rename-file-directly): Avoid separate
5547         tramp-send-command-and-check call.
5548         (tramp-handle-process-file): Merge three remote ops into one.
5549         Do not flush all caches when `process-file-side-effects' is set.
5550         (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
5551         file-attributes shows uid/gid to be set already.
5553 2009-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
5555         * textmodes/tex-mode.el (tex-dvi-view-command)
5556         (tex-show-queue-command, tex-open-quote):
5557         * progmodes/ruby-mode.el (auto-mode-alist)
5558         (interpreter-mode-alist): Purecopy strings.
5560         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
5562         * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
5563         string for the hook, keymap and abbrev table.
5565         * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
5567         * x-dnd.el (x-dnd-xdnd-to-action):
5568         * startup.el (fancy-startup-text, fancy-about-text): Change to
5569         defconst from defvar.
5571         * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
5573         * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
5574         Purecopy initialization strings.
5576         * mail/sendmail.el (mail-header-separator)
5577         (mail-personal-alias-file):
5578         * mail/rmail.el (rmail-default-dont-reply-to-names)
5579         (rmail-ignored-headers, rmail-retry-ignored-headers)
5580         (rmail-highlighted-headers, rmail-secondary-file-directory)
5581         (rmail-secondary-file-regexp):
5582         * files.el (null-device, file-name-invalid-regexp)
5583         (locate-dominating-stop-dir-regexp)
5584         (inhibit-first-line-modes-regexps): Purecopy initialization strings.
5585         (interpreter-mode-alist): Use mapcar instead of mapc.
5587         * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
5589         * bindings.el (mode-line-major-mode-keymap): Purecopy name.
5590         (completion-ignored-extensions):
5591         (debug-ignored-errors): Purecopy strings.
5593 2009-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5595         * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
5596         (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
5597         (pcomplete--here): Use push.
5599         * subr.el (all-completions): Declare the 4th arg obsolete.
5601 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5603         * pcomplete.el (pcomplete-unquote-argument-function): New var.
5604         (pcomplete-unquote-argument): New function.
5605         (pcomplete--common-suffix): Always pay attention to case.
5606         (pcomplete--table-subvert): Quote and unquote the text.
5607         (pcomplete--common-quoted-suffix): New function.
5608         (pcomplete-std-complete): Use it and pcomplete-begin.
5610         * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
5611         we're inside a dedicated or minibuffer window.
5613 2009-10-24  Karl Fogel  <kfogel@red-bean.com>
5615         * bookmark.el: Update documentation, especially documentation
5616         of `bookmark-alist' and of the bookmark file format.
5617         Patch by Drew Adams, with minor tweaks from me.  (Bug#4195)
5619 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
5621         * mail/emacsbug.el (report-emacs-bug): Clarify that the
5622         keybindings apply to the mail buffer (Bug#4003).  Shrink help
5623         window to buffer.
5625         * whitespace.el (whitespace-mode, whitespace-newline-mode)
5626         (global-whitespace-mode, global-whitespace-newline-mode)
5627         (whitespace-toggle-options, global-whitespace-toggle-options):
5628         Doc fix (Bug#3660).
5630         * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
5631         of xmltok-start before the end tag was inserted (Bug#2840).
5633         * progmodes/sh-script.el (sh-font-lock-paren): Handle case
5634         patterns that are preceded by an open-paren (Bug#1320).
5636 2009-10-24  Sven Joachim  <svenjoac@gmx.de>
5638         * files.el (delete-directory): Delete symlinks to directories with
5639         delete-file (Bug#4739).
5641 2009-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
5643         * vc.el (vc-backend-for-registration): Rename from
5644         vc-get-backend-for-registration.  Update callers.
5646         * international/mule-cmds.el (set-language-info-alist):
5647         Purecopy lang-env.
5648         (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
5649         (charset): Purecopy the name.
5650         (define-char-code-property): Purecopy string arguments.
5652         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
5653         Purecopy string arguments.
5655         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
5656         * ediff-hook.el (menu-bar-ediff-menu):
5657         * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
5658         * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
5660 2009-10-24  Glenn Morris  <rgm@gnu.org>
5662         * comint.el (comint-dynamic-list-completions):
5663         * term.el (term-dynamic-list-completions): Use choose-completion rather
5664         than obsolete alias mouse-choose-completion.
5666         * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
5667         file-cache-choose-completion.
5668         (file-cache-choose-completion): Handle an optional event argument.
5669         (file-cache-mouse-choose-completion): Make it an obsolete alias.
5671         * progmodes/octave-mod.el (octave-complete-symbol):
5672         Use choose-completion if mouse-choose-completion is ever removed.
5674         * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
5675         use.
5677         * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
5678         compiler.
5680         * vc-hooks.el (vc-responsible-backend): Fix declaration.
5682 2009-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5684         * minibuffer.el (completion--embedded-envvar-table): Fix last change.
5685         Ignore `pred' now that we receive one.
5686         Handle test-completion specially.
5688 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
5690         * vc.el (vc-responsible-backend): Throw an error if not backend is
5691         found.  Remove the REGISTER argument.  Move the code dealing with
5692         REGISTER ...
5693         (vc-get-backend-for-registration): ... here.  New function.
5694         (vc-deduce-fileset): Call vc-get-backend-for-registration instead
5695         of vc-responsible-backend, pass the file name instead of the
5696         directory name.
5698 2009-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5700         * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
5701         New funs.
5702         (pcomplete-std-complete): Use them.  Obey pcomplete-termination-string.
5703         (pcomplete-comint-setup): Don't modify a global var via
5704         accidental side-effects.
5705         (pcomplete-shell-setup): Adjust call accordingly.
5706         (pcomplete-parse-comint-arguments): Use push.
5708 2009-10-23  Chong Yidong  <cyd@stupidchicken.com>
5710         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
5711         Allow uncapitalized info node names (Bug#3921).
5713         * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
5714         to the DEBUG file (Bug#3781).
5716 2009-10-23  Jari Aalto  <jari.aalto@cante.net>
5718         * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
5719         dictionary entry (Bug#4579).
5721 2009-10-23  Michael Albinus  <michael.albinus@gmx.de>
5723         * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
5724         from `rfn-eshadow-update-overlay-hook' when unloading.
5725         (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
5726         "rsyncc".  Adjust doc string.
5727         (tramp-temp-buffer-file-name): New buffer-local defvar.
5728         (tramp-handle-insert-file-contents, tramp-handle-write-region):
5729         Keep temporary file when indicated by method ("rsync" and
5730         "rsyncc").
5731         (tramp-handle-write-region): Handle APPEND.
5732         (tramp-delete-temp-file-function): New defun.  Added to
5733         `kill-buffer-hook'.
5735 2009-10-23  Juanma Barranquero  <lekktu@gmail.com>
5737         * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
5739 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
5741         * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
5742         (color-name-rgb-alist, tty-standard-colors)
5743         (tty-color-mode-alist): Change to defconst.
5745         * simple.el (mark-inactive): Purecopy message.
5747         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
5748         (global-map, yank-menu):
5749         * textmodes/ispell.el (ispell-menu-map):
5750         * net/eudc.el (eudc-tools-menu):
5751         * international/mule-cmds.el (describe-language-environment-map)
5752         (setup-language-environment-map, set-coding-system-map)
5753         (mule-menu-keymap):
5754         * vc-hooks.el (vc-menu-entry, vc-menu-map):
5755         * replace.el (occur-mode-map):
5756         * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
5758 2009-10-23  Jay Belanger  <jay.p.belanger@gmail.com>
5760         * calc/calc.el (math-read-number, math-read-number-simple): Use
5761         `save-match-data'.
5763 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5765         * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
5766         rather than fiddling with global-map bindings, since it should only
5767         affect per-terminal settings.
5768         See http://bugs.gentoo.org/show_bug.cgi?id=289709.
5770         * minibuffer.el (completion-table-with-terminator): Allow to specify
5771         the terminator-regexp.
5773         * simple.el (switch-to-completions): Look for *Completions* in other
5774         frames as well.
5776         * pcomplete.el: Allow the use of completion-tables.
5777         (pcomplete-std-complete): New command.
5778         (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
5779         (pcomplete--here): Use a function for `form' rather than an expression,
5780         so it can be byte-compiled.
5781         (pcomplete-here, pcomplete-here*): Adjust accordingly.
5782         Add edebug declaration.
5783         (pcomplete-show-completions): Remove unused var `curbuf'.
5784         (pcomplete-do-complete, pcomplete-stub):
5785         Don't assume `completions' is a list of strings any more.
5787 2009-10-22  Juanma Barranquero  <lekktu@gmail.com>
5789         * find-dired.el (find-name-arg): Fix typo in docstring.
5791 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5793         * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
5794         (pcmpl-linux-fs-types): Same, and update to new modules layout.
5796         * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
5797         pcomplete-entries.
5799         * comint.el (comint-read-input-ring, comint-write-input-ring)
5800         (comint-substitute-in-file-name)
5801         (comint-dynamic-complete-as-filename)
5802         (comint-dynamic-simple-complete)
5803         (comint-dynamic-list-filename-completions)
5804         (comint-dynamic-list-completions)
5805         (comint-redirect-results-list-from-process): Minor simplifications.
5807 2009-10-21  Kevin Ryde  <user42@zip.com.au>
5809         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
5810         When inserting ";;; Code" put it before any ";;;###autoload" cookie on
5811         the first form.  And insert a blank line after ";;; Code" since
5812         that's usual style.  (Bug#4612)
5814         * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
5816 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5818         * minibuffer.el (completion-table-with-terminator): Properly implement
5819         boundaries, in case `terminator' appears in the suffix.
5820         (completion--embedded-envvar-table): Don't return boundaries if
5821         there's no valid completion.  Simplify.
5822         (completion-file-name-table): New completion table extracted from
5823         completion--file-name-table.
5824         (completion--file-name-table): Use it.
5825         (read-file-name-predicate): Declare obsolete.
5826         (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
5827         * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
5828         completion-file-name-table, and use the `pred' argument.
5829         * files.el (locate-file-completion-table): Use the `pred' arg rather
5830         than read-file-name-predicate.
5831         (abbreviate-file-name): Use \` rather than ^ for BOS.
5833 2009-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
5835         * vc.el (vc-deduce-fileset): Undo previous change, do not tell
5836         vc-responsible-backend to register, it causes problems.
5838 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5840         * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
5842 2009-10-21  Michael Albinus  <michael.albinus@gmx.de>
5844         * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
5845         (tramp-smb-handle-file-attributes): Use it.
5846         (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
5847         (tramp-smb-handle-insert-directory): Use `mapc' rather than
5848         `mapcar'.  Use `tramp-smb-get-stat-capability'.
5849         Add `dired-filename' text properties.
5850         (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
5851         (tramp-smb-maybe-open-connection): Simplify check for smbclient
5852         version.
5854 2009-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5856         * subr.el (read-key-delay): Reduce to 0.01.
5857         (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
5858         (bug#4751).
5860 2009-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5862         * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
5864         * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
5865         (Info-menu): Remove unused vars `last' and `completions'.
5866         (Info-index-nodes): Remove unused var `node'.
5868         * info.el (Info-complete-menu-item): Use complete-with-action.
5870 2009-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
5872         Make vc-annotate work through copies and renames.
5873         * vc-annotate.el (vc-annotate-extract-revision-at-line):
5874         Return the file name too.
5875         (vc-annotate-revision-at-line)
5876         (vc-annotate-find-revision-at-line)
5877         (vc-annotate-revision-previous-to-line)
5878         (vc-annotate-show-log-revision-at-line): Update to get the file
5879         name from vc-annotate-extract-revision-at-line.
5880         (vc-annotate-show-diff-revision-at-line-internal): Change the
5881         argument to mean whether to show a file diff or not.  Get the file
5882         name from vc-annotate-extract-revision-at-line.
5883         (vc-annotate-show-diff-revision-at-line):
5884         Update vc-annotate-show-diff-revision-at-line call.
5885         (vc-annotate-warp-revision): Add an optional file argument.
5887         * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
5888         (vc-git-annotate-extract-revision-at-line): Also return the file
5889         name if found.
5891         * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
5892         command.  Remove unused code.
5893         (vc-hg-annotate-re): Update to match --follow output.
5894         (vc-hg-annotate-extract-revision-at-line): Also return the file
5895         name if found.
5897         * vc.el: Update annotate-extract-revision-at-line documentation.
5899 2009-10-18  Kevin Ryde  <user42@zip.com.au>
5901         * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
5902         re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
5904         * net/browse-url.el (browse-url): Identify alist with "consp and
5905         not functionp" and let all other things go down the `apply' leg,
5906         as suggested by Stefan.  (Further to bug#4531.)
5908 2009-10-18  Chong Yidong  <cyd@stupidchicken.com>
5910         * minibuffer.el (read-file-name): Check for repeat before putting
5911         a default argument in file-name-history (Bug#4657).
5913         * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
5914         read syntax (Bug#4737).
5916         * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
5918 2009-10-18  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
5920         * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
5921         (html-tag-alist, html-tag-help): Add descriptions for undocumented
5922         entries and make note of obsolete tags.
5924 2009-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5926         * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
5928 2009-10-18  Glenn Morris  <rgm@gnu.org>
5930         * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
5931         grep, so that binary files (eg international/uni-bidi.el) can match.
5932         Remove test for "UnicodeData" files, since it is hopefully unnecessary
5933         now, and in any case the file header format has changed.
5935 2009-10-17  Glenn Morris  <rgm@gnu.org>
5937         * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
5938         (flyspell-get-word, flyspell-large-region)
5939         (flyspell-auto-correct-previous-word): Doc/error message fixes.
5941 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
5943         * Makefile.in (ELCFILES): Add ede/shell.
5945 2009-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
5947         * term/common-win.el (x-colors): Purecopy it.
5949 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5951         * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
5952         permissive for when the buffer is empty.
5953         (tar-header-block-tokenize): Decode the username and groupname.
5954         (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
5956 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5958         * international/mule-cmds.el (select-safe-coding-system): If the file
5959         has a coding cookie, use it regardless of any other setting (bug#4712).
5961 2009-10-17  Glenn Morris  <rgm@gnu.org>
5963         * foldout.el (foldout-mouse-swallow-events):
5964         * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
5966         * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
5967         (dired-keep-marker-copy, dired-keep-marker-hardlink)
5968         (dired-keep-marker-symlink, dired-dwim-target)
5969         (dired-copy-preserve-time): Do not autoload these defcustoms.
5971         * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
5972         messages from messing up the file coding.  (Bug#4623)
5974 2009-10-17  Jari Aalto  <jari.aalto@cante.net>
5976         * textmodes/ispell.el (ispell-get-decoded-string): Give an error
5977         if no match is found for the current dictionary.  (Bug#4578)
5979         * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
5980         optional, since that is how it is documented, and this is often called
5981         with a nil argument.  (Bug#4577)
5982         (flyspell-external-point-words, flyspell-auto-correct-word)
5983         (flyspell-correct-word-before-point, flyspell-word-search-forward)
5984         (flyspell-word-search-backward): Remove nil argument in calls to
5985         flyspell-get-word, since it is not needed now.
5987 2009-10-17  Ulrich Mueller  <ulm@gentoo.org>
5989         * play/doctor.el (doctor-adverbp): Exclude some nouns.  (Bug#4565)
5991 2009-10-16  Glenn Morris  <rgm@gnu.org>
5993         * net/rcirc.el (rcirc-authenticate): Simplify previous change.
5995 2009-10-16  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
5997         * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
5998         (ange-ftp-file-size): New function.
5999         (ange-ftp-file-attributes): Use it.
6001 2009-10-16  Michael Albinus  <michael.albinus@gmx.de>
6003         * net/tramp-smb.el (tramp-smb-version): New defvar.
6004         (tramp-smb-maybe-open-connection): Use it, in order to avoid
6005         repeated checks.
6007 2009-10-16  Glenn Morris  <rgm@gnu.org>
6009         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
6010         Maybe copy some custom properties from old to new name.  (Bug#4706)
6012 2009-10-16  Juanma Barranquero  <lekktu@gmail.com>
6014         * subr.el (error, sit-for, start-process-shell-command)
6015         (start-file-process-shell-command): Set the calling convention
6016         after the function definition.
6018 2009-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6020         * subr.el (error, sit-for, start-process-shell-command)
6021         (start-file-process-shell-command): Use the new
6022         set-advertised-calling-convention feature.
6024 2009-10-16  Taichi Kawabata  <kawabata.taichi@gmail.com>
6026         * international/ucs-normalize.el (ucs-normalize-version):
6027         Change to 1.2.
6028         (check-range): Adjust for Unicode 5.2.
6030 2009-10-15  Juri Linkov  <juri@jurta.org>
6032         * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
6033         to the `menu-item' format.
6035 2009-10-15  Michael Albinus  <michael.albinus@gmx.de>
6037         * net/tramp.el (tramp-replace-environment-variables): Do not fail
6038         if the environment variable does not exist.
6040         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6041         (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
6042         parameter.
6043         (tramp-smb-handle-add-name-to-file)
6044         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
6045         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
6046         (tramp-smb-handle-file-attributes)
6047         (tramp-smb-do-file-attributes-with-stat)
6048         (tramp-smb-handle-file-local-copy)
6049         (tramp-smb-handle-insert-directory)
6050         (tramp-smb-handle-make-directory)
6051         (tramp-smb-handle-make-directory-internal)
6052         (tramp-smb-handle-make-symbolic-link)
6053         (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
6054         (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
6055         (tramp-smb-maybe-open-connection): Apply the changed parameters.
6056         (tramp-smb-read-file-entry): Read Disk names in compressed format.
6057         Handle long file names.
6058         (tramp-smb-get-cifs-capabilities): Check, whether the connection
6059         process is running.
6060         (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
6061         Read share names with "-g" option.
6063 2009-10-15  Ryan Yeske  <rcyeske@gmail.com>
6065         * net/rcirc.el (rcirc-view-log-file): New command.
6066         (rcirc-track-minor-mode-map): Remove C-c ` binding.
6067         (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
6068         specified.
6070 2009-10-15  Glenn Morris  <rgm@gnu.org>
6072         * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
6073         from the second command-line argument.
6074         * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
6075         ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
6076         ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
6077         w32-batch-update-autoloads.
6078         * emacs-lisp/autoload.el (autoload-make-program): New variable.
6079         (batch-update-autoloads): Handle autoload-excludes on windows-nt.
6081         * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
6082         the headers cannot be located.  Simplify, subtracting superflous
6083         save-excursions.
6085 2009-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6087         Replace completion-base-size by completion-base-position to fix bugs
6088         such as (bug#4699).
6089         * simple.el (completion-base-position): New var.
6090         (completion-base-size): Mark as obsolete.
6091         (choose-completion): Make it work for mouse events as well.
6092         Pass the new base-position to choose-completion-string.
6093         (choose-completion-guess-base-position): New function, extracted from
6094         choose-completion-delete-max-match.
6095         (choose-completion-delete-max-match): Use it.  Make obsolete.
6096         (choose-completion-string): Use the new base-position info.
6097         (completion-root-regexp): Delete.
6098         (completion-setup-function): Preserve completion-base-position.
6099         Eliminate obsolete base-size manipulation.
6100         * minibuffer.el (display-completion-list): Don't mess with base-size.
6101         (minibuffer-completion-help): Set completion-base-position instead.
6102         * mouse.el (mouse-choose-completion): Redefine as a mere alias to
6103         choose-completion.
6104         * textmodes/bibtex.el (bibtex-complete):
6105         * emacs-lisp/crm.el (crm--choose-completion-string):
6106         Adjust to new calling convention.
6107         * complete.el (partial-completion-mode): Use minibufferp to avoid
6108         bumping into incompatible change to choose-completion-string-functions.
6109         * ido.el (ido-choose-completion-string): Make its calling convention
6110         more permissive.
6111         * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
6112         base-size manipulation.
6113         (comint-dynamic-list-input-ring): Use dotimes and push.
6114         * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
6115         fundamental-mode.  Use `or'.
6117 2009-10-14  Juri Linkov  <juri@jurta.org>
6119         * misearch.el (multi-isearch-next-buffer-from-list)
6120         (multi-isearch-next-file-buffer-from-list): Doc fix.  (Bug#4723)
6122 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6124         * Makefile.in (compile-onefile): Load `bytecomp' rather than
6125         `bytecomp.el'.
6127         * minibuffer.el (completion-pcm--merge-completions): Make sure the
6128         string we return is all made up of text from the completions rather
6129         than part from the completions and part from the input (bug#4219).
6131         * ido.el (ido-everywhere): Use define-minor-mode.
6133         * buff-menu.el (list-buffers, ctl-x-map):
6134         Mark the entry points with ;;;###autoload cookies.
6136 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
6138         * vc-git.el (vc-git-dir-extra-headers): Set the branch name
6139         correctly in the detached head case.
6140         (vc-git-print-log): Remove unused binding.
6142         * vc.el (vc-responsible-backend): When a directory is passed for
6143         for registration create a VC repository if no backend is
6144         responsible for the directory argument.
6145         (vc-deduce-fileset): Tell vc-responsible-backend to register.
6147         * vc.el: Move comments about RCS and SCCS ...
6148         * vc-rcs.el:
6149         * vc-sccs.el: ... here, respectively.
6151 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6153         * minibuffer.el (completion--file-name-table): Return nil if there's
6154         no file completion, even if substitute-in-file-name changed
6155         the string (bug#4708).
6157 2009-10-13  Juri Linkov  <juri@jurta.org>
6159         * files-x.el (read-file-local-variable-value): Don't filter out
6160         minor modes from mode name completion (bug#4664).
6162 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
6164         * international/mule-cmds.el (ucs-names): Remove exclusion of
6165         "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
6167 2009-10-13  Kenichi Handa  <handa@m17n.org>
6169         * international/uni-name.el: Regenerated.
6171 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
6173         * bs.el (bs-mode): Fix last change.  (`revert-buffer-function'
6174         should be automatically buffer-local, but isn't.)
6176 2009-10-12  Sam Steingold  <sds@gnu.org>
6178         * progmodes/compile.el (compilation-next-error-function): Fix the
6179         timestamps if the buffer has been visited before.
6180         (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
6181         non-anchored patterns, like the perl one (bug#3928).
6183 2009-10-12  Glenn Morris  <rgm@gnu.org>
6185         * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
6186         Let-bind `size'.
6188 2009-10-12  Juanma Barranquero  <lekktu@gmail.com>
6190         * proced.el (proced-unload-function): New function.
6192         * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
6193         (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
6194         Doc fix.
6196         * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
6198 2009-10-11  Juri Linkov  <juri@jurta.org>
6200         * files-x.el (read-file-local-variable-value):
6201         Provide default value only for bound variables (bug#4664).
6203 2009-10-11  Michael Albinus  <michael.albinus@gmx.de>
6205         * net/tramp.el (tramp-local-host-p): Function shall return nil for
6206         connection methods like smb.
6208         * net/tramp-cache.el (tramp-flush-connection-property): The hash
6209         can be empty.
6211         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6212         (tramp-smb-file-name-handler-alist): Add handlers for
6213         `add-name-to-file', `make-symbolic-link'.
6214         (tramp-smb-handle-add-name-to-file)
6215         (tramp-smb-do-file-attributes-with-stat)
6216         (tramp-smb-handle-make-symbolic-link)
6217         (tramp-smb-get-cifs-capabilities): New defuns.
6218         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
6219         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
6220         (tramp-smb-handle-file-local-copy)
6221         (tramp-smb-handle-make-directory-internal)
6222         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
6223         The file name syntax depends on cifs capabilities.
6224         (tramp-smb-handle-file-attributes):
6225         Call `tramp-smb-do-file-attributes-with-stat' if possible.
6226         (tramp-smb-handle-insert-directory): Use posix attributes if possible.
6227         (tramp-smb-handle-set-file-modes): It is applicable for posix only.
6229 2009-10-11  Chong Yidong  <cyd@stupidchicken.com>
6231         * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
6232         (eieio-defclass): Apply deftype handler and setf-method properties
6233         directly.
6234         (eieio-add-new-slot): Avoid union function from cl library.
6235         (eieio--typep): New function.
6236         (eieio-perform-slot-validation): Use it.
6238 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
6240         * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
6241         Update documentation to refer to the variables documented in r1.135.
6242         (Bug#4188)
6244 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
6246         * bookmark.el (Info-suffix-list): Remove this unused variable.
6247         (bookmark-current-point): Remove this obsolete variable.
6248         (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
6249         Adjust for removal of bookmark-current-point.
6251         (bookmarks-already-loaded, bookmark-current-buffer)
6252         (bookmark-yank-point): Document.  (Bug#4188)
6254 2009-10-10  Glenn Morris  <rgm@gnu.org>
6256         * frame.el (frame-height): Doc fix.
6258         * calendar/calendar.el (calendar-split-width-threshold): New option.
6259         (calendar-basic-setup): Use calendar-split-width-threshold.
6261 2009-10-09  Juanma Barranquero  <lekktu@gmail.com>
6263         * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
6264         Ideographic Supplement" range (U+1F200..U+1F2FF).
6266 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
6268         * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
6269         since the list will have been rebuilt anyway.  (Bug#4349)
6271 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
6273         * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
6274         (bookmark-bmenu-execute-deletions): Don't save here, as
6275         bookmark-delete will now do so if necessary.
6276         Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
6277         (Bug#4348)
6279 2009-10-09  Glenn Morris  <rgm@gnu.org>
6281         * mail/emacsbug.el (report-emacs-bug): Also print `features'.
6283 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
6285         * bookmark.el (bookmark-jump): Add new `display-func' parameter.
6286         (bookmark-jump-other-window): Just invoke bookmark-jump with new
6287         argument now, so the two function's behaviors will match.  (Bug#3645)
6289 2009-10-08  Michael Albinus  <michael.albinus@gmx.de>
6291         * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
6292         (tramp-file-name-real-host, tramp-file-name-port):
6293         Apply `save-match-data'.
6295         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
6296         case both directories are remote.
6297         (tramp-smb-handle-expand-file-name): Implement "~" expansion.
6298         (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
6300 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
6302         * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
6304 2009-10-07  Glenn Morris  <rgm@gnu.org>
6306         * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
6307         of concat.
6309 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6311         * files-x.el (read-file-local-variable): Include some
6312         non-user-variables in the completion table (bug#4664).
6314 2009-10-07  Michael Albinus  <michael.albinus@gmx.de>
6316         * net/tramp-cache.el (tramp-flush-connection-property): Add trace
6317         message.
6319         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6320         (tramp-smb-file-name-handler-alist): Add handler for
6321         `copy-directory', `expand-file-name', `set-file-modes'.
6322         (tramp-smb-handle-copy-directory)
6323         (tramp-smb-handle-expand-file-name)
6324         (tramp-smb-handle-set-file-modes): New defuns.
6325         (tramp-smb-handle-copy-file): Handle KEEP-DATE.
6326         (tramp-smb-handle-file-attributes): Simplify check for retrieving
6327         entry.
6328         (tramp-smb-handle-insert-directory): Don't flush the cache.
6329         (tramp-smb-maybe-open-connection): Check for samba client and
6330         server versions.
6332 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
6334         * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
6335         to not error out of search for "^lisp=" fails.
6337 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
6339         * makefile.w32-in (WINS_UPDATES): New macro.
6340         (custom-deps, finder-data, autoloads): Use it.
6342 2009-10-07  Glenn Morris  <rgm@gnu.org>
6344         * Makefile.in (autoloads): Revert previous change.
6345         * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
6346         the list of preloaded files passed on the command-line, get
6347         it from src/Makefile.
6349         * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
6350         show the original buffer rather than a random one.
6352 2009-10-07  Markus Rost  <rost@math.uni-bielefeld.de>
6354         * help.el (describe-no-warranty): Place point in a slightly better
6355         position in the GPLv3 text.
6357 2009-10-06  Sam Steingold  <sds@gnu.org>
6359         * net/tramp-compat.el (tramp-compat-process-running-p): Check that
6360         the comm attribute is present before calling regexp-quote.
6362 2009-10-06  Juanma Barranquero  <lekktu@gmail.com>
6364         * play/animate.el (animate-string): For good effect, make sure
6365         `indent-tabs-mode' and `show-trailing-whitespace' are nil.
6367         * play/animate.el (animate-sequence, animate-birthday-present):
6368         * misc.el (butterfly): Don't set `indent-tabs-mode'.
6370 2009-10-06  Glenn Morris  <rgm@gnu.org>
6372         * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
6374         * emacs-lisp/autoload.el (autoload-excludes): New variable.
6375         (autoload-generate-file-autoloads): Skip files in autoload-excludes.
6376         (batch-update-autoloads): Process a string value of autoload-excludes,
6377         set during the build process.
6378         * Makefile.in (autoloads): Skip preloaded files.  (Bug#4446)
6380         * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
6381         inside with-parsed...  macro so that `v' is defined.
6383         * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
6384         * progmodes/fortran.el (fortran-end-of-block)
6385         (fortran-beginning-of-block):
6386         Also push mark in the macro case.
6388         * emerge.el (emerge-show-file-name):
6389         * calc/calc.el (calc-quit):
6390         * calc/calc-misc.el (calc-big-or-small):
6391         * calc/calc-graph.el (calc-graph-view):
6392         * calc/calc-ext.el (calc-reset):
6393         * calendar/calendar.el (calendar-basic-setup):
6394         Use window-full-height-p.
6396         * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
6397         header we don't understand, don't insert another.  (Bug#4624)
6398         If changing mime charset, insert the new one in the right place.
6400 2009-10-06  Matthew Junker  <matthew.junker@sbcglobal.net>  (tiny change)
6402         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
6403         (cal-tex-cursor-month): Correctly increment the end date for diary and
6404         holiday listing.  (Bug#4626)
6406 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6408         * help-fns.el (describe-function-1): Don't burp if the function is not
6409         a symbol.
6411 2009-10-05  Juanma Barranquero  <lekktu@gmail.com>
6413         * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
6414         (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
6415         (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
6416         (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
6418         * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
6419         (eieio-default-superclass): Reflow docstrings.
6420         (this, class-option-assoc, defclass, eieio-class-un-autoload)
6421         (eieio-unbind-method-implementations, defmethod)
6422         (eieio-validate-slot-value, eieio-validate-class-slot-value)
6423         (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
6424         (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
6425         (eieio-slot-originating-class-p, eieio-slot-name-index)
6426         (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
6427         (constructor, initialize-instance, no-next-method, object-print)
6428         (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
6429         Fix typos in docstrings.
6430         (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
6431         (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
6432         (next-method-p): Doc fixes.
6433         (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
6434         Fix typos in error messages.
6435         (eieio-defmethod): Fix typo in description of generic method.
6437         * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
6438         (eieio-persistent-save-interactive, slot-missing):
6439         Fix typos in docstrings.
6440         (eieio-instance-inheritor-slot-boundp): Doc fix.
6442         * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
6443         (byte-compile-defmethod-param-convert): Fix typos in docstrings.
6445         * emacs-lisp/eieio-custom.el (eieio-done-customizing)
6446         (eieio-custom-object-apply-reset):
6447         Fix typos in docstrings and error messages.
6449         * emacs-lisp/eieio-datadebug.el (data-debug-show):
6450         Fix typo in docstring.
6452         * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
6453         (eieio-browse-tree): Doc fix.
6454         (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
6455         (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
6456         Fix typos in docstrings.
6458         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
6459         (eieio-speedbar-key-map, eieio-speedbar-create-engine)
6460         (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
6461         (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
6462         Reflow docstrings.
6464 2009-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
6466         * vc-hg.el (log-view-vc-backend): Declare for compiler.
6467         (vc-hg-outgoing-mode, vc-hg-incoming-mode):
6468         Set log-view-vc-backend so that diff can work.
6470         * log-view.el (log-view-diff): Use vc-diff-internal instead of
6471         vc-version-diff.
6472         (vc-diff-internal): Autoload this instead of vc-version-diff.
6474 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
6476         * simple.el (eval-expression): Doc fix.
6478         * progmodes/cwarn.el (cwarn-mode): Doc fix.
6480 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
6482         * files.el (directory-files-no-dot-files-regexp): New defconst.
6483         (delete-directory): Use it.
6484         (copy-directory): Use it.  Remove parameter PRESERVE-UID-GID.
6486         * net/tramp.el (tramp-verbose): Fix docstring.
6487         (tramp-methods): Add recursive option to `tramp-copy-args'.
6488         Add `tramp-copy-recursive'.  Valid for "rcp", "scp", "scp1", "scp2",
6489         "scp1_old", "scp2_old", "rsync", "rsyncc".
6490         (tramp-default-method): Check also for `auth-source-user-or-password'.
6491         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
6492         Add handler for `copy-directory'.
6493         (tramp-handle-copy-directory): New defun.
6494         (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
6495         (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
6496         Optimize sent command.
6498 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6500         * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
6501         window if necessary.
6503         * calendar/calendar.el (calendar-basic-setup): Don't call
6504         switch-to-buffer in a dedicated window.
6506 2009-10-05  Karl Fogel  <kfogel@red-bean.com>
6508         * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
6509         don't do anything related to relocating, just return nil.
6510         (bookmark-error-no-filename): New error.
6511         (bookmark-default-handler): Signal `bookmark-error-no-filename' if
6512         bookmark has no file.  Don't even attempt to handle things that
6513         are not files; the whole point of custom handlers is to keep that
6514         knowledge elsewhere anyway.  Tighten some comments.
6515         (bookmark-file-or-variation-thereof): Remove now-unused function.
6516         (bookmark-location): Doc string fix.
6517         (Bug#4250)
6519 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
6521         * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
6522         don't use a file dialog, because they usually don't know how to read
6523         a directory target from the user.  (Bug#4230)
6524         Also, make sure the prompt can display directories as well as files.
6526 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
6528         * bookmark.el (bookmark-set, bookmark-buffer-name):
6529         Improve doc strings.  (Bug#1193)
6531 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
6533         * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
6534         (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
6535         (bookmark-get-annotation, bookmark-set-annotation)
6536         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
6537         (bookmark-set-position, bookmark-get-front-context-string)
6538         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
6539         (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
6540         (bookmark-jump-other-window, bookmark-handle-bookmark)
6541         (bookmark-relocate, bookmark-insert-location, bookmark-rename)
6542         (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
6543         (bookmark-edit-annotation-mode, bookmark-edit-annotation):
6544         Improve doc strings to say whether bookmark can be a string or
6545         a record or both, and make other consistency and clarity fixes.
6546         (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
6547         (bookmark-default-annotation-text, bookmark-yank-word)
6548         (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
6549         (bookmark-import-new-list, bookmark-maybe-rename)
6550         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
6551         (bookmark-bmenu-bookmark): Give these doc strings.
6552         (bookmark-bmenu-check-position): Give this a doc string, but also
6553         add a FIXME comment about how the function may be pointless.
6554         (bookmark-default-handler): Rework doc string and change a
6555         parameter name, to clarify that this takes a bookmark record
6556         not a bookmark name.
6557         (bookmark-set): Change a parameter name to indicate its meaning,
6558         and improve the doc string a bit.
6559         (Bug#4188)
6561 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
6563         * bookmark.el (bookmark-alist): Document the new `handler' element
6564         in the param alist.
6565         (bookmark-make-record-function): Adjust documentation for above.
6566         (Bug#4193)
6568 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
6570         * info.el (Info-bookmark-make-record): Document this function.
6571         (Info-bookmark-jump): Document with a doc string, not just a comment.
6572         (Bug#4203)
6574 2009-10-04  Michael Albinus  <michael.albinus@gmx.de>
6576         * files.el (copy-directory): New defun.
6578         * dired-aux.el (dired-copy-file-recursive): Use it.
6580 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
6582         * files-x.el (modify-dir-local-variable)
6583         (copy-dir-locals-to-file-locals-prop-line): Fix typos in
6584         docstrings.
6586         * recentf.el (recentf-unload-function): New function.
6588 2009-10-04  Glenn Morris  <rgm@gnu.org>
6590         * window.el (window-full-height-p): Add doc string.
6592 2009-10-04  Martin Rudalics  <rudalics@gmx.at>
6594         * window.el (window-full-height-p): New function.  (Bug#4543)
6596 2009-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
6598         * vc.el: Remove commented out code.
6599         (vc-derived-from-dir-mode): Remove, unused.
6600         (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
6602 2009-10-03  Michael Albinus  <michael.albinus@gmx.de>
6604         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
6605         Disable `file-name-handler-alist' when loading 'ange-ftp.  Otherwise,
6606         there could be recursive loading when `default-directory' is a
6607         remote file name.  (Bug#4614)
6609 2009-10-03  Glenn Morris  <rgm@gnu.org>
6611         * calendar/calendar.el (calendar-basic-setup): Handle the case where
6612         the frame is wide.
6613         (calendar-generate-window): Test for shrinkability rather than width.
6615         * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
6616         reusing existing buffers, in case we happen to visit two files with the
6617         same basename.  (Bug#4593)
6619 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
6621         * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
6622         (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
6623         (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
6624         subdirs of cedet as well.
6625         (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
6627 2009-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6629         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
6630         Obey advertised-signature-table.
6632         * help-fns.el (help-function-arglist): Don't check
6633         advertised-signature-table.
6634         (describe-function-1): Do it here instead so it also applies to subrs.
6636 2009-10-02  Michael Albinus  <michael.albinus@gmx.de>
6638         * simple.el (start-file-process): Say in the doc-string, that file
6639         handlers might not support pty association, if PROGRAM is nil.
6641         * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
6642         HOST and USER are strings.  They are nil, when there are
6643         incomplete entries in ~/.netrc, for example.
6644         (ange-ftp-delete-directory): Implement RECURSIVE case.  Change to
6645         root directory ("device busy" error otherwise).
6647         * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
6648         Flush file properties of created directory.
6650 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
6652         * makefile.w32-in (WINS_BASIC): Remove cedet.
6653         (WINS_CEDET): Add cedet.
6654         (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
6656 2009-10-02  Kevin Ryde  <user42@zip.com.au>
6658         * net/browse-url.el (browse-url): Pass any symbol in
6659         browse-url-browser-function to `apply', since if you've mistakenly put
6660         an unbound symbol then the error is clearer.  (Bug#4531)
6662 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
6664         * allout.el (allout-init, allout-back-to-current-heading)
6665         (allout-beginning-of-current-entry, allout-ascend-to-depth)
6666         (allout-ascend, allout-up-current-level, allout-end-of-level)
6667         (allout-previous-visible-heading, allout-forward-current-level)
6668         (allout-backward-current-level, allout-show-children):
6669         * apropos.el (apropos-describe-plist):
6670         * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
6671         * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
6672         * completion.el (add-completion, add-permanent-completion):
6673         * descr-text.el (describe-text-category, describe-char):
6674         * desktop.el (desktop-lazy-abort):
6675         * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
6676         * dired.el (dired-build-subdir-alist):
6677         * ediff.el (ediff-version):
6678         * elide-head.el (elide-head, elide-head-show):
6679         * emerge.el (emerge-version):
6680         * env.el (getenv):
6681         * face-remap.el (variable-pitch-mode):
6682         * faces.el (describe-face):
6683         * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
6684         (dired-at-point):
6685         * files.el (find-file-existing, auto-save-mode):
6686         * font-lock.el (font-lock-fontify-buffer):
6687         * help-fns.el (describe-function, describe-variable)
6688         (describe-syntax, describe-categories):
6689         * help.el (view-lossage, describe-bindings, describe-key)
6690         (describe-mode):
6691         * hexl.el (hexl-current-address):
6692         * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
6693         * info.el (Info-goto-emacs-key-command-node):
6694         * log-edit.el (log-edit-insert-cvs-template)
6695         (log-edit-insert-cvs-rcstemplate):
6696         * menu-bar.el (menu-bar-mode):
6697         * mouse.el (mouse-appearance-menu):
6698         * newcomment.el (comment-indent-new-line):
6699         * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
6700         (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
6701         (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
6702         (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
6703         * recentf.el (recentf-mode):
6704         * savehist.el (savehist-mode, savehist-save):
6705         * shadowfile.el (shadow-copy-files):
6706         * simple.el (kill-ring-save, next-line, previous-line)
6707         (normal-erase-is-backspace-mode):
6708         * strokes.el (strokes-update-window-configuration)
6709         (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
6710         (strokes-xpm-for-stroke):
6711         * time.el (emacs-uptime, emacs-init-time):
6712         * tutorial.el (tutorial--describe-nonstandard-key)
6713         (tutorial--detailed-help):
6714         * type-break.el (type-break-mode)
6715         (type-break-mode-line-message-mode, type-break-query-mode)
6716         (type-break-guesstimate-keystroke-threshold):
6717         * vc.el (vc-version-diff, vc-diff, vc-root-diff):
6718         * version.el (emacs-version):
6719         * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
6720         * winner.el (winner-mode):
6721         * calendar/timeclock.el (timeclock-in, timeclock-out)
6722         (timeclock-status-string, timeclock-change)
6723         (timeclock-workday-remaining-string)
6724         (timeclock-workday-elapsed-string)
6725         (timeclock-when-to-leave-string):
6726         * calendar/todo-mode.el (todo-add-category):
6727         * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
6728         * emacs-lisp/autoload.el (update-file-autoloads):
6729         * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
6730         (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
6731         (checkdoc-message-text, checkdoc-defun):
6732         * emacs-lisp/debug.el (debugger-list-functions):
6733         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6734         * emacs-lisp/eieio-opt.el (eieio-describe-class)
6735         (eieio-describe-generic):
6736         * emacs-lisp/lisp-mnt.el (lm-synopsis):
6737         * emacs-lisp/shadow.el (list-load-path-shadows):
6738         * emulation/cua-base.el (cua-mode):
6739         * emulation/edt.el (edt-set-scroll-margins):
6740         * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
6741         (tpu-toggle-regexp, tpu-toggle-search-direction)
6742         (tpu-toggle-rectangle, tpu-toggle-control-keys):
6743         * emulation/tpu-extras.el (tpu-set-scroll-margins):
6744         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
6745         (viper-set-parsing-style-toggling-macro)
6746         (viper-set-emacs-state-searchstyle-macros):
6747         * emulation/viper.el (viper-set-hooks):
6748         * eshell/esh-mode.el (eshell-truncate-buffer):
6749         * international/mule-cmds.el (prefer-coding-system)
6750         (describe-input-method, describe-language-environment):
6751         * international/mule-diag.el (list-character-sets)
6752         (describe-character-set, describe-coding-system)
6753         (describe-fontset, list-fontsets, list-input-methods):
6754         * mail/sendmail.el (mail-signature):
6755         * net/ange-ftp.el (ange-ftp-copy-file):
6756         * net/browse-url.el (browse-url):
6757         * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
6758         * net/quickurl.el (quickurl-add-url):
6759         * net/rcirc.el (names, topic):
6760         * net/xesam.el (xesam-mode):
6761         * play/5x5.el (5x5-new-game):
6762         * play/yow.el (apropos-zippy):
6763         * progmodes/ada-mode.el (ada-mode-version):
6764         * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
6765         (f90-end-of-block)
6766         (f90-beginning-of-block):
6767         * progmodes/fortran.el (fortran-end-of-block)
6768         (fortran-beginning-of-block):
6769         * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
6770         * progmodes/python.el (python-describe-symbol, python-shell):
6771         * term/ns-win.el (ns-print-buffer):
6772         * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
6773         * textmodes/flyspell.el (flyspell-mode-on):
6774         * textmodes/page-ext.el (set-page-delimiter, pages-directory)
6775         (pages-directory-for-addresses):
6776         * textmodes/table.el (table-recognize-cell)
6777         (table-query-dimension, table-generate-source)
6778         (table-insert-sequence, table--warn-incompatibility):
6779         * textmodes/tex-mode.el (tex-validate-buffer):
6780         * textmodes/texinfmt.el (texinfmt-version)
6781         (texinfo-format-buffer):
6782         Use `called-interactively-p' instead of `interactive-p'.
6784 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
6786         * image-mode.el (image-toggle-display):
6787         * emacs-lisp/elp.el (elp-instrument-function):
6788         * emacs-lisp/advice.el (ad-make-advised-definition):
6789         * emacs-lisp/easy-mmode.el (define-minor-mode):
6790         * net/browse-url.el (browse-url-maybe-new-window):
6791         * progmodes/sh-script.el (sh-learn-buffer-indent):
6792         Pass new argument 'any to `called-interactively-p'.
6794 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
6796         * international/uni-bidi.el:
6797         * international/uni-category.el:
6798         * international/uni-combining.el:
6799         * international/uni-comment.el:
6800         * international/uni-decimal.el:
6801         * international/uni-decomposition.el:
6802         * international/uni-digit.el:
6803         * international/uni-lowercase.el:
6804         * international/uni-mirrored.el:
6805         * international/uni-name.el:
6806         * international/uni-numeric.el:
6807         * international/uni-old-name.el:
6808         * international/uni-titlecase.el:
6809         * international/uni-uppercase.el:
6810         Regenerate from Unicode 5.2.0 data.
6812 2009-10-01  Glenn Morris  <rgm@gnu.org>
6814         * Makefile.in (ELCFILES): Regenerate.
6816 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6818         * subr.el (interactive-p): Mark obsolete.
6819         (called-interactively-p): Make the optional-ness of `kind' obsolete.
6820         * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
6821         advertised-signature-table for subroutines as well.
6823         * emacs-lisp/byte-run.el (advertised-signature-table): New var.
6824         (set-advertised-calling-convention): New function.
6825         (make-obsolete, define-obsolete-function-alias)
6826         (make-obsolete-variable, define-obsolete-variable-alias):
6827         Make the optional-ness of `when' obsolete.
6828         (define-obsolete-face-alias): Make `when' non-optional.
6829         * help-fns.el (help-function-arglist):
6830         * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
6831         Use advertised-signature-table.
6833 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
6835         * files.el (delete-directory): New defun.  The original function
6836         in fileio.c has been renamed to `delete-directory-internal'.
6838         * dired.el (dired-delete-file): Call `delete-directory' with
6839         RECURSIVE parameter.
6841         * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
6842         parameter RECURSIVE.  Implementation is missing.
6844         * net/tramp.el (tramp-handle-make-directory): Flush upper
6845         directory's file properties.
6846         (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
6847         (tramp-handle-dired-recursive-delete-directory): Flush directory
6848         properties after the remove command only.
6850         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
6851         Handle optional parameter RECURSIVE.
6853         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
6854         Handle optional parameter RECURSIVE.
6856         * net/tramp-smb.el (tramp-smb-errors): Add error message for
6857         connection timeout.
6858         (tramp-smb-handle-delete-directory): Handle optional parameter
6859         RECURSIVE.
6861 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6863         * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
6864         (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
6865         (byte-compile-defmacro): Use backquotes.
6867         * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
6869         * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
6870         has no associated file.
6871         (vc-resynch-buffer): Use vc-dir-buffers.
6873 2009-10-01  Glenn Morris  <rgm@gnu.org>
6875         * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
6876         (chart-file-count):
6877         * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
6878         * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
6879         * emacs-lisp/eieio-opt.el (eieio-describe-class):
6880         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
6881         * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
6882         (eieio-copy-parents-into-subclass, make-instance, class-children)
6883         (eieio-generic-form):
6885         * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
6886         match-data.  (Bug#4555).
6888         * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
6889         rather than parsing it as a regexp.  This relaxes the layout
6890         requirements and makes errors easier to detect.
6891         (check-declare-verify): Check file is regular.
6892         (check-declare-directory): Doc fix.
6893         * subr.el (declare-function): Doc fix.
6895         * ibuffer.el (ibuffer-format-qualifier):
6896         * isearch.el (hi-lock-regexp-okay):
6897         * calc/calc.el (math-zerop):
6898         * mail/uce.el (rmail-msgbeg, rmail-msgend):
6899         * term/w32-win.el (setup-default-fontset, set-fontset-font):
6900         Remove unused declarations.
6902 2009-09-30  Glenn Morris  <rgm@gnu.org>
6904         * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
6906         * emacs-lisp/elint.el (elint-init-form): Report declarations where the
6907         filename is not a string.
6909 2009-09-29  Chong Yidong  <cyd@stupidchicken.com>
6911         * files.el (safe-local-eval-forms): Fix typo.
6913 2009-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6915         * vc-hooks.el (vc-dir-buffers): New var.
6916         (vc-state-refresh): New function.
6917         (vc-state): Use it.
6918         (vc-after-save): Always ask the backend to recompute the new state.
6919         Always call vc-dir if necessary, using vc-dir-buffers.
6920         * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
6921         Use vc-dir-buffers.
6922         (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
6923         (vc-dir-prepare-status-buffer, vc-dir-update)
6924         (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
6925         Don't call expand-file-name on default-directory.
6927 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
6929         * speedbar.el (speedbar-item-delete):
6930         * calc/calc-prog.el (calc-kbd-if):
6931         * language/hanja-util.el (hanja-init-load): Fix typos in messages.
6933         * epa.el (epa-key-list-mode-map):
6934         * hi-lock.el (hi-lock-menu): Fix typos in menus.
6936         * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
6937         (hs-show-hook): Fix typo in docstring.
6939 2009-09-29  Glenn Morris  <rgm@gnu.org>
6941         * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
6942         file-name-nondirectory call preventing location of cedet files.
6943         (check-declare-verify): Use literal search rather than re-search.
6944         Add basic defmethod and defclass, and define-overloadable-function.
6946         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
6947         Use tramp-compat-file-attributes rather than nonexistent
6948         tramp-compat-handle-file-attributes.
6950         * Makefile.in (lisptagsfiles4): New.
6951         (AUTOGENEL): Add cedet loaddefs files.
6952         (TAGS, TAGS-LISP): Use $lisptagsfiles4.
6953         (update-elclist, compile-always, backup-compiled-files)
6954         (bootstrap-clean): Add yet another directory level.
6955         (update-elclist): Use LC_COLLATE rather than COLLATE.
6956         (ELCFILES): Update, via `make update-elclist'.
6958 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
6960         * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
6961         (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
6962         (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
6964 2009-09-28  Andreas Schwab  <schwab@linux-m68k.org>
6966         * Makefile.in (lisptagsfiles3): Define.
6967         (TAGS, TAGS-LISP): Use it.
6968         (update-elclist): Add third directory level to look for elc files.
6969         (compile-always): Likewise.
6970         (backup-compiled-files): Likewise.
6971         (bootstrap-clean): Likewise.
6972         (ELCFILES): Update.
6974 2009-09-28  Chong Yidong  <cyd@stupidchicken.com>
6976         * Makefile.in (ELCFILES): Add CEDET files.
6978 2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
6980         * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
6982         * net/tramp.el (top): Require tramp-imap.
6984         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
6985         Use `tramp-compat-handle-file-attributes'.
6987 2009-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6989         * net/tramp-imap.el: New package.
6991 2009-09-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6993         * whitespace.el (whitespace-trailing-regexp)
6994         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
6995         Fix doc string.
6997 2009-09-27  Chong Yidong  <cyd@stupidchicken.com>
6999         * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
7000         menu.
7002         * ediff-hook.el: Move menu-bar-ediff-misc-menu into
7003         menu-bar-ediff-menu.
7005         * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
7006         define-overloadable-function.
7008         * progmodes/autoconf.el: Provide autoconf as well, so that this
7009         file can be `require'd.
7011         * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
7013         * emacs-lisp/autoload.el (generated-autoload-feature)
7014         (generated-autoload-load-name): New vars.
7015         (autoload-rubric, autoload-generate-file-autoloads): Use them.
7016         (make-autoload): Recognize define-overloadable-function and
7017         defclass forms (for EIEIO).
7019         * Makefile.in (update-subdirs): Exclude cedet directory.
7021 2009-09-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
7023         * term/ns-win.el: Don't set the region face background.  (Bug#4381)
7025         * faces.el: Default light-background background for region face to
7026         ns_selection_color under NS.
7028 2009-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
7030         * net/imap-hash.el: New library, see NEWS.
7032         * Makefile.in (ELCFILES): Add imap-hash.el.
7034 2009-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7036         * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
7037         * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
7038         * help-macro.el (make-help-screen): Avoid using an ambiguous function
7039         definition where the docstring could be taken for the return value.
7041 2009-09-26  Glenn Morris  <rgm@gnu.org>
7043         * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
7044         Add option to only show images below a certain size.
7045         (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
7046         save-excursion calls.
7048 2009-09-26  Eli Zaretskii  <eliz@gnu.org>
7050         * makefile.w32-in (WINS_ALMOST): Add cedet (with its
7051         subdirectories) and eieio.
7053 2009-09-26  Alan Mackenzie  <acm@muc.de>
7055         * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
7056         buggy bracketing.  (Bug#4289)
7058         * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
7059         character constants (as case labels).  (Bug#4289)
7061 2009-09-25  Juri Linkov  <juri@jurta.org>
7063         * files.el (safe-local-eval-forms): Allow time-stamp in
7064         before-save-hook (Bug#4554).
7066 2009-09-25  Drew Adams  <drew.adams@oracle.com>
7068         * menu-bar.el (list-buffers-directory): Doc fix.
7070 2009-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7072         * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
7073         Try and avoid copying twice the same paragraph.
7074         (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
7075         Remove save-excursion.
7076         (log-edit-changelog-entry): Do it here instead.
7078 2009-09-25  Juanma Barranquero  <lekktu@gmail.com>
7080         * bs.el (bs--get-file-name): Use `list-buffers-directory'
7081         when available, instead of hardcoding mode names.  Doc fix.
7083         * menu-bar.el (list-buffers-directory): Add docstring.
7084         Make automatically buffer-local.
7086         * dired.el (dired-mode):
7087         * files.el (cd-absolute):
7088         * pcvs.el (cvs-temp-buffer):
7089         * pcvs-util.el (cvs-get-buffer-create):
7090         * shell.el (shell-mode):
7091         * vc-dir.el (vc-dir-mode):
7092         Don't make `list-buffers-directory' buffer local.
7094 2009-09-25  Devon Sean McCullough  <emacs-hacker@Jovi.Net>
7096         * comint.el (comint-exec, comint-run, make-comint):
7097         Doc fixes (Bug#4542).
7099 2009-09-25  Glenn Morris  <rgm@gnu.org>
7101         * mail/rmailmm.el (rmail-mime): New custom group.
7102         Move all defcustoms in this file into this group.
7103         (rmail-mime-media-type-handlers-alist): Revert previous change.
7104         (rmail-mime-show-images): New option.
7105         (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
7106         references to it, since it wasn't actually used for anything.
7107         (rmail-mime-insert-image): New function.
7108         (rmail-mime-image): Use rmail-mime-insert-image.
7109         (rmail-mime-bulk-handler): Remove optional `image' argument, instead
7110         obey the value of `rmail-mime-show-images' option.  Print the size of
7111         attachments.
7113 2009-09-25  David Engster  <deng@randomsample.de>
7115         * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'.  (Bug#4548)
7117 2009-09-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7119         * whitespace.el: Does not highlight trailing spaces While point is
7120         at end of line.  Does not highligt spaces at beginning of buffer
7121         while point is at beginning of buffer.  Does not highlight spaces
7122         at end of buffer while point is at end of buffer.  (Bug#4177)
7123         New version 12.0.
7124         (whitespace-display-mappings): Adjust initialization.
7125         (whitespace-point, whitespace-font-lock-refontify): New vars.
7126         (whitespace-color-on, whitespace-color-off): Adjust code.
7127         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
7128         (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
7129         (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
7131 2009-09-24  Chong Yidong  <cyd@stupidchicken.com>
7133         * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
7135         * textmodes/sgml-mode.el: Remove xml-mode alias.
7137         * files.el (auto-mode-alist, conf-mode-maybe)
7138         (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
7140 2009-09-24  Alan Mackenzie  <acm@muc.de>
7142         * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
7143         c-forward-conditionals, but it doesn't move point and doesn't set
7144         the mark.
7145         (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
7146         (c-down-conditional-with-else, c-backward-conditional)
7147         (c-forward-conditional): Refactor to use c-scan-conditionals.
7149 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
7151         * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
7152         (help-default-arg-highlight): Remove.
7153         (help-highlight-arg): New function.
7154         (help-do-arg-highlight): Use it.
7155         Suggested by Drew Adams <drew.adams@oracle.com>.  (Bug#4510, bug#4520)
7157 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7159         * term.el (term-set-scroll-region, term-handle-ansi-escape):
7160         Undo last change, which didn't fix the problem and introduced others.
7162 2009-09-24  Nick Roberts  <nickrob@snap.net.nz>
7164         * progmodes/gdb-mi.el: Don't require speedbar.
7165         (gdb-jsonify-buffer): Handle case where "=" is part of value string.
7167 2009-09-24  Glenn Morris  <rgm@gnu.org>
7169         * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
7171         * term/ns-win.el (ns-reg-to-script): Define for compiler.
7173         * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
7174         there is no newline after the final mime boundary.  (Bug#4539)
7175         Move markers on insertion so that any buttons inserted don't end up in
7176         the next part of a multipart message.
7177         (rmail-mime-media-type-handlers-alist): Doc fix.  Add image handler.
7178         (rmail-mime-bulk-handler): Optionally handle images.
7179         (rmail-mime-image): New button action.
7180         (rmail-mime-image-handler): New function.
7181         (rmail-mime-mode): New mode.
7182         (rmail-mime): Doc fix.  Use rmail-mime-mode (for font-lock).
7184 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7186         * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
7187         than just dropping elements from it (bug#4504).
7189         * term.el (term-set-scroll-region): Don't move cursor any more.
7190         (term-handle-ansi-escape): Call term-goto here instead.
7191         Suggested by Ivan Kanis <apple@kanis.eu>.
7193         * term.el: Require CL.
7194         (term-ansi-reset): New function.
7195         (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
7196         (term-handle-colors-array): Simplify.
7198 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
7200         * allout.el (allout-overlay-interior-modification-handler)
7201         (allout-obtain-passphrase):
7202         * epa-file.el (epa-file-write-region):
7203         * ps-print.el (ps-begin-job):
7204         * vc-hooks.el (vc-toggle-read-only):
7205         * vc-rcs.el (vc-rcs-rollback):
7206         * vc-sccs.el (vc-sccs-rollback):
7207         * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
7208         (vc-version-diff, vc-revert, vc-rollback):
7209         * wdired.el (wdired-check-kill-buffer):
7210         * emacs-lisp/authors.el (authors):
7211         * net/socks.el (socks-open-connection):
7212         * net/zeroconf.el (zeroconf-service-add-hook):
7213         * obsolete/vc-mcvs.el (vc-mcvs-register):
7214         * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
7215         (gdb-select-frame):
7216         * progmodes/grep.el (lgrep, rgrep):
7217         * progmodes/idlw-help.el (idlwave-help-check-locations)
7218         (idlwave-help-html-link, idlwave-help-assistant-open-link):
7219         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
7220         * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
7221         (reftex-toc-rename-label): Fix typos in error messages.
7223         * dired-aux.el (dired-do-shell-command): Reflow docstring.
7224         (dired-copy-how-to-fn): Doc fix.
7225         (dired-files-attributes, dired-read-shell-command):
7226         Fix typos in docstrings.
7228         * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
7229         (dired-x-find-file-other-window): Reflow docstrings.
7230         (dired-omit-marker-char, dired-read-shell-command)
7231         (dired-x-submit-report): Fix typos in docstrings.
7233         * shell.el (shell-mode-hook):
7234         * view.el (View-scroll-line-forward):
7235         * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
7236         Fix typos in docstrings.
7238         * net/dig.el (dig-invoke): Fix typo in docstring.
7239         (query-dig): Reflow docstring.
7241         * progmodes/idlwave.el (idlwave-create-user-catalog-file)
7242         (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
7243         (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
7244         (idlwave-begin-block-reg, idlwave-begin-unit-reg)
7245         (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
7246         (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
7247         (idlwave-check-abbrev, idlwave-class-file-or-buffer)
7248         (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
7249         (idlwave-completion-map, idlwave-current-indent)
7250         (idlwave-custom-ampersand-surround, idlwave-customize)
7251         (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
7252         (idlwave-define-abbrev, idlwave-determine-class-special)
7253         (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
7254         (idlwave-end-block-reg, idlwave-end-of-statement)
7255         (idlwave-end-of-statement0, idlwave-end-of-subprogram)
7256         (idlwave-end-unit-reg, idlwave-entry-find-keyword)
7257         (idlwave-explicit-class-listed, idlwave-file-header)
7258         (idlwave-fill-paragraph, idlwave-find-class-definition)
7259         (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
7260         (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
7261         (idlwave-in-quote, idlwave-indent-action-table)
7262         (idlwave-indent-expand-table, idlwave-indent-line)
7263         (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
7264         (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
7265         (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
7266         (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
7267         (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
7268         (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
7269         (idlwave-outlawed-buffers, idlwave-popup-select)
7270         (idlwave-previous-statement, idlwave-rescan-catalog-directories)
7271         (idlwave-routine-entry-compare, idlwave-routine-info.pro)
7272         (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
7273         (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
7274         (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
7275         (idlwave-statement-type, idlwave-struct-skip)
7276         (idlwave-substitute-link-target, idlwave-toggle-comment-region)
7277         (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
7278         (idlwave-what-module-find-class): Fix typos in docstrings.
7279         (idlwave-all-method-classes, idlwave-calc-hanging-indent)
7280         (idlwave-calculate-cont-indent, idlwave-expand-equal)
7281         (idlwave-find-module, idlwave-find-structure-definition)
7282         (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
7283         (idlwave-list-load-path-shadows, idlwave-next-statement)
7284         (idlwave-routine-entry-compare-twins, idlwave-routine-info)
7285         (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
7286         (idlwave-template): Reflow docstrings.
7288         * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
7289         (idlwave-shell-batch-command, idlwave-shell-bp-alist)
7290         (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
7291         (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
7292         (idlwave-shell-display-line, idlwave-shell-display-wframe)
7293         (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
7294         (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
7295         (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
7296         (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
7297         (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
7298         (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
7299         (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
7300         (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
7301         (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
7302         (idlwave-shell-scan-for-state, idlwave-shell-send-command)
7303         (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
7304         (idlwave-shell-shell-command, idlwave-shell-sources-alist)
7305         (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
7306         (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
7307         (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
7308         Fix typos in docstrings.
7309         (idlwave-shell-bp, idlwave-shell-clear-current-bp)
7310         (idlwave-shell-hide-output, idlwave-shell-mode)
7311         (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
7312         Reflow docstrings.
7314         * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
7316 2009-09-24  Ivan Kanis  <apple@kanis.eu>
7318         * term.el (term-bold-attribute): New var.
7319         (term-handle-colors-array): Use it.
7321 2009-09-23  Nick Roberts  <nickrob@snap.net.nz>
7323         * progmodes/gdb-mi.el (gdb-version): New variable.
7324         (gdb-non-stop-handler): Set gdb-version.
7325         (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
7326         Condition "--thread" option on gdb-version.
7327         (gdb-invalidate-threads): Remove unused argument.
7329 2009-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7331         * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
7332         to looking-back to avoid ridiculous slow down in large files (bug#4511).
7334 2009-09-23  Glenn Morris  <rgm@gnu.org>
7336         * mail/rmail.el (rmail-reply): Don't try to add a References header when
7337         replying to mail without References or Message-Id.  (Bug#4525)
7339 2009-09-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
7341         * term/ns-win.el (ns-reg-to-script): New variable.
7343 2009-09-23  Daiki Ueno  <ueno@unixuser.org>
7345         * epg.el (epg-wait-for-status): Preserve existing 'error results.
7347 2009-09-22  Sam Steingold  <sds@gnu.org>
7349         * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
7350         (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
7351         to 1 because hg returns status 1 when nothing is found.
7352         Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
7354 2009-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7356         * textmodes/fill.el: Convert to utf-8 encoding.
7357         (fill-french-nobreak-p): Remove redundant » and « inherited from our
7358         pre-unicode days.
7360         * add-log.el (change-log-fill-forward-paragraph): New function.
7361         (change-log-mode): Use it so fill-region DTRT.
7362         Set fill-indent-according-to-mode here rather than in
7363         change-log-fill-paragraph.
7364         (change-log-fill-paragraph): Remove.
7366 2009-09-22  Juanma Barranquero  <lekktu@gmail.com>
7368         * info.el (Info-try-follow-nearest-node): Use the URL extracted by
7369         `Info-get-token', instead of `browse-url-url-at-point'.  (Bug#4508)
7371 2009-09-22  Glenn Morris  <rgm@gnu.org>
7373         * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
7374         the scroll-bar scroll the calendar window rather than the buffer.
7376         * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
7377         commands that move point (as opposed to scrolling).
7379         * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
7381         * emacs-lisp/elint.el (elint): New custom group.
7382         (elint-log-buffer): Make it a defcustom.
7383         (elint-scan-preloaded, elint-ignored-warnings)
7384         (elint-directory-skip-re): New options.
7385         (elint-builtin-variables): Doc fix.
7386         (elint-preloaded-env): New variable.
7387         (elint-unknown-builtin-args): Add an entry for encode-time.
7388         (elint-extra-errors): Make it a variable rather than a constant.
7389         (elint-preloaded-skip-re): New constant.
7390         (elint-directory): Skip files matching elint-directory-skip-re.
7391         (elint-features): New variable, local to linted buffers.
7392         (elint-update-env): Initialize elint-features.  Possibly add
7393         elint-preloaded-env to the buffer's environment.
7394         (elint-get-top-forms): Bind elint-current-pos, for log messages.
7395         Skip quoted forms.
7396         (elint-init-form): New function, extracted from elint-init-env.
7397         Make non-list forms a warning rather than an error.
7398         Add the mode-map for define-derived-mode.  Handle define-minor-mode,
7399         easy-menu-define, put that adds an error-condition, and provide.
7400         When requiring cl, also require cl-macs.  Really require cl, to handle
7401         some cl macros.  Store required libraries in the list elint-features,
7402         so as not to re-load them.  Treat cc-require like require.
7403         (elint-init-env): Call elint-init-form to do the work.
7404         Handle eval-and-compile and such like.
7405         (elint-add-required-env): Do not clear messages.
7406         (elint-special-forms): Add handlers for function, defalias, if, when,
7407         unless, and, or.
7408         (elint-form): Add optional argument to ignore elint-special-forms,
7409         useful to prevent recursive calls from handlers.  Doc fix.
7410         Respect elint-ignored-warnings.
7411         (elint-form): Respect elint-ignored-warnings.
7412         (elint-bound-variable, elint-bound-function): New variables.
7413         (elint-unbound-variable): Respect elint-bound-variable.
7414         (elint-get-args): Respect elint-bound-function.
7415         (elint-check-cond-form): Add some simple handling for (f)boundp and
7416         featurep tests.
7417         (elint-check-defalias-form): New handler.
7418         (elint-check-let-form): Make an empty let a warning rather than an
7419         error.
7420         (elint-check-setq-form): Make an empty setq a warning rather than an
7421         error.  Respect elint-ignored-warnings.
7422         (elint-check-defvar-form): Accept null doc-strings.
7423         (elint-check-conditional-form): New handler.  Does some simple-minded
7424         checking of featurep and (f)boundp tests.
7425         (elint-put-function-args): New function.
7426         (elint-initialize): Use elint-scan-doc-file rather than
7427         elint-find-builtin-variables.  Use elint-put-function-args.
7428         Possibly scan preloaded-file-list.
7429         (elint-scan-doc-file): Rename from elint-find-builtin-variables and
7430         extend to handle functions as well.
7432 2009-09-22  Lennart Borgman  <lennart.borgman@gmail.com>
7434         * linum.el (linum-delete-overlays, linum-update-window):
7435         Do not modify the right margin.  (Bug#3971)
7437 2009-09-21  Chong Yidong  <cyd@stupidchicken.com>
7439         * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
7440         nxml-mode instead of xml-mode.
7442 2009-09-21  Kevin Ryde  <user42@zip.com.au>
7444         * net/dig.el: Add "Keywords: comm", as per net-utils.el.  (Bug#4501)
7446 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7448         * net/dig.el (dig-mode): Use define-derived-mode.
7450 2009-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
7452         * vc-dispatcher.el (vc-do-command): Return the process object in
7453         the asynchronous case.  Use when instead of if.  Do not run
7454         vc-exec-after to display a message if not enabled.  (Bug#4463)
7456         * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
7457         properties to the stash strings.
7458         (vc-git-stash-list): Return a list of strings.
7459         (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
7460         (vc-git-stash-show-at-point): New functions.
7461         (vc-git-stash-map): New keymap.
7463         * register.el (ctl-x-r-map): Define the keys here instead of
7464         using autoload.
7466 2009-09-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>  (tiny change)
7468         * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
7469         list, to workaround performance problem (bug#4485).
7471 2009-09-20  Nick Roberts  <nickrob@snap.net.nz>
7473         * progmodes/gud.el (gud-sentinel): Revert indavertant change.
7475 2009-09-20  Daiki Ueno  <ueno@unixuser.org>
7477         * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
7478         Document that this option is not recommended to use.
7480 2009-09-19  Glenn Morris  <rgm@gnu.org>
7482         * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
7483         variable `var'.
7485         * calc/calc-alg.el (var):
7486         * calc/calcalg2.el (var): Define for compiler.
7488 2009-09-19  Chong Yidong  <cyd@stupidchicken.com>
7490         * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
7491         Doc fix (Bug#3932).
7493         * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
7495         * time-stamp.el (time-stamp-month-dd-yyyy)
7496         (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
7497         (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
7498         (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
7499         (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
7500         Remove functions that have been obsolete since 1995 (Bug#4436).
7502         * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
7503         indent buffer only if called interactively (Bug#4452).
7505 2009-09-19  Juanma Barranquero  <lekktu@gmail.com>
7506             Eli Zaretskii  <eliz@gnu.org>
7508         This fixes bug#4197 (merged to bug#865, though not identical).
7509         * server.el (server-auth-dir): Add docstring note about FAT32.
7510         (server-ensure-safe-dir): Accept FAT32 directories as "safe",
7511         but warn against using them.
7513 2009-09-19  Nick Roberts  <nickrob@snap.net.nz>
7515         * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
7516         older GDB where there is no has_more field.
7518 2009-09-19  Glenn Morris  <rgm@gnu.org>
7520         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
7522 2009-09-18  Chong Yidong  <cyd@stupidchicken.com>
7524         * files.el (auto-mode-alist): Change default for XML files to nXML
7525         mode (Bug#4169).
7527 2009-09-18  Juanma Barranquero  <lekktu@gmail.com>
7529         * server.el (server-ensure-safe-dir): Pass 'integer
7530         to `file-attributes', as suggested.
7532 2009-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7534         * dired-aux.el (dired-query-alist): Remove spurious backslash.
7535         (dired-query): Use read-key.
7537 2009-09-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
7539         * cus-start.el (ns-use-qd-smoothing): Remove.
7541 2009-09-18  Glenn Morris  <rgm@gnu.org>
7543         * allout.el (top-level): Remove unnecessary progn.
7545         * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
7547         * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
7548         definition of abbrev table.
7550         * speedbar.el (speedbar-track-mouse):
7551         * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
7552         * net/eudc.el (eudc-expand-inline):
7553         * net/newst-backend.el (newsticker--cache-read-feed):
7554         * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
7555         condition-case handlers.
7557 2009-09-18  Nick Roberts  <nickrob@snap.net.nz>
7559         * progmodes/gdb-mi.el (gdb-frame-address): New variable.
7560         (gdb-var-list): Add an element for has_more field.
7561         (gdb-non-stop-handler): Enable pretty printing for STL containers.
7562         (gdb-var-create-handler, gdb-var-list-children-handler-1)
7563         (gdb-var-update-handler-1): Parse output of dynamic variable
7564         objects (STL containers).
7565         (gdb-var-delete-1): Pass var1 as an explicit second argument.
7566         (gdb-get-field): Delete alias.  Use bindat-get-field directly.
7568         * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
7569         gdb-var-list.
7570         (gud-speedbar-buttons): Make node expandable if expression "has more"
7571         children.
7573 2009-09-17  Juanma Barranquero  <lekktu@gmail.com>
7575         * startup.el (emacs-quick-startup): Remove variable and all uses.
7576         (command-line): Set `inhibit-x-resources' instead.
7577         (command-line-1): Use `inhibit-x-resources' instead.
7579 2009-09-17  Chong Yidong  <cyd@stupidchicken.com>
7581         * subr.el: Fix last change to avoid using the `unless' macro,
7582         which breaks bootstrapping.
7584 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7586         * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
7587         extended definitions, in case we reload subr.el after having
7588         loaded CL.
7589         (eval-next-after-load): Mark as obsolete.
7591 2009-09-17  Juri Linkov  <juri@jurta.org>
7593         * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
7594         (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
7595         (menu-bar-showhide-menu, menu-bar-tools-menu)
7596         (menu-bar-describe-menu, menu-bar-help-menu)
7597         (minibuffer-local-completion-map, minibuffer-local-map):
7598         Fix list quoting.
7600 2009-09-17  Glenn Morris  <rgm@gnu.org>
7602         * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
7603         arguments, whether or not it has a handler.
7605         * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
7607         * simple.el (hard-newline): Give it a doc-string.
7609         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
7610         (lisp-mode-syntax-table): Give them doc-strings.
7612 2009-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
7614         * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
7615         (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
7616         (menu-bar-options-menu, menu-bar-showhide-menu)
7617         (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
7618         (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
7619         (menu-bar-options-menu, menu-bar-line-wrapping-menu)
7620         (menu-bar-options-menu, menu-bar-tools-menu)
7621         (menu-bar-describe-menu, menu-bar-search-documentation-menu)
7622         (menu-bar-help-menu):
7623         (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
7624         string arguments.
7626         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
7627         (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
7628         calls for the menu names and :help.
7630 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7632         * mouse.el (minor-mode-menu-from-indicator): Pay attention
7633         to :minor-mode-function (bug#4455).
7635 2009-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7637         * startup.el (command-line): Initialize the window-system after
7638         processing the command-line.
7640         * textmodes/page.el (what-page): Make sure we don't inf-loop if
7641         page-delimiter matches the empty string.
7643 2009-09-16  Glenn Morris  <rgm@gnu.org>
7645         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
7646         byte-compile-not-obsolete-var.  It's a list now.
7647         (byte-compile-not-obsolete-funcs): New variable.
7648         (byte-compile-warn-obsolete): Don't warn about functions if they are in
7649         byte-compile-not-obsolete-funcs.
7650         (byte-compile-variable-ref, byte-compile-defvar): Update for
7651         byte-compile-not-obsolete-vars name-change and list nature.
7652         (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
7653         and variables behind (f)boundp tests.
7654         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
7656 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
7658         * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
7660 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7662         * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
7663         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
7664         Don't autoload.
7666 2009-09-15  Stephen Eglen  <stephen@gnu.org>
7668         * iswitchb.el (iswitchb-read-buffer): When selecting a match from
7669         the virtual-buffers, use the name of the buffer specified by
7670         find-file-noselect, as the match may be a symlink.  (This was a
7671         problem if the target and the symlink had different names.)
7673 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7675         * custom.el (custom-initialize-default, custom-initialize-set): CSE.
7677         * desktop.el (desktop-path): Check user-emacs-directory.
7679         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
7681         * loadup.el: Use after-load-functions to GC after loading each file.
7682         Remove the explicit GC calls that used to be sprinkled around.
7684         * subr.el (after-load-functions): New hook.
7685         (do-after-load-evaluation): Run it.  Use string-match-p to detect
7686         `obsolete' packages, rather than painfully extracting the relevant
7687         directory name.
7689 2009-09-15  Glenn Morris  <rgm@gnu.org>
7691         * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
7692         free variable `doc'.
7694         * dired.el (dired-mode-map): Add menu entry for async shell command.
7696         * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
7697         variables, also consider the .elc files, since the .el files are
7698         normally gzipped (subsequent code locates the .el.gz from the .elc).
7700         * calc/calc-prog.el (arglist): Define for compiler.
7702         * calendar/diary-lib.el (diary-display-function): Change the default to
7703         fancy display.
7704         (body): Define for compiler.
7706         * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
7707         (byte-compile-file-form, byte-compile-lambda)
7708         (byte-compile-top-level-body, byte-compile-form)
7709         (byte-compile-variable-ref, byte-compile-setq)
7710         (byte-compile-setq-default, byte-compile-body)
7711         (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
7712         (batch-byte-compile): Give some more local variables with common names
7713         a "bytecomp-" prefix to avoid masking warnings about free variables.
7715         * startup.el (command-line-1): Give local variables with common names a
7716         distinguishing prefix, so as not to hide free variable warnings during
7717         bootstrap.
7719         * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
7720         clever and add a suffix to make a unique name, just let the user decide
7721         whether or not to overwrite it.  If the input is a directory, write the
7722         default filename to that directory.  (Bug#4388)
7723         (rmail-mime-bulk-handler): Ensure the save button's 'directory property
7724         is a filename-as-a-directory.
7726 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7728         * textmodes/page.el (what-page): Don't move to beginning of line.
7729         See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
7731 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
7733         * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
7735 2009-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
7737         * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
7738         * help.el (help-for-help-internal): Add purecopy calls for text.
7740         * vc.el (top): print-log method now takes an optional SHORTLOG
7741         argument.  Add a new method: root.
7742         (vc-root-diff, vc-print-root-log): New functions.
7743         (vc-log-short-style): New variable.
7744         (vc-print-log-internal): Add support for showing short logs.
7746         * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
7747         vc-print-root-log and vc-print-root-diff.
7749         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
7750         * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
7751         * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
7752         short logs.
7754         * vc-cvs.el (vc-cvs-print-log):
7755         * vc-mtn.el (vc-mtn-print-log):
7756         * vc-rcs.el (vc-rcs-print-log):
7757         * vc-sccs.el (vc-sccs-print-log):
7758         * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
7759         that is ignored for now.
7761         * vc-mtn.el (vc-mtn-annotate-command):
7762         * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
7764 2009-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7766         * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
7767         to function-key-map, and give them ascii-character property.
7768         * term/x-win.el (x-alternatives-map):
7769         * term/ns-win.el (ns-alternatives-map):
7770         * term/internal.el (msdos-key-remapping-map):
7771         * w32-fns.el (x-alternatives-map): Remove redundant mappings.
7773 2009-09-14  Glenn Morris  <rgm@gnu.org>
7775         * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
7776         temp-buffers (2009-09-12).
7778 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7780         * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
7781         the new read-key function.
7783 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
7785         * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
7786         is defined (Bug#4405).
7788 2009-09-13  Vincent Belaïche  <vincent.belaiche@gmail.com>
7790         * recentf.el (recentf-cleanup): Use a hash table to find
7791         duplicates (Bug#4407).
7793 2009-09-13  Per Starbäck  <per@starback.se>  (tiny change)
7795         * textmodes/ispell.el (ispell-command-loop): Convert keys such as
7796         kp-0 to ascii equivalents (Bug#4325).
7798 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
7800         * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
7802         * eshell/em-hist.el:
7803         * eshell/em-dirs.el (eshell-complete-user-reference):
7804         Declare pcomplete functions and variables to avoid compiler warnings.
7806 2009-09-13  Leo  <sdl.web@gmail.com>  (tiny change)
7808         * eshell/em-script.el (eshell-login-script, eshell-rc-script):
7809         * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
7810         * eshell/em-alias.el (eshell-aliases-file):
7811         * eshell/em-hist.el (eshell-history-file-name):
7812         Use expand-file-name instead of concat to make file names (Bug#4308).
7814 2009-09-13  Glenn Morris  <rgm@gnu.org>
7816         * ediff-merg.el (ediff-do-merge):
7817         * filesets.el (filesets-run-cmd):
7818         * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
7819         (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
7820         (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
7821         (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
7822         (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
7823         Replace empty `let's with `progn'.
7825 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7827         * mail/sendmail.el (send-mail-function):
7828         * tooltip.el (tooltip-mode):
7829         * simple.el (transient-mark-mode):
7830         * rfn-eshadow.el (file-name-shadow-mode):
7831         * frame.el (blink-cursor-mode):
7832         * font-core.el (global-font-lock-mode):
7833         * files.el (temporary-file-directory)
7834         (small-temporary-file-directory, auto-save-file-name-transforms):
7835         * epa-hook.el (auto-encryption-mode):
7836         * composite.el (global-auto-composition-mode):
7837         Use custom-initialize-delay.
7838         * startup.el (command-line): Don't explicitly call
7839         custom-reevaluate-setting for all the above vars.
7840         * custom.el (custom-initialize-safe-set)
7841         (custom-initialize-safe-default): Delete.
7843 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7845         * term/x-win.el (x-initialize-window-system):
7846         * term/w32-win.el (w32-initialize-window-system):
7847         * term/ns-win.el (ns-initialize-window-system): Don't call
7848         mouse-wheel-mode since it's enabled globally by default already.
7850         * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
7851         actually define the variable, but only silences the byte-compiler.
7852         (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
7853         before looking it up.
7854         (mouse-wheel-scroll-amount): Also reset the bindings if this value
7855         is changed.
7857 2009-09-12  Glenn Morris  <rgm@gnu.org>
7859         * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
7860         1000.
7861         (elint-add-required-env): Don't beep on error.
7862         (elint-forms): In case of error, return ENV unchanged.
7863         (elint-init-env): Skip non-list forms.
7864         (elint-log): Handle unknown file positions.
7866 2009-09-12  Daiki Ueno  <ueno@unixuser.org>
7868         * epg.el (epg-make-context): Add autoload cookie.
7869         (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
7870         (epg-decrypt-string, epg-start-verify, epg-verify-file)
7871         (epg-verify-string, epg-start-sign, epg-sign-file)
7872         (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
7873         (epg-encrypt-string, epg-start-export-keys)
7874         (epg-export-keys-to-file, epg-export-keys-to-string)
7875         (epg-start-import-keys, epg-import-keys-from-file)
7876         (epg-import-keys-from-string, epg-start-receive-keys)
7877         (epg-receive-keys, epg-import-keys-from-server)
7878         (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
7879         (epg-sign-keys, epg-start-generate-key)
7880         (epg-generate-key-from-file, epg-generate-key-from-string):
7881         Remove autoload cookie.
7883 2009-09-12  Eli Zaretskii  <eliz@gnu.org>
7885         * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
7886         reevaluation of trash-directory.
7888         * mwheel.el: Fix last change.
7889         (mouse-wheel-mode): New defvar.
7890         (mouse-wheel-mode): Remove autoload cookie.
7892 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7894         * mwheel.el (mwheel-installed-bindings): New var.
7895         (mouse-wheel-mode): Use it, so as to make sure we really remove all
7896         the bindings we set last time.  Use custom-initialize-delay.
7897         * loadup.el: Load mwheel after term/*-win.el.
7898         * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
7899         and mouse-wheel-up-event now that their first evaluation is done
7900         sufficiently late to be correct.
7902         * startup.el (tutorial-directory): Make it a defcustom.
7903         Use custom-initialize-delay rather than eval-at-startup to set it.
7904         * image.el (image-load-path): Make it a defcustom.
7905         Use custom-initialize-delay rather than eval-at-startup to set it.
7906         * subr.el (eval-at-startup): Remove.
7907         * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
7909         * subr.el (do-after-load-evaluation): Warn the user after loading an
7910         obsolete package.
7912 2009-09-12  Glenn Morris  <rgm@gnu.org>
7914         * proced.el (proced-mark-alt): Remove alias.
7915         (proced-mode-map): Remove proced-mark-alt.
7917         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
7918         Elint file and directory.  Remove initialization entry.
7920         * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
7921         commands.
7922         (elint-current-buffer): Set mode-line-process.
7923         (elint-init-env): Handle define-derived-mode.
7924         Fix declare-function with unspecified arglist.  Guard against odd
7925         defalias statements (eg iso-insert's 8859-1-map).
7926         (elint-add-required-env): Use a temp buffer.
7927         (elint-form): Just print the function/macro name, not the whole form.
7928         Return env unchanged if we fail to parse a macro.
7929         (elint-forms): Guard against parse errors.
7930         (elint-output): New function, to handle batch mode.
7931         (elint-log-message): Add optional argument.  Use elint-output.
7932         (elint-set-mode-line): New function.
7934 2009-09-12  Andreas Politz  <politza@fh-trier.de>  (tiny change)
7936         * emacs-lisp/elp.el (elp-not-profilable): Add more
7937         functions (Bug#4233).
7939 2009-09-12  Chong Yidong  <cyd@stupidchicken.com>
7941         * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
7942         (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
7944 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
7946         * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
7947         (gdb-var-list-children): Use json parsing.
7949 2009-09-11  Daniel Colascione  <dan.colascione@gmail.com>
7951         * progmodes/js.el (js--proper-indentation): Handle the case where
7952         char-before is null.  Reported by Deniz Dogan.
7954 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
7956         * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
7958 2009-09-11  Daiki Ueno  <ueno@unixuser.org>
7960         * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
7961         (epg-digest-algorithm-alist): Add SHA224.
7962         (epg-context-set-passphrase-callback)
7963         (epg-context-set-progress-callback): Add description about
7964         callback function.
7966 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7968         * custom.el (custom-delayed-init-variables): New var.
7969         (custom-initialize-delay): New function.
7970         * startup.el (command-line): "Re"evaluate all vars in
7971         custom-delayed-init-variables.  Don't reevaluate abbrev-file-name
7972         explicitly any more.
7973         * abbrev.el (abbrev-file-name): Use custom-initialize-delay
7974         to avoid creating a ~/.emacs.d at build-time (bug#4347).
7976         * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
7978 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
7980         * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
7981         (gdb-var-update-handler): Use json parsing.
7983 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
7985         * vc-annotate.el (vc-annotate): Use the main file's coding-system to
7986         decode annotated text, regardless of language environment.  (Bug#2741)
7988 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7990         * Makefile.in (autoloads): Make rmail.el writable as well.
7992 2009-09-11  Glenn Morris  <rgm@gnu.org>
7994         * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
7995         loaddefs.el.
7996         * dired.el: Regenerate with extracted autoloads.
7997         * Makefile.in (autoloads): Make dired.el writable.
7999         * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
8000         * ibuffer.el: Regenerate with extracted autoloads.
8001         * Makefile.in (autoloads): Make ibuffer.el writable.
8003         * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
8004         * version.el (emacs-copyright, emacs-major-version)
8005         (emacs-minor-version): Reformat doc-strings for make-docfile.
8007         * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
8008         functions and variables, since they must be stuff specific to some other
8009         platform.
8010         (apropos-print): Make mouse-click message less specific about button.
8012         * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
8013         that records where a macro was defined.
8014         * help-fns.el (describe-function-1): Mention if a function has a
8015         compiler-macro.
8016         * help-mode.el (help-function-cmacro): New button.
8018         * locate.el (top-level): Always require dired.
8019         (locate-mode-map): Initialize inside the defvar.
8021         * net/ange-ftp.el (dired-compress-file): Declare.
8022         (ange-ftp-dired-compress-file): Add doc string.
8024         * term/ns-win.el (x-display-name, x-setup-function-keys):
8025         Unify doc-strings with X versions.
8027 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8029         * emulation/crisp.el (crisp-mode-map): Move initialization
8030         into declaration.
8031         (crisp-mode): Use define-minor-mode.
8033         * progmodes/xscheme.el (xscheme-evaluation-commands):
8034         Put a :advertised-binding property rather than using
8035         advertised-xscheme-send-previous-expression.
8036         (advertised-xscheme-send-previous-expression): Declare obsolete.
8037         * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
8038         `advertised-undo'.
8039         (crisp-mode): Add corresponding bindings to
8040         undo's :advertised-binding instead.
8041         * dired.el (dired-mode-map): Put a :advertised-binding property rather
8042         than using dired-advertised-find-file.
8043         (dired-advertised-find-file):
8044         * simple.el (advertised-undo):
8045         * wid-edit.el (advertised-widget-backward): Declare obsolete.
8046         (widget-keymap): Put a :advertised-binding property rather
8047         than using advertised-widget-backward.
8048         * bindings.el (ctl-x-map): Put a :advertised-binding property rather
8049         than using advertised-undo.
8050         * tutorial.el (tutorial--default-keys): Adjust accordingly.
8052 2009-09-10  Simon South  <ssouth@slowcomputing.org>
8054         * progmodes/delphi.el (delphi-tab): Indent region when Transient
8055         Mark mode is enabled and region is active; otherwise indent or
8056         insert TAB as usual.
8057         (delphi-mode): Update description of TAB-key binding.
8059 2009-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8061         * subr.el (define-key-rebound-commands): Mark obsolete.
8062         * startup.el (precompute-menubar-bindings): Remove.
8063         (normal-top-level): Remove obsolete code that tried to precompute
8064         menubar bindings.
8065         * loadup.el (define-key-rebound-commands): Don't bother fiddling with
8066         define-key-rebound-commands and precompute-menubar-bindings.
8068 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
8070         * net/imap.el (imap-interactive-login): Better messages.
8071         (imap-open): Fix bug with renamed buffer on reconnect.
8072         (imap-authenticate): Add buffer-local imap-last-authenticator variable
8073         for easier debugging and cleaner code.  On successful (guessed based on
8074         server capabilities) secondary authentication, set imap-state
8075         correctly.
8076         (imap-last-authenticator): Define imap-last-authenticator as a variable
8077         to avoid warnings.
8079 2009-09-10  Glenn Morris  <rgm@gnu.org>
8081         * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
8083         * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
8084         (byte-compile-file-form-autoload): Don't warn about unknown functions
8085         where the autoload statement comes after the use.
8086         (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
8087         that any handlers inside the body (eg require) are in turn respected.
8089         * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
8090         effects.
8092         * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
8093         and syntax and abbrev tables basic docs, if they don't have any.
8095         * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
8097         * international/mule-cmds.el (top-level): Require cl when compiling.
8098         (view-hello-file): Use default-value rather than
8099         default-enable-multibyte-characters.
8101         * progmodes/fortran.el: Move all safe and risky properties into the
8102         defcustoms.
8104         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
8105         * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
8106         * mail/undigest.el:
8107         Put autoloads in rmail.el rather than loaddefs.el.
8108         * mail/rmail.el: Regenerate with extracted autoloads.
8110         * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
8111         * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
8113 2009-09-10  Nick Roberts  <nickrob@snap.net.nz>
8115         Reported in thread for Bug#4375.
8116         * progmodes/gud.el (gud-tooltip-print-command): Use MI command
8117         "-data-evaluate-expression" instead of print.
8118         * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
8119         (gdb-tooltip-print): Parse output from above MI command.
8120         (gdb): Revert 2009-08-11 change.  User should detach inferior
8121         manually.
8123         Remove the word "separate" from IO functions as inferior
8124         output is now never displayed in the GUD buffer.
8126 2009-09-10  Juanma Barranquero  <lekktu@gmail.com>
8128         * startup.el (command-line-normalize-file-name): On Windows and
8129         MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
8131 2009-09-10  Juri Linkov  <juri@jurta.org>
8133         * isearch.el (isearch-text-char-description): Propertize escape
8134         character sequences with the `escape-glyph' face.  (Bug#4344)
8136         * simple.el (shell-command): Set asynchronous process filter to
8137         `comint-output-filter'.  (Bug#4343)
8139         * progmodes/grep.el (grep-template): Add "<X>" to docstring.
8140         (grep-files-aliases): Add "all".  Move "el" and "ch" to the top of
8141         the list.  Move "asm" to the bottom.
8142         (grep-find-ignored-directories): Add `choice' with nil value
8143         to empty the list easily.
8144         (grep-find-ignored-files): New option.
8145         (grep-files-history): Set to nil by default instead of '("ch" "el").
8146         (grep-compute-defaults): Add "<X>" to `grep-template'.
8147         (grep-read-files): Bind new local variables `default-alias' and
8148         `default-extension'.  Use a list of default values for the file prompt.
8149         (lgrep): Add `--exclude=' command line options composed from
8150         `grep-find-ignored-files'.
8151         (rgrep): Add `-name' command line options composed from
8152         `grep-find-ignored-files'.  (Bug#4301)
8154 2009-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8156         * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
8157         (bug#4368).
8159 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8161         * calendar/time-date.el (autoload):
8162         Expand define-obsolete-function-alias into defalias and make-obsolete
8163         for old Emacsen that Gnus supports.
8164         (with-no-warnings): Define it for old Emacsen.
8165         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
8166         is available.
8167         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
8168         float-time is available; suppress compile warning for time-to-seconds.
8170 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
8172         * net/imap.el (imap-message-map): Docstring fix.
8174 2009-09-09  Glenn Morris  <rgm@gnu.org>
8176         * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
8177         line numbers too.  (Bug#4374)
8179 2009-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8181         * smerge-mode.el (smerge-remove-props, smerge-refine):
8182         Use with-silent-modifications (bug#4342).
8184         * subr.el (with-silent-modifications): New macro.
8186 2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
8188         * files.el (top-level): Require `cl' when compiling.
8190 2009-09-07  Glenn Morris  <rgm@gnu.org>
8192         * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
8194         * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
8195         (proced-mark-alt): New alias, to control the advertised key.  (Bug#4362)
8197 2009-09-06  Nick Roberts  <nickrob@snap.net.nz>
8199         * vc-git.el (vc-git-annotate-command): Use separator to parse
8200         arguments correctly.
8202 2009-09-06  Eli Zaretskii  <eliz@gnu.org>
8204         * proced.el (proced-mode): Doc fix.
8206 2009-09-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
8208         * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
8209         lstat fails.
8210         (tramp-do-file-attributes-with-ls): Check for file existence at
8211         remote end.
8212         (tramp-do-file-attributes-with-stat): Likewise.
8213         (tramp-convert-file-attributes): Return nil when attr is nil.
8215 2009-09-05  Glenn Morris  <rgm@gnu.org>
8217         * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
8218         properties to this button.
8219         (diary-fancy-display): Don't extend the button to the final newline.
8220         (diary-fancy-display-mode): Continue to define "q" as a local key.
8222         * calendar/cal-china.el (holiday-chinese): Make it slightly more
8223         efficient.
8225         * font-lock.el (lisp-font-lock-keywords-2): Add letf.
8227         * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
8228         (byte-compile-dest-file-function): New option.
8229         (byte-compile-dest-file): Doc fix.
8230         Obey byte-compile-dest-file-function.
8231         (byte-compile-cl-file-p): New function.
8232         (byte-compile-eval): Only suppress noruntime warnings about cl functions
8233         if the cl-functions warning is enabled.  Use byte-compile-cl-file-p.
8234         (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
8235         than for file being previously loaded.
8236         (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
8237         (byte-compile-file-form-require): Handle the case where requiring a file
8238         indirectly causes CL to be loaded.
8240 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
8242         * files.el (find-alternate-file): Run `kill-buffer-hook' manually
8243         before killing the old buffer, since by the time `kill-buffer' is
8244         run so many buffer variables have been set to nil that it may not
8245         behave as expected.  (Bug#4061)
8247 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
8249         * files.el (find-alternate-file): If the old buffer is modified
8250         and visiting a file, behave similarly to `kill-buffer' when
8251         killing it, thus reverting to the pre-1.878 behavior; see
8252         http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
8253         for discussion.  Also, consult `buffer-file-name' as a variable
8254         not as a function, for consistency with the rest of the code.
8256 2009-09-04  Michael Albinus  <michael.albinus@gmx.de>
8258         * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
8259         also when adding a new directory.
8261         * net/tramp-compat.el (tramp-compat-line-beginning-position): New
8262         defun.
8264 2009-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8266         * files.el (locate-file-completion-table): Make it provide boundary
8267         information, so partial-completion works better.
8269 2009-09-04  Leo  <sdl.web@gmail.com>  (tiny change)
8271         * mail/footnote.el (Footnote-text-under-cursor):
8272         Check footnote-text-marker-alist before using it (bug#4324).
8274 2009-09-04  Glenn Morris  <rgm@gnu.org>
8276         * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
8277         * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
8278         * play/solitaire.el, play/tetris.el:
8279         Remove leading * from defcustom and defface docs.
8281         * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
8282         necessary.
8283         (diary-fancy-overriding-map): New variable.
8284         (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
8285         Use view-mode.
8287         * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
8288         goto-line.
8290 2009-09-03  Glenn Morris  <rgm@gnu.org>
8292         * arc-mode.el (archive-mode):
8293         * dos-fns.el (set-default-process-coding-system):
8294         * man.el (Man-getpage-in-background):
8295         * menu-bar.el (menu-bar-describe-menu):
8296         * server.el (server-process-filter):
8297         * startup.el (command-line):
8298         * tar-mode.el (tar-header-block-tokenize, tar-extract):
8299         * w32-fns.el (set-default-process-coding-system):
8300         * x-dnd.el (x-dnd-handle-file-name):
8301         * international/mule-cmds.el (mule-menu-keymap)
8302         (set-default-coding-systems, language-info-alist, set-language-info)
8303         (set-language-environment, standard-display-european-internal)
8304         (set-locale-environment):
8305         * international/mule-diag.el (mule-diag):
8306         * mail/emacsbug.el (report-emacs-bug):
8307         * mail/rmail.el (rmail-mode):
8308         * mail/sendmail.el (mail-setup):
8309         Use default-value rather than default-enable-multibyte-characters.
8311         * progmodes/f90.el: Move all safe properties into the defcustoms.
8312         (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
8314         * calendar/appt.el (appt-check):
8315         * calendar/diary-lib.el (diary-set-header, diary-live-p)
8316         (diary-check-diary-file, diary-list-entries)
8317         (diary-include-other-diary-files, diary-simple-display)
8318         (diary-fancy-display, diary-print-entries)
8319         (diary-mark-included-diary-files, diary-make-entry):
8320         Don't call substitute-in-file-name on diary-file.
8322 2009-09-03  Eduard Wiebe  <usenet@pusto.de>
8323             Stefan Monnier  <monnier@iro.umontreal.ca>
8325         * mail/footnote.el (footnote-prefix): Make it a defcustom.
8326         (footnote-mode-map): Move initialization into the declaration.
8327         (footnote-minor-mode-map): Define it rather than changing global-map.
8328         (footnote-mode): Use define-minor-mode.
8330 2009-09-02  Michael Albinus  <michael.albinus@gmx.de>
8332         * net/tramp.el (tramp-handle-file-attributes-with-ls)
8333         (tramp-do-file-attributes-with-perl)
8334         (tramp-do-file-attributes-with-stat): Rename from
8335         `tramp-handle-file-attributes-with-*'.
8336         (tramp-handle-file-attributes): Use them.
8337         (tramp-do-directory-files-and-attributes-with-perl)
8338         (tramp-do-directory-files-and-attributes-with-stat): Rename from
8339         `tramp-handle-directory-files-and-attributes-with-*'.
8340         (tramp-handle-directory-files-and-attributes): Use them.
8341         (tramp-method-out-of-band-p): Additional parameter SIZE.
8342         (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
8343         (tramp-handle-write-region): Use it.
8344         (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
8345         (tramp-handle-vc-registered): Check, whether the first run did
8346         return files to be tested.
8347         (tramp-advice-make-auto-save-file-name): Do not call directly
8348         `tramp-handle-make-auto-save-file-name', because this would bypass
8349         the locking mechanism.
8351         * net/tramp-compat.el (top): Autoload used functions from tramp.el.
8352         (file-remote-p, process-file, start-file-process, set-file-times)
8353         (tramp-compat-file-attributes): Compatibility functions shall not
8354         call directly `tramp-handle-*', because this would bypass the
8355         locking mechanism.
8356         (tramp-compat-number-sequence): New defun.
8358 2009-09-02  Glenn Morris  <rgm@gnu.org>
8360         * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
8361         alias for float-time.
8362         (time-to-number-of-days): In Emacs, use float-time.
8363         * net/newst-backend.el (time-add): Suppress warnings from compat
8364         function.
8365         * time.el (emacs-uptime, emacs-init-time):
8366         * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
8367         Use float-time rather than time-to-seconds.
8369         * minibuffer.el (completion-initials-expand): Fix typo.
8371         * faces.el (modeline, modeline-inactive, modeline-highlight)
8372         (modeline-buffer-id):
8373         * info.el (info-menu-5): Mark these face aliases as obsolete.
8375 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
8377         * progmodes/gdb-mi.el (gdb-current-context-command): Move the
8378         space ...
8379         (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
8380         no "--thread" option.
8381         (gdb-stopped): Don't print "Switched to thread" message when it is
8382         unchanged.
8384 2009-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8386         * minibuffer.el (completion-try-completion)
8387         (completion-all-completions): Remove ill-defined (and
8388         mistakenly installed and luckily never used nor documented)
8389         `completion-styles' property.
8390         (completion-initials-expand, completion-initials-all-completions)
8391         (completion-initials-try-completion): New functions.
8392         (completion-styles-alist): Add doc to each entry.
8393         Add new `initials' entry.
8395 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
8397         * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
8398         MI command -var-evaluate-expression.
8399         (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
8400         and tweak for case of string child.
8401         (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
8403 2009-09-01  Glenn Morris  <rgm@gnu.org>
8405         * add-log.el (change-log-date-face, change-log-name-face)
8406         (change-log-email-face, change-log-file-face, change-log-list-face)
8407         (change-log-conditionals-face, change-log-function-face)
8408         (change-log-acknowledgement-face):
8409         * cus-edit.el (custom-invalid-face, custom-rogue-face)
8410         (custom-modified-face, custom-set-face, custom-changed-face)
8411         (custom-saved-face, custom-button-face, custom-button-pressed-face)
8412         (custom-documentation-face, custom-state-face, custom-comment-face)
8413         (custom-comment-tag-face, custom-variable-tag-face)
8414         (custom-variable-button-face, custom-face-tag-face)
8415         (custom-group-tag-face-1, custom-group-tag-face):
8416         * diff-mode.el (diff-header-face, diff-file-header-face)
8417         (diff-index-face, diff-hunk-header-face, diff-removed-face)
8418         (diff-added-face, diff-changed-face, diff-function-face)
8419         (diff-context-face, diff-nonexistent-face):
8420         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
8421         * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
8422         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
8423         (Info-title-4-face):
8424         * isearch.el (isearch-lazy-highlight-face):
8425         * log-view.el (log-view-file-face, log-view-message-face):
8426         * paren.el (show-paren-match-face, show-paren-mismatch-face):
8427         * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
8428         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
8429         (cvs-msg-face):
8430         * smerge-mode.el (smerge-mine-face, smerge-other-face)
8431         (smerge-base-face, smerge-markers-face):
8432         * wid-edit.el (widget-documentation-face, widget-button-face)
8433         (widget-field-face, widget-single-line-field-face)
8434         (widget-inactive-face, widget-button-pressed-face):
8435         * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
8436         (woman-addition-face):
8437         * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
8438         (eshell-ls-executable-face, eshell-ls-readonly-face)
8439         (eshell-ls-unreadable-face, eshell-ls-special-face)
8440         (eshell-ls-missing-face, eshell-ls-archive-face)
8441         (eshell-ls-backup-face, eshell-ls-product-face)
8442         (eshell-ls-clutter-face):
8443         * eshell/em-prompt.el (eshell-prompt-face):
8444         * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
8445         * obsolete/old-whitespace.el (whitespace-highlight-face):
8446         * progmodes/antlr-mode.el (antlr-font-lock-default-face)
8447         (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
8448         (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
8449         (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
8450         (antlr-font-lock-literal-face):
8451         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
8452         (ebrowse-root-class-face, ebrowse-file-name-face)
8453         (ebrowse-default-face, ebrowse-member-attribute-face)
8454         (ebrowse-member-class-face, ebrowse-progress-face):
8455         * progmodes/make-mode.el (makefile-space-face):
8456         * progmodes/sh-script.el (sh-heredoc-face):
8457         * textmodes/flyspell.el (flyspell-incorrect-face)
8458         (flyspell-duplicate-face):
8459         * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
8460         * textmodes/texinfo.el (texinfo-heading-face):
8461         Mark face aliases with "-face" suffix as obsolete.
8463         * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
8464         compiler.
8466         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
8467         (eudc-bob-sound-menu): Use defvar rather than defconst, since
8468         easy-menu-define wants to modify these.
8470         * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
8472         * net/browse-url.el (browse-url-file-url):
8473         * term/internal.el (dos-codepage-setup):
8474         Use default-value rather than default-enable-multibyte-characters.
8476         * progmodes/etags.el (etags-goto-tag-location):
8477         * progmodes/flymake.el (flymake-highlight-line)
8478         (flymake-goto-file-and-line, flymake-goto-line):
8479         * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
8480         (gdb-goto-breakpoint):
8481         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
8482         * progmodes/python.el (python-find-function)
8483         (python-pdbtrack-track-stack-file):
8484         * progmodes/verilog-mode.el (verilog-surelint-off):
8485         * term/ns-win.el (ns-open-file-select-line):
8486         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
8487         Use forward-line rather than goto-line.
8489         * textmodes/reftex-cite.el (reftex-offer-bib-menu):
8490         * textmodes/reftex-index.el (reftex-display-index):
8491         * textmodes/reftex-ref.el (reftex-offer-label-menu):
8492         * textmodes/reftex-toc.el (reftex-toc):
8493         Remove unnecessary bindings of default-major-mode (all are followed by
8494         major-mode check and possible mode switch).
8496 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
8498         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
8499         Handle watchpoints (bug#4282).
8500         (def-gdb-thread-buffer-command): Enable thread to be selected by
8501         clicking without selecting threads buffer first.
8502         (gdb-current-context-command): Use selected frame so that "up",
8503         "down" etc work in the GUD buffer.
8504         (gdb-update): Find selected frame before rendering stack buffer.
8505         (gdb-frame-handler): Set gdb-frame-number for stack buffer.
8507 2009-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
8509         * progmodes/sym-comp.el (displayed-completions): Remove.
8510         (symbol-complete): Use minibuffer-complete.
8512 2009-08-31  Glenn Morris  <rgm@gnu.org>
8514         * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
8516         * apropos.el (apropos-symbols-internal):
8517         Handle (obsolete) face aliases.
8519         * faces.el (describe-face): Adjust the output format to be more like
8520         describe-variable, and to mention (obsolete) face aliases.
8521         Adjust the whitespace so that help-setup-xref works.
8523         * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
8524         * calendar/diary-lib.el (diary-button-face):
8525         Mark these face aliases as obsolete.
8527         * calendar/calendar.el (calendar-today): Doc fix.
8529 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
8531         * progmodes/gdb-mi.el (gdb-control-all-threads)
8532         (gdb-control-current-thread): Force tool bar update.
8533         (gdb-non-stop-handler): New function.
8534         (gdb-init-1): Use it to test if non-stop mode is supported.
8535         Remove unused gdbmi buffer type.
8537 2009-08-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
8539         * progmodes/grep.el (grep-read-files): Strip trailing <N> from
8540         buffer names not visiting a file (e.g. cloned buffers).  (Bug#4210)
8542 2009-08-30  Nick Roberts  <nickrob@snap.net.nz>
8544         * comint.el (comint-exec-1): Check command is non-null first.
8545         Part of gdb-mi.el change (2009-08-28).
8547 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8549         * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
8551 2009-08-30  Juanma Barranquero  <lekktu@gmail.com>
8553         * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
8554         instead of `dolist' to avoid a recursive require when bootstrapping.
8556 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8558         * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
8560         * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
8562         * net/imap.el (imap-send-command): Simplify.
8563         (imap-wait-for-tag): point-max -> buffer-size.
8565         * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
8567         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
8568         with constant argument.
8570         * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
8572         * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
8574         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
8575         Change default, since most of our files don't have a history.
8576         (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
8577         the user.
8579         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8580         Add comint-run.
8582         * calc/calc.el: Improve commenting convention.
8583         (calc-digit-map, toplevel): Simplify.
8585         * comint.el (comint-insert-input): Be careful to only set point if we
8586         don't delegate to some other command.
8588         * proced.el (proced-signal-list): Make it an alist.
8589         (proced-grammar-alist): Capitalize names.
8590         (proced-send-signal): Use a non-hidden buffer (since it's displayed).
8591         Disable undo manually and make it read-only.
8592         Use completion-annotate-function.
8594         * minibuffer.el (minibuffer-message): If the current buffer is not
8595         a minibuffer, insert the message in the echo area rather than at the
8596         end of the buffer.
8597         (completion-annotate-function): New variable.
8598         (minibuffer-completion-help): Use it.
8599         (completion--embedded-envvar-table): Environment vars are
8600         always case-sensitive.
8602 2009-08-30  Glenn Morris  <rgm@gnu.org>
8604         * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
8605         from fortran-current-defun.
8606         (fortran-beginning-of-subprogram): Be more precise about finding the
8607         start, to avoid an infinite loop in end-of-defun.  (Bug#4259)
8608         (fortran-end-of-subprogram): Simplify.
8609         (fortran-current-defun): Use fortran-start-prog-re.
8611 2009-08-29  Juanma Barranquero  <lekktu@gmail.com>
8613         * subr.el (do-after-load-evaluation): Simplify.
8615 2009-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
8617         * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
8619         * vc-rcs.el (vc-rcs-print-log-cleanup): ... here.  New function.
8620         (vc-rcs-print-log): Use it.
8622         * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
8624 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8626         * paths.el (abbrev-file-name): Move to abbrev.el.
8627         * abbrev.el (abbrev-file-name): Move from paths.el.
8628         Obey user-emacs-directory.
8629         * calc/calc.el (calc-settings-file): Don't autoload and instead obey
8630         user-emacs-directory.
8631         * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
8632         abbrev-file-name and calc-settings-file any more.
8633         * startup.el (command-line): Recompute abbrev-file-name and
8634         abbreviated-home-dir.
8635         (normal-no-mouse-startup-screen): Improve the generic code and get rid
8636         of the special code for when C-h bindings haven't been changed.
8637         (display-startup-echo-area-message): Use with-current-buffer.
8638         (command-line-1): Use a list of strings, rather than a list of lists
8639         of strings for longopts.
8641         * files.el (get-free-disk-space): Use / for default-directory.
8643         * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
8644         Use with-current-buffer.
8646         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
8647         Recognize immutable variables like most-positive-fixnum.
8648         (byte-compile-setq-default): Check and warn if trying to assign
8649         to an immutable variable, or a non-variable.
8651         * progmodes/cc-vars.el (c-comment-continuation-stars):
8652         * progmodes/cc-engine.el (c-looking-at-bos):
8653         * progmodes/cc-cmds.el (c-toggle-auto-state)
8654         (c-forward-into-nomenclature, c-backward-into-nomenclature)
8655         (c-comment-line-break-function): Add version of obsolescence.
8657 2009-08-28  Juri Linkov  <juri@jurta.org>
8659         * files.el (magic-fallback-mode-alist): Add ZIP magic number
8660         associated with `archive-mode'.
8662         * image.el (image-type-header-regexps): Use only JPEG magic number
8663         to determine JPEG images, and don't use `image-jpeg-p' because
8664         Emacs can display non-JFIF non-Exif JPEG images.
8666 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
8668         * arc-mode.el (archive-mode):
8669         * emacs-lisp/re-builder.el (re-builder-unload-function):
8670         Protect against the default value of `major-mode' being nil.
8672 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
8674         * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
8675         Fix typos in docstrings.
8677         * progmodes/js.el (js--macro-decl-re): Doc fix.
8678         (js--plain-method-re, js--split-name): Refloc docstring.
8679         (js--class-styles, js--make-merged-item, js--splice-into-items):
8680         Fix typos in docstrings; reflow docstrings.
8681         (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
8682         (js--variable-decl-matcher, js--inside-pitem-p)
8683         (js--parse-state-at-point, js--get-all-known-symbols)
8684         (js--symbol-history, js-find-symbol, js--js-references)
8685         (js--moz-interactor, js--js-encode-value, js--read-tab):
8686         Fix typos in docstrings.
8688 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8690         * textmodes/reftex.el (reftex-get-file-buffer-force):
8691         * progmodes/verilog-mode.el (verilog-batch-execute-func):
8692         * emulation/viper.el (viper-go-away, viper-set-hooks):
8693         * emacs-lisp/re-builder.el (re-builder-unload-function):
8694         * emacs-lisp/bytecomp.el (byte-compile-file):
8695         * ses.el (ses-unload-function):
8696         * hexl.el (hexl-find-file):
8697         * files.el (normal-mode):
8698         * ehelp.el (with-electric-help):
8699         * autoinsert.el (auto-insert-alist):
8700         * arc-mode.el (archive-mode):
8701         Use (default-value 'major-mode) instead of default-major-mode.
8703         * textmodes/ispell.el (ispell-check-version, ispell-send-string):
8704         * international/mule.el (load-with-code-conversion):
8705         * emacs-lisp/debug.el (debug):
8706         * ediff-vers.el (ediff-rcs-get-output-buffer):
8707         * dired.el (dired-internal-noselect): Don't let-bind
8708         default-major-mode around code that doesn't use it.
8709         E.g. buffer creation via get-buffer-create doesn't use it.
8711 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
8713         * net/tramp.el (all): Replace "'(lambda" by "(lambda".
8714         (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
8715         when writing the temp file.  Otherwise, epa-file gets confused.
8716         (tramp-register-file-name-handlers): Make it a defun.  Move also
8717         `epa-file-handler' to the front of `file-name-handler-alist'.
8719 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8721         * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
8722         start right after a ^M.
8723         (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
8724         (tramp-completion-file-name-regexp-separate)
8725         (tramp-completion-file-name-regexp-url): Use \\` and \\'.
8726         (tramp-handle-file-attributes, tramp-set-file-uid-gid):
8727         Don't modify last-coding-system-used by accident.
8728         (tramp-completion-file-name-handler): Apply the checks here,
8729         instead during registration.
8730         (tramp-register-file-name-handlers): Renamed from
8731         `tramp-register-file-name-handler'.  Register both
8732         `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
8733         (tramp-register-completion-file-name-handler): Remove.  (Bug#4260)
8735 2009-08-28  Nick Roberts  <nickrob@snap.net.nz>
8737         * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
8738         Remove variable ...
8739         (gdb-init-1, gdb-display-separate-io-buffer)
8740         (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
8741         references to it.
8742         (gdb-inferior-io-mode): Use make-comint-in-buffer.
8743         (gdb-inferior-filter): Use comint-output-filter to stop
8744         echoing and remove ^M characters.
8746 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8748         * emulation/viper-init.el (viper-restore-cursor-type):
8749         * emulation/cua-base.el (cua--update-indications):
8750         Replace default-cursor-type with (default-value 'cursor-type).
8752         * mail/sendmail.el (mail-recover-1):
8753         * international/mule-diag.el (describe-current-coding-system-briefly)
8754         (describe-current-coding-system):
8755         * international/mule-cmds.el (select-safe-coding-system)
8756         (select-message-coding-system)
8757         (set-language-environment-coding-systems, set-locale-environment):
8758         * hexl.el (hexl-insert-multibyte-char):
8759         * dos-w32.el (find-buffer-file-type-coding-system):
8760         * simple.el (what-cursor-position):
8761         Replace uses of default-buffer-file-coding-system
8762         with (default-value 'buffer-file-coding-system).
8764         * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
8765         Replace uses of default-cursor-in-non-selected-windows
8766         with (default-value 'cursor-in-non-selected-windows).
8767         Use with-current-buffer.
8769         * mail/feedmail.el: Use CL macros.
8770         (feedmail-run-the-queue, feedmail-send-it-immediately):
8771         * dos-w32.el (find-buffer-file-type): Replace uses of
8772         default-buffer-file-type with (default-value 'buffer-file-type).
8774 2009-08-28  Glenn Morris  <rgm@gnu.org>
8776         * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
8777         (diary-show-all-entries, diary-mark-entries, diary-make-entry):
8778         Use default-value of major-mode rather than default-major-mode.
8780 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8782         * Makefile.in (update-elcfiles): Report left over elc files.
8784         * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
8785         expand-file-name and with-current-buffer.
8786         (mail-get-names, mail-directory): Use with-current-buffer.
8788         * vc.el (vc-read-revision): New function.
8789         (vc-version-diff, vc-merge): Use it.
8791 2009-08-27  Sam Steingold  <sds@gnu.org>
8793         * simple.el (kill-do-not-save-duplicates): New user option.
8794         (kill-new): When it is non-nil, and the new string is the same as
8795         the latest kill, set replace to t to avoid duplicates in kill-ring.
8797 2009-08-27  Julian Scheid  <julians37@gmail.com>  (tiny change)
8799         * net/tramp.el (tramp-handle-process-file): Do not flush all
8800         caches when `process-file-side-effects' is set.
8801         (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
8802         instead of `tramp-find-file-exists-command'.
8803         Unset `process-file-side-effects'.
8805 2009-08-27  Michael Albinus  <michael.albinus@gmx.de>
8807         * net/tramp.el (tramp-methods): New method "rsyncc".
8808         (top): Add completion function for "rsyncc".
8809         (tramp-message-show-message): New defvar.
8810         (tramp-message, tramp-error): Use it.
8811         (tramp-do-copy-or-rename-file-directly): Extend check for direct
8812         remote copying.
8813         (tramp-do-copy-or-rename-file-out-of-band): Handle new
8814         `tramp-methods' entry `copy-env' of "rsyncc".
8815         (tramp-vc-registered-read-file-names): New defconst.
8816         (tramp-vc-registered-file-names): New defvar.
8817         (tramp-handle-vc-registered): Implement optimization strategy.
8818         (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
8819         (tramp-vc-file-name-handler): New defun.
8820         (tramp-get-ls-command, tramp-get-test-command)
8821         (tramp-get-file-exists-command, tramp-get-remote-ln)
8822         (tramp-get-remote-perl, tramp-get-remote-stat)
8823         (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
8825         * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
8826         (tramp-cache-inhibit-cache): Extend doc string.  It allows also
8827         timestamps.
8828         (tramp-get-file-property): Check for timestamps in
8829         `tramp-cache-inhibit-cache'.
8830         (tramp-set-file-property): Write timestamp.
8832 2009-08-27  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
8834         * language/japan-util.el (japanese-symbol-table): Add entries for
8835         cp932-2-byte.
8837         * international/characters.el: Add category `j' to cp932-2-byte.
8839 2009-08-27  Kenichi Handa  <handa@m17n.org>
8841         * international/fontset.el (build-default-fontset-data): New macro.
8842         (setup-default-fontset): Use build-default-fontset-data for CJK,
8843         tibetan, ethiopic, and ipa.
8845 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8847         * cus-start.el (default-major-mode): Customize `major-mode' instead.
8848         (enable-multibyte-characters): Not customizable any more.
8850         * subr.el (default-mode-line-format, default-header-line-format)
8851         (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
8852         (default-direction-reversed, default-truncate-lines)
8853         (default-left-margin, default-tab-width, default-case-fold-search)
8854         (default-left-margin-width, default-right-margin-width)
8855         (default-left-fringe-width, default-right-fringe-width)
8856         (default-fringes-outside-margins, default-scroll-bar-width)
8857         (default-vertical-scroll-bar, default-indicate-empty-lines)
8858         (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
8859         (default-fringe-cursor-alist, default-scroll-up-aggressively)
8860         (default-scroll-down-aggressively, default-fill-column)
8861         (default-cursor-type, default-buffer-file-type)
8862         (default-cursor-in-non-selected-windows)
8863         (default-buffer-file-coding-system, default-major-mode)
8864         (default-enable-multibyte-characters): Mark as obsolete.
8866 2009-08-27  Dan Nicolaescu  <dann@ics.uci.edu>
8868         * vc-dir.el (vc-dir-update): Remove debug helper.
8870         * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
8872 2009-08-26  Sam Steingold  <sds@gnu.org>
8874         * simple.el (save-interprogram-paste-before-kill): New user option.
8875         (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
8876         save the interprogram-paste into kill-ring before overriding it
8877         with the Emacs kill.
8879 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
8881         * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
8882         (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
8883         (vc-default-previous-revision): Rename to vc-rcs-previous-revision
8884         and move to vc-rcs.el.
8885         (vc-default-next-revision): Rename to vc-rcs-next-revision and
8886         move to vc-rcs.el.
8887         (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
8888         (vc-rcs-update-changelog): Remove.
8889         (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
8890         and move to vc-rcs.el.
8892         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
8893         (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
8894         renaming.
8895         (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
8896         (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
8897         vc.el, renamed to be RCS specific.
8899         * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
8900         New functions.
8901         (vc-cvs-update-changelog): Move here from vc.el.
8903         * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
8904         New functions.
8906 2009-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8908         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
8910 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
8912         * vc-git.el (vc-git-register): Use "git add" for directories.
8913         (vc-git-stash, vc-git-stash-show): New functions.
8914         (vc-git-extra-menu-map): Bind them.
8916         * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
8917         directory correctly in case the item is a directory itself.
8919         * vc.el: Document the desired behavior for reverted files in the
8920         `added' state.
8921         (vc-default-prettify-state-info): Remove function, unused.
8923         * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
8925 2009-08-26  Glenn Morris  <rgm@gnu.org>
8927         * bindings.el (standard-mode-line-format): Reposition dashes in
8928         which-func entry.  (Bug#4217)
8930         * files.el (enable-local-variables, enable-local-eval)
8931         (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
8932         the defcustoms.
8933         (auto-mode-alist, ignored-local-variables)
8934         (save-some-buffers-action-alist): Move risky declarations to the
8935         definitions.
8936         (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
8937         (font-lock-defaults, format-alist, imenu--index-alist)
8938         (imenu-generic-expression, input-method-alist, minor-mode-alist)
8939         (mode-line-buffer-identification, mode-line-client, mode-line-modes)
8940         (mode-line-modified, mode-line-mule-info, mode-line-position)
8941         (mode-line-process, mode-line-remote, outline-level)
8942         (parse-time-rules, rmail-output-file-alist)
8943         (special-display-buffer-names, vc-mode):
8944         Move risky declarations to the relevant files.
8945         * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
8946         (mode-line-modified, mode-line-process, mode-line-position)
8947         (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
8948         * font-core.el (font-lock-defaults):
8949         * format.el (format-alist):
8950         * vc-hooks.el (vc-mode):
8951         * window.el (special-display-buffer-names):
8952         * international/mule-cmds.el (input-method-alist):
8953         Define riskiness here (dumped file) rather than in files.el.
8954         * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
8955         * imenu.el (imenu-generic-expression, imenu--index-alist):
8956         * outline.el (outline-level):
8957         * time.el (display-time-string):
8958         * calendar/parse-time.el (parse-time-rules):
8959         * mail/rmailout.el (rmail-output-file-alist):
8960         Autoload riskiness here, rather than placing in files.el.
8962 2009-08-26  Andreas Schwab  <schwab@linux-m68k.org>
8964         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
8966 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
8968         * simple.el (process-file-side-effects): New defvar.
8970         * dired-aux.el (dired-show-file-type):
8971         * vc.el (vc-diff-internal):
8972         * vc-arch.el (vc-arch-diff):
8973         * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
8974         * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
8975         * vc-git.el (vc-git-registered, vc-git-working-revision)
8976         (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
8977         (vc-git--empty-db-p):
8978         * vc-hooks.el (vc-user-login-name):
8979         * vc-svn.el (vc-svn-registered, vc-svn-state)
8980         (vc-svn-dir-extra-headers, vc-svn-find-revision):
8981         * progmodes/grep.el (grep-probe): Let-bind
8982         `process-file-side-effects' with nil.
8984         * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
8986         * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
8987         daemon.  Replace ping by checking for running service for bluez
8988         and zeroconf.  (Bug#4239)
8990 2009-08-25  Kevin Ryde  <user42@zip.com.au>
8992         * net/dig.el (dig): Add autoload cookie.
8994 2009-08-25  Glenn Morris  <rgm@gnu.org>
8996         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
8997         load-history for absolute file-names.
8998         (byte-compile-file-form-require): Warn about use of the cl package.
9000         * format.el (format-alist): Doc fix.
9002         * play/bubbles.el (top-level): Don't require cl at run-time.
9004         * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
9005         run-time cl).
9007 2009-08-24  Dmitry Dzhus  <dima@sphinx.net.ru>
9009         * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
9010         from cl package.
9011         (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
9013 2009-08-24  Jay Belanger  <jay.p.belanger@gmail.com>
9015         * calc/calc-alg.el (math-trig-rewrite)
9016         (math-hyperbolic-trig-rewrite): New functions.
9017         (calc-simplify): Simplify trig functions when asked.
9019 2009-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9021         * diff-mode.el (diff-find-source-location): Avoid goto-line.
9023 2009-08-24  Kenichi Handa  <handa@m17n.org>
9025         * language/ind-util.el (mapthread): Delete it.
9026         (combinatorial): New function.
9027         (indian--puthash-cv): Use combinatorial instead of mapthread.
9029 2009-08-22  Kevin Ryde  <user42@zip.com.au>
9031         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
9032         (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
9033         (checkdoc-symbol-words): Add safe-local-variable for list of strings.
9034         Clarify docstring that the value is strings not symbols.
9035         (checkdoc-list-of-strings-p): New function.
9037 2009-08-22  Glenn Morris  <rgm@gnu.org>
9039         * files.el (auto-mode-alist):
9040         * hippie-exp.el (he-concat-directory-file-name):
9041         * lpr.el (lpr-windows-system, printer-name):
9042         * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
9043         * ps-print.el (ps-windows-system):
9044         * startup.el (command-line):
9045         * emulation/viper-ex.el (viper-glob-function):
9046         * international/mule-cmds.el (set-language-environment-coding-systems):
9047         * net/ange-ftp.el (ange-ftp-write-region):
9048         * obsolete/fast-lock.el (fast-lock-cache-name):
9049         Remove code for defunct system-types emx, macos, mswindows, next-mach,
9050         unisoft-unix, vax-vms, win32, w32.
9052         * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
9053         given name if the pattern is not more specific.
9055         * calendar/lunar.el (lunar-phase-names): New option.
9056         (lunar-phase): Doc fix.
9057         (lunar-cycles-per-year): New constant.
9058         (lunar-index): New function.
9059         (lunar-phase-list, diary-lunar-phases): Use lunar-index.
9060         (lunar-phase-name): Use lunar-phase-names.
9061         (calendar-lunar-phases): Use format.
9062         (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
9064         * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
9065         Copy imenu-example--name-and-position function here for own use.
9066         (cperl-xsub-scan): Use cperl-imenu-name-and-position.
9068         * bs.el (bs--redisplay):
9069         * cus-edit.el (custom-redraw):
9070         * ibuffer.el (ibuffer-bury-buffer):
9071         * server.el (server-goto-line-column):
9072         * startup.el (command-line-1):
9073         * strokes.el (strokes-xpm-for-stroke):
9074         * term.el (term-display-buffer-line):
9075         * view.el (View-goto-line):
9076         * calc/calc.el (calc-do, calc-trail-buffer):
9077         * play/gamegrid.el (gamegrid-add-score-insecure):
9078         * progmodes/ada-mode.el (ada-compile-goto-error):
9079         * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
9080         (ebrowse-select-1st-to-9nth):
9081         * progmodes/cperl-mode.el (cperl-time-fontification):
9082         * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
9083         * progmodes/gud.el (gud-display-line):
9084         (idlwave-shell-display-line):
9085         * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
9086         * progmodes/make-mode.el (makefile-browser-toggle):
9087         (vhdl-speedbar-port-copy, vhdl-compose-components-package):
9088         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
9089         * textmodes/picture.el (picture-draw-rectangle):
9090         * textmodes/reftex-index.el (reftex-index-goto-letter):
9091         (reftex-select-jump-to-previous):
9092         * textmodes/reftex-sel.el (reftex-find-start-point)
9093         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
9094         (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
9095         * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
9096         * textmodes/tex-mode.el (tex-compilation-parse-errors):
9097         * textmodes/two-column.el (2C-associated-buffer):
9098         Use forward-line rather than goto-line.
9100         * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
9101         goto-line.
9103         * international/ucs-normalize.el (nfd, decomposition-translation-alist)
9104         (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
9105         (quick-check-list-to-regexp): Declare.
9107         * progmodes/make-mode.el (makefile-browser-insert-selection):
9108         Use goto-char rather than goto-line.
9110         * progmodes/prolog.el (compilation-error-regexp-alist)
9111         (compilation-forget-errors): Declare.
9113 2009-08-22  Juri Linkov  <juri@jurta.org>
9115         * progmodes/grep.el (lgrep, rgrep): At the beginning
9116         set `dir' to `default-directory' unless `dir' is a non-nil
9117         readable directory.  (Bug#4052)
9118         (lgrep, rgrep): Change a weird way to report an error
9119         from using `read-string' to using `error'.
9120         Instead of using interactive arguments in the function body,
9121         add new argument `confirm'.
9123 2009-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9125         * textmodes/remember.el (remember-buffer):
9126         * progmodes/cperl-mode.el (cperl-vc-header-alist):
9127         * calendar/icalendar.el (icalendar-convert-diary-to-ical)
9128         (icalendar-extract-ical-from-buffer):
9129         * net/newst-treeview.el (newsticker-groups-filename):
9130         * net/newst-backend.el (newsticker-cache-filename):
9131         * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
9132         (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
9133         (speedbar-add-ignored-path-regexp, speedbar-line-path)
9134         (speedbar-buffers-line-path, speedbar-path-line)
9135         (speedbar-buffers-line-path):
9136         * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
9137         (epg-sign-keys):
9138         * epa.el (epa-display-verify-result):
9139         * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
9141 2009-08-21  Glenn Morris  <rgm@gnu.org>
9143         * progmodes/js.el (inferior-moz-process): Fix declaration.
9145         * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
9147         * obsolete/rnewspost.el (news-mail-reply):
9148         Use goto-char rather than goto-line.
9150         * term/ns-win.el (ns-open-file-select-line):
9151         Use line-beginning-position rather than goto-line.
9153         * apropos.el (apropos-command):
9154         * ehelp.el (electric-helpify):
9155         * printing.el (pr-show-setup):
9156         * strokes.el (strokes-help):
9157         * tutorial.el (tutorial--describe-nonstandard-key)
9158         (tutorial--detailed-help):
9159         * woman.el (woman-mini-help, woman-display-extended-fonts):
9160         * calc/calc-help.el (calc-describe-key):
9161         * emulation/edt.el (edt-electric-helpify):
9162         * international/mule-diag.el (mule-diag):
9163         * play/yow.el (apropos-zippy):
9164         * progmodes/python.el (python-describe-symbol):
9165         * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
9166         * textmodes/table.el (*table--cell-describe-mode)
9167         (*table--cell-describe-bindings):
9168         Use help-print-return-message rather than the now obsolete alias.
9170         * calendar/cal-move.el (calendar-cursor-to-nearest-date)
9171         (calendar-cursor-to-visible-date):
9172         * play/5x5.el (5x5-position-cursor):
9173         * play/decipher.el (decipher):
9174         * play/gomoku.el (gomoku-goto-xy):
9175         * play/landmark.el (lm-goto-xy):
9176         * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
9177         (mpuz-paint-digit):
9178         Use forward-line, not goto-line.
9180         * mail/rmail.el (rmail-obsolete): Delete custom group.
9181         (rmail-pop-password, rmail-pop-password-required): Make into aliases.
9182         (rmail-remote-password, rmail-remote-password-required):
9183         Remove unneeded :set-after and :set properties.
9185 2009-08-21  Michael Albinus  <michael.albinus@gmx.de>
9187         * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
9189 2009-08-21  Dan Nicolaescu  <dann@ics.uci.edu>
9191         * loadup.el: Remove leftover macos code.
9193         * vc-git.el (vc-git-annotate-command): Run asynchronously.
9194         Explicitly pass the date format to git blame so that user local
9195         so that the output format can be parsed.
9197 2009-08-20  Michael Albinus  <michael.albinus@gmx.de>
9199         * net/dbus.el (top): Don't check for (getenv
9200         "DBUS_SESSION_BUS_ADDRESS").  It's done in dbusbind.c now.
9202 2009-08-19  Magnus Henoch  <magnus.henoch@gmail.com>
9204         * log-edit.el (log-edit-strip-single-file-name): New var.
9205         (log-edit-insert-changelog): Use it.  Bug#3571
9207 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9209         * subr.el (read-passwd): Use read-key so keypad keys work as well.
9210         Bug#3287
9212         * help.el (help-print-return-message): Rename from
9213         print-help-return-message.
9215         * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
9216         cvs-mode-map parent hack.
9217         (log-view-mode): Derive from special-mode.
9219         * linum.el (linum-mode): window-size-change-functions is redundant.
9220         Adapt to new window-configuration-change-hook behavior.
9221         (linum-after-size, linum-after-config): Remove.
9223         * imenu.el (imenu-example--name-and-position)
9224         (imenu-example--lisp-extract-index-name)
9225         (imenu-example--create-lisp-index, imenu-example--create-c-index):
9226         Mark as obsolete.
9228         * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
9229         (inferior-prolog-mode): Use it.
9230         (inferior-prolog-load-file): Reset list of errors.
9232 2009-08-19  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9234         * language/tibetan.el ("Tibetan"): Fix sample-text entry.
9236         * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
9238 2009-08-19  Michael Albinus  <michael.albinus@gmx.de>
9240         * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
9241         is running already.
9243 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9245         * subr.el (listify-key-sequence-1): Use normal syntax since those
9246         integers are nowadays always represented by the same (positive) number
9247         on all platforms.
9248         (read-key-empty-map): New const.
9249         (read-key-delay): New var.
9250         (read-key): New function.
9251         (force-mode-line-update): Use with-current-buffer.
9252         (locate-user-emacs-file): Don't forget to abbreviate the file name.
9253         (start-process-shell-command, start-file-process-shell-command):
9254         Discourage the use of command-args.
9256 2009-08-19  Glenn Morris  <rgm@gnu.org>
9258         * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
9260 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9262         * simple.el (choose-completion-string): Don't rely on
9263         minibuffer-completing-file-name and ad-hoc checks to decide whether
9264         to continue completion or not.
9266         * minibuffer.el (minibuffer-hide-completions): New function.
9267         (completion--do-completion): Use it.
9268         (completions-annotations): New face.
9269         (completion--insert-strings): Use it.
9270         (completion-pcm--delim-wild-regex): Add docstring.
9271         (completion-pcm--string->pattern): Add support for 0-width delimiters
9272         in completion-pcm--delim-wild-regex.
9274 2009-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9276         * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
9277         Remove unused var `buffer-modified-p'.
9279         * minibuffer.el (completion--do-completion): Move point for the #b001
9280         case as well (bug#4176).
9281         (minibuffer-complete, minibuffer-complete-word): Don't move point.
9283 2009-08-18  Michael Albinus  <michael.albinus@gmx.de>
9285         * net/dbus.el (dbus-init-bus): Declare.  Apply it for the :system
9286         and :session buses.
9288 2009-08-18  Kenichi Handa  <handa@m17n.org>
9290         * international/ucs-normalize.el (ucs-normalize-version):
9291         Change to 1.1.
9292         (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
9293         (utf-8-hfs): Make it perform normalization on encoding too.
9295         * textmodes/paragraphs.el: Change to utf-8.  Adjust coding cookie.
9296         (sentence-end-without-space): Delete duplicated chars.
9297         (sentence-end-base): Likewise.
9299         * textmodes/sgml-mode.el: Change to utf-8.  Adjust coding cookie.
9300         (html-mode): Delete duplicated chars from sentence-end-base.
9302         * textmodes/texinfo.el: Change to utf-8.  Adjust coding cookie.
9303         (texinfo-mode): Delete duplicated chars from sentence-end-base.
9305 2009-08-17  Chong Yidong  <cyd@stupidchicken.com>
9307         * files.el (hack-one-local-variable): If the mode function is for
9308         a minor mode, pass it an argument (Bug#4148).
9310 2009-08-17  Michael Albinus  <michael.albinus@gmx.de>
9312         * net/tramp.el (tramp-register-completion-file-name-handler):
9313         Check also for (member 'partial-completion completion-styles).
9315 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
9317         * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
9318         abbrev (Bug#3943).
9320 2009-08-16  Ilya Zakharevich  <ilyaz@cpan.org>
9322         * progmodes/cperl-mode.el: Merge upstream 6.2.
9323         (cperl-mode-syntax-table): Modify syntax entry for ["'`].
9324         (cperl-forward-re): Check cperl-brace-recursing.
9325         (cperl-highlight-charclass): New function.
9326         (cperl-find-pods-heres): Use it.
9327         (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
9328         (cperl-beautify-regexp-piece): Fix column calculation.
9329         (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
9330         (cperl-beautify-level): Don't process entire regexp.
9331         (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
9332         calling man.
9333         (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
9334         (cperl-init-faces): Build a list in the normal way.
9336 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
9338         * calendar/parse-time.el (parse-time-string-chars): Save match
9339         data.
9341 2009-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9343         * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
9344         (sql-product): Use it.
9345         (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
9346         (sql-set-product): Add completion.
9347         (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
9348         (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
9349         (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
9350         (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
9351         (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
9352         (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
9353         (sql-highlight-db2-keywords): Remove.
9354         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
9355         (sql-highlight-product): Use derived-mode-p.
9356         (sql-set-sqli-buffer): Use with-current-buffer.
9357         (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
9358         Simplify.
9360         * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
9362         * term.el: Fix commenting convention, turn comments into docstrings.
9364 2009-08-16  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
9366         * whitespace.el (whitespace-style): Doc fix (Bug#3661).
9368 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
9370         * calendar/parse-time.el (parse-time-string-chars): Compute using
9371         character classes, to handle non-ascii characters (Bug#3190).
9373 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
9375         * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
9376         another heredoc if the user adds another < (Bug#3226).
9378         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
9379         Don't initialize based on window-system (Bug#4124).
9381         * facemenu.el (facemenu-read-color): Use a completion function
9382         that accepts any defined color, such as RGB triplets (Bug#3677).
9384         * files.el (get-free-disk-space): Change fallback default
9385         directory to /.  Expand DIR argument before switching to fallback.
9386         Suggested by Kevin Ryde (Bug#2631, Bug#3911).
9388 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
9390         * files.el (load-library): Doc fix.
9392 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
9394         * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
9395         (viper-if-string): Redefine C-s in the minibuffer to insert the last
9396         incremental search string.
9398         * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
9399         XEmacs.
9401         * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
9402         (ediff-merge-region-is-non-clash)
9403         (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
9404         Also check if the job is really a merge job.
9406         * ediff.el (ediff-current-file): New function.
9408 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
9410         * progmodes/js.el: Edit docstrings throughout to follow Emacs
9411         conventions.
9412         (js-insert-and-indent): Delete function.
9413         (js-mode-map): Don't bind keys to js-insert-and-indent.
9414         (js-beginning-of-defun): Rename from js--beginning-of-defun.
9415         (js-end-of-defun): Rename from js--end-of-defun.
9416         (js-auto-indent-flag): Delete variable.
9418 2009-08-14  Chong Yidong  <cyd@stupidchicken.com>
9420         * progmodes/js.el: Remove proclaim statement.
9421         Defvar which-func-imenu-joiner-function to silence compiler.
9423         * files.el (auto-mode-alist): Use js-mode for .js files.
9425         * progmodes/js2-mode.el: Remove file.
9427         * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
9429         * speedbar.el (speedbar-supported-extension-expressions): Add .js.
9431         * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
9433 2009-08-14  Daniel Colascione  <dan.colascione@gmail.com>
9434             Karl Landstrom  <karl.landstrom@brgeight.se>
9436         * progmodes/js.el: New file.
9438 2009-08-14  Mark A. Hershberger  <mah@everybody.org>
9440         * timezone.el (timezone-parse-date): Add ability to understand ISO
9441         basic format (minimal separators) dates in addition to the
9442         already-supported extended format dates.
9444 2009-08-14  Eli Zaretskii  <eliz@gnu.org>
9446         * international/ucs-normalize.el: Add a `coding' file variable.
9448         * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
9450 2009-08-14  Sam Steingold  <sds@gnu.org>
9452         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
9454 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
9456         * faces.el (help-argument-name): Define it here instead of
9457         help-fns.el, because in daemon mode help-fns.el may be loaded when
9458         faces are still uninitialized (Bug#1078).
9460         * help-fns.el (help-argument-name): Move defface to faces.el.
9462 2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
9464         * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
9465         create buffer with a pty but no process so that GDB can make the
9466         inferior the controlling process.
9468 2009-08-13  Taichi Kawabata  <kawabata.taichi@gmail.com>
9470         * international/ucs-normalize.el: New file.
9472 2009-08-13  Richard Stallman  <rms@gnu.org>
9474         * mail/rmail.el (rmail-get-attr-names):
9475         Accept an attribute header that is too short.
9477         * mail/rmail.el (rmail-forget-messages):
9478         Ignore nil elt in rmail-message-vector.  Use dotimes.
9480         * progmodes/compile.el (compilation-goto-locus):
9481         Use next-error-move-function.
9483         * simple.el (next-error-move-function): New variable.
9485 2009-08-12  Juri Linkov  <juri@jurta.org>
9487         * progmodes/grep.el (lgrep): Ensure that `default-directory' is
9488         always non-nil.  (Bug#4052)
9490         * replace.el (read-regexp): Return empty string when
9491         `default-value' is nil.
9492         (keep-lines-read-args): Don't use empty string as the
9493         default value for `read-regexp'.  (Bug#2495)
9495 2009-08-12  Juri Linkov  <juri@jurta.org>
9497         * international/mule-cmds.el (ucs-insert): Change arguments
9498         from `arg' to `character', `count', `inherit' to be the same
9499         as in `insert-char'.  Doc fix.  (Bug#4039)
9501         * international/mule-conf.el (utf-16be-with-signature): Doc fix.
9503 2009-08-12  Juri Linkov  <juri@jurta.org>
9505         * files-x.el: New file.
9507         * files.el: Move code that deals with adding/deleting
9508         file/directory-local variables to files-x.el.
9510         * Makefile.in (ELCFILES): Add files-x.elc.
9512 2009-08-11  Dmitry Dzhus  <dima@sphinx.net.ru>
9514         * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
9515         to use `goto-line'.
9516         (gdb-place-breakpoints, gdb-get-location): Rewritten without
9517         `goto-line'.
9518         (gdb-invalidate-disassembly): Do not refresh upon receiving
9519         'update signal.  Instead, update all disassembly buffers only after
9520         threads list.
9521         (gdb): Send -target-detach when buffer is killed (Bug#3794).
9522         (gdb-starting): Moved -data-list-register-names...
9523         (gdb-stopped): ...here so it's sent when first thread stops.
9524         (gdb-registers-handler-custom): Do nothing if register names are
9525         unknown yet.
9527         * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
9528         from `gdb-mi.el' to avoid extra tangling.
9530         * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
9531         change which breaks `gud-def' definitions used in `gdb'.
9532         (gdb-update-gud-running): No extra fuss for updating frame number.
9534 2009-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9536         * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
9537         (describe-language-environment-map, setup-language-environment-map)
9538         (set-coding-system-map): Move initialization into declaration.
9539         (set-language-info-alist): Last arg to define-key-after can be skipped.
9541         * international/quail.el (quail-completion-1): Simplify.
9542         (quail-define-rules): Use slightly more compact code.
9543         (quail-insert-decode-map): Propertize keys, compact columns.
9545         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9546         Add goto-line.
9548 2009-08-10  Miles Bader  <miles@gnu.org>
9550         * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
9551         (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
9552         (js2-instance-member, js2-private-member, js2-private-function-call)
9553         (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
9554         (js2-magic-paren, js2-external-variable):
9555         Remove "-face" suffix from face names.
9556         (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
9557         (js2-highlight-undeclared-vars, js2-peek-token)
9558         (js2-parse-function-params, js2-mode-show-errors)
9559         (js2-mode-show-warnings, js2-make-magic-delimiter)
9560         (js2-mode-highlight-magic-parens): Update to use new face names.
9562 2009-08-09  Michael Albinus  <michael.albinus@gmx.de>
9564         * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
9565         (tramp-handle-insert-directory): Handle "--dired".  (Bug#4075)
9567 2009-08-09  Chong Yidong  <cyd@stupidchicken.com>
9569         * subr.el: Provide hashtable-print-readable.
9571         * progmodes/hideshow.el (hs-special-modes-alist): Don't use
9572         hs-c-like-adjust-block-beginning.
9573         (hs-hide-block-at-point): Stop hiding at the beginning of
9574         hs-block-end-regexp (Bug#700).
9576 2009-08-09  Dmitry Dzhus  <dima@sphinx.net.ru>
9578         * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
9579         a macro.
9580         (gdb-registers-handler-custom): Do not fail when register names
9581         are unavailable.
9583 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
9585         * progmodes/gdb-mi.el (gdb-control-all-threads)
9586         (gdb-control-current-thread): Interactive setters for
9587         `gdb-gud-control-all-threads' to use in menu.
9588         (gdb-show-run-p): Show «Go» when process is not active.
9589         (gud-tool-bar-map): Add non-stop/A,T indicator.  Uses
9590         gud/thread.xpm and gud/all.xpm.
9592 2009-08-08  Yoni Rabkin  <yoni@rabkins.net>
9594         * net/net-utils.el (net-utils-font-lock-keywords): New var.
9595         (nslookup-font-lock-keywords): Make it a variable.
9596         (net-utils-mode): New mode for viewing diagnostic network output.
9597         (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
9598         (net-utils-run-simple): New function.
9599         (ifconfig, iwconfig, netstat, arp, route): Use it.
9601 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
9603         * progmodes/gdb-mi.el (gdb-read-memory-custom)
9604         (gdb-memory-set-address, def-gdb-set-positive-number)
9605         (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
9606         after changing settings.
9607         (gdb-invalidate-disassembly): Update when first shown.
9608         (gdb-edit-locals-value): Fixed.
9609         (gdb-registers-handler-custom): Print registers in right order and
9610         allow changing register values (only for current thread yet).
9611         (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
9612         (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
9613         (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
9614         (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
9615         info in mode name.
9616         (gdb-registers-mode-map): TAB to switch to locals.
9618 2009-08-08  Eli Zaretskii  <eliz@gnu.org>
9620         * mail/rmail.el (rmail-add-mbox-headers)
9621         (rmail-set-message-counters-counter): Search for
9622         rmail-unix-mail-delimiter instead of just "From ".  (Bug#4076)
9624 2009-08-08  Glenn Morris  <rgm@gnu.org>
9626         * Makefile.in (ELCFILES): Update.
9628 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
9630         * mail/sendmail.el (mail-yank-original): Set
9631         buffer-file-coding-system from the one used by the message whose
9632         text is yanked.
9634         * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
9635         to "windows" when "pgnuplot" is used.
9636         (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
9637         call accept-process-output if "pgnuplot" is used.
9638         (calc-graph-init): Don't send -display and -geometry to
9639         "pgnuplot".  If "pgnuplot" is used, glean gnuplot version by
9640         running "pgnuplot -V" with shell-command-to-string.
9642         * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
9643         the default.
9645 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
9647         * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
9648         org/org-latex.elc.
9650 2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
9652         * vc-dispatcher.el (vc-resynch-window): Update comment.
9654         * term.el (term-handle-ansi-escape): Add comments with the
9655         terminfo capabilities implemented.
9657 2009-08-06  Dmitry Dzhus  <dima@sphinx.net.ru>
9659         * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
9660         (gdb-var-create-handler): Rewritten using JSON parser.
9661         (gdb-propertize-header): Moved earlier.
9662         (gdb-set-header): Removed to avoid duplication.
9663         (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
9664         Refresh disassembly buffers only after threads list have been
9665         update.
9666         (gdb-threads-header, gdb-registers-header): Per-buffer header line
9667         variables.
9669 2009-08-04  Juri Linkov  <juri@jurta.org>
9671         * files.el: Commands to add/delete file/directory-local variables.
9672         (read-file-local-variable, read-file-local-variable-value)
9673         (read-file-local-variable-mode, modify-file-local-variable)
9674         (modify-file-local-variable-prop-line)
9675         (modify-dir-local-variable): New functions.
9676         (add-file-local-variable, delete-file-local-variable)
9677         (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
9678         (add-dir-local-variable, delete-dir-local-variable)
9679         (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
9680         (copy-dir-locals-to-file-locals-prop-line): New commands.
9682 2009-08-04  Chong Yidong  <cyd@stupidchicken.com>
9684         * abbrev.el (insert-abbrev-table-description): Prettify output.
9685         Suggested by Karl Chen.
9687 2009-08-04  Dmitry Dzhus  <dima@sphinx.net.ru>
9689         * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
9690         (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
9691         (gdb-overlay-arrow-position, gdb-thread-position)
9692         (gdb-disassembly-position): Declare variables.
9693         (gdb-wait-for-pending): Function now.
9694         (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
9695         (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
9696         compilation goes smoothly.
9697         (gdb, gdb-non-stop, gdb-buffers): New customization groups.
9698         (gdb-non-stop-setting): New customization setting which replaces
9699         `gdb-non-stop' so changing it doesn't break active GDB session.
9700         (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
9701         (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
9702         (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
9703         (gdb-show-threads-by-default): New customization options.
9704         (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
9705         routines.
9706         (gdb-get-buffer-create): Send buffers update signal when they are
9707         created.
9708         (gdb-invalidate-locals, gdb-invalidate-registers)
9709         (gdb-invalidate-breakpoints)
9710         (gdb-invalidate-threads, gdb-invalidate-disassembly)
9711         (gdb-invalidate-memory): Accept update signal.
9712         (gdb-current-context-command): Use --frame option.
9713         (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
9714         Implement `gdb-frame-number' selection logic.
9715         (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
9716         whether to show GUD toolbar buttons.
9717         (gdb-thread-exited): Unselect current thread when it exits.
9718         (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
9719         (gdb-mark-line): Routine which sets overlay arrow or inverses
9720         video on fringeless displays.
9721         (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
9722         to build aligned columns of data in GDB buffers and set text
9723         properties line-by-line.
9724         (gdb-invalidate-breakpoints)
9725         (gdb-breakpoints-list-handler-custom)
9726         (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
9727         (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
9728         (gdb-registers-handler-custom): Align data columns.
9729         (gdb-locals-handler-custom): Now prints data like in variable
9730         declarations.
9731         (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
9732         Removed confusing buttons.
9733         (gdb-invalidate-threads): Append --frame.
9734         (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
9735         between breakpoints/threads buffers.
9736         (gdb-set-window-buffer): Now can ignore dedicated windows.
9737         (gdb-propertize-header): Use `gdb-set-window-buffer'.
9738         (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
9739         (def-gdb-thread-buffer-gud-command): Replaces
9740         `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
9741         for fine thread control.
9742         (gdb-preempt-existing-or-display-buffer): New function used to
9743         display bound buffers without breaking window layout.
9744         (gdb-frame-location): Replaces `gdb-insert-frame-location'.
9745         (gdb-select-frame): New version of `gdb-frames-select' which now
9746         sets `gdb-frame-number' so commands may use --frame option instead
9747         of inner debugger state.
9748         (gdb-frame-handler): Do not set `gdb-frame-number'.
9749         (gdb-threads-mode-map): Select threads with mouse.
9751         * progmodes/gud.el (gdb-gud-context-call): Declare function to
9752         avoid compilation warning.
9753         (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
9754         `gdb-show-stop-p`.
9756         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
9757         Argument `key' renamed to `buffer-type'.
9758         (gdb-current-context-buffer-name): Do not add thread info to
9759         buffer name when no thread is selected.
9760         (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
9761         command (bug 3794).
9762         (gdb-thread-selected): Handle `=thread-selected' notification.
9763         (gdb-wait-for-pending): New macro to deal with congestion problems.
9764         (gdb-breakpoints-list-handler-custom): Don't fail on pending
9765         breakpoints.
9766         (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
9767         This fixes problem similar to one described in bug 3947.
9768         (gud-menu-map): More menu items.
9769         (gdb-init-1): Reset `gdb-thread-number' to nil.
9771         * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
9772         non-stop settings.
9774         * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
9775         (gdb-current-context-command): Do not append --thread if
9776         `gdb-thread-number' is nil.
9777         (gdb-running-threads-count, gdb-stopped-threads-count): New
9778         variables.
9779         (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
9780         (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
9781         customization options.
9782         (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
9783         GUD commands.
9784         (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
9785         (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
9786         (gdb-setq-thread-number, gdb-update-gud-running): New functions to
9787         set `gdb-thread-number' and update `gud-running' properly.
9788         (gdb-running): Update threads list when new threads appear.
9789         (gdb-stopped): Support non-stop operation and new thread switching
9790         logic.
9791         (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
9792         (gdb-json-partial-output): New set of JSON routines.
9793         (def-gdb-auto-update-trigger): New `signal-list' optional
9794         argument.
9795         (gdb-thread-list-handler-custom): Update `gud-running',
9796         `gdb-stopped-threads-count' and `gdb-running-threads-count'.
9797         (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
9798         (gdb-continue-thread, gdb-step-thread): New commands for fine
9799         thread execution control.
9800         (gud-menu-map): New menu items to switch non-stop options.
9801         (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
9802         (gdb-send): Mimic RET properly (bug 3794).
9804         * progmodes/gdb-mi.el (gdb-rules-name-maker)
9805         (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
9806         gdb-buffer-rules.
9807         (def-gdb-auto-update-handler): New nopreserve optional argument.
9808         (gdb-stack-list-frames-custom): Print stack from top to bottom.
9810         * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
9811         (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
9812         (gdb-parent-mode): New mode to derive other GDB modes from.
9813         (gdb-display-disassembly-for-thread)
9814         (gdb-frame-disassembly-for-thread): New commands for threads
9815         buffer.
9817         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
9818         (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
9819         (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
9820         (gdb-update): We now store all GDB buffers in a list so that they
9821         can be updated by traversing a list instead of calling invalidate
9822         triggers explicitly.
9823         (def-gdb-trigger-and-handler): New macro to define trigger-handler
9824         pair for GDB buffer.
9825         (gdb-stack-buffer-name): Add thread information.
9826         (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
9827         handle pending triggers.
9828         (gdb-threads-mode-map, def-gdb-thread-buffer-command)
9829         (def-gdb-thread-buffer-simple-command)
9830         (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
9831         (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
9832         (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
9833         New commands which show buffers bound to thread.
9834         (gdb-stack-list-locals-regexp): Removed unused regexp.
9836         * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
9837         (gdb-locals-buffer-name, gdb-registers-buffer-name)
9838         (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
9839         to (gud-comint-buffer) in *-buffer-name functions
9840         because (gdb-get-target-string) already does that.
9841         (gdb-locals-handler-custom, gdb-registers-handler-custom)
9842         (gdb-changed-registers-handler): Rewritten without regexps.
9844         * progmodes/gdb-mi.el: Basic thread selection support.
9845         (gdb-thread-number): New variable.
9846         (gdb-current-context-command): New macro which adds --thread
9847         option to command.
9848         (gdb-threads-mode-map): Select thread with SPC.
9849         (gdb-thread-list-handler-custom): Mark current thread with overlay
9850         arrow.  Synchronize GDB thread and Emacs thread.
9851         (gdb-select-thread): New command which selects current thread.
9852         (gdb-invalidate-frames, gdb-invalidate-locals)
9853         (gdb-invalidate-registers): Use --thread option.
9855 2009-08-04  Michael Albinus  <michael.albinus@gmx.de>
9857         * net/tramp.el (top): Make check for tramp-gvfs loading more
9858         robust.  (Bug#3977)
9859         (tramp-handle-insert-file-contents): `unwind-protect' must be
9860         inside `with-parsed-tramp-file-name'.
9862         * net/tramp-gvfs.el (top): Remove superfluous message when loading
9863         fails.
9865 2009-08-03  Nick Roberts  <nickrob@snap.net.nz>
9867         * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
9868         directory if CLASSPATH is not set.
9870 2009-08-03  Michael Albinus  <michael.albinus@gmx.de>
9872         * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
9873         New defconst.
9874         (tramp-rfn-eshadow-update-overlay): Use it.  (Bug#4004)
9876 2009-08-02  Kevin Ryde  <user42@zip.com.au>
9878         * net/newst-backend.el (newsticker--raw-url-list-defaults):
9879         Update freshmeat link.  Delete newsforge.com as it seems gone.
9881 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
9883         * select.el (x-set-selection): Doc fix (Bug#4021).
9885         * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
9887         * help-fns.el (describe-variable): Treat list return values from
9888         dir-locals-find-file properly (Bug#4005).
9890 2009-08-02  Julian Scheid  <julians37@googlemail.com>  (tiny change)
9892         * net/tramp.el (tramp-debug-message): Print also microseconds.
9894 2009-08-02  Michael Albinus  <michael.albinus@gmx.de>
9896         * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
9897         or END is non-nil.
9898         (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
9899         (tramp-get-debug-buffer): Change `outline-regexp' according to new
9900         format.
9902         * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
9903         (tramp-get-file-property): Use it.
9905         * autorevert.el (auto-revert-handler): Allow
9906         `auto-revert-tail-mode' for remote files.
9908 2009-08-02  Jason Rumney  <jasonr@gnu.org>
9910         * minibuffer.el (read-file-name): Treat confirm options to
9911         MUSTMATCH as nil when invoking x-file-dialog.  (Bug#3969)
9913 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
9915         * font-lock.el (font-lock-string-face, font-lock-builtin-face)
9916         (font-lock-variable-name-face, font-lock-constant-face): Darken
9917         the colors for light backgrounds.
9919 2009-08-01  Eli Zaretskii  <eliz@gnu.org>
9921         * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
9922         month names.  (Bug#3987)
9924 2009-07-31  Chong Yidong  <cyd@stupidchicken.com>
9926         * simple.el (line-move-finish): Pass whole number to
9927         line-move-to-column.
9928         (line-move-visual): Perform hscroll to the recorded position.
9930 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
9932         * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
9934 2009-07-29  Alan Mackenzie  <acm@muc.de>
9936         * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
9938 2009-07-29  Dmitry Dzhus  <dima@sphinx.net.ru>
9940         * progmodes/gdb-mi.el (gdb-goto-breakpoint)
9941         (gdb-place-breakpoints): Use full path when setting breakpoints.
9943 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
9945         * calc/calc.el (calc-mode-map): Add keybinding for
9946         `calc-transpose-lines'.
9948 2009-07-29  Vincent Belaïche  <vincent.belaiche@gmail.com>
9950         * calc/calc-misc.el (calc-transpose-lines): New function.
9952 2009-07-28  Michael Albinus  <michael.albinus@gmx.de>
9954         * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
9955         Simplify check for out-of-band methods.
9956         (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
9957         remote.  Remove messages which are in `tramp-do-copy-or-rename-file'.
9959 2009-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
9961         * vc-git.el (vc-git-checkin): Fix typo.
9963 2009-07-28  Steve Yegge  <steve.yegge@gmail.com>
9965         * progmodes/js2-mode.el: New file.
9967 2009-07-28  Nick Roberts  <nickrob@snap.net.nz>
9969         * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
9970         (gud-menu-map): Adjust tooltip accordingly.
9972 2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
9974         * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
9975         (vc-bzr-log-view-mode): Adjust log-view-file-re.
9977         * add-log.el (change-log-mode-map): Add a menu.
9979 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
9981         * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
9982         function returns nil.
9983         (dbus-handle-event): Handle special return value :ignore.
9984         Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
9986 2009-07-26  Chong Yidong  <cyd@stupidchicken.com>
9988         * view.el (view-mode-enable): Don't define Helper-return-blurb if
9989         it's not needed.
9991 2009-07-25  Eli Zaretskii  <eliz@gnu.org>
9993         Fix Bug#3888:
9995         * w32-vars.el (x-select-enable-clipboard): Doc fix.
9997         * term/pc-win.el (x-display-name, x-colors)
9998         (x-select-enable-clipboard, x-select-text): Doc fix.
10000         * term/common-win.el (x-display-name, x-colors): Doc fix.
10002         * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
10003         (xw-defined-colors): Doc fix.
10005         * w32-fns.el (x-select-text, x-setup-function-keys)
10006         (x-get-selection, x-set-selection): Doc fix.
10008         * term/x-win.el (x-select-text, x-setup-function-keys)
10009         (x-select-enable-clipboard, xw-defined-colors): Doc fix.
10011         * select.el (x-set-selection): Doc fix.
10013 2009-07-25  Michael Albinus  <michael.albinus@gmx.de>
10015         * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
10016         instead of "IsNSSSupportAvailable".  Avahi ought to work also when
10017         "IsNSSSupportAvailable" method is not available.  Reported by
10018         Steve Youngs <steve@sxemacs.org>.
10020 2009-07-24  Kenichi Handa  <handa@m17n.org>
10022         * international/characters.el: Fix setting of category ?C, ?|, ?K,
10023         and ?H.  Fix setting of case for Latin Extended and Greek Extended.
10024         (build-unicode-category-table): Fix range checks.
10026 2009-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
10028         * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
10029         the buffer we try to sync is current when calling
10030         vc-resynch-buffer.
10032         * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
10033         not show up to date files.
10035 2009-07-24  Glenn Morris  <rgm@gnu.org>
10037         * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
10038         Add autoload cookies.  If necessary, initialize.
10039         (elint-log): Handle non-file buffers.
10040         (elint-initialize): Add optional argument to reinitialize.
10041         (elint-find-builtin-variables): Save excursion.
10043 2009-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
10045         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
10046         for Lint.
10048 2009-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
10050         * vc.el (vc-print-log-internal): New function, split out from ...
10051         (vc-print-log): ... here.
10052         (vc-dir-move-to-goal-column): Declare.
10054         * vc-git.el (vc-git-add-signoff): New variable.
10055         (vc-git-checkin): Use it.
10056         (vc-git-toggle-signoff): New function.
10057         (vc-git-extra-menu-map): Bind it to menu.
10058         (vc-git--run-command-string): Accept a nil FILE argument.
10059         (vc-git-stash-list): New function.
10060         (vc-git-dir-extra-headers): Use it.
10062 2009-07-23  Glenn Morris  <rgm@gnu.org>
10064         * help-fns.el (describe-variable): Describe ignored and risky local
10065         variables in a similar way to that in which we describe safe ones.
10067         * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
10068         (byte-compile-output-file-form, byte-compile-output-docform)
10069         (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
10070         Give some more local variables with common names a "bytecomp-" prefix,
10071         so as not to shadow things during compilation.
10072         * emacs-lisp/cl-macs.el (load-time-value)
10073         * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
10074         `outbuffer' to `bytecomp-outbuffer'.
10076         * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
10077         since the next two variables cover them automatically now.
10078         (elint-builtin-variables, elint-autoloaded-variables): New.
10079         (elint-unknown-builtin-args): Remove all members, since they can be
10080         parsed automatically now.
10081         (elint-extra-errors): New.
10082         (elint-env-add-env, elint-env-add-macro): Use cadr.
10083         (elint-current-buffer): Use or.  Change final message.
10084         (elint-get-top-forms): Use line-end-position.
10085         (elint-init-env): Use cadr.  Handle autoload, declare-function,
10086         and defalias.
10087         (elint-add-required-env): Doc fix.  Use or.  Standardize error.
10088         (regexp-assoc): Remove unused function.
10089         (elint-top-form): Set elint-current-pos, to record the start of the
10090         top-level form, for compilation-mode.
10091         (elint-form): Trap errors in macro expansion.  Use dolist.
10092         (elint-unbound-variable): Use elint-builtin-variables and
10093         elint-autoloaded-variables.
10094         (elint-get-args): Use cadr, or.
10095         (elint-check-cond-form): Use dolist, cadr.
10096         (elint-check-condition-case-form): Doc fix.  Use cadr.
10097         Use elint-extra-errors.
10098         (elint-log): New function.
10099         (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
10100         Distinguish errors and warnings.
10101         (elint-log-message): Use with-current-buffer.  Inhibit read-only.
10102         Use a bytecomp-style format.
10103         (elint-clear-log): Preserve default-directory.  Inhibit read-only.
10104         (elint-get-log-buffer): Use compilation mode.  Disable undo.
10105         Don't truncate lines.
10106         (elint-initialize): Set builtin and autoloaded variable lists.
10107         Only process elint-unknown-builtin-args if non-nil.
10108         (elint-find-builtin-variables, elint-find-autoloaded-variables):
10109         New functions.
10110         (elint-find-builtin-args): Doc fix.  Handle "BODY...)".
10112 2009-07-22  Kevin Ryde  <user42@zip.com.au>
10114         * net/newst-backend.el (newsticker--parse-atom-1.0)
10115         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
10116         (newsticker--parse-rss-1.0):
10117         * progmodes/idlwave.el (idlwave-mode):
10118         * progmodes/idlw-shell.el (idlwave-shell-mode):
10119         * progmodes/vera-mode.el (vera-mode):
10120         * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
10121         * progmodes/vhdl-mode.el (vhdl-mode):
10122         * textmodes/table.el (table-generate-source)
10123         (table--warn-incompatibility):
10124         Hyperlink urls in docstrings with URL `...'.
10126 2009-07-22  Glenn Morris  <rgm@gnu.org>
10128         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
10129         * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
10130         * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
10131         Remove leading * from defcustom docs.
10133         * simple.el (blink-matching-paren-distance): Bump to 100k.  (Bug#3889)
10135         * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
10136         defcustom doc.
10137         (list-load-path-shadows): Optionally, just return shadows as a string.
10139         * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
10141 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
10143         * mail/rmailedit.el (rmail-edit-mode): Use
10144         auto-save-include-big-deletions.
10146         * mail/rmail.el (rmail-variables): Use
10147         auto-save-include-big-deletions.
10149         * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
10150         changes.
10152 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
10154         * calc/calc.el (calc-undo-length): New variable.
10155         (calc-quit): Truncate rather than eliminate `calc-undo-list'.
10157 2009-07-21  Richard Stallman  <rms@gnu.org>
10159         * files.el (auto-save-mode): Handle buffer-save-size = -2
10160         for toggling mode.
10162 2009-07-21  Glenn Morris  <rgm@gnu.org>
10164         * textmodes/ispell.el (ispell-looking-back): Update declaration.
10166         * calendar/todo-mode.el (calendar-current-date): Update declaration.
10168         * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
10169         silence compiler.  Instead...
10170         (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
10171         (ps-print-ensure-fontified): Update for above function name changes.
10173         * printing.el (pr-mh-get-msg-num, pr-mh-show)
10174         (pr-mh-start-of-uncleaned-message): Remove aliases only used to
10175         silence compiler.  Instead...
10176         (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
10177         (mh-show-buffer): Only define for compiler.
10178         (pr-mh-current-message): Update for above function name changes.
10180         * files.el (abort-if-file-too-large): Explicitly pass `filename'
10181         as an argument.
10182         (find-file-noselect, insert-file-1): Update for above change.
10184         * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
10186         * mail/mailclient.el (mailclient-send-it): Fix message.
10188         * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
10189         (edebug-eval): Check cl-debug-env is bound.
10190         (print-level, print-circle): Don't redefine built-in variables.
10192         * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
10193         (custom-print-vectors): Remove old comments from doc.
10195         * emerge.el (menu-bar-emerge-menu): Remove unused variable.
10196         (emerge-version): Make the variable an obsolete alias for the
10197         emacs-version variable.  Make the function obsolete.
10198         (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
10199         Emerge options, rather than merging in into the main Options menu.
10200         (emerge-options-menu): Adjust menu text.  Use buttons for skip prefers
10201         and auto advance modes.  Disable edit/fast items when not relevant.
10203 2009-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
10205         * term/vt420.el (terminal-init-vt420): Fix typo.
10207 2009-07-20  Sam Steingold  <sds@gnu.org>
10209         * progmodes/ada-mode.el (compile-auto-highlight): Remove the
10210         variable (removed from compile.el on 2004-03-11).
10212 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
10214         * files.el (hack-local-variables-filter): Fix last change.
10216 2009-07-19  Juri Linkov  <juri@jurta.org>
10218         * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
10219         (dir-local-variables-alist): New buffer-local variable.
10220         (hack-local-variables-filter): If variable is not dir-local,
10221         i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
10222         because file-local overrides dir-local.
10223         (c-postprocess-file-styles) <declare-function>:
10224         Remove obsolete declaration.
10225         (hack-dir-local-variables): Add dir-local variable/value pair to
10226         `dir-local-variables-alist' and remove duplicates.  Doc fix.
10228         * help-fns.el (describe-variable): Add information about
10229         file-local and dir-local variables.
10231 2009-07-19  Chong Yidong  <cyd@stupidchicken.com>
10233         * files.el (hack-local-variables-filter): Rewrite.
10235 2009-07-19  Glenn Morris  <rgm@gnu.org>
10237         * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
10238         Silence compiler by only defining on XEmacs.
10240         * international/mule.el (auto-coding-regexp-alist): Only match
10241         BABYL... at the start of buffer, not of lines.  (Bug#3790)
10243         * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
10244         non-calendar buffers (Bug#3862).  Restore "not on a date" message.
10245         (cal-menu-context-mouse-menu): Doc fix.
10247         * desktop.el (desktop-buffers-not-to-save): Set :version tag.
10249         * simple.el (mail-user-agent): Doc fix.  Set :version tag.
10251 2009-07-18  Juri Linkov  <juri@jurta.org>
10253         * info.el: Virtual Info keyword finder.
10254         (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
10255         (Info-finder-file): New variable.
10256         (Info-finder-find-file): New function.
10257         (finder-known-keywords, finder-package-info)
10258         (find-library-name, lm-commentary): Use defvar and
10259         declare-function to silence compiler warnings.
10260         (Info-finder-find-node): New function.
10261         (info-finder): New command.
10263         * subr.el (process-kill-buffer-query-function): New function.
10264         (add-hook)<kill-buffer-query-functions>: Add hook
10265         `process-kill-buffer-query-function'.
10267 2009-07-18  Alan Mackenzie  <acm@muc.de>
10269         * progmodes/cc-mode.el (c-before-hack-hook)
10270         (c-postprocess-file-styles): Give invocation of `c-set-style'
10271         DONT-OVERRIDE parameter of t.  Already set style variables will
10272         thus not be overridden by style settings given by `c-file-syle'.
10274         * files.el (hack-local-variables-filter): Remove entries with
10275         duplicate keys from `file-local-variables-alist'.
10277 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
10279         * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
10280         x-set-selection if display-selections-p returns nil for the
10281         current frame.
10283 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
10285         * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
10287 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
10289         * desktop.el (desktop-buffers-not-to-save): Default value is nil.
10290         Accept nil in addition to a regexp.
10291         (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
10292         Accept nil in addition to a regexp.
10293         (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
10294         buffers that have an associated file.  Handle nil values of
10295         desktop-buffers-not-to-save and desktop-files-not-to-save.
10296         (Bug#3833)
10298         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
10299         (x-disown-selection-internal): New functions.
10301 2009-07-18  Nick Roberts  <nickrob@snap.net.nz>
10303         * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
10304         warning.
10305         (gdb-breakpoints-header): Move forward to avoid compiler warning.
10306         (gdb-make-header-line-mouse-map): Remove duplicate definition.
10308 2009-07-18  David De La Harpe Golden  <david@harpegolden.net>
10310         * simple.el (set-mark): Revert last change.
10312 2009-07-17  Tassilo Horn  <tassilo@member.fsf.org>
10314         * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
10315         rendering of pngs is not possible instead of messaging a long
10316         description.
10318 2009-07-17  David De La Harpe Golden  <david@harpegolden.net>
10320         * w32-fns.el (x-selection-owner-p): New function.
10322         * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
10323         (mouse-yank-at-click, mouse-yank-primary): If
10324         select-active-regions is non-nil, deactivate the mark before
10325         insertion.
10327         * simple.el (deactivate-mark, set-mark): Only save selection if we
10328         own it.
10330 2009-07-17  Kenichi Handa  <handa@m17n.org>
10332         * case-table.el (describe-buffer-case-table): Fix for the case
10333         that KEY is a cons.
10335 2009-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
10337         * vc-rcs.el (vc-rcs-find-file-hook):
10338         * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
10340 2009-07-16  Michael Albinus  <michael.albinus@gmx.de>
10342         * net/tramp.el (tramp-wait-for-output): Handle the case when
10343         commands do not return a newline but a null byte before the shell
10344         prompt.  (Bug#3858)
10346 2009-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10348         * term/ns-win.el (ns-set-alpha): Don't declare.
10349         (ns-set-background-alpha): Remove function.
10351 2009-07-16  Kevin Ryde  <user42@zip.com.au>
10353         * emacs-lisp/copyright.el (copyright-update): Save match-data across
10354         y-or-n-p, for safety.
10356 2009-07-16  Richard Stallman  <rms@gnu.org>
10358         * files.el (auto-save-mode): If buffer-saved-size is -2,
10359         don't clobber it.
10361         * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
10362         (rmail-retry-ignored-headers): Add more uninteresting fields.
10364 2009-07-15  Jari Aalto  <jari.aalto@cante.net>
10366         * net/rcirc.el (rcirc): Use history variables.
10367         (rcirc-server-name-history, rcirc-nick-name-history)
10368         (rcirc-server-port-history): New variables.
10370 2009-07-15  Kenichi Handa  <handa@m17n.org>
10372         * international/mule-cmds.el (set-language-environment-charset):
10373         If coding-system-charset-list returns `iso-2022' or `emacs-mule',
10374         ignore them.
10376         * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
10377         Delete unibyte-display.
10379 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
10381         * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
10383 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
10385         * simple.el (deactivate-mark): Optional argument FORCE.
10386         (set-mark): Use deactivate-mark.
10388         * info.el (Info-search): No need to check transient-mark-mode
10389         before calling deactivate-mark.
10391         * select.el (x-set-selection): Doc fix.
10392         (x-valid-simple-selection-p): Allow buffer values.
10393         (xselect--selection-bounds): Handle buffer values.  Suggested by
10394         David De La Harpe Golden.
10396         * mouse.el (mouse-set-region, mouse-drag-track): Call
10397         copy-region-as-kill before setting the mark, to let
10398         select-active-regions work.
10400 2009-07-15  David De La Harpe Golden  <david@harpegolden.net>
10402         * simple.el (deactivate-mark): If select-active-regions is
10403         non-nil, copy the selection data into a string.
10404         (activate-mark): If select-active-regions is non-nil, set the
10405         selection to the current buffer.
10406         (set-mark): Update selection if select-active-regions is non-nil.
10408         * select.el (x-valid-simple-selection-p): Allow buffer values.
10410 2009-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10412         * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
10413         and more featureful message-mode.
10415 2009-07-14  Chong Yidong  <cyd@stupidchicken.com>
10417         * select.el (x-set-selection): Doc fix.
10418         (x-valid-simple-selection-p): Disallow selection data consisting
10419         of a list or cons of integers, since that is not used.
10420         (xselect--selection-bounds, xselect--int-to-cons): New functions.
10421         (xselect-convert-to-string, xselect-convert-to-length)
10422         (xselect-convert-to-filename, xselect-convert-to-charpos)
10423         (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
10425 2009-07-14  Dmitry Dzhus  <dima@sphinx.net.ru>
10427         * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
10428         output in -break-info command (Emacs bug #3794).
10430 2009-07-14  Glenn Morris  <rgm@gnu.org>
10432         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
10433         (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
10434         (edebug-print-length, edebug-print-level, edebug-print-circle)
10435         (edebug-sit-for-seconds, edebug-view-outside)
10436         (edebug-bounce-point, edebug-set-global-break-condition)
10437         (edebug-Go-nonstop-mode, edebug-trace-mode)
10438         (edebug-Trace-fast-mode, edebug-continue-mode)
10439         (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
10440         (edebug-visit-eval-list): Doc fixes.
10442         * subr.el (def-edebug-spec): Doc fix.
10444 2009-07-14  Kenichi Handa  <handa@m17n.org>
10446         * international/characters.el: Fix setting of category ?C.
10448 2009-07-13  Jan Djärv  <jan.h.d@swipnet.se>
10450         * term/ns-win.el (x-select-font): defalias x-select-font to
10451         ns-popup-font-panel instead of generate-fontset-menu.
10453 2009-07-12  Eli Zaretskii  <eliz@gnu.org>
10455         * desktop.el (desktop-buffers-not-to-save): Remove ".log".  (Bug#3833)
10457 2009-07-12  Peter Jolly  <peter@jollys.org>  (tiny change)
10459         * arc-mode.el (archive-find-type): Allow for a PK00 string before
10460         the PK\003\004 header (Bug#3770).
10462 2009-07-12  Guanpeng Xu  <herberteuler@hotmail.com>
10464         * pcomplete.el (pcomplete-comint-setup): Check for
10465         shell-dynamic-complete-filename too.
10467 2009-07-11  Chong Yidong  <cyd@stupidchicken.com>
10469         * simple.el (temporary-goal-column): Change the value for
10470         line-move-visual to a cons cell.
10471         (line-move-visual): Record or set the window hscroll, if
10472         necessary (Bug#3494).
10473         (line-move-1): Handle cons value of temporary-goal-column.
10475 2009-07-11  Kenichi Handa  <handa@m17n.org>
10477         * international/mule-diag.el (describe-character-set): Don't show
10478         width.
10480 2009-07-10  Sam Steingold  <sds@gnu.org>
10482         * progmodes/compile.el (compilation-mode-font-lock-keywords):
10483         Omake sometimes indents the errors it prints, so allow all
10484         regexps to start with spaces.
10486 2009-07-10  Eli Zaretskii  <eliz@gnu.org>
10488         * cus-edit.el (customize-changed-options-previous-release):
10489         Bump value to 22.1.  (Bug#3804)
10491 2009-07-08  Sam Steingold  <sds@gnu.org>
10493         * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
10494         to be a cons cell (test . ignored-directory) to selectively ignore
10495         some directories depending on the location of the search.
10497 2009-07-08  Michael Albinus  <michael.albinus@gmx.de>
10499         * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
10500         remote user is root, on the local host.
10501         (tramp-local-host-p): Either the local user or the remote user
10502         must be root.  (Bug#3771)
10504 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
10506         * progmodes/gdb-mi.el (gdb): Remove description of
10507         gdb-use-separate-io-buffer.
10508         (menu): Don't allow toggling of or enable
10509         gdb-use-separate-io-buffer from menubar.
10511 2009-07-08  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
10513         * mail/unrmail.el (unrmail): Make sure the message ends with two
10514         newlines (Bug#3769).
10516 2009-07-08  Glenn Morris  <rgm@gnu.org>
10518         * calendar/calendar.el (calendar-current-date): Rework previous change.
10520 2009-07-08  Ed Reingold  <reingold@emr.cs.iit.edu>
10522         * calendar/calendar.el (calendar-current-date):
10523         Add an optional argument giving an offset from today.
10525 2009-07-08  Glenn Morris  <rgm@gnu.org>
10527         * tutorial.el (tutorial--describe-nonstandard-key):
10528         Adjust the message for when a key has been unbound.
10529         (help-with-tutorial): Hide the arch-tag.
10531 2009-07-08  Kenichi Handa  <handa@m17n.org>
10533         * international/fontset.el (setup-default-fontset): For each
10534         script, append (not set) font-specs.
10536         * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
10537         docstring.
10539 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
10541         * progmodes/gdb-mi.el (gdb-init-1): Move sending
10542         -data-list-register-names to ...
10543         (gdb-starting): ... here because GDB 7.0 requires execution to
10544         have started when using this MI command.
10545         (gdb-set-header): New function to distinguish select and
10546         unselected tabs in gdb buffers.
10547         (gdb-propertize-header): New macro that uses gdb-set-header.
10548         (gdb-breakpoints-header, gdb-locals-header): Use it.
10549         (gdb-disassembly-mode-map): Add keybinding to kill buffer.
10551 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
10553         * Makefile.in (ELCFILES): Remove fadr.elc.
10555 2009-07-07  Dmitry Dzhus  <dima@sphinx.net.ru>
10557         * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
10558         may contain frame information, so `string-match' should be used.
10559         (gdb-update): Disassembly is invalidated through
10560         `gdb-get-selected-frame'.
10561         (gdb-pad-string): New function to pad string with spaces.
10562         (gdb-invalidate-disassembly): Invalidate only if the buffer
10563         exists.
10564         (gdb-disassembly-handler-custom): Column alignment.
10565         (gdb-disassembly-place-breakpoints): Clear old breakpoints before
10566         placing new ones.
10567         (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
10568         end of line, too.
10569         (gdb-frame-handler): Match convention to for disassembly buffer
10570         mode name.
10571         (gdb-stack-list-frames-handler): Rewritten without regexps.
10572         (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
10573         not highlight breakpoints without line information.
10574         (gdb-input): Add trailing newline to command.
10576         * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
10577         buffer properly.
10578         (gdb-breakpoints-list-handler-custom): Replacement for
10579         `gdb-break-list-handler'.  Using real parser instead of regexps
10580         now.
10581         (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
10582         Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
10583         to place breakpoints.
10584         (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
10585         functions.
10586         (gdb-disassembly-handler-custom): Show overlay arrow.
10587         (gdb-disassembly-place-breakpoints): Show breakpoints in
10588         disassembly buffer.
10589         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
10590         (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
10591         instead of parsing breakpoints buffer.  Fixed old menu references
10592         in `gud-menu-map'.
10594         * fadr.el: Remove.
10596         * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
10597         (gdb-memory-address): New variable which holds top address of
10598         memory page shown in memory buffer.
10599         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
10600         customization variables.
10601         New functions:
10602         (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
10603         display the memory buffer.
10604         (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
10605         buffer display parameters.
10606         (def-gdb-memory-format, gdb-memory-format-binary)
10607         (gdb-memory-format-octal, gdb-memory-format-unsigned)
10608         (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
10609         Functions for setting memory buffer format.
10610         (gdb-memory-unit-word, gdb-memory-unit-halfword)
10611         (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
10612         unit size used in memory buffer.
10613         (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
10614         to next/previous page of memory buffer.
10615         Now using (bindat-get-field) instead of fadr functions.
10617 2009-07-07  Sam Steingold  <sds@gnu.org>
10619         * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
10620         non-top-level files.
10622 2009-07-07  Kenichi Handa  <handa@m17n.org>
10624         * international/mule-cmds.el (reset-language-environment): Put
10625         the highset priority to the charset iso-8859-1.
10627 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
10629         * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
10630         to the end of the line when locating the block (Bug#700).
10632 2009-07-06  Michael Albinus  <michael.albinus@gmx.de>
10634         * net/tramp.el (tramp-handle-write-region): Flush file properties
10635         in case of short track.
10637 2009-07-06  Michael McNamara  <mac@mail.brushroad.com>
10639         * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
10640         Coded custom representation of verilog error regular expressions
10641         to work with Emacs-22's new format.
10642         (verilog-error-regexp-xemacs-alist): Coded custom representation
10643         of verilog error regular expressions to work with XEmacs format.
10644         (verilog-error-regexp-add-xemacs): Hook routine to install verilog
10645         error recognition into XEmacs.
10646         (verilog-error-regexp-add-emacs): Hook routine to install verilog
10647         error recognition into Emacs-22.
10649 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
10651         * woman.el: Remove stand-alone closing parentheses.
10652         (woman-file-name, woman2-format-paragraphs)
10653         (woman-leave-blank-lines): Code cleanup.
10654         (woman-use-own-frame): Change default to nil.
10655         (woman-italic, woman-bold, woman-unknown, woman-addition): Change
10656         defaults to inherit from default faces.
10657         (woman2-process-escapes): Consume the newline after a stand-alone
10658         filler character (Bug#3651).
10660 2009-07-06  Glenn Morris  <rgm@gnu.org>
10662         * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
10663         (top-level): Move provide to the end.
10664         (ffap): Remove defunct URL from custom group.
10666         * subr.el (eval-after-load): Doc fix.
10668 2009-07-06  Vincent Belaïche  <vincent.belaiche@gmail.com>
10670         * calc/calc-embed.el (calc-embedded-make-info): Don't force when
10671         `calc-embedded-word' is called twice.
10673 2009-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10675         * files.el (find-alternate-file-other-window, find-alternate-file):
10676         Obey confirm-nonexistent-file-or-buffer.
10678 2009-07-05  Michael Albinus  <michael.albinus@gmx.de>
10680         * dired-aux.el (dired-show-file-type): Handle remote files.
10682 2009-07-05  Jari Aalto  <jari.aalto@cante.net>
10684         * desktop.el (desktop-globals-to-save):
10685         Add file-name-history (Bug#2750).
10687 2009-07-05  Chong Yidong  <cyd@stupidchicken.com>
10689         * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
10691 2009-07-04  Johan Bockgård  <bojohan@gnu.org>
10693         * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
10694         property on entire argument since this is what eshell-lisp-command
10695         expects.
10697 2009-07-03  Michael Albinus  <michael.albinus@gmx.de>
10699         * net/tramp-gvfs.el (tramp-gvfs-methods)
10700         (tramp-gvfs-zeroconf-domain)
10701         (tramp-bluez-discover-devices-timeout): Add version flag.
10702         (tramp-gvfs-handler-mounted-unmounted)
10703         (tramp-gvfs-connection-mounted-p): Polish handling of
10704         incompatibilities between GVFS 0.2 and 1.0.
10706 2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
10708         * cus-start.el (all): Add make-pointer-invisible.
10710 2009-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
10712         * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
10713         formatted correctly.
10715 2009-07-02  Juri Linkov  <juri@jurta.org>
10717         * info.el: Virtual Info files and nodes.
10718         (Info-virtual-files, Info-virtual-nodes): New variables.
10719         (Info-current-node-virtual): New variable.
10720         (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
10721         New functions.
10722         (Info-file-supports-index-cookies): Use Info-virtual-file-p
10723         to check for a virtual file instead of checking a fixed list
10724         of node names.
10725         (Info-find-file): Use Info-virtual-fun and Info-virtual-call
10726         instead of ad-hoc processing of "dir" and (apropos history toc).
10727         (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
10728         instead of ad-hoc processing of "dir" and (apropos history toc).
10729         Reread a file when moving from a virtual node.
10730         (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
10731         (Info-directory-toc-nodes, Info-directory-find-file)
10732         (Info-directory-find-node): New functions.
10733         (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
10734         (Info-history): Move part of code to
10735         `Info-history-find-node'.
10736         (Info-history-toc-nodes, Info-history-find-file)
10737         (Info-history-find-node): New functions.
10738         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
10739         (Info-toc): Move part of code to `Info-toc-find-node'.
10740         (Info-toc-find-node): New function.
10741         (Info-toc-insert): Rename from `Info-insert-toc'.  Don't insert
10742         the current Info file name to references because now the node
10743         "*TOC*" belongs to the same Info manual.
10744         (Info-toc-build): Rename from `Info-build-toc'.
10745         (Info-toc-nodes): Rename input argument `file' to `filename'.
10746         Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
10747         instead of ad-hoc processing of ("dir" apropos history toc).
10748         (Info-index-nodes): Use Info-virtual-file-p
10749         to check for a virtual file instead of checking a fixed list
10750         of node names.
10751         (Info-index-node): Add check for `Info-current-node-virtual'.
10752         Raise `save-match-data' higher up the tree to contain
10753         `search-forward' too (bug fix).
10754         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
10755         (Info-virtual-index-nodes): New variable.
10756         (Info-virtual-index-find-node, Info-virtual-index): New functions.
10757         (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
10758         (Info-apropos-file, Info-apropos-nodes): New variables.
10759         (Info-apropos-toc-nodes, Info-apropos-find-file)
10760         (Info-apropos-find-node, Info-apropos-matches): New functions.
10761         (info-apropos): Move part of code to `Info-apropos-find-node' and
10762         `Info-apropos-matches'.
10763         (Info-mode-map): Bind "I" to `Info-virtual-index'.
10764         (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
10765         for a virtual file instead of checking a fixed list of node names.
10767         * simple.el (async-shell-command): New command.
10769         * bindings.el (esc-map): Bind "&" to `async-shell-command'.
10771         * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
10772         instead of `mount-info'.
10774 2009-07-02  Michael Albinus  <michael.albinus@gmx.de>
10776         * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
10777         (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
10779 2009-07-02  Kenichi Handa  <handa@m17n.org>
10781         * international/mule.el (set-keyboard-coding-system): Force *-unix
10782         coding-system to avoid eol conversion.
10784 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
10786         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
10787         Add handler for `process-file', `shell-command' and
10788         `start-file-process'.
10789         (tramp-gvfs-handle-shell-command)
10790         (tramp-gvfs-handle-start-file-process)
10791         (tramp-gvfs-handle-process-file): New defuns.
10792         (tramp-synce-list-devices): Simplify check for existence of property.
10794 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
10796         * startup.el (command-line-x-option-alist): Add -mm and --maximized.
10798 2009-07-01  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
10800         * language/korean.el (set-language-info-alist): Add korean-cp949,
10801         cp949 to spec.
10803 2009-07-01  Kenichi Handa  <handa@m17n.org>
10805         * Makefile.in (ELCFILES): Delete encoded-kb.elc.
10807         * international/encoded-kb.el: Deleted.
10809         * international/mule.el (set-keyboard-coding-system): Perform the
10810         necessary setup here instead of calling encoded-kbd-setup-display.
10812 2009-07-01  Glenn Morris  <rgm@gnu.org>
10814         * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
10816 2009-07-01  Evangelos Evangelou  <vangelis@email.unc.edu>  (tiny change)
10818         * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)".  (Bug#3730)
10820 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
10822         * net/tramp.el (tramp-do-copy-or-rename-file-directly):
10823         Handle also the 'rename case, when setting file modes.  (Bug#3712)
10824         (tramp-default-file-modes): Remove execute permissions.
10826         * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
10827         (top): Add a default for "synce" in `tramp-default-user-alist'.
10828         Add completion function for "synce" method.
10829         (tramp-hal-service, tramp-hal-path-manager)
10830         (tramp-hal-interface-manager, tramp-hal-interface-device):
10831         New defconst.
10832         (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
10833         (tramp-synce-list-devices, tramp-synce-parse-device-names):
10834         New defuns.
10836         * net/trampver.el: Update release number.
10838 2009-06-30  Kenichi Handa  <handa@m17n.org>
10840         * international/fontset.el (setup-default-fontset): Add CJK fonts
10841         for symbols and the other miscellaneous characters.
10843         * language/korea-util.el (setup-korean-environment-internal):
10844         Make char-width-table suitable for Korean environments.
10845         (exit-korean-environment): Cancel above.
10847         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
10848         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
10849         setup-function to make char-width-table suitable for respective
10850         environments, and an exit-function to cancel that.
10852         * language/japan-util.el (setup-japanese-environment-internal):
10853         Call use-cjk-char-width-table with arg `ja_JP'.
10855         * international/characters.el (cjk-char-width-table): Delete it.
10856         (cjk-char-width-table-list): New variable.
10857         (use-cjk-char-width-table): New arg local-name.
10858         (use-default-char-width-table): Fix for the case that Emacs is
10859         already using the default char-width-table.
10861 2009-06-29  Michael Albinus  <michael.albinus@gmx.de>
10863         * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
10864         modes mandatory.  (Bug#3712)
10866 2009-06-29  Alan Mackenzie  <acm@muc.de>
10868         * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
10869         correction between the visible width of TABs and their number of bytes.
10871 2009-06-29  Chong Yidong  <cyd@stupidchicken.com>
10873         * server.el (server-buffer-done): Prevent kill-buffer from
10874         prompting by clearing the buffer modification flag (Bug#3696).
10876 2009-06-28  Michael McNamara  <mac@mail.brushroad.com>
10878         * progmodes/verilog-mode.el (verilog-beg-of-statement)
10879         (verilog-endcomment-reason-re): Support unique case and priority case.
10880         (verilog-basic-complete-re): Support localparam lineup.
10881         (verilog-beg-of-statement-1): Fix for robustness, unique case.
10882         (verilog-set-auto-endcomments): Fix for unique case, always_comb
10883         commenting.
10884         (verilog-leap-to-case-head): Now support *nested* unique &
10885         priority case statements.
10886         (verilog-auto-lineup): Make just declarations the default (as it
10887         had been).
10888         (verilog-leap-to-case-head): Support priority/unique case statements.
10889         (verilog-auto-lineup): Rework to give users radio buttons to
10890         select the various styles of automatic lineup.
10891         (verilog-error-regexp-alist): Rework to support the XEmacs style
10892         of error regular expressions from compilers, lint tools &
10893         simulators.  Note that GNU Emacs has made it impossible for a mode
10894         to load such things.
10895         (electric-verilog-terminate-line, verilog-indent-declaration)
10896         (verilog-auto-wiure): Rework for radio button selection of
10897         auto-lineup selection of specification of auto lineup.
10898         (verilog-beg-of-statement-1): Redesign to support proper operation
10899         in additional code, based on testing with auto-lineup.
10900         (verilog-calculate-indent, assignments & declarations)
10901         (verilog-backward-token): Enhance to support auto-lineup of
10902         assignments & declarations.
10903         (verilog-in-directive-p, verilog-at-struct-p): New function for
10904         easy test of whether we are.
10905         (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
10906         to support safe execution at almost anyline.
10907         (verilog-calc-1): Properly support indenting deep inside generate
10908         blocks.
10909         (verilog-init-font): Remove definition & use of verilog-init-font,
10910         as it is redundant with font-lock-defaults.
10911         (verilog-mode): Alter the definition of verilog-font-lock-defaults
10912         to avoid circular calls if syntax-ppss is a function (as is the
10913         case now in 22.x GNU Emacs) as that function would sometimes call
10914         itself, leading to (nearly) infinite recursion.
10915         (verilog-ovm-begin-re, verilog-ovm-end-re)
10916         (verilog-ovm-statement-re, verilog-leap-to-head)
10917         (verilog-backward-token): Add support for OVM macros.  Some are
10918         complete statements, and others open and close scopes like begin
10919         and end.
10920         (verilog-defun-level-not-generate-re, verilog-defun-level-re)
10921         (verilog-defun-level-generate-only-re): Really fix the defun-list
10922         compilation issue.
10923         (verilog-calc-1, verilog-beg-of-statement): Enhance support for
10924         coverpoint, constraint and cross statements.
10925         (verilog-defun-level-list, verilog-generate-defun-level-list)
10926         (verilog-all-defun-level-list): Redo these specifications - it is
10927         too hard to support eval-when compile aggregation of lists also
10928         built at when-compile time.
10929         (verilog-defun-level-list): Place defconsts of variables used in
10930         building regular expressions which are built in eval-when-compile
10931         bodies in the same eval-when-compile body to facilitate compile
10932         without load.
10933         (verilog-beg-block-re-ordered): Support indenting
10934         virtual/protected tasks and functions.
10935         (verilog-defun-level-list, verilog-in-generate-region-p)
10936         (verilog-backward-ws&directives, verilog-calc-1): Speed up
10937         indentation of some module items (generate items).
10938         (verilog-forward-sexp, verilog-leap-to-head): Support stepping
10939         across virtual/protected tasks and functions.
10941 2009-06-28  Wilson Snyder  <wsnyder@wsnyder.org>
10943         * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
10944         Allow sorting AUTOARG lists.  Suggested by Andrea Fedeli.
10945         (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
10946         in concatenations.  Reported by Yishay Belkind.
10947         (verilog-auto-ascii-enum): Support one-hot state machines in
10948         AUTOASCIIENUM.  Suggested by Lloyd Gomez.
10949         (verilog-auto-inst, verilog-auto-inst-port): Include interface
10950         modport in AUTOINST and add vl-modport for users.  Reported by
10951         David Rogoff.
10952         (verilog-auto-inout-module, verilog-auto-inst)
10953         (verilog-decls-get-interfaces, verilog-insert-definition)
10954         (verilog-insert-one-definition, verilog-read-decls)
10955         (verilog-read-sub-decls, verilog-read-sub-decls-sig)
10956         (verilog-sig-modport, verilog-signals-combine-bus)
10957         (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
10958         interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
10959         Suggested by David Rogoff.
10960         (verilog-repair-open-comma): Fix non-insertion of comma when
10961         `DEFINE occurs in V2K argument list.  Reported by Lane Brooks.
10962         (verilog-make-width-expression): Simplify [A-1:0] expression
10963         widths to just {A{1'b0}}.
10964         (verilog-mode): Cleanup checkdoc warnings.
10965         (verilog-auto-inout-module, verilog-signals-matching-dir-re):
10966         Add third optional regexp to AUTOINOUTMODULE to allow selecting only
10967         inputs/outputs or data type.  Suggested by Vasu Kandadi.
10968         (next-error-last-buffer): Fix byte-compiler warning.
10969         (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
10970         (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
10971         or shell command text during AUTO expansion.  Suggested by Tad Truex.
10972         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
10973         (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
10974         Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
10975         in AUTOINOUT.  Reported by Matthew Lovell.
10976         (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
10977         causing use of <= assignments.  Reported by Alex Reed.
10978         (verilog-read-decls): Fix triand, trior, wand, wor to be
10979         recognized by AUTOWIRE.  Reported by Spencer Isaacson.
10980         (verilog-extended-complete-re): Support import "DPI-C" functions.
10981         (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
10982         y[a+1:a+1]" to not include a in reset list.  Reported by Dan Dever.
10983         (verilog-insert-date, verilog-insert-year)
10984         (verilog-sk-header-tmpl): Fix verilog-header inserting error on
10985         Windows systems.  Reported by Michael Potts.
10986         (verilog-read-module-name): Fix AUTOINST when the child module
10987         declaration's name is a tick define.  Reported by Elliot Mednick.
10988         (verilog-read-decls): Fix V2K parameter bit subscripts getting
10989         passed to next parameter's definition.  Reported by Bruce T.
10990         (verilog-read-decls): Fix detecting "parameter int" when using
10991         AUTOINSTPARAM.  Reported by Bruce T.
10992         (verilog-goto-defun): Fix goto not finding modules unless first
10993         perform a verilog-auto expansion.  Suggested by Lawrence Butcher.
10994         (verilog-mode): Expand -f flag arguments on entry to mode so
10995         verilog-goto-defun will work.  Reported by Lawrence Butcher.
10996         (verilog-getopt): Expand environment variables in -f file
10997         arguments.  Suggested by Lawrence Butcher.
10998         (verilog-set-define): Fix "Symbol's value as variable is void"
10999         when reading enumerations.
11000         (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
11001         Suggested by Stephen Peltan.
11002         (verilog-read-defines): Fix reading of enumerations in include
11003         files.  Reported by Steve Peltan.
11005 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
11007         * files.el (trash-directory): Fix defcustom type.
11009 2009-06-28  Juri Linkov  <juri@jurta.org>
11011         * help-fns.el (describe-function-1): Correctly locate adviced
11012         functions in hyperlink (Bug#2438).
11014 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
11016         * files.el (trash-directory): Change default to nil.
11017         (move-file-to-trash): If trash-directory is nil and
11018         system-move-file-to-trash is unbound, perform freedesktop-style
11019         trashing.
11021 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
11023         * files.el (move-file-to-trash): Add freedesktop trash
11024         support (Bug#973).
11026 2009-06-28  Glenn Morris  <rgm@gnu.org>
11028         * autorevert.el (global-auto-revert-non-file-buffers)
11029         (global-auto-revert-mode): Doc fixes.
11031 2009-06-27  Johan Bockgård  <bojohan@gnu.org>
11033         * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
11035 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
11037         * faces.el (x-handle-named-frame-geometry): Ensure that we have
11038         opened an X connection before calling x-get-resource (Bug#3194).
11040         * play/doctor.el: Remove reference to obsolete website.
11041         (make-doctor-variables): Correct grammar mistake (Bug#2633).
11043 2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
11045         Remove find-file-not-found-hook VC method.  (Bug#2757)
11046         * vc-hooks.el (vc-file-not-found-hook)
11047         (vc-default-find-file-not-found-hook): Remove functions.
11048         (find-file-not-found-functions): Do not add vc-file-not-found-hook.
11049         * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
11050         * vc.el:
11051         * vc-hg.el:
11052         * vc-git.el: Do not mention find-file-not-found-hook VC method.
11054 2009-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
11056         * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
11057         compatibility function for `looking-back'.
11059         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
11060         Use `ispell-looking-back'.
11062 2009-06-24  Michael Albinus  <michael.albinus@gmx.de>
11064         * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
11065         rather than `filename'.
11067 2009-06-23  Miles Bader  <miles@gnu.org>
11069         * face-remap.el (text-scale-set): New function.
11071 2009-06-23  Glenn Morris  <rgm@gnu.org>
11073         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
11075         * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
11077         * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
11079         * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
11081         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
11082         Simplify Persian conditionals.
11084         * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
11085         variable `filename'.
11087         * comint.el (comint-insert-input): Doc fix.
11089         * Makefile.in (ELCFILES): Fix typo in previous change.
11091 2009-06-23  Miles Bader  <miles@gnu.org>
11093         * cus-start.el: Add entry for `recenter-redisplay'.
11095 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
11097         * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
11098         Add an optional argument for the backend, use it instead of
11099         calling vc-backend.
11100         (vc-mode-line): Add an optional argument for the backend.
11101         Pass the backend to vc-state and vc-working-revision.  Move code for
11102         special handling for vc-state being a buffer to ...
11104         * vc-rcs.el (vc-rcs-find-file-hook):
11105         * vc-sccs.el (vc-sccs-find-file-hook): ... here.  New functions.
11107         * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
11108         (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
11109         vc-stay-local-p and vc-mode-line calls.
11111         * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
11112         (vc-cvs-diff, vc-cvs-annotate-command)
11113         (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
11114         (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
11115         vc-mode-line calls.
11117         * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
11118         direct comparison.
11119         (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
11120         backend when calling vc-mode-line.
11121         (vc-register): Do not create a closure for calling the vc register
11122         function, call it directly.
11124 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
11126         * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
11127         to make it obvious item can be clicked.
11129         * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
11131 2009-06-23  Kenichi Handa  <handa@m17n.org>
11133         * language/korea-util.el (korean-key-bindings): Change the binding
11134         of F9 to hangul-to-hanja-conversion.  Bind Hangul_Hanja to the
11135         same command.
11137 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
11139         Sync with Tramp 2.1.16.
11141         * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
11143         * net/tramp.el (top): Require tramp-gvfs.  Catch `tramp-loading',
11144         when a loading of a package fails.  Completion function for rsync
11145         is `tramp-completion-function-alist-ssh'.
11146         (all): Replace all calls of `split-string' and
11147         `tramp-split-string' by `tramp-compat-split-string'.
11148         (tramp-default-method): Use `tramp-compat-process-running-p'.
11149         (tramp-default-proxies-alist): Allow also Lisp forms.
11150         (tramp-remote-path): Add choice "Private Directories".
11151         (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
11152         (tramp-domain-regexp): Allow also "-", "_" and ".".
11153         (tramp-end-of-output): Remove newlines, and add "$" at the end.
11154         (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
11155         (tramp-debug-message): Insert header line in debug buffer.
11156         (tramp-handle-directory-files-and-attributes-with-stat):
11157         Care about filenames with spaces, or starting with "-".
11158         (tramp-handle-dired-uncache): New defun.
11159         (tramp-handle-insert-directory): Don't flush the directory from
11160         cache, this is handled by `dired-uncache' now.
11161         (tramp-handle-insert-file-contents): Improve error handling.
11162         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
11163         Quote `tramp-end-of-output'.
11164         (tramp-action-password): Improve trace message.
11165         (tramp-check-for-regexp): Both echoes must be present, before removing.
11166         (tramp-open-connection-setup-interactive-shell): Trace coding system.
11167         (tramp-compute-multi-hops): Eval cons cells of
11168         `tramp-default-proxies-alist'.
11169         (tramp-maybe-open-connection): Use the same command pattern for
11170         first hop and further hops.
11171         (tramp-wait-for-output): Remove handling of newlines.
11172         (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
11173         (tramp-split-string): Remove function.  It is handled in
11174         tramp-compat now.
11176         * net/tramp-cmds.el (tramp-bug):
11177         Recommend `tramp-cleanup-all-connections' in the bug mail.
11179         * net/tramp-compat.el (tramp-compat-split-string)
11180         (tramp-compat-process-running-p): New defuns.
11182         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
11183         for `dired-uncache'.
11185         * net/tramp-gvfs.el: New package.
11187         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
11188         Add handler for `dired-uncache'.
11189         (tramp-smb-handle-file-local-copy): Cleanup in case of error.
11191         * net/trampver.el: Update release number.  Make version check fit
11192         for SXEmacs 22.
11194 2009-06-22  Jim Meyering  <meyering@redhat.com>
11196         Automatically handle .xz suffix (XZ-compressed files), too.
11197         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
11198         XZ is the successor to LZMA: <http://tukaani.org/xz/>
11200 2009-06-22  Dmitry Dzhus  <dima@sphinx.net.ru>
11201             Nick Roberts  <nickrob@snap.net.nz>
11203         * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
11204         repository (http://sphinx.net.ru/hg/gdb-mi/).
11206 2009-06-22  Glenn Morris  <rgm@gnu.org>
11208         * files.el (dir-locals-collect-mode-variables): Allow for any number of
11209         `mode' and `eval' entries.  (Bug#3430)
11211         * Makefile.in (ELCFILES): Add fadr.elc.
11213         * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
11214         differing behavior of \n and ^ in strings.  (Bug#3385)
11216         * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
11218         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
11219         property.
11220         (lisp-indent-function): Make it a defcustom.
11222 2009-06-21  Nick Roberts  <nickrob@snap.net.nz>
11224         * progmodes/gdb-ui.el: Replace with ...
11225         * progmodes/gdb-mi.el: ... this file.
11226         * progmodes/gud.el: Modify for gdb-mi.el.
11228 2009-06-21  Dmitry Dzhus  <dima@sphinx.net.ru>
11230         * fadr.el: New file.
11232 See ChangeLog.14 for earlier changes.
11234 ;; Local Variables:
11235 ;; coding: utf-8
11236 ;; End:
11238     Copyright (C) 2009, 2010  Free Software Foundation, Inc.
11240   This file is part of GNU Emacs.
11242   GNU Emacs is free software: you can redistribute it and/or modify
11243   it under the terms of the GNU General Public License as published by
11244   the Free Software Foundation, either version 3 of the License, or
11245   (at your option) any later version.
11247   GNU Emacs is distributed in the hope that it will be useful,
11248   but WITHOUT ANY WARRANTY; without even the implied warranty of
11249   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11250   GNU General Public License for more details.
11252   You should have received a copy of the GNU General Public License
11253   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
11255 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1