* textmodes/nroff-mode.el (nroff-view): Kill old buffer before refreshing the preview...
[emacs.git] / lisp / ChangeLog
blobccc0531778ad26f21b825cb632e9d1ce0ff04340
1 2010-09-14  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
3         * textmodes/nroff-mode.el (nroff-view): Kill old buffer before
4         refreshing the preview buffer.
6 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8         * textmodes/tex-mode.el (tex-syntax-propertize-rules)
9         (latex-syntax-propertize-rules): New consts; replace
10         tex-font-lock-syntactic-keywords.
11         (tex-env-mark, latex-env-before-change): New functions.
12         (latex-electric-env-pair-mode): New minor mode.
13         (tex-font-lock-verb): Change arguments; do move point.
14         (tex-font-lock-syntactic-face-function): Adjust to new verbatim
15         representation as a form of comment.
16         (tex-font-lock-keywords-1): Remove workaround, now unneeded.
17         (doctex-syntax-propertize-rules): New const; replaces
18         doctex-font-lock-syntactic-keywords.
19         (tex-common-initialization, doctex-mode): Use syntax-propertize-rules.
21         * progmodes/fortran.el (fortran--font-lock-syntactic-keywords): Remove.
22         (fortran-make-syntax-propertize-function): New function; replaces
23         fortran-font-lock-syntactic-keywords.
24         (fortran-mode): Use it.
25         (fortran-line-length): Use it.  Improve interactive spec.
27         * emacs-lisp/syntax.el (syntax-propertize-precompile-rules): New macro.
28         (syntax-propertize-rules): Add var-ref case.  Fix offset computation
29         when adding surrounding \(..\).
31         * progmodes/js.el (js-mode): Fix last change (bug#7054).
33 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
35         * obsolete/old-whitespace.el (whitespace-rescan-files-in-buffers):
36         Use with-current-buffer.
38         * isearch.el (isearch-face): Rename from `isearch'.
39         (isearch-highlight): Use new name.
41 2010-09-17  Eli Zaretskii  <eliz@gnu.org>
43         * fringe.el (fringe-mode, fringe-query-style): Use 4 pixels, not
44         5, for `half' width fringes.  (Bug#6933)
46 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
48         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
49         (byte-compile-defvar): "foo/bar" does not lack a prefix.
51         * subr.el (y-or-n-p): Add the "(y or n)" that was lost somehow.
53 2010-09-17  Stephen Berman  <stephen.berman@gmx.net>
55         * dframe.el (dframe-reposition-frame-emacs): Use tool-bar-pixel-width
56         in calculating new frame position.  Add more space between new and
57         parent on the left (Bug#7048).
59 2010-09-17  Michael Albinus  <michael.albinus@gmx.de>
61         * net/tramp-compat.el (tramp-compat-with-temp-message): Make it a
62         defmacro.
64 2010-09-16  Chong Yidong  <cyd@stupidchicken.com>
66         * mail/sendmail.el: Add "*unsent mail*" to same-window-buffer-names.
68         * term/x-win.el (x-cut-buffer-or-selection-value): Define as
69         obsolete alias for x-selection-value.
71         * ido.el (ido-make-buffer-list): Fix error in 2010-08-22 merge.
73 2010-09-16  Michael Albinus  <michael.albinus@gmx.de>
75         * net/tramp-cmds.el (tramp-cleanup-connection): Set tramp-autoload
76         cookie.
78 2010-09-15  Michael Albinus  <michael.albinus@gmx.de>
80         * net/tramp-compat.el (tramp-compat-with-temp-message)
81         (tramp-compat-font-lock-add-keywords, tramp-compat-process-get)
82         (tramp-compat-process-put): New defuns.
84         * net/tramp.el (top):
85         * net/tramp-gvfs.el (top):
86         * net/tramp-cache.el (top): Use `tramp-compat-font-lock-add-keywords'.
88         * net/tramp.el (tramp-progress-reporter-update):
89         Use `tramp-compat-funcall'.
91         * net/tramp.el (tramp-process-actions):
92         * net/tramp-gvfs.el (tramp-handle-vc-registered):
93         * net/tramp-sh.el (tramp-gvfs-handler-askquestion)
94         (tramp-get-remote-stat, tramp-get-remote-readlink):
95         Use `tramp-compat-with-temp-message'.
97         * net/tramp-sh.el (top): Require 'cl.
98         (tramp-handle-start-file-process): Use `tramp-compat-process-get'.
99         (tramp-open-connection-setup-interactive-shell):
100         Use `tramp-compat-process-put'.
102 2010-09-15  Alan Mackenzie  <acm@muc.de>
104         * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Correct the
105         indentation.
106         (c-forward-<>-arglist-recur): Fix an infinite recursion.
108 2010-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
110         * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
111         `lexical' for warnings related to lexical scoping.
112         (byte-compile-file-form-defvar, byte-compile-defvar): Warn about
113         global vars which don't have a prefix and could hence affect lexical
114         scoping in unrelated files.
116 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
118         * net/imap.el: Revert back to version
119         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
120         seem problematic.
122 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
124         * obsolete/old-whitespace.el (whitespace-unload-function):
125         Explicitly pass `obarray' to `unintern' to avoid a warning.
127 2010-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
129         * emacs-lisp/byte-run.el (set-advertised-calling-convention):
130         Add `when' argument.  Update callers.
132         * subr.el (unintern): Declare the obarray arg mandatory.
134 2010-09-14  Glenn Morris  <rgm@gnu.org>
136         * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
137         Doc fixes.
139         * calendar/diary-lib.el (diary-included-files): New variable.
140         (diary-list-entries): Maybe initialize diary-included-files.
141         (diary-include-other-diary-files): Append to diary-included-files.
142         * calendar/appt.el (appt-update-list): Also check the members of
143         diary-included-files.  (Bug#6999)
144         (appt-check): Doc fix.
146 2010-09-14  David Reitter  <david.reitter@gmail.com>
148         * simple.el (line-move-visual): Do not truncate goal column to
149         integer size.  (Bug#7020)
151 2010-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
153         * repeat.el (repeat): Allow repeating when the last event is a click.
154         Suggested by Drew Adams (bug#6256).
156 2010-09-14  Sascha Wilde  <wilde@sha-bang.de>
158         * vc/vc-hg.el (vc-hg-state,vc-hg-working-revision):
159         Replace setting HGRCPATH to "" by some less invasive --config options.
161 2010-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
163         * font-lock.el (font-lock-beginning-of-syntax-function):
164         Mark as obsolete.
166 2010-09-14  Glenn Morris  <rgm@gnu.org>
168         * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
169         and tool-bar modes.  (Bug#6211)
170         (menu-bar-mode): Move setting of standard-value after the
171         minor-mode definition, otherwise it seems to have no effect.
173 2010-09-14  Masatake YAMATO  <yamato@redhat.com>
175         * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
176         Fix typo.  (Bug#6976)
178 2010-09-14  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
180         * whitespace.el: Allow cleaning up blanks without blank
181         visualization (Bug#6651).  Adjust help window for
182         whitespace-toggle-options (Bug#6479).  Allow to use fill-column
183         instead of whitespace-line-column (from EmacsWiki).  New version 13.1.
184         (whitespace-style): Add new value 'face.  Adjust docstring.
185         (whitespace-space, whitespace-hspace, whitespace-tab):
186         Adjust foreground property face.
187         (whitespace-line-column): Adjust docstring and type declaration.
188         (whitespace-style-value-list, whitespace-toggle-option-alist)
189         (whitespace-help-text): Adjust const initialization.
190         (whitespace-toggle-options, global-whitespace-toggle-options):
191         Adjust docstring.
192         (whitespace-display-window, whitespace-interactive-char)
193         (whitespace-style-face-p, whitespace-color-on): Adjust code.
194         (whitespace-help-scroll): New fun.
196 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
198         * calendar/time-date.el (format-seconds): Comment fix.
200 2010-09-13  Michael R. Mauger  <mmaug@yahoo.com>
202         * progmodes/sql.el: Version 2.7.
203         (sql-buffer-live-p): Improve detection.
204         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
205         (sql-set-sqli-buffer): Use it.
206         (sql-product-interactive): Run `sql-set-sqli-hook'.
207         (sql-rename-buffer): Code cleanup.
208         (sql-redirect, sql-redirect-value): New functions.  More to come.
210 2010-09-13  Juanma Barranquero  <lekktu@gmail.com>
212         Port tramp-related Makefile changes of 2010-09-08T14:42:54Z!michael.albinus@gmx.de, 2010-09-13T15:17:01Z!michael.albinus@gmx.de to Windows.
213         * makefile.w32-in (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
214         (TRAMP_SRC): New macro.
215         ($(lisp)/net/tramp-loaddefs.el): New target.
217 2010-09-13  Michael Albinus  <michael.albinus@gmx.de>
219         Major code cleanup.  Split tramp.el into tramp.el and tramp-sh.el.
221         * Makefile.in (TRAMP_SRC): Remove tramp-fish.el.  Add tramp-sh.el.
223         * net/tramp.el (top): Don't show loading message.  Require just
224         'tramp-compat, everything else is required there.
225         Use `ignore-errors' where appropriate.
226         (tramp-inline-compress-start-size, tramp-copy-size-limit)
227         (tramp-terminal-type, tramp-end-of-output)
228         (tramp-initial-end-of-output, tramp-completion-function-alist-rsh)
229         (tramp-completion-function-alist-ssh)
230         (tramp-completion-function-alist-telnet)
231         (tramp-completion-function-alist-su)
232         (tramp-completion-function-alist-putty, tramp-remote-path)
233         (tramp-remote-process-environment, tramp-sh-extra-args)
234         (tramp-actions-before-shell, tramp-uudecode)
235         (tramp-perl-file-truename, tramp-perl-file-name-all-completions)
236         (tramp-perl-file-attributes)
237         (tramp-perl-directory-files-and-attributes)
238         (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
239         (tramp-perl-encode, tramp-perl-decode)
240         (tramp-vc-registered-read-file-names, tramp-file-mode-type-map)
241         (tramp-file-name-handler-alist, tramp-make-tramp-temp-file)
242         (tramp-handle-make-symbolic-link, tramp-handle-load)
243         (tramp-handle-file-name-as-directory)
244         (tramp-handle-file-name-directory)
245         (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
246         (tramp-handle-file-exists-p, tramp-handle-file-attributes)
247         (tramp-do-file-attributes-with-ls)
248         (tramp-do-file-attributes-with-perl)
249         (tramp-do-file-attributes-with-stat)
250         (tramp-handle-set-visited-file-modtime)
251         (tramp-handle-verify-visited-file-modtime)
252         (tramp-handle-set-file-modes, tramp-handle-set-file-times)
253         (tramp-set-file-uid-gid, tramp-remote-selinux-p)
254         (tramp-handle-file-selinux-context)
255         (tramp-handle-set-file-selinux-context)
256         (tramp-handle-file-executable-p, tramp-handle-file-readable-p)
257         (tramp-handle-file-newer-than-file-p, tramp-handle-file-modes)
258         (tramp-handle-file-directory-p, tramp-handle-file-regular-p)
259         (tramp-handle-file-symlink-p, tramp-handle-file-writable-p)
260         (tramp-handle-file-ownership-preserved-p)
261         (tramp-handle-directory-file-name, tramp-handle-directory-files)
262         (tramp-handle-directory-files-and-attributes)
263         (tramp-do-directory-files-and-attributes-with-perl)
264         (tramp-do-directory-files-and-attributes-with-stat)
265         (tramp-handle-file-name-all-completions)
266         (tramp-handle-file-name-completion, tramp-handle-add-name-to-file)
267         (tramp-handle-copy-file, tramp-handle-copy-directory)
268         (tramp-handle-rename-file, tramp-do-copy-or-rename-file)
269         (tramp-do-copy-or-rename-file-via-buffer)
270         (tramp-do-copy-or-rename-file-directly)
271         (tramp-do-copy-or-rename-file-out-of-band)
272         (tramp-handle-make-directory, tramp-handle-delete-directory)
273         (tramp-handle-delete-file)
274         (tramp-handle-dired-recursive-delete-directory)
275         (tramp-handle-dired-compress-file, tramp-handle-dired-uncache)
276         (tramp-handle-insert-directory)
277         (tramp-handle-unhandled-file-name-directory)
278         (tramp-handle-expand-file-name)
279         (tramp-handle-substitute-in-file-name)
280         (tramp-handle-executable-find, tramp-process-sentinel)
281         (tramp-handle-start-file-process, tramp-handle-process-file)
282         (tramp-handle-call-process-region, tramp-handle-shell-command)
283         (tramp-handle-file-local-copy, tramp-handle-file-remote-p)
284         (tramp-handle-insert-file-contents)
285         (tramp-handle-insert-file-contents-literally)
286         (tramp-handle-find-backup-file-name)
287         (tramp-handle-make-auto-save-file-name, tramp-handle-write-region)
288         (tramp-vc-registered-file-names, tramp-handle-vc-registered)
289         (tramp-sh-file-name-handler, tramp-vc-file-name-handler)
290         (tramp-maybe-send-script, tramp-set-auto-save, tramp-run-test)
291         (tramp-run-test2, tramp-find-executable, tramp-set-remote-path)
292         (tramp-find-file-exists-command, tramp-open-shell)
293         (tramp-find-shell, tramp-barf-if-no-shell-prompt)
294         (tramp-open-connection-setup-interactive-shell)
295         (tramp-local-coding-commands, tramp-remote-coding-commands)
296         (tramp-find-inline-encoding, tramp-call-local-coding-command)
297         (tramp-inline-compress-commands, tramp-find-inline-compress)
298         (tramp-compute-multi-hops, tramp-maybe-open-connection)
299         (tramp-send-command , tramp-wait-for-output)
300         (tramp-send-command-and-check, tramp-barf-unless-okay)
301         (tramp-send-command-and-read, tramp-mode-string-to-int)
302         (tramp-convert-file-attributes, tramp-check-cached-permissions)
303         (tramp-file-mode-from-int, tramp-file-mode-permissions)
304         (tramp-shell-case-fold, tramp-make-copy-program-file-name)
305         (tramp-method-out-of-band-p, tramp-local-host-p)
306         (tramp-get-remote-path, tramp-get-remote-tmpdir)
307         (tramp-get-ls-command, tramp-get-ls-command-with-dired)
308         (tramp-get-test-command, tramp-get-test-nt-command)
309         (tramp-get-file-exists-command, tramp-get-remote-ln)
310         (tramp-get-remote-perl, tramp-get-remote-stat)
311         (tramp-get-remote-readlink, tramp-get-remote-trash)
312         (tramp-get-remote-id, tramp-get-remote-uid, tramp-get-remote-gid)
313         (tramp-get-local-uid, tramp-get-local-gid)
314         (tramp-get-inline-compress, tramp-get-inline-coding): Move to
315         tramp-sh.el.
316         (tramp-methods, tramp-default-method-alist)
317         (tramp-default-user-alist, tramp-foreign-file-name-handler-alist):
318         Move initialization to tramp-sh.el.
319         (tramp-temp-name-prefix): Make it a defconst.
320         (tramp-dissect-file-name): Don't check anymore for multi-hop
321         methods.
322         (tramp-debug-outline-regexp): Add a docstring.
323         (tramp-debug-outline-level): Rename from `tramp-outline-level'.
324         (tramp-get-debug-buffer): Use it.
326         * net/tramp-cache.el (top): Set tramp-autoload cookie for
327         initialization forms.
328         (tramp-set-connection-property): Don't protect `tramp-message'
329         call, it isn't necessary any longer.
330         (tramp-dump-connection-properties): Use `ignore-errors'.
332         * net/tramp-compat.el (top): Require 'advice, 'format-spec,
333         'password-cache and 'auth-source.
335         * net/tramp-gvfs.el (top):
336         * net/tramp-smb.el (top): Require 'tramp-sh.
338         * net/tramp-gw.el (tramp-gw-open-network-stream): Use `ignore-errors'.
340         * net/tramp-sh.el: New file, derived from tramp.el.
341         (top): Initialize `tramp-methods', `tramp-default-method-alist',
342         `tramp-default-user-alist', `tramp-foreign-file-name-handler-alist'.
343         Remove "scp1_old", "scp2_old", "ssh1_old", "ssh2_old".
344         Use `ignore-errors' where appropriate.
345         (tramp-sh-file-name-handler-alist): Rename from
346         `tramp-file-name-handler-alist'.
347         (tramp-send-command-and-check): Return t or nil.  Remove all
348         `zerop' checks, where called.
349         (tramp-handle-set-file-modes)
350         (tramp-do-copy-or-rename-file-directly)
351         (tramp-handle-delete-directory, tramp-handle-delete-file)
352         (tramp-maybe-send-script, ): Use `tramp-barf-unless-okay'.
353         (tramp-sh-file-name-handler, tramp-send-command-and-check)
354         (tramp-get-remote-ln): Set tramp-autoload cookie.
356         * net/tramp-fish.el: Remove file.
358 2010-09-13  Daiki Ueno  <ueno@unixuser.org>
360         * epa-file.el (epa-file-insert-file-contents): If visiting, bind
361         buffer-file-name to avoid file-locking.  (Bug#7026)
363 2010-09-13  Julien Danjou  <julien@danjou.info>
365         * notifications.el (notifications-notify): Add support for
366         image-path and sound-name.
367         (notifications-specification-version): Add this variable.
369 2010-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
371         * subr.el (y-or-n-p): New function, moved from src/fns.c; use read-key.
373 2010-09-12  Leo  <sdl.web@gmail.com>
375         * net/rcirc.el (rcirc-server-commands, rcirc-client-commands)
376         (rcirc-completion-start): New variables.
377         (rcirc-nick-completions): Rename to rcirc-completions.
378         (rcirc-nick-completion-start-offset): Delete.
379         (rcirc-completion-at-point): New function for constructing
380         completion data for both nicks and irc commands.  Add to
381         completion-at-point-functions in rcirc mode.
382         (rcirc-complete): Rename from rcirc-nick-complete; use
383         rcirc-completion-at-point.
384         (defun-rcirc-command): Update rcirc-client-commands.
386 2010-09-11  Glenn Morris  <rgm@gnu.org>
388         * emacs-lisp/bytecomp.el (byte-compile-file): Create .elc files
389         atomically, to avoid parallel build errors.  (Bug#4196)
391 2010-09-11  Michael R. Mauger  <mmaug@yahoo.com>
393         * progmodes/sql.el: Version 2.6
394         (sql-dialect): Synonym for "sql-product".
395         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
396         (sql-set-sqli-buffer, sql-show-sqli-buffer, sql-interactive-mode):
397         Set "sql-buffer" to buffer name not buffer object so multiple sql
398         interactive buffers work properly.  Reverts misguided changes in
399         earlier work.
400         (sql-comint): Make sure different buffer name is used if "*SQL*"
401         buffer is for a different product.
402         (sql-make-alternate-buffer-name): Fix bug with "sql-database"
403         login param.
404         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
405         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
406         (sql-db2, sql-linter, sql-product-interactive, sql-rename-buffer):
407         Accept new buffer name or prompt for one.
408         (sql-port): Default to zero.
409         (sql-comint-mysql): Handle "sql-port" as a numeric.
410         (sql-port-history): Delete unused variable.
411         (sql-get-login): Default "sql-port" to a number.
412         (sql-product-alist): Correct Postgres prompt and terminator regexp.
413         (sql-sqlite-program): Dynamically detect presence of "sqlite" or
414         "sqlite3" executables.
415         (sql-sqlite-login-params): Add "*.sqlite[23]?" database name pattern.
416         (sql-buffer-live-p): New function.
417         (sql-mode-menu, sql-send-string): Use it.
418         (sql-mode-oracle-font-lock-keywords): Improve SQL*Plus REMARK
419         syntax pattern.
420         (sql-mode-postgres-font-lock-keywords): Support Postgres V9.
421         (sql-mode-sqlite-font-lock-keywords): Hilight sqlite commands.
423 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
425         * net/netrc.el (netrc-credentials): New convenience function.
427 2010-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
429         * textmodes/texinfo.el (texinfo-syntax-propertize-function): New fun
430         to replace texinfo-font-lock-syntactic-keywords.
431         (texinfo-mode): Use it.
433         * textmodes/tex-mode.el (tex-common-initialization, doctex-mode):
434         Use syntax-propertize-function.
436         * textmodes/sgml-mode.el (sgml-syntax-propertize-function): New var to
437         replace sgml-font-lock-syntactic-keywords.
438         (sgml-mode): Use it.
440         * textmodes/reftex.el (font-lock-syntactic-keywords): Don't declare
441         since we don't use it.
443         * textmodes/bibtex.el (bibtex-mode): Use syntax-propertize-function.
445         * progmodes/vhdl-mode.el (vhdl-mode): Use syntax-propertize-function
446         if available.
447         (vhdl-fontify-buffer): Adjust.
449         * progmodes/tcl.el (tcl-syntax-propertize-function): New var to
450         replace tcl-font-lock-syntactic-keywords.
451         (tcl-mode): Use it.
453         * progmodes/simula.el (simula-syntax-propertize-function): New var to
454         replace simula-font-lock-syntactic-keywords.
455         (simula-mode): Use it.
457         * progmodes/sh-script.el (sh-st-symbol): Remove.
458         (sh-font-lock-close-heredoc, sh-font-lock-open-heredoc): Add eol arg.
459         (sh-font-lock-flush-syntax-ppss-cache, sh-font-lock-here-doc): Remove.
460         (sh-font-lock-quoted-subshell): Assume we've already matched $(.
461         (sh-font-lock-paren): Set syntax-multiline.
462         (sh-font-lock-syntactic-keywords): Remove.
463         (sh-syntax-propertize-function): New function to replace it.
464         (sh-mode): Use it.
466         * progmodes/ruby-mode.el (ruby-here-doc-beg-re):
467         Define while compiling.
468         (ruby-here-doc-end-re, ruby-here-doc-beg-match)
469         (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
470         (syntax-ppss, ruby-in-ppss-context-p, ruby-in-here-doc-p)
471         (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
472         (ruby-here-doc-end-syntax): Only define when
473         syntax-propertize is not available.
474         (ruby-syntax-propertize-function, ruby-syntax-propertize-heredoc):
475         New functions.
476         (ruby-in-ppss-context-p): Update to new syntax of heredocs.
477         (electric-indent-chars): Silence bytecompiler.
478         (ruby-mode): Use prog-mode, syntax-propertize-function, and
479         electric-indent-chars.
481         * progmodes/python.el (python-syntax-propertize-function): New var to
482         replace python-font-lock-syntactic-keywords.
483         (python-mode): Use it.
484         (python-quote-syntax): Simplify and adjust to new use.
486         * progmodes/perl-mode.el (perl-syntax-propertize-function): New fun to
487         replace perl-font-lock-syntactic-keywords.
488         (perl-syntax-propertize-special-constructs): New fun to replace
489         perl-font-lock-special-syntactic-constructs.
490         (perl-font-lock-syntactic-face-function): New fun.
491         (perl-mode): Use it.
493         * progmodes/octave-mod.el (octave-syntax-propertize-sqs): New function
494         to replace octave-font-lock-close-quotes.
495         (octave-syntax-propertize-function): New function to replace
496         octave-font-lock-syntactic-keywords.
497         (octave-mode): Use it.
499         * progmodes/mixal-mode.el (mixal-syntax-propertize-function): New var;
500         replaces mixal-font-lock-syntactic-keywords.
501         (mixal-mode): Use it.
503         * progmodes/make-mode.el (makefile-syntax-propertize-function):
504         New var; replaces makefile-font-lock-syntactic-keywords.
505         (makefile-mode): Use it.
506         (makefile-imake-mode): Adjust.
508         * progmodes/js.el (js--regexp-literal): Define while compiling.
509         (js-syntax-propertize-function): New var; replaces
510         js-font-lock-syntactic-keywords.
511         (js-mode): Use it.
513         * progmodes/gud.el (gdb-script-syntax-propertize-function): New var;
514         replaces gdb-script-font-lock-syntactic-keywords.
515         (gdb-script-mode): Use it.
517         * progmodes/fortran.el (fortran-mode): Use syntax-propertize-function.
518         (fortran--font-lock-syntactic-keywords): New var.
519         (fortran-line-length): Update syntax-propertize-function and
520         fortran--font-lock-syntactic-keywords.
522         * progmodes/cperl-mode.el (cperl-mode): Use syntax-propertize-function.
524         * progmodes/cfengine.el (cfengine-mode):
525         Use syntax-propertize-function.
526         (cfengine-font-lock-syntactic-keywords): Remove.
528         * progmodes/autoconf.el (autoconf-mode):
529         Use syntax-propertize-function.
530         (autoconf-font-lock-syntactic-keywords): Remove.
532         * progmodes/ada-mode.el (ada-set-syntax-table-properties)
533         (ada-after-change-function, ada-initialize-syntax-table-properties)
534         (ada-handle-syntax-table-properties): Only define when
535         syntax-propertize is not available.
536         (ada-mode): Use syntax-propertize-function.
538         * font-lock.el (font-lock-syntactic-keywords): Make obsolete.
539         (font-lock-fontify-syntactic-keywords-region): Move handling of
540         font-lock-syntactically-fontified to...
541         (font-lock-default-fontify-region): ...here.
542         Let syntax-propertize-function take precedence.
543         (font-lock-fontify-syntactically-region): Cal syntax-propertize.
545         * emacs-lisp/syntax.el (syntax-propertize-function)
546         (syntax-propertize-chunk-size, syntax-propertize--done)
547         (syntax-propertize-extend-region-functions): New vars.
548         (syntax-propertize-wholelines, syntax-propertize-multiline)
549         (syntax-propertize--shift-groups, syntax-propertize-via-font-lock)
550         (syntax-propertize): New functions.
551         (syntax-propertize-rules): New macro.
552         (syntax-ppss-flush-cache): Set syntax-propertize--done.
553         (syntax-ppss): Call syntax-propertize.
555         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Skip named groups.
557 2010-09-10  Agustín Martín  <agustin.martin@hispalinux.es>
559         * textmodes/ispell.el (ispell-init-process): Improve comments.
560         XEmacs compatibility changes regarding (add-hook) 'local option
561         and (set-process-query-on-exit-flag).
563 2010-09-09  Michael Albinus  <michael.albinus@gmx.de>
565         * net/tramp-cache.el (tramp-parse-connection-properties):
566         Set tramp-autoload cookie.
568 2010-09-09  Glenn Morris  <rgm@gnu.org>
570         * image.el (imagemagick-types-inhibit): Add :type, :version, :group.
571         (imagemagick-register-types): Doc fix.
573 2010-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
575         * progmodes/octave-mod.el (electric-indent-chars): Silence bytecomp.
577         * progmodes/js.el (require): Require is already "eval-and-compile".
578         (js--re-search-forward): Avoid `eval'.  Preserve the error data.
579         (js--re-search-backward): Use js--re-search-forward.
581         * progmodes/fortran.el (fortran-line-length): Don't recompute
582         syntactic keywords redundantly a second time.
584         * progmodes/ada-mode.el: Replace "(set '" with setq.
585         (ada-mode): Simplify.
586         (ada-create-case-exception, ada-adjust-case-interactive)
587         (ada-adjust-case-region, ada-format-paramlist, ada-indent-current)
588         (ada-search-ignore-string-comment, ada-move-to-start)
589         (ada-move-to-end): Use with-syntax-table.
591         * font-lock.el (save-buffer-state): Remove `varlist' arg.
592         (font-lock-unfontify-region, font-lock-default-fontify-region):
593         Update usage correspondingly.
594         (font-lock-fontify-syntactic-keywords-region):
595         Set parse-sexp-lookup-properties buffer-locally here.
596         (font-lock-fontify-syntactically-region): Remove unused `ppss' arg.
598         * simple.el (blink-matching-open): Don't burp if we can't find a match.
600 2010-09-08  Glenn Morris  <rgm@gnu.org>
602         * emacs-lisp/bytecomp.el (byte-compile-report-ops):
603         Error if not compiled with -DBYTE_CODE_METER.
605         * emacs-lisp/bytecomp.el (byte-recompile-directory):
606         Ignore dir-locals-file.
608 2010-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
610         * progmodes/compile.el (compilation-error-regexp-alist-alist):
611         Not a const.
612         (compilation-error-regexp-alist-alist): Rule out ": " in file names
613         for the `gnu' messages.
614         (compilation-set-skip-threshold): New command.
615         (compilation-start): Use \' rather than $.
616         (compilation-forget-errors): Use clrhash.
618 2010-09-08  Agustín Martín  <agustin.martin@hispalinux.es>
620         * textmodes/ispell.el (ispell-valid-dictionary-list):
621         Simplify logic.
623 2010-09-08  Michael Albinus  <michael.albinus@gmx.de>
625         Migrate to Tramp 2.2.  Rearrange load dependencies.
626         (Bug#1529, Bug#5448, Bug#5705)
628         * Makefile.in (TRAMP_DIR, TRAMP_SRC): New variables.
629         ($(TRAMP_DIR)/tramp-loaddefs.el): New target.
630         (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
632         * net/tramp.el (top): Remove all other tramp-* loads except
633         tramp-compat.el.  Remove all changes to tramp-unload-hook for
634         other tramp-* packages.  Rearrange defun order.  Change calls of
635         `tramp-compat-call-process', `tramp-compat-decimal-to-octal',
636         `tramp-compat-octal-to-decimal' to new function names.
637         (tramp-terminal-type, tramp-initial-end-of-output)
638         (tramp-methods, tramp-foreign-file-name-handler-alist)
639         (tramp-tramp-file-p, tramp-completion-mode-p)
640         (tramp-send-command-and-check, tramp-get-remote-path)
641         (tramp-get-remote-tmpdir, tramp-get-remote-ln)
642         (tramp-shell-quote-argument): Set tramp-autoload cookie.
643         (with-file-property, with-connection-property): Move to
644         tramp-cache.el.
645         (tramp-local-call-process, tramp-decimal-to-octal)
646         (tramp-octal-to-decimal): Move to tramp-compat.el.
647         (tramp-handle-shell-command): Do not require 'shell.
648         (tramp-compute-multi-hops): No special handling for tramp-gw-*
649         symbols.
650         (tramp-unload-tramp): Do not call `tramp-unload-file-name-handlers'.
652         * net/tramp-cache.el (top): Require 'tramp.  Add to
653         `tramp-unload-hook'.
654         (tramp-cache-data, tramp-get-file-property)
655         (tramp-set-file-property, tramp-flush-file-property)
656         (tramp-flush-directory-property, tramp-get-connection-property)
657         (tramp-set-connection-property, tramp-flush-connection-property)
658         (tramp-cache-print, tramp-list-connections): Set tramp-autoload
659         cookie.
660         (with-file-property, with-connection-property): New defuns, moved
661         from tramp.el.
662         (tramp-flush-file-function): Use `with-parsed-tramp-file-name'
663         macro.
665         * net/tramp-cmds.el (top): Add to `tramp-unload-hook'.
666         (tramp-version): Set tramp-autoload cookie.
668         * net/tramp-compat.el (top): Require 'tramp-loaddefs.  Remove all
669         changes to tramp-unload-hook for other tramp-* packages.  Add to
670         `tramp-unload-hook'.
671         (tramp-compat-decimal-to-octal, tramp-compat-octal-to-decimal)
672         (tramp-compat-call-process): New defuns, moved from tramp.el.
674         * net/tramp-fish.el (top) Require just 'tramp.  Add objects to
675         `tramp-methods' and `tramp-foreign-file-name-handler-alist'.  Add
676         to `tramp-unload-hook'.  Change call of
677         `tramp-compat-decimal-to-octal' to new function name.
678         (tramp-fish-method): Make it a defconst.
679         (tramp-fish-file-name-p): Make it a defsubst.
680         (tramp-fish-method, tramp-fish-file-name-handler)
681         (tramp-fish-file-name-p): Set tramp-autoload cookie.
683         * net/tramp-ftp.el (top) Add objects to `tramp-methods' and
684         `tramp-foreign-file-name-handler-alist'.  Add to
685         `tramp-unload-hook'.
686         (tramp-ftp-method): Make it a defconst.
687         (tramp-ftp-file-name-p): Make it a defsubst.
688         (tramp-ftp-method, tramp-ftp-file-name-handler)
689         (tramp-ftp-file-name-p): Set tramp-autoload cookie.
691         * net/tramp-gvfs.el (top) Add objects to `tramp-methods' and
692         `tramp-foreign-file-name-handler-alist'.  Add to
693         `tramp-unload-hook'.  Change checks, whether package can be
694         loaded.
695         (tramp-gvfs-file-name-p): Make it a defsubst.
696         (tramp-gvfs-methods, tramp-gvfs-file-name-handler)
697         (tramp-gvfs-file-name-p): Set tramp-autoload cookie.
698         (tramp-gvfs-handle-file-directory-p): New defun.
699         (tramp-gvfs-file-name-handler-alist): Use it.
701         * net/tramp-gw.el (top) Add objects to `tramp-methods' and
702         `tramp-foreign-file-name-handler-alist'.  Add to
703         `tramp-unload-hook'.
704         (tramp-gw-tunnel-method, tramp-gw-default-tunnel-port)
705         (tramp-gw-socks-method, tramp-gw-default-socks-port): Make it a
706         defconst.
707         (tramp-gw-tunnel-method, tramp-gw-socks-method)
708         (tramp-gw-open-connection): Set tramp-autoload cookie.
710         * net/tramp-imap.el (top) Require just 'tramp.  Add objects to
711         `tramp-methods' and `tramp-foreign-file-name-handler-alist'.  Add
712         to `tramp-unload-hook'.  Change checks, whether package can be
713         loaded.
714         (tramp-imap-file-name-p): Make it a defsubst.
715         (tramp-imap-method, tramp-imaps-method)
716         (tramp-imap-file-name-handler)
717         (tramp-imap-file-name-p): Set tramp-autoload cookie.
719         * net/tramp-smb.el (top) Require just 'tramp.  Add objects to
720         `tramp-methods' and `tramp-foreign-file-name-handler-alist'.  Add
721         to `tramp-unload-hook'.  Change checks, whether package can be
722         loaded.  Change call of `tramp-compat-decimal-to-octal' to new
723         function name.
724         (tramp-smb-tunnel-method): Make it a defconst.
725         (tramp-smb-file-name-p): Make it a defsubst.
726         (tramp-smb-method, tramp-smb-file-name-handler)
727         (tramp-smb-file-name-p): Set tramp-autoload cookie.
729         * net/tramp-uu.el (top) Add to `tramp-unload-hook'.
730         (tramp-uuencode-region): Set tramp-autoload cookie.
732         * net/trampver.el (top) Add to `tramp-unload-hook'.
733         (tramp-version, tramp-bug-report-address): Set tramp-autoload
734         cookie.  Update release number.
736 2010-09-07  Agustín Martín  <agustin.martin@hispalinux.es>
738         * textmodes/ispell.el (ispell-start-process): Make sure original
739         arg list is properly initialized (Bug#6993, Bug#6994).
741 2010-09-06  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
743         * files.el (directory-abbrev-alist): Use \` as default regexp.
745         * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
746         chars like - or ] (bug#6984).
747         (rx-any-condense-range): Explode 2-char ranges.
749 2010-09-06  Glenn Morris  <rgm@gnu.org>
751         * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
753 2010-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
755         * textmodes/bibtex.el:
756         * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
758 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
760         * net/imap.el (imap-message-map): Remove optional buffer parameter,
761         since no callers use it.
762         (imap-message-get): Ditto.
763         (imap-message-put): Ditto.
764         (imap-mailbox-map): Ditto.
765         (imap-mailbox-put): Ditto.
766         (imap-mailbox-get): Ditto.
767         (imap-mailbox-get): Revert last change for this function.
769 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
771         * net/imap.el (imap-fetch-safe): Remove function, and alter all
772         callers to use `imap-fetch' instead.  According to the comments, this
773         should be safe, since all other IMAP clients use the 1:* syntax.
774         (imap-enable-exchange-bug-workaround): Remove.
775         (imap-debug): Remove -- doesn't seem very useful.
777 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
779         * net/imap.el (imap-log): New convenience function used throughout
780         instead of repeating the same code all over the place.
782 2010-09-05  David De La Harpe Golden  <david@harpegolden.net>
784         * mouse.el (mouse-save-then-kill): Save region to kill-ring
785         when mouse-drag-copy-region is non-nil (Bug#6956).
787 2010-09-05  Chong Yidong  <cyd@stupidchicken.com>
789         * dired.el (dired-ls-sorting-switches, dired-sort-by-name-regexp):
790         Improve regexps (Bug#6987).
791         (dired-sort-toggle): Search more robustly for -t flag.
793         * files.el (get-free-disk-space): Search more robustly for
794         "available" column.  Suggested by Ehud Karni
795         <ehud@unix.mvs.co.il>.
797 2010-09-05  Juanma Barranquero  <lekktu@gmail.com>
799         * international/uni-bidi.el:
800         * international/uni-category.el:
801         * international/uni-combining.el:
802         * international/uni-decimal.el:
803         * international/uni-mirrored.el:
804         * international/uni-name.el: Regenerate.
806 2010-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
808         * electric.el (electric-indent-post-self-insert-function):
809         Don't reindent with a sloppy indentation function.
811         * emacs-lisp/syntax.el (syntax-ppss): More sanity check to catch
812         border case in change-log-mode.
814 2010-09-04  Chong Yidong  <cyd@stupidchicken.com>
816         * progmodes/compile.el (compilation-error-regexp-alist-alist):
817         Remove ruby regexp; handle Ruby errors with gcc-include and gnu.
818         Recognize leading tab in gcc-include regexp.  Ignore names with
819         leading "from" or "in" in gnu regexp (Bug#6937).
821 2010-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
823         Avoid global recursive calls to kill-buffer-hooks; fit into 80 cols.
824         * textmodes/ispell.el (ispell-process-buffer-name): Remove.
825         (ispell-start-process): Avoid setq and simplify logic.
826         (ispell-init-process): Setup kill-buffer-hook locally when needed.
827         (kill-buffer-hook): Don't use it globally with code that uses
828         expand-file-name since that may call kill-buffer via
829         code_conversion_restore.
831 2010-09-04  Noorul Islam K M  <noorul@noorul.com>  (tiny change)
833         * emacs-lisp/package.el (package-directory-list): Only call
834         file-name-nondirectory on a string.
836 2010-09-02  Chong Yidong  <cyd@stupidchicken.com>
838         * emacs-lisp/package.el (package--download-one-archive):
839         Ensure that archive-contents is valid before saving it.
840         (package-activate-1, package-mark-obsolete, define-package)
841         (package-compute-transaction, package-list-maybe-add): Use push.
843 2010-09-03  Stefan Monnier  <monnier@iro.umontreal.ca>
845         Use SMIE's blink-paren for octave-mode.
846         * progmodes/octave-mod.el (octave-font-lock-close-quotes):
847         Backslashes do not escape single-quotes, single-quotes do.
848         (octave-block-else-regexp, octave-block-end-regexp)
849         (octave-block-match-alist): Remove.
850         (octave-smie-bnf-table): New var, with old content.
851         (octave-smie-op-levels): Use it.
852         (octave-smie-closer-alist): New var.
853         (octave-mode): Use it.  Setup smie-blink-matching and electric-indent.
854         (octave-blink-matching-block-open): Remove.
855         (octave-reindent-then-newline-and-indent, octave-electric-semi)
856         (octave-electric-space): Let self-insert-command run expand-abbrev and
857         blink parens.
859         * electric.el (electricity): New group.
860         (electric-indent-chars): New var.
861         (electric-indent-post-self-insert-function): New fun.
862         (electric-indent-mode): New minor mode.
863         (electric-pair-skip-self): New custom.
864         (electric-pair-post-self-insert-function): New function.
865         (electric-pair-mode): New minor mode.
867         * calc/calc-aent.el (calcAlg-blink-matching-check): New fun, to replace
868         calcAlg-blink-matching-open.
869         (calc-alg-ent-map, calc-alg-ent-esc-map): Initialize in the declaration.
870         (calc-do-alg-entry): Only touch the part of the keymap that varies.
871         Use the new blink-matching-check-function.
873         Provide blink-matching support to SMIE.
874         * emacs-lisp/smie.el (smie-bnf-closer-alist): New function.
875         (smie-blink-matching-triggers, smie-blink-matching-inners): New vars.
876         (smie-blink-matching-check, smie-blink-matching-open): New functions.
878         * simple.el (newline): Fix last change to properly remove itself from
879         the hook.
881 2010-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
883         * simple.el (newline): Eliminate optimization.
884         Use post-self-insert-hook to set hard-newline and things before
885         running post-self-insert-hook.
886         (blink-matching-check-mismatch): New function.
887         (blink-matching-check-function): New variable.
888         (blink-matching-open): Use them.
889         Skip back forward over prefix chars skipped by forward-sexp.
890         Don't check if the parens are backslash escaped.
891         (blink-paren-post-self-insert-function): Check backslash escaping here.
893 2010-09-02  Chong Yidong  <cyd@stupidchicken.com>
895         * emacs-lisp/package.el (package-menu-mode-map):
896         Change package-menu-revert bindings to revert-buffer.
897         (package-menu-mode): Set revert-buffer-function.
898         (package-menu-revert): Doc fix.
900 2010-09-02  Agustín Martín  <agustin.martin@hispalinux.es>
902         * textmodes/ispell.el (ispell-init-process): Use "~/" as
903         `default-directory' unless using Ispell per-directory personal
904         dictionaries and not in a mini-buffer under XEmacs.
905         (kill-buffer-hook): Do not kill ispell process on exit when
906         `ispell-process-directory' is "~/". (Bug#6143)
908 2010-09-02  Jan Djärv  <jan.h.d@swipnet.se>
910         * simple.el (kill-new): Call interprogram-cut-function with only
911         one argument.
913         * term.el (term-mouse-paste): Don't call x-get-cutbuffer.
914         Remove cut buffer from error message.
916         * term/x-win.el (x-select-text):
917         * term/pc-win.el (x-selection-value):
918         * term/ns-win.el (x-selection-value):
919         * eshell/em-term.el:
920         * w32-fns.el (x-get-selection-value):
921         * mouse-sel.el (mouse-sel-set-selection-function):
922         * frame.el (display-selections-p): Remove cut-buffer in documentation.
924         * term/x-win.el: Update documentation for x-last-selected-text-*.
925         (x-last-selected-text-cut, x-last-selected-text-cut-encoded)
926         (x-last-cut-buffer-coding, x-cut-buffer-max): Remove.
927         (x-select-text): Remove argument PUSH, update documentation.  Remove
928         cut-buffer code.
929         (x-selection-value-internal): Was previously x-selection-value.
930         (x-selection-value): Rename from x-cut-buffer-or-selection-value.
931         Update documentation, remove cut-buffer code.  Call
932         x-selection-value-internal.
933         (x-clipboard-yank): Call x-selection-value-internal.
934         (x-initialize-window-system): Remove setting of x-cut-buffer-max.
936         * term/pc-win.el (x-last-selected-text):
937         x-cut-buffer-or-selection-value renamed to x-selection-value
938         (x-select-text): Remove argument PUSH, update documentation.
940         * term/ns-win.el (x-setup-function-keys, ns-last-selected-text):
941         x-cut-buffer-or-selection-value renamed to x-selection-value
942         (x-selection-value): Renamed from x-cut-buffer-or-selection-value.
943         (x-select-text): Remove argument PUSH, update documentation.
945         * emacs-lisp/cl-macs.el (x-get-cutbuffer, x-get-cut-buffer): Remove.
947         * w32-fns.el (x-last-selected-text):
948         x-cut-buffer-or-selection-value renamed to x-selection-value.
949         (x-cut-buffer-max): Remove.
950         (x-select-text): Remove argument PUSH, update documentation.
952         * simple.el (interprogram-cut-function): Remove mention of PUSH.
954         * select.el (x-get-cut-buffer, x-set-cut-buffer): Remove.
956         * mouse-sel.el (mouse-sel-get-selection-function):
957         x-cut-buffer-or-selection-value renamed to x-selection-value.
958         (x-select-text): Remove optional push.
960 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
962         * simple.el (blink-paren-function): Move from C to here.
963         (blink-paren-post-self-insert-function): New function.
964         (post-self-insert-hook): Use it.
966         * emacs-lisp/pcase.el (pcase-split-memq):
967         Fix overenthusiastic optimisation.
968         (pcase-u1): Handle the case of a lambda pred.
970 2010-08-31  Kenichi Handa  <handa@m17n.org>
972         * international/mule-cmds.el (standard-display-european-internal):
973         Setup standard-display-table for 8-bit characters by storing 8-bit
974         characters in the element vector.
976         * disp-table.el (standard-display-8bit): Setup
977         standard-display-table for 8-bit characters by storing 8-bit
978         characters in the element vector.
979         (standard-display-european): Likewise.
981 2010-08-31  Masatake YAMATO  <yamato@redhat.com>
983         * textmodes/nroff-mode.el (nroff-view): New command.
984         (nroff-mode-map): Bind it to C-c C-c.
986 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
988         * emacs-lisp/smie.el (smie-down-list): New command.
990         Remove old indentation and navigation code on octave-mode.
991         * progmodes/octave-mod.el (octave-mode-map): Remap down-list to
992         smie-down-list rather than add a binding for octave-down-block.
993         (octave-mark-block, octave-blink-matching-block-open):
994         Rely on forward-sexp-function.
995         (octave-fill-paragraph): Don't narrow, so you can use
996         indent-according-to-mode.
997         (octave-block-begin-regexp, octave-block-begin-or-end-regexp): Remove.
998         (octave-in-block-p, octave-re-search-forward-kw)
999         (octave-re-search-backward-kw, octave-indent-calculate)
1000         (octave-end-as-array-index-p, octave-block-end-offset)
1001         (octave-scan-blocks, octave-forward-block, octave-backward-block)
1002         (octave-down-block, octave-backward-up-block, octave-up-block)
1003         (octave-before-magic-comment-p, octave-indent-line): Remove.
1005 2010-08-31  Chong Yidong  <cyd@stupidchicken.com>
1007         * emacs-lisp/package.el (package--read-archive-file): Just use
1008         `read', to avoid copying an additional string.
1009         (package-menu-mode): Set header-line-format here.
1010         (package-menu-refresh, package-menu-revert): Signal an error if
1011         not in the Package Menu.
1012         (package-menu-package-list): New var.
1013         (package--generate-package-list): Operate on the current buffer;
1014         don't assume that it is *Packages*, since the user may rename it.
1015         Allow persistent package listings and sort keys using
1016         package-menu-package-list and package-menu-package-sort-key.
1017         (package-menu--version-predicate): Fix version calculation.
1018         (package-menu-sort-by-column): Don't select the window.
1019         (package--list-packages): Create the *Packages* buffer.
1020         Set package-menu-package-list-key.
1021         (list-packages): Sorting by status is now the default.
1022         (package-buffer-info): Use match-string-no-properties.
1023         (define-package): Add a &rest argument for future proofing, but
1024         don't use it yet.
1025         (package-install-from-buffer, package-install-buffer-internal):
1026         Merge into a single function, package-install-from-buffer.
1027         (package-install-file): Change caller.
1029         * finder.el: Load finder-inf using `require'.
1030         (finder-list-matches): Sorting by status is now the default.
1031         (finder-compile-keywords): Simpify printing.
1033 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1035         * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
1036         (octave-mode-map): Remove special bindings for forward/backward-block
1037         and octave-backward-up-block.  Use smie-close-block.
1038         (octave-continuation-marker-regexp): New var.
1039         (octave-continuation-regexp): Use it.
1040         (octave-operator-table, octave-smie-op-levels)
1041         (octave-operator-regexp, octave-smie-indent-rules): New vars.
1042         (octave-smie-backward-token, octave-smie-forward-token): New funs.
1043         (octave-mode): Use SMIE.
1044         (octave-close-block): Delete.
1046 2010-08-30  Eli Zaretskii  <eliz@gnu.org>
1048         * menu-bar.el (menu-bar-edit-menu) <"Paste">: Check selection in
1049         CLIPBOARD, not in PRIMARY.  (Bug#6944)
1051 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1053         * emacs-lisp/smie.el (smie-indent-offset-rule): Let :parent take
1054         a list of parents.
1055         (smie-indent-column): Allow indirection through variables.
1057         * composite.el (save-buffer-state): Delete, unused.
1058         * font-lock.el (save-buffer-state): Use with-silent-modifications.
1059         (font-lock-default-fontify-region): Use with-syntax-table.
1060         * jit-lock.el (with-buffer-unmodified): Remove.
1061         (with-buffer-prepared-for-jit-lock): Use with-silent-modifications.
1063         Use `declare' in defmacros.
1064         * window.el (save-selected-window):
1065         * subr.el (with-temp-file, with-temp-message, with-syntax-table):
1066         * progmodes/python.el (def-python-skeleton):
1067         * net/dbus.el (dbus-ignore-errors):
1068         * jka-cmpr-hook.el (with-auto-compression-mode):
1069         * international/mule.el (with-category-table):
1070         * emacs-lisp/timer.el (with-timeout):
1071         * emacs-lisp/lisp-mnt.el (lm-with-file):
1072         * emacs-lisp/eieio.el (with-slots):
1073         * emacs-lisp/easymenu.el (easy-menu-define):
1074         * emacs-lisp/debug.el (debugger-env-macro):
1075         * emacs-lisp/cl-compat.el (Multiple-value-bind, Multiple-value-setq)
1076         (Multiple-value-call, Multiple-value-prog1):
1077         * emacs-lisp/cl-seq.el (cl-parsing-keywords, cl-check-key)
1078         (cl-check-test-nokey, cl-check-test, cl-check-match): Move indent and
1079         edebug rule to definition.
1080         * emacs-lisp/lisp-mode.el (save-selected-window)
1081         (with-current-buffer, combine-after-change-calls)
1082         (with-output-to-string, with-temp-file, with-temp-buffer)
1083         (with-temp-message, with-syntax-table, read-if, eval-after-load)
1084         (dolist, dotimes, when, unless):
1085         * emacs-lisp/byte-run.el (inline): Remove indent rule, redundant.
1087 2010-08-29  Chong Yidong  <cyd@stupidchicken.com>
1089         * finder.el: Require `package'.
1090         (finder-known-keywords): Tweak descriptions.  Retire `oop' keyword.
1091         (finder-package-info): Var deleted.
1092         (finder-keywords-hash, finder--builtins-alist): New vars.
1093         (finder-compile-keywords): Compute package--builtins and
1094         finder-keywords-hash instead of finder-keywords-hash, respecting
1095         the "Package" header.
1096         (finder-unknown-keywords, finder-list-matches):
1097         Use finder-keywords-hash and package--list-packages.
1098         (finder-mode): Don't set font-lock-defaults.
1099         (finder-exit): We don't use "*Finder-package*" and "*Finder
1100         Category*" buffers anymore.
1102         * emacs-lisp/package.el (package--builtins-base): Var deleted.
1103         (package--builtins): Set default value to nil.
1104         (package-initialize): Load precomputed value of package--builtins
1105         from finder-inf.el.
1106         (package-alist, package-compute-transaction)
1107         (package-download-transaction): Improve docstring.
1108         (package-read-all-archive-contents): Do not change
1109         package--builtins here.
1110         (list-packages): Make package-list-packages an alias for this.
1111         Sort by status by default.
1112         (package--list-packages): Add optional PACKAGES arg.
1113         (describe-package-1): Use font-lock-face property.  For built-in
1114         packages, insert file commentary.
1115         (package--generate-package-list): Rename from
1116         package-list-packages-internal; all callers changed.  Add optional
1117         PACKAGES arg.  Add alphabetical sort fallbacks.
1118         (package-menu--version-predicate, package-menu--status-predicate)
1119         (package-menu--description-predicate)
1120         (package-menu--name-predicate): New functions.
1122         * info.el (Info-finder-find-node): Search package-alist instead of
1123         finder-package-info.
1125 2010-08-29  Chong Yidong  <cyd@stupidchicken.com>
1127         * subr.el (version-regexp-alist): Don't use "a" and "b" for
1128         "alpha" and "beta".
1129         (version-to-list): Handle versions like "10.3d".
1131 2010-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1133         * emacs-lisp/macroexp.el (macroexpand-all-1): Use pcase.
1134         (macroexp-accumulate): Use `declare'.
1136 2010-08-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1138         * whitespace.el (whitespace-style): Adjust type declaration.
1140 2010-08-26  Magnus Henoch  <magnus.henoch@gmail.com>
1142         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
1143         empty argument to gvfs-copy.
1145 2010-08-26  Chong Yidong  <cyd@stupidchicken.com>
1147         * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
1148         handle new TRASH arg of `delete-file'.
1150 2010-08-26  Christian Lynbech  <christian.lynbech@tieto.com>  (tiny change)
1152         * net/tramp.el (tramp-handle-insert-directory): Don't use
1153         `forward-word', its default syntax could be changed.
1155 2010-08-26  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
1156             Michael Albinus  <michael.albinus@gmx.de>
1158         Implement compression for inline methods.
1160         * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
1161         (tramp-copy-size-limit): Allow also nil.
1162         (tramp-inline-compress-commands): New defconst.
1163         (tramp-find-inline-compress, tramp-get-inline-compress)
1164         (tramp-get-inline-coding): New defuns.
1165         (tramp-get-remote-coding, tramp-get-local-coding): Remove,
1166         replaced by `tramp-get-inline-coding'.
1167         (tramp-handle-file-local-copy, tramp-handle-write-region)
1168         (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
1170 2010-08-26  Noah Lavine  <noah549@gmail.com>  (tiny change)
1172         Detect ssh 'ControlMaster' argument automatically in some cases.
1174         * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
1175         (tramp-default-method): Use it.
1177 2010-08-26  Karel Klíč  <kklic@redhat.com>
1179         * net/tramp.el (tramp-file-name-for-operation):
1180         Add file-selinux-context.
1182 2010-08-26  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
1184         * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
1186 2010-08-26  Chong Yidong  <cyd@stupidchicken.com>
1188         * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
1189         (Bug#6907).
1191 2010-08-26  Nathan Weizenbaum  <nweiz@cressida.sea.corp.google.com>  (tiny change)
1193         * progmodes/js.el: Make indentation more customizable (Bug#6914).
1194         (js-paren-indent-offset, js-square-indent-offset)
1195         (js-curly-indent-offset): New options.
1196         (js--proper-indentation): Use them.
1198 2010-08-26  Daniel Colascione  <dan.colascione@gmail.com>
1200         * progmodes/sh-script.el (sh-get-indent-info): Use syntax-ppss
1201         instead of inspecting font-lock properties (Bug#6916).
1203 2010-08-26  David Reitter  <david.reitter@gmail.com>
1205         * server.el (server-visit-files): Run pre-command-hook and
1206         post-command-hook for each buffer while it is current
1207         (Bug#6910).
1208         (server-execute): Do not run hooks here.
1210 2010-08-26  Michael Albinus  <michael.albinus@gmx.de>
1212         Sync with Tramp 2.1.19.
1214         * net/tramp-cmds.el (tramp-cleanup-all-connections)
1215         (tramp-reporter-dump-variable, tramp-load-report-modules)
1216         (tramp-append-tramp-buffers): Use `tramp-compat-funcall'.
1217         (tramp-bug): Recommend setting of `tramp-verbose' to 9.
1219         * net/tramp-compat.el (top): Do not autoload
1220         `tramp-handle-file-remote-p'.  Load tramp-util.el and tramp-vc.el
1221         only when `start-file-process' is not bound.
1222         (byte-compile-not-obsolete-vars): Define if not bound.
1223         (tramp-compat-funcall): New defmacro.
1224         (tramp-compat-line-beginning-position)
1225         (tramp-compat-line-end-position)
1226         (tramp-compat-temporary-file-directory)
1227         (tramp-compat-make-temp-file, tramp-compat-file-attributes)
1228         (tramp-compat-copy-file, tramp-compat-copy-directory)
1229         (tramp-compat-delete-file, tramp-compat-delete-directory)
1230         (tramp-compat-number-sequence, tramp-compat-process-running-p):
1231         Use it.
1232         (tramp-advice-file-expand-wildcards): Do not use
1233         `tramp-handle-file-remote-p'.
1234         (tramp-compat-make-temp-file): Simplify fallback implementation.
1235         (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
1236         (tramp-compat-copy-tree): Remove function.
1237         (tramp-compat-delete-file): New defun.
1238         (tramp-compat-delete-directory): Provide implementation for older
1239         Emacsen.
1240         (tramp-compat-file-attributes): Handle only
1241         `wrong-number-of-arguments' error.
1243         * net/tramp-fish.el (tramp-fish-handle-copy-file): Add
1244         PRESERVE_SELINUX_CONTEXT.
1245         (tramp-fish-handle-delete-file): Add TRASH arg.
1246         (tramp-fish-handle-directory-files-and-attributes):
1247         Do not use `tramp-fish-handle-file-attributes.
1248         (tramp-fish-handle-file-local-copy)
1249         (tramp-fish-handle-insert-file-contents)
1250         (tramp-fish-maybe-open-connection): Use `with-progress-reporter'.
1252         * net/tramp-gvfs.el (top): Require url-util.
1253         (tramp-gvfs-mount-point): Remove.
1254         (tramp-gvfs-file-name-handler-alist): Add `file-selinux-context'
1255         and `set-file-selinux-context'.
1256         (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command)
1257         (tramp-gvfs-handle-file-selinux-context)
1258         (tramp-gvfs-handle-set-file-selinux-context): New defuns.
1259         (with-tramp-dbus-call-method): Format trace message.
1260         (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
1261         (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
1262         Implement backup call, when operation on local files fails.  Use
1263         progress reporter.  Flush properties of changed files.
1264         (tramp-gvfs-handle-delete-file): Add TRASH arg.  Use
1265         `tramp-compat-delete-file'.
1266         (tramp-gvfs-handle-expand-file-name): Expand "~/".
1267         (tramp-gvfs-handle-make-directory): Make more traces.
1268         (tramp-gvfs-handle-write-region): Protect deleting tmpfile.
1269         (tramp-gvfs-url-file-name): Hexify file name in url.
1270         (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
1271         into account for the resulting file name.
1272         (tramp-gvfs-handler-askquestion): Preserve current message, in
1273         order to let progress reporter continue afterwards.  (Bug#6257)
1274         Return dummy mountpoint, when the answer is "no".  See
1275         `tramp-gvfs-maybe-open-connection'.
1276         (tramp-gvfs-handler-mounted-unmounted)
1277         (tramp-gvfs-connection-mounted-p): Test also for new mountspec
1278         attribute "default_location".  Set "prefix" property.  Handle
1279         default-location.
1280         (tramp-gvfs-mount-spec): Return both prefix and mountspec.
1281         (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
1282         exists.  Raise an error, if not (due to a corresponding answer
1283         "no" in interactive questions, for example). Use
1284         `tramp-compat-funcall'.
1286         * net/tramp-imap.el (top): Autoload `epg-make-context'.
1287         (tramp-imap-handle-copy-file): Add PRESERVE-SELINUX-CONTEXT.
1288         (tramp-imap-do-copy-or-rename-file)
1289         (tramp-imap-handle-insert-file-contents)
1290         (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
1291         (tramp-imap-handle-delete-file): Add TRASH arg.
1293         * net/tramp-smb.el (tramp-smb-handle-copy-file): Add
1294         PRESERVE-SELINUX-CONTEXT.
1295         (tramp-smb-handle-copy-file)
1296         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
1297         (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
1298         Use `with-progress-reporter'.
1299         (tramp-smb-handle-delete-file): Add TRASH arg.
1301         * net/tramp.el (tramp-methods): Move hostname to the end in all
1302         ssh `tramp-login-args'.  Add `tramp-async-args' attribute where
1303         appropriate.
1304         (tramp-verbose): Describe verbose level 9.
1305         (tramp-completion-function-alist)
1306         (tramp-file-name-regexp, tramp-chunksize)
1307         (tramp-local-coding-commands, tramp-remote-coding-commands)
1308         (with-connection-property, tramp-completion-mode-p)
1309         (tramp-action-process-alive, tramp-action-out-of-band)
1310         (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
1311         (tramp-exists-file-name-handler): Fix docstring.
1312         (tramp-remote-process-environment): Use `format' instead of
1313         `concat'.  Protect version string by apostroph.
1314         (tramp-shell-prompt-pattern): Do not use a shy group in case of
1315         XEmacs.
1316         (tramp-file-name-regexp-unified)
1317         (tramp-completion-file-name-regexp-unified): On W32 systems, do
1318         not regard the volume letter as remote filename.  (Bug#5447)
1319         (tramp-perl-file-attributes)
1320         (tramp-perl-directory-files-and-attributes): Don't pass "$3".
1321         (tramp-vc-registered-read-file-names): Read input as
1322         here-document, otherwise the command could exceed maximum length
1323         of command line.
1324         (tramp-file-name-handler-alist): Add `file-selinux-context' and
1325         `set-file-selinux-context'.
1326         (tramp-debug-message): Add `tramp-compat-funcall' to ignored
1327         backtrace functions.
1328         (tramp-error-with-buffer): Don't show the connection buffer when
1329         we are in completion mode.
1330         (tramp-progress-reporter-update, tramp-remote-selinux-p)
1331         (tramp-handle-file-selinux-context)
1332         (tramp-handle-set-file-selinux-context, tramp-process-sentinel)
1333         (tramp-connectable-p, tramp-open-shell, tramp-get-remote-trash):
1334         New defuns.
1335         (with-progress-reporter): New defmacro.
1336         (tramp-debug-outline-regexp): New defconst.
1337         (top, tramp-rfn-eshadow-setup-minibuffer)
1338         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
1339         (tramp-handle-dired-compress-file, tramp-handle-shell-command)
1340         (tramp-completion-mode-p, tramp-check-for-regexp)
1341         (tramp-open-connection-setup-interactive-shell)
1342         (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
1343         (tramp-time-diff, tramp-coding-system-change-eol-conversion)
1344         (tramp-set-process-query-on-exit-flag, tramp-unload-tramp):
1345         Use `tramp-compat-funcall'.
1346         (tramp-handle-make-symbolic-link): Flush file properties.
1347         (tramp-handle-load, tramp-handle-file-local-copy)
1348         (tramp-handle-insert-file-contents, tramp-handle-write-region)
1349         (tramp-handle-vc-registered, tramp-maybe-send-script)
1350         (tramp-find-shell): Use `with-progress-reporter'.
1351         (tramp-do-file-attributes-with-stat): Add space in format string,
1352         in order to work around a bug in pdksh.  Reported by Gilles Pion
1353         <gpion@lfdj.com>.
1354         (tramp-handle-verify-visited-file-modtime): Do not send a command
1355         when the connection is not established.
1356         (tramp-handle-set-file-times): Simplify the check for utc.
1357         (tramp-handle-directory-files-and-attributes)
1358         (tramp-get-remote-path): Use `copy-tree'.
1359         (tramp-completion-handle-file-name-all-completions): Ensure, that
1360         non remote files are still checked.  Oops.
1361         (tramp-handle-copy-file, tramp-do-copy-or-rename-file): Handle
1362         PRESERVE-SELINUX-CONTEXT.
1363         (tramp-do-copy-or-rename-file): Add progress reporter.
1364         (tramp-do-copy-or-rename-file-directly): Do not use
1365         `tramp-handle-file-remote-p'.
1366         (tramp-do-copy-or-rename-file-out-of-band):
1367         Use `tramp-compat-delete-directory'.
1368         (tramp-do-copy-or-rename-file-out-of-band)
1369         (tramp-compute-multi-hops, tramp-maybe-open-connection):
1370         Use `format-spec-make'.
1371         (tramp-handle-delete-file): Add TRASH arg.
1372         (tramp-handle-dired-uncache): Flush directory cache, not only file
1373         cache.
1374         (tramp-handle-expand-file-name)
1375         (tramp-completion-handle-file-name-all-completions)
1376         (tramp-completion-handle-file-name-completion): Use
1377         `tramp-connectable-p'.
1378         (tramp-handle-start-file-process): Set connection property "vec".
1379         Use it, in order to invalidate file caches.  Check only for
1380         `remote-tty' process property.
1381         Implement tty setting.  (Bug#4604, Bug#6360)
1382         (tramp-file-name-for-operation): Add `call-process-region' and
1383         `set-file-selinux-context'.
1384         (tramp-find-foreign-file-name-handler)
1385         (tramp-advice-make-auto-save-file-name)
1386         (tramp-set-auto-save-file-modes): Remove superfluous check for
1387         `stringp'.  This is done inside `tramp-tramp-file-p'.
1388         (tramp-file-name-handler): Trace 'quit.  Catch the error for some
1389         operations when we are in completion mode.  This gives the user
1390         the chance to correct the file name in the minibuffer.
1391         (tramp-completion-mode-p): Use `non-essential'.
1392         (tramp-handle-file-name-all-completions): Backward/ XEmacs
1393         compatibility: Use `completion-ignore-case' if
1394         `read-file-name-completion-ignore-case' does not exist.
1395         (tramp-get-debug-buffer): Use `tramp-debug-outline-regexp'.
1396         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
1397         `tramp-open-shell'.
1398         (tramp-action-password): Hide password prompt before next run.
1399         (tramp-process-actions): Widen connection buffer for the trace.
1400         (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
1401         process property.  Trace stty settings if `tramp-verbose' >= 9.
1402         Apply workaround for IRIX64 bug.  Move argument of last
1403         `tramp-send-command' where it belongs to.
1404         (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
1405         front of `login-args'.
1406         (tramp-get-ls-command, tramp-get-ls-command-with-dired): Run tests
1407         on "/dev/null" instead of "/".
1408         (tramp-get-ls-command-with-dired): Make test for "--dired"
1409         stronger.
1410         (tramp-set-auto-save-file-modes): Adapt version check.
1411         (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
1412         (tramp-handle-process-file): Call the program in a subshell, in
1413         order to preserve working directory.
1414         (tramp-handle-shell-command): Don't use hard-wired "/bin/sh" but
1415         `tramp-remote-sh' from `tramp-methods'.
1416         (tramp-get-ls-command): Make test for "--color=never" stronger.
1417         (tramp-check-for-regexp): Use (forward-line 1).
1419         * net/trampver.el: Update release number.
1421 2010-08-26  Chong Yidong  <cyd@stupidchicken.com>
1423         * help.el (help-map): Bind `C-h P' to describe-package.
1425         * menu-bar.el (menu-bar-describe-menu): Add describe-package.
1427         * emacs-lisp/package.el (package-refresh-contents): Catch errors
1428         when downloading archives.
1429         (describe-package-1): Add package commentary.
1430         (package-install-button-action): New function.
1431         (package-menu-mode-map): Bind ? to package-menu-describe-package.
1432         (package-menu-view-commentary): Function removed.
1433         (package-list-packages-internal): Hide the `package' package too.
1435 2010-08-25  Kenichi Handa  <handa@m17n.org>
1437         * language/misc-lang.el ("Arabic"): New language environment.
1438         Setup composition-function-table for Arabic characters.
1440         * international/fontset.el (setup-default-fontset): Fix typo for
1441         arabic OTF spec (fini->fina).
1443 2010-08-25  Jan Djärv  <jan.h.d@swipnet.se>
1445         * menu-bar.el (menu-bar-set-tool-bar-position): Set frame parameter
1446         on all frames.
1448 2010-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1450         * whitespace.el: Allow cleaning up blanks without blank
1451         visualization (Bug#6651).  Adjust help window for
1452         whitespace-toggle-options (Bug#6479).  Allow to use fill-column
1453         instead of whitespace-line-column (from EmacsWiki).  New version
1454         13.1.
1455         (whitespace-style): Added new value 'face.  Adjust docstring.
1456         (whitespace-space, whitespace-hspace, whitespace-tab): Adjust
1457         foreground property face.
1458         (whitespace-line-column): Adjust docstring and type declaration.
1459         (whitespace-style-value-list, whitespace-toggle-option-alist)
1460         (whitespace-help-text): Adjust const initialization.
1461         (whitespace-toggle-options, global-whitespace-toggle-options):
1462         Adjust docstring.
1463         (whitespace-display-window, whitespace-interactive-char)
1464         (whitespace-style-face-p, whitespace-color-on): Adjust code.
1465         (whitespace-help-scroll): New fun.
1467 2010-08-24  Chong Yidong  <cyd@stupidchicken.com>
1469         * emacs-lisp/package.el (list-packages): Alias for
1470         package-list-packages.
1472 2010-08-24  Kevin Ryde  <user42@zip.com.au>
1474         * textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix
1475         (Bug#5651).
1477         * progmodes/ruby-mode.el (ruby): Add defgroup.
1479 2010-08-24  Chong Yidong  <cyd@stupidchicken.com>
1481         * progmodes/python.el: Add Ipython support (Bug#5390).
1482         (python-shell-prompt-alist)
1483         (python-shell-continuation-prompt-alist): New options.
1484         (python--set-prompt-regexp): New function.
1485         (inferior-python-mode, run-python, python-shell): Require
1486         ansi-color.  Use python--set-prompt-regexp to set the comint
1487         prompt based on the Python interpreter.
1488         (python--prompt-regexp): New var.
1489         (python-check-comint-prompt)
1490         (python-comint-output-filter-function): Use it.
1491         (run-python): Use a pipe (Bug#5694).
1493 2010-08-24  Fabian Ezequiel Gallina  <galli.87@gmail.com>  (tiny change)
1495         * progmodes/python.el (python-send-region): Send a different
1496         Python command if Ipython is in use.
1497         (python-check-version): Use a Python command to find the version.
1499 2010-08-24  Chong Yidong  <cyd@stupidchicken.com>
1501         * mouse.el (mouse-yank-primary): Avoid setting primary when
1502         deactivating the mark (Bug#6872).
1504 2010-08-23  Chris Foote  <chris@foote.com.au>  (tiny change)
1506         * progmodes/python.el (python-block-pairs): Allow use of "finally"
1507         with "else" (Bug#3991).
1509 2010-08-23  Michael Albinus  <michael.albinus@gmx.de>
1511         * net/dbus.el: Accept UNIX domain sockets as bus address.
1512         (top): Don't initialize `dbus-registered-objects-table' anymore,
1513         this is done in dbusbind,c.
1514         (dbus-check-event): Adapt test for bus.
1515         (dbus-return-values-table, dbus-unregister-service)
1516         (dbus-event-bus-name, dbus-introspect, dbus-register-property):
1517         Adapt doc string.
1519 2010-08-23  Juanma Barranquero  <lekktu@gmail.com>
1521         * ido.el (ido-use-virtual-buffers): Fix typo in docstring.
1523 2010-08-22  Juri Linkov  <juri@jurta.org>
1525         * simple.el (read-extended-command): New function with the logic
1526         for `completing-read' moved to Elisp from `execute-extended-command'.
1527         Use `function-called-at-point' in `minibuffer-default-add-function'
1528         to get a command name for M-n (bug#5364, bug#5214).
1530 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
1532         * startup.el (command-line-1): Issue warning for ignored arguments
1533         --unibyte, etc (Bug#6886).
1535 2010-08-22  Leo  <sdl.web@gmail.com>
1537         * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
1538         (ignore, bright, dim, keyword): Split list of nicknames before
1539         passing to rcirc-add-or-remove (Bug#6894).
1541 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
1543         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
1545 2010-08-22  Leo  <sdl.web@gmail.com>
1547         Fix buffer-list rename&refresh after killing a buffer in ido.
1548         * lisp/ido.el: Revert Óscar's.
1549         (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
1550         Remember the buffers at head, rather than their name.
1551         * lisp/iswitchb.el (iswitchb-kill-buffer): Re-make the list.
1553 2010-08-22  Kirk Kelsey  <kirk.kelsey@0x4b.net>  (tiny change)
1554             Stefan Monnier  <monnier@iro.umontreal.ca>
1556         * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
1557         extra backslash added to each line (bug#6890).
1559 2010-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1561         * subr.el (read-key): Don't echo keystrokes (bug#6883).
1563 2010-08-22  Glenn Morris  <rgm@gnu.org>
1565         * menu-bar.el (menu-bar-games-menu): Add landmark.
1567 2010-08-22  Glenn Morris  <rgm@gnu.org>
1569         * align.el (align-regexp): Make group and spacing arguments
1570         use the interactive defaults when non-interactive.  (Bug#6698)
1572         * mail/rmail.el (rmail-forward): Replace mail-text-start with its
1573         expansion, so as not to need sendmail.
1574         (mail-text-start): Remove declaration.
1575         (rmail-retry-failure): Require sendmail.
1577 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
1579         * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
1581 2010-08-22  Michael Albinus  <michael.albinus@gmx.de>
1583         * progmodes/flymake.el (flymake-start-syntax-check-process):
1584         Use `start-file-process' in order to let it run also on remote hosts.
1586 2010-08-22  Kenichi Handa  <handa@m17n.org>
1588         * files.el: Add `word-wrap' as safe local variable.
1590 2010-08-22  Glenn Morris  <rgm@gnu.org>
1592         * woman.el (woman-translate): Case matters.  (Bug#6849)
1594 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
1596         * simple.el (kill-region): Doc fix (Bug#6787).
1598 2010-08-22  Glenn Morris  <rgm@gnu.org>
1600         * calendar/diary-lib.el (diary-header-line-format):
1601         Fit it to the window, not the frame.
1603 2010-08-22  Andreas Schwab  <schwab@linux-m68k.org>
1605         * subr.el (ignore-errors): Add debug declaration.
1607 2010-08-22  Geoff Gole  <geoffgole@gmail.com>  (tiny change)
1609         * whitespace.el (whitespace-color-off): Remove post-command-hook
1610         locally.
1612 2010-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1614         * vc/add-log.el (add-log-file-name): Don't get confused by symlinks.
1616 2010-08-21  Chong Yidong  <cyd@stupidchicken.com>
1618         * cus-edit.el (custom-group-value-create): Add extra newline
1619         before end line (Bug#6876).
1621 2010-08-21  Chong Yidong  <cyd@stupidchicken.com>
1623         * mouse.el (mouse-save-then-kill): Don't save region to kill ring
1624         when extending it.  Before killing on the second click, check if
1625         the buffer is the correct one.  Doc fix.
1626         (mouse-secondary-save-then-kill): Allow usage without first
1627         calling mouse-start-secondary, by defaulting to point.  Don't save
1628         an empty secondary selection.  Doc fix.
1630 2010-08-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1632         * whitespace.el: Fix slow cursor movement (Bug#6172).  Reported by
1633         Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
1634         New version 13.0.
1635         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
1636         Adjust initialization.
1637         (whitespace-bob-marker, whitespace-eob-marker)
1638         (whitespace-buffer-changed): New vars.
1639         (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
1640         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
1641         (whitespace-post-command-hook, whitespace-display-char-on):
1642         Adjust code.
1643         (whitespace-looking-back, whitespace-buffer-changed): New funs.
1644         (whitespace-space-regexp, whitespace-tab-regexp): Fun eliminated.
1646 2010-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1648         * files.el (locate-file-completion-table): Only list the .el and .elc
1649         extensions if there's no other choice (bug#5955).
1651         * facemenu.el (facemenu-self-insert-data): New var.
1652         (facemenu-post-self-insert-function, facemenu-set-self-insert-face):
1653         New functions.
1654         (facemenu-add-face): Use them.
1656         * simple.el (blink-matching-open): Obey forward-sexp-function.
1658 2010-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1660         * simple.el (prog-mode-map): New var.
1661         (prog-indent-sexp): New command.
1663         * progmodes/octave-mod.el (octave-mode-menu): Make toggle buttons.
1665         * progmodes/prolog.el (smie): Require.
1667         * emacs-lisp/smie.el (smie-default-backward-token)
1668         (smie-default-forward-token): Strip properties.
1669         (smie-next-sexp): Be more careful with associative operators.
1670         (smie-forward-sexp-command): Generalize.
1671         (smie-backward-sexp-command): Simplify.
1672         (smie-closer-alist): New var.
1673         (smie-close-block): New command.
1674         (smie-indent-debug-log): New var.
1675         (smie-indent-offset-rule): Add a few more cases.
1676         (smie-indent-column): New function.
1677         (smie-indent-after-keyword): Use it.
1678         (smie-indent-keyword): Use it.
1679         Fix up the opener code's point position.
1680         (smie-indent-comment): Only applies at BOL.
1681         (smie-indent-debug): New command.
1683         * emacs-lisp/autoload.el (make-autoload): Preload the macros's
1684         declarations that are useful before running the macro.
1686 2010-08-18  Joakim Verona  <joakim@verona.se>
1688         * image.el (imagemagick-types-inhibit): New variable.
1689         (imagemagick-register-types): New function.
1690         * image-mode.el (image-transform-properties): New function.
1691         (image-transform-set-scale, image-transform-fit-to-height)
1692         (image-transform-set-rotation, image-transform-set-resize)
1693         (image-transform-fit-to-width, image-transform-fit-to-height):
1694         New functions.
1695         (image-toggle-display-image): Support image transforms.
1697 2010-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1699         * image.el (create-animated-image): Don't add heuristic mask to image
1700         (Bug#6839).
1702 2010-08-18  Jan Djärv  <jan.h.d@swipnet.se>
1704         * term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard):
1705         Use QCLIPBOARD instead of QPRIMARY (Bug#6677).
1707 2010-08-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1709         * emacs-lisp/lisp.el (up-list): Obey forward-sexp-function if set.
1711         Font-lock '...' strings, plus various simplifications and fixes.
1712         * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
1713         (octave-font-lock-close-quotes): New function.
1714         (octave-font-lock-syntactic-keywords): New var.
1715         (octave-mode): Use it.  Set beginning-of-defun-function.
1716         (octave-mode-map): Don't override the <foo>-defun commands.
1717         (octave-mode-menu): Pass it directly to easy-menu-define;
1718         remove (now generic) <foo>-defun commands; use info-lookup-symbol.
1719         (octave-block-match-alist): Fix up last change so that
1720         octave-close-block uses the more specific keyword.
1721         (info-lookup-mode): Silence byte-compiler.
1722         (octave-beginning-of-defun): Not interactive any more.
1723         Optimize slightly.
1724         (octave-end-of-defun, octave-mark-defun, octave-in-defun-p): Remove.
1725         (octave-indent-defun, octave-send-defun): Use mark-defun instead.
1726         (octave-completion-at-point-function): Make sure point is within
1727         beg..end.
1728         (octave-reindent-then-newline-and-indent):
1729         Use reindent-then-newline-and-indent.
1730         (octave-add-octave-menu): Remove.
1732 2010-08-17  Jan Djärv  <jan.h.d@swipnet.se>
1734         * mail/emacsbug.el (report-emacs-bug-insert-to-mailer)
1735         (report-emacs-bug-can-use-xdg-email): New functions.
1736         (report-emacs-bug): Set can-xdg-email to result of
1737         report-emacs-bug-can-use-xdg-email.  If can-xdg-email bind
1738         \C-cm to report-emacs-bug-insert-to-mailer and add help text
1739         about it.
1741         * net/browse-url.el (browse-url-default-browser): Add cond
1742         for browse-url-xdg-open.
1743         (browse-url-can-use-xdg-open, browse-url-xdg-open): New functions.
1745 2010-08-17  Glenn Morris  <rgm@gnu.org>
1747         * progmodes/cc-engine.el (c-new-BEG, c-new-END)
1748         (c-fontify-recorded-types-and-refs): Define for compiler.
1749         * progmodes/cc-mode.el (c-new-BEG, c-new-END): Move definitions
1750         before use.
1752         * calendar/icalendar.el (icalendar--convert-recurring-to-diary):
1753         Fix format call.
1755 2010-08-17  Michael Albinus  <michael.albinus@gmx.de>
1757         * net/tramp.el (tramp-handle-make-symbolic-link): Flush file
1758         properties.
1759         (tramp-handle-process-file): Call the program in a subshell, in
1760         order to preserve working directory.
1761         (tramp-action-password): Hide password prompt before next run.
1762         (tramp-process-actions): Widen connection buffer for the trace.
1764 2010-08-16  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
1766         * net/rcirc.el (rcirc-log-process-buffers): New option.
1767         (rcirc-print): Use it.
1768         (rcirc-generate-log-filename): New function.
1769         (rcirc-log-filename-function): Change default to
1770         rcirc-generate-log-filename (Bug#6828).
1772 2010-08-16  Chong Yidong  <cyd@stupidchicken.com>
1774         * simple.el (deactivate-mark): If select-active-regions is `only',
1775         only set selection for temporarily active regions.
1777         * cus-start.el: Change defcustom for select-active-regions.
1779 2010-08-15  Chong Yidong  <cyd@stupidchicken.com>
1781         * mouse.el (mouse--drag-set-mark-and-point): New function.
1782         (mouse-drag-track): Use LOCATION arg to push-mark.
1783         Use mouse--drag-set-mark-and-point to take click-count into
1784         consideration when updating point and mark (Bug#6840).
1786 2010-08-15  Chong Yidong  <cyd@stupidchicken.com>
1788         * progmodes/compile.el (compilation-error-regexp-alist-alist):
1789         Give the Ruby rule a lower priority than Gnu (Bug#6778).
1791 2010-08-14  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
1793         * font-lock.el (lisp-font-lock-keywords-2):
1794         Add combine-after-change-calls, condition-case-no-debug,
1795         with-demoted-errors, and with-silent-modifications (Bug#6025).
1797 2010-08-14  Kevin Ryde  <user42@zip.com.au>
1799         * emacs-lisp/copyright.el (copyright-update-year)
1800         (copyright-update): Temporary switch-to-buffer to ensure the
1801         buffer change being queried is visible (Bug#5394).
1803 2010-08-14  Tom Tromey  <tromey@redhat.com>
1805         * progmodes/etags.el (tags-file-name): Mark safe if stringp
1806         (Bug#6733).
1808 2010-08-14  Eli Zaretskii  <eliz@gnu.org>
1810         * mouse.el (mouse-yank-primary): Fix mouse-2 on MS-Windows and
1811         MS-DOS.  (Bug#6689)
1813 2010-08-13  Jan Djärv  <jan.h.d@swipnet.se>
1815         * menu-bar.el (menu-bar-set-tool-bar-position): New function.
1816         (menu-bar-showhide-tool-bar-menu-customize-enable-left)
1817         (menu-bar-showhide-tool-bar-menu-customize-enable-right)
1818         (menu-bar-showhide-tool-bar-menu-customize-enable-top)
1819         (menu-bar-showhide-tool-bar-menu-customize-enable-bottom):
1820         Call menu-bar-set-tool-bar-position.
1822 2010-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1824         * progmodes/octave-mod.el (octave-mode-syntax-table): Use the new "c"
1825         comment style (bug#6834).
1826         * progmodes/scheme.el (scheme-mode-syntax-table):
1827         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Remove spurious
1828         "b" flag in "' 14b" syntax.
1830         * progmodes/octave-mod.el (octave-mode-map): Remove special bindings
1831         for (un)commenting the region and performing completion.
1832         (octave-mode-menu): Use standard commands for help and completion.
1833         (octave-mode-syntax-table): Support %{..%} comments (sort of).
1834         (octave-mode): Use define-derived-mode.
1835         Set completion-at-point-functions and don't set columns.
1836         Don't disable adaptive-fill-regexp.
1837         (octave-describe-major-mode, octave-comment-region)
1838         (octave-uncomment-region, octave-comment-indent)
1839         (octave-indent-for-comment): Remove.
1840         (octave-indent-calculate): Rename from calculate-octave-indent.
1841         (octave-indent-line, octave-fill-paragraph): Update caller.
1842         (octave-initialize-completions): No need to make an alist.
1843         (octave-completion-at-point-function): New function.
1844         (octave-complete-symbol): Use it.
1845         (octave-insert-defun): Use define-skeleton.
1847         * progmodes/octave-mod.el (octave-mode): Set comment-add.
1848         (octave-mode-map): Use comment-dwim (bug#6829).
1850 2010-08-12  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
1852         * cus-edit.el (custom-save-variables, custom-save-faces): Fix up
1853         indentation of inserted comment.
1855 2010-08-11  Jan Djärv  <jan.h.d@swipnet.se>
1857         * faces.el (region): Add type gtk that uses gtk colors.
1859         * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
1860         Handle theme-name change.
1862 2010-08-10  Michael R. Mauger  <mmaug@yahoo.com>
1864         * progmodes/sql.el: Version 2.5
1865         (sql-product-alist): Add :prompt-cont-regexp property for several
1866         database products.
1867         (sql-prompt-cont-regexp): New variable.
1868         (sql-output-newline-count, sql-output-by-send):
1869         New variables.  Record number of newlines in input text.
1870         (sql-send-string): Handle multiple filters and count newlines.
1871         (sql-send-magic-terminator): Count terminator newline.
1872         (sql-interactive-remove-continuation-prompt): Filters output to
1873         remove continuation prompts; one for each newline.
1874         (sql-interactive-mode): Set up new variables, prompt regexp and
1875         output filter.
1876         (sql-mode-sqlite-font-lock-keywords): Correct some keywords.
1877         (sql-make-alternate-buffer-name): Correct buffer name in edge cases.
1879 2010-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1881         * emacs-lisp/pcase.el: New file.
1883 2010-08-10  Michael Albinus  <michael.albinus@gmx.de>
1885         * net/tramp.el (tramp-vc-registered-read-file-names): Read input
1886         as here-document, otherwise the command could exceed maximum
1887         length of command line.
1888         (tramp-handle-vc-registered): Call script accordingly.
1889         Reported by Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>.
1891 2010-08-10  Kenichi Handa  <handa@m17n.org>
1893         * language/hebrew.el: Exclude U+05C3 (Hebrew SOF PASUQ) from the
1894         composable pattern.
1896 2010-08-09  Chong Yidong  <cyd@stupidchicken.com>
1898         * emacs-lisp/package.el (package-version-split)
1899         (package--version-first-nonzero, package-version-compare):
1900         Functions removed.
1901         (package-directory-list, package-load-all-descriptors)
1902         (package--built-in, package-activate, define-package)
1903         (package-installed-p, package-compute-transaction)
1904         (package-read-all-archive-contents)
1905         (package--add-to-archive-contents, package-buffer-info)
1906         (package-tar-file-info, package-list-packages-internal):
1907         Use version-to-list and version-list-*.
1909         * emacs-lisp/package-x.el (package-upload-buffer-internal):
1910         Use version-to-list.
1911         (package-upload-buffer-internal): Use version-list-<=.
1913 2010-08-09  Kenichi Handa  <handa@m17n.org>
1915         * language/hebrew.el: Exclude U+05BD (Hebrew MAQAF) from the
1916         composable pattern.
1918 2010-08-08  Chong Yidong  <cyd@stupidchicken.com>
1920         * tutorial.el (tutorial--default-keys): C-d is now bound to
1921         delete-forward-char (Bug#6826).
1923         * mouse.el (mouse-drag-track): Remove accidentally-removed check
1924         for `double' value of mouse-1-click-follows-link (Bug#6807).
1926 2010-08-08  Johan Bockgård  <bojohan@gnu.org>
1928         * replace.el (replace-highlight): Bind isearch-forward and
1929         isearch-error, ensuring that highlighting is updated if the user
1930         switches the search direction (Bug#6808).
1932         * isearch.el (isearch-lazy-highlight-forward): New var.
1933         (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
1934         (isearch-lazy-highlight-update): Use it.
1936 2010-08-08  Kenichi Handa  <handa@m17n.org>
1938         * international/mule.el (define-charset): Store NAME as :base property.
1939         (ctext-non-standard-encodings-table): Pay attention to charset aliases.
1940         (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
1941         current priority.  Force using the designation of the specific
1942         charset by adding `charset' text property.  Improve the whole algorithm.
1944 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
1946         * emulation/pc-select.el (pc-selection-mode-hook)
1947         (copy-region-as-kill-nomark, beginning-of-buffer-mark)
1948         (pc-selection-mode): Fix typos in docstrings.
1950 2010-08-08  Kenichi Handa  <handa@m17n.org>
1952         * language/cyrillic.el: Don't add "microsoft-cp1251" to
1953         ctext-non-standard-encodings-alist here.
1955         * international/mule.el (ctext-non-standard-encodings-alist):
1956         Add "koi8-r" and "microsoft-cp1251".
1957         (ctext-standard-encodings): New variable.
1958         (ctext-non-standard-encodings-table): List only elements for
1959         non-standard encodings.
1960         (ctext-pre-write-conversion): Adjust for the above change.
1961         Check ctext-standard-encodings.
1963         * international/mule-conf.el (compound-text): Doc fix.
1964         (ctext-no-compositions): Doc fix.
1965         (compound-text-with-extensions): Doc fix.
1967 2010-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1969         * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
1971 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
1973         * progmodes/which-func.el (which-func-format): Split help-echo text
1974         into lines, like other mode-line tooltips.
1976         * server.el (server-start): When using TCP sockets, force IPv4
1977         and use a literal 127.0.0.1 for localhost.  (Related to bug#6781.)
1979 2010-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1981         * bindings.el (complete-symbol): Run completion-at-point as a fallback.
1983 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
1985         * term.el (term-delimiter-argument-list): Reflow docstring.
1986         (term-read-input-ring, term-write-input-ring, term-send-input)
1987         (term-bol, term-erase-in-display, serial-supported-or-barf):
1988         Fix typos in docstrings.
1990 2010-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1992         * bindings.el (function-key-map): Add a S-tab => backtab fallback.
1994 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
1996         * dabbrev.el (dabbrev-completion): Fix typo in docstring.
1998 2010-08-08  MON KEY  <monkey@sandpframing.com>  (tiny change)
2000         * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
2001         Fix typo in docstring (bug#6747).
2003 2010-08-08  Leo  <sdl.web@gmail.com>
2005         * eshell/esh-io.el (eshell-get-target): Better detection of
2006         read-only file (Bug#6762).
2008 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
2010         * align.el (align-default-spacing): Doc fix.
2011         (align-region-heuristic, align-regexp): Fix typos in docstrings.
2013 2010-08-08  Stephen Peters  <speters@itasoftware.com>
2015         * calendar/icalendar.el
2016         (icalendar--split-value): Fixed splitting regexp. (Bug#6766)
2017         (icalendar--get-weekday-numbers): New
2018         (icalendar--convert-recurring-to-diary): Handle multiple byday
2019         values in weekly rules. (Bug#6766)
2021 2010-08-08  Ulf Jasper  <ulf.jasper@web.de>
2023         * calendar/icalendar.el (icalendar-uid-format): Doc fix.
2024         (icalendar--create-uid, icalendar-export-region)
2025         (icalendar--parse-summary-and-rest): Code formatting.
2027 2010-08-08  Jay Belanger  <jay.p.belanger@gmail.com>
2029         * calc/calc.el (calc-trail-mode,calc-refresh): Use `face' property
2030         to italicize headers.
2031         (calc-highlight-selections-with-faces): New variable.
2032         (calc-selected-face, calc-nonselected-face): New faces.
2034         * calc/calccomp.el (math-comp-highlight-string): Use
2035         `calc-highlight-selections-with-faces' to determine how to highlight
2036         sub-formulas.
2038         * calc/calc-sel.el (calc-show-selections): Change message to when
2039         using faces to highlight selections.
2041 2010-08-07  Michael R. Mauger  <mmaug@yahoo.com>
2043         * progmodes/sql.el (sql-mode-sqlite-font-lock-keywords):
2044         Add SQLite 3 keywords, functions and datatypes.
2045         (sql-interactive-mode): Remove `comint-process-echoes' set to t
2046         (Bug#6686).
2048 2010-08-07  Chong Yidong  <cyd@stupidchicken.com>
2050         * simple.el (select-active-regions): Move to keyboard.c.
2051         (deactivate-mark): Used saved-region-selection.
2052         (select-active-region): Function removed.
2053         (activate-mark, set-mark, push-mark-command)
2054         (handle-shift-selection): Don't call it.
2055         (keyboard-quit): Avoid adding the region to the window selection.
2057         * mouse.el (mouse-drag-track): Remove hacks to deal with old
2058         select-active-regions implementation.
2059         (mouse-yank-at-click): Doc fix.
2061         * cus-start.el: Add custom declaration for select-active-regions.
2063 2010-08-07  Eli Zaretskii  <eliz@gnu.org>
2065         * simple.el (delete-forward-char): Doc fix.
2067         * tutorial.el (help-with-tutorial): Hack safe file-local variables
2068         after reading the tutorial.
2070 2010-08-06  Alan Mackenzie  <bug-cc-mode@gnu.org>
2072         * progmodes/cc-cmds.el (c-mask-paragraph, c-fill-paragraph): Fix
2073         for the case that a C style comment has its delimiters alone on
2074         their respective lines.
2076 2010-08-06  Michael Albinus  <michael.albinus@gmx.de>
2078         * net/tramp.el (tramp-handle-start-file-process): Set connection
2079         property "vec".
2080         (tramp-process-sentinel): Use it for flushing the cache.  We
2081         cannot do it via the process buffer, the buffer could be deleted
2082         already when running the sentinel.
2084 2010-08-06  Jürgen Hötzel  <juergen@archlinux.org>  (tiny change)
2086         * comint.el (comint-mode): Make directory tracking functions
2087         functional on remote files.  (Bug#6764)
2089 2010-08-06  Dan Nicolaescu  <dann@ics.uci.edu>
2091         * vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.
2093 2010-08-05  Eli Zaretskii  <eliz@gnu.org>
2095         * emacs-lisp/find-gc.el (find-gc-source-files): Rename
2096         unexec.c => unexcoff.c.
2098         * emacs-lisp/authors.el (authors-fixed-entries): Rename
2099         unexec.c => unexcoff.c.
2101 2010-08-05  Michael Albinus  <michael.albinus@gmx.de>
2103         * net/tramp.el (tramp-handle-dired-uncache): Flush directory
2104         cache, not only file cache.
2105         (tramp-process-sentinel): New defun.
2106         (tramp-handle-start-file-process): Use it, in order to invalidate
2107         file caches.
2109 2010-08-03  Leo  <sdl.web@gmail.com>
2111         * server.el (server-start): Simplify loop.
2113 2010-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2115         * frame.el (screen-height, screen-width, set-screen-width)
2116         (set-screen-height): Remove ancient compatibility aliases.
2118         * textmodes/fill.el (justify-current-line): Don't add 1 to nspaces
2119         when justifying.  It seems useless and harmful for ncols=1 (bug#6738).
2121         * emacs-lisp/timer.el (timer-event-handler): Protect against timers
2122         that change current buffer.
2124 2010-08-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2126         * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
2127         beginning of the string.  Use `string-match-p'.  (Bug#6765)
2129 2010-08-01  Jan Djärv  <jan.h.d@swipnet.se>
2131         * cus-start.el (x-gtk-use-system-tooltips): New variable.
2133 2010-08-01  Chong Yidong  <cyd@stupidchicken.com>
2135         * emacs-lisp/package.el (package--list-packages): Fix column alignment.
2136         (package--builtins): Tweak descriptions.
2137         (package-print-package): Upcase descriptions if necessary.
2138         Show all built-in packages in font-lock-builtin-face.
2139         (package-list-packages-internal): Omit "emacs" package.
2140         Show status of built-in packages as "built-in".
2142 2010-07-31  Chong Yidong  <cyd@stupidchicken.com>
2144         * mouse.el (mouse-save-then-kill): Doc fix.  Deactivate mark
2145         before killing to preserve the primary selection (Bug#6701).
2147         * term/x-win.el (x-select-text): Doc fix.
2149 2010-07-31  Nathaniel Flath  <flat0103@gmail.com>
2151         Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).
2152         The following functions were modified or created:
2154         * progmodes/cc-vars.el (c-offsets-alist, c-inside-block-syms)
2155         (objc-font-lock-extra-types):
2156         * progmodes/cc-mode.el (c-basic-common-init):
2157         * progmodes/cc-langs.el (c-make-mode-syntax-table)
2158         (c++-make-template-syntax-table)
2159         (c-identifier-syntax-modifications, c-symbol-start, c-operators)
2160         (c-<-op-cont-regexp, c->-op-cont-regexp, c-class-decl-kwds)
2161         (c-brace-list-decl-kwds, c-modifier-kwds, c-prefix-spec-kwds-re)
2162         (c-type-list-kwds, c-decl-prefix-re, c-opt-type-suffix-key):
2163         * progmodes/cc-fonts.el (c-make-inverse-face)
2164         (c-basic-matchers-after):
2165         * progmodes/cc-engine.el (c-forward-keyword-clause)
2166         (c-forward-<>-arglist, c-forward-<>-arglist-recur)
2167         (c-forward-name, c-forward-type, c-forward-decl-or-cast-1)
2168         (c-guess-continued-construct, c-guess-basic-syntax):
2170 2010-07-31  Jan Djärv  <jan.h.d@swipnet.se>
2172         * faces.el (face-all-attributes): Improve documentation (Bug#6767).
2174 2010-07-31  Eli Zaretskii  <eliz@gnu.org>
2176         * files.el (bidi-paragraph-direction): Define safe local values.
2178         * language/hebrew.el ("Hebrew"): Add TUTORIAL.he to
2179         language-info-alist.  Remove outdated FIXME in a comment.
2181 2010-07-31  Alan Mackenzie  <acm@muc.de>
2183         * progmodes/cc-cmds.el (c-mask-paragraph): Fix bug #6688:
2184         Auto-fill broken in C/C++ modes.
2186 2010-07-29  Jan Djärv  <jan.h.d@swipnet.se>
2188         * menu-bar.el (menu-bar-showhide-tool-bar-menu-customize-enable-left)
2189         (menu-bar-showhide-tool-bar-menu-customize-disable)
2190         (menu-bar-showhide-tool-bar-menu-customize-enable-right)
2191         (menu-bar-showhide-tool-bar-menu-customize-enable-bottom)
2192         (menu-bar-showhide-tool-bar-menu-customize-enable-top): New functions
2193         (menu-bar-showhide-tool-bar-menu): If tool bar is moveable,
2194         make a menu for Options => toolbar that can move it.
2196 2010-07-29  Chong Yidong  <cyd@stupidchicken.com>
2198         * emacs-lisp/package-x.el (package--make-rss-entry):
2199         (package-maint-add-news-item, package--update-news)
2200         (package-upload-buffer-internal): New arg ARCHIVE-URL.
2202         * emacs-lisp/package.el (package-archive-url): Rename from
2203         package-archive-id.
2204         (package-install): Doc fix.
2205         (package-download-single, package-download-tar, package-install)
2206         (package-menu-view-commentary): Callers changed.
2208 2010-07-29  Michael Albinus  <michael.albinus@gmx.de>
2210         * net/tramp.el (tramp-handle-start-file-process): Check only for
2211         `remote-tty' process property.
2212         (tramp-open-shell): Don't check for tty.
2213         (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
2214         process property.
2216         * progmodes/gdb-mi.el (gdb-init-1): Check also for tty on a remote
2217         host.
2219 2010-07-28  Chong Yidong  <cyd@stupidchicken.com>
2221         * emacs-lisp/package.el (package-load-list, package-archives)
2222         (package-archive-contents, package-user-dir)
2223         (package-directory-list, package--builtins, package-alist)
2224         (package-activated-list, package-obsolete-alist): Mark as risky.
2226 2010-07-28  Phil Hagelberg  <phil@evri.com>
2228         Add support for non-default package repositories.
2229         * emacs-lisp/package.el (package-archive-base): Var deleted.
2230         (package-archives): New variable.
2231         (package-archive-contents): Doc fix.
2232         (package-load-descriptor): Do nothing if descriptor file is missing.
2233         (package--write-file-no-coding): New function.
2234         (package-unpack-single): Use it.
2235         (package-archive-id): New function.
2236         (package-download-single, package-download-tar)
2237         (package-menu-view-commentary): Use it.
2238         (package-installed-p): Make second argument optional.
2239         (package-read-all-archive-contents): New function.
2240         (package-initialize): Use it.
2241         (package-read-archive-contents): Add ARCHIVE argument.
2242         (package--add-to-archive-contents): New function.
2243         (package-install): Don't call package-read-archive-contents.
2244         (package--download-one-archive): Store archive file in a
2245         subdirectory of package-user-dir.
2246         (package-menu-execute): Remove spurious line movement.
2248 2010-07-28  Jan Djärv  <jan.h.d@swipnet.se>
2250         * cus-start.el (tool-bar-style): Add text-image-horiz.
2252 2010-07-28  Michael Albinus  <michael.albinus@gmx.de>
2254         * progmodes/gud.el (gud-common-init): Check for remoteness of
2255         `file', and not of `default-directory'.
2257 2010-07-28  Michael Albinus  <michael.albinus@gmx.de>
2259         * net/tramp.el (tramp-methods): Move hostname to the end in all
2260         ssh `tramp-login-args'.
2261         (tramp-verbose): Describe verbose level 9.
2262         (tramp-open-shell): Check for tty if `tramp-verbose' >= 9.
2263         (tramp-open-connection-setup-interactive-shell): Trace stty
2264         settings if `tramp-verbose' >= 9.
2265         (tramp-handle-start-file-process): Implement tty setting.
2266         (Bug#4604, Bug#6360)
2268         * net/tramp-cmds.el (tramp-bug): Recommend setting of
2269         `tramp-verbose' to 9.
2271 2010-07-27  Aaron S. Hawley  <ashawley@burlingtontelecom.net>
2273         * emacs-lisp/re-builder.el (reb-re-syntax, reb-lisp-mode)
2274         (reb-lisp-syntax-p, reb-change-syntax, reb-cook-regexp):
2275         Remove references to package `lisp-re' (bug#4369).
2277 2010-07-27  Tom Tromey  <tromey@redhat.com>
2279         * progmodes/js.el (js-mode):
2280         * progmodes/make-mode.el (makefile-mode):
2281         * progmodes/simula.el (simula-mode):
2282         * progmodes/tcl.el (tcl-mode): Derive from prog-mode.
2284 2010-07-27  Juanma Barranquero  <lekktu@gmail.com>
2286         * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
2288         * cedet/semantic/db-file.el (object-write): Fix typo in docstring.
2290         * time.el (display-time-day-and-date): Remove spurious * in docstring.
2291         (display-time-world-buffer-name, display-time-world-mode-map):
2292         Fix typos in docstrings.
2294 2010-07-27  Shyam Karanatt  <shyam@swathanthran.in>  (tiny change)
2296         * image-mode.el (image-display-size): New function.
2297         (image-forward-hscroll, image-next-line, image-eol, image-eob)
2298         (image-mode-fit-frame): Use it (Bug#6639).
2300 2010-07-27  Chong Yidong  <cyd@stupidchicken.com>
2302         * dired.el (dired-buffers-for-dir): Handle list values of
2303         dired-directory (Bug#6636).
2305 2010-07-26  Sam Steingold  <sds@gnu.org>
2307         * mouse.el (mouse-yank-primary, mouse-yank-secondary):
2308         Do not call `x-get-selection' the second time, reuse the value.
2310 2010-07-26  Daiki Ueno  <ueno@unixuser.org>
2312         * epa-mail.el (epa-mail-mode-map): Add alternative key bindings
2313         which consist of control chars only.  Suggested by Richard Stallman.
2315 2010-07-25  Daiki Ueno  <ueno@unixuser.org>
2317         * epa-file.el (epa-file-insert-file-contents): Check if LOCAL-FILE
2318         exists before passing an error to find-file-not-found-functions
2319         (bug#6723).
2321 2010-07-23  Lukas Huonker  <l.huonker@gmail.com>
2323         * play/tetris.el (tetris-tty-colors, tetris-x-colors, tetris-blank):
2324         Remove leading nil element, adjust values.
2325         (tetris-shapes, tetris-shape-scores):
2326         Change representation of shapes and remove some redundancy.
2327         (tetris-get-shape-cell, tetris-shape-width, tetris-draw-next-shape)
2328         (tetris-draw-shape, tetris-erase-shape, tetris-test-shape):
2329         Adjust for working with new representation of shapes.
2330         (tetris-shape-rotations): New function.
2331         (tetris-move-bottom, tetris-move-left, tetris-move-right)
2332         (tetris-rotate-prev, tetris-rotate-next):
2333         Adjust for working with the new version of tetris-test-shape.
2335 2010-07-23  Markus Triska  <markus.triska@gmx.at>
2337         * progmodes/ps-mode.el: Use comint (bug#5954).
2338         (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
2339         (ps-mode-other-newline): Simplify.
2340         (ps-run-mode): Derive from comint-mode instead of
2341         fundamental-mode, yielding input history etc.
2342         (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
2343         (ps-run-send-string): Adapt for comint-mode.
2344         (ps-run-newline): Remove now unneeded function.
2346 2010-07-23  Michael Albinus  <michael.albinus@gmx.de>
2348         * net/tramp.el (tramp-methods): Move hostname to the end in all
2349         plink `tramp-login-args'.
2351 2010-07-23  Michael Albinus  <michael.albinus@gmx.de>
2353         * net/tramp.el (tramp-open-shell): New defun.
2354         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
2355         Use it.
2357 2010-07-23  Michael Albinus  <michael.albinus@gmx.de>
2359         * net/tramp.el (tramp-file-name-regexp-unified)
2360         (tramp-completion-file-name-regexp-unified): On W32 systems, do
2361         not regard the volume letter as remote filename.  (Bug#5447)
2363 2010-07-23  Juanma Barranquero  <lekktu@gmail.com>
2365         * custom.el (custom-declare-variable): Give a clearer error message
2366         when the docstring is missing (bug#6476).
2368 2010-07-22  Michael R. Mauger  <mmaug@yahoo.com>
2370         * progmodes/sql.el: Version 2.4.  Improved Login prompting.
2371         (sql-login-params): New widget definition.
2372         (sql-oracle-login-params, sql-mysql-login-params)
2373         (sql-solid-login-params, sql-sybase-login-params)
2374         (sql-informix-login-params, sql-ingres-login-params)
2375         (sql-ms-login-params, sql-postgres-login-params)
2376         (sql-interbase-login-params, sql-db2-login-params)
2377         (sql-linter-login-params): Use it.
2378         (sql-sqlite-login-params): Use it; Define "database" parameter as
2379         a file name.
2380         (sql-sqlite-program): Change to "sqlite3".
2381         (sql-comint-sqlite): Make sure database name is complete.
2382         (sql-for-each-login): New function.
2383         (sql-connect, sql-save-connection): Use it.
2384         (sql-get-login-ext): New function.
2385         (sql-get-login): Use it.
2386         (sql-make-alternate-buffer-name): Handle :file parameters.
2388 2010-07-22  Juanma Barranquero  <lekktu@gmail.com>
2390         * dired.el (dired-no-confirm): Document value t and fix defcustom to
2391         accept it (bug#6597).  Suggested by Drew Adams <drew.adams@oracle.com>.
2393 2010-07-22  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2395         * dired.el (dired-mode-map): Use command remapping (bug#6632).
2397 2010-07-22  Lawrence Mitchell  <wence@gmx.li>
2399         * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
2401 2010-07-21  Michael Albinus  <michael.albinus@gmx.de>
2403         * net/tramp.el (tramp-get-ls-command)
2404         (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
2405         instead of "/".
2407 2010-07-20  Michael R. Mauger  <mmaug@yahoo.com>
2409         * progmodes/sql.el: Version 2.3.
2410         (sql-connection-alist): Changed keys from symbols to strings;
2411         enhanced the widget definition.
2412         (sql-mode-menu): Added submenu to select connections.
2413         (sql-interactive-mode-menu): Added "Save Connection" item.
2414         (sql-add-product): Fixed menu item.
2415         (sql-get-product-feature): Improved error handling.
2416         (sql--alt-buffer-part, sql--alt-if-not-empty): Removed.
2417         (sql-make-alternate-buffer-name): Simplified.
2418         (sql-product-interactive): Handle missing product.
2419         (sql-connect): Support string keys, minor improvements.
2420         (sql-save-connection): New function.
2421         (sql-connection-menu-filter): New function.
2423 2010-07-20  Michael Albinus  <michael.albinus@gmx.de>
2425         * net/tramp.el (tramp-file-name-handler): Trace 'quit.
2426         (tramp-open-connection-setup-interactive-shell): Apply
2427         workaround for IRIX64 bug.  Move argument of last
2428         `tramp-send-command' where it belongs to.
2430 2010-07-20  Michael Albinus  <michael.albinus@gmx.de>
2432         * net/tramp.el (tramp-perl-file-attributes)
2433         (tramp-perl-directory-files-and-attributes): Don't pass "$3".
2434         (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
2435         front of `login-args'.
2437 2010-07-19  Juanma Barranquero  <lekktu@gmail.com>
2439         * time.el (display-time-world-mode): Define with `define-derived-mode'.
2440         Set `show-trailing-whitespace' to nil.
2441         (display-time-world-display): Simplify.
2443 2010-07-18  Alan Mackenzie  <acm@muc.de>
2445         Enhance `c-file-style' in file/directory local variables.
2446         * progmodes/cc-mode.el (c-count-cfss): New function.
2447         (c-before-hack-hook): Call `c-set-style' differently according to
2448         whether c-file-style was set in file or directory local
2449         variables.
2451 2010-07-18  Michael R. Mauger  <mmaug@yahoo.com>
2453         * progmodes/sql.el: Version 2.2.
2454         (sql-product, sql-user, sql-database, sql-server, sql-port): Use
2455         defcustom :safe keyword rather than putting safe-local-variable
2456         property.
2457         (sql-password): Use defcustom :risky keyword rather than putting
2458         risky-local-variable property.
2459         (sql-oracle-login-params, sql-sqlite-login-params)
2460         (sql-solid-login-params, sql-sybase-login-params)
2461         (sql-informix-login-params, sql-ingres-login-params)
2462         (sql-ms-login-params, sql-postgres-login-params)
2463         (sql-interbase-login-params, sql-db2-login-params)
2464         (sql-linter-login-params): Add `port' option.
2465         (sql-get-product-feature): Added NO-INDIRECT parameter.
2466         (sql-comint-oracle, sql-comint-sybase)
2467         (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
2468         (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
2469         (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
2470         (sql-comint-linter): Renamed sql-connect-* functions to
2471         sql-comint-*.
2472         (sql-product-alist, sql-mode-menu): Renamed as above and
2473         :sqli-connect-func to :sqli-comint-func.
2474         (sql-connection): New variable.
2475         (sql-interactive-mode): Set it.
2476         (sql-connection-alist): New variable.
2477         (sql-connect): New function.
2478         (sql--alt-buffer-part, sql--alt-if-not-empty)
2479         (sql-make-alternate-buffer-name): Improved alternative buffer name.
2481 2010-07-17  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2483         * image-mode.el (image-bookmark-make-record): Do not set context
2484         in an image (Bug#6650).
2486 2010-07-17  Chong Yidong  <cyd@stupidchicken.com>
2488         * simple.el (select-active-region): New function.
2489         (push-mark-command, set-mark, activate-mark)
2490         (handle-shift-selection): Use it.
2491         (deactivate-mark): Don't check for size of region.
2493         * mouse.el (mouse-drag-track): Use select-active-region.
2495 2010-07-17  Michael Albinus  <michael.albinus@gmx.de>
2497         * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
2498         "--dired" stronger.
2500 2010-07-17  Chong Yidong  <cyd@stupidchicken.com>
2502         * term/x-win.el (x-select-enable-primary): Change default to nil.
2503         (x-select-enable-clipboard): Add :version keyword.
2505         * mouse.el (mouse-drag-copy-region):
2506         * simple.el (select-active-regions): Likewise.
2508 2010-07-16  Reiner Steib  <Reiner.Steib@gmx.de>
2510         * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
2511         (vc-coding-system-for-diff): Use it to decide whether to inherit
2512         from the file the EOL format for reading the diffs of that file.
2513         (Bug#4451)
2515 2010-07-16  Eli Zaretskii  <eliz@gnu.org>
2517         * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
2518         unibyte, so compressed attachments are not compressed again.
2520 2010-07-16  Michael Albinus  <michael.albinus@gmx.de>
2522         * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
2523         "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
2524         (tramp-find-shell): Simplify setting connection property.
2525         (tramp-get-ls-command): Make test for "--color=never" stronger.
2527 2010-07-15  Simon South  <ssouth@member.fsf.org>
2529         * progmodes/delphi.el (delphi-previous-indent-of): Indent case
2530         blocks within record declarations (i.e. variant parts) correctly.
2532 2010-07-15  Simon South  <ssouth@member.fsf.org>
2534         * progmodes/delphi.el (delphi-token-at): Give newlines precedence
2535         over literal tokens when parsing so newlines aren't "absorbed" by
2536         single-line comments.  Corrects the indentation of case blocks
2537         that have a comment on the first line.
2539 2010-07-14  Karl Fogel  <kfogel@red-bean.com>
2541         * bookmark.el (bookmark-load-hook): Fix doc string as suggested
2542         by Drew Adams (Bug#5504).
2544 2010-07-14  Jan Djärv  <jan.h.d@swipnet.se>
2546         * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
2547         now that Unicode is used (Bug#6594).
2549 2010-07-14  Chong Yidong  <cyd@stupidchicken.com>
2551         * term/x-win.el (x-select-enable-clipboard): Default to t.
2552         (x-initialize-window-system): Don't overwrite Paste menu item.
2554         * simple.el (select-active-regions): Default to t.
2555         (push-mark-command): Don't overwrite primary with empty string.
2557         * mouse.el: Bind mouse-2 to mouse-yank-primary.
2558         (mouse-drag-copy-region): Default to nil.
2560         * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
2561         Cut/Copy/Paste menu bar items.
2563 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2565         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
2566         Patch applied by Karl Fogel.
2568         * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
2569         and `bookmark-current-buffer' if they have been already set in
2570         another buffer (e.g gnus-art).
2572 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
2573             Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2575         Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
2577         * bookmark.el (bookmark-make-record-default): Allow unneeded
2578         information to be omitted from the record.
2580         Adjust declarations and calls:
2582         * info.el (bookmark-make-record-default): Adjust declaration.
2583         (Info-bookmark-make-record): Adjust call.
2585         * woman.el (bookmark-make-record-default): Adjust declaration.
2586         (woman-bookmark-make-record): Adjust call.
2588         * man.el (bookmark-make-record-default): Adjust declaration.
2589         (Man-bookmark-make-record): Adjust call.
2591         * image-mode.el (bookmark-make-record-default): Adjust declaration.
2593         * doc-view.el (bookmark-make-record-default): Adjust declaration.
2595 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
2597         * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
2598         This is also from Thierry Volpiatto's patch in bug #6444.  However,
2599         because it was extraneous to the functional change in that patch,
2600         and causes a re-indendation, I am committing it separately.
2602 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2604         * bookmark.el (bookmark-show-annotation): Ensure annotations show,
2605         e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
2606         Patch applied by Karl Fogel (Bug#6444).
2608 2010-07-13  Chong Yidong  <cyd@stupidchicken.com>
2610         * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
2612 2010-07-13  Adrian Robert  <Adrian.B.Robert@gmail.com>
2614         * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
2615         Dempsky; bug#5084).  Remove incorrect binding for S-tab.
2616         (ns-alternatives-map): Change S-tab binding to backtab
2617         (bug#6616).
2619         * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
2620         under ns.
2622 2010-07-12  Andreas Schwab  <schwab@linux-m68k.org>
2624         * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
2625         (Bug#5806)
2627         * language/tv-util.el (tai-viet-re): Remove format.
2629 2010-07-12  Kenichi Handa  <handa@m17n.org>
2631         * language/hebrew.el: Remove no-byte-compile declaration.
2632         Change coding: tag to utf-8.  Register hebrew-shape-gstring in
2633         composition-function-table for 3-character looking back.
2634         (hebrew-font-get-precomposed): New function.
2635         (hebrew-shape-gstring): Utilize precomposed glyphs if available.
2637 2010-07-11  Chong Yidong  <cyd@stupidchicken.com>
2639         * mouse.el (mouse-drag-track): Handle select-active-regions
2640         (Bug#6612).
2642 2010-07-11  Magnus Henoch  <magnus.henoch@gmail.com>
2644         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
2645         empty argument to gvfs-copy.
2647 2010-07-10  Glenn Morris  <rgm@gnu.org>
2649         * calendar/calendar.el (calendar-week-end-day): New function.
2650         * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
2651         Respect calendar-week-start-day.  (Bug#6606)
2652         (cal-tex-insert-day-names, cal-tex-insert-blank-days)
2653         (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
2654         (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
2655         respect calendar-week-start-day.
2657 2010-07-10  Chong Yidong  <cyd@stupidchicken.com>
2659         * simple.el (use-region-p): Doc fix (Bug#6607).
2661 2010-07-10  Aleksei Gusev  <aleksei.gusev@gmail.com>  (tiny change)
2663         * progmodes/compile.el (compilation-error-regexp-alist-alist): Add
2664         regexps for cucumber and ruby.
2666 2010-07-08  Daiki Ueno  <ueno@unixuser.org>
2668         * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
2669         (epa-file-insert-file-contents): Hack to prevent
2670         find-file from opening empty buffer when decryption failed
2671         (bug#6568).
2673 2010-07-07  Agustín Martín  <agustin.martin@hispalinux.es>
2675         * textmodes/ispell.el (ispell-alternate-dictionary):
2676         Use file-readable-p.
2677         Return nil if no word-list is found at default locations.
2678         (ispell-complete-word-dict): Default to nil.
2679         (ispell-command-loop): Use 'word-list' when using lookup-words.
2680         (lookup-words): Use ispell-complete-word-dict or
2681         ispell-alternate-dictionary.  Check for word-list availability
2682         and handle errors if needed with better messages (Bug#6539).
2683         (ispell-complete-word): Use ispell-complete-word-dict or
2684         ispell-alternate-dictionary.
2686 2010-07-07  Christoph Scholtes  <cschol2112@gmail.com>
2688         * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
2689         builtins (BufferError, BytesWarning, WindowsError; callables
2690         bin, bytearray, bytes, format, memoryview, next, print; __package__).
2692 2010-07-07  Glenn Morris  <rgm@gnu.org>
2694         * play/zone.el (top-level): Do not require timer, tabify, or cl.
2695         (zone-shift-left): Ignore intangibility, and any errors from
2696         forward-char.
2697         (zone-shift-right): Remove no-op end-of-line.  Ignore intangibility.
2698         (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
2699         deleting, and copying text properties.
2700         (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
2701         (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
2702         to point-max is hard.
2703         (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
2704         (zone-fill-out-screen): Ignore intangibility.
2706 2010-07-05  Chong Yidong  <cyd@stupidchicken.com>
2708         * menu-bar.el (menu-bar-mode):
2709         * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
2710         if it has been set.
2712         * mouse.el (mouse-drag-track): Call mouse-start-end to handle
2713         word/line selection (Bug#6565).
2715 2010-07-04  Juanma Barranquero  <lekktu@gmail.com>
2717         * net/dbus.el (dbus-send-signal): Declare function.
2719 2010-07-04  Michael Albinus  <michael.albinus@gmx.de>
2721         * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
2722         (dbus-register-property): New optional argument EMITS-SIGNAL.
2723         (dbus-property-handler): Send signal "PropertiesChanged" if requested.
2725 2010-07-03  Chong Yidong  <cyd@stupidchicken.com>
2727         * mouse.el (mouse-drag-overlay): Variable deleted.
2728         (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
2729         (mouse--remap-link-click-p): New function.
2730         (mouse-drag-track): Handle dragging by using temporary Transient
2731         Mark mode, instead of a special overlay.
2732         (mouse-kill-ring-save, mouse-save-then-kill): Don't call
2733         mouse-show-mark.
2735         * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
2736         deleted.
2738 2010-07-02  Juri Linkov  <juri@jurta.org>
2740         * autoinsert.el (auto-insert-alist): Fix readability
2741         by using dotted pair notation for lambda.
2743 2010-07-02  Juri Linkov  <juri@jurta.org>
2745         * faces.el (read-face-name): Rename arg `string-describing-default'
2746         to `default'.  Doc fix.  Display the default value in quotes
2747         in the prompt.  With empty input, return the `default' arg,
2748         unless the default value is a string (in which case return nil).
2749         (describe-face): Replace the string `default' arg of `read-face-name'
2750         with the symbol `default'.
2752 2010-07-02  Chong Yidong  <cyd@stupidchicken.com>
2754         * emulation/viper-cmd.el (viper-delete-backward-char)
2755         (viper-del-backward-char-in-insert)
2756         (viper-del-backward-char-in-replace, viper-change)
2757         (viper-backward-indent): Replace delete-backward-char with
2758         delete-char (Bug#6552).
2760 2010-07-01  Chong Yidong  <cyd@stupidchicken.com>
2762         * ruler-mode.el (ruler--save-header-line-format): Fix typos.
2764 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
2766         * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
2767         argument passed to frame-creation-function (Bug#5378).
2769         * faces.el (x-handle-named-frame-geometry)
2770         (x-handle-reverse-video, x-create-frame-with-faces)
2771         (face-set-after-frame-default, tty-create-frame-with-faces): Don't
2772         separately consult default-frame-alist.  It is now passed as the
2773         PARAMETER argument.
2775 2010-06-30  Andreas Schwab  <schwab@linux-m68k.org>
2777         * startup.el (command-line): Don't call tool-bar-setup in a
2778         tty-only build.
2780 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
2782         * ruler-mode.el (ruler--save-header-line-format): New fun.
2783         (ruler-mode): Use it as a setter function, so as not to overwrite
2784         ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
2786 2010-06-29  Chong Yidong  <cyd@stupidchicken.com>
2788         * vc/vc.el (vc-deduce-backend): New fun.  Handle diff buffers.
2789         (vc-root-diff, vc-print-root-log, vc-log-incoming)
2790         (vc-log-outgoing): Use it.
2791         (vc-diff-internal): Set diff-vc-backend.
2793         * vc/diff-mode.el (diff-vc-backend): New var.
2795 2010-06-28  Jan Djärv  <jan.h.d@swipnet.se>
2797         * dynamic-setting.el (font-setting-change-default-font): Remove
2798         call to message.
2800 2010-06-28  Kenichi Handa  <handa@m17n.org>
2802         * international/quail.el (quail-insert-kbd-layout): Fix the
2803         showing of untranslated characters.
2805 2010-06-28  Chong Yidong  <cyd@stupidchicken.com>
2807         * simple.el (delete-active-region): New option.
2808         (delete-backward-char): Implement in Lisp.
2809         (delete-forward-char): New command.
2811         * mouse.el (mouse-region-delete-keys): Deleted.
2812         (mouse-show-mark): Simplify.
2814         * bindings.el (global-map): Bind delete and DEL, the former to
2815         delete-forward-char.
2817 2010-06-27  Lennart Borgman  <lennart.borgman@gmail.com>
2819         * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
2820         (ruby-mode): Bind indent-line-function (Bug#5119).
2822 2010-06-27  Chong Yidong  <cyd@stupidchicken.com>
2824         * startup.el (command-line): Recognize "0" X resource value.
2826 2010-06-27  Chong Yidong  <cyd@stupidchicken.com>
2828         * startup.el (command-line): Use X resources to set the value of
2829         menu-bar-mode and tool-bar-mode, before calling frame-initialize.
2831         * menu-bar.el (menu-bar-mode):
2832         * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
2833         Set init-value to t.
2835         * frame.el (frame-notice-user-settings): Don't change
2836         default-frame-alist based on menu-bar-mode and tool-bar-mode, or
2837         vice versa (Bug#2249).
2839 2010-06-26  Eli Zaretskii  <eliz@gnu.org>
2841         * w32-fns.el (w32-convert-standard-filename): Doc fix.
2843 2010-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
2845         * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
2846         Make sure `flyspell-word' re-checks word after function run (Bug#6504).
2848         * textmodes/ispell.el (ispell-init-process): Make sure ispell and
2849         default directories are expanded (Bug#6143).
2851 2010-06-24  Juri Linkov  <juri@jurta.org>
2853         * minibuffer.el (completions-format): Change default from nil to
2854         `horizontal'.  Remove `nil' value from :type.  Doc fix.  (Bug#6459)
2856 2010-06-24  Juri Linkov  <juri@jurta.org>
2858         * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
2859         buffer-locally to lambda that re-runs the vc diff command.
2860         (Bug#6447)
2862 2010-06-24  Chong Yidong  <cyd@stupidchicken.com>
2864         * kmacro.el (kmacro-call-macro): Don't issue hint message if the
2865         echo area is in use (Bug#3412).
2867 2010-06-22  Glenn Morris  <rgm@gnu.org>
2869         * textmodes/texinfmt.el (texinfo-format-region)
2870         (texinfo-raise-lower-sections, texinfo-format-separate-node)
2871         (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
2872         (texinfo-format-option, texinfo-noindent):
2873         Use line-beginning-position and line-end-position.
2875         * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
2876         * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
2877         * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
2878         utf-8 characters.
2880 2010-06-21  Karl Fogel  <kfogel@red-bean.com>
2882         * play/zone.el (zone-fall-through-ws): Fix next-line ->
2883         forward-line fallout.
2885 2010-07-06  Chong Yidong  <cyd@stupidchicken.com>
2887         * mouse.el (mouse-appearance-menu): Add docstring.
2889         * help.el (describe-key): Print up-event using key-description.
2891 2010-07-03  Michael Albinus  <michael.albinus@gmx.de>
2893         * net/zeroconf.el (zeroconf-resolve-service)
2894         (zeroconf-service-resolver-handler): Use
2895         `dbus-byte-array-to-string'.
2896         (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
2898 2010-07-03  Jan Moringen  <jan.moringen@uni-bielefeld.de>
2900         * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
2902 2010-06-30  Dan Nicolaescu  <dann@ics.uci.edu>
2904         Avoid displaying files with a nil state in vc-dir.
2905         * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
2906         cases that cause insertion.
2907         (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
2908         with a nil state.
2910 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
2912         * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
2914 2010-06-29  Leo  <sdl.web@gmail.com>
2916         * emacs-lisp/rx.el (rx): Doc fix.  (Bug#6537)
2918 2010-06-27  Oleksandr Gavenko  <gavenkoa@gmail.com>  (tiny change)
2920         * generic-x.el (bat-generic-mode): Fix regexp for command line
2921         switches (Bug#5719).
2923 2010-06-27  Masatake YAMATO  <yamato@redhat.com>
2925         * htmlfontify.el (hfy-face-attr-for-class): Use append instead
2926         of nconc to avoid pure storage error (Bug#6239).
2928 2010-06-27  Christoph  <cschol2112@googlemail.com>  (tiny change)
2930         * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
2931         (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
2932         bindings of bookmark-automatically-show-annotations (Bug#6515).
2934 2010-06-25  Eli Zaretskii  <eliz@gnu.org>
2936         * arc-mode.el (archive-zip-extract): Don't quote the file name on
2937         MS-Windows and MS-DOS.  (Bug#6467, Bug#6144)
2939 2010-06-24  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
2941         * comint.el (make-comint, make-comint-in-buffer): Mention return
2942         value in the docstrings.  (Bug#6498)
2944 2010-06-24  Yoni Rabkin  <yoni@rabkins.net>
2946         * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
2947         since it is not present when using some non-default switches.
2949 2010-06-23  Karl Fogel  <kfogel@red-bean.com>
2951         * simple.el (compose-mail): Fix doc string to refer to
2952         `compose-mail-user-agent-warnings', instead of to the
2953         nonexistent `compose-mail-check-user-agent'.
2955 2010-06-21  Alan Mackenzie  <bug-cc-mode@gnu.org>
2957         Fix an indentation bug:
2959         * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
2960         (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
2961         of existing values.
2963         * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
2964         (c-clear->-pair-props-if-match-before): now return t when they've
2965         cleared properties, nil otherwise.
2966         (c-before-change-check-<>-operators): Set c-new-beg/end correctly
2967         by taking account of the existing value.
2969         * progmodes/cc-defs.el
2970         (c-clear-char-property-with-value-function): Fix this to clear the
2971         property rather than overwriting it with nil.
2973 2010-06-20  Chong Yidong  <cyd@stupidchicken.com>
2975         * emacs-lisp/package.el (package-print-package): Add link to
2976         package description via describe-package.
2977         (describe-package-1): List package requirements.  Add button to
2978         perform installation.
2979         (package-menu-describe-package): New command.
2981         * help-mode.el (help-package): New button type.
2983 2010-06-19  Chong Yidong  <cyd@stupidchicken.com>
2985         * emacs-lisp/package.el: Move package-list-packages binding to
2986         menu-bar.el.
2987         (describe-package, describe-package-1, package--dir): New funs.
2988         (package-activate-1): Use package--dir.
2990         * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
2992         * help-mode.el (help-package-def): New button type.
2994         * menu-bar.el: Move package-list-packages binding here from
2995         package.el.
2997 2010-06-19  Gustav Hållberg  <gustav@gmail.com>  (tiny change)
2999         * descr-text.el (describe-char): Avoid trailing whitespace.  (Bug#6423)
3001 2010-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3003         * emacs-lisp/edebug.el (edebug-read-list):
3004         Phase out old-style backquotes.
3006 2010-06-17  Juri Linkov  <juri@jurta.org>
3008         * help-mode.el (help-mode): Set buffer-local variable
3009         revert-buffer-function to help-mode-revert-buffer.
3010         (help-mode-revert-buffer): New function.
3012         * info.el (Info-revert-find-node): Check for major-mode Info-mode
3013         before popping to "*info*" (like in other Info functions).
3014         Keep buffer-name in old-buffer-name.  Keep Info-history-forward in
3015         old-history-forward.  Pop to old-buffer-name or "*info*" to
3016         recreate the killed buffer.  Set Info-history-forward from
3017         old-history-forward.
3018         (Info-breadcrumbs-depth): Add :group and :version.
3020 2010-06-17  Dan Nicolaescu  <dann@ics.uci.edu>
3022         * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
3024 2010-06-17  Agustín Martín  <agustin.martin@hispalinux.es>
3026         * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
3027         for languages like Portuguese with pt_{BR,PT} and no plain pt.
3029 2010-06-17  Juanma Barranquero  <lekktu@gmail.com>
3031         * emacs-lisp/package.el (package-menu-mode-map):
3032         Move initialization into declaration.
3034         * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
3036 2010-06-17  Chong Yidong  <cyd@stupidchicken.com>
3038         * emacs-lisp/package.el (package-archive-base): Point to
3039         elpa.gnu.org.
3040         (package-enable, package-load-list): New defcustoms.
3041         (package-user-dir, package-directory-list): Turn into defcustoms.
3042         Don't include package-user-dir in package-directory-list.
3043         (package--builtins-base): Don't include Emacs as a "package".
3044         (package-subdirectory-regexp): New var.
3045         (package-load-all-descriptors, package-compute-transaction)
3046         (package-download-transaction): Obey package-load-list.
3047         (package-activate-1): Rename from package-do-activate.
3048         (package-list-packages-internal): Check package-load-list.
3049         (package-load-descriptor, package-generate-autoloads)
3050         (package-unpack, package-unpack-single)
3051         (package--read-archive-file, package-delete): Use
3052         expand-file-name.
3054         * emacs-lisp/package-x.el: New file.  Package uploading
3055         functionality split out from package.el.
3057         * startup.el (command-line): Load packages after reading init
3058         file.
3060 2010-06-17  Tom Tromey  <tromey@redhat.com>
3062         * emacs-lisp/package.el: New file.
3064 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
3066         Fix vc-annotate for renamed files when using Git.
3067         * vc-git.el (vc-git-find-revision): Deal with empty results from
3068         ls-files.  Doe not pass the object as a file name to cat-file, it
3069         is not a file name.
3070         (vc-git-annotate-command): Pass the file name using -- to avoid
3071         ambiguity with the revision.
3072         (vc-git-previous-revision): Pass a relative file name.
3074 2010-06-22  Glenn Morris  <rgm@gnu.org>
3076         * progmodes/js.el (js-mode-map): Use standard capitalization and
3077         ellipses for menu entries.
3079         * wid-edit.el (widget-complete): Doc fix.
3081 2010-06-22  Jürgen Hötzel  <juergen@hoetzel.info>  (tiny change)
3083         * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
3085 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
3087         Fix annotating other revisions for renamed files in vc-annotate.
3088         * vc-annotate.el (vc-annotate): Add an optional argument for the
3089         VC backend.  Use it when non-nil.
3090         (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
3091         (Bug#6487)
3093         Fix vc-annotate-show-changeset-diff-revision-at-line for git.
3094         * vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
3095         Do not pass the file name to the 'previous-revision call when we
3096         don't want a file diff.  (Bug#6489)
3098 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
3100         Fix finding revisions for renamed files in vc-annotate.
3101         * vc.el (vc-find-revision): Add an optional argument for
3102         the VC backend.  Use it when non-nil.
3103         * vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
3104         backend to vc-find-revision.  (Bug#6487)
3106 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
3108         Fix reading file names in Git annotate buffers.
3109         * vc-git.el (vc-git-annotate-extract-revision-at-line): Remove
3110         trailing whitespace.  Suggested by Eric Hanchrow.  (Bug#6481)
3112 2010-06-20  Alan Mackenzie  <acm@muc.de>
3114         * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
3115         in file local variables, set it first.
3117 2010-06-19  Glenn Morris  <rgm@gnu.org>
3119         * descr-text.el (describe-char-unicode-data): Insert separating
3120         space when needed.  (Bug#6422)
3122         * progmodes/idlwave.el (idlwave-action-and-binding):
3123         Fix typo in 2009-12-03 change.  (Bug#6450)
3125 2010-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3127         * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
3128         handling for `lambda' (misunderstanding).
3130 2010-06-16  Jay Belanger  <jay.p.belanger@gmail.com>
3132         * calc/calc-poly.el (math-accum-factors): Make sure that
3133         constants aren't distributed after they are factored out.
3135 2010-06-16  Juri Linkov  <juri@jurta.org>
3137         * facemenu.el (list-colors-display): Call `pop-to-buffer' before
3138         `list-colors-print'.  (Bug#6332)
3140         * subr.el (read-quoted-char): Fix up last change (bug#6290).
3142 2010-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3144         * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
3145         specially, since it's a macro.  Fix up wrong hint passed to maybe-cons.
3147         * font-lock.el (font-lock-major-mode): Rename from
3148         font-lock-mode-major-mode to distinguish it from
3149         global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
3150         (font-lock-set-defaults):
3151         * font-core.el (font-lock-default-function): Adjust users.
3152         (font-lock-mode): Don't set it at all.
3154 2010-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3156         * vc-annotate.el (vc-annotate): Use vc-read-revision.
3158 2010-06-16  Glenn Morris  <rgm@gnu.org>
3160         * calendar/appt.el (appt-time-msg-list): Doc fix.
3161         (appt-check): Let-bind appt-warn-time.
3162         (appt-add): Make the 3rd argument optional.
3163         Simplify argument names.  Doc fix.  Check for integer WARNTIME.
3164         Only add WARNTIME to the output list if non-nil.
3166 2010-06-16  Ivan Kanis  <apple@kanis.eu>
3168         * calendar/appt.el (appt-check): Let the 3rd element of
3169         appt-time-msg-list specify the warning time.
3170         (appt-add): Add new argument with the warning time.  (Bug#5176)
3172 2010-06-16  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
3174         * vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
3175         older than version 1.6.  (Bug#6361)
3177 2010-06-16  Helmut Eller  <eller.helmut@gmail.com>
3179         * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
3180         used by cl-do-arglist.  (Bug#6408)
3182 2010-06-16  Agustín Martín  <agustin.martin@hispalinux.es>
3184         * textmodes/ispell.el (ispell-dictionary-base-alist): Fix
3185         portuguese casechars/not-casechars for missing 'çÇ'.
3186         Suggested by Rolando Pereira (bug#6434).
3188 2010-06-15  Juanma Barranquero  <lekktu@gmail.com>
3190         * facemenu.el (list-colors-sort): Doc fix.
3192 2010-06-15  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
3194         * progmodes/sql.el (sql-connect-mysql): Fix typo.
3196 2010-06-14  Juri Linkov  <juri@jurta.org>
3198         Add sort option `list-colors-sort'.  (Bug#6332)
3199         * facemenu.el (color-rgb-to-hsv): New function.
3200         (list-colors-sort): New defcustom.
3201         (list-colors-sort-key): New function.
3202         (list-colors-display): Doc fix.  Sort list according to the option
3203         `list-colors-sort'.
3204         (list-colors-print): Add HSV values to `help-echo' property of
3205         RGB strings.
3207 2010-06-14  Juri Linkov  <juri@jurta.org>
3209         * compare-w.el: Move to the "vc" subdirectory.
3211 2010-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3213         * image-mode.el (image-mode-map): Remap left-char and right-char.
3215         * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
3217 2010-06-12  Chong Yidong  <cyd@stupidchicken.com>
3219         * term/common-win.el (x-colors): Add all the color names defined
3220         in rgb.txt (Bug#6332).
3222         * facemenu.el (list-colors-print): Don't print extra names if it
3223         will overflow the window width.
3225         * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
3226         change (Bug#6343).
3228 2010-06-12  Eli Zaretskii  <eliz@gnu.org>
3230         * files.el (make-directory): Doc fix (bug#6396).
3232 2010-06-12  Michael Albinus  <michael.albinus@gmx.de>
3234         * net/tramp.el (tramp-remote-process-environment): Protect version
3235         string by apostroph.
3236         (tramp-shell-prompt-pattern): Do not use a shy group in case of
3237         XEmacs.
3238         (tramp-file-name-for-operation): Add `call-process-region'.
3239         (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
3241         * net/tramp-compat.el (top): Do not autoload
3242         `tramp-handle-file-remote-p'.  Load tramp-util.el and tramp-vc.el
3243         only when `start-file-process' is not bound.
3244         (tramp-advice-file-expand-wildcards): Do not use
3245         `tramp-handle-file-remote-p'.
3246         (tramp-compat-make-temp-file): Handle the case, that
3247         `make-temp-file' has no third argument EXTENSION.
3249 2010-06-11  Juanma Barranquero  <lekktu@gmail.com>
3251         * makefile.w32-in (WINS_BASIC): Include new directory vc.
3253         * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
3255 2010-06-11  Juri Linkov  <juri@jurta.org>
3257         * finder.el (finder-known-keywords): Add keyword "vc"
3258         for version control.
3260         * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
3261         * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
3262         * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
3263         * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
3265 2010-06-11  Juri Linkov  <juri@jurta.org>
3267         Move version control related files to the "vc" subdirectory.
3268         * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
3269         * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
3270         * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
3271         * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
3272         * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
3273         * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
3274         * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
3275         * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
3276         Move files to the "vc" subdirectory.
3278 2010-06-11  Chong Yidong  <cyd@stupidchicken.com>
3280         * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
3281         (Bug#6367).
3283 2010-06-11  Stephen Eglen  <stephen@gnu.org>
3285         * shell.el: Bind `shell-resync-dirs' to M-RET.
3287 2010-06-10  Michael Albinus  <michael.albinus@gmx.de>
3289         * notifications.el: Move file from lisp/net, because it is
3290         supposed to talk locally to the user.
3292 2010-06-10  Julien Danjou  <julien@danjou.info>
3294         * net/notifications.el (notifications-on-action-signal)
3295         (notifications-on-closed-signal): Pass notification id as first
3296         argument to the callback functions.  Add docstrings.
3297         (notifications-notify): Fix docstring.
3299 2010-06-10  Glenn Morris  <rgm@gnu.org>
3301         * emacs-lisp/authors.el (authors-ignored-files)
3302         (authors-valid-file-names): Add some files.
3304 2010-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3306         * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
3307         merge conflict, giving preference to the emacs-23 version of the code.
3309 2010-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3311         * emacs-lisp/advice.el (ad-compile-function):
3312         Define warning-suppress-types before we let-bind it (bug#6275).
3314         * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
3315         declare it, make it buffer-local and permanent-local (bug#6324).
3316         (vc-resynch-window): Adjust name.
3317         * vc-hooks.el (vc-find-file-hook): Adjust name.
3319 2010-06-09  Michael Albinus  <michael.albinus@gmx.de>
3321         * net/notifications.el (notifications-notify): Fix docstring.
3323 2010-06-09  Juanma Barranquero  <lekktu@gmail.com>
3325         Update to Unicode 6.0.0 beta.
3326         * international/charprop.el: Update copyright.
3327         * international/mule-cmds.el (ucs-names): Update character ranges.
3328         * international/uni-bidi.el:
3329         * international/uni-category.el:
3330         * international/uni-combining.el:
3331         * international/uni-comment.el:
3332         * international/uni-decimal.el:
3333         * international/uni-decomposition.el:
3334         * international/uni-digit.el:
3335         * international/uni-lowercase.el:
3336         * international/uni-mirrored.el:
3337         * international/uni-name.el:
3338         * international/uni-numeric.el:
3339         * international/uni-old-name.el:
3340         * international/uni-titlecase.el:
3341         * international/uni-uppercase.el: Regenerate.
3343 2010-06-09  Juanma Barranquero  <lekktu@gmail.com>
3345         * emacs-lisp/smie.el (comment-string-strip): Declare function.
3346         (smie-precs-precedence-table): Fix typo in docstring.
3348         * vc-mtn.el (log-edit-extract-headers): Declare function.
3350         * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
3352         * net/notifications.el (dbus-register-signal): Declare function.
3353         (notifications-notify): Fix typos and reflow docstring.
3355 2010-06-09  Dan Nicolaescu  <dann@ics.uci.edu>
3357         Improve VC create/retrieve tag/branch.
3358         * vc.el (vc-create-tag): Do not read the directory name for VCs
3359         with repository revision granularity.  Adjust the tag/branch
3360         prompt.  Reset VC properties.
3361         (vc-retrieve-tag): Do not read the directory name for VCs
3362         with repository revision granularity.  Reset VC properties.
3364 2010-06-09  Julien Danjou  <julien@danjou.info>
3366         * net/notifications.el: New file.
3368 2010-06-09  Dan Nicolaescu  <dann@ics.uci.edu>
3370         Add optional support for resetting VC properties.
3371         * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
3372         call vc-file-clearprops when true.
3373         (vc-resynch-buffer): Add new optional argument, pass it down.
3374         (vc-resynch-buffers-in-directory): Likewise.
3376         Improve support for special markup in the VC commit message.
3377         * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
3378         * vc-hg.el (vc-hg-checkin): Add support for Date:.
3379         * vc-git.el (vc-git-checkin):
3380         * vc-bzr.el (vc-bzr-checkin): Likewise.
3382 2010-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3384         * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
3385         can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
3387 2010-06-07  Martin Pohlack  <mp26@os.inf.tu-dresden.de>
3389         * iimage.el: Remove images as soon as the underlying text is modified.
3390         (iimage-modification-hook): New function.
3391         (iimage-mode-buffer): Use it.
3393 2010-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3395         * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
3396         smie-indent-offset-after.  Add :prev case.  Make a bit more generic.
3397         (smie-indent-virtual): Remove `virtual' arg.  Update callers.
3398         (smie-indent-keyword): Add handling of open-paren keywords.
3399         (smie-indent-comment-continue): Don't assume comment-continue.
3401 2010-06-07  Martin Rudalics  <rudalics@gmx.at>
3403         * window.el (pop-to-buffer): Remove the conditional that
3404         compares new-window and old-window, so it will reselect
3405         the selected window unconditionally.
3406         http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
3408 2010-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3410         * emacs-lisp/smie.el (smie-indent-offset-after)
3411         (smie-indent-forward-token, smie-indent-backward-token): New functions.
3412         (smie-indent-after-keyword): Use them.
3413         (smie-indent-fixindent): Only applies to the indentation of the BOL.
3414         (smie-indent-keyword): Tweak the black magic.
3415         (smie-indent-comment-continue): Strip comment-continue before use.
3416         (smie-indent-functions): Indent comments before keywords.
3418 2010-06-06  Juri Linkov  <juri@jurta.org>
3420         * isearch.el (isearch-lazy-highlight-search): Fix looping
3421         by checking for empty match.  This syncs this loop with the
3422         similar loop in `isearch-search'.  (Bug#6362)
3424 2010-06-05  Juanma Barranquero  <lekktu@gmail.com>
3426         * net/dbus.el (dbus-register-method): Declare function.
3427         (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
3428         (dbus-introspect): Doc fix.
3429         (dbus-event-bus-name, dbus-introspect-get-interface)
3430         (dbus-introspect-get-argument): Reflow docstrings.
3432 2010-06-05  Dan Nicolaescu  <dann@ics.uci.edu>
3434         vc-log-incoming/vc-log-outgoing fixes for Git.
3435         * vc-git.el (vc-git-log-view-mode): Fix font lock for
3436         incoming/outgoing logs.
3437         (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
3438         instead of vc-git-compute-remote.
3439         (vc-git-compute-remote): Remove.
3441 2010-06-04  Chong Yidong  <cyd@stupidchicken.com>
3443         * term/common-win.el (x-colors): Add "dark green" and "dark
3444         turquoise" (Bug#6332).
3446 2010-06-04  Juri Linkov  <juri@jurta.org>
3448         * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
3449         Instead of setting `replace' to t and replacing the same string
3450         with itself, don't do certain actions when
3451         kill-do-not-save-duplicates is non-nil and string is equal to car
3452         of kill-ring: don't call menu-bar-update-yank-menu, don't push
3453         interprogram-paste strings to kill-ring, and don't push the input
3454         argument `string' to kill-ring.
3455         http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
3457 2010-06-04  Juanma Barranquero  <lekktu@gmail.com>
3459         * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
3461 2010-06-04  Michael Albinus  <michael.albinus@gmx.de>
3463         * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
3464         (tramp-gvfs-handler-mounted-unmounted)
3465         (tramp-gvfs-connection-mounted-p): Handle default-location.
3467         * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
3468         move files to trash.
3470 2010-06-04  Juanma Barranquero  <lekktu@gmail.com>
3472         * international/mule-cmds.el (nonascii-insert-offset)
3473         (nonascii-translation-table): Add obsolescence information.
3475         * international/mule.el (make-translation-table-from-vector): Doc fix.
3477 2010-06-03  Eric Ludlam  <zappo@gnu.org>
3479         * cedet/semantic/lex-spp.el
3480         (semantic-lex-spp-table-write-slot-value): Instead of erroring on
3481         invalid values during save, just save a nil (Bug#6324).
3483 2010-06-03  Glenn Morris  <rgm@gnu.org>
3485         * desktop.el (desktop-clear-preserve-buffers):
3486         Add "*Warnings*" buffer.  (Bug#6336)
3488 2010-06-03  Dan Nicolaescu  <dann@ics.uci.edu>
3490         vc-log-incoming/vc-log-outgoing improvements for Git.
3491         * vc-git.el (vc-git-log-outgoing): Use the same format as the
3492         short log.
3493         (vc-git-log-incoming): Likewise.  Run "git fetch" before the log command.
3495         Add bindings for vc-log-incoming and vc-log-outgoing.
3496         * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
3497         and vc-log-outgoing.
3498         * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
3499         and vc-log-outgoing.
3501 2010-06-03  Chong Yidong  <cyd@stupidchicken.com>
3503         * net/rcirc.el (rcirc-sort-nicknames): Remove.
3504         (rcirc-handler-366): Always sort nicknames.
3506 2010-06-03  Juanma Barranquero  <lekktu@gmail.com>
3508         * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
3510 2010-06-03  Chong Yidong  <cyd@stupidchicken.com>
3512         * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
3514 2010-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3516         * net/rcirc.el (rcirc-sort-nicknames): Change default.
3517         (rcirc-sort-nicknames-join): Avoid setq.
3519 2010-06-03  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
3521         * net/rcirc.el (rcirc-sort-nicknames): New custom.
3522         (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
3523         (rcirc-handler-366): Use them.
3525 2010-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3527         Split smie-indent-calculate into more manageable chunks.
3528         * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
3529         (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
3530         (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
3531         (smie-indent-exps): Extract from smie-indent-calculate.
3532         (smie-indent-functions): New var.
3533         (smie-indent-functions): Use them.
3535 2010-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3537         * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
3538         (smie-indent-calculate): Simplify and cleanup.
3540 2010-06-02  Michael Albinus  <michael.albinus@gmx.de>
3542         * net/tramp-gvfs.el (top): Require url-util.
3543         (tramp-gvfs-mount-point): Remove.
3544         (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
3545         New defuns.
3546         (with-tramp-dbus-call-method): Format trace message.
3547         (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
3548         Implement backup call, when operation on local files fails.
3549         Use progress reporter.  Flush properties of changed files.
3550         (tramp-gvfs-handle-make-directory): Make more traces.
3551         (tramp-gvfs-url-file-name): Hexify file name in url.
3552         (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
3553         into account for the resulting file name.
3554         (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
3555         the answer is "no".  See `tramp-gvfs-maybe-open-connection'.
3556         (tramp-gvfs-handler-mounted-unmounted)
3557         (tramp-gvfs-connection-mounted-p): Test also for new mountspec
3558         attribute "default_location".  Set "prefix" property.
3559         (tramp-gvfs-mount-spec): Return both prefix and mountspec.
3560         (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
3561         exists.  Raise an error, if not (due to a corresponding answer
3562         "no" in interactive questions, for example).
3564 2010-06-02  Dan Nicolaescu  <dann@ics.uci.edu>
3566         * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
3568 2010-06-01  Juanma Barranquero  <lekktu@gmail.com>
3570         * emacs-lisp/eldoc.el: Add completions for new commands left-* and
3571         right-*.  (Bug#6265)
3573 2010-06-01  Dan Nicolaescu  <dann@ics.uci.edu>
3575         Add support for vc-log-incoming, improve vc-log-outgoing for Git.
3576         * vc-git.el (vc-git-compute-remote): New function.
3577         (vc-git-log-outgoing): Use it instead of hard coding a value.
3578         (vc-git-log-incoming): New function.
3580         Improve state updating for VC tag commands.
3581         * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
3582         to update the state of all buffers in the directory.
3584         * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
3586 2010-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3588         * vc-bzr.el (vc-bzr-revision-completion-table): Apply
3589         `file-directory-p' to the filename part rather than to the whole text.
3591 2010-05-31  Jonathan Marchand  <jonathlela@gmail.com>  (tiny change)
3593         * cedet/ede/cpp-root.el (ede-set-project-variables): Fix feature name
3594         (bug#6231).
3596 2010-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3598         * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
3600 2010-05-31  Drew Adams  <drew.adams@oracle.com>
3602         * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
3604 2010-05-31  Juanma Barranquero  <lekktu@gmail.com>
3606         * subr.el (momentary-string-display): Just use read-event to read
3607         the exit event (Bug#6238).
3609 2010-05-30  Eli Zaretskii  <eliz@gnu.org>
3611         * international/mule.el (define-coding-system): Doc fix (bug#6313).
3613 2010-05-30  Juanma Barranquero  <lekktu@gmail.com>
3615         * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
3616         Suggested by Eli Zaretskii <eliz@gnu.org>.
3618 2010-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3620         * minibuffer.el (completion-file-name-table): Don't return a boundary
3621         past the end of `string' (bug#6299).
3622         (completion--file-name-table): Delegate to completion-file-name-table
3623         for the `boundaries' case.
3625 2010-05-30  Juanma Barranquero  <lekktu@gmail.com>
3627         * emulation/cua-base.el: Recognize `right-char' and `left-char' as
3628         movement commands.
3630         * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
3631         `path-separator', but maintain compatibility with Emacs 20.2.
3633 2010-05-29  Chong Yidong  <cyd@stupidchicken.com>
3635         * server.el (server-process-filter): Receive parent-id argument
3636         from emacsclient.
3637         (server-create-window-system-frame): New arg.  Pass parent-id as
3638         frame parameter.
3640 2010-05-29  Eli Zaretskii  <eliz@gnu.org>
3642         Bidi-sensitive word movement with arrow keys.
3643         * subr.el (right-arrow-command, left-arrow-command): Move to
3644         bindings.el.
3646         * bindings.el (right-char, left-char): Move from subr.el and
3647         rename from right-arrow-command and left-arrow-command.
3648         (right-word, left-word): New functions.
3649         (global-map) <right>: Bind to right-char.
3650         (global-map) <left>: Bind to left-char.
3651         (global-map) <C-right>: Bind to right-word.
3652         (global-map) <C-left>: Bind to left-word.
3654         * ls-lisp.el (ls-lisp-classify-file): New function.
3655         (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
3656         (ls-lisp-classify): Call ls-lisp-classify-file.
3657         (insert-directory): Remove blanks from switches.
3659 2010-05-29  Chong Yidong  <cyd@stupidchicken.com>
3661         * ansi-color.el: Delete unused escape sequences (Bug#6085).
3662         (ansi-color-drop-regexp): New constant.
3663         (ansi-color-apply, ansi-color-filter-region)
3664         (ansi-color-apply-on-region): Delete unrecognized control sequences.
3665         (ansi-color-apply): Build string list before calling concat.
3667 2010-05-28  Juri Linkov  <juri@jurta.org>
3669         * image-dired.el (image-dired-dired-toggle-marked-thumbs):
3670         Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
3671         (Bug#5270)
3673 2010-05-28  Michael Albinus  <michael.albinus@gmx.de>
3675         * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
3676         to ignored backtrace functions.
3677         (with-progress-reporter): Expand docstring.
3678         (tramp-handle-delete-file): Implement TRASH argument.
3679         (tramp-get-remote-trash): New defun.
3681 2010-05-28  Michael Albinus  <michael.albinus@gmx.de>
3683         * net/tramp-compat.el (tramp-compat-delete-file): Use
3684         `symbol-value' for backward compatibility.
3686         * net/tramp.el (tramp-handle-make-symbolic-link)
3687         (tramp-handle-load)
3688         (tramp-do-copy-or-rename-file-via-buffer)
3689         (tramp-do-copy-or-rename-file-directly)
3690         (tramp-do-copy-or-rename-file-out-of-band)
3691         (tramp-handle-process-file, tramp-handle-call-process-region)
3692         (tramp-handle-shell-command, tramp-handle-file-local-copy)
3693         (tramp-handle-insert-file-contents, tramp-handle-write-region)
3694         (tramp-delete-temp-file-function): Use `delete-file' instead
3695         of `tramp-compat-delete-file'.
3697         * net/tramp-fish.el (tramp-fish-handle-delete-directory)
3698         (tramp-fish-handle-make-symbolic-link)
3699         (tramp-fish-handle-process-file): Use `delete-file' instead
3700         of `tramp-compat-delete-file'.
3702         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use
3703         `delete-file' instead of `tramp-compat-delete-file'.
3705         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
3706         (tramp-gvfs-handle-write-region): Use `delete-file' instead of
3707         `tramp-compat-delete-file'.
3709         * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file): Use
3710         `delete-file' instead of `tramp-compat-delete-file'.
3712         * net/tramp-smb.el (tramp-smb-handle-copy-file)
3713         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
3714         (tramp-smb-handle-write-region): Use `delete-file' instead of
3715         `tramp-compat-delete-file'.
3716         (tramp-smb-handle-delete-directory): Use 'trash as arg.
3718 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
3720         * dired.el (dired-delete-file): New arg TRASH.
3721         (dired-internal-do-deletions): New arg TRASH.  Use progress reporter.
3722         (dired-do-flagged-delete, dired-do-delete): Use trash.
3724         * speedbar.el (speedbar-item-delete): Allow trashing.
3726         * files.el (delete-directory): New arg TRASH.
3728         * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
3729         (ange-ftp-rename-remote-to-remote)
3730         (ange-ftp-rename-local-to-remote)
3731         (ange-ftp-rename-remote-to-local, ange-ftp-load)
3732         (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
3733         `delete-file'.
3734         (ange-ftp-delete-directory): Add optional arg to `delete-file', to
3735         allow trashing.
3737         * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
3738         handle new TRASH arg of `delete-file'.
3740         * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
3741         (tramp-handle-make-symbolic-link, tramp-handle-load)
3742         (tramp-do-copy-or-rename-file-via-buffer)
3743         (tramp-do-copy-or-rename-file-directly)
3744         (tramp-do-copy-or-rename-file-out-of-band)
3745         (tramp-handle-process-file, tramp-handle-call-process-region)
3746         (tramp-handle-shell-command, tramp-handle-file-local-copy)
3747         (tramp-handle-insert-file-contents, tramp-handle-write-region)
3748         (tramp-delete-temp-file-function): Use null TRASH arg in
3749         tramp-compat-delete-file call.
3751         * net/tramp-fish.el (tramp-fish-handle-delete-directory)
3752         (tramp-fish-handle-delete-file)
3753         (tramp-fish-handle-make-symbolic-link)
3754         (tramp-fish-handle-process-file): Use null TRASH arg in
3755         `tramp-compat-delete-file' call.
3757         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
3758         arg in `tramp-compat-delete-file' call.
3760         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
3761         (tramp-gvfs-handle-write-region): Use null TRASH arg in
3762         `tramp-compat-delete-file' call.
3764         * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
3765         (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
3766         `tramp-compat-delete-file' call.
3768         * net/tramp-smb.el (tramp-smb-handle-copy-file)
3769         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
3770         (tramp-smb-handle-write-region): Use null TRASH arg in
3771         tramp-compat-delete-file call.
3772         (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
3773         (tramp-smb-handle-delete-file): Rename arg.
3775         * diff.el (diff-sentinel):
3776         * epg.el (epg--make-temp-file, epg-decrypt-string)
3777         (epg-verify-string, epg-sign-string, epg-encrypt-string):
3778         * jka-compr.el (jka-compr-partial-uncompress)
3779         (jka-compr-call-process, jka-compr-write-region):
3780         * server.el (server-sentinel): Remove optional arg from
3781         delete-file, reverting 2010-05-03 change.
3783 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
3785         * progmodes/verilog-mode.el (verilog-type-font-keywords): Use
3786         font-lock-constant-face, not obsolete font-lock-reference-face.
3788 2010-05-27  Kenichi Handa  <handa@m17n.org>
3790         * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
3791         element of GSTRING is nil.
3793 2010-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3795         * emacs-lisp/smie.el (smie-forward-token-function)
3796         (smie-backward-token-function): New vars.
3797         (smie-backward-sexp, smie-forward-sexp)
3798         (smie-indent-hanging-p, smie-indent-calculate): Use them.
3799         (smie-default-backward-token): Rename from smie-backward-token and
3800         skip comments.
3801         (smie-default-forward-token): Rename from smie-forward-token and
3802         skip comments.
3803         (smie-next-sexp): Handle nil results from next-token.
3804         (smie-indent-calculate): Add a new case for special `fixindent' comments.
3806 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
3808         * progmodes/verilog-mode.el (verilog-type-font-keywords):
3809         Use font-lock-constant-face, not obsolete font-lock-reference-face.
3811 2010-05-27  Masatake YAMATO  <yamato@redhat.com>
3813         * htmlfontify.el (hfy-face-resolve-face): New function.
3814         (hfy-face-to-style): Use it (Bug#6279).
3816 2010-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3818         * progmodes/ada-xref.el (ada-gnat-parse-gpr):
3819         * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
3821 2010-05-26  Glenn Morris  <rgm@gnu.org>
3823         * emulation/edt.el (edt-load-keys): Use locate-library.
3825 2010-05-25  Chong Yidong  <cyd@stupidchicken.com>
3827         * log-edit.el (log-edit-strip-single-file-name): Default to nil.
3828         (log-edit-changelog-entries): Doc fix.
3829         (log-edit-changelog-insert-entries): Args changed.
3830         Rename relative filenames in ChangeLog entries.  Delete tabs.
3831         (log-edit-insert-changelog-entries): Reorganize return value of
3832         `log-edit-changelog-entries' to pass filenames to
3833         log-edit-changelog-insert-entries.
3835 2010-05-25  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3837         * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
3838         `image-dired-dired-insert-marked-thumbs' to
3839         `image-dired-dired-toggle-marked-thumbs'.
3841         * image-dired.el: Require cl when compiling.
3842         (image-dired-dired-toggle-marked-thumbs): Rename from
3843         `image-dired-dired-insert-marked-thumbs'.  Add ARG.  Doc fix.
3844         Use interactive spec "P".  Set LOCALP arg of `dired-get-filename'
3845         to 'no-dir.  Skip files whose names don't match
3846         `image-file-name-regexp'.  When file has a thumbnail overlay,
3847         delete it.  (Bug#5270)
3849 2010-05-25  Juri Linkov  <juri@jurta.org>
3851         * image-mode.el (image-mode): Add image-after-revert-hook to
3852         after-revert-hook.
3853         (image-after-revert-hook): New function.  (Bug#5669)
3855 2010-05-25  Juri Linkov  <juri@jurta.org>
3857         * image.el (image-animated-p): When delay between animated images
3858         is 0, set it to 10 (0.1 sec).  (Bug#6258)
3860 2010-05-25  Christian Lynbech  <christian.lynbech@tieto.com>  (tiny change)
3862         * net/tramp.el (tramp-handle-insert-directory): Don't use
3863         `forward-word', its default syntax could be changed.
3865 2010-05-25  Michael Albinus  <michael.albinus@gmx.de>
3867         * net/tramp.el (tramp-progress-reporter-update): New defun.
3868         (with-progress-reporter): Use it.
3869         (tramp-process-actions):
3870         * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion): Preserve
3871         current message, in order to let progress reporter continue
3872         afterwards.  (Bug#6257)
3874 2010-05-25  Glenn Morris  <rgm@gnu.org>
3876         * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
3877         Add :version.
3879 2010-05-25  Ryan Yeske  <rcyeske@gmail.com>
3881         * net/rcirc.el (rcirc-default-user-name): Change to "user".
3882         (rcirc-default-full-name): Change to "unknown".
3883         (rcirc-user-name-history): Add variable.
3885 2010-05-25  Ryan Yeske  <rcyeske@gmail.com>
3886             Jonathan Rockway  <jon@jrock.us>
3888         * net/rcirc.el (rcirc-server-alist): Add :pass.
3889         (rcirc): When prompting for connection parameters, also prompt for
3890         username and password.
3891         (rcirc-connect): Take a PASS argument.  If PASS is non-nil, send
3892         value to server when connecting.
3894 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3896         * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
3897         (smie-merge-prec2s): Pass the tables as separate args.
3898         (smie-bnf-precedence-table): Adjust call accordingly.
3899         (smie-prec2-levels): Set levels at the end.
3901         Replace Lisp calls to delete-backward-char by delete-char.
3902         * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
3903         * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
3904         * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
3905         * calc/calc.el, emacs-cl-extra.el, emacs-cl-loaddefs.el,
3906         * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
3907         * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
3908         * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
3909         * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
3910         * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
3911         * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
3912         * progmodes/ps-mode.el, progmodes/verilog-mode.el,
3913         * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
3914         * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
3915         * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
3916         delete-backward-char by calls to delete-char.
3918 2010-05-25  Kenichi Handa  <handa@m17n.org>
3920         * language/hebrew.el (hebrew-shape-gstring): New function.
3921         Register it in composition-function-table for all Hebrew combining
3922         characters.
3924 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3926         * epa.el (epa--select-keys): Don't explicitly delete the window since
3927         that can fail (e.g. sole window in frame).  Use dedication instead.
3929 2010-05-24  Uday S Reddy  <u.s.reddy@cs.bham.ac.uk>  (tiny change)
3931         * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
3933 2010-05-22  Chong Yidong  <cyd@stupidchicken.com>
3935         * image.el (image-refresh): Define as an alias for image-flush.
3937         * image-mode.el (image-toggle-display-image): Caller changed.
3939 2010-05-21  Juri Linkov  <juri@jurta.org>
3941         * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
3942         Remove "all" from grep-files-aliases.  Split grep-files-aliases by
3943         whitespace, call wildcard-to-regexp on substrings and concat them
3944         with "\\|".  (Bug#6114)
3946 2010-05-21  Alan Mackenzie  <acm@muc.de>
3948         * progmodes/cc-engine.el (c-parse-state-get-strategy):
3949         Replace parameter `here' with `here-' and `here-plus', which sandwich
3950         any pertinent CPP construct.
3951         (c-remove-stale-state-cache-backwards): Fix a bug which happens
3952         when doing (c-parse-state) in a CPP construct: Exclude any "new"
3953         CPP construct from taking part in the scanning.
3955 2010-05-21  Michael Albinus  <michael.albinus@gmx.de>
3957         * net/tramp.el (tramp-do-copy-or-rename-file)
3958         (tramp-handle-file-local-copy, tramp-maybe-open-connection):
3959         Tune `with-progress-reporter' messages.
3960         (tramp-handle-vc-registered):
3961         * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
3962         (tramp-fish-handle-insert-file-contents)
3963         (tramp-fish-maybe-open-connection):
3964         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
3965         * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
3966         (tramp-imap-handle-insert-file-contents)
3967         (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
3969 2010-05-21  Juanma Barranquero  <lekktu@gmail.com>
3971         * add-log.el (change-log-font-lock-keywords):
3972         Highlight all authors in multi-author entries.
3974         * smerge-mode.el (smerge-refine-ignore-whitespace)
3975         (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
3976         Fix typos in docstrings.
3977         (smerge-resolve, smerge-refine-subst): Reflow docstrings.
3979 2010-05-21  Glenn Morris  <rgm@gnu.org>
3981         * progmodes/fortran.el (fortran-mode):
3982         * progmodes/f90.el (f90-mode): Derive from prog-mode.
3984         * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
3985         having a relative path in src/Makefile.in.
3987 2010-05-20  Kevin Ryde  <user42@zip.com.au>
3989         * help-mode.el (help-make-xrefs): For Info node links turn
3990         newlines into spaces.  Link node names with newlines are matched
3991         by help-xref-info-regexp and buttonized, this change ensures they
3992         can be followed successfully with RET.  (Bug#6206)
3994 2010-05-20  Juri Linkov  <juri@jurta.org>
3996         * locate.el (locate): Use pop-to-buffer instead of
3997         switch-to-buffer-other-window.  (Bug#6204)
3999 2010-05-20  Juri Linkov  <juri@jurta.org>
4001         * replace.el (replace-highlight): Fix lazy-highlighting
4002         for `M-s w str M-% str RET'.
4004 2009-12-15  Masatake YAMATO  <yamato@redhat.com>
4006         * isearch.el (isearch-yank-word-or-char): Pull next subword
4007         when `subword-mode' is activated.  (Bug#6220)
4009 2010-05-20  Mark A. Hershberger  <mah@everybody.org>
4011         * isearch.el (isearch-update-post-hook): New hook.
4012         (isearch-update): Use the new hook.  (Bug#6225)
4014 2010-05-20  Juri Linkov  <juri@jurta.org>
4016         * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
4017         [f1], [help], and (char-to-string help-char) instead of "\C-h".
4018         (Bug#6222)
4020 2010-05-20  Juri Linkov  <juri@jurta.org>
4022         * isearch.el (isearch-yank-string): Use isearch-process-search-string.
4023         (Bug#6223)
4025 2010-05-20  Juri Linkov  <juri@jurta.org>
4027         * dired-x.el (dired-jump, dired-jump-other-window): Add arg
4028         FILE-NAME to read from the minibuffer when called interactively
4029         with prefix argument instead of using buffer-file-name.
4030         http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
4032         * dired.el: Update autoloads.
4034 2010-05-20  Chong Yidong  <cyd@stupidchicken.com>
4036         * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
4037         nxml-finish-element, for consistency with SGML mode.
4039         * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
4040         octave-close-block.
4042 2010-05-20  Juanma Barranquero  <lekktu@gmail.com>
4044         * composite.el: Require cl when compiling.
4045         (reference-point-alist, compose-gstring-for-graphic)
4046         (compose-gstring-for-terminal): Fix typos in docstrings.
4048 2010-05-19  Juri Linkov  <juri@jurta.org>
4050         * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
4051         set-window-parameter.
4053 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
4055         * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
4056         where appropriate.
4057         (tramp-maybe-open-connection): Use it.
4059 2010-05-19  Eli Zaretskii  <eliz@gnu.org>
4061         * simple.el (move-end-of-line): Make sure we are at line beginning
4062         before backing up to end of previous line.
4064 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
4066         * password-cache.el (password-cache-remove): Fix docstring.
4068         * net/secrets.el: Autoload the widget functions.
4069         (secrets-search-items, secrets-create-item)
4070         (secrets-get-attributes, secrets-expand-item): Attributes will be
4071         stored on the password database without leading ":", as all other
4072         clients do as well.
4073         (secrets-mode): Fix docstring.
4074         (secrets-show-secrets): Provide it as autoloaded command only when
4075         D-Bus support is available.  Check existence of Secret Service API.
4077 2010-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4079         * indent.el (indent-region): Deactivate region (bug#6200).
4081 2010-05-19  Glenn Morris  <rgm@gnu.org>
4083         * vc-dir.el (vc-dir): Don't pop-up-windows.  (Bug#6204)
4085 2010-05-19  Kenichi Handa  <handa@m17n.org>
4087         * composite.el: Register compose-gstring-for-graphic in
4088         composition-function-table only for combining characters (Mn, Mc, Me).
4090 2010-05-18  Jay Belanger  <jay.p.belanger@gmail.com>
4092         * calc/calc-trail.el (calc-trail-isearch-forward)
4093         (calc-trail-isearch-backward): Ensure that the new window
4094         point is set correctly.
4096 2010-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4098         * subr.el (read-quoted-char): Resolve modifiers after key
4099         remapping (bug#6212).
4101 2010-05-18  Michael Albinus  <michael.albinus@gmx.de>
4103         Add visualization code for secrets.
4104         * net/secrets.el (secrets-mode): New major mode.
4105         (secrets-show-secrets, secrets-show-collections)
4106         (secrets-expand-collection, secrets-expand-item)
4107         (secrets-tree-widget-after-toggle-function)
4108         (secrets-tree-widget-show-password): New defuns.
4110 2010-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4112         * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
4113         (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
4114         handled in smie-next-sexp.
4115         (smie-indent-calculate): Provide a starting indentation (so the
4116         recursion is well-founded ;-).
4118         Fix handling of non-associative equal levels.
4119         * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
4120         when it's not needed.
4121         (smie-op-left, smie-op-right): New functions.
4122         (smie-next-sexp): New function, extracted from smie-backward-sexp.
4123         Better handle equal levels to distinguish the associative case from
4124         the "multi-keyword construct" case.
4125         (smie-backward-sexp, smie-forward-sexp): Use it.
4127 2010-05-18  Juanma Barranquero  <lekktu@gmail.com>
4129         * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
4131         * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
4132         (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
4134 2010-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4136         Provide a simple generic indentation engine and use it for Prolog.
4137         * emacs-lisp/smie.el: New file.
4138         * progmodes/prolog.el (prolog-smie-op-levels)
4139         (prolog-smie-indent-rules): New var.
4140         (prolog-mode-variables): Use them to configure SMIE.
4141         (prolog-indent-line, prolog-indent-level): Remove.
4143 2010-05-17  Jay Belanger  <jay.p.belanger@gmail.com>
4145         * calc/calc-vec.el (math-vector-avg): Put the vector elements in
4146         order before computing the averages.
4148 2010-05-16  Jay Belanger  <jay.p.belanger@gmail.com>
4150         * calc/calc-vec.el (calc-histogram):
4151         (calcFunc-histogram): Allow vectors as inputs.
4152         (math-vector-avg): New function.
4154         * calc/calc-ext.el (math-group-float): Have the number of digits
4155         being grouped depend on the radix (Bug#6189).
4157 2010-05-15  Ken Raeburn  <raeburn@raeburn.org>
4159         * version.el (emacs-copyright, emacs-version): Don't define here,
4160         now that emacs.c defines it.
4162 2010-05-15  Eli Zaretskii  <eliz@gnu.org>
4164         * international/mule-cmds.el (mule-menu-keymap): Fix definition of
4165         "Describe Language Environment" menu item.
4167         * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
4169         Bidi-sensitive movement with arrow keys.
4170         * subr.el (right-arrow-command, left-arrow-command): New functions.
4172         * bindings.el (global-map): Bind them to right and left arrow keys.
4174         Don't override standard definition of convert-standard-filename.
4175         * files.el (convert-standard-filename): Call
4176         w32-convert-standard-filename and dos-convert-standard-filename on
4177         the corresponding systems.
4179         * w32-fns.el (w32-convert-standard-filename): Rename from
4180         convert-standard-filename.  Doc fix.
4182         * dos-fns.el (dos-convert-standard-filename): Doc fix.
4183         (convert-standard-filename): Don't defalias.
4184         (register-name-alist, make-register, register-value)
4185         (set-register-value, intdos): Obsolete aliases for the
4186         corresponding dos-* functions and variables.
4187         (dos-intdos): Add a doc string.
4189 2010-05-15  Jay Belanger  <jay.p.belanger@gmail.com>
4191         * calc/calc-aent.el (math-read-token, math-find-user-tokens):
4192         * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
4193         (math-compose-tex-func):
4194         * calc/calccomp.el (math-compose-expr):
4195         * calc/calc-ext.el (math-format-flat-expr-fancy):
4196         * calc/calc-store.el (calc-read-var-name):
4197         * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
4199         * calc/calc.el (var-π, var-φ, var-γ): New variables.
4200         * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
4201         * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
4202         (math-standard-units): Add units.
4204 2010-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4206         * progmodes/asm-mode.el (asm-mode):
4207         * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
4209         * pcomplete.el (pcomplete-completions-at-point): New function,
4210         extracted from pcomplete-std-complete.
4211         (pcomplete-std-complete): Use it.
4213 2010-05-15  Glenn Morris  <rgm@gnu.org>
4215         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
4216         Remove references to CVS, RCS and Old directories.
4218 2010-05-14  Jay Belanger  <jay.p.belanger@gmail.com>
4220         * calc/calc-bin.el (math-format-twos-complement): Group digits when
4221         appropriate.
4223 2010-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4225         * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
4226         (sh-mode-syntax-table): Give it a default value instead.
4227         (sh-header-marker): Make buffer-local.
4228         (sh-mode): Move make-local-variable to the corresponding setq.
4229         (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
4230         Use complete-with-action.
4232         * simple.el (prog-mode): New (abstract) major mode.
4233         * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
4234         * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
4236 2010-05-14  Juanma Barranquero  <lekktu@gmail.com>
4238         * progmodes/sql.el (sql-oracle-program): Reflow docstring.
4239         (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
4240         (sql-add-product-keywords, sql-highlight-product, sql-set-product)
4241         (sql-make-alternate-buffer-name, sql-placeholders-filter)
4242         (sql-escape-newlines-filter, sql-input-sender)
4243         (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
4245 2010-05-13  Chong Yidong  <cyd@stupidchicken.com>
4247         Add TeX open-block and close-block keybindings to SGML, and vice versa.
4249         * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
4250         latex-open-block and C-c / to latex-close-block.
4252         * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
4253         and C-c C-e to sgml-close-tag.
4255 2010-05-13  Michael Albinus  <michael.albinus@gmx.de>
4257         * net/tramp.el (with-progress-reporter): Create reporter object
4258         only when the message would be displayed.  Handle nested calls.
4259         (tramp-handle-load, tramp-handle-file-local-copy)
4260         (tramp-handle-insert-file-contents, tramp-handle-write-region)
4261         (tramp-maybe-send-script, tramp-find-shell):
4262         Use `with-progress-reporter'.
4263         (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
4264         Fix message text.
4266         * net/tramp-smb.el (tramp-smb-handle-copy-file)
4267         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
4268         (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
4269         Use `with-progress-reporter'.
4271 2010-05-13  Agustín Martín  <agustin.martin@hispalinux.es>
4273         * textmodes/ispell.el (ispell-init-process): Do not kill ispell
4274         process everytime when spellchecking from the minibuffer (bug#6143).
4276 2010-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4278         * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
4280         * dos-fns.el: Add "dos-" prefix for namespace control.
4281         (convert-standard-filename): Define as alias for
4282         dos-convert-standard-filename but only if applicable.
4284 2010-05-12  Alan Mackenzie  <acm@muc.de>
4286         * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
4287         Push the mark at the start of these functions when appropriate.
4289 2010-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4291         * minibuffer.el (completion-cycle-threshold): New custom var.
4292         (completion--do-completion): Use it.
4293         (minibuffer-complete): Use cycling if appropriate.
4295 2010-05-11  Juanma Barranquero  <lekktu@gmail.com>
4297         * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
4298         buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
4300 2010-05-11  Juri Linkov  <juri@jurta.org>
4302         * scroll-all.el (scroll-all-check-to-scroll):
4303         Add `scroll-up-command' and `scroll-down-command' (bug#6164).
4305 2010-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4307         * iimage.el (iimage-mode-map): Move initialization into declaration.
4308         (iimage-mode-buffer): Use with-silent-modifications.
4309         Simplify calling convention.  Adjust callers.
4310         (iimage-mode): Don't run hook redundantly.
4312         * minibuffer.el (completion-pcm--pattern->regex):
4313         Fix last change (bug#6160).
4315 2010-05-10  Juri Linkov  <juri@jurta.org>
4317         Remove nodes visited during Isearch from the Info history.
4318         * info.el (Info-isearch-initial-history)
4319         (Info-isearch-initial-history-list): New variables.
4320         (Info-isearch-start): Record initial values of
4321         Info-isearch-initial-history and Info-isearch-initial-history-list.
4322         Add Info-isearch-end to isearch-mode-end-hook.
4323         (Info-isearch-end): New function.
4325 2010-05-10  Michael Albinus  <michael.albinus@gmx.de>
4327         * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
4328         format string, in order to work around a bug in pdksh.
4329         Reported by Gilles Pion <gpion@lfdj.com>.
4330         (tramp-handle-verify-visited-file-modtime): Do not send a command
4331         when the connection is not established.
4332         (tramp-handle-set-file-times): Simplify the check for utc.
4334 2010-05-10  Juanma Barranquero  <lekktu@gmail.com>
4336         Fix use of `filter-buffer-substring' (rework previous change).
4337         * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
4338         (cua-repeat-replace-region):
4339         * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
4340         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
4341         (cua-cut-region-to-global-mark): Use it.
4343 2010-05-09  Michael R. Mauger  <mmaug@yahoo.com>
4345         * progmodes/sql.el: Version 2.1.
4346         (sql-product-alist): Redesign structure of product info.
4347         (sql-product, sql-user, sql-server, sql-database): Safe variables.
4348         (sql-port, sql-port-history): New variables.
4349         (sql-interactive-product): New variable.
4350         (sql-send-terminator): New variable.
4351         (sql-imenu-generic-expression): Add "Types" imenu entry.
4352         (sql-oracle-login-params, sql-sqlite-login-params)
4353         (sql-mysql-login-params, sql-solid-login-params)
4354         (sql-sybase-login-params, sql-informix-login-params)
4355         (sql-ingres-login-params, sql-ms-login-params)
4356         (sql-postgres-login-params, sql-interbase-login-params)
4357         (sql-db2-login-params, sql-linter-login-params)
4358         (sql-oracle-scan-on): New variables.
4359         (sql-mode-map): Add C-c C-i to start interactive mode.
4360         (sql-mode-menu): Update existing menu entries.
4361         (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
4362         (sql-mode-oracle-font-lock-keywords)
4363         (sql-mode-postgres-font-lock-keywords)
4364         (sql-mode-ms-font-lock-keywords)
4365         (sql-mode-sybase-font-lock-keywords)
4366         (sql-mode-informix-font-lock-keywords)
4367         (sql-mode-interbase-font-lock-keywords)
4368         (sql-mode-ingres-font-lock-keywords)
4369         (sql-mode-solid-font-lock-keywords)
4370         (sql-mode-mysql-font-lock-keywords)
4371         (sql-mode-sqlite-font-lock-keywords)
4372         (sql-mode-db2-font-lock-keywords)
4373         (sql-mode-linter-font-lock-keywords): Update initialization to
4374         reduce run-time complexity.
4375         (sql-add-product, sql-del-product): New functions.
4376         (sql-set-product-feature, sql-get-product-feature): New functions.
4377         (sql-product-font-lock): Update product API.
4378         (sql-add-product-keywords): New function.
4379         (sql-highlight-product): Update product API.
4380         (sql-help-list-products): New function.
4381         (sql-help): Dynamically lists free and non-free products.
4382         (sql-get-login): Correct bug in handling history and added
4383         prompt for port.
4384         (sql-copy-column): Copy without properties.
4385         (sqli-input-sender): Apply filters to SQLi input.
4386         (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
4387         Implement as a filter.
4388         (sql-escape-newlines-filter): Implement as a filter.
4389         (sql-remove-tabs-filter): New function.
4390         (sql-send-magic-terminator): New function.
4391         (sql-send-string): Implement magic terminator.
4392         (sql-send-region): Use `sql-send-string'.
4393         (sql-interactive-mode): Use product API.
4394         (sql-product-interactive): Use product API.
4395         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
4396         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
4397         (sql-db2, sql-linter): Use `sql-product-interactive'.
4398         (sql-connect): New function.
4399         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
4400         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
4401         (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
4402         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
4403         Use `sql-connect'.
4405 2010-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4407         * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
4408         New custom variable.
4409         (completion-pcm--string->pattern): Use it.
4410         (completion-pcm--pattern->regex, completion-pcm--pattern->string):
4411         Make it handle any symbol as `any'.
4412         (completion-pcm--merge-completions): Extract common suffix for the new
4413         `prefix' symbol as well.
4414         (completion-substring--all-completions): Use the new `prefix' symbol.
4416 2010-05-09  Michael Albinus  <michael.albinus@gmx.de>
4418         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
4419         not bound.
4420         (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
4421         (tramp-compat-funcall): New defmacro.
4422         (tramp-compat-line-beginning-position)
4423         (tramp-compat-line-end-position)
4424         (tramp-compat-temporary-file-directory)
4425         (tramp-compat-make-temp-file, tramp-compat-file-attributes)
4426         (tramp-compat-copy-file, tramp-compat-copy-directory)
4427         (tramp-compat-delete-file, tramp-compat-delete-directory)
4428         (tramp-compat-number-sequence, tramp-compat-process-running-p)
4429         * net/tramp.el (top, with-progress-reporter)
4430         (tramp-rfn-eshadow-setup-minibuffer)
4431         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
4432         (tramp-handle-dired-compress-file, tramp-handle-shell-command)
4433         (tramp-completion-mode-p, tramp-check-for-regexp)
4434         (tramp-open-connection-setup-interactive-shell)
4435         (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
4436         (tramp-time-diff, tramp-coding-system-change-eol-conversion)
4437         (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
4438         * net/tramp-cmds.el (tramp-cleanup-all-connections)
4439         (tramp-reporter-dump-variable, tramp-load-report-modules)
4440         (tramp-append-tramp-buffers)
4441         * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
4443         * net/tramp-imap.el (top): Autoload `epg-make-context'.
4445 2010-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4447         * progmodes/compile.el (compilation-buffer-modtime): Rename from
4448         buffer-modtime.  Adjust users.
4450 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
4452         * international/mule.el (auto-coding-alist): Only purecopy
4453         car of each item, not the whole list (Bug#6083).
4455 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
4457         * progmodes/js.el (js-mode): Make paragraph variables local before
4458         calling c-setup-paragraph-variables (Bug#6071).
4460 2010-05-08  Eli Zaretskii  <eliz@gnu.org>
4462         * composite.el (compose-region, reference-point-alist): Fix typos
4463         in the doc strings.
4465 2010-05-08  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
4467         * calc/calc-graph.el (calc-graph-plot): Use the proper form for
4468         gnuplot's "set" command.
4470 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
4472         * abbrev.el (last-abbrev-text): Doc fix.
4473         (abbrev-prefix-mark): Don't escape parenthesis.
4475 2010-05-08  Andreas Schwab  <schwab@linux-m68k.org>
4477         * composite.el (find-composition): Doc fix.
4479 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
4481         * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
4482         (sql-oracle-program, sql-sqlite-options)
4483         (sql-query-placeholders-and-send): Doc fixes.
4484         (sql-set-product, sql-interactive-mode): Reflow docstrings.
4485         (sql-imenu-generic-expression, sql-buffer)
4486         (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
4487         (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
4488         (sql-mode-sybase-font-lock-keywords)
4489         (sql-mode-informix-font-lock-keywords)
4490         (sql-mode-interbase-font-lock-keywords)
4491         (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
4492         (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
4493         (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
4494         (sql-product-feature, sql-highlight-product)
4495         (comint-line-beginning-position, sql-rename-buffer)
4496         (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
4497         (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
4498         (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
4499         Fix typos in docstrings.
4501 2010-05-08  Juri Linkov  <juri@jurta.org>
4503         * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
4504         property instead of `invisible' and `after-string' (bug#5998).
4506 2010-05-08  Juri Linkov  <juri@jurta.org>
4508         * image-mode.el (image-mode-as-text): Fix typo in docstring.
4510 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
4512         * filecache.el (file-cache-add-directory-list)
4513         (file-cache-add-directory-recursively): Fix typos in docstrings.
4515 2010-05-08  Kenichi Handa  <handa@m17n.org>
4517         * language/indian.el (gurmukhi-composable-pattern): Fix typo.
4518         (gujarati-composable-pattern): Fix typo.
4520 2010-05-08  Kenichi Handa  <handa@m17n.org>
4522         * language/indian.el (oriya-composable-pattern)
4523         (tamil-composable-pattern, malayalam-composable-pattern):
4524         Add two-part vowels to "v" (vowel sign).
4526 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
4528         * files.el (copy-directory): Handle symlinks (Bug#5982).
4530 2010-05-08  Dan Nicolaescu  <dann@ics.uci.edu>
4532         * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
4533         (vc-hg-working-revision): Likewise.  Use hg parents, not hg parent
4534         (Bug#5846).
4536 2010-05-08  Glenn Morris  <rgm@gnu.org>
4538         * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
4540         * minibuffer.el (completion-at-point): Doc fix.
4542 2010-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4544         * electric.el (Electric-command-loop): Minor tweak.
4546         * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
4547         better with dedicated windows.
4549 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
4551         * Version 23.2 released.
4553 2010-05-07  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
4554             Stefan Monnier  <monnier@iro.umontreal.ca>
4556         Highlight vendor specific properties.
4557         * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
4558         (css-proprietary-property): New face.
4559         (css-font-lock-keywords): Use them.
4561 2010-05-07  Eli Zaretskii  <eliz@gnu.org>
4563         * cus-start.el (all): Add native condition for tool-bar-* symbols.
4565 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4567         * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
4568         * files.el (auto-mode-alist): Remove redundant entries.
4570         * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
4571         * simple.el (auto-save-mode): Move from files.el.
4572         * minibuffer.el (completion--common-suffix): Fix copy&paste error.
4574 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
4576         * lisp/epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
4578 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4580         * mail/binhex.el (binhex-decode-region-internal)
4581         * mail/uudecode.el (uudecode-decode-region-internal)
4582         * net/dns.el (dns-read-string-name, dns-write, dns-read)
4583         (dns-read-type, dns-query)
4584         * pgg-parse.el (pgg-parse-armor)
4585         * pgg.el (pgg-verify-region)
4586         * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
4587         XEmacs.
4589         * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
4591 2010-05-07  Juanma Barranquero  <lekktu@gmail.com>
4593         * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
4595         Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
4596         * emulation/cua-base.el (cua-repeat-replace-region):
4597         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
4598         (cua-cut-region-to-global-mark):
4599         Remove text properties with `set-text-properties'.
4601 2010-05-06  Michael Albinus  <michael.albinus@gmx.de>
4603         * net/tramp.el (top, with-progress-reporter):
4604         Use `symbol-function' inside `funcall'.
4606         * net/tramp-compat.el (tramp-compat-file-attributes)
4607         (tramp-compat-delete-file, tramp-compat-delete-directory):
4608         Handle only `wrong-number-of-arguments' error.
4610         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
4611         (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
4612         inside `funcall'.
4614 2010-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4616         * minibuffer.el (completion--sreverse, completion--common-suffix):
4617         New functions.
4618         (completion-pcm--merge-completions): Extract common suffix when safe.
4620         * emacs-lisp/easy-mmode.el (define-minor-mode):
4621         Make :variable more flexible.
4622         * files.el (auto-save-mode): Use it to define using define-minor-mode.
4624 2010-05-05  Juri Linkov  <juri@jurta.org>
4626         Add `slow' and `history' tags to the desktop data.
4628         * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
4629         (Info-virtual-files) [*Apropos*]: Add `slow' tag.
4630         (Info-finder-find-node): Require `finder.el' to be able
4631         to restore node from the desktop.
4632         (Info-desktop-buffer-misc-data): Save all nodes.  Save additional
4633         data `Info-history' and `slow' tag in the assoc list.
4634         (Info-restore-desktop-buffer): Don't restore nodes with the
4635         `slow' tag.  Restore `Info-history'.
4637 2010-05-05  Michael Albinus  <michael.albinus@gmx.de>
4639         Add FORCE argument to `delete-file'.
4641         * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
4642         forcing to delete the temporary file.
4643         (ange-ftp-delete-file): Add FORCE arg.
4644         (ange-ftp-rename-remote-to-remote)
4645         (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
4646         (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
4647         Force file deletion.
4649         * net/tramp-compat.el (tramp-compat-delete-file): New defun.
4651         * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
4652         (tramp-handle-make-symbolic-link, tramp-handle-load)
4653         (tramp-do-copy-or-rename-file-via-buffer)
4654         (tramp-do-copy-or-rename-file-directly)
4655         (tramp-do-copy-or-rename-file-out-of-band)
4656         (tramp-handle-process-file, tramp-handle-call-process-region)
4657         (tramp-handle-shell-command, tramp-handle-file-local-copy)
4658         (tramp-handle-insert-file-contents, tramp-handle-write-region)
4659         (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
4661         * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
4662         (tramp-fish-handle-make-symbolic-link)
4663         (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
4665         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
4666         Use `tramp-compat-delete-file'.
4668         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
4669         (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
4671         * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
4672         (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
4674         * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
4675         (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
4676         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region): Use
4677         `tramp-compat-delete-file'.
4679 2010-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4681         Minor cleanups.
4682         * subr.el (add-minor-mode): Use push.
4683         * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
4684         * emulation/edt.el (edt-select-mode): Simplify.
4686         Use define-minor-mode in more cases.
4687         * term/tvi970.el (tvi970-set-keypad-mode):
4688         * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
4689         (normal-erase-is-backspace-mode):
4690         * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
4691         (set-scroll-bar-mode-1): (Re)move to its sole caller.
4692         (get-scroll-bar-mode): New function.
4693         * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
4695         Use define-minor-mode for less obvious cases.
4696         * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
4697         * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
4698         * international/iso-ascii.el (iso-ascii-mode):
4699         * frame.el (auto-raise-mode, auto-lower-mode):
4700         * composite.el (global-auto-composition-mode): Use define-minor-mode.
4702 2010-05-04  Michael Albinus  <michael.albinus@gmx.de>
4704         * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
4705         in order to see error messages for failed logins.
4707 2010-05-03  Chong Yidong  <cyd@stupidchicken.com>
4709         * diff.el (diff-sentinel):
4711         * epg.el (epg--make-temp-file, epg-decrypt-string)
4712         (epg-verify-string, epg-sign-string, epg-encrypt-string):
4714         * jka-compr.el (jka-compr-partial-uncompress)
4715         (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
4717         * server.el (server-sentinel): Use delete-file's new FORCE arg
4718         (Bug#6070).
4720 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4722         Use define-minor-mode where applicable.
4723         * view.el (view-mode):
4724         * type-break.el (type-break-query-mode)
4725         (type-break-mode-line-message-mode):
4726         * textmodes/reftex.el (reftex-mode):
4727         * term/vt100.el (vt100-wide-mode):
4728         * tar-mode.el (tar-subfile-mode):
4729         * savehist.el (savehist-mode):
4730         * ibuf-ext.el (ibuffer-auto-mode):
4731         * composite.el (auto-composition-mode):
4732         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
4733         Use define-minor-mode.
4734         (vhdl-mode): Use static mode-line format.
4735         (vhdl-mode-line-update): Delete.
4736         (vhdl-create-mode-menu, vhdl-activate-customizations)
4737         (vhdl-hs-minor-mode): Don't bother calling it.
4739 2010-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4741         * simple.el (with-wrapper-hook): Move.
4742         (buffer-substring-filters): Mark obsolete.
4743         (filter-buffer-substring-functions): New variable.
4744         (filter-buffer-substring): Use it.  Remove unused arg `noprops'.
4746         Use a mode-line spec rather than a static string in Semantic.
4747         * cedet/semantic/util-modes.el:
4748         (semantic-minor-modes-format): New var to replace...
4749         (semantic-minor-modes-status): Remove.
4750         (semantic-mode-line-update): Construct a mode-line spec rather than
4751         a static string so that mouse buttons can be used on individual minor
4752         modes and so that semantic-mode-line-update only needs to be called
4753         when global settings are changed.
4754         (semantic-add-minor-mode, semantic-toggle-minor-mode-globally):
4755         Call semantic-mode-line-update.
4756         (semantic-toggle-minor-mode-globally): Don't assume mode is on
4757         minor-mode-alist, check semantic-minor-mode-alist as well.
4758         (semantic-stickyfunc-mode, semantic-show-parser-state-auto-marker)
4759         (semantic-show-parser-state-marker, semantic-show-parser-state-mode)
4760         (semantic-show-unmatched-syntax-mode, semantic-highlight-edits-mode):
4761         * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
4762         * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
4763         (define-semantic-idle-service, semantic-idle-summary-mode):
4764         * cedet/semantic/decorate/mode.el (semantic-decoration-mode):
4765         Don't call semantic-mode-line-update any more.
4767 2010-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4769         Use define-minor-mode in CEDET where applicable.
4771         * cedet/srecode/mode.el (srecode-minor-mode,global-srecode-minor-mode):
4772         Use define-minor-mode.
4774         * cedet/semantic/util-modes.el (semantic-add-minor-mode):
4775         Remove unused arg `keymap' and code redundant with define-minor-mode.
4776         (semantic-toggle-minor-mode-globally): Only handle arg -1 and 1.
4777         (semantic-stickyfunc-mode, global-semantic-show-unmatched-syntax-mode)
4778         (semantic-highlight-func-mode, global-semantic-show-parser-state-mode)
4779         (global-semantic-highlight-edits-mode, semantic-highlight-edits-mode)
4780         (semantic-show-unmatched-syntax-mode, semantic-show-parser-state-mode)
4781         (global-semantic-stickyfunc-mode, global-semantic-highlight-func-mode):
4782         Use define-minor-mode.
4783         (semantic-stickyfunc-mode-setup, semantic-highlight-edits-mode-setup)
4784         (semantic-show-unmatched-syntax-mode-setup)
4785         (semantic-show-parser-state-mode-setup)
4786         (semantic-highlight-func-mode-setup): Inline into sole caller.
4788         * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
4789         (semantic-mru-bookmark-mode): Use define-minor-mode.
4790         (semantic-mru-bookmark-mode-setup): Inline into sole caller.
4792         * cedet/semantic/idle.el (define-semantic-idle-service):
4793         Use define-minor-mode and inline setup function into its sole caller.
4794         (semantic-idle-scheduler-mode-setup)
4795         (semantic-idle-summary-mode-setup): Inline into sole caller.
4796         (global-semantic-idle-scheduler-mode, semantic-idle-scheduler-mode):
4797         Use define-minor-mode.
4799         * cedet/semantic/decorate/mode.el (global-semantic-decoration-mode)
4800         (semantic-decoration-mode): Use define-minor-mode.
4801         (semantic-decoration-mode-setup): Inline into sole caller.
4803         * cedet/ede/dired.el (ede-dired-minor-mode): Initialize in declaration.
4804         (ede-dired-minor-mode): Use define-minor-mode and derived-mode-p.
4805         (ede-dired-add-to-target): Use dolist.
4807 2010-05-01  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
4808             Michael Albinus  <michael.albinus@gmx.de>
4810         Implement compression for inline methods.
4812         * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
4813         (tramp-copy-size-limit): Allow also nil.
4814         (tramp-inline-compress-commands): New defconst.
4815         (tramp-find-inline-compress, tramp-get-inline-compress)
4816         (tramp-get-inline-coding): New defuns.
4817         (tramp-get-remote-coding, tramp-get-local-coding): Remove,
4818         replaced by `tramp-get-inline-coding'.
4819         (tramp-handle-file-local-copy, tramp-handle-write-region)
4820         (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
4822 2010-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4824         * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
4825         Remove unused functions.
4827         * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
4828         Set find-tag-default-function as a variable rather than a property.
4830         * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
4831         * progmodes/etags.el (tags-completion-at-point-function):
4832         Remove left over interactive spec.  Add autoloading stub.
4833         (complete-tag): Use tags-completion-at-point-function.
4835 2010-04-30  Chong Yidong  <cyd@stupidchicken.com>
4837         * minibuffer.el (tags-completion-at-point-function): Fix return value.
4839 2010-04-29  Chong Yidong  <cyd@stupidchicken.com>
4841         * ido.el (ido-init-completion-maps): Remove C-v binding.
4842         (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
4844 2010-04-29  Chong Yidong  <cyd@stupidchicken.com>
4846         * minibuffer.el (tags-completion-at-point-function): New function.
4847         (completion-at-point-functions): Use it.
4849         * cedet/semantic.el (semantic-completion-at-point-function):
4850         New function.
4851         (semantic-mode): Use semantic-completion-at-point-function for
4852         completion-at-point-functions instead.
4854         * progmodes/etags.el (complete-tag): Revert last change.
4856 2010-04-29  Alan Mackenzie  <acm@muc.de>
4858         * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
4859         off-by-one error (in end of macro position).
4861 2010-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4863         * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
4864         firefox is absent.  Don't autoload.
4865         (browse-url-galeon-program): Don't autoload.
4867 2010-04-28  Chong Yidong  <cyd@stupidchicken.com>
4869         * bindings.el (complete-symbol): Move into minibuffer.el.
4871         * minibuffer.el (complete-tag): Move from etags.el.  If tags
4872         completion cannot be performed, return nil instead of signalling
4873         an error.
4874         (completion-at-point): Make it an alias for complete-symbol.
4875         (complete-symbol): Move from bindings.el, and replace with the
4876         body of completion-at-point.
4878         * progmodes/etags.el (complete-tag): Move to minibuffer.el.
4880         * cedet/semantic.el (semantic-mode): When enabled, add
4881         semantic-ia-complete-symbol to completion-at-point-functions.
4883         * cedet/semantic/ia.el (semantic-ia-complete-symbol): Return nil
4884         if Semantic is not active.
4886 2010-04-28  Michael Albinus  <michael.albinus@gmx.de>
4888         * net/tramp.el (tramp-remote-selinux-p): New defun.
4889         (tramp-handle-file-selinux-context)
4890         (tramp-handle-set-file-selinux-context): Use it.
4892 2010-04-28  Sam Steingold  <sds@gnu.org>
4894         * progmodes/bug-reference.el (bug-reference-url-format): Mark as
4895         `safe-local-variable' if the value is a string or a symbol with
4896         the property `bug-reference-url-format'.
4898 2010-04-28  Chong Yidong  <cyd@stupidchicken.com>
4900         * progmodes/bug-reference.el (bug-reference-url-format):
4901         Revert 2010-04-27 change due to security risk.
4903 2010-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4905         Make it possible to locally disable a globally enabled mode.
4906         * simple.el (fundamental-mode): Run fundamental-mode-hook.
4907         * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
4908         rather than kill-all-local-variables so it runs fundamental-mode-hook.
4909         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
4910         Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
4911         that subsequent hooks get a chance to disable it.
4913 2010-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4915         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
4916         Avoid re-enabling a minor mode after the user turned the minor mode
4917         off if MODE-enable-in-buffers is run twice (typically once from
4918         fundamental-mode's after-change-major-mode-hook and a second time from
4919         run-mode-hook's own after-change-major-mode-hook).
4921         * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
4923 2010-04-27  Sam Steingold  <sds@gnu.org>
4925         * progmodes/bug-reference.el (bug-reference-url-format): Mark as
4926         `safe-local-variable' if the value is a string or a function, as
4927         documented and implemented on 2010-04-02.
4929 2010-04-27  Juanma Barranquero  <lekktu@gmail.com>
4931         * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
4932         when method is 'kill.
4934 2010-04-27  Agustín Martín  <agustin.martin@hispalinux.es>
4936         * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
4937         condition in default directory check.
4938         (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
4939         Kill ispell process when killing its associated buffer.
4941 2010-04-27  Jan Djärv  <jan.h.d@swipnet.se>
4943         * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
4944         but we aren't using it.
4946 2010-04-25  Jan Djärv  <jan.h.d@swipnet.se>
4948         * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
4949         checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
4951 2010-04-24  Glenn Morris  <rgm@gnu.org>
4953         * emacs-lisp/authors.el (authors-obsolete-files-regexps):
4954         Ignore VCS-ignore files, and deleted nextstep preferences files.
4955         (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
4956         (authors-ambiguous-files): New list.
4957         (authors-valid-file-names): Add some deleted files.
4958         (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
4959         (authors-disambiguate-file-name): New function.  (Bug#5501)
4960         (authors-canonical-file-name): Doc fix.
4961         Don't warn about obsolete files.
4962         (authors-canonical-file-name, authors-scan-el):
4963         Use authors-disambiguate-file-name.
4965         * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
4966         Add autoload cookies.
4967         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
4968         (generated-autoload-file): Set file-local value to "htmlfontify.el".
4969         * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
4970         They have definitions / compiler macros in cl.el.
4971         (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
4972         Replace manual autoloads with generated ones.
4973         (htmlfontify-unload-rgb-file): Remove autoload.
4974         * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
4976 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4978         * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
4979         (byte-compile-setq-default): Optimize for the
4980         single-var case and don't call byte-compile-form in this case to avoid
4981         inf-loop with byte-compile-set-default.
4983         * progmodes/compile.el (compilation-start): Abbreviate default directory.
4985 2010-04-23  Michael Albinus  <michael.albinus@gmx.de>
4987         Implement SELINUX backends.
4989         * net/tramp.el (tramp-file-name-handler-alist):
4990         Add `file-selinux-context' and `set-file-selinux-context'.
4991         (tramp-handle-file-selinux-context)
4992         (tramp-handle-set-file-selinux-context): New defuns.
4993         (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
4994         Handle PRESERVE-SELINUX-CONTEXT.
4996         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
4997         Add `file-selinux-context' and `set-file-selinux-context'.
4998         (tramp-gvfs-handle-file-selinux-context)
4999         (tramp-gvfs-handle-set-file-selinux-context): New defuns.
5000         (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
5002         * net/ange-ftp.el (ange-ftp-copy-file):
5003         * net/tramp-fish.el (tramp-fish-handle-copy-file):
5004         * net/tramp-imap.el (tramp-imap-handle-copy-file):
5005         * net/tramp-smb.el (tramp-smb-handle-copy-file):
5006         Add PRESERVE-SELINUX-CONTEXT.
5008 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
5010         Synchronize with Tramp repository.
5012         * net/tramp.el (with-connection-property, tramp-completion-mode-p)
5013         (tramp-action-process-alive, tramp-action-out-of-band)
5014         (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
5015         (tramp-exists-file-name-handler): Fix docstring.
5016         (with-progress-reporter): New defmacro.
5017         (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
5018         (tramp-maybe-open-connection): Use it.
5020 2010-04-22  Noah Lavine  <noah549@gmail.com>  (tiny change)
5022         Detect ssh 'ControlMaster' argument automatically in some cases.
5024         * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
5025         (tramp-default-method): Use it.
5027 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
5029         * net/tramp.el (tramp-handle-copy-file): Add new optional
5030         parameter `preserve-selinux-context'.
5031         (tramp-file-name-for-operation): Add `set-file-selinux-context'.
5033 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
5035         * net/tramp.el (tramp-completion-handle-file-name-all-completions):
5036         Ensure, that non remote files are still checked.  Oops.
5038 2010-04-21  Michael Albinus  <michael.albinus@gmx.de>
5040         Fix Bug#5840.
5042         * icomplete.el (icomplete-completions): Use `non-essential'.
5044         * net/tramp.el (tramp-connectable-p): New defun.
5045         (tramp-handle-expand-file-name)
5046         (tramp-completion-handle-file-name-all-completions)
5047         (tramp-completion-handle-file-name-completion): Use it.
5049 2010-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5051         * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
5053 2010-04-21  Jan Djärv  <jan.h.d@swipnet.se>
5055         * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
5057         * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
5059         * loadup.el: Load dynamic-setting.el if feature dynamic-setting
5060         is present.
5062         * info.el (info-tool-bar-map): Add labels.
5064         * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
5066         * cus-edit.el (custom-commands): Add labels for tool bar.
5067         (custom-buffer-create-internal, Custom-mode): Adjust for
5068         labels in custom-commands.
5070         * dynamic-setting.el: Renamed from font-setting.el.
5072 2010-04-21  John Wiegley  <jwiegley@gmail.com>
5074         * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
5075         toggles the use of virtual buffers.
5076         (ido-buffer-internal): Guard `ido-use-virtual-buffers' global value.
5077         (ido-toggle-virtual-buffers): New function.
5079 2010-04-21  Juanma Barranquero  <lekktu@gmail.com>
5081         Use `define-derived-mode'; fix window selection; doc fixes.
5082         * play/tetris.el (tetris, tetris-update-speed-function)
5083         (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
5084         (tetris-move-left, tetris-move-right, tetris-rotate-prev)
5085         (tetris-rotate-next, tetris-end-game, tetris-start-game)
5086         (tetris-pause-game): Fix typos in docstrings.
5087         (tetris-mode-map, tetris-null-map):
5088         Move initialization into declaration.
5089         (tetris-mode): Define with `define-derived-mode';
5090         set show-trailing-whitespace to nil.
5091         (tetris): Prefer window already displaying the "*Tetris*" buffer.
5093 2010-04-21  Karel Klíč  <kklic@redhat.com>
5095         * files.el (backup-buffer): Handle SELinux context, and return it
5096         if a backup was made by renaming.
5097         (backup-buffer-copy): Set SELinux context to the target file.
5098         (basic-save-buffer): Set SELinux context of the newly written file.
5099         (basic-save-buffer-1): Now it also returns any SELinux context.
5100         (basic-save-buffer-2): Set SELinux context of the newly created file,
5101         and return it.
5102         * net/tramp.el (tramp-file-name-for-operation):
5103         Add file-selinux-context.
5105 2010-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5107         Make the log-edit comments use RFC822 format throughout.
5109         * vc.el (vc-checkin, vc-modify-change-comment):
5110         Adjust to new vc-start/finish-logentry.
5111         (vc-find-conflicted-file): New command.
5112         (vc-transfer-file): Adjust to new vc-checkin.
5113         (vc-next-action): Improve scoping.
5115         * vc-hg.el (vc-hg-log-edit-mode): Remove.
5116         (vc-hg-checkin): Remove extra arg.  Use log-edit-extract-headers.
5118         * vc-git.el (vc-git-log-edit-mode): Remove.
5119         (vc-git-checkin): Remove extra arg.  Use log-edit-extract-headers.
5120         (vc-git-commits-coding-system): Rename from git-commits-coding-system.
5122         * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
5123         (vc-start-logentry): Remove argument `extra'.
5124         (vc-finish-logentry): Remove extra args.
5126         * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
5127         (vc-bzr-checkin): Remove extra arg.  Use log-edit-extract-headers.
5128         (vc-bzr-conflicted-files): New function.
5130         * log-edit.el (log-edit-extra-flags)
5131         (log-edit-before-checkin-process): Remove.
5132         (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
5133         (log-edit-headers-alist): New var.
5134         (log-edit-header-contents-regexp): New const.
5135         (log-edit-match-to-eoh): New function.
5136         (log-edit-font-lock-keywords): Use them.
5137         (log-edit): Insert a "Summary:" header as default.
5138         (log-edit-mode): Mark font-lock rules as case-insensitive.
5139         (log-edit-done): Cleanup headers.
5140         (log-view-process-buffer): Remove.
5141         (log-edit-extract-headers): New function to replace it.
5143 2010-04-20  Juanma Barranquero  <lekktu@gmail.com>
5145         * subr.el (default-direction-reversed): Remove obsolescence info.
5147 2010-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5149         * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
5150         windows/frames.
5152         * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
5153         I.e. include text after point in the completion region.
5154         Also, return nil when we're not after/in a symbol.
5156         * international/mule-cmds.el (view-hello-file): Don't fiddle with the
5157         default enable-multibyte-characters.
5159 2010-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5161         * international/mule.el: Help the user choose a valid coding-system.
5162         (read-buffer-file-coding-system): New function.
5163         (set-buffer-file-coding-system): Use it.  Prompt the user if the
5164         coding-system cannot encode all the chars.
5166         * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
5167         (vc-bzr-shelve-show, vc-bzr-shelve-apply)
5168         (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
5169         Don't use *vc-bzr-shelve*.
5171 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
5173         * cedet/ede/pmake.el (ede-proj-makefile-insert-variables):
5174         Don't destroy list before using it.
5176 2010-04-19  Dan Nicolaescu  <dann@ics.uci.edu>
5178         Fix the version number for added files.
5179         * vc-hg.el (vc-hg-working-revision): Check if the file is
5180         registered after hg parent fails (Bug#5961).
5182 2010-04-19  Glenn Morris  <rgm@gnu.org>
5184         * htmlfontify.el (htmlfontify-buffer)
5185         (htmlfontify-copy-and-link-dir): Autoload entry points.
5187 2010-04-19  Magnus Henoch  <magnus.henoch@gmail.com>
5189         * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
5190         name relative to the project root (Bug#5960).
5192 2010-04-19  Glenn Morris  <rgm@gnu.org>
5194         * vc-git.el (vc-git-print-log): Doc fix.
5196 2010-04-19  Óscar Fuentes  <ofv@wanadoo.es>
5198         * ido.el (ido-file-internal): Fix 2009-12-02 change.
5200 2010-04-19  Christoph  <cschol2112@googlemail.com>  (tiny change)
5202         * progmodes/grep.el (grep-compute-defaults): Fix handling of host
5203         default settings (Bug#5928).
5205 2010-04-19  Glenn Morris  <rgm@gnu.org>
5207         * progmodes/fortran.el (fortran-match-and-skip-declaration):
5208         New function.
5209         (fortran-font-lock-keywords-3): Use it.  (Bug#1385)
5211 2010-04-19  Kenichi Handa  <handa@m17n.org>
5213         * language/indian.el (malayalam-composable-pattern): Fix previous
5214         change (add U+0D4D "SIGN VIRAMA").
5215         (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
5216         (tamil-composable-pattern): Fix typo in the regexp.
5217         (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
5218         (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
5219         (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
5221 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
5223         * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
5224         paragraph-separate (Bug#5821).
5226 2010-04-19  Juri Linkov  <juri@jurta.org>
5228         Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
5230         * info.el (Info-find-node-2): Comment out code that skips
5231         breadcrumbs line.
5232         (Info-mouse-follow-link): New command.
5233         (Info-link-keymap): New keymap.
5234         (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
5235         Return a string with links instead of inserting breadcrumbs
5236         to the Info buffer.
5237         (Info-fontify-node): Comment out code that inserts breadcrumbs.
5238         Instead of putting the `invisible' text property over the Info
5239         header, make an overlay over the Info header with the `invisible'
5240         property and `after-string' set to the string returned by
5241         `Info-breadcrumbs'.
5243 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
5245         * help.el (help-window-setup-finish): Doc fix (Bug#5830).
5246         Reported by monkey@sandpframing.com.
5248 2010-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5250         * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
5251         (tmm-get-keymap): Add key-binding shortcuts now that they're not
5252         available in the "keyseq cache" any more.
5254         * custom.el (defcustom): Add edebug spec.
5256 2010-04-18  Juri Linkov  <juri@jurta.org>
5258         Test for special mode-class in view-buffer instead of view-file (bug#5513).
5260         * view.el (view-file, view-buffer): Move test for special mode-class
5261         from view-file to view-buffer.
5263         * tar-mode.el (tar-extract): Turn if's into one cond
5264         like in arc-mode.el.
5266 2010-04-18  Juri Linkov  <juri@jurta.org>
5268         Add 7z archive format support (bug#5475).
5270         * arc-mode.el (archive-zip-extract): Try to find 7z executable.
5271         (archive-7z-extract): New defcustom.
5272         (archive-find-type): Add magic string for 7z.
5273         (archive-extract-by-stdout): Add new optional arg `stderr-file'.
5274         If `stderr-file' is non-nil, use `(t stderr-file)' for the
5275         `buffer' arg of `call-process'.
5276         (archive-zip-extract): Check `archive-zip-extract' for "7z" and
5277         call the function `archive-7z-extract' with the variable
5278         `archive-7z-extract' let-bound to `archive-zip-extract'.
5279         (archive-7z-summarize, archive-7z-extract): New functions.
5281         * international/mule.el (auto-coding-alist):
5282         * files.el (auto-mode-alist): Add 7z file extension.
5284 2010-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5286         * loadup.el: Setup hash-cons for pure data.
5288         Fix duplicate entries in cedet's loaddefs.el files.
5289         * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
5290         Should make most file-local generated-autoload-file unnecessary.
5291         (print-readably): Silence warnings.
5292         (autoload-find-destination): Take load-name as an arg to make sure
5293         it's the same as the one that will be in the file.
5294         (autoload-generate-file-autoloads): Adjust to above changes.
5295         Try to make the dataflow a bit simpler.
5297         * cvs-status.el (cvs-refontify): Remove unused.
5299 2010-04-18  Jay Belanger  <jay.p.belanger@gmail.com>
5301         * calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
5303         * calc-bin.el (calc-radix): Have the "O" option turn on
5304         twos-complement mode.
5306 2010-04-17  Jay Belanger  <jay.p.belanger@gmail.com>
5308         * calc-ext.el (calc-init-extensions): Add keybinding for 'calc-option'.
5309         Add `calc-option-prefix-help' to calc-help autoloads.
5310         (calc-inverse): Add "Option" to message, as appropriate.
5311         (calc-hyperbolic): Add "Option" to message, as appropriate.
5312         (calc-option, calc-is-option): New functions.
5314         * calc-help.el (calc-full-help): Add `calc-option-help'.
5315         (calc-option-prefix-help): New function.
5317         * calc-misc.el (calc-help): Add "Option" entry.
5319         * calc.el (calc-local-var-list): Add `calc-option-flag'.
5320         (calc-option-flag): New variable.
5321         (calc-do): Set `calc-option-flag to nil.
5322         (calc-set-mode-line): Add "Opt " as appropriate.
5324 2010-04-16  Juri Linkov  <juri@jurta.org>
5326         Move scrolling commands from simple.el to window.el
5327         because their primitives are implemented in window.c.
5329         * simple.el (scroll-error-top-bottom)
5330         (scroll-up-command, scroll-down-command, scroll-up-line)
5331         (scroll-down-line, scroll-other-window-down)
5332         (beginning-of-buffer-other-window, end-of-buffer-other-window):
5333         * window.el (scroll-error-top-bottom)
5334         (scroll-up-command, scroll-down-command, scroll-up-line)
5335         (scroll-down-line, scroll-other-window-down)
5336         (beginning-of-buffer-other-window, end-of-buffer-other-window):
5337         Move from simple.el to window.el because their primitives are
5338         implemented in window.c.
5340 2010-04-16  Juri Linkov  <juri@jurta.org>
5342         * isearch.el (isearch-lookup-scroll-key): Check both
5343         `isearch-scroll' and `scroll-command' properties.
5344         (scroll-up, scroll-down): Remove `isearch-scroll' property.
5346         * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
5348         * simple.el (scroll-up-command, scroll-down-command)
5349         (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
5351 2010-04-15  Juri Linkov  <juri@jurta.org>
5353         * simple.el (scroll-up-command, scroll-down-command)
5354         (scroll-up-line, scroll-down-line): Put `scroll-command'
5355         property on the these symbols.  Remove them from
5356         `scroll-preserve-screen-position-commands'.
5358         * mwheel.el (mwheel-scroll): Put `scroll-command' and
5359         `isearch-scroll' properties on the `mwheel-scroll' symbol.
5360         Remove it from `scroll-preserve-screen-position-commands'.
5362         * isearch.el (isearch-allow-scroll): Doc fix.
5364 2010-04-15  Michael Albinus  <michael.albinus@gmx.de>
5366         * net/tramp.el (tramp-error-with-buffer): Don't show the
5367         connection buffer when we are in completion mode.
5368         (tramp-file-name-handler): Catch the error for some operations
5369         when we are in completion mode.  This gives the user the chance to
5370         correct the file name in the minibuffer.
5372 2010-04-15  Glenn Morris  <rgm@gnu.org>
5374         * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
5376 2010-04-15  Juanma Barranquero  <lekktu@gmail.com>
5378         Simplify by using `define-derived-mode'.
5379         * info.el (Info-mode):
5380         * calendar/todo-mode.el (todo-mode):
5381         * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
5382         (gomoku-mode-map): Move initialization into declaration.
5384 2010-04-14  Michael Albinus  <michael.albinus@gmx.de>
5386         Fix Bug#5840.
5387         * ido.el (ido-file-name-all-completions-1):
5388         * minibuffer.el (minibuffer-completion-help):
5389         * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
5391 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5393         * simple.el (non-essential): New var.
5395         Add a new field `location' to bookmarks for non-file bookmarks.
5396         * bookmark.el (bookmark-location): Use the new field, if present.
5397         (bookmark-insert-location): Undo last change, not needed any more.
5398         * man.el (Man-bookmark-make-record):
5399         * woman.el (woman-bookmark-make-record): Add `location' field.
5401 2010-04-14  Juri Linkov  <juri@jurta.org>
5403         * simple.el (scroll-error-top-bottom): New defcustom.
5404         (scroll-up-command, scroll-down-command): Use it.  Doc fix.
5406         * emulation/pc-select.el (pc-select-override-scroll-error):
5407         Obsolete in favor of `scroll-error-top-bottom'.
5409 2010-04-14  Juri Linkov  <juri@jurta.org>
5411         * tutorial.el (tutorial--default-keys): Rebind `C-v' to
5412         `scroll-up-command' and `M-v' to `scroll-down-command'.
5414         * emulation/cua-rect.el (cua--init-rectangles):
5415         * forms.el (forms--change-commands):
5416         * image-mode.el (image-mode-map):
5417         Remap scroll-down-command and scroll-up-command
5418         in addition to scroll-down and scroll-up.
5420 2010-04-14  Juri Linkov  <juri@jurta.org>
5422         * mwheel.el (scroll-preserve-screen-position-commands):
5423         Add mwheel-scroll to this list of commands.
5425         * simple.el (scroll-preserve-screen-position-commands):
5426         Add scroll-up-command, scroll-down-command, scroll-up-line,
5427         scroll-down-line to this list of commands.
5429 2010-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5431         * obsolete/complete.el: Move from lisp/complete.el.
5433         * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
5435         * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
5436         to the minor mode function now turns the mode ON unconditionally.
5438 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5440         * vc-dir.el (vc-dir-kill-line): New command.
5441         (vc-dir-mode-map): Bind it to C-k.
5443         * bookmark.el (bookmark-insert-location): Handle a nil filename.
5445         * woman.el: Add bookmark declarations to silence the compiler.
5446         (bookmark-prop-get): Use `man-args' rather than `filename' as a first
5447         step to compatibility between man and woman bookmarks.
5448         Adjust for Man-default-bookmark-title renaming.
5449         (woman-bookmark-jump): Adjust accordingly.  Don't forget to autoload.
5451         * man.el: Add bookmark declarations to silence the compiler.
5452         (Man-name-local-regexp): Make it match NAME as well.
5453         (Man-getpage-in-background): Return the buffer.
5454         (Man-notify-when-ready): Use `case'.
5455         (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
5456         Don't hardcode "NAME".  Simplify.
5457         (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
5458         Rename from Man-bookmark-make-record.
5459         (Man-bookmark-jump): Rename from man-bookmark-jump.  Simplify now that
5460         we have the actual man-args.  Use Man-getpage-in-background rather
5461         than `man' since the arg is already processed.  Let bookmark.el do the
5462         window handling.  Only wait for the relevant process.
5463         Don't forget to autoload.
5465         * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
5467 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5469         * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
5470         New functions.
5471         (woman-mode): Setup bookmark support.
5473         * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
5474         (man-bookmark-jump): New functions.
5475         (Man-mode): Setup bookmark support.
5477 2010-04-10  Jari Aalto  <jari.aalto@cante.net>
5479         * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
5480         recognize ssh-keygen prompt (Bug#2817).
5482 2010-04-10  Michael Albinus  <michael.albinus@gmx.de>
5484         * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
5486 2010-04-10  Michael Albinus  <michael.albinus@gmx.de>
5488         Synchronize with Tramp repository.
5490         * net/tramp.el (tramp-completion-function-alist)
5491         (tramp-file-name-regexp, tramp-chunksize)
5492         (tramp-local-coding-commands, tramp-remote-coding-commands):
5493         Fix docstring.
5494         (tramp-remote-process-environment): Use `format' instead of `concat'.
5495         (tramp-handle-directory-files-and-attributes)
5496         (tramp-get-remote-path): Use `copy-tree'.
5497         (tramp-handle-file-name-all-completions): Backward/ XEmacs
5498         compatibility: Use `completion-ignore-case' if
5499         `read-file-name-completion-ignore-case' does not exist.
5500         (tramp-do-copy-or-rename-file-directly): Do not use
5501         `tramp-handle-file-remote-p'.
5502         (tramp-do-copy-or-rename-file-out-of-band):
5503         Use `tramp-compat-delete-directory'.
5504         (tramp-do-copy-or-rename-file-out-of-band)
5505         (tramp-compute-multi-hops, tramp-maybe-open-connection):
5506         Use `format-spec-make'.
5507         (tramp-find-foreign-file-name-handler)
5508         (tramp-advice-make-auto-save-file-name)
5509         (tramp-set-auto-save-file-modes): Remove superfluous check for
5510         `stringp'.  This is done inside `tramp-tramp-file-p'.
5511         (tramp-debug-outline-regexp): New defconst.
5512         (tramp-get-debug-buffer): Use it.
5513         (tramp-check-for-regexp): Use (forward-line 1).
5514         (tramp-set-auto-save-file-modes): Adapt version check.
5516         * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
5517         Wrap call of `featurep' for 2nd argument.
5518         (tramp-compat-make-temp-file): Simplify fallback implementation.
5519         (tramp-compat-copy-tree): Remove function.
5520         (tramp-compat-delete-directory): Provide implementation for older
5521         Emacsen.
5523         * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
5524         Do not use `tramp-fish-handle-file-attributes.
5526         * net/trampver.el: Update release number.
5528 2010-04-10  Glenn Morris  <rgm@gnu.org>
5530         * progmodes/compile.el (compilation-save-buffers-predicate):
5531         Add missing :version tag.
5533 2010-04-09  Sam Steingold  <sds@gnu.org>
5535         * progmodes/compile.el (compilation-save-buffers-predicate):
5536         Remove the "autoload" cookie.
5538         * progmodes/bug-reference.el (turn-on-bug-reference-mode)
5539         (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
5540         and `bug-reference-prog-mode' can be used in hooks directly.
5542 2010-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
5544         Add --author support to git commit.
5545         * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
5546         (vc-git-log-edit-mode): New minor mode.
5547         (log-edit-mode, log-edit-extra-flags, log-edit-mode):
5548         New declarations.
5550 2010-04-09  Eric Raymond  <esr@snark.thyrsus.com>
5552         * vc-hooks.el, vc-git.el: Improve documentation comments.
5554 2010-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5556         Fix some of the problems in defsubst* (bug#5728).
5557         * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
5558         (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
5560 2010-04-07  Sam Steingold  <sds@gnu.org>
5562         * progmodes/compile.el (compilation-save-buffers-predicate):
5563         New custom variable.
5564         (compile, recompile): Pass it to `save-some-buffers'.
5566 2010-04-07  Jan Djärv  <jan.h.d@swipnet.se>
5568         * wid-edit.el (widget-choose): Move cursor to the second line of
5569         the buffer (Bug#5695).
5571 2010-04-07  Dan Nicolaescu  <dann@ics.uci.edu>
5573         Add new VC methods: vc-log-incoming and vc-log-outgoing.
5574         * vc.el (vc-print-log-setup-buttons): New function split out from
5575         vc-print-log-internal.
5576         (vc-log-internal-common): New function, a parametrized version of
5577         vc-print-log-internal.
5578         (vc-print-log-internal): Just call vc-log-internal-common with the
5579         right arguments.
5580         (vc-incoming-outgoing-internal):
5581         (vc-log-incoming, vc-log-outgoing): New functions.
5582         (vc-log-view-type): New permanent local variable.
5584         * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
5586         * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
5587         of the dynamic bound vc-short-log.
5588         (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
5590         * vc-git.el (vc-git-log-outgoing): New function.
5591         (vc-git-log-view-mode): Use vc-log-view-type instead
5592         of the dynamic bound vc-short-log.
5594         * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
5595         of the dynamic bound vc-short-log.  Highlight the tag.
5596         (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
5597         (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
5598         (vc-hg-incoming-mode): Remove.
5599         (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
5601 2010-04-07  Dan Nicolaescu  <dann@ics.uci.edu>
5603         Fix default-directory for vc-root-diff.
5604         * vc.el (vc-root-diff): Bind default-directory to the root
5605         directory for the diff command.
5607 2010-04-07  Michael McNamara  <mac@mail.brushroad.com>
5609         * progmodes/verilog-mode.el (verilog-forward-sexp):
5610         (verilog-calc-1): Support "disable fork" and "fork wait" multi
5611         word keywords, suggested by Steve Pearlmutter.
5612         (verilog-pretty-declarations): Support lineup of declarations in
5613         port lists.
5614         (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
5615         fix bug for /* / comments.
5616         (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
5617         Speed up and simplfy as this is never called with a bound.
5618         (verilog-pretty-declarations): Enhance to line up declarations
5619         inside a parameter list, suggested by Alan Morgan.
5620         (verilog-pretty-expr): Tune assignment regular expression match
5621         string for corner cases; also use markers instead of character
5622         number as indent changes the later.
5624 2010-04-07  Wilson Snyder  <wsnyder@wsnyder.org>
5626         * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
5627         as missing keyword.
5628         (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
5629         causing truncation of AUTOWIRE signals.  Reported by Bruce Tennant.
5630         (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
5631         AUTO_TEMPLATEs needing multiple array bits.  Suggested by Bruce
5632         Tennant.
5633         (verilog-keywords):
5634         (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
5635         1800-2009 keywords, including "global.".
5637 2010-04-06  John Wiegley  <jwiegley@gmail.com>
5639         * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
5640         appearing in buffer list (if a live buffer name matched a recentf
5641         file basename).  Should use uniquify to offer a real solution.
5643 2010-04-06  John Wiegley  <jwiegley@gmail.com>
5645         * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
5646         comment to code, and add a :version tag.
5647         (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
5649 2010-04-06  Juanma Barranquero  <lekktu@gmail.com>
5651         Enable recentf-mode if using virtual buffers.
5652         * ido.el (recentf-list): Declare for byte-compiler.
5653         (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring.
5654         (ido-make-buffer-list): Simplify.
5655         (ido-add-virtual-buffers-to-list): Simplify.  Enable recentf-mode.
5657 2010-04-05  Juri Linkov  <juri@jurta.org>
5659         Scrolling commands which scroll a line instead of full screen.
5660         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
5662         * simple.el (scroll-up-line, scroll-down-line): New commands.
5663         Put property isearch-scroll=t on them.
5665         * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
5666         Remove commands.
5668 2010-04-05  Juri Linkov  <juri@jurta.org>
5670         Scrolling commands which do not signal errors at top/bottom.
5671         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
5673         * simple.el (scroll-up-command, scroll-down-command): New commands.
5674         Put property isearch-scroll=t on them.
5676         * bindings.el (global-map): Rebind [prior] from `scroll-down' to
5677         `scroll-down-command' and [next] from `scroll-up' to
5678         `scroll-up-command'.
5680         * emulation/cua-base.el: Put property CUA=move on
5681         `scroll-up-command' and `scroll-down-command'.
5682         (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
5683         and `scroll-down-command' to `cua-scroll-down'.
5685 2010-04-05  Juanma Barranquero  <lekktu@gmail.com>
5687         * help.el (describe-mode): Return nil.
5689 2010-04-04  John Wiegley  <jwiegley@gmail.com>
5691         * ido.el (ido-use-virtual-buffers): New variable to indicate
5692         whether "virtual buffer" support is enabled for IDO.
5693         (ido-virtual): Face used to indicate virtual buffers in the list.
5694         (ido-buffer-internal): If a buffer is chosen, and no such buffer
5695         exists, but a virtual buffer of that name does (which would be why
5696         it was in the list), recreate the buffer by reopening the file.
5697         (ido-make-buffer-list): If virtual buffers are being used, call
5698         `ido-add-virtual-buffers-to-list' before the make list hook.
5699         (ido-virtual-buffers): New variable which contains a copy of the
5700         current contents of the `recentf-list', albeit pared down for the
5701         sake of speed, and with proper faces applied.
5702         (ido-add-virtual-buffers-to-list): Using the `recentf-list',
5703         create a list of "virtual buffers" to present to the user in
5704         addition to the currently open set.  Note that this logic could
5705         get rather slow if that list is too large.  With the default
5706         `recentf-max-saved-items' of 200, there is little speed penalty.
5708 2010-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5710         * font-lock.el: Require CL when compiling.
5711         (font-lock-turn-on-thing-lock): Use `case'.
5713 2010-04-03  Eli Zaretskii  <eliz@gnu.org>
5715         * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
5716         Zaretskii.
5718 2010-04-02  Juanma Barranquero  <lekktu@gmail.com>
5720         * cedet/semantic/imenu.el (semantic-imenu-bucketize-type-members)
5721         (semantic-create-imenu-directory-index): Fix typos in docstrings.
5722         (semantic-imenu-goto-function): Reflow docstring.
5724 2010-04-02  Juri Linkov  <juri@jurta.org>
5726         * ehelp.el (electric-help-orig-major-mode):
5727         New buffer-local variable.
5728         (electric-help-mode): Set it to original major-mode.  Doc fix.
5729         (with-electric-help): Use `electric-help-orig-major-mode' instead
5730         of (default-value 'major-mode).  Doc fix.
5731         http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
5733 2010-04-02  Sam Steingold  <sds@gnu.org>
5735         * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
5736         `vc-hg-command' with a list of flags.
5738         * progmodes/bug-reference.el (bug-reference-bug-regexp):
5739         Also accept "patch" and "RFE".
5740         (bug-reference-fontify): `bug-reference-url-format' can also be a
5741         function to be able to handle the bug kind.
5742         (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
5744 2010-04-02  Jan Djärv  <jan.h.d@swipnet.se>
5746         * tmm.el (tmm-get-keymap): Check with symbolp before passing
5747         value to fboundp, it may not be a symbol.
5749 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
5751         * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
5753 2010-03-31  Juri Linkov  <juri@jurta.org>
5755         * simple.el (next-line, previous-line): Re-throw a signal
5756         with `signal' instead of using `ding'.
5757         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
5759 2010-03-31  Juri Linkov  <juri@jurta.org>
5761         * simple.el (keyboard-escape-quit): Raise deselecting the active
5762         region higher than exiting the minibuffer.
5763         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
5765 2010-03-31  Juri Linkov  <juri@jurta.org>
5767         * image.el (image-animated-p): Use `image-metadata' instead of
5768         `image-extension-data'.  Get GIF extenstion data from metadata
5769         property `extension-data'.
5771 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5773         * simple.el (append-to-buffer): Simplify.
5775 2010-03-31  Tomas Abrahamsson  <tab@lysator.liu.se>
5777         * textmodes/artist.el (artist-mode): Fix typo in docstring.
5778         Reported by Alex Schröder <kensanata@gmail.com>.  (Bug#5807)
5780 2010-03-31  Kenichi Handa  <handa@m17n.org>
5782         * language/sinhala.el (composition-function-table): Fix regexp for
5783         the new Unicode specification.
5785         * language/indian.el (devanagari-composable-pattern)
5786         (tamil-composable-pattern, kannada-composable-pattern)
5787         (malayalam-composable-pattern): Adjust for the new Unicode
5788         specification.
5789         (bengali-composable-pattern, gurmukhi-composable-pattern)
5790         (gujarati-composable-pattern, oriya-composable-pattern)
5791         (telugu-composable-pattern): New variables to cope with the new
5792         Unicode specification.  Use them in composition-function-table.
5794 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5796         Make tmm-menubar work for the Buffers menu again (bug#5726).
5797         * tmm.el (tmm-prompt): Also handle keymap entries in the form of
5798         vectors rather than cons cells, as used in menu-bar-update-buffers.
5800 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
5802         * progmodes/js.el (js-auto-indent-flag, js-mode-map)
5803         (js-insert-and-indent): Revert 2009-08-15 change, restoring
5804         electric punctuation for "{}();,:" (Bug#5586).
5806         * mail/sendmail.el (mail-default-directory): Doc fix.
5808 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
5810         * mail/sendmail.el (mail-default-directory): Doc fix.
5812 2010-03-31  Eli Zaretskii  <eliz@gnu.org>
5814         * subr.el (version-regexp-alist, version-to-list)
5815         (version-list-<, version-list-=, version-list-<=)
5816         (version-list-not-zero, version<, version<=, version=): Doc fix.
5817         (Bug#5744).
5819 2010-02-31  Dan Nicolaescu  <dann@ics.uci.edu>
5821         * vc.el (vc-root-diff): Doc fix.
5823 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
5825         * vc.el (vc-print-log, vc-print-root-log): Doc fix.
5827         * simple.el (append-to-buffer): Fix last change.
5829 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
5831         * simple.el (append-to-buffer): Ensure that point is preserved if
5832         BUFFER is the current buffer.  Suggested by YAMAMOTO Mitsuharu.
5833         (Bug#5749)
5835 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5837         * files.el (auto-mode-case-fold): Change default to t.
5839 2010-03-30  Juri Linkov  <juri@jurta.org>
5841         * dired-x.el (dired-omit-mode): Doc fix.
5843 2010-03-30  Juri Linkov  <juri@jurta.org>
5845         * replace.el (occur-accumulate-lines): Move occur-engine related
5846         functions `occur-accumulate-lines' and `occur-engine-add-prefix'
5847         to be located after `occur-engine'.
5849 2010-03-30  Juri Linkov  <juri@jurta.org>
5851         Make occur handle multi-line matches cleanly with context.
5852         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
5854         * replace.el (occur-accumulate-lines): Add optional arg `pt'.
5855         (occur-engine): Add local variables `ret', `prev-after-lines',
5856         `prev-lines'.  Use more arguments for `occur-context-lines'.
5857         Set first elem of its returned list to `data', and the second elem
5858         to `prev-after-lines'.  Don't print the separator line.
5859         In the end, print remaining context after-lines.
5860         (occur-context-lines): Add new arguments `begpt', `endpt',
5861         `lines', `prev-lines', `prev-after-lines'.  Rewrite to combine
5862         after-lines of the previous match with before-lines of the
5863         current match and not overlap them.  Return a list with two
5864         values: the output line and the list of context after-lines.
5866 2010-03-30  Juri Linkov  <juri@jurta.org>
5868         * replace.el (occur-accumulate-lines): Fix a bug where the first
5869         context line at the beginning of the buffer was missing.
5871 2010-03-30  Eli Zaretskii  <eliz@gnu.org>
5873         * files.el: Make bidi-display-reordering safe variable for boolean
5874         values.
5876 2010-03-29  Phil Hagelberg  <phil@evri.com>
5877             Chong Yidong  <cyd@stupidchicken.com>
5879         * subr.el: Extend progress reporters to perform "spinning".
5880         (progress-reporter-update, progress-reporter-do-update):
5881         Handle non-numeric value arguments.
5882         (progress-reporter--pulse-characters): New var.
5884 2010-03-28  Chong Yidong  <cyd@stupidchicken.com>
5886         * progmodes/compile.el (compilation-start): Fix regexp detection
5887         of initial cd command (Bug#5771).
5889 2010-03-28  Stefan Guath  <stefan@automata.se>  (tiny change)
5891         * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
5893 2010-03-27  Nick Roberts  <nickrob@snap.net.nz>
5895         Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
5896         * lisp/progmodes/gdb-mi.el: Restore.
5897         * lisp/progmodes/gdb-ui.el: Remove.
5898         * lisp/progmodes/gud.el: Re-accommodate for gdb-mi.el.
5900 2010-03-25  Glenn Morris  <rgm@gnu.org>
5902         * desktop.el (desktop-save-buffer-p): Don't mistakenly include
5903         all dired buffers, even tramp ones.  (Bug#5755)
5905 2010-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5907         Add "union tags" in mpc.el.
5908         * mpc.el: Remove backward compatibility code.
5909         (mpc-browser-tags): Change default.
5910         (mpc--find-memoize-union-tags): New var.
5911         (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
5912         (mpc-cmd-find): Handle the case where the playlist does not exist.
5913         Handle union-tags.
5914         (mpc-cmd-list): Use mpc-cmd-special-tag-p.  Handle union-tags.
5915         (mpc-cmd-add): Use mpc-cmd-flush.
5916         (mpc-tagbrowser-tag-name): New fun.
5917         (mpc-tagbrowser-buf): Use it.
5918         (mpc-songs-refresh): Use cond.  Move to point-min as a fallback.
5920 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5922         Misc cleanup.
5923         * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
5924         Use replace-regexp-in-string.
5925         (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
5926         (makefile-imake-mode-syntax-table): Move init into defvar.
5927         (makefile-mode): Use define-derived-mode.
5929         * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
5930         (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
5931         not be present any more.
5933 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
5935         * faces.el (set-face-attribute): Fix typo in docstring.
5936         (face-valid-attribute-values): Reflow docstring.
5938         * cedet/srecode/table.el (srecode-template-table): Fix docstring typo.
5940 2010-03-24  Glenn Morris  <rgm@gnu.org>
5942         * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
5944 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
5946         * indent.el (indent-for-tab-command): Doc fix.
5948 2010-03-24  Alan Mackenzie  <acm@muc.de>
5950         * progmodes/cc-engine.el (c-remove-stale-state-cache):
5951         Fix off-by-one error.  Fixes bug #5747.
5953 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
5955         * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
5956         (image-dired-read-comment): Doc fix.
5958         * json.el (json-object-type, json-array-type, json-key-type)
5959         (json-false, json-null, json-read-number):
5960         * minibuffer.el (completion-in-region-functions):
5961         * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
5962         (cal-tex-cursor-week):
5963         * emacs-lisp/trace.el (trace-function):
5964         * eshell/em-basic.el (eshell/printnl):
5965         * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
5966         (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
5967         * obsolete/levents.el (allocate-event, event-key, event-object)
5968         (event-point, event-process, event-timestamp, event-to-character)
5969         (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
5970         * textmodes/reftex-vars.el (reftex-index-macros-builtin)
5971         (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
5972         (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
5973         (reftex-highlight-selection): Fix typos in docstrings.
5975 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
5977         * minibuffer.el (completion-in-region-functions): Fix docstring typos.
5979 2010-03-24  Glenn Morris  <rgm@gnu.org>
5981         * mail/rmail.el (rmail-highlight-face): Restore option deleted
5982         2008-02-13 without comment; mark it obsolete.
5983         (rmail-highlight-headers): Use rmail-highlight-face once more.
5985 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
5987         * woman.el (woman2-process-escapes): Only consume the newline if
5988         the filler character is on a line by itself (Bug#5729).
5990 2010-03-24  Kenichi Handa  <handa@m17n.org>
5992         * language/indian.el (devanagari-composable-pattern): Add more
5993         consonants.
5995 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
5997         * net/trampver.el: Update release number.
5999 2010-03-24  Glenn Morris  <rgm@gnu.org>
6001         * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
6003 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
6005         * net/tramp.el (tramp-find-executable):
6006         Use `tramp-get-connection-buffer'.  Make the regexp for checking
6007         output of "wc -l" more robust.
6008         (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
6009         (tramp-open-connection-setup-interactive-shell): Remove workaround
6010         for OpenSolaris bug, it is not needed anymore.
6012 2010-03-24  Eric M. Ludlam  <zappo@gnu.org>
6014         * cedet/semantic/imenu.el: New file, from the CEDET repository
6015         (Bug#5412).
6017 2010-03-24  Glenn Morris  <rgm@gnu.org>
6019         * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie.  (Bug#4427)
6021 2010-03-24  Wilson Snyder  <wsnyder@wsnyder.org>
6023         * files.el (auto-mode-alist): Accept more verilog file patterns.
6025 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6027         * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
6029 2010-03-24  Glenn Morris  <rgm@gnu.org>
6031         * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
6032         log-edit-before-checkin-process.
6034         * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
6036         * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
6038         * vc-dispatcher.el (vc-start-logentry): Doc fix.
6039         (log-view-process-buffer, log-edit-extra-flags): Declare.
6041         * log-edit.el (log-edit-before-checkin-process): Doc fix.
6043         * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
6044         Consistently check ede-object is bound throughout.
6046         * cedet/ede/project-am.el (ede-shell-run-something): Declare.
6048 2010-03-23  Sam Steingold  <sds@gnu.org>
6050         Fix bug#5620: recalculate all markers on compilation buffer
6051         modifications, not on file modifications.
6052         * progmodes/compile.el (buffer-modtime): New buffer-local variable:
6053         the buffer modification time, for buffers not associated with files.
6054         (compilation-mode): Create it.
6055         (compilation-filter): Update it.
6056         (compilation-next-error-function): Use it instead of
6057         `visited-file-modtime' for timestamp.
6059 2010-03-23  Juri Linkov  <juri@jurta.org>
6061         Implement Occur multi-line matches.
6062         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
6064         * replace.el (occur): Doc fix.
6065         (occur-engine): Set `begpt' to the beginning of the first line.
6066         Set `endpt' to the end of the last match line.  At first, count
6067         line numbers between `origpt' and `begpt'.  Split out code from
6068         `out-line' variable to new let-bindings `match-prefix' and
6069         `match-str'.  In `out-line' add non-numeric prefix to all
6070         non-first lines of multi-line matches.  Finally, count lines
6071         between `begpt' and `endpt' and add to `lines'.
6073 2010-03-23  Juri Linkov  <juri@jurta.org>
6075         * replace.el (occur-accumulate-lines, occur-engine):
6076         Use `occur-engine-line' instead of duplicate code.
6077         (occur-engine-line): New function created from duplicate code
6078         in `occur-accumulate-lines' and `occur-engine'.
6080         * replace.el (occur-engine-line): Add optional arg `keep-props'.
6081         (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
6083 2010-03-23  Juri Linkov  <juri@jurta.org>
6085         * finder.el: Remove TODO tasks.
6087         * info.el (Info-finder-find-node): Add node "all"
6088         with all package info.  Handle a list of multiple keywords
6089         separated by comma.
6090         (info-finder): In interactive use with a prefix argument,
6091         use `completing-read-multiple' to read a list of keywords
6092         separated by comma.
6094 2010-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6096         Add a new completion style `substring'.
6097         * minibuffer.el (completion-basic--pattern): New function.
6098         (completion-basic-try-completion, completion-basic-all-completions):
6099         Use it.
6100         (completion-substring--all-completions)
6101         (completion-substring-try-completion)
6102         (completion-substring-all-completions): New functions.
6103         (completion-styles-alist): New style `substring'.
6105 2010-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6107         Get rid of .elc files after removal of the corresponding .el.
6108         * Makefile.in (compile-clean): New target.
6109         (compile-main): Use it.
6111 2010-03-22  Jan Djärv  <jan.h.d@swipnet.se>
6113         * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
6114         don't do make there.  When compiling with separate object dir, there
6115         is no Makefile there.
6117 2010-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6119         Get rid of the ELCFILES abomination, again.
6120         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
6121         (all, compile): Don't call compile-last.
6122         (compile-main): Build the "elcfiles" list dynamically.
6123         (compile-targets): New (internal) target.
6125 2010-03-21  Andreas Schwab  <schwab@linux-m68k.org>
6127         * Makefile.in (top_srcdir): Define.
6128         (abs_top_builddir): Define.
6129         (srcdir): Don't append `/..'.
6130         (EMACS): Use ${abs_top_builddir}.
6131         (all, compile, compile-always, compile-last): Don't set emacswd.
6132         (update-subdirs, update-authors): Use $(top_srcdir) instead of
6133         $(srcdir).
6134         (lisp): Use $(srcdir) instead of @srcdir@.
6136 2010-03-21  Juri Linkov  <juri@jurta.org>
6138         Fix message of multi-line occur regexps and multi-buffer header lines.
6139         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
6141         * replace.el (occur-1): Don't display regexp if it is longer
6142         than window-width.  Use `query-replace-descr' to display regexp.
6143         (occur-engine): Don't display regexp in the buffer header for
6144         multi-buffer occur.  Display a separate header line with total
6145         match count and regexp for multi-buffer occur.
6146         Use `query-replace-descr' to display regexp.
6148 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6150         * net/secrets.el: Fix parenthesis.
6151         (secrets-enabled): Fix parenthesis.
6153 2010-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6155         Use more relative file and directory names.
6156         * Makefile.in (EMACS): Arrange for it to work when we chdir.
6157         (setwins, setwins_almost, setwins_for_subdirs):
6158         Don't `cd'; output relative names.
6159         (all, compile, compile-always, compile-last): Set emacswd.
6160         (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
6161         Just cd to the lisp source dir so we can use relative file names.
6163         * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
6165 2010-03-20  Glenn Morris  <rgm@gnu.org>
6167         * textmodes/rst.el: Use faces for font-lock customization, and make the
6168         old -face variables obsolete.
6169         (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
6170         (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
6171         (rst-block-face, rst-external-face, rst-definition-face)
6172         (rst-directive-face, rst-comment-face, rst-emphasis1-face)
6173         (rst-emphasis2-face, rst-literal-face, rst-reference-face):
6174         Make obsolete.
6175         (rst-font-lock-keywords-function): Update for above changes.
6177 2010-03-20  Juri Linkov  <juri@jurta.org>
6179         * s-region.el:
6180         * obsolete/s-region.el: Move to obsolete.
6182 2010-03-19  Juanma Barranquero  <lekktu@gmail.com>
6184         * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
6186 2010-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
6188         * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
6190 2010-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
6192         Add special markup processing for commit logs.
6193         * log-edit.el (log-edit-extra-flags): New variable.
6194         (log-edit): Add new argument MODE.  Use that mode when non-nil
6195         instead of the log-view-mode.
6196         (log-view-process-buffer): New function.
6198         * vc.el: Document that the checkin method takes optional
6199         arguments.  Document new backend specific method: log-view-mode.
6200         (vc-default-log-edit-mode): New function.
6201         (vc-checkin): Use a backend specific log-view-mode.
6202         Pass extra arguments to the checkin method.
6203         (vc-modify-change-comment): Pass a dummy extra argument.
6205         * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
6206         log-edit.
6207         (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
6208         (vc-finish-logentry): Process the log buffer before passing it
6209         down.  Pass log-edit-extra-flags.
6211         * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
6212         command.
6213         (log-edit-extra-flags, log-edit-before-checkin-process):
6214         New declarations.
6216         * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
6217         command.
6218         (log-edit-extra-flags, log-edit-before-checkin-process):
6219         New declarations.
6220         (vc-hg-log-edit-mode): New derived mode.
6222         * vc-arch.el (vc-arch-checkin):
6223         * vc-cvs.el (vc-cvs-checkin):
6224         * vc-git.el (vc-git-checkin):
6225         * vc-mtn.el (vc-mtn-checkin):
6226         * vc-rcs.el (vc-rcs-checkin):
6227         * vc-sccs.el (vc-sccs-checkin):
6228         * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
6230 2010-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6232         * outline.el (hide-sublevels): Don't hide trailing newline (and fix
6233         parent typo).
6235 2010-03-19  Glenn Morris  <rgm@gnu.org>
6237         * password-cache.el (password-cache, password-cache-expiry): Autoload.
6239 2010-03-18  Glenn Morris  <rgm@gnu.org>
6241         * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
6243         * replace.el (query-replace-history): Give it a doc string.
6244         (map-query-replace-regexp): Use query-replace-from-history-variable
6245         and query-replace-to-history-variable.
6247         * mail/hashcash.el (declare-function): Remove duplicate definition.
6249         * mail/emacsbug.el (report-emacs-bug-pretest-address):
6250         Make it an obsolete alias for report-emacs-bug-address.
6251         (message-strip-special-text-properties): Declare.
6252         (report-emacs-bug): Remove test for a pretest bug address.
6253         Combine message-mode-specific code.
6255         * mail/supercite.el: Don't require sendmail.
6256         (mh-in-header-p): Declare rather than using with-no-warnings.
6257         (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
6258         mail-header-end.  Don't bind mysterious variable `kill-lines-magic'.
6260         * calendar/cal-french.el: Convert to utf-8.
6262         * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
6263         Emacs scripts.
6265 2010-03-16  Michael Albinus  <michael.albinus@gmx.de>
6267         * net/secrets.el (secrets-enabled): New variable.  Use it instead
6268         of a subfeature.
6270 2010-03-15  Michael Albinus  <michael.albinus@gmx.de>
6272         * net/secrets.el (top): Register the D-Bus signals only when the
6273         service "org.freedesktop.secrets" can be pinged.
6274         Provide subfeature `enabled'.
6276 2010-03-14  Juri Linkov  <juri@jurta.org>
6278         Add finder unknown keywords.
6280         * finder.el (finder-unknown-keywords): New function.
6282         * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
6283         to create a Finder node with unknown keywords.
6285 2010-03-14  Juri Linkov  <juri@jurta.org>
6287         * finder.el (finder-compile-keywords): Replace `princ' with
6288         `prin1' on a list of symbols interned from keyword strings.
6290         * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
6291         a comma, then split keywords using a comma and optional whitespace.
6292         Otherwise, split by whitespace.
6294         * complete.el:
6295         * face-remap.el:
6296         * log-view.el:
6297         * net/hmac-def.el:
6298         * net/hmac-md5.el:
6299         * net/netrc.el:
6300         * progmodes/mixal-mode.el: Fix keywords.
6302 2010-03-13  Michael Albinus  <michael.albinus@gmx.de>
6304         * Makefile.in (ELCFILES): Add net/secrets.elc.
6306         * net/secrets.el: New file.
6308 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
6310         * facemenu.el (list-colors-display, list-colors-print): New arg
6311         callback.  Use it to allow selecting colors.
6313         * wid-edit.el (widget-image-insert): Insert image prop even if the
6314         current display is non-graphic.
6315         (widget-field-value-set): New fun.
6316         (editable-field): Use it.
6317         (widget-field-value-get): Clean up unused var.
6318         (widget-color-value-create, widget-color--choose-action):
6319         New funs.  Allow using list-colors-display to choose color.
6321 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
6323         * cus-edit.el: Resort topmost custom groups.
6324         (custom-buffer-sort-alphabetically): Default to t.
6325         (customize-apropos): Use apropos-parse-pattern.
6326         (custom-search-field): New var.
6327         (custom-buffer-create-internal): Add custom-apropos search field.
6328         (custom-add-parent-links): Don't display parent doc.
6329         (custom-group-value-create): Don't sort top-level custom group.
6330         (custom-magic-value-create): Show visibility button before option name.
6332         (custom-variable-state): New fun, from custom-variable-state-set.
6333         (custom-variable-state-set): Use it.
6334         (custom-group-value-create): Hide options with standard values
6335         using the :hidden-states property.  Use progress reporter.
6337         (custom-show): Simplify.
6338         (custom-visibility): Disable images by default.
6339         (custom-variable): New property :hidden-states.
6340         (custom-variable-value-create): Enable images for
6341         custom-visibility widgets.  Use :hidden-states property to
6342         determine initial visibility.
6344         * wid-edit.el (widget-image-find): Give images center ascent.
6345         (visibility): Add :on-image and :off-image properties.
6346         (widget-visibility-value-create): Use them.
6348 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
6350         * cus-edit.el (processes): Remove from development group.
6351         (oop, hypermedia): Delete group.
6352         (comm): Promote to top-level group.
6354         * net/browse-url.el (browse-url):
6355         * net/xesam.el (xesam):
6356         * net/tramp.el (tramp):
6357         * net/goto-addr.el (goto-address):
6358         * net/ange-ftp.el (ange-ftp): Put in comm group.
6360         * view.el (view): Remove from editing group.
6362         * uniquify.el (uniquify): Put in files group.
6364         * net/browse-url.el (browse-url):
6365         * ps-print.el (postscript): Put in external group.
6367         * cus-edit.el (outlines):
6368         * textmodes/text-mode.el (text-mode-hook):
6369         * textmodes/table.el (table):
6370         * textmodes/picture.el (picture):
6371         * outline.el (outlines): Put in wp group.
6373         * nxml/nxml-mode.el (nxml): Remove from wp group.
6375         * net/tramp-imap.el (tramp-imap): Put in tramp group.
6377         * mail/metamail.el (metamail): Remove from hypermedia group.
6379         * cus-edit.el (abbrev):
6380         * whitespace.el (whitespace):
6381         * vcursor.el (vcursor):
6382         * reveal.el (reveal):
6383         * hl-line.el (hl-line): Put in convenience group.
6385         * epg-config.el (epg): Put in data group.
6387         * emulation/pc-select.el (pc-select): Put in emulations group.
6389         * calculator.el (calculator): Put in applications group.
6391 2010-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
6393         Add .dir-locals.el support for file-less buffers.
6394         * files.el (hack-local-variables): Split out code to apply local
6395         variable settings ...
6396         (hack-local-variables-apply): ... here.  New function.
6397         (hack-dir-local-variables): Use the default directory for when the
6398         buffer does not have an associated file.
6399         (hack-dir-local-variables-non-file-buffer): New function.
6400         * diff-mode.el (diff-mode):
6401         * vc-annotate.el (vc-annotate-mode):
6402         * vc-dir.el (vc-dir-mode):
6403         * log-edit.el (log-edit-mode):
6404         * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
6406 2010-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
6408         Add support for shelving snapshots and for showing shelves.
6409         * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
6410         (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
6411         New functions.
6412         (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
6413         (vc-bzr-extra-menu-map): Map them.
6415 2010-03-11  Glenn Morris  <rgm@gnu.org>
6417         * cus-edit.el (customize-changed-options-previous-release):
6418         Bump to 23.1.
6420         * image.el (image-animate-max-time): Fix :version tag.
6422 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
6424         * Branch for 23.2.
6426 2010-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6428         * vc-git.el (vc-git-revision-table): Include remote branches.
6430 2010-03-10  Kim F. Storm  <storm@cua.dk>
6432         Animated image API.
6433         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
6435         * image.el (image-animate-max-time): New defcustom.
6436         (image-animated-types): New defconst.
6437         (create-animated-image, image-animate-timer)
6438         (image-animate-start, image-animate-stop, image-animate-timeout)
6439         (image-animated-p): New functions.
6441         * image-mode.el (image-toggle-display-image):
6442         Replace `create-image' with `create-animated-image'.
6444 2010-03-09  Miles Bader  <miles@gnu.org>
6446         * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
6447         instead of "format:"; this ensures that the output is
6448         newline-terminated.
6450 2010-03-08  Chong Yidong  <cyd@stupidchicken.com>
6452         * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
6453         that all errors are caught, and that the return value is always a
6454         list (Bug#5692).
6456 2010-03-08  Kenichi Handa  <handa@m17n.org>
6458         * language/misc-lang.el (windows-1256): New coding system.
6459         (cp1256): New alias of windows-1256 (bug#5690).
6461 2010-03-07  Andreas Schwab  <schwab@linux-m68k.org>
6463         * mail/rfc822.el (rfc822-addresses): Move catch clause down around
6464         call to rfc822-bad-address.  (Bug#5692)
6466 2010-03-07  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
6468         * vc-git.el (vc-git-annotate-extract-revision-at-line):
6469         Use vc-git-root as default directory for revision path (Bug#5657).
6471 2010-03-06  Chong Yidong  <cyd@stupidchicken.com>
6473         * calculator.el (calculator): Don't bind split-window-keep-point
6474         (Bug#5674).
6476 2010-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6478         * vc-git.el: Re-flow to fit into 80 columns.
6479         (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
6480         Remove spurious `quote' element in each case alternative.
6481         (vc-git-show-log-entry): Use prog1.
6482         (vc-git-after-dir-status-stage): Remove unused var `remaining'.
6484 2010-03-06  Glenn Morris  <rgm@gnu.org>
6486         * cedet/semantic/grammar.el (semantic-grammar-header-template):
6487         Update template copyright to GPLv3+.
6489 2010-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6491         * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
6493 2010-03-03  Chong Yidong  <cyd@stupidchicken.com>
6495         * macros.el (insert-kbd-macro): Look up keyboard macro using the
6496         definition, not the name (Bug#5481).
6498 2010-03-03  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
6500         * subr.el (momentary-string-display): Don't overwrite the MESSAGE
6501         argument with a local variable.  (Bug#5670)
6503 2010-03-02  Juri Linkov  <juri@jurta.org>
6505         * info.el (Info-index-next): Decrement line number by 2.  (Bug#5652)
6507 2010-03-02  Michael Albinus  <michael.albinus@gmx.de>
6509         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
6510         error when FILENAME and NEWNAME are existing remote directories.
6512         * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
6513         parameter DIR-FLAG.
6515 2010-03-02  Glenn Morris  <rgm@gnu.org>
6517         * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
6518         of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
6520 2010-03-01  Kenichi Handa  <handa@m17n.org>
6522         * language/burmese.el (burmese-composable-pattern): Rename from
6523         myanmar-composable-pattern.
6525         * international/characters.el (script-list):
6526         * international/fontset.el (script-representative-chars):
6527         Change myanmar to burmese.
6528         (otf-script-alist): Likewise.
6529         (setup-default-fontset): Likewise.  Re-fix :otf spec.
6531 2010-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6533         * menu-bar.el (menu-bar-manuals-menu): Fix typo.
6535 2010-02-28  Jan Djärv  <jan.h.d@swipnet.se>
6537         * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
6539 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
6541         * net/tramp.el (tramp-handle-write-region): START can be a string.
6542         Take care in the checks.  Reported by Dan Davison
6543         <davison@stats.ox.ac.uk>.
6545 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
6547         * net/dbus.el (dbus-introspect, dbus-get-property)
6548         (dbus-set-property, dbus-get-all-properties):
6549         Use `dbus-call-method' when noninteractive.  (Bug#5645)
6551 2010-02-28  Chong Yidong  <cyd@stupidchicken.com>
6553         * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
6554         * emacs-lisp/elint.el (elint-add-required-env):
6555         * cedet/semantic/db-find.el
6556         (semanticdb-find-translate-path-brutish-default):
6557         * cedet/ede/make.el (ede-make-check-version):
6558         * calendar/icalendar.el (icalendar--add-diary-entry):
6559         * calc/calcalg2.el (math-tracing-integral):
6560         * files.el (recover-session-finish): Use with-current-buffer
6561         instead of save-excursion.
6563 2010-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6565         Fix in-buffer completion when after-change-functions modify the buffer.
6566         * minibuffer.el (completion--replace): New function.
6567         (completion--do-completion): Use it and use relative movement.
6569 2010-02-27  Chong Yidong  <cyd@stupidchicken.com>
6571         * international/fontset.el (setup-default-fontset): Fix :otf spec.
6573 2010-02-27  Jeremy Whitlock  <jcscoobyrs@gmail.com>  (tiny change)
6575         * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
6576         Allow the characters _<> in the stack entry (Bug#5653).
6578 2010-02-26  Kenichi Handa  <handa@m17n.org>
6580         * language/burmese.el: Fix entries in composition-function-table.
6581         (myanmar-composable-pattern): New variable.
6583         * international/fontset.el (setup-default-fontset): Add an entry
6584         for myanmar.
6586         * international/characters.el (script-list): Add Myanmar
6587         Extended-A.
6589 2010-02-26  Glenn Morris  <rgm@gnu.org>
6591         * custom.el (custom-initialize-delay): Doc fix.
6593         * mail/sendmail.el (send-mail-function): Autoload the call
6594         to custom-initialize-delay, not otherwise preserved in loaddefs.el.
6596 2010-02-24  Chong Yidong  <cyd@stupidchicken.com>
6598         * files.el (hack-local-variables-filter): For eval forms, also
6599         check safe-local-variable-p (Bug#5636).
6601 2010-02-24  Eduard Wiebe  <usenet@pusto.de>
6603         * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
6604         and use c(ad)r of cddr (Bug#5640).
6606 2010-02-22  Michael Albinus  <michael.albinus@gmx.de>
6608         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
6609         setting the modes by `ignore-errors'.  It might fail, for example
6610         if the file is not owned by the user but the group.
6611         (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
6613 2010-02-21  Chong Yidong  <cyd@stupidchicken.com>
6615         * files.el (directory-listing-before-filename-regexp): Use
6616         stricter matching for iso-style dates, to avoid false matches with
6617         date-like filenames (Bug#5597).
6619         * htmlfontify.el (htmlfontify): Doc fix.
6621         * eshell/eshell.el (eshell): Doc fix.
6623         * startup.el (fancy-about-screen): In mode-line, apply
6624         mode-line-buffer-id face only to the buffer name (Bug#5613).
6626 2010-02-20  Kevin Ryde  <user42@zip.com.au>
6628         * progmodes/compile.el (compilation-error-regexp-alist-alist):
6629         In `watcom' anchor regexp to start of line, to avoid slowness
6630         (Bug#5599).
6632 2010-02-20  Eli Zaretskii  <eliz@gnu.org>
6634         * subr.el (remove-yank-excluded-properties): Explain in a comment
6635         why `category' property is removed.
6637 2010-02-19  Chong Yidong  <cyd@stupidchicken.com>
6639         * isearch.el (isearch-update-post-hook, isearch-update): Revert
6640         2010-02-17 change.
6642 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
6644         * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
6645         (icalendar--convert-weekly-to-ical)
6646         (icalendar--convert-yearly-to-ical)
6647         (icalendar--convert-block-to-ical)
6648         (icalendar--convert-cyclic-to-ical)
6649         (icalendar--convert-anniversary-to-ical): Take care of time
6650         specifications where hour has 1-digit only (Bug#5549).
6652 2010-02-19  Nick Roberts  <nickrob@snap.net.nz>
6654         * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
6655         of disassemble output in GDB 7.1.
6657 2010-02-19  Glenn Morris  <rgm@gnu.org>
6659         * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
6660         property.  (Bug#5593)
6662 2010-02-18  Sam Steingold  <sds@gnu.org>
6664         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
6666 2010-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6668         Use abbreviated file names in bookmarks (bug#5591).
6669         * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
6670         calls to expand-file-name.
6671         (bookmark-relocate): Use abbreviated file names in bookmarks.
6672         (bookmark-load): Use abbreviated file names in messages.
6674 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
6676         * net/tramp.el (tramp-handle-directory-files): When FULL, do not
6677         expand "." and "..".  Reported by Thierry Volpiatto
6678         <thierry.volpiatto@gmail.com>.
6680 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
6682         * net/tramp.el (tramp-handle-insert-file-contents): Set always the
6683         permissions of the temporary file to "0600".  In case the remote
6684         file has no read permissions for the owner, there might be
6685         problems otherwise.  Reported by Ole Laursen <olau@iola.dk>.
6687 22010-02-18  Glenn Morris  <rgm@gnu.org>
6689         * emacs-lisp/authors.el (authors-renamed-files-alist):
6690         Add entries for INSTALL.CVS.
6692 2010-02-17  Mark A. Hershberger  <mah@everybody.org>
6694         * vc-bzr.el: Fix typo in Known Bugs section.
6696         * isearch.el (isearch-update-post-hook): New hook.
6697         (isearch-update): Use the new hook.
6699 2010-02-16  Michael Albinus  <michael.albinus@gmx.de>
6701         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
6702         Fix errors in copying directories.
6703         (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
6704         (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
6705         (tramp-handle-delete-file)
6706         (tramp-handle-dired-recursive-delete-directory)
6707         (tramp-handle-write-region): Flush also the cache for the upper
6708         directory.
6710 2010-02-16  Chong Yidong  <cyd@stupidchicken.com>
6712         * simple.el (save-interprogram-paste-before-kill): Doc fix.
6714         * cus-edit.el (hardware): Doc fix.
6716         * man.el (man): Add to external custom group.
6718         * delim-col.el (columns): Move to wp custom group.
6720         * doc-view.el (doc-view): Add to data custom group.
6722         * cedet/data-debug.el (data-debug): Move to extensions group.
6724         * cedet/ede.el (ede):
6725         * cedet/srecode.el (srecode):
6726         * cedet/semantic.el (semantic): Put in tools and extensions group.
6728         * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
6730         * textmodes/flyspell.el (flyspell-word): Obey the offset specified
6731         by ispell-parse-output (Bug#5575).
6733 2010-02-16  Kenichi Handa  <handa@m17n.org>
6735         * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
6736         (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
6737         (skkdic-convert): Use `euc-japan' coding system for writing.
6739 2010-02-16  Glenn Morris  <rgm@gnu.org>
6741         * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
6742         tex-main-file before using it.  (Bug#5562)
6744 2010-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6746         * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
6747         warnings, since it is annoying for the user to see them each time he
6748         runs the code.
6750 2010-02-15  Michael Albinus  <michael.albinus@gmx.de>
6752         * net/tramp.el (tramp-process-actions, tramp-read-passwd):
6753         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
6754         instead of PROC for caching "first-password-request".  Otherwise,
6755         new processes would not profit from passwords already entered.
6757         * net/tramp-cache.el (tramp-dump-connection-properties):
6758         Don't save "first-password-request" property.
6760 2010-02-14  Juanma Barranquero  <lekktu@gmail.com>
6762         * outline.el (outline-head-from-level):
6763         * simple.el (with-wrapper-hook):
6764         * cedet/ede.el (ede-run-target, project-delete-target)
6765         (project-dist-files, ede-name, ede-documentation, ede-parent-project)
6766         (ede-adebug-project, ede-adebug-project-parent)
6767         (ede-adebug-project-root):
6768         * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
6769         (elint-defun, elint-buffer-env, elint-top-form-logged)
6770         (elint-unbound-variable):
6771         * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
6772         Fix typos in docstrings.
6774 2010-02-14  Michael Albinus  <michael.albinus@gmx.de>
6776         * files.el (insert-directory): When WILDCARD-REGEXP and
6777         FULL-DIRECTORY-P are nil, insert the file entry instead of the
6778         whole directory.  (Bug#5551)
6780         * net/ange-ftp.el (ange-ftp-insert-directory): Insert "  " for
6781         dired's alignment sanity.  (Bug#5516)
6783 2010-02-14  Juri Linkov  <juri@jurta.org>
6785         * man.el (Man-fontify-manpage, Man-cleanup-manpage):
6786         Remove remaining ^H with their preceding chars.  (Bug#5566)
6788 2010-02-13  Glenn Morris  <rgm@gnu.org>
6790         * simple.el (transpose-subr): Give it a doc-string.
6792         * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
6793         Doc fixes.
6795 2010-02-12  Juri Linkov  <juri@jurta.org>
6797         * arc-mode.el (archive-unique-fname): Make directories for nested
6798         archives.  (Bug#5540)
6800 2010-02-12  Juri Linkov  <juri@jurta.org>
6802         * ffap.el (dired-at-point): Fix docstring.  (Bug#5565)
6804 2010-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6806         * subr.el (copy-overlay): Handle deleted overlays.
6808         * man.el (Man-completion-table): Don't signal an error if we can't run
6809         manual-program (bug#4056).
6811 2010-02-10  Juanma Barranquero  <lekktu@gmail.com>
6813         * textmodes/artist.el (artist-mt): Fix typos in docstring.
6815 2010-02-10  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6817         * info.el (Info-bookmark-jump): Simplify.
6819         * bookmark.el (bookmark-handle-bookmark): Catch the right error.
6820         (bookmark-default-handler): Accept new bookmark field `buffer'.
6822 2010-02-10  Chong Yidong  <cyd@stupidchicken.com>
6824         * iswitchb.el (iswitchb-completions): Revert last change.
6826 2010-02-10  Michael Albinus  <michael.albinus@gmx.de>
6828         * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
6829         FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
6830         This prevents file names like "~/" being listed literally.
6832 2010-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
6834         * term/xterm.el (xterm-maybe-set-dark-background-mode):
6835         Remove dead code.  (Bug#5546)
6837 2010-02-09  Chong Yidong  <cyd@stupidchicken.com>
6839         * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
6840         correctly (Bug#5548).
6842 2010-02-08  Jose E. Marchesi  <jemarch@gnu.org>
6844         * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
6845         (ada-adjust-case): Don't adjust case in hexadecimal number literals.
6847 2010-02-08  Kenichi Handa  <handa@m17n.org>
6849         * international/mule-util.el (with-coding-priority): Add autoload
6850         cookie for putting `lisp-indent-function'.
6852 2010-02-07  Glenn Morris  <rgm@gnu.org>
6854         * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
6855         Move F2003 named interfaces from keywords-2 to keywords-1, and
6856         use function-name-face rather than constant-face.
6857         Simplify "abstract interface" regexp.
6859 2010-02-07  Chong Yidong  <cyd@stupidchicken.com>
6861         * eshell/esh-util.el (eshell-file-attributes): New optional arg
6862         ID-FORMAT.  Pass it to `file-attributes'.
6864         * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
6866 2010-02-07  sj  <prime.wizard+emacs@gmail.com>  (tiny change)
6868         * faces.el (set-face-attribute): Allow calling
6869         internal-set-lisp-face-attribute with 'unspecified family and
6870         foundry argument (Bug#5536).
6872 2010-02-07  Glenn Morris  <rgm@gnu.org>
6874         * progmodes/f90.el (f90-font-lock-keywords-2)
6875         (f90-looking-at-type-like, f90-looking-at-program-block-end):
6876         Handle F2003 named interfaces.
6878 2010-02-06  Chong Yidong  <cyd@stupidchicken.com>
6880         * progmodes/cc-mode.el (c-common-init): Bind temporary variables
6881         beg and end before calling c-get-state-before-change-functions.
6883 2010-02-06  Dan Nicolaescu  <dann@ics.uci.edu>
6885         * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
6887 2010-02-05  Juri Linkov  <juri@jurta.org>
6889         * doc-view.el (doc-view-mode):
6890         * image-mode.el (image-mode): Put property mode-class=special.
6891         (Bug#4896)
6893 2010-02-05  Mark A. Hershberger  <mah@everybody.org>
6895         * vc-svn.el (vc-svn-revision-table): New function.
6897 2010-02-05  Michael Albinus  <michael.albinus@gmx.de>
6899         * net/ange-ftp.el (ange-ftp-insert-directory):
6900         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
6901         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
6902         Handle also directories.  (Bug#5478)
6904 2010-02-05  Glenn Morris  <rgm@gnu.org>
6906         * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
6908 2010-02-05  Chong Yidong  <cyd@stupidchicken.com>
6910         * startup.el (command-line-1): Convert options beginning with a
6911         single dash as well (Bug#5519).
6913 2010-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6915         Make `initials' completion work for /hh -> /home/horn again (bug#5524).
6916         * minibuffer.el (completion-initials-expand): Only check the presence
6917         of delims *within* the boundaries, since otherwise the / delim is
6918         always found for files.
6920         Fix up various corner case problems.
6921         * doc-view.el (doc-view-last-page-number): New function.
6922         (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
6923         (doc-view-goto-page): Avoid inf-loops when the conversion fails.
6924         (doc-view-kill-proc): Avoid inf-loop in freak cases.
6925         (doc-view-reconvert-doc): Use the new recursive delete-directory.
6926         (doc-view-convert-current-doc): Don't create the resolution.el file
6927         here any more.
6928         (doc-view-pdf/ps->png): Do it here instead.
6929         (doc-view-already-converted-p): Check that resolution.el is present.
6930         (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
6931         windows that are not yet showing images.
6933 2010-02-04  Michael Albinus  <michael.albinus@gmx.de>
6935         * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
6936         `dired-uncache' for every elemnt which is an absolute file name.
6938         * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
6939         directory, handle its directory component.
6940         (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
6941         function is called permanently and creates noise, otherwise.
6943         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
6944         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
6945         Handle the case, FILENAME is not in `default-directory'.  (Bug#5478)
6947 2010-02-04  David Burger  <dburger@google.com>  (tiny change)
6949         * macros.el (apply-macro-to-region-lines):
6950         Minor simplification.  (Bug#5485)
6952 2010-02-04  Glenn Morris  <rgm@gnu.org>
6954         * mail/rmail.el (rmail-show-message-1): Handle malformed
6955         quoted-printable text.  (Bug#5441)
6957         * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
6959         * simple.el (visual-line-mode): Capitalize lighter.
6961 2010-02-03  John Wiegley  <jwiegley@gmail.com>
6963         * iswitchb.el (iswitchb-completions): Add bookmark files to the
6964         list of files considered for "virtual buffer" completions.
6966 2010-02-03  Michael Albinus  <michael.albinus@gmx.de>
6968         * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
6969         also in case of (and (not full) (not wildcard)).  This is needed
6970         when dired is called with a list of files, which are not in
6971         `default-directory'.  (Bug#5478)
6973 2010-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6975         * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
6977 2010-02-02  Juri Linkov  <juri@jurta.org>
6979         * textmodes/ispell.el (ispell-message-text-end): Remove final newline
6980         from unidiff to allow function-line after @@.
6982 2010-02-02  Juri Linkov  <juri@jurta.org>
6984         * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
6985         '(RCS SCCS) with inverted condition.
6987 2010-02-02  Michael Albinus  <michael.albinus@gmx.de>
6989         * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
6990         messages.
6992 2010-02-01  Juri Linkov  <juri@jurta.org>
6994         * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
6995         compare with "pkunzip" and "pkzip" instead of only "pkzip".
6996         In the `archive-extract-by-stdout' branch use `shell-quote-argument'
6997         only when (car archive-zip-extract) is "unzip".  (Bug#5475)
6999 2010-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7001         * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
7002         (doc-view-revert-buffer): New command.
7003         (doc-view-mode-map): Use it.
7005 2010-02-01  Dan Nicolaescu  <dann@ics.uci.edu>
7007         * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
7008         pending merge is detected.
7010 2010-01-31  Juri Linkov  <juri@jurta.org>
7012         * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
7013         beginning of interactive spec like all other grep commands do.
7014         Put "all" in front of "gz".  (Bug#5260)
7016 2010-01-29  Dan Nicolaescu  <dann@ics.uci.edu>
7018         * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
7020 2010-01-29  Chong Yidong  <cyd@stupidchicken.com>
7022         * dirtrack.el (dirtrack): Warn instead of signalling error if the
7023         regexp is incorrect (Bug#5476).
7025 2010-01-29  Michael Albinus  <michael.albinus@gmx.de>
7027         * net/tramp.el (tramp-handle-insert-directory): Handle also
7028         symlinks, when FILENAME is not in `default-directory'.
7030 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
7032         * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
7033         FILE is not in `default-directory'.  (Bug#5478)
7035         * net/tramp.el (tramp-handle-insert-directory): Simplify handling
7036         of SWITCHES.  Handle the case, FILENAME is not in
7037         `default-directory'.  (Bug#5478)
7038         (tramp-register-file-name-handlers): Add safe-magic property.
7040 2010-01-28  Chong Yidong  <cyd@stupidchicken.com>
7042         * arc-mode.el (archive-zip-extract): Quote the argument passed to
7043         unzip (Bug#5475).
7045 2010-01-28  Nil Geisweiller  <ngeiswei@googlemail.com>  (tiny change)
7047         * progmodes/flymake.el (flymake-allowed-file-name-masks)
7048         (flymake-master-make-header-init): Add other C++ filename masks.
7049         (flymake-find-possible-master-files)
7050         (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
7052 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
7054         Fix some busybox annoyances.
7056         * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
7057         not responding." string.
7058         (tramp-open-connection-setup-interactive-shell): Dump stty
7059         settings.  Enable "neveropen" arg for all `tramp-send-command'
7060         calls.  Handle "=" in variable values properly.
7061         (tramp-find-inline-encoding): Raise an error, when no encoding is
7062         found.
7063         (tramp-wait-for-output): Check, whether PROC buffer is available.
7064         Remove spurious " ^H" sequences, sent by busybox.
7065         (tramp-get-ls-command): Suppress coloring, if possible.
7067 2010-01-28  Glenn Morris  <rgm@gnu.org>
7069         * vc-svn.el (vc-svn-update): Use "svn --non-interactive".  (Bug#4280)
7071         * log-edit.el (log-edit-strip-single-file-name): Add missing
7072         :safe, :group, and :version tags.
7074 2010-01-27  Stephen Berman  <stephen.berman@gmx.net>
7076         * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
7077         buffers.  (Bug#5477)
7079 2010-01-27  David De La Harpe Golden  <david@harpegolden.net>
7081         * files.el (delete-directory): Handle moving to trash without
7082         first doing recursion (Bug#5436).
7084 2010-01-26  Dan Nicolaescu  <dann@ics.uci.edu>
7086         * vc-hooks.el (vc-path): Mark as obsolete.
7088 2010-01-25  Dan Nicolaescu  <dann@ics.uci.edu>
7090         * vc-annotate.el (vc-annotate-revision-at-line): Compare file
7091         names too.
7093         * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
7094         for the short log.
7095         (vc-bzr-log-view-mode): Adjust regexp for the above change.
7097 2010-01-25  Mark A. Hershberger  <mah@everybody.org>
7099         * progmodes/python.el: Replace reference to obsolete c-subword-mode.
7101         * vc-bzr.el (vc-bzr-revision-table): New function.
7103 2010-01-25  Eric Hanchrow  <eric.hanchrow@gmail.com>  (tiny change)
7105         * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
7106         diff-index command.  This requires at least git-1.5.5.  (Bug#1589).
7108 2010-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
7110         Remove support for adding --signoff on commit.
7111         Future support will use an incompatible generic mechanism.
7112         * vc-git.el (vc-git-add-signoff): Remove variable.
7113         (vc-git-toggle-signoff): Remove function.
7114         (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
7116         * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
7117         from xterm-set-background-mode.  Return t if the background mode
7118         was set.
7119         (terminal-init-xterm): Move tty-set-up-initial-frame-faces
7120         earlier, call it again in case the background mode has changed.
7122 2010-01-23  Dmitri Paduchikh  <dpaduch@k66.ru>  (tiny change)
7124         * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
7125         (Bug#3541).
7127 2010-01-23  Chong Yidong  <cyd@stupidchicken.com>
7129         * emacs-lisp/assoc.el (aelement): Doc fix.
7130         (aput, adelete, amake): Use lexical-let (Bug#5450).
7132 2010-01-23  Stephen Leake  <stephen_leake@member.fsf.org>
7134         * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
7135         is the same as subprogram call, not declaration.  (Bug#5435).
7137 2010-01-23  Michael Albinus  <michael.albinus@gmx.de>
7139         * net/tramp-smb.el (tramp-smb-conf): New defcustom.
7140         (tramp-smb-maybe-open-connection): Use it.
7142 2010-01-22  Michael Albinus  <michael.albinus@gmx.de>
7144         * net/tramp-imap.el (top): Autoload needed packages.  (Bug#5448)
7146 2010-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7148         * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
7149         just because we see "encoding: 8bit".
7150         * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
7152 2010-01-22  Chong Yidong  <cyd@stupidchicken.com>
7154         * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
7156 2010-01-22  Eli Zaretskii  <eliz@gnu.org>
7158         * jka-compr.el (jka-compr-load): If load-file is not in
7159         load-history, try its file-truename version.  (bug#5447)
7161 2010-01-21  Alan Mackenzie  <acm@muc.de>
7163         Fix a situation where deletion of a cpp construct throws an error.
7164         * progmodes/cc-engine.el (c-invalidate-state-cache):
7165         Before invoking c-with-all-but-one-cpps-commented-out, check that the
7166         special cpp construct is still in the buffer.
7167         (c-parse-state): Record the special cpp with markers, not numbers.
7169 2010-01-21  Kenichi Handa  <handa@m17n.org>
7171         * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
7172         process last-command-event, as it is now decoded first (Bug#5380).
7174 2010-01-20  Chong Yidong  <cyd@stupidchicken.com>
7176         * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
7178 2010-01-20  Glenn Morris  <rgm@gnu.org>
7180         * indent.el (tab-always-indent): Fix custom-type.
7182 2010-01-19  Alan Mackenzie  <acm@muc.de>
7184         * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
7185         buffer throws "args out of range".
7186         (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
7187         playing the role of delimiter.
7189 2010-01-18  Stephen Leake  <stephen_leake@member.fsf.org>
7191         * progmodes/ada-mode.el: Fix bug#5400.
7192         (ada-matching-decl-start-re): Move into ada-goto-decl-start.
7193         (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
7194         changed.  Delete RECURSIVE parameter; never used.  Improve doc string.
7195         Improve comments in "is" portion.  Handle null procedure declaration.
7196         (ada-move-to-end): Improve doc string.
7198 2010-01-18  Óscar Fuentes  <ofv@wanadoo.es>
7200         * ido.el (ido-cur-list): Initialize to nil.
7201         Remove obsolete information from commentary.
7202         (ido-choice-list): Initialize to nil.
7203         (ido-get-bufname): Reject minibuffers.
7204         (ido-make-buffer-list): If "default" is a nonexistent
7205         buffer, ignore it, as per the function's comment.
7206         (ido-kill-buffer-internal): New function.
7207         (ido-kill-buffer-at-head): Use it.
7208         (ido-visit-buffer): Likewise.
7210 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
7212         * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
7214 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
7216         * cedet/ede/locate.el (ede-locate-file-in-project)
7217         (ede-locate-file-in-project-impl): Fix typos in docstrings.
7218         (ede-enable-locate-on-project): Fix typos in error messages.
7220         * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
7221         (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
7222         (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
7223         (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
7224         (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
7225         Fix typos in menu help.
7227         * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
7228         Fix typos in chart titles.
7230         * whitespace.el (whitespace-style, global-whitespace-newline-mode):
7231         * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
7232         (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
7233         (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
7234         (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
7235         (semantic-parse-stream, semantic-parse-region)
7236         (semantic-parse-region-default, semantic--set-buffer-cache)
7237         (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
7238         (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
7239         (semantic-default-submodes):
7240         * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
7241         (semanticdb-create-ebrowse-database)
7242         (semanticdb-find-tags-for-completion-method)
7243         (semanticdb-find-tags-by-class-method)
7244         (semanticdb-deep-find-tags-by-name-method)
7245         (semanticdb-deep-find-tags-for-completion-method):
7246         * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
7247         (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
7248         (semanticdb-find-tags-for-completion-method)
7249         (semanticdb-find-tags-by-class-method)
7250         (semanticdb-deep-find-tags-for-completion-method):
7251         * cedet/semantic/db-find.el (semanticdb-find-translate-path)
7252         (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
7253         (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
7254         (semanticdb-find-tags-by-name-method)
7255         (semanticdb-find-tags-by-name-regexp-method)
7256         (semanticdb-find-tags-for-completion-method)
7257         (semanticdb-find-tags-by-class-method)
7258         (semanticdb-find-tags-external-children-of-type-method)
7259         (semanticdb-find-tags-subclasses-of-type-method)
7260         (semanticdb-deep-find-tags-by-name-method)
7261         (semanticdb-deep-find-tags-by-name-regexp-method)
7262         (semanticdb-deep-find-tags-for-completion-method):
7263         * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
7264         (semanticdb-enable-gnu-global-in-buffer)
7265         (semanticdb-find-tags-for-completion-method)
7266         (semanticdb-deep-find-tags-by-name-method)
7267         (semanticdb-deep-find-tags-for-completion-method):
7268         * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
7269         (javascript-mode, semanticdb-find-translate-path)
7270         (semanticdb-find-tags-for-completion-method)
7271         (semanticdb-find-tags-by-class-method)
7272         (semanticdb-deep-find-tags-by-name-method)
7273         (semanticdb-deep-find-tags-for-completion-method)
7274         (semanticdb-find-tags-external-children-of-type-method):
7275         * cedet/semantic/idle.el (semantic-idle-work-core-handler)
7276         (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
7277         (global-semantic-idle-scheduler-mode):
7278         * cedet/srecode/dictionary.el (srecode-field-value)
7279         (srecode-dictionary-add-section-dictionary):
7280         * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
7281         (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
7282         (describe-class, eieio-describe-generic, describe-generic):
7283         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
7284         (eieio-speedbar-expand):
7285         * emulation/viper-cmd.el (viper-exec-form-in-vi)
7286         (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
7287         (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
7288         (viper-del-backward-char-in-replace, viper-backward-indent)
7289         (viper-brac-function, viper-register-to-point, viper-submit-report):
7290         * net/tramp.el (tramp-remote-coding-commands):
7291         * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
7292         Fix typos in docstrings.
7294 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
7296         * mail/sendmail.el (mail-yank-original): Set the mark if the
7297         specified function for yanking does not do it.
7299 2010-01-17  Dan Nicolaescu  <dann@ics.uci.edu>
7301         * vc.el (with-vc-properties): Deal with directory arguments.  (Bug#5298)
7303         * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
7304         resyncing a directory.
7306 2010-01-17  Stephen Leake  <stephen_leake@member.fsf.org>
7308         * progmodes/ada-mode.el: Fix bug#1920.
7309         (ada-ident-re): Delete ., allow multibyte characters.
7310         (ada-goto-label-re): New; matches goto labels.
7311         (ada-block-label-re): New; matches block labels.
7312         (ada-label-re): New; matches both.
7313         (ada-named-block-re): Deleted; callers changed to use
7314         `ada-block-label-re' instead.
7315         (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
7316         Use `ada-block-label-re'.
7317         (ada-indent-on-previous-lines): Improve handling of goto labels.
7318         (ada-get-indent-block-start): Special-case block label.
7319         (ada-get-indent-label): Split into `ada-indent-block-label' and
7320         `ada-indent-goto-label'.
7321         (ada-goto-stmt-start, ada-goto-next-non-ws):
7322         Optionally ignore goto labels.
7323         (ada-goto-next-word): Simplify.
7324         (ada-indent-newline-indent-conditional): Insert newline before
7325         trying to fix indentation; doc fix.
7327 2010-01-17  Jay Belanger  <jay.p.belanger@gmail.com>
7329         * calc/calc.el (calc-command-flags): Give it an initial value.
7331 2010-01-17  Glenn Morris  <rgm@gnu.org>
7333         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
7335 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
7337         * cedet/semantic.el (semantic-mode):
7338         * files.el (minibuffer-with-setup-hook):
7339         * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
7340         (artist-key-draw-continously, artist-key-do-continously-continously)
7341         (artist-key-set-point-continously, artist-mouse-draw-continously):
7342         Fix typos in docstrings.
7344 2010-01-16  Lennart Borgman  <lennart.borgman@gmail.com>
7346         * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
7347         return t (Bug#3898).
7349 2010-01-16  Frédéric Perrin  <frederic.perrin@resel.fr>  (tiny change)
7351         * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
7352         can parse the output of the external commands (Bug#5279).
7354 2010-01-16  Jari Aalto  <jari.aalto@cante.net>
7356         * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
7358 2010-01-16  Chong Yidong  <cyd@stupidchicken.com>
7360         * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
7362         * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
7364         * startup.el (command-line): Remove unused --icon-type arg.
7365         Handle --display arg, passing it to command-line-1 (Bug#5392).
7367 2010-01-16  Mario Lang  <mlang@delysid.org>
7369         * cedet/ede/cpp-root.el (ede-cpp-root-project):
7370         * cedet/ede/files.el (ede-expand-filename):
7371         * cedet/ede/simple.el (ede-simple-project):
7372         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
7373         (semantic-complete-inline-tag-engine):
7374         * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
7375         * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
7376         * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
7377         * cedet/semantic/db.el (semanticdb-equivalent-mode):
7378         * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
7379         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
7380         * emacs-lisp/chart.el (chart-translate-namezone):
7381         * textmodes/artist.el (artist-compute-popup-menu-table):
7382         Remove duplicated words in doc-strings.
7384 2010-01-15   David Abrahams  <dave@boostpro.com>  (tiny change)
7386         * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
7387         to mairix-search to suppress threading (Bug#5342).
7389 2010-01-15  Kenichi Handa  <handa@m17n.org>
7391         * international/mule-cmds.el (canonicalize-coding-system-name):
7392         Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
7394 2010-01-15  Glenn Morris  <rgm@gnu.org>
7396         * log-view.el (top-level): Require 'wid-edit.  (Bug#5311)
7398         * wid-edit.el (widget-keymap): Doc fix.
7400         * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
7401         former seems to be more widely accepted by various svn versions.
7403 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
7405         * find-cmd.el (find-constituents):
7406         * vc-arch.el (vc-arch-root):
7407         * window.el (window-body-height, pop-up-frames):
7408         * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
7409         (semantic-no-reparse-needed-change-hook):
7410         * cedet/srecode/insert.el (srecode-resolve-argument-list)
7411         (srecode-template-inserter-blank, srecode-template-inserter-variable)
7412         (srecode-template-inserter-ask, srecode-template-inserter-width)
7413         (srecode-template-inserter-section-start)
7414         (srecode-template-inserter-section-end, srecode-insert-method):
7415         * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
7416         * progmodes/ada-stmt.el (ada-if):
7417         * progmodes/gdb-ui.el (gdb-jsonify-buffer):
7418         * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
7419         (ispell-encoding8-command, ispell-aspell-supports-utf8)
7420         (ispell-last-program-name, ispell-help): Fix typos in docstrings.
7422         * progmodes/flymake.el (flymake-post-syntax-check):
7423         Fix typo in error message.
7425 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
7427         * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
7428         which is always a string.  (Bug#5313)
7430 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
7432         * progmodes/ada-xref.el (ada-default-prj-properties):
7433         Simplify previous change.
7435 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
7437         * progmodes/ada-xref.el (ada-default-prj-properties):
7438         Default ada_project_path to $ADA_PROJECT_PATH.
7440 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
7442         * progmodes/ada-mode.el (ada-create-keymap):
7443         Override `narrow-to-defun' with `ada-narrow-to-defun'.
7445 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
7447         * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
7448         (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
7449         (ada-get-current-indent, ada-imenu-generic-expression)
7450         (ada-which-function): Check for it.
7452 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
7454         * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
7455         (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
7457 2010-01-14  Glenn Morris  <rgm@gnu.org>
7459         * frame.el (show-trailing-whitespace): Safe if boolean.  (Bug#5312)
7461 2010-01-14  Kenichi Handa  <handa@m17n.org>
7463         * composite.el (auto-composition-mode): Make it a buffer local
7464         variable (permanent-local).
7465         (auto-composition-function): Set the default value to
7466         auto-compose-chars.
7467         (auto-composition-mode): Make it a simple function, not a minor mode.
7468         (global-auto-composition-mode): Likewise.
7469         (turn-on-auto-composition-if-enabled): Delete it.
7471 2010-01-13  Karl Fogel  <kfogel@red-bean.com>
7473         * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
7475 2010-01-12  Michael Albinus  <michael.albinus@gmx.de>
7477         * files.el (copy-directory): Compute target for recursive
7478         directories with identical names.  (Bug#5343)
7480 2010-01-12  Glenn Morris  <rgm@gnu.org>
7482         * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
7483         it to bug-gnu-emacs rather than emacs-pretest-bug.
7485 2010-01-12  Juanma Barranquero  <lekktu@gmail.com>
7487         * cedet/data-debug.el (data-debug): Fix customization group reference.
7489 2010-01-12  Juanma Barranquero  <lekktu@gmail.com>
7491         * cedet/semantic/analyze.el (semantic-analyze-push-error)
7492         (semantic-analyze-context, semantic-analyze-context-assignment)
7493         (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
7494         * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
7495         (semantic-java-doc-keywords-map):
7496         * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
7497         (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
7498         (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
7499         (semantic-c-classname, semantic-format-tag-uml-prototype)
7500         (semantic-c-dereference-namespace, semantic-analyze-type-constants):
7501         * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
7502         (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
7503         (semantic-get-local-variables, semantic-end-of-command)
7504         (semantic-beginning-of-command, semantic-ctxt-current-class-list)
7505         (lisp-mode):
7506         * cedet/semantic/bovine/make.el (makefile-mode):
7507         * cedet/semantic/wisent/python.el (wisent-python-string-re)
7508         (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
7509         (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
7510         (semantic-lex, semantic-get-local-variables, python-mode):
7511         * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
7512         * cedet/srecode/extract.el (srecode-extract-state-set)
7513         (srecode-extract-method): Fix typos in docstrings.
7515 2010-01-11  Sam Steingold  <sds@gnu.org>
7517         * imenu.el (imenu-default-create-index-function): Detect infinite
7518         loops caused by imenu-prev-index-position-function.
7520 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
7522         * htmlfontify.el (htmlfontify-load-rgb-file)
7523         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
7524         (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
7525         (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
7526         (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
7527         (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
7528         (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
7529         (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
7530         (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
7531         (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
7532         (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
7533         (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
7534         (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
7535         (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
7536         (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
7537         (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
7538         (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
7539         (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
7540         (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
7541         (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
7542         (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
7543         (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
7544         (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
7545         backslash-quoting from parentheses, etc.
7547 2010-01-11  Chong Yidong  <cyd@stupidchicken.com>
7549         * progmodes/js.el: Autoload javascript-mode alias.
7551 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
7553         * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
7554         (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
7555         (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
7556         (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
7557         Fix typos in docstrings.
7558         (ffap-url-regexp): Doc fix.
7559         (ffap-at-mouse): Fix typo in message.
7561 2010-01-11  Glenn Morris  <rgm@gnu.org>
7563         * version.el (emacs-copyright): Set copyright year to 2010.
7565 2010-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7567         * format.el (format-annotate-function): Only set
7568         write-region-post-annotation-function after running to-fn so as not to
7569         affect nested write-region calls (bug#5273).
7571 2010-01-10  Chong Yidong  <cyd@stupidchicken.com>
7573         * cedet/semantic.el (semantic-new-buffer-setup-functions):
7574         Add python parser.
7576         * Makefile.in (ELCFILES): Add wisent/python-wy.el and
7577         wisent/python.el.
7579 2010-01-10  Richard Kim  <emacs18@gmail.com>
7581         * cedet/semantic/wisent/python-wy.el:
7582         * cedet/semantic/wisent/python.el: New files.
7584 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
7586         * man.el (Man-goto-section): Signal error if the section is not
7587         found (Bug#5317).
7589 2010-01-09  Juanma Barranquero  <lekktu@gmail.com>
7591         * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
7592         URLs with a leading triple slash in the file: scheme.  (Bug#5345)
7594 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
7596         * progmodes/compile.el: Don't treat compile-command as safe if
7597         compilation-read-command might be nil (Bug#4218).
7599 2010-01-09  Jan Djärv  <jan.h.d@swipnet.se>
7601         * startup.el (command-line-1): Use orig-argi to check for ignored X and
7602         NS options.
7604 2010-01-08  Kenichi Handa  <handa@m17n.org>
7606         * international/fontset.el (build-default-fontset-data):
7607         Exclude characters in scripts kana, hangul, han, or cjk-misc.
7609 2010-01-07  Juanma Barranquero  <lekktu@gmail.com>
7611         * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
7612         to `create-file-buffer' as it expects, not just a buffer name.
7613         (vc-dir-mode): Include the buffer name in `list-buffers-directory',
7614         to help uniquify.  (Bug#3224)
7616 2010-01-06  Jan Djärv  <jan.h.d@swipnet.se>
7618         * font-setting.el (font-setting-change-default-font): Use user-spec
7619         instead of name.
7621 2010-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
7623         * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
7625 2010-01-05  Tom Tromey  <tromey@redhat.com>
7627         * progmodes/python.el (python-font-lock-keywords):
7628         Handle qualified decorators (Bug#881).
7630 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
7632         * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
7633         in a lightweight checkout.
7635 2010-01-05  Kenichi Handa  <handa@m17n.org>
7637         * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
7639 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
7641         * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
7643 2010-01-04  Dan Nicolaescu  <dann@ics.uci.edu>
7645         * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
7646         checkouts.  (Bug#618)
7647         (vc-bzr-log-view-mode): Also highlight the author.
7648         (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
7649         (vc-bzr-shelve-menu-map):
7650         (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
7651         (vc-bzr-shelve-apply): Make prompt more explicit.
7653 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
7655         * net/browse-url.el (browse-url-encode-url): Don't escape commas.
7656         They are valid characters in URL paths (rfc3986), and at least
7657         Firefox does not understand the encoded version (Bug#3166).
7659 2010-01-02  Daniel Elliott  <danelliottster@gmail.com>  (tiny change)
7661         * progmodes/octave-mod.el (octave-end-keywords)
7662         (octave-block-begin-or-end-regexp, octave-block-match-alist):
7663         Add "end" keyword (Bug#3061).
7664         (octave-end-as-array-index-p): New function.
7665         (calculate-octave-indent): Use it.
7667 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
7669         * bookmark.el: Consistently put the text property on the bookmark name.
7670         (bookmark-bmenu-marks-width): Bump back to 2, to include
7671         annotation marks.
7672         (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
7673         property on the bookmark name, instead of not putting it at all.
7674         (bookmark-bmenu-list): Fix where we put the text property.
7676 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
7678         * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
7679         for showing buffer modified state (as added in the previous change).
7681 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
7683         * bookmark.el: Show modified state of bookmark buffer more accurately.
7684         (bookmark-bmenu-list): Initialize buffer-modified-p properly.
7685         (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
7686         (with-buffer-modified-unmodified): New macro.
7687         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
7688         (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
7689         Use new macro to preserve the buffer modified state.
7691 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
7693         * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
7694         (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
7695         (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
7696         (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
7697         (bookmark-bmenu-rename, bookmark-bmenu-locate)
7698         (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
7699         Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
7701 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
7703         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
7704         Make the lines in the generated doc string shorter.  (Bug#4668)
7706 2010-01-02  Ryan Yeske  <rcyeske@gmail.com>
7708         * net/rcirc.el: Add follow-link binding (Bug#4738).
7710 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
7712         * Makefile.in (bzr-update): Rename from cvs-update.
7713         (cvs-update): New target for backward compatibility.
7715         * makefile.w32-in (bzr-update): Rename from cvs-update.
7716         (cvs-update): New target for backward compatibility.
7718 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
7720         * bookmark.el: Remove gratuitous gratitude.
7722 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
7724         * bookmark.el (bookmark-bmenu-any-marks): New function.
7725         (bookmark-bmenu-save): Clear buffer modification if no marks.
7727 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
7729         * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
7730         (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
7731         positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
7732         This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
7734         http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
7735         From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
7736         To: emacs-devel {_AT_} gnu.org
7737         Subject: bookmark.el bug report
7738         Date: Mon, 28 Dec 2009 14:19:16 +0800
7739         Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
7741 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
7743         * bookmark.el: Improvements suggested by Drew Adams:
7744         (bookmark-bmenu-ensure-position): New name for
7745         `bookmark-bmenu-check-position'.  Just ensure the position,
7746         don't return any meaningful value.
7747         (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
7748         New constants.
7750 2010-01-02  Juanma Barranquero  <lekktu@gmail.com>
7752         * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
7753         (bookmark-yank-point, bookmark-bmenu-check-position):
7754         Fix typos in docstrings.
7755         (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
7756         (bookmark-name-from-full-record, bookmark-get-position)
7757         (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
7758         (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
7759         Remove useless quoting of parenthesis, etc. in docstrings.
7761         * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
7762         (ediff-append-custom-diff): Fix typo in error message.
7763         (ediff-meta-mark-equal-files): Fix typos in messages.
7765         * mpc.el (mpc-playlist-delete): Fix typo in error messages.
7767         * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
7768         Fix typo in docstring.
7770         * net/imap-hash.el (imap-hash-make): Doc fix.
7771         (imap-hash-test): Fix typo in error message; reflow docstring.
7772         (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
7773         (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
7774         (imap-hash-mailbox, imap-hash-user, imap-hash-password):
7775         Fix typos in docstrings.
7776         (imap-hash-open-connection): Fix typo in error message.
7778         * play/gomoku.el (gomoku): Fix typos in docstring.
7780         * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
7781         (gdb-jsonify-buffer): Fix typos in docstring.
7782         (gdb-goto-breakpoint): Fix typo in error message.
7783         ("Display Other Windows"): Fix typo in help message.
7784         (gdb-speedbar-expand-node): Fix typo in question.
7786         * progmodes/idlw-help.el (idlwave-help-browse-url-available)
7787         (idlwave-html-system-help-location, idlwave-html-help-location)
7788         (idlwave-help-browser-function, idlwave-help-browser-generic-program)
7789         (idlwave-help-browser-generic-args, idlwave-help-directory)
7790         (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
7791         (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
7792         (idlwave-online-help, idlwave-help-html-link)
7793         (idlwave-help-show-help-frame, idlwave-help-assistant-command):
7794         Fix typos in docstrings.
7795         (idlwave-help-with-source, idlwave-help-find-routine-definition):
7796         Reflow docstrings.
7797         (idlwave-help-assistant-start): Fix typo in error message.
7799         * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
7800         (octave-electric-space): Fix typos in docstrings.
7802 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
7804         * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
7806 2010-01-01  Juri Linkov  <juri@jurta.org>
7808         * comint.el (comint-input-ring-size): Make it a defcustom and
7809         increase the default to 500 (Bug#5148).
7811 2009-12-31  Nick Roberts  <nickrob@snap.net.nz>
7813         Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
7814         * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
7815         * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
7817 2009-12-30  Nick Roberts  <nickrob@snap.net.nz>
7819         Show working revision correctly for mercurial.
7820         * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
7821         hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
7823 2009-12-29  Juanma Barranquero  <lekktu@gmail.com>
7825         Declare some functions for the byte-compiler.
7826         * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
7827         (speedbar-timer-fn, speedbar-change-expand-button-char)
7828         (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
7830 2009-12-29  Nick Roberts  <nickrob@snap.net.nz>
7832         This changeset reverts GDB Graphical Interface to use annotations.
7833         * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
7835 2009-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
7837         Make vc-dir work on subdirectories of the bzr root.
7838         * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.  Return
7839         file names relative to it.
7840         (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
7841         relative directory to vc-bzr-after-dir-status.
7843 2009-12-28  Tassilo Horn  <tassilo@member.fsf.org>
7845         * font-lock.el (font-lock-refresh-defaults): New function, which
7846         can be used to let font-lock react to external changes in
7847         variables like font-lock-defaults and keywords.
7848         See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
7850 2009-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
7852         * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
7854         * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
7856 2009-12-28  Juanma Barranquero  <lekktu@gmail.com>
7858         Supersede color.diff settings in git log (bug#5211).
7860         * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
7861         escape chars in its output when the user has color.diff set to `always'.
7862         This fix works on git 1.4.2 and newer (released on 2006-08-13).
7864 2009-12-26  Kevin Ryde  <user42@zip.com.au>
7866         * info-look.el (sh-mode): Look for coreutils new "Concept Index"
7867         node.  Keep previous "Index" name to work with past coreutils too.
7869         * man.el (man): Revise docstring a bit to show -a and -l as
7870         examples.  Add -k description since support for it has otherwise
7871         been a secret.  (Further to bug#3717.)
7872         (Man-bgproc-sentinel): When "-k foo" produces no output show error
7873         "no matches" rather than "Can't find manpage", as the latter reads
7874         like -k was interpreted as a page name, which is not so.  (Bug#5431)
7876 2009-12-26  Michael Albinus  <michael.albinus@gmx.de>
7878         * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
7879         switches.  Check also for //SUBDIRED// line.
7881 2009-12-25  Kenichi Handa  <handa@m17n.org>
7883         * language/indian.el (devanagari-composable-pattern): Fixed to
7884         handle ZWNJ and ZWJ.  Use it in composition-function-table for
7885         Devanagari.
7886         (malayalam-composable-pattern): Fix previous change.
7888 2009-12-23  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7890         * ps-print.el (ps-face-attributes): It was not returning the
7891         attribute face for faces specified as string.  Reported by harven
7892         <harven@free.fr>.  (Bug#5254)
7893         (ps-print-version): New version 7.3.5.
7895 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
7897         * calendar/icalendar.el (icalendar--convert-tz-offset):
7898         Fix timezone names.
7899         (icalendar--convert-tz-offset): Fix the "last-day-problem".
7900         (icalendar--add-diary-entry): Remove the trailing blank that
7901         diary-make-entry inserts.
7903 2009-12-17  Michael Albinus  <michael.albinus@gmx.de>
7905         Make `file-expand-wildcards' work for remote files.
7907         * files.el (file-expand-wildcards): In case of remote files, check
7908         only local file name part for wildcards.  Provide feature 'files
7909         and subfeature 'remote-wildcards.  (Bug#5198)
7911         * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
7912         if there is already an established connection.
7913         (tramp-advice-file-expand-wildcards): Remove it.
7915         * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
7916         (tramp-advice-file-expand-wildcards): Move from tramp.el.
7917         Activate advice for older GNU Emacs versions.  (Bug#5237)
7919 2009-12-17  Juanma Barranquero  <lekktu@gmail.com>
7921         Some doc fixes (more needed).
7923         * find-cmd.el (find-constituents): Reflow docstring.
7924         (find-cmd, find-prune, find-command): Fix typos in docstrings.
7925         (find-generic): Doc fix.
7927 2009-12-17  Juri Linkov  <juri@jurta.org>
7929         Fix regression from 23.1 to allow multiple modes in Local Variables.
7931         * files.el (hack-local-variables-filter): While ignoring duplicates,
7932         don't take `mode' into account.
7933         (hack-local-variables-filter, hack-dir-local-variables):
7934         Don't remove duplicate `mode' from local-variables-alist (like `eval').
7936 2009-12-17  Juri Linkov  <juri@jurta.org>
7938         Make `dired-diff' safer.  (Bug#5225)
7940         * dired-aux.el (dired-diff): Signal an error when `file' equals to
7941         `current' or when `file' is a directory of the `current' file.
7943 2009-12-17  Andreas Schwab  <schwab@linux-m68k.org>
7945         * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
7946         unconditionally preloaded files.
7948 2009-12-16  Juri Linkov  <juri@jurta.org>
7950         Revert to old 23.1 logic of using the file at the mark as default.
7951         * dired-aux.el (dired-diff): Use the file at the mark as default
7952         if it's not the same as the current file, and the target dir is
7953         the current dir or the mark is active.  Add the current file
7954         as the arg of `dired-dwim-target-defaults'.  Use the default file
7955         in the prompt.  (Bug#5225)
7957 2009-12-15  Michael Albinus  <michael.albinus@gmx.de>
7959         * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
7960         (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
7961         (tramp-check-for-regexp): Check also, when an echoing shell stops
7962         to echo sent commands.
7964 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
7966         * Makefile.in: Revert last change (Bug#5191).
7968 2009-12-14  Dan Nicolaescu  <dann@ics.uci.edu>
7970         * vc-hg.el (vc-hg-print-log): Fix argument order.
7971         (vc-hg-working-revision): Make sure the command is executed in a
7972         known environment so that we can parse the output.  (Bug#4417)
7974 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
7976         * progmodes/python.el (python-symbol-completions): Remove text
7977         properties from symbol string before calling python-send-receive.
7979 2009-12-14  Nick Roberts  <nickrob@snap.net.nz>
7981         * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
7982         when there are values for both file and line.  (Bug#5060)
7984 2009-12-14  Juri Linkov  <juri@jurta.org>
7986         * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
7987         whitespace after the file name of the first line of unified format,
7988         because git-diff doesn't output whitespace and file modification time
7989         after the file name.
7991 2009-12-14  David Kastrup  <dak@gnu.org>
7993         * info.el (Info-hide-cookies-node): Before hiding a cookie,
7994         check if it already has the `display' property added by
7995         `Info-display-images-node', and not put the `invisible' property
7996         in this case.
7998 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
8000         * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
8001         (semantic-mru-bookmark-mode): Doc fixes.
8003         * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
8004         of assert.
8006 2009-12-13  Glenn Morris  <rgm@gnu.org>
8008         * mail/emacsbug.el (message-sort-headers): Define for compiler.
8009         (report-emacs-bug): In message-mode, sort manually before storing
8010         original report text.  (Bug#5178)
8011         Remove superfluous save-excursion.
8013 2009-12-12  Michael Albinus  <michael.albinus@gmx.de>
8015         * net/dbus.el (dbus-property-handler): Filter lambda forms out
8016         when responding to "GetAll" properties.
8018 2009-12-12  Chong Yidong  <cyd@stupidchicken.com>
8020         * simple.el (compose-mail): Remove mail-setup-with-from from
8021         customization checks.
8023 2009-12-12  Eli Zaretskii  <eliz@gnu.org>
8025         * arc-mode.el (archive-rar-summarize): Support Attribute fields in
8026         RAR archives created on Unix systems.
8028 2009-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8030         * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
8031         the varalias that was accidentally removed by the 2009-11-19 change
8032         (bug#5186).
8034 2009-12-12  Kenichi Handa  <handa@m17n.org>
8036         * language/indian.el (indian-compose-regexp): New function.
8037         (malayalam-composable-pattern): Fix the pattern.
8038         (composition-function-table): Set malayalam-composable-pattern for
8039         Malayalam characters.
8041 2009-12-11  Chong Yidong  <cyd@stupidchicken.com>
8043         * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
8044         rather than down-mouse-1, based on follow-link conventions.
8046         * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
8047         are compiled.
8049 2009-12-11  Michael McNamara  <mac@mail.brushroad.com>
8051         * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
8052         (verilog-vmm-statement-re, verilog-ovm-statement-re)
8053         (verilog-defun-level-not-generate-re, verilog-calculate-indent)
8054         (verilog-leap-to-head, verilog-backward-token):
8055         Fix indenting VMM macros.  Reported by Jonathan Ashbrook.
8057 2009-12-11  Wilson Snyder  <wsnyder@wsnyder.org>
8059         * progmodes/verilog-mode.el (verilog-auto-lineup)
8060         (verilog-nameable-item-re): Cleanup user-visible spelling and
8061         documentation errors.  One reported by Gary Delp.
8062         (verilog-submit-bug-report): Mention bug tracking and CC co-author.
8063         (verilog-read-decls): Fix AUTOWIRE with types declared in a
8064         package, bug195.  Reported by Pierre-David Pfister.
8066 2009-12-11  Glenn Morris  <rgm@gnu.org>
8068         * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
8070         * mail/emacsbug.el: No longer require sendmail.
8071         Replace sendmail's `mail-text' by `rfc822-goto-eoh'.  (Bug#5174)
8072         (report-emacs-bug-orig-text): Doc fix.
8073         (report-emacs-bug-send-command, report-emacs-bug-send-hook):
8074         New local variables, to adapt to different mail-user-agents.
8075         (report-emacs-bug): Fix test for a gnu.org address.
8076         Use overlays for emphasis, since font-lock defeats 'face property.
8077         Pretest bugs also end up at the newsgroup these days.
8078         Stop message-mode stripping text properties.
8079         Set and use the new buffer-local variables.
8080         (report-emacs-bug-hook): Add doc-string.
8081         Remove some unnecessary save-excursions and simplify.
8082         Use the appropriate hook and send-command.
8084         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
8085         capitalization of some menu entries.
8087 2009-12-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8089         * whitespace.el (whitespace-display-char-on):
8090         Ensure `buffer-display-table' is unique when two or more windows are
8091         visible.  Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
8092         New version 12.1.
8094 2009-12-10  Eli Zaretskii  <eliz@gnu.org>
8096         * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
8097         characters in the Attribute field.
8099 2009-12-10  Dan Nicolaescu  <dann@ics.uci.edu>
8101         * vc-svn.el (vc-svn-after-dir-status): Fix regexp.  (Bug#4741)
8103 2009-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8105         Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
8106         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
8107         Disregard autoload-excludes.
8108         (update-directory-autoloads): Obey autoload-excludes here instead.
8109         But don't store its contents in no-autoloads and remove entries that
8110         refer to excludes files.
8112 2009-12-10  Glenn Morris  <rgm@gnu.org>
8114         * mail/feedmail.el (top-level): Move require 'mail-utils to start.
8115         (expand-mail-aliases): Define for compiler.
8117         * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
8118         Define for compiler.
8120         * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
8121         appropriate for the mail-user-agent in use.
8123 2009-12-09  Michael Albinus  <michael.albinus@gmx.de>
8125         * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
8127 2009-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
8129         Fix short log parsing and fontification.
8130         * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
8131         Fix fontification for the [merge] label.
8133 2009-12-09  Vivek Dasmohapatra  <vivek@etla.org>
8135         Drop some properties to avoid surprises (bug#5002).
8136         * htmlfontify.el (hfy-ignored-properties): New defcustom.
8137         (hfy-fontify-buffer): Use it.
8139 2009-12-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8141         Minor cleanup.
8142         * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
8143         Adjust all callers.
8144         (ffap-locate-file): Remove unused arg `dir-ok' and make other
8145         args compulsory.  Adjust callers.
8146         (ffap-gopher-at-point): Remove unused var `name'.
8148         Get rid of the ELCFILES abomination.
8149         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
8150         (compile-elcfiles): New phony target.
8151         (compile-main): Compute ELCFILES dynamically.
8152         (compile-clean): New target to remove left-over elc files.
8153         (compile, all): Use it.
8155 2009-12-09  Kenichi Handa  <handa@etlken>
8157         * international/mule-diag.el: Require help-mode instead of help-fns.
8159 2009-12-09  Kenichi Handa  <handa@m17n.org>
8161         * international/mule-cmds.el (ucs-names): Supply sufficiently
8162         fine ranges instead of pre-calculating accurate ranges.
8163         Iterate with bigger gc-cons-threshold.
8165 2009-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
8167         Add support for stashing a snapshot of the current tree.
8168         * vc-git.el (vc-git-stash-snapshot): New function.
8169         (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
8171 2009-12-08  Jose E. Marchesi  <jemarch@gnu.org>
8173         * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
8174         instead of `(beginning|end)-of-line'.
8176 2009-12-08  Glenn Morris  <rgm@gnu.org>
8178         * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
8180         * Makefile.in (ELCFILES): Regenerate.
8182 2009-12-07  Juri Linkov  <juri@jurta.org>
8184         Don't lazy-highlight the comint output in history Isearch mode.
8186         * comint.el (comint-history-isearch-search): Instead of
8187         `comint-line-beginning-position', use `comint-after-pmark-p'
8188         to check if point if before the process mark, and go to
8189         `process-mark' in this case.
8191 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8193         * textmodes/tex-mode.el (latex-complete)
8194         (latex-indent-or-complete): Remove.
8195         (latex-mode): Set completion-at-point-functions instead.
8197         Provide a standard completion command and hook it into TAB.
8198         * minibuffer.el (completion-at-point-functions): New var.
8199         (completion-at-point): New command.
8200         * indent.el (indent-for-tab-command): Handle the `complete' behavior.
8201         * progmodes/python.el (python-mode-map): Use completion-at-point.
8202         (python-completion-at-point): Rename from python-partial-symbol and
8203         adjust for use in completion-at-point-functions.
8204         (python-mode): Setup completion-at-point for Python completion.
8205         * emacs-lisp/lisp.el (lisp-completion-at-point): New function
8206         extracted from lisp-complete-symbol.
8207         (lisp-complete-symbol): Use it.
8208         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
8209         setup completion-at-point for Elisp completion.
8210         (emacs-lisp-mode-map, lisp-interaction-mode-map):
8211         Use completion-at-point.
8212         * ielm.el (ielm-map): Use completion-at-point.
8213         (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
8214         * progmodes/sym-comp.el: Move to...
8215         * obsolete/sym-comp.el: Move from progmodes.
8217 2009-12-07  Eli Zaretskii  <eliz@gnu.org>
8219         Prevent save-buffer in Rmail buffers from using the coding-system
8220         of the current message, and from clobbering the encoding mnemonics
8221         in the mode line (Bug#4623).
8223         * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
8224         flag, too.
8225         (rmail-message-encoding): New variable.
8226         (rmail-write-region-annotate): Record the encoding of the current
8227         message in rmail-message-encoding.
8228         (rmail-after-save-hook): New function, restores the encoding of
8229         the current message after the message collection is saved.
8231 2009-12-07  Juri Linkov  <juri@jurta.org>
8233         * progmodes/grep.el (grep-read-files): Use `completing-read'
8234         instead of `read-string'.  Set its `collection' arg to
8235         `read-file-name-internal'.  (Bug#4301)
8237 2009-12-07  Juri Linkov  <juri@jurta.org>
8239         Correctly restore original Isearch point.  (Bug#4994)
8241         * isearch.el (isearch-mode): Move `isearch-push-state' after
8242         `(run-hooks 'isearch-mode-hook)'.
8243         (isearch-cancel): When `isearch-push-state-function' is defined,
8244         let-bind `isearch-cmds' to the first state (the last element of
8245         `isearch-cmds') and call `isearch-top-state' (it calls pop-state
8246         function and restores the original point).  Otherwise, move point
8247         to `isearch-opoint'.
8249 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8251         * international/mule-cmds.el (ucs-names): Weed out at compile-time the
8252         chars that don't have names, so the table can be built much faster at
8253         run-time.
8255 2009-12-07  Chong Yidong  <cyd@stupidchicken.com>
8257         * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
8258         change.  Suggested by David Kastrup.
8260         * simple.el (compose-mail): Check for incompatibilities and warn.
8261         (compose-mail-user-agent-warnings): New option.
8263 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
8265         Support showing a single log entry from vc-annotate.
8266         * vc.el (print-log): Add a new argument: START-REVISION.
8267         (vc-print-log-internal): Add a new optional argument and
8268         pass it to the backend.
8269         (vc-print-log, vc-print-root-log): Adjust callers.
8270         * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
8271         buffer already displays the requested log entry, use it.
8272         Otherwise display only the log entry in question.
8273         * vc-svn.el (vc-svn-print-log):
8274         * vc-mtn.el (vc-mtn-print-log):
8275         * vc-hg.el (vc-hg-state):
8276         * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
8277         (vc-git-show-log-entry): Return t on success.
8278         * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
8279         (vc-bzr-show-log-entry): Return t on success.
8280         * vc-rcs.el (vc-rcs-print-log):
8281         * vc-sccs.el (vc-sccs-print-log):
8282         * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
8284 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
8286         * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
8287         Add menus to the meta mode.  (Bug#5043)
8289 2009-12-07  Michael Kifer  <kifer@cs.stonybrook.edu>
8291         * ediff-init.el (ediff-event-key): Use event-to-character instead of
8292         event-key.
8294         * ediff.el (ediff-buffers-internal): Add unwind-protect.
8296 2009-12-07  Michael Albinus  <michael.albinus@gmx.de>
8298         Handle prompt rules of ksh in OpenBSD 4.5.  Reported by Raphaël
8299         Berbain <raphael.berbain@gmail.com>.
8301         * net/tramp.el (tramp-end-of-output): Move up.  Use `#' and `$'
8302         characters.
8303         (tramp-initial-end-of-output): New defconst.
8304         (tramp-methods, tramp-find-shell)
8305         (tramp-open-connection-setup-interactive-shell)
8306         (tramp-maybe-open-connection): Use it.
8307         (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
8308         existence of `#' and `$'.
8310         * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
8311         `tramp-initial-end-of-output'.
8313 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
8315         Get the background mode from the terminal for xterm, and set
8316         faces accordingly.
8317         * term/xterm.el (xterm-set-background-mode): New function.
8318         (terminal-init-xterm): Use it in case xterm supports background
8319         color queries.  Recompute faces after getting the background
8320         color.
8322 2009-12-07  Ulrich Mueller  <ulm@gentoo.org>
8324         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
8325         number comment back on its own line, for easier parsing.
8327 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8329         Make it work for non-file buffers (bug#5102).
8330         * doc-view.el (doc-view-current-cache-dir):
8331         Use doc-view-buffer-file-name rather than buffer-file-name.
8332         (doc-view-mode): Use buffer-name when buffer-file-name is nil.
8334 2009-12-06  Óscar Fuentes  <ofv@wanadoo.es>
8336         * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
8337         author field is too short.
8339 2009-12-06  Dan Nicolaescu  <dann@ics.uci.edu>
8341         * vc-git.el (vc-git-print-log): Handle a limit argument.
8342         Display the short log in graph form and with labels.
8343         (vc-git-log-view-mode): Handle labels.
8345         Make vc-revert change VC state from 'added to 'unregistered.
8346         * vc-git.el (vc-git-revert): Call git reset first.
8348 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
8350         * net/newst-backend.el, net/newst-plainview.el:
8351         * net/newst-reader.el, net/newst-ticker.el:
8352         * net/newst-treeview.el, net/newsticker.el:
8353         Require/provide newst-... (instead of newsticker-...).  (Bug#5096)
8355 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
8357         * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
8359         * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
8360         Handle empty author field (Bug#4144).  Suggested by Óscar Fuentes.
8361         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
8362         Update annotation regexp.
8364         * simple.el (beginning-of-visual-line): Constrain to field
8365         boundaries (Bug#5106).
8367 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
8369         * xml.el (xml-substitute-numeric-entities): Move
8370         newsticker--decode-numeric-entities in newst-backend.el to
8371         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
8372         * net/newst-backend.el (newsticker--parse-generic-feed)
8373         (newsticker--parse-generic-items)
8374         (newsticker--decode-numeric-entities): Move
8375         newsticker--decode-numeric-entities in newst-backend.el to
8376         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
8378 2009-12-06  Daniel Colascione  <dan.colascione@gmail.com>
8380         * progmodes/js.el (js--js-not): Add null to the list of values.
8382 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
8384         * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
8386 2009-12-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8388         * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
8389         delimiter if it is at the end of the current line.
8390         (bibtex-generate-url-list): Fix docstring.
8392 2009-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8394         * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
8395         minibuffer's content with itself.
8396         Fold the confirm-after-completion case into the `confirm' case.
8397         (completion-pcm-word-delimiters): Add : and / to the delimiters.
8399 2009-12-06  Kevin Ryde  <user42@zip.com.au>
8401         * ffap.el (ffap-rfc-path): Make this a defcustom since
8402         `ffap-rfc-directories' is also a defcustom.  (Bug#4514.)
8404         * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
8405         manuals, similar to existing setup for help-mode.  (Bug#3913.)
8407 2009-12-05  Juri Linkov  <juri@jurta.org>
8409         Save and restore dired buffer's point positions too.  (Bug#4880)
8411         * dired.el (dired-save-positions): Return in the first element
8412         buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
8413         Doc fix.
8414         (dired-restore-positions): First restore buffer's position.
8415         While restoring window's positions, check if window still displays
8416         the original buffer.
8418 2009-12-05  Chong Yidong  <cyd@stupidchicken.com>
8420         * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
8421         if possible.
8423         * cedet/semantic/ia.el (semantic-ia-complete-symbol):
8424         Make argument optional.
8426         * shell.el (shell): Require ansi-color (Bug#5113).
8428         * ansi-color.el (ansi-color-for-comint-mode): Default to t.
8430         * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
8432 2009-12-05  Alan Mackenzie  <acm@muc.de>
8434         * progmodes/cc-mode.el (c-before-hack-hook)
8435         (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
8436         `c-file-style' to work again.  This reversion restores the current
8437         software to its state in Emacs 23.1.  (Bug#4146)
8439 2009-12-05  Kevin Ryde  <user42@zip.com.au>
8441         * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
8442         comment-start-skip to comment-end-skip as comment (Bug#4781).
8444 2009-12-05  Juri Linkov  <juri@jurta.org>
8446         * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
8447         for virtual nodes.  (Bug#4147)
8448         (Info-find-node-2): Set `Info-current-node-virtual' to nil
8449         when moving from a virtual node.
8450         (Info-mode-menu): Add `Info-virtual-index' to the menu.
8451         (Info-mode): Add `Info-virtual-index' to the docstring.
8453 2009-12-05  Eric Ludlam  <zappo@gnu.org>
8455         * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
8456         Describe project macro symbols.
8458         * cedet/semantic/complete.el (semantic-complete-do-completion):
8459         Don't call semantic-collector-current-exact-match.
8461         * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
8462         ede-objects as targets.
8464         * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
8465         a target's object list even if compiler vars are already in the
8466         Makefile.
8468         * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
8469         list of headers producing necessary macros.
8471 2009-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8473         * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
8474         track of the buffer position of the end of a BibTeX entry as this
8475         position may change during reformatting.
8476         (bibtex-format-entry): Remove whitespace before processing
8477         numerical fields so that we recognize the latter properly.
8478         (bibtex-reformat): Do not use push which changes the global value
8479         of bibtex-entry-format.
8480         (bibtex-field-braces-alist, bibtex-field-strings-alist)
8481         (bibtex-field-re-init): Replace only space characters by regexp
8482         for whitespace.
8483         (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
8484         (bibtex-initialize): Also update bibtex-strings.
8485         (bibtex-kill-field): Preserve white space at end of entry.
8486         (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
8487         Update bibtex-reference-keys.
8489 2009-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8491         * minibuffer.el (completion-pcm--merge-try): Also consider placing
8492         point after a star, if that's the only place where modifications can
8493         make progress.
8495 2009-12-05  Dan Nicolaescu  <dann@ics.uci.edu>
8497         * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
8498         in docstrings.
8500 2009-12-04  Juri Linkov  <juri@jurta.org>
8502         * proced.el (proced): Call `(proced-update t)' to update process
8503         information instead of only running proced-post-display-hook.
8504         (proced-send-signal): Add a leading space to the buffer name
8505         " *Marked Processes*" to make this buffer ephemeral.
8507 2009-12-04  Juri Linkov  <juri@jurta.org>
8509         * dired.el (dired-auto-revert-buffer): New defcustom.
8510         (dired-internal-noselect): Use it.
8512 2009-12-04  Juri Linkov  <juri@jurta.org>
8514         Change roles of modes and functions in image-mode.el (Bug#5062).
8516         * image-mode.el: Replace `image-mode-maybe' with `image-mode'
8517         in `auto-mode-alist'.
8518         (image-mode-previous-major-mode): New variable.
8519         (image-minor-mode-map): Rename from `image-mode-text-map'.
8520         (image-mode): Move graceful error-handling code from
8521         `image-minor-mode' to here.  On errors call `image-mode-as-text'.
8522         (image-minor-mode): Remove all image-handling code.
8523         Replace `image-mode-text-map' with `image-minor-mode-map'.
8524         Check for `image-type' in mode-line format string.
8525         (image-mode-maybe): Make obsolete with an alias to `image-mode'.
8526         (image-mode-as-text): New function with most code from
8527         `image-mode-maybe'.
8528         (image-toggle-display-text): Move code that removes image
8529         properties from `image-toggle-display' to here.
8530         (image-toggle-display-image): New function with code that adds
8531         image properties copied from `image-toggle-display'.
8532         (image-toggle-display): Remove most code with leaving only code
8533         that toggles between `image-mode-as-text' and `image-mode'.
8535 2009-12-04  Ulf Jasper  <ulf.jasper@web.de>
8537         * net/newst-treeview.el
8538         (newsticker--treeview-list-highlight-start): Restored call to
8539         save-excursion: Selected item was stuck.
8540         (newsticker--treeview-list-select): New.
8541         (newsticker--treeview-item-show-text)
8542         (newsticker--treeview-item-show)
8543         (newsticker--treeview-item-update): Use new
8544         newsticker-treeview-item-mode.
8545         (newsticker-treeview-update): Keep current item.
8546         (newsticker-treeview-next-new-or-immortal-item): Doc change.
8547         (newsticker--treeview-first-feed): Doc change.
8548         (newsticker-treeview-list-menu)
8549         (newsticker-treeview-item-menu): Added menu entries.
8550         (newsticker-treeview-item-mode): New.
8552         * net/newst-backend.el (newsticker-customize): Delete other
8553         windows.
8555 2009-12-04  Sam Steingold  <sds@gnu.org>
8557         * log-view.el (log-view-mode-map): "q" calls quit-window,
8558         like in all the other non-self-insert buffers.
8560 2009-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8562         Minor cleanup.
8563         * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
8564         key decoding rather than do it manually via last-input-event +
8565         ascii-character.
8566         (term-exec): Use delete-and-extract-region.
8567         (term-handle-ansi-terminal-messages): Remove unused var `end'.
8568         (term-process-pager): Remove unused var `i'.
8569         (term-dynamic-simple-complete): Make obsolete.
8570         (serial-update-config-menu): Remove unused vars `y' and `str'.
8571         (term-update-mode-line): Remove unused var `temp'.
8573 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
8575         Limit the number of log entries displayed by default.
8576         * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
8577         (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
8578         using a prefix argument.
8580 2009-12-03  Glenn Morris  <rgm@gnu.org>
8582         * progmodes/idlwave.el (class): Restore still useful declaration.
8584 2009-12-03  Alan Mackenzie  <acm@muc.de>
8586         Enhance `c-parse-state' to run efficiently in "brace deserts".
8588         * progmodes/cc-mode.el (c-basic-common-init):
8589         Call c-state-cache-init.
8590         (c-neutralize-syntax-in-and-mark-CPP): Rename from
8591         c-extend-and-neutralize-syntax-in-CPP.  Mark each CPP construct by
8592         placing `category' properties value 'c-cpp-delimiter at its boundaries.
8594         * progmodes/cc-langs.el (c-before-font-lock-function):
8595         c-extend-and-neutralize-syntax-in-CPP has been renamed
8596         c-neutralize-syntax-in-and-mark-CPP.
8598         * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
8599         with `category' properties now, not `syntax-table' ones.
8601         * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
8602         enhanced (but slower) version of c-end-of-macro that won't land
8603         inside a literal or on another awkward character.
8604         (c-state-cache-too-far, c-state-cache-start)
8605         (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
8606         (c-state-nonlit-pos-cache-limit, c-state-point-min)
8607         (c-state-point-min-lit-type, c-state-point-min-lit-start)
8608         (c-state-min-scan-pos, c-state-brace-pair-desert)
8609         (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
8610         buffer local variables.
8611         (c-state-literal-at, c-state-lit-beg)
8612         (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
8613         (c-state-mark-point-min-literal, c-state-cache-top-lparen)
8614         (c-state-cache-top-paren, c-state-cache-after-top-paren)
8615         (c-get-cache-scan-pos, c-get-fallback-scan-pos)
8616         (c-state-balance-parens-backwards, c-parse-state-get-strategy)
8617         (c-renarrow-state-cache)
8618         (c-append-lower-brace-pair-to-state-cache)
8619         (c-state-push-any-brace-pair, c-append-to-state-cache)
8620         (c-remove-stale-state-cache)
8621         (c-remove-stale-state-cache-backwards, c-state-cache-init)
8622         (c-invalidate-state-cache-1, c-parse-state-1)
8623         (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
8624         (c-parse-state): Enhance and refactor.
8625         (c-debug-parse-state): Amend to deal with all the new variables.
8627         * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
8628         (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
8629         modify to use category text properties rather than syntax-table ones.
8630         (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
8631         to switch off/on the syntactic paren property of C++ template
8632         delimiters using the category property.
8633         (c-with-<->-as-parens-suppressed): Macro to invoke code with
8634         template delims suppressed.
8635         (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
8636         New constant/macros which apply category properties to the start
8637         and end of preprocessor constructs.
8638         (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
8639         "comment out" the syntactic value of characters in preprocessor
8640         constructs.
8641         (c-with-cpps-commented-out)
8642         (c-with-all-but-one-cpps-commented-out): Macros to invoke code
8643         with characters in all or all but one preprocessor constructs
8644         "commented out".
8646 2009-12-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8648         * proced.el (proced-filter-alist): Use regexp-quote.
8650 2009-12-03  Michael Albinus  <michael.albinus@gmx.de>
8652         Cleanup.
8653         * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
8654         (eshell/su, eshell/sudo): Require 'tramp.  Fix problems reading
8655         arguments.  Expand `default-directory'.
8657         * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
8658         the benefit of returning an expanded localname.
8659         (tramp-tramp-file-p): Handle the case NAME is not a string.
8661 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
8663         Add support for bzr shelve/unshelve.
8664         * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
8665         (vc-bzr-extra-menu-map): New variables.
8666         (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
8667         (vc-bzr-shelve-apply, vc-bzr-shelve-list)
8668         (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
8669         (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
8670         (vc-bzr-dir-extra-headers): Display shelves.
8672         * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
8674 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8676         * textmodes/bibtex.el (bibtex-complete-internal):
8677         Use completion-in-region.
8678         (bibtex-text-in-field-bounds): Remove unused var `opoint'.
8680 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
8682         Support applying stashes.  Improve UI.
8683         * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
8684         (vc-git-stash-apply, vc-git-stash-pop)
8685         (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
8686         (vc-git-stash-menu): New functions.
8687         (vc-git-stash-menu-map): New variable.
8688         (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
8690 2009-12-03  Glenn Morris  <rgm@gnu.org>
8692         * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
8693         (vc-print-log-internal): Fix previous change.
8694         (vc-revert): Correct pluralization.
8696 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8698         * progmodes/make-mode.el (makefile-special-targets-list): No need for
8699         it to be an alist any more.
8700         (makefile-complete): Use completion-in-region.
8702         * progmodes/octave-mod.el (octave-complete-symbol):
8703         Use completion-in-region.
8705         Misc cleanup.
8706         * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
8707         (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
8708         (idlwave-complete-class): Don't quote lambda.
8709         (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
8710         (idlwave-mode-map): Move initialization into declaration.
8711         (idlwave-action-and-binding): Use backquotes.
8712         (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
8713         Simplify.
8714         (idlwave-is-pointer-dereference): Remove unused var `pos'.
8715         (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
8716         (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
8717         `parts', and `all-parts'.
8718         (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
8719         (idlwave-convert-xml-system-routine-info): Remove unused string
8720         `version-string'.
8721         (idlwave-display-user-catalog-widget): Use dolist.
8722         (idlwave-scanning-lib): Declare dynamically-scoped var.
8723         (idlwave-scan-library-catalogs): Remove unused var `flags'.
8724         (completion-highlight-first-word-only): Declare to silence bytecomp.
8725         (idlwave-popup-select): Tighten scope of `resp'.
8726         (idlwave-find-struct-tag): Remove unused var `beg'.
8727         (idlwave-after-load-rinfo-hook): Declare.
8728         (idlwave-sintern-class-info): Remove unused var `taglist'.
8729         (idlwave-find-class-definition): Remove unused var `list'.
8730         (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
8731         (idlwave-what-module-find-class): Remove unused var `classes'.
8733 2009-12-03  Juanma Barranquero  <lekktu@gmail.com>
8735         * progmodes/pascal.el: Require CL when compiling (for lexical-let).
8737 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8739         * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
8740         buffers visited.  Remove redundant current-buffer-saving.
8742 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8744         Use completion-in-buffer and remove uses of dynamic scoping.
8745         * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
8746         (pascal-buffer-to-use, pascal-flag): Don't declare.
8747         (pascal-func-completion, pascal-type-completion, pascal-var-completion)
8748         (pascal-get-completion-decl, pascal-keyword-completion):
8749         Add `pascal-str' argument, save-excursion,
8750         return the found completions, and don't filter with pascal-pred.
8751         (pascal-completion-cache): New var.
8752         (pascal-completion): Don't switch buffer any more (it was never
8753         necessary).  Don't save-excursion any more (it's done by the called
8754         subroutines).  Use a cache to avoid redundant computations.
8755         Use complete-with-action rather than pascal-completion-response and
8756         let it apply the predicate as well.
8757         (pascal-complete-word): Use completion-in-buffer when
8758         pascal-toggle-completions is nil.
8759         (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
8760         not used any more.
8761         (pascal-comp-defun): Don't change buffer any more.
8762         Use complete-with-action rather than pascal-completion-response and
8763         let it apply the predicate as well.
8764         (pascal-goto-defun): Change buffer before calling pascal-comp-defun
8765         when neded.
8767 2009-12-02  Kenichi Handa  <handa@m17n.org>
8769         * language/indian.el: Include ZWJ and ZWNJ in the patterns to
8770         shape for all Indic scripts.
8772 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8774         Use completion-in-buffer.
8775         * wid-edit.el (widget-field-text-end): New function.
8776         (widget-field-value-get): Use it.
8777         (widget-string-complete, widget-file-complete)
8778         (widget-color-complete): Use it and completion-in-region.
8779         (widget-complete): Don't narrow the buffer.
8781 2009-12-02  Glenn Morris  <rgm@gnu.org>
8783         * mail/rmail.el (rmail-pop-to-buffer): New function.  (Bug#2282)
8784         (rmail-select-summary): Use rmail-pop-to-buffer.
8785         * mail/rmailsum.el: Replace all pop-to-buffer calls with
8786         rmail-pop-to-buffer, to prevent horizontal splits.
8788         * calendar/diary-lib.el (diary-list-entries): Replace superfluous
8789         save-excursion with save-current-buffer.
8790         Widen before searching.  (Bug#5093)
8791         (diary-list-sexp-entries): Remove superfluous save-excursion.
8793 2009-12-02  Michael Welsh Duggan  <mwd@cert.org>
8795         * woman.el (woman-make-bufname): Handle man-pages with "." in the
8796         name.  (Bug#5038)
8798 2009-12-02  Andreas Politz  <politza@fh-trier.de>  (tiny change)
8800         * ido.el (ido-file-internal): Handle filenames at point that do
8801         not have a directory part.  (Bug#5049)
8803 2009-12-02  Juanma Barranquero  <lekktu@gmail.com>
8805         * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
8806         (mpc-songs-jump-to, mpc-resume): Doc fixes.
8808 2009-12-01  Rob Riepel  <riepel@networking.Stanford.EDU>
8810         * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
8811         (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
8812         any more.
8814 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8816         * comint.el (comint-insert-input): Ignore clicks to the right of
8817         the field.  Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
8819         * vc.el (vc-print-log-internal): Don't wait for the process to
8820         terminate before setting up the major mode.
8822         * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
8823         in case.
8825         * pcomplete.el (pcomplete-std-complete): Don't try to complete past
8826         the last element.
8828         * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
8830 2009-12-01  Glenn Morris  <rgm@gnu.org>
8832         * window.el (window--display-buffer-2): Fix previous changes.
8834 2009-12-01  Chong Yidong  <cyd@stupidchicken.com>
8836         * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
8838 2009-12-01  Glenn Morris  <rgm@gnu.org>
8840         * Makefile.in (ELCFILES): Add mpc.elc.
8842 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8844         * mpc.el: New file.
8846 2009-12-01  Glenn Morris  <rgm@gnu.org>
8848         * window.el (window-to-use): Define for compiler.
8850         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
8851         consistent with others (no final period).
8853         * mail/rmailmm.el (rmail-mime-handle): Doc fix.
8854         (rmail-mime-show): Downcase the encoding.  (Bug#5070)
8856 2009-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
8858         Make vc-print-log buttons work.
8859         * log-view.el (log-view-mode-map): Inherit from widget-keymap.
8861 2009-11-30  Ryan C. Thompson  <rct@thompsonclan.org>  (tiny change)
8863         * savehist.el (savehist-autosave-interval): Allow setting to nil
8864         through customize.  (Bug#5056)
8866 2009-11-30  Juanma Barranquero  <lekktu@gmail.com>
8868         Fix references to jit-lock properties.
8869         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
8870         Refer to jit-lock-defer-multiline, not jit-lock-multiline.
8871         (perl-font-lock-special-syntactic-constructs):
8872         Quote jit-lock-defer-multiline property.
8874 2009-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
8876         * vc-git.el (vc-git-registered): Call vc-git-root only once.
8878 2009-11-30  Juri Linkov  <juri@jurta.org>
8880         * misearch.el (multi-isearch-search-fun): Always provide a non-nil
8881         value `buffer' of `multi-isearch-next-buffer-current-function'.
8882         Use `(current-buffer)' when `buffer' is nil.
8883         (multi-isearch-next-buffer-from-list): Don't fallback to
8884         `(current-buffer)' when `buffer' is nil.  (Bug#4947)
8886 2009-11-30  Juri Linkov  <juri@jurta.org>
8888         * misearch.el (multi-isearch-read-buffers): Move canonicalization
8889         of buffers with `get-buffer' to `multi-isearch-buffers'.
8890         (multi-isearch-buffers, multi-isearch-buffers-regexp):
8891         Canonicalize BUFFERS with `get-buffer'.  Doc fix.
8892         (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
8893         FILES with `expand-file-name' converting relative file names
8894         to absolute.  Doc fix.  (Bug#4727)
8896 2009-11-30  Juri Linkov  <juri@jurta.org>
8898         * misearch.el (multi-isearch-read-buffers)
8899         (multi-isearch-read-matching-buffers): New functions.
8900         (multi-isearch-buffers, multi-isearch-buffers-regexp):
8901         Use them in the `interactive' spec.  Doc fix.
8902         (multi-isearch-read-files, multi-isearch-read-matching-files):
8903         New functions.
8904         (multi-isearch-files, multi-isearch-files-regexp):
8905         Use them in the `interactive' spec.  Doc fix.  (Bug#4725)
8907 2009-11-30  Juri Linkov  <juri@jurta.org>
8909         * doc-view.el (doc-view-continuous):
8910         Rename from `doc-view-continuous-mode'.
8911         (doc-view-menu): Move "Toggle display" to the top.
8912         Add submenu "Continuous" with radio buttons "Off"/"On"
8913         and "Save as Default".
8914         (doc-view-scroll-up-or-next-page)
8915         (doc-view-scroll-down-or-previous-page)
8916         (doc-view-next-line-or-next-page)
8917         (doc-view-previous-line-or-previous-page): Rename
8918         `doc-view-continuous-mode' to `doc-view-continuous'.  (Bug#4896)
8920 2009-11-30  Juri Linkov  <juri@jurta.org>
8922         * comint.el (comint-mode-map): Rebind `M-r' from
8923         `comint-previous-matching-input' to
8924         `comint-history-isearch-backward-regexp'.
8925         Unbind `M-s' to allow global key binding `M-s'.
8926         Add menu items for `comint-history-isearch-backward' and
8927         `comint-history-isearch-backward-regexp'.  (Bug#3746)
8929 2009-11-30  Juri Linkov  <juri@jurta.org>
8931         * replace.el (perform-replace): Let-bind recenter-last-op to nil.
8932         For def=recenter, replace `recenter' with `recenter-top-bottom'
8933         that is called with `this-command' and `last-command' let-bound
8934         to `recenter-top-bottom'.  When the last `def' was not `recenter',
8935         set `recenter-last-op' to nil.  (Bug#4981)
8937 2009-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8939         Minor cleanup and simplification.
8940         * filecache.el (file-cache-add-directory)
8941         (file-cache-add-directory-recursively)
8942         (file-cache-add-from-file-cache-buffer)
8943         (file-cache-delete-file-regexp, file-cache-delete-directory)
8944         (file-cache-files-matching-internal, file-cache-display): Use dolist.
8945         (file-cache-temp-minibuffer-message): Delete function.
8946         (file-cache-minibuffer-complete): Use minibuffer-message instead.
8948         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
8949         Don't signal an error when bumping into EOB in tr, s, or y.
8951 2009-11-29  Juri Linkov  <juri@jurta.org>
8953         * startup.el (fancy-about-text): Fix wording of Guided Tour.
8954         (Bug#4960)
8956         * descr-text.el (describe-char-unidata-list): Use lowercase name
8957         for "Unicode name" like in other tags.
8959 2009-11-29  Juri Linkov  <juri@jurta.org>
8961         * ediff-util.el (ediff-minibuffer-with-setup-hook):
8962         New compatibility macro.
8963         (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
8965 2009-11-29  Juri Linkov  <juri@jurta.org>
8967         Add defcustom to define the cycling order of `recenter-top-bottom'.
8968         (Bug#4981)
8970         * window.el (recenter-last-op): Doc fix.
8971         (recenter-positions): New defcustom.
8972         (recenter-top-bottom): Rewrite to use `recenter-positions'.
8973         (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
8975 2009-11-29  Michael Albinus  <michael.albinus@gmx.de>
8977         Improve integration of Tramp and ange-ftp in eshell.
8979         * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
8980         (eshell/su): Flatten args.  Apply better args parsing.  Use "cd".
8981         (eshell/sudo): Flatten args.  Let-bind `default-directory'.
8983         * eshell/esh-util.el (top): Require also Tramp when compiling.
8984         (eshell-directory-files-and-attributes): Check for FTP remote
8985         connection.
8986         (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
8987         `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
8988         (eshell-file-attributes): Handle ".".  Return `entry'.
8990         * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
8991         (ange-ftp-directory-files-and-attributes)
8992         (ange-ftp-real-directory-files-and-attributes): New defuns.
8994         * net/tramp.el (tramp-maybe-open-connection): Open the remote
8995         shell with "exec" when possible.  This prevents trailing prompts
8996         in `start-file-process'.
8998 2009-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9000         Try and remove assumptions about point-min==1.
9001         * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
9002         (rng-compute-mode-line-string): Show the validation percentage in
9003         terms of the narrowed text, not the widened text.
9004         (rng-do-some-validation): Don't catch internal errors when debugging.
9005         (rng-first-error): Simplify.
9006         (rng-after-change-function): Remove work around.  AFAIK the bug has
9007         been fixed a while ago.
9009         * image-mode.el (image-minor-mode): Exit more gracefully when the image
9010         cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
9012         * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
9014         * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
9015         `cd' doesn't always do it for us (bug#5067).
9017         * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
9018         on 2009-10-25 as part of some other change (bug#5067).
9020 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9022         * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
9023         `suspicious'.
9024         (byte-compile-warnings): Use byte-compile-warning-types.
9025         (byte-compile-save-excursion): Warn about use of set-buffer right
9026         after save-excursion.
9028         * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
9029         the excursion as well.
9031 2009-11-27  Michael Albinus  <michael.albinus@gmx.de>
9033         * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
9034         providing a Tramp related implementation of "su" and "sudo".
9035         (eshell-unix-initialize): Add "su" and "sudo".
9037 2009-11-27  Daiki Ueno  <ueno@unixuser.org>
9039         * net/socks.el (socks-send-command): Convert binary request to
9040         unibyte before sending.  This fixes mishandling of some port
9041         numbers such as 129.
9043 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9045         * help.el (describe-bindings-internal): Remove `interactive'.
9047         * man.el (Man-completion-table): Trim a terminating "(".
9048         Remove the space between name page a section.
9049         Add the command's description on the `help-echo' property.
9050         Remove `process-connection-type' binding since it's unused by
9051         call-process.
9052         Provide completion for the "<section> <name>" format as well.
9053         (Man-default-man-entry): Remove spurious var shadowing the argument.
9055 2009-11-26  Kevin Ryde  <user42@zip.com.au>
9057         * log-view.el: Add "Keywords: tools", since its other keywords
9058         aren't in finder-known-keywords, and following vc.el.
9060         * sha1.el (sha1-string-external): default-directory "/" in case
9061         otherwise non-existent.  process-connection-type pipe for touch of
9062         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
9064 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9066         Misc coding convention cleanups.
9067         * htmlfontify.el (hfy-init-kludge-hook): Rename from
9068         hfy-init-kludge-hooks.
9069         (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
9070         (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
9071         (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
9072         and push.
9073         (hfy-slant, hfy-weight): Use tables rather than code.
9074         (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
9075         (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
9076         (hfy-face-attr-for-class): Initialize `face-spec' directly.
9077         (hfy-face-to-css): Remove `nconc' with single arg.
9078         (hfy-p-to-face-lennart): Use `or'.
9079         (hfy-face-at): Hoist common code.  Remove spurious quotes in `case'.
9080         (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
9081         (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
9082         (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
9083         (hfy-force-fontification): Use run-hooks.
9085 2009-11-26  Vivek Dasmohapatra  <vivek@etla.org>
9087         Various minor fixes.
9088         * htmlfontify.el (hfy-default-header): Add toggle_invis since
9089         Javascript belongs in the header, not the body.
9090         (hfy-javascript): Remove.
9091         (hfy-fontify-buffer): Don't insert it any more.
9092         (hfy-face-at): Handle (face0 face1 face2) style face properties.
9093         Fix bug in invis handling when there were no invis props in a chunk.
9095 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9097         * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
9099 2009-11-26  Dan Nicolaescu  <dann@ics.uci.edu>
9101         * finder.el (finder-mode-map): Add a menu.
9103 2009-11-26  Michael McNamara  <mac@mail.brushroad.com>
9105         * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
9106         "unsigned" structs.
9108         (verilog-leap-to-head, verilog-backward-token): Handle "disable
9109         fork" statement better.
9111 2009-11-26  Wilson Snyder  <wsnyder@wsnyder.org>
9113         * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
9114         (verilog-delete-auto, verilog-delete-empty-auto-pair)
9115         (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
9116         Reported by Clay Douglass.
9118         (verilog-auto-inst, verilog-auto-star-safe)
9119         (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
9120         Fix removing "// Interfaces" when saving .* expansions.  Reported by
9121         Pierre-David Pfister.
9123 2009-11-26  Glenn Morris  <rgm@gnu.org>
9125         * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
9126         the scope.
9128 2009-11-25  Johan Bockgård  <bojohan@gnu.org>
9130         * vc-annotate.el (vc-annotate-revision-previous-to-line):
9131         Really use previous revision.
9133 2009-11-25  Kevin Ryde  <user42@zip.com.au>
9135         * man.el (Man-completion-table): default-directory "/" in case
9136         doesn't otherwise exist.  process-environment COLUMNS=999 so as
9137         not to truncate long names.  process-connection-type pipe to avoid
9138         any chance of hitting the pseudo-tty TIOCGWINSZ.
9139         (man): completion-ignore-case t for friendliness and since man
9140         itself is case-insensitive on the command line.
9141         Further to Bug#3717.
9143         * arc-mode.el: Add "Keywords: files", so the details in its
9144         commentary can be reached from finder-by-keyword.
9145         * textmodes/dns-mode.el: Add "Keywords: comm".  It's only an
9146         editing mode, but it's comms related and sgml-mode.el has "comm"
9147         on that basis too.
9148         * textmodes/bibtex-style.el: Add "Keywords: tex".
9149         * international/isearch-x.el, international/ja-dic-cnv.el:
9150         * international/ja-dic-utl.el, international/kkc.el:
9151         Add "Keywords: i18n", so they can be reached from finder-by-keyword.
9153 2009-11-25  Juri Linkov  <juri@jurta.org>
9155         * man.el (Man-completion-table): Modify regexp to include
9156         section names to completion strings.  (Bug#3717)
9158 2009-11-25  Juri Linkov  <juri@jurta.org>
9160         Search recursively in gzipped files.  (Bug#4982)
9162         * progmodes/grep.el (grep-highlight-matches): Add new options
9163         `always' and `auto'.  Doc fix.
9164         (grep-process-setup): Check `grep-highlight-matches' for
9165         `auto-detect' to determine the need to compute grep defaults.
9166         Move Windows/DOS specific --colors settings handling
9167         to `grep-compute-defaults'.  Check `grep-highlight-matches'
9168         to get the value of "--color=".
9169         (grep-compute-defaults): Compute `grep-highlight-matches' when it
9170         has the value `auto-detect'.  Move Windows/DOS specific settings
9171         from `grep-process-setup'.
9172         (zrgrep): New command with alias `rzgrep'.
9174 2009-11-25  Juri Linkov  <juri@jurta.org>
9176         * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
9177         to nil instead of switching off view-mode.  (Bug#4896)
9179 2009-11-25  Juri Linkov  <juri@jurta.org>
9181         Mouse-wheel scrolling for DocView Continuous mode.  (Bug#4896)
9183         * mwheel.el (mwheel-scroll-up-function)
9184         (mwheel-scroll-down-function): New defvars.
9185         (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
9186         `scroll-up', and `mwheel-scroll-down-function' instead of
9187         `scroll-down'.
9189         * doc-view.el (doc-view-scroll-up-or-next-page)
9190         (doc-view-scroll-down-or-previous-page): Add optional ARG.
9191         Use this ARG in the call to image-scroll-up/image-scroll-down.
9192         Change `interactive' spec to "P".  Goto next/previous page only
9193         when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
9194         SPC/DEL case).  Doc fix.
9195         (doc-view-next-line-or-next-page)
9196         (doc-view-previous-line-or-previous-page): Rename arg to ARG
9197         for consistency.
9198         (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
9199         `doc-view-scroll-up-or-next-page', and buffer-local
9200         `mwheel-scroll-down-function' to
9201         `doc-view-scroll-down-or-previous-page'.
9203 2009-11-25  Juri Linkov  <juri@jurta.org>
9205         Provide additional default values (directories at other Dired
9206         windows) via M-n in the minibuffer of some Dired commands.
9208         * dired-aux.el (dired-diff, dired-compare-directories)
9209         (dired-do-create-files): Use `dired-dwim-target-defaults' to set
9210         `minibuffer-default' in `minibuffer-with-setup-hook'.
9211         (dired-dwim-target-directory): Find a window that displays Dired
9212         buffer instead of failing when the next window is not Dired.
9213         Use `get-window-with-predicate' to find for the next Dired window.
9214         (dired-dwim-target-defaults): New function.
9216         * ediff-util.el (ediff-read-file-name):
9217         Use `dired-dwim-target-defaults' to set `minibuffer-default'
9218         in `minibuffer-with-setup-hook'.
9220 2009-11-25  Juri Linkov  <juri@jurta.org>
9222         Provide additional default values (file name at point or at the
9223         current Dired line) via M-n for file reading minibuffers.  (Bug#5010)
9225         * minibuffer.el (read-file-name-defaults): New function.
9226         (read-file-name): Reset `minibuffer-default' to nil when
9227         it duplicates initial input `insdef'.
9228         Bind `minibuffer-default-add-function' to lambda that
9229         calls `read-file-name-defaults' in `minibuffer-selected-window'.
9230         (minibuffer-insert-file-name-at-point): New command.
9232         * files.el (file-name-at-point-functions): New defcustom.
9233         (find-file-default): Remove defvar.
9234         (find-file-read-args): Don't use `find-file-default'.
9235         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
9236         to `read-file-name'.
9237         (find-file-literally): Use `read-file-name' with
9238         `confirm-nonexistent-file-or-buffer'.
9240         * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
9242         * dired.el (dired-read-dir-and-switches):
9243         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
9244         to `read-file-name'.
9245         (dired-file-name-at-point): New function.
9246         (dired-mode): Add hook `dired-file-name-at-point' to
9247         `file-name-at-point-functions'.
9249 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9251         Really make the *Completions* window soft-dedicated (bug#5030).
9252         * window.el (window--display-buffer-2): Add `dedicated' argument.
9253         (display-buffer): Pass it when needed so the dedicated flag is set
9254         after calling set-window-buffer, which would otherwise reset it.
9256 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9258         * progmodes/meta-mode.el (meta-complete-symbol):
9259         * progmodes/etags.el (complete-tag):
9260         * mail/mailabbrev.el (mail-abbrev-complete-alias):
9261         Use completion-in-region.
9263         * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
9264         (dabbrev-completion): Use completion-in-region.
9265         (dabbrev--abbrev-at-point): Simplify regexp.
9267         * abbrev.el (abbrev--before-point): Use word-motion functions
9268         if :regexp is not specified (bug#5031).
9270         * subr.el (string-prefix-p): New function.
9272         * man.el (Man-completion-cache): New var.
9273         (Man-completion-table): Use it.
9275         * vc.el (vc-print-log-internal): Make `limit' optional for better
9276         compatibility (e.g. with vc-annotate.el).
9278 2009-11-24  Kevin Ryde  <user42@zip.com.au>
9280         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
9281         Build value with regexp-opt instead of explicit joining loop.  (Bug#4927)
9283         * emacs-lisp/elint.el (elint-add-required-env): Better error message
9284         when .el source file not found or other error.
9286 2009-11-24  Markus Triska  <markus.triska@gmx.at>
9288         * linum.el (linum-update-window): Ignore intangible (bug#4996).
9290 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9292         Handle the [back] button properly (bug#4979).
9293         * descr-text.el (describe-text-properties): Add a `buffer' argument.
9294         Use help-setup-xref, help-buffer, and with-help-window.
9295         (describe-char): Add `buffer' argument.
9296         Pass proper command to help-setup-xref.  Don't meddle with
9297         help-xref-stack-item directly.
9298         (describe-text-category): Use with-help-window and help-buffer.
9300         * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
9301         for the displayed buffer (bug#4887).
9303         * man.el (Man-completion-table): New function.
9304         (man): Use it.
9306 2009-11-24  David Reitter  <david.reitter@gmail.com>
9308         * vc-git.el (vc-git-registered): Use checkout directory (where
9309         .git is) rather than the file's directory and a relative path spec
9310         to work around a bug in git.
9312 2009-11-24  Michael Albinus  <michael.albinus@gmx.de>
9314         Improve handling of processes on remote hosts.
9316         * eshell/esh-util.el (eshell-path-env): New defvar.
9317         (eshell-parse-colon-path): New defun.
9318         (eshell-file-attributes): Use `eshell-parse-colon-path'.
9320         * eshell/esh-ext.el (eshell-search-path):
9321         Use `eshell-parse-colon-path'.
9322         (eshell-remote-command): Remove argument HANDLER.
9323         (eshell-external-command): Check for FTP remote connection.
9325         * eshell/esh-proc.el (eshell-gather-process-output):
9326         Use `file-truename', in order to start also symlinked files.
9327         Apply `start-file-process' instead of `start-process'.
9328         Shorten `command' to the local file name part.
9330         * eshell/em-cmpl.el (eshell-complete-commands-list):
9331         Use `eshell-parse-colon-path'.
9333         * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
9335         * net/tramp.el (tramp-eshell-directory-change): New defun.  Add it
9336         to `eshell-directory-change-hook'.
9338 2009-11-24  Tassilo Horn  <tassilo@member.fsf.org>
9340         * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
9341         because it could be enabled automatically if view-read-only is non-nil.
9343 2009-11-24  Michael Kifer  <kifer@cs.stonybrook.edu>
9345         * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
9346         made on 2009-11-22.
9348 2009-11-24  Glenn Morris  <rgm@gnu.org>
9350         * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
9351         deleted variable bookmark-bmenu-bookmark-column.
9353         * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
9354         Move after definition of global-semantic-idle-tag-highlight-mode.
9356 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9358         * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
9360 2009-11-23  Ken Brown  <kbrown@cornell.edu>  (tiny change)
9362         * net/browse-url.el (browse-url-filename-alist): On Windows, add
9363         two slashes to the "file:" prefix.
9364         (browse-url-file-url): De-munge Cygwin filenames before passing
9365         them to Windows browser.
9366         (browse-url-default-windows-browser): Use call-process.
9368 2009-11-23  Juri Linkov  <juri@jurta.org>
9370         Implement DocView Continuous mode.  (Bug#4896)
9371         * doc-view.el (doc-view-continuous-mode): New defcustom.
9372         (doc-view-mode-map): Bind C-n/<down> to
9373         `doc-view-next-line-or-next-page', C-p/<up> to
9374         `doc-view-previous-line-or-previous-page'.
9375         (doc-view-next-line-or-next-page)
9376         (doc-view-previous-line-or-previous-page): New commands.
9378 2009-11-23  Juri Linkov  <juri@jurta.org>
9380         Implement Isearch in comint input history.  (Bug#3746)
9381         * comint.el (comint-mode): Add `comint-history-isearch-setup' to
9382         `isearch-mode-hook'.
9383         (comint-history-isearch): New defcustom.
9384         (comint-history-isearch-backward)
9385         (comint-history-isearch-backward-regexp): New commands.
9386         (comint-history-isearch-message-overlay): New buffer-local variable.
9387         (comint-history-isearch-setup, comint-history-isearch-end)
9388         (comint-goto-input, comint-history-isearch-search)
9389         (comint-history-isearch-message, comint-history-isearch-wrap)
9390         (comint-history-isearch-push-state)
9391         (comint-history-isearch-pop-state): New functions.
9393 2009-11-23  Michael Albinus  <michael.albinus@gmx.de>
9395         * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
9396         return.
9397         (tramp-handle-make-symbolic-link)
9398         (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
9399         Quote file names.
9400         (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
9401         (tramp-handle-process-file): Use it.
9403 2009-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9405         * window.el (move-to-window-line-last-op): Remove.
9406         (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
9408 2009-11-23  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
9410         Make M-r mirror the new cycling behavior of C-l.
9411         * window.el (move-to-window-line-last-op): New var.
9412         (move-to-window-line-top-bottom): New command.
9413         (global-map): Bind M-r move-to-window-line-top-bottom.
9415 2009-11-23  Sven Joachim  <svenjoac@gmx.de>
9417         * dired-x.el (dired-guess-shell-alist-default):
9418         Support xz format.  (Bug#4953)
9420 2009-11-22  Chong Yidong  <cyd@stupidchicken.com>
9422         * cedet/srecode/map.el (srecode-get-maps):
9423         * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
9424         * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
9425         * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
9426         (semantic-toggle-decoration-style):
9427         * cedet/semantic/decorate/include.el
9428         (semantic-decoration-include-describe)
9429         (semantic-decoration-unknown-include-describe)
9430         (semantic-decoration-unparsed-include-describe)
9431         (semantic-decoration-all-include-summary):
9432         * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
9433         * cedet/semantic/analyze/complete.el
9434         (semantic-analyze-possible-completions):
9435         * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
9436         (semantic-show-unmatched-syntax-mode)
9437         (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
9438         (semantic-highlight-func-mode):
9439         * cedet/semantic/util.el (semantic-describe-buffer):
9440         * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
9441         (semantic-symref-find-tags-by-name)
9442         (semantic-symref-find-tags-by-regexp)
9443         (semantic-symref-find-tags-by-completion)
9444         (semantic-symref-find-file-references-by-name)
9445         (semantic-symref-find-text):
9446         * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
9447         (senator-yank-tag):
9448         * cedet/semantic/scope.el (semantic-calculate-scope):
9449         * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
9450         * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
9451         (define-semantic-idle-service):
9452         * cedet/semantic/complete.el (semantic-complete-analyze-inline)
9453         (semantic-complete-analyze-inline-idle):
9454         * cedet/semantic/analyze.el (semantic-analyze-current-context):
9455         * cedet/mode-local.el (describe-mode-local-bindings)
9456         (describe-mode-local-bindings-in-mode):
9457         * cedet/ede/make.el (ede-make-check-version):
9458         * cedet/ede/locate.el (ede-enable-locate-on-project):
9459         * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
9460         (cedet-idutils-version-check):
9461         * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
9462         (cedet-gnu-global-version-check):
9463         * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
9464         (cedet-cscope-version-check): Use called-interactively-p instead
9465         of interactive-p.
9467         * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
9468         Use semantic-format-tag-prototype.
9470 2009-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
9472         * emulation/viper-cmd.el: Use viper-last-command-char instead of
9473         last-command-char/last-command-event.
9474         (viper-prefix-arg-value): Do correct conversion of event-char for
9475         XEmacs.
9477         * emulation/viper-util.el, emulation/viper.el:
9478         Use viper-last-command-char instead of
9479         last-command-char/last-command-event.
9481         * ediff-init.el, ediff-mult.el, ediff-util.el:
9482         Replace last-command-char and last-command-event
9483         with (ediff-last-command-char) everywhere.
9485         * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
9486         created in fundamental mode.
9488         * ediff.el (ediff-version): Revert the change of interactive-p to
9489         called-interactively-p.
9491 2009-11-22  Tassilo Horn  <tassilo@member.fsf.org>
9493         * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
9494         generation from word-movement command names.
9496 2009-11-21  Chong Yidong  <cyd@stupidchicken.com>
9498         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
9499         (semantic-complete-jump-local, semantic-complete-jump):
9500         Improve prompt string.
9502 2009-11-21  Jan Djärv  <jan.h.d@swipnet.se>
9504         * cus-start.el (all): Add native condition for font-use-system-font.
9506 2009-11-21  Nathaniel Flath  <flat0103@gmail.com>
9508         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
9509         Correct the patch from 2009-11-18.  (Bug#3910)
9511 2009-11-21  Tassilo Horn  <tassilo@member.fsf.org>
9513         * progmodes/subword.el: Rename from lisp/subword.el.
9515         * subword.el: Rename to progmodes/subword.el.
9517         * Makefile.in (ELCFILES): Adapt to subword.el move.
9519 2009-11-21  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
9520             Stefan Monnier  <monnier@iro.umontreal.ca>
9522         * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
9523         (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
9524         (bookmark-bmenu-show-filenames): Use push.
9525         (bookmark-bmenu-hide-filenames): Use local var instead of
9526         bookmark-bmenu-bookmark-column.  Use pop.  Don't save window-excursion.
9527         (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
9528         (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
9529         filenames now that the bookmark names are always available.
9531 2009-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9533         * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
9534         (bookmark-search-pattern): Move and leave unbound.
9535         (bookmark-bmenu-mode-map): Change binding.
9536         (bookmark-read-search-input): Simplify.
9537         Don't use text-char-description.  Don't error on non-char events.
9538         (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
9539         only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
9540         (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
9541         Use a local var for the timer.
9542         (bookmark-bmenu-cancel-search): Remove by folding into the only caller
9543         (i.e. bookmark-bmenu-search).
9545 2009-11-21  Glenn Morris  <rgm@gnu.org>
9547         * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode.  (Bug#4993)
9549 2009-11-20  Ken Brown  <kbrown@cornell.edu>  (tiny change)
9551         * net/browse-url.el (browse-url-default-windows-browser):
9552         Use cygstart for cygwin.
9554 2009-11-20  Karl Fogel  <karl.fogel@red-bean.com>
9556         * bookmark.el: Formatting and doc fixes only:
9557         (bookmark-search-delay): Shorten doc string to fit in 80 columns.
9558         (bookmark-bmenu-search): Wrap to fit within 80 columns.
9559         Minor grammar and punctuation fixes in doc string.
9560         (bookmark-read-search-input): Adjust to fit within 80 columns.
9562 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
9564         * progmodes/cc-cmds.el (c-forward-into-nomenclature)
9565         (c-backward-into-nomenclature): Adapt to subword renaming.
9567         * subword.el (subword-forward, subword-backward, subword-mark)
9568         (subword-kill, subword-backward-kill, subword-transpose)
9569         (subword-downcase, subword-upcase, subword-capitalize)
9570         (subword-forward-internal, subword-backward-internal):
9571         Rename from forward-subword, backward-subword, mark-subword,
9572         kill-subword, backward-kill-subword, transpose-subwords,
9573         downcase-subword, upcase-subword, capitalize-subword,
9574         forward-subword-internal, backward-subword-internal.
9576 2009-11-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
9578         * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
9579         New options.
9580         (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
9581         New vars.
9582         (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
9583         (bookmark-bmenu-filter-alist-by-regexp)
9584         (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
9585         (bookmark-bmenu-search): New command.
9586         (bookmark-bmenu-mode-map): Bind it.
9588 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
9590         * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
9592         * cedet/semantic/idle.el (define-semantic-idle-service)
9593         (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
9595 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
9597         * progmodes/cc-cmds.el: declare-functioned forward-subword and
9598         backward-subword to quit the byte-compiler.
9600         * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
9602         * Makefile.in: Don't refer cc-subword.elc but subword.elc.
9604         * progmodes/cc-cmds.el (c-update-modeline)
9605         (c-forward-into-nomenclature, c-backward-into-nomenclature):
9606         Refer to subword.el functions instead of cc-subword.el.
9608         * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
9609         subword.el functions instead of cc-subword.el.
9611         * progmodes/cc-subword.el: Rename to subword.el.
9612         * subword.el: Rename from progmodes/cc-subword.el.
9613         (subword-mode-map): Rename from c-subword-mode-map.
9614         (subword-mode): Rename from c-subword-mode.
9615         (global-subword-mode): New global minor mode.
9616         (forward-subword): Rename from c-forward-subword.
9617         (backward-subword): Rename from c-backward-subword.
9618         (mark-subword): Rename from c-mark-subword.
9619         (kill-subword): Rename from c-kill-subword.
9620         (backward-kill-subword): Rename from c-backward-kill-subword.
9621         (transpose-subwords): Rename from c-tranpose-subword.
9622         (downcase-subword): Rename from c-downcase-subword.
9623         (capitalize-subword): Rename from c-capitalize-subword.
9624         (forward-subword-internal): Rename from c-forward-subword-internal.
9625         (backward-subword-internal): Rename from c-backward-subword-internal.
9627 2009-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
9629         * vc.el (vc-deduce-fileset): Allow non-state changing operations
9630         from a dired buffer.
9631         (vc-dired-deduce-fileset): New function.
9632         (vc-root-diff, vc-print-root-log): Use it.
9634         * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
9635         nil LIMIT argument to vc-print-log-internal.
9637 2009-11-20  Glenn Morris  <rgm@gnu.org>
9639         * Makefile.in (ELCFILES): Regenerate.
9641 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
9643         * cedet/cedet.el (cedet-menu-map): Re-order menu items.
9645         * cedet/semantic.el: Enable idle-mode menu items only if
9646         global-semantic-idle-scheduler-mode is enabled.
9647         (semantic-default-submodes): Doc fix.
9649         * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
9650         When turning off, disable other idle modes.
9652 2009-11-20  Jay Belanger  <jay.p.belanger@gmail.com>
9654         * calc/calc.el (calc-set-mode-line):
9655         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
9656         (math-format-number): Rename `math-format-complement-signed' to
9657         `math-format-twos-complement'.
9659         * calc/calc-bin.el (math-format-twos-complement): Rename from
9660         math-format-complement-signed.
9661         (calc-radix): Rename `calc-complement-signed-mode' to
9662         `calc-twos-complement-mode'.
9663         (calc-octal-radix, calc-hex-radix): Add an argument for
9664         two's complement.
9666         * calc/calc-embed.el (calc-embedded-mode-vars):
9667         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
9669         * calc/calc-ext.el (calc-init-extensions):
9670         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
9671         (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
9673         * calc/calc-units.el (math-build-units-table-buffer):
9674         Let `calc-twos-complement-mode' be nil.
9676         * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
9677         entries.
9679         * calc/calc-vec.el (calcFunc-vunpack):
9680         * calc/calc-aent.el (calc-do-calc-eval):
9681         * calc/calc-forms.el (math-format-date):
9682         * calc/calc-graph.el (calc-graph-plot):
9683         * calc/calc-math.el (math-use-emacs-fn):
9684         * calc/calccomp.el (math-compose-expr):
9685         Let `calc-twos-complement-mode' be nil.
9687 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9689         * abbrev.el (abbrev-with-wrapper-hook): (re)move...
9690         * simple.el (with-wrapper-hook): ...to here.  Add argument `args'.
9691         * minibuffer.el (completion-in-region-functions): New hook.
9692         (completion-in-region): New function.
9693         * emacs-lisp/lisp.el (lisp-complete-symbol):
9694         * pcomplete.el (pcomplete-std-complete): Use it.
9696 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9698         * textmodes/tex-mode.el (latex-complete-bibtex-cache)
9699         (latex-complete-alist): New vars.
9700         (latex-string-prefix-p, latex-complete-bibtex-keys)
9701         (latex-complete-envnames, latex-complete-refkeys)
9702         (latex-complete-data): New functions.
9703         (latex-complete, latex-indent-or-complete): New commands.
9705         * window.el (display-buffer-mark-dedicated): New var.
9706         (display-buffer): Obey it.
9707         * minibuffer.el (minibuffer-completion-help): Use it.
9709         * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
9711         * filecache.el (file-cache-add-file): Use push and cons.
9712         (file-cache-delete-file-regexp): Use push.
9713         (file-cache-complete): Use completion-in-region.
9715         * simple.el (with-wrapper-hook): Fix thinko.
9717         * hfy-cmap.el (hfy-rgb-file): Use locate-file.
9718         (htmlfontify-load-rgb-file): Remove unnused var `ff'.
9719         Use with-current-buffer and string-to-number.
9720         (hfy-fallback-colour-values): Use assoc-string.
9721         * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
9722         (hfy-face-at): Remove unused var `found-face'.
9723         (hfy-compile-stylesheet): Remove unused var `css'.
9724         (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
9725         and `orig-buffer'.
9726         (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
9727         Use with-current-buffer.
9728         (hfy-text-p): Use expand-file-name and fewer setq.
9730 2009-11-19  Vivek Dasmohapatra  <vivek@etla.org>
9732         * htmlfontify.el, hfy-cmap.el: New files.
9734 2009-11-19  Juri Linkov  <juri@jurta.org>
9736         * minibuffer.el (completions-format): New defcustom.
9737         (completion--insert-strings): Implement vertical format.
9739         * simple.el (switch-to-completions): Move point to the first
9740         completion when point was at the beginning of the buffer.
9742 2009-11-19  Juri Linkov  <juri@jurta.org>
9744         * find-dired.el (find-name-arg): Remove autoload.  (Bug#4387)
9746         * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
9748 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
9750         * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
9751         (mail-signature): Change default to t.
9752         (mail-from-style): Deprecate `system-default' value.
9753         (mail-insert-from-field): For default value of mail-from-style,
9754         default to `angles' unless `angles' needs quoting and `parens'
9755         does not.
9756         (mail-citation-prefix-regexp): Use citation regexp from
9757         message-mode.
9759 2009-11-19  Michael Albinus  <michael.albinus@gmx.de>
9761         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
9762         Set variables for computing the prompt for reading password.
9764 2009-11-19  Glenn Morris  <rgm@gnu.org>
9766         * dired-aux.el (dired-compress-file-suffixes): Add ".xz".  (Bug#4953)
9768         * textmodes/flyspell.el (sgml-lexical-context): Declare.
9770         * net/newst-treeview.el (newsticker-treeview-treewindow-width)
9771         (newsticker-treeview-listwindow-height): Fix custom type.
9773 2009-11-19  Kenichi Handa  <handa@m17n.org>
9775         * descr-text.el (describe-char-padded-string): Compose with TAB
9776         only if there's a font for CH.
9777         (describe-char): Fix the condition for detecting a trivial composition.
9779 2009-11-18  Nathaniel Flath  <flat0103@gmail.com>
9781         * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
9782         more accurate version of the regexp.  (Bug#3910)
9784 2009-11-18  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
9786         * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
9788 2009-11-18  Juanma Barranquero  <lekktu@gmail.com>
9790         * font-setting.el (font-use-system-font): Declare for byte-compiler.
9791         (font-setting-change-default-font): Fix typo in docstring.
9793 2009-11-18  Alan Mackenzie  <acm@muc.de>
9795         * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
9797 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
9799         * font-setting.el (font-use-system-font): Move ...
9801         * cus-start.el (all): ... to here.
9803 2009-11-17  Michael Albinus  <michael.albinus@gmx.de>
9805         * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
9806         Don't set `ad-return-value' if `ad-do-it' doesn't.
9808         * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
9809         modification time.
9811 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
9813         * menu-bar.el: Put "Use system font" in Option-menu.
9814         (menu-bar-options-save): Add font-use-system-font.
9816         * loadup.el: If feature system-font-setting or font-render-setting is
9817         there, load font-setting.
9819         * Makefile.in (ELCFILES): Add font-settings.el.
9820         * font-setting.el: New file.
9822 2009-11-17  Glenn Morris  <rgm@gnu.org>
9824         * vc-svn.el (vc-svn-print-log): Fix typo in previous.
9826         * net/newst-treeview.el (newsticker--treeview-list-update-faces):
9827         Preserve point in the list buffer.  (Bug#4939)
9828         Use point-at-eol.
9829         (newsticker--treeview-list-update-highlight)
9830         (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
9832 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
9834         * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
9835         Remove.
9837         * calc/calc-ext.el (calc-init-extensions): Remove references to
9838         symclip.
9840         * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
9842         * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
9843         * calc/calc-help.el (calc-b-prefix-help): Remove references to
9844         `calc-symclip'.
9846 2009-11-16  Kevin Ryde  <user42@zip.com.au>
9848         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
9849         Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
9851         * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
9852         (lm-keywords-list): Allow comma-only separator like "foo,bar".
9853         Ignore trailing spaces by omit-nulls to split-string (fixing
9854         regression from Emacs 21 due to the incompatible split-string
9855         change).  (Bug #4928.)
9857 2009-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
9859         * vc.el (vc-log-show-limit): Default to 2000.
9860         (vc-print-log-internal): Insert buttons to request more entries
9861         when limiting the output.
9863         * vc-sccs.el (vc-sccs-print-log):
9864         * vc-rcs.el (vc-rcs-print-log):
9865         * vc-cvs.el (vc-cvs-print-log):
9866         * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
9867         LIMIT is non-nil.
9869 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
9871         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
9872         error when `tramp-gvfs-dbus-event-vector' is set.
9873         (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
9875 2009-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9877         * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
9879 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
9881         * net/dbus.el (dbus-unregister-service): New defun.
9882         (dbus-register-property): Register the handlers of
9883         "org.freedesktop.DBus.Properties" for SERVICE.
9884         (dbus-property-handler): Fix docstring.
9886 2009-11-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9888         * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
9889         Quote doc string reference in defvaralias as it is not in special form.
9890         (byte-compile-output-docform): Doc fix.
9892 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
9894         * calc/calc.el (math-2-word-size, math-half-2-word-size)
9895         (calc-complement-signed-mode): New variables.
9896         (calc-set-mode-line): Add indicator for twos-complements.
9897         (math-format-number): Format twos-complement notation.
9899         * calc/calc-bin.el (calc-word-size): Reset the variables
9900         `math-2-word-size' and `math-half-2-word-size'.
9901         (math-format-complement-signed, math-symclip, calcFunc-symclip)
9902         (calc-symclip): New functions.
9904         * calc/calc-aent.el (math-read-token): Read complement signed numbers.
9906         * calc/calc-embed.el (calc-embedded-mode-vars):
9907         Add `calc-complement-signed-mode' to the list of modes.
9909         * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
9910         (calc-b-oper-keys): Add `calc-symclip' to list.
9912         * calc/calc-ext.el (math-read-number-fancy): Read complement
9913         signed numbers.
9914         (calc-init-extensions): Add binding for `calc-symclip'.
9915         Add autoload for `calcFunc-symclip' and `calc-symclip'.
9917         * calc/calc-menu.el (calc-arithmetic-menu): Add item for
9918         `calc-symclip'.
9919         (calc-modes-menu): Add item for twos complement mode.
9921         * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
9923 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
9925         * register.el (jump-to-register, insert-register): Handle Semantic
9926         tags.  From commented-out advice in semantic/senator.el.
9928 2009-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
9930         * vc.el (vc-log-show-limit): New variable.
9931         (vc-print-log, vc-print-root-log): Add new argument LIMIT.  Set it
9932         when using a prefix argument.
9933         (vc-print-log-internal): Add new argument LIMIT.
9935         * vc-svn.el (vc-svn-print-log):
9936         * vc-mtn.el (vc-mtn-print-log):
9937         * vc-hg.el (vc-hg-print-log):
9938         * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
9939         pass it to the log command when set.  Make the BUFFER argument
9940         non-optional.
9942         * vc-sccs.el (vc-sccs-print-log):
9943         * vc-rcs.el (vc-rcs-print-log):
9944         * vc-git.el (vc-git-print-log):
9945         * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
9946         ignore it.  Make the BUFFER argument non-optional
9948         * bindings.el (mode-line-buffer-identification): Do not purecopy.
9950 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
9952         * dired.el (dired-mode-map): Move encryption items to "Operate"
9953         menu (Bug#4703).
9955         * strokes.el (strokes-update-window-configuration): Make strokes
9956         buffer current before erasing (Bug#4906).
9958         * cedet/semantic/idle.el (semantic-idle-summary-mode)
9959         (semantic-idle-summary-mode): Define using define-minor-mode
9960         instead of define-semantic-idle-service.
9961         (semantic-idle-summary-mode): New function.
9962         (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
9963         that mouse motion does not reset the echo area.
9965 2009-11-15  Juri Linkov  <juri@jurta.org>
9967         * simple.el (set-mark-default-inactive): Add :type, :group
9968         and :version.  (Bug#4876)
9970 2009-11-15  Michael Albinus  <michael.albinus@gmx.de>
9972         * arc-mode.el (archive-maybe-copy): Move creation of directory ...
9973         (archive-unique-fname): ... here.  (Bug#4929)
9975 2009-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9977         * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
9978         with a real fix.
9980         * novice.el (disabled-command-function): Add useful args.
9981         Setup the help buffer so that [back] works.
9982         Remove redundant call to help-mode.
9983         (disabled-command-function): Use `case'.
9984         (en/disable-command): New function extracted from enable-command.
9985         (enable-command, disable-command): Use it.
9987 2009-11-14  Glenn Morris  <rgm@gnu.org>
9989         * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
9990         constants.  (Bug#4913)
9992         * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
9994 2009-11-14  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
9996         * emacs-lisp/elint.el (elint-standard-variables): Add some variables
9997         defined in C that have no doc-strings.  (Bug#1063)
9999 2009-11-14  Francis Wright  <F.J.Wright@qmul.ac.uk>
10001         * cus-edit.el (data, files):
10002         * ps-print.el (postscript): Doc fixes for custom groups.  (Bug#3327)
10004 2009-11-14  Chong Yidong  <cyd@stupidchicken.com>
10006         * simple.el (shell-command): Doc fix (Bug#4891).
10008         * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
10010 2009-11-14  Glenn Morris  <rgm@gnu.org>
10012         * emulation/viper.el (viper-set-hooks): Remove duplicate advice
10013         statements for vc-diff, emerge-quit, and rmail-cease-edit.
10014         If they are already loaded, eval-after-load will do the right thing.
10016         * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
10017         compiling.
10019         * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
10021         * simple.el (x-selection-owner-p): Declare.
10022         (read-mail-command): Use custom radio type rather than choice.
10023         (completion-no-auto-exit): Doc fix.
10025         * custom.el (defgroup):
10026         * epg-config.el (epg): Doc fixes.
10028 2009-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
10030         * bindings.el (mode-line-buffer-identification): Purecopy only the string.
10031         * international/ccl.el (define-ccl-program): Do not purecopy the
10032         docstring, defconst does it anyway.
10034 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10036         * add-log.el (add-change-log-entry): Avoid displaying the changelog
10037         a second time.
10039         * x-dnd.el (x-dnd-maybe-call-test-function):
10040         * window.el (split-window-vertically):
10041         * whitespace.el (whitespace-help-on):
10042         * vc-rcs.el (vc-rcs-consult-headers):
10043         * userlock.el (ask-user-about-lock-help)
10044         (ask-user-about-supersession-help):
10045         * type-break.el (type-break-force-mode-line-update):
10046         * time-stamp.el (time-stamp-conv-warn):
10047         * terminal.el (te-set-output-log, te-more-break, te-filter)
10048         (te-sentinel, terminal-emulator):
10049         * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
10050         (term-write-input-ring, term-check-source, term-start-output-log):
10051         (term-display-buffer-line, term-dynamic-list-completions):
10052         (term-ansi-make-term, serial-term):
10053         * subr.el (selective-display):
10054         * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
10055         (strokes-encode-buffer, strokes-xpm-for-compressed-string):
10056         * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
10057         (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
10058         (speedbar-remove-localized-speedbar-support)
10059         (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
10060         (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
10061         (speedbar-buffers-line-directory):
10062         * simple.el (shell-command-on-region, append-to-buffer)
10063         (prepend-to-buffer):
10064         * shadowfile.el (shadow-save-todo-file):
10065         * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
10066         (scroll-bar-maybe-set-window-start):
10067         * sb-image.el (speedbar-image-dump):
10068         * saveplace.el (save-place-alist-to-file, save-places-to-alist)
10069         (load-save-place-alist-from-file):
10070         * ps-samp.el (ps-print-message-from-summary):
10071         * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
10072         (ps-background-image, ps-begin-job, ps-do-despool):
10073         * ps-bdf.el (bdf-find-file, bdf-read-font-info):
10074         * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
10075         (pr-ps-message-from-summary, pr-lpr-message-from-summary):
10076         (pr-call-process, pr-file-list, pr-interface-save):
10077         * novice.el (disabled-command-function)
10078         (enable-command, disable-command):
10079         * mouse.el (mouse-buffer-menu-alist):
10080         * mouse-copy.el (mouse-kill-preserving-secondary):
10081         * macros.el (kbd-macro-query):
10082         * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
10083         * informat.el (batch-info-validate):
10084         * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
10085         * hippie-exp.el (try-expand-dabbrev-visible):
10086         * help-mode.el (help-make-xrefs):
10087         * help-fns.el (describe-variable):
10088         * generic-x.el (bat-generic-mode-run-as-comint):
10089         * finder.el (finder-mouse-select):
10090         * find-dired.el (find-dired-sentinel):
10091         * filesets.el (filesets-file-close):
10092         * files.el (list-directory):
10093         * faces.el (list-faces-display, describe-face):
10094         * facemenu.el (list-colors-display):
10095         * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
10096         * epg.el (epg--process-filter, epg-cancel):
10097         * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
10098         (epa--read-signature-type):
10099         * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
10100         (emerge-file-names):
10101         * ehelp.el (electric-helpify):
10102         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
10103         * ediff-vers.el (rcs-ediff-view-revision):
10104         * ediff-util.el (ediff-setup):
10105         * ediff-mult.el (ediff-append-custom-diff):
10106         * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
10107         (ediff-wordify):
10108         * echistory.el (Electric-command-history-redo-expression):
10109         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
10110         * disp-table.el (describe-display-table):
10111         * dired.el (dired-find-buffer-nocreate):
10112         * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
10113         * dabbrev.el (dabbrev--same-major-mode-p):
10114         * chistory.el (list-command-history):
10115         * apropos.el (apropos-documentation):
10116         * allout.el (allout-obtain-passphrase):
10117         (allout-copy-exposed-to-buffer):
10118         (allout-verify-passphrase): Use with-current-buffer.
10120 2009-11-13  Glenn Morris  <rgm@gnu.org>
10122         * Makefile.in (ELCFILES): Regenerate.
10124 2009-11-13  Michael Albinus  <michael.albinus@gmx.de>
10126         * net/dbus.el (dbus-registered-objects-table): Rename from
10127         `dbus-registered-functions-table', because it contains also properties.
10128         (dbus-unregister-object): Unregister also properties.
10129         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
10130         Use a timeout of 500 msec, in order to not block.
10131         (dbus-register-property, dbus-property-handler): New defuns.
10133 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10135         * simple.el (minibuffer-default-add-completions): Drop deprecated
10136         4th arg.
10138 2009-11-13  Tomas Abrahamsson  <tab@lysator.liu.se>
10140         * textmodes/artist.el (artist-mouse-choose-operation):
10141         Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
10142         menus.  Bug noticed by Eli Zaretskii <eliz@gnu.org>.
10143         (artist-compute-up-event-key): New function.
10144         (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
10146 2009-11-13  Kenichi Handa  <handa@m17n.org>
10148         * language/japan-util.el: Make sure that the value of jisx0208
10149         property is jisx0208 character.
10151 2009-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
10153         * international/mule.el (auto-coding-regexp-alist): Only purecopy
10154         car or each item, not the whole list.
10156 2009-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10158         * minibuffer.el (minibuffer-completion-help):
10159         Use minibuffer-hide-completions.
10161 2009-11-12  Per Starbäck  <per@starback.se>  (tiny change)
10163         * dired.el (dired-save-positions, dired-restore-positions): New funs.
10164         (dired-revert): Use them (bug#4880).
10166 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
10168         * tooltip.el (tooltip-frame-parameters): Undo previous change.
10170 2009-11-12  Juri Linkov  <juri@jurta.org>
10172         * ffap.el (ffap-alternate-file-other-window, ffap-literally):
10173         New functions.
10174         (find-file-literally-at-point): Alias of `ffap-literally'.
10176 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
10178         * textmodes/ispell.el (ispell-skip-region-alist):
10179         * textmodes/css-mode.el (auto-mode-alist):
10180         * progmodes/compile.el (auto-mode-alist):
10181         * international/mule.el (ctext-non-standard-encodings-alist)
10182         (ctext-non-standard-encodings-regexp):
10183         * simple.el (shell-command-switch, text-read-only):
10184         * replace.el (occur-mode-map):
10185         * paths.el (rmail-file-name):
10186         * jka-cmpr-hook.el (jka-compr-build-file-regexp):
10187         * find-file.el (ff-special-constructs):
10188         * files.el (file-name-handler-alist):
10189         * composite.el: Purecopy strings.
10191         * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
10193 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
10195         * widget.el (define-widget): Purecopy the docstring.
10196         * international/mule-cmds.el (charset): Do not purecopy the
10197         docstring here, define-widget does it.
10199         * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
10200         * textmodes/bibtex-style.el (auto-mode-alist):
10201         * progmodes/inf-lisp.el (inferior-lisp-prompt):
10202         * progmodes/compile.el (compile-command):
10203         * language/korea-util.el (default-korean-keyboard):
10204         * international/mule-conf.el (file-coding-system-alist):
10205         * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
10206         * tooltip.el (tooltip-frame-parameters):
10207         * newcomment.el (comment-end, comment-padding):
10208         * dired.el (dired-trivial-filenames):
10209         * comint.el (comint-file-name-prefix): Purecopy initial values.
10211 2009-11-11  Michael Albinus  <michael.albinus@gmx.de>
10213         * net/tramp.el (tramp-advice-minibuffer-electric-separator)
10214         (tramp-advice-minibuffer-electric-tilde): Unload advices via
10215         `tramp-unload'.
10216         (tramp-advice-make-auto-save-file-name)
10217         (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
10218         after removing the advice.
10220 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
10222         * progmodes/grep.el (grep-regexp-alist):
10223         * international/mule-cmds.el (iso-2022-control-alist):
10224         * emacs-lisp/timer.el (timer-duration-words):
10225         * subr.el (version-separator, version-regexp-alist):
10226         * minibuffer.el (completion-styles-alist):
10227         * faces.el (face-attribute-name-alist, list-faces-sample-text):
10228         Change defvars to defconsts.
10230         * Makefile.in (ELCFILES): Add international/mule-conf.elc.
10231         * loadup.el ("international/mule-conf"): Load the byte compiled version.
10232         * international/mule-conf.el: Allow to be byte compiled.
10234         * international/mule.el (define-charset): Purecopy props.
10235         (load-with-code-conversion): Purecopy doc string and file name.
10236         (put-charset-property): Purecopy strings.
10237         (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
10239         * international/mule-cmds.el (register-input-method): Purecopy arguments.
10240         (define-char-code-property): Correctly purecopy the table.
10242         * international/ccl.el (define-ccl-program): Purecopy the docstring.
10244         * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
10246         * subr.el (add-hook): Purecopy strings.
10247         (eval-after-load): Purecopy load-history-regexp and the form.
10249         * custom.el (custom-declare-group): Purecopy load-file-name.
10251         * subr.el (menu-bar-separator): New defconst.
10252         * net/eudc.el (eudc-tools-menu):
10253         * international/mule-cmds.el (set-coding-system-map)
10254         (mule-menu-keymap):
10255         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
10256         * vc-hooks.el (vc-menu-map):
10257         * replace.el (occur-mode-map):
10258         * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
10259         (menu-bar-edit-menu, menu-bar-goto-menu)
10260         (menu-bar-custom-menu, menu-bar-showhide-menu)
10261         (menu-bar-options-menu, menu-bar-tools-menu)
10262         (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
10263         (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
10264         (menu-bar-help-menu):
10265         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
10266         * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
10268         * term/x-win.el (x-gtk-stock-map):
10269         * progmodes/vera-mode.el (auto-mode-alist):
10270         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
10271         (inferior-lisp-program, inferior-lisp-load-command):
10272         * progmodes/hideshow.el (hs-special-modes-alist):
10273         * progmodes/gud.el (same-window-regexps):
10274         * progmodes/grep.el (grep-program, find-program, xargs-program):
10275         * net/telnet.el (same-window-regexps):
10276         * net/rlogin.el (same-window-regexps):
10277         * language/ethiopic.el (font-ccl-encoder-alist):
10278         * vc-sccs.el (vc-sccs-master-templates):
10279         * vc-rcs.el (vc-rcs-master-templates):
10280         * subr.el (cl-assertion-failed):
10281         * simple.el (next-error-overlay-arrow-position):
10282         * lpr.el (lpr-command):
10283         * locate.el (locate-ls-subdir-switches):
10284         * info.el (same-window-regexps, info)
10285         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
10286         * image-mode.el (image-mode, auto-mode-alist):
10287         * hippie-exp.el (hippie-expand-ignore-buffers):
10288         * format.el (format-alist):
10289         * find-dired.el (find-ls-subdir-switches, find-grep-options)
10290         (find-name-arg):
10291         * facemenu.el (facemenu-keybindings):
10292         * dired.el (dired-listing-switches, dired-chown-program):
10293         * diff.el (diff-switches, diff-command):
10294         * cus-edit.el (same-window-regexps):
10295         * bindings.el (mode-line-mule-info)
10296         (mode-line-buffer-identification): Purecopy strings.
10298 2009-11-11  Juri Linkov  <juri@jurta.org>
10300         * simple.el (dired-get-filename) <declare-function>:
10301         Tell the byte-compiler about dired-get-filename.
10302         (shell-command): In Dired mode, get filename from the current line
10303         as the default value.
10305 2009-11-10  Glenn Morris  <rgm@gnu.org>
10307         * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
10308         * calendar/holidays.el, progmodes/cperl-mode.el:
10309         Update x-popup-menu declarations.
10311         * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
10312         (list-load-path-shadows): Use dolist.
10313         (list-load-path-shadows): Use with-current-buffer.
10315 2009-11-10  Juri Linkov  <juri@jurta.org>
10317         * minibuffer.el (read-file-name): Support a list of default values
10318         in `default-filename'.  Use the first file name where only one
10319         element is required.  Doc fix.
10321 2009-11-09  Michael Albinus  <michael.albinus@gmx.de>
10323         * net/dbus.el (dbus-unregister-object): Release service, if no
10324         other method is registered for it.
10326 2009-11-08  Markus Rost  <rost@math.uni-bielefeld.de>
10328         * bookmark.el (bookmark-completing-read): Sort bookmark names if
10329         bookmark-sort-flag is non-nil (Bug#4653).
10331 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
10333         * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
10334         the progress reporter entirely.
10336         * emulation/cua-base.el: Add CUA property to some CC mode commands
10337         (Bug#4100).
10339 2009-11-08  Kevin Ryde  <user42@zip.com.au>
10341         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
10342         at end of sentence (Bug#4818).
10344 2009-11-08  Jared Finder  <jfinder@crypticstudios.com>
10346         * progmodes/compile.el (compilation-error-regexp-alist-alist):
10347         Handle "see declaration of" MSFT statements (Bug#4100).
10349 2009-11-08  Michael Albinus  <michael.albinus@gmx.de>
10351         * net/tramp.el (tramp-advice-make-auto-save-file-name)
10352         (tramp-advice-file-expand-wildcards): Unload via
10353         `ad-remove-advice'.
10355         * net/trampver.el: Update release number.
10357 2009-11-08  Kevin Ryde  <user42@zip.com.au>
10359         * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
10360         `ad-do-it'.
10362 2009-11-08  Andr  <m00naticus@gmail.com>  (tiny change)
10364         * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
10365         in order to keep context in SELinux.
10367 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
10369         * dired-aux.el (dired-query): Place cursor in echo area and allow
10370         C-g.
10372         * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
10373         menu item if not on a directory (Bug#4701).
10375 2009-11-07  Michael Albinus  <michael.albinus@gmx.de>
10377         Sync with Tramp 2.1.17.
10379         * net/tramp.el (tramp-handle-copy-directory): Don't use
10380         `file-remote-p' (due to compatibility).
10382         * net/tramp-compat.el (tramp-compat-copy-directory)
10383         (tramp-compat-delete-directory): New defuns.
10385         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
10386         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
10387         `tramp-compat-delete-directory'.
10389         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
10390         (tramp-smb-handle-delete-directory): Use
10391         `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
10393         * net/trampver.el: Update release number.
10395 2009-11-07  Chong Yidong  <cyd@stupidchicken.com>
10397         * tar-mode.el (tar-copy): Call write-region on the right buffer
10398         (Bug#4857).
10400         * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
10401         by hand, if necessary (Bug#4878).
10403 2009-11-06  Chong Yidong  <cyd@stupidchicken.com>
10405         * buff-menu.el (Buffer-menu-buffer+size): Use display property to
10406         align size column (Bug#4839).
10408         * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
10409         statement.
10411 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
10413         * progmodes/ld-script.el (auto-mode-alist):
10414         * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
10416         * cus-face.el (custom-declare-face): Purecopy face spec.
10418 2009-11-06  Kenichi Handa  <handa@m17n.org>
10420         * international/uni-bidi.el: Re-generated.
10421         * international/uni-category.el: Re-generated.
10422         * international/uni-combining.el: Re-generated.
10423         * international/uni-mirrored.el: Re-generated.
10425 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
10427         * textmodes/tex-mode.el (tex-alt-dvi-print-command)
10428         (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
10429         (tex-start-options, slitex-run-command, latex-run-command)
10430         (tex-run-command, tex-directory):
10431         * textmodes/ispell.el (ispell-html-skip-alists)
10432         (ispell-tex-skip-alists, ispell-tex-skip-alists):
10433         * textmodes/fill.el (adaptive-fill-first-line-regexp):
10434         (adaptive-fill-regexp):
10435         * textmodes/dns-mode.el (auto-mode-alist):
10436         * progmodes/python.el (interpreter-mode-alist):
10437         * progmodes/etags.el (tags-compression-info-list):
10438         * progmodes/etags.el (tags-file-name):
10439         * net/browse-url.el (browse-url-galeon-program)
10440         (browse-url-firefox-program):
10441         * mail/sendmail.el (mail-signature-file)
10442         (mail-citation-prefix-regexp):
10443         * international/mule-conf.el (eight-bit):
10444         * international/latexenc.el (latex-inputenc-coding-alist):
10445         * international/fontset.el (x-pixel-size-width-font-regexp):
10446         * emacs-lisp/warnings.el (warning-type-format):
10447         * emacs-lisp/trace.el (trace-buffer):
10448         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
10449         (emacs-lisp-mode-map):
10450         * calendar/holidays.el (holiday-solar-holidays)
10451         (holiday-bahai-holidays, holiday-islamic-holidays)
10452         (holiday-christian-holidays, holiday-hebrew-holidays)
10453         (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
10454         (hebrew-holidays-1, holiday-oriental-holidays)
10455         (holiday-general-holidays):
10456         * x-dnd.el (x-dnd-known-types):
10457         * tool-bar.el (tool-bar):
10458         * startup.el (site-run-file):
10459         * shell.el (shell-dumb-shell-regexp):
10460         * rfn-eshadow.el (file-name-shadow-tty-properties)
10461         (file-name-shadow-properties):
10462         * paths.el (remote-shell-program, news-directory):
10463         * mouse.el ([C-down-mouse-3]):
10464         * menu-bar.el (menu-bar-tools-menu):
10465         * jka-cmpr-hook.el (jka-compr-load-suffixes)
10466         (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
10467         (jka-compr-compression-info-list):
10468         * isearch.el (search-whitespace-regexp):
10469         * image-file.el (image-file-name-extensions):
10470         * find-dired.el (find-ls-option):
10471         * files.el (directory-listing-before-filename-regexp)
10472         (directory-free-space-args, insert-directory-program)
10473         (list-directory-brief-switches, magic-fallback-mode-alist)
10474         (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
10475         (automount-dir-prefix):
10476         * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
10477         (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
10478         (face-font-registry-alternatives, face-font-registry-alternatives)
10479         (face-font-family-alternatives):
10480         * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
10481         (facemenu-foreground-menu, facemenu-face-menu):
10482         * epa-hook.el (epa-file-name-regexp):
10483         * dnd.el (dnd-protocol-alist):
10484         * textmodes/rst.el (auto-mode-alist):
10485         * button.el (default-button): Purecopy strings.
10487 2009-11-06  Glenn Morris  <rgm@gnu.org>
10489         * Makefile.in (ELCFILES): Update.
10491 2009-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10493         * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
10494         * emacs-lisp/levents.el: Move to obsolete/levents.el.
10496         * nxml/xsd-regexp.el (xsdre-gen-categories):
10497         * nxml/xmltok.el (xmltok-parse-entity):
10498         * nxml/rng-parse.el (rng-parse-validate-file):
10499         * nxml/rng-maint.el (rng-format-manual)
10500         (rng-manual-output-force-new-line):
10501         * nxml/rng-loc.el (rng-save-schema-location-1):
10502         * nxml/rng-cmpct.el (rng-c-parse-file):
10503         * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
10504         * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
10506 2009-11-05  Wilson Snyder  <wsnyder@wsnyder.org>
10508         * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
10509         Remove extra save-excursions and make-variable-buffer-local's.
10510         Suggested by Stefan Monnier.
10512         (verilog-getopt-file, verilog-module-inside-filename-p)
10513         (verilog-set-define): Merge GNU 1.35 and repair changes from
10514         switching to using with-current-buffer.
10516         (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
10517         being treated as a number and confusing AUTORESET.
10518         Reported by Dan Dever.
10520         (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
10521         Add verilog-auto-ignore-concat to fix backward compatibility with
10522         older verilog-modes.  Reported by Dan Katz.
10524         (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
10525         containing closing anchors "...$".
10527         (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
10528         Reported by Wade Smith.
10530         (verilog-batch-execute-func): Comment on function usage.
10532 2009-11-05  Michael McNamara  <mac@mail.brushroad.com>
10534         * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
10535         for labels.
10537         (verilog-label-re, verilog-calc-1): Support proper indent of named
10538         asserts.
10540         (verilog-backward-token, verilog-basic-complete-re)
10541         (verilog-beg-of-statement, verilog-indent-re): Support proper
10542         indent of the assert statement at the beginning of a block of text.
10544         (verilog-beg-block-re, verilog-ovm-begin-re): Support the
10545         `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
10546         tokens as begins.
10548 2009-11-05  Glenn Morris  <rgm@gnu.org>
10550         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
10551         Emacs 19.  (Bug#1531)
10552         (byte-compile-fix-header): Update for the above change.
10553         Drop test for epoch::version.
10555         * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
10556         * cus-dep.el (custom-make-dependencies):
10557         * finder.el (finder-compile-keywords):
10558         Use autoload-rubric's feature argument.
10560         * calendar/diary-lib.el (top-level): Make load behave more like require.
10562         * vc-git.el (vc-git-stash-map): Move definition before use.
10564 2009-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
10566         * custom.el (custom-declare-group): Purecopy standard-value.
10567         (custom-declare-group): Purecopy custom-prefix.
10569         * international/mule.el (load-with-code-conversion):
10570         Call do-after-load-evaluation unconditionally.
10572         * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
10574 2009-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10576         * descr-text.el: Require help-mode rather than help-fns (bug#4861).
10578 2009-11-04  Glenn Morris  <rgm@gnu.org>
10580         * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
10581         (byte-compile-compatibility): Remove option.
10582         (byte-compile-close-variables, byte-compile-fix-header)
10583         (byte-compile-insert-header, byte-compile-output-docform)
10584         (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
10585         (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
10586         (byte-compile-list, byte-compile-concat, byte-compile-function-form)
10587         (byte-compile-insert, byte-compile-defun):
10588         Remove support for byte-compile-compatibility and Emacs 18.  (Bug#4571)
10589         (byte-defop-compiler19): Remove.
10590         Without byte-compile-compatibility, the 'emacs19-opcode property is not
10591         used by anything.  Replace all calls with byte-defop-compiler.
10593 2009-11-04  Juri Linkov  <juri@jurta.org>
10595         * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
10596         (menu-bar-options-menu): Don't quote the `prop' arg of
10597         `menu-bar-make-mm-toggle'.
10599 2009-11-04  Juanma Barranquero  <lekktu@gmail.com>
10601         * calendar/calendar.el (cal-loaddefs):
10602         * calendar/diary-lib.el (diary-loaddefs):
10603         * calendar/holidays.el (hol-loaddefs):
10604         * eshell/esh-module.el (esh-groups): Load rather than require.
10606 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10608         * calendar/todo-mode.el (todo-add-category): Don't hardcode
10609         point-min==1.
10610         (todo-top-priorities): Only display-buffer when called interactively.
10611         (todo-item-start): Don't save excursion point.
10612         (todo-item-end): Be slightly more careful.  Add `include-sep' arg.
10613         (todo-insert-item-here, todo-file-item, todo-remove-item):
10614         Adjust uses of todo-item-start and todo-item-end.
10616         * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
10617         (autoload-rubric): Don't use any more.
10618         * cedet/semantic/fw.el (semantic/loaddefs):
10619         * cedet/srecode.el (srecode/loaddefs):
10620         * cedet/ede.el (ede/loaddefs): Load rather than require.
10621         * cedet/ede/cpp-root.el:
10622         * cedet/ede/emacs.el:
10623         * cedet/ede/files.el:
10624         * cedet/ede/linux.el:
10625         * cedet/ede/locate.el:
10626         * cedet/ede/make.el:
10627         * cedet/ede/shell.el:
10628         * cedet/ede/speedbar.el:
10629         * cedet/ede/system.el:
10630         * cedet/ede/util.el:
10631         * cedet/semantic/analyze.el:
10632         * cedet/semantic/bovine.el:
10633         * cedet/semantic/complete.el:
10634         * cedet/semantic/ctxt.el:
10635         * cedet/semantic/db-file.el:
10636         * cedet/semantic/db-find.el:
10637         * cedet/semantic/db-global.el:
10638         * cedet/semantic/db-mode.el:
10639         * cedet/semantic/db-typecache.el:
10640         * cedet/semantic/db.el:
10641         * cedet/semantic/debug.el:
10642         * cedet/semantic/dep.el:
10643         * cedet/semantic/doc.el:
10644         * cedet/semantic/edit.el:
10645         * cedet/semantic/find.el:
10646         * cedet/semantic/format.el:
10647         * cedet/semantic/html.el:
10648         * cedet/semantic/ia-sb.el:
10649         * cedet/semantic/ia.el:
10650         * cedet/semantic/idle.el:
10651         * cedet/semantic/lex-spp.el:
10652         * cedet/semantic/lex.el:
10653         * cedet/semantic/mru-bookmark.el:
10654         * cedet/semantic/scope.el:
10655         * cedet/semantic/senator.el:
10656         * cedet/semantic/sort.el:
10657         * cedet/semantic/symref.el:
10658         * cedet/semantic/tag-file.el:
10659         * cedet/semantic/tag-ls.el:
10660         * cedet/semantic/tag-write.el:
10661         * cedet/semantic/tag.el:
10662         * cedet/semantic/util-modes.el:
10663         * cedet/semantic/analyze/complete.el:
10664         * cedet/semantic/analyze/refs.el:
10665         * cedet/semantic/bovine/c.el:
10666         * cedet/semantic/bovine/gcc.el:
10667         * cedet/semantic/bovine/make.el:
10668         * cedet/semantic/bovine/scm.el:
10669         * cedet/semantic/decorate/include.el:
10670         * cedet/semantic/decorate/mode.el:
10671         * cedet/semantic/symref/cscope.el:
10672         * cedet/semantic/symref/global.el:
10673         * cedet/semantic/symref/grep.el:
10674         * cedet/semantic/symref/idutils.el:
10675         * cedet/semantic/symref/list.el:
10676         * cedet/semantic/wisent/java-tags.el:
10677         * cedet/semantic/wisent/javascript.el:
10678         * cedet/srecode/compile.el:
10679         * cedet/srecode/cpp.el:
10680         * cedet/srecode/document.el:
10681         * cedet/srecode/el.el:
10682         * cedet/srecode/expandproto.el:
10683         * cedet/srecode/getset.el:
10684         * cedet/srecode/insert.el:
10685         * cedet/srecode/java.el:
10686         * cedet/srecode/map.el:
10687         * cedet/srecode/mode.el:
10688         * cedet/srecode/template.el:
10689         * cedet/srecode/texi.el: Remove the file-local setting of
10690         generated-autoload-feature.
10692         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
10693         and only put a prop if it is non-nil.
10695 2009-11-03  Juri Linkov  <juri@jurta.org>
10697         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
10698         (menu-bar-options-menu): Fix list quoting (Bug#4429).
10700         * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
10701         and "Menu" to make top-level menu item visually one unit (like
10702         it's done for "Lisp-Interaction", "Emacs-Lisp" and other
10703         multi-word menu items).  Fix :help string for quit-window.
10705 2009-11-03  Glenn Morris  <rgm@gnu.org>
10707         * cedet/mode-local.el (with-mode-local): Doc fix.
10709         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
10710         (byte-compile-file-form-define-abbrev-table)
10711         (byte-compile-file-form-custom-declare-variable)
10712         (byte-compile-variable-ref, byte-compile-defvar):
10713         Whether or not a warning is enabled should only affect whether we issue
10714         the warning, not whether or not we collect the relevant data.
10715         Eg warnings can be turned on and off throughout the course of a file.
10717         * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
10718         (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
10720 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10722         * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
10723         * play/mpuz.el (mpuz-create-buffer):
10724         * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
10725         (lm-print-y,s,noise, lm-print-w0, lm-init):
10726         * play/gomoku.el (gomoku-prompt-for-move):
10727         * play/fortune.el (fortune-in-buffer):
10728         * play/dissociate.el (dissociated-press):
10729         * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
10730         (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
10731         * mail/supercite.el (sc-eref-show):
10732         * mail/smtpmail.el (smtpmail-send-it):
10733         * mail/rmailsum.el (rmail-summary-next-labeled-message)
10734         (rmail-summary-previous-labeled-message, rmail-summary-wipe)
10735         (rmail-summary-undelete-many, rmail-summary-rmail-update)
10736         (rmail-summary-goto-msg, rmail-summary-expunge)
10737         (rmail-summary-get-new-mail, rmail-summary-search-backward)
10738         (rmail-summary-add-label, rmail-summary-output-menu)
10739         (rmail-summary-output-body):
10740         * mail/rfc822.el (rfc822-addresses):
10741         * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
10742         * mail/mailpost.el (post-mail-send-it):
10743         * mail/hashcash.el (hashcash-generate-payment):
10744         * mail/feedmail.el (feedmail-run-the-queue)
10745         (feedmail-queue-send-edit-prompt-help-first)
10746         (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
10747         (feedmail-deduce-address-list):
10748         * eshell/esh-ext.el (eshell-remote-command):
10749         * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
10750         * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
10751         (viper-wildcard-to-regexp, viper-glob-mswindows-files)
10752         (viper-save-string-in-file, viper-valid-marker):
10753         * emulation/viper-keym.el (viper-toggle-key):
10754         * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
10755         (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
10756         (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
10757         * emulation/viper-cmd.el (viper-exec-form-in-vi)
10758         (viper-exec-form-in-emacs, viper-brac-function):
10759         * emulation/viper.el (viper-delocalize-var):
10760         * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
10761         (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
10762         (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
10763         (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
10764         * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
10765         * emulation/edt.el (edt-electric-helpify):
10766         * emulation/cua-rect.el (cua--rectangle-aux-replace):
10767         * emulation/cua-gmrk.el (cua--insert-at-global-mark)
10768         (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
10769         (cua-indent-to-global-mark-column):
10770         * calendar/diary-lib.el (calendar-mark-1):
10771         * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
10772         Use with-current-buffer.
10773         * emulation/viper.el (viper-delocalize-var): Use dolist.
10775 2009-11-03  Chong Yidong  <cyd@stupidchicken.com>
10777         * comint.el (comint-replace-by-expanded-history-before-point):
10778         Replace !! with the previous input string literally (Bug#1795).
10780 2009-11-02  Jay Belanger  <jay.p.belanger@gmail.com>
10782         * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
10783         to be made up of whitespace.
10785 2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
10787         * minibuffer.el (read-file-name): Don't use file dialogs for
10788         remote directories (Bug#99).
10790 2009-11-01  Chong Yidong  <cyd@stupidchicken.com>
10792         * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
10794 2009-11-01  Andreas Schwab  <schwab@linux-m68k.org>
10796         * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
10797         instead of deleting the window or frame.
10799 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
10801         * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
10802         Support face colors.
10804         * textmodes/tex-mode.el (tex-facemenu-add-face-function):
10805         New function.  Support face colors (Bug#1168).
10806         (tex-common-initialization): Use it.
10808         * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
10809         mode allows it (Bug#1168).
10811 2009-10-31  Juri Linkov  <juri@jurta.org>
10813         * facemenu.el (list-colors-display): Don't mark buffer as
10814         modified (Bug#3948).
10816 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
10818         * international/mule-diag.el (list-character-sets-1): Minor
10819         message fix (Bug#3526).
10821         * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
10822         face property (Bug#4834).
10823         (etags-list-tags, etags-tags-apropos-additional)
10824         (etags-tags-apropos, tags-select-tags-table): Add follow-link
10825         property.
10827         * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
10828         items.
10830         * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
10831         items.
10833         * cedet/ede.el (ede-minor-mode):
10834         * cedet/semantic.el (semantic-mode): Toggle menu separators.
10836 2009-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
10838         * textmodes/two-column.el (2C-split):
10839         * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
10840         * textmodes/tex-mode.el (tex-set-buffer-directory):
10841         * textmodes/spell.el (spell-region, spell-string):
10842         * textmodes/reftex.el (reftex-erase-buffer):
10843         (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
10844         * textmodes/reftex-toc.el (reftex-toc-promote-action):
10845         * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
10846         (reftex-select-item):
10847         * textmodes/reftex-ref.el (reftex-label-info-update)
10848         (reftex-offer-label-menu):
10849         * textmodes/reftex-index.el (reftex-index-change-entry)
10850         (reftex-index-phrases-info):
10851         * textmodes/reftex-global.el (reftex-create-tags-file)
10852         (reftex-save-all-document-buffers, reftex-ensure-write-access):
10853         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
10854         (reftex-view-crossref-from-bibtex):
10855         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
10856         (reftex-extract-bib-entries-from-thebibliography)
10857         (reftex-all-used-citation-keys, reftex-create-bibtex-file):
10858         * textmodes/refbib.el (r2b-capitalize-title):
10859         (r2b-convert-buffer, r2b-help):
10860         * textmodes/page-ext.el (pages-directory)
10861         (pages-directory-goto-with-mouse):
10862         * textmodes/bibtex.el (bibtex-validate-globally):
10863         * textmodes/bib-mode.el (bib-capitalize-title):
10864         * textmodes/artist.el (artist-clear-buffer, artist-system):
10865         * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
10866         (local-set-scheme-interaction-buffer, xscheme-process-filter)
10867         (verify-xscheme-buffer, xscheme-enter-interaction-mode)
10868         (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
10869         (xscheme-send-control-g-interrupt, xscheme-start-process)
10870         (xscheme-process-sentinel, xscheme-cd):
10871         * progmodes/verilog-mode.el (verilog-read-always-signals)
10872         (verilog-set-define, verilog-getopt-file)
10873         (verilog-module-inside-filename-p):
10874         * progmodes/sh-script.el:
10875         * progmodes/python.el (python-pdbtrack-get-source-buffer)
10876         (python-pdbtrack-grub-for-buffer, python-execute-file):
10877         * progmodes/octave-inf.el (inferior-octave):
10878         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
10879         (idlwave-shell-compile-helper-routines, idlwave-set-local)
10880         (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
10881         (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
10882         (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
10883         * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
10884         (idlwave-shell-filter, idlwave-shell-examine-highlight)
10885         (idlwave-shell-sentinel, idlwave-shell-filter-directory)
10886         (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
10887         (idlwave-shell-examine-display, idlwave-shell-run-region)
10888         (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
10889         (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
10890         * progmodes/idlw-help.el (idlwave-help-get-special-help)
10891         (idlwave-help-get-help-buffer):
10892         * progmodes/gud.el (gud-basic-call, gud-find-class)
10893         (gud-tooltip-activate-mouse-motions-if-enabled):
10894         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
10895         * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
10896         (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
10897         (ebrowse-tags-next-file):
10898         * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
10899         (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
10900         (ebnf-eps-finish-and-write):
10901         * progmodes/cpp.el (cpp-edit-save):
10902         * progmodes/cperl-mode.el (cperl-pod-to-manpage):
10903         * progmodes/cc-defs.el (c-emacs-features):
10904         * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
10905         (antlr-directory-dependencies):
10906         * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
10907         (ada-run-application, ada-find-in-src-path, ada-goto-parent)
10908         (ada-find-any-references, ada-make-filename-from-adaname)
10909         (ada-make-body-gnatstub):
10910         * obsolete/rnews.el (news-list-news-groups):
10911         * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
10912         * obsolete/iso-acc.el (iso-acc-minibuf-setup):
10913         * net/rcirc.el (rcirc-debug):
10914         * net/newst-treeview.el (newsticker--treeview-list-add-item)
10915         (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
10916         (newsticker--treeview-list-update-faces, newsticker-treeview-save)
10917         (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
10918         (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
10919         (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
10920         (newsticker--treeview-list-clear-highlight)
10921         (newsticker--treeview-list-update-highlight)
10922         (newsticker--treeview-list-highlight-start)
10923         (newsticker--treeview-tree-update-highlight)
10924         (newsticker--treeview-get-selected-item)
10925         (newsticker-treeview-mark-list-items-old)
10926         (newsticker--treeview-set-current-node):
10927         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
10928         * net/newst-backend.el (newsticker--get-news-by-funcall)
10929         (newsticker--get-news-by-wget, newsticker--image-get)
10930         (newsticker--image-sentinel):
10931         * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
10932         * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
10933         (eudc-ph-close-session):
10934         * net/eudc.el (eudc-save-options):
10935         * language/thai-word.el (thai-update-word-table):
10936         * language/japan-util.el (japanese-string-conversion):
10937         * international/titdic-cnv.el (tsang-quick-converter)
10938         (ziranma-converter, ctlau-converter):
10939         * international/mule-cmds.el (describe-language-environment):
10940         * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
10941         (skkdic-convert-postfix, skkdic-convert-prefix):
10942         (skkdic-convert-okuri-nasi, skkdic-convert):
10943         * emacs-lisp/re-builder.el (reb-update-overlays):
10944         * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
10945         * emacs-lisp/gulp.el (gulp-send-requests):
10946         * emacs-lisp/find-gc.el (trace-call-tree):
10947         * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
10948         (eieio-describe-generic):
10949         * emacs-lisp/eieio-base.el (eieio-persistent-read):
10950         * emacs-lisp/edebug.el (edebug-outside-excursion):
10951         * emacs-lisp/debug.el (debugger-make-xrefs):
10952         * emacs-lisp/cust-print.el (custom-prin1-to-string):
10953         * emacs-lisp/chart.el (chart-new-buffer):
10954         * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
10955         Use with-current-buffer.
10956         * textmodes/artist.el (artist-system): Don't call
10957         copy-sequence on a fresh string.
10958         * progmodes/idlw-shell.el (easymenu setup): Use dolist.
10960 2009-10-31  Stephen Berman  <stephen.berman@gmx.net>
10962         * calendar/todo-mode.el (todo-edit-item): Signal an error if there
10963         is no item to edit.  (Bug#4820)
10964         (todo-top-priorities): Restore point and restore narrowing in Todo
10965         buffer.  (Bug#4820)
10967 2009-10-31  Glenn Morris  <rgm@gnu.org>
10969         * net/ange-ftp.el (top-level): Don't require dired when compiling.
10970         (comint-last-output-start, comint-last-input-start)
10971         (comint-last-input-end): Don't defvar when compiling.
10972         (ange-ftp-process-file): Use bound-and-true-p.
10974         * pcmpl-rpm.el (top-level): Move provide statement to end.
10975         (pcmpl-rpm): Remove unused custom group.
10977         * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
10979         * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
10981         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
10982         (byte-compile-warnings): Add `constants' as an option.
10983         (byte-compile-callargs-warn, byte-compile-arglist-warn)
10984         (display-call-tree): Update for byte-compile-fdefinition possibly
10985         returning `(macro lambda ...)'.  (Bug#4778)
10986         (byte-compile-variable-ref, byte-compile-setq-default):
10987         Respect `constants' member of byte-compile-warnings.
10989         * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
10990         Use mapc rather than mapcar because the return value is never used.
10992         * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
10993         * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
10994         * cedet/semantic/html.el:
10995         Suppress harmless warnings about setting up semantic-imenu (not
10996         part of Emacs) variables.
10998 2009-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11000         * vc-bzr.el (vc-bzr-revision-keywords): New var.
11001         (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
11002         to "submit:".
11004         * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
11005         * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
11006         * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
11007         * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
11008         * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
11009         * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
11010         (semantic-analyzer-debug-global-symbol)
11011         (semantic-analyzer-debug-missing-innertype)
11012         (semantic-analyzer-debug-insert-include-summary):
11013         * cedet/semantic/util.el (semantic-file-tag-table):
11014         (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
11015         (semantic-recursive-find-nonterminal-by-name):
11016         * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
11017         * cedet/semantic/tag-file.el (semantic-prototype-file):
11018         * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
11019         * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
11020         * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
11021         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
11022         (semantic-idle-summary-maybe-highlight):
11023         * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
11024         (semantic-ia-sb-tag-info):
11025         * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
11026         * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
11027         * cedet/semantic/ede-grammar.el (project-compile-target):
11028         (ede-proj-makefile-insert-variables):
11029         * cedet/semantic/debug.el (semantic-debug-set-parser-location):
11030         (semantic-debug-set-source-location, semantic-debug-interface-layout)
11031         (semantic-debug-mode, semantic-debug):
11032         * cedet/semantic/db.el (semanticdb-needs-refresh-p):
11033         * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
11034         * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
11035         * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
11036         (semanticdb-find-translate-path-includes--internal)
11037         (semanticdb-reset-log, semanticdb-find-log-activity):
11038         * cedet/semantic/db-file.el (object-write):
11039         * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
11040         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
11041         (semanticdb-create-ebrowse-database):
11042         * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
11043         * cedet/semantic/complete.el (semantic-displayor-focus-request)
11044         (semantic-collector-calculate-completions-raw)
11045         (semantic-complete-read-tag-analyzer):
11046         * cedet/semantic/analyze.el (semantic-analyze-pulse):
11047         * cedet/ede/util.el (ede-update-version-in-source):
11048         * cedet/ede/proj.el (project-delete-target):
11049         * cedet/ede/proj-elisp.el (ede-update-version-in-source)
11050         (ede-proj-flush-autoconf):
11051         * cedet/ede/pconf.el (ede-proj-configure-synchronize)
11052         (ede-proj-configure-synchronize):
11053         * cedet/ede/locate.el (ede-locate-file-in-project-impl):
11054         * cedet/ede/linux.el (ede-linux-version):
11055         * cedet/ede/emacs.el (ede-emacs-version):
11056         * cedet/ede/dired.el (ede-dired-add-to-target):
11057         * cedet/ede.el (ede-buffer-header-file, ede-find-target)
11058         (ede-buffer-documentation-files, ede-project-buffers, ede-set)
11059         (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
11060         * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
11061         (cedet-idutils-lid-call, cedet-idutils-expand-filename)
11062         (cedet-idutils-version-check):
11063         * cedet/cedet-global.el (cedet-gnu-global-call):
11064         (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
11065         (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
11066         * cedet/cedet-cscope.el (cedet-cscope-call)
11067         (cedet-cscope-expand-filename, cedet-cscope-version-check):
11068         Use with-current-buffer.
11069         * cedet/ede.el (ede-make-project-local-variable)
11070         (ede-set-project-variables, ede-set): Use dolist.
11072 2009-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
11074         * textmodes/ispell.el (ispell-skip-region-alist):
11075         * international/mule-conf.el (eight-bit):
11076         * international/fontset.el (font-encoding-alist):
11077         * startup.el (pure-space-overflow-message):
11078         * simple.el (overwrite-mode-textual, overwrite-mode-binary):
11079         * paths.el (gnus-nntp-service, rmail-spool-directory)
11080         (term-file-prefix):
11081         * files.el (save-some-buffers-action-alist):
11082         * cmuscheme.el (same-window-buffer-names):
11083         * ielm.el (same-window-buffer-names):
11084         * shell.el (same-window-buffer-names):
11085         * mail/sendmail.el (same-window-buffer-names):
11086         * progmodes/inf-lisp.el (same-window-buffer-names):
11087         * bindings.el (mode-line-client)
11088         (mode-line-column-line-number-mode-map):
11089         * language/tibetan.el (tibetan-precomposition-rule-regexp)
11090         (tibetan-precomposed-regexp): Purecopy string arguments.
11092 2009-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11094         * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
11095         (calcDigit-nondigit):
11096         * calc/calc-yank.el (calc-copy-to-buffer):
11097         * calc/calc-units.el (calc-invalidate-units-table):
11098         * calc/calc-trail.el (calc-trail-yank):
11099         * calc/calc-store.el (calc-insert-variables):
11100         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
11101         * calc/calc-prog.el (calc-read-parse-table):
11102         * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
11103         * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
11104         * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
11105         (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
11106         (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
11107         (calc-graph-name, calc-graph-find-command, calc-graph-view)
11108         (calc-graph-view, calc-gnuplot-command, calc-graph-init):
11109         * calc/calc-ext.el (calc-realign):
11110         * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
11111         (calc-embedded-finish-edit, calc-embedded-make-info)
11112         (calc-embedded-finish-command, calc-embedded-stack-change):
11113         * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
11115         * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
11116         (overload-docstring-extension): Use that info.
11117         * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
11118         * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
11119         * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
11120         (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
11121         (semantic-nonterminal-full-name): Add the new `when' info.
11122         * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
11123         `assert'.
11125         * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
11126         shell-dynamic-complete-filename in preference to
11127         comint-dynamic-complete-filename.
11129         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
11130         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
11131         Don't consider whether the display supports colors.
11132         (bookmark-import-new-list): Use dolist.
11133         (bookmark-bmenu-mode-map): Move initialization into declaration.
11134         (bookmark-bmenu-list): Use dolist, simplify.
11135         (bookmark-show-all-annotations): Use save-selected-window and dolist.
11136         (menu-bar-final-items): Use push.
11138 2009-10-28  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
11140         * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
11141         it works on remote files.
11142         (vc-hg-diff): Don't pass any `--cwd' argument.
11144 2009-10-27  Kevin Ryde  <user42@zip.com.au>
11146         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
11147         Use help-xref-info-regexp and help-xref-url-regexp to identify links.
11148         (Further to Bug#3921).
11150 2009-10-27  Michael Albinus  <michael.albinus@gmx.de>
11152         * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
11153         (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
11154         calling `tramp-imap-put-file'.  Add file size to the call.
11155         (tramp-imap-get-file-entries): Compute also user name, file size,
11156         and date.
11157         (tramp-imap-handle-insert-directory): Insert uid and gid.
11158         (tramp-imap-handle-file-attributes): Transform uid and gid
11159         according to `id-format'.
11160         (tramp-imap-put-file): New optional parameter SIZE.  Encode file
11161         size in header X-Size.
11163 2009-10-26  Juanma Barranquero  <lekktu@gmail.com>
11165         * simple.el (transpose-subr): Give clearer error when the mark
11166         is not set.  (Bug#4807)
11168 2009-10-26  Michael Albinus  <michael.albinus@gmx.de>
11170         * net/tramp.el (tramp-perl-file-truename): New defconst.
11171         Perl code contributed by yary <not.com@gmail.com> (tiny change).
11172         (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
11173         Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
11174         (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
11176         * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
11177         Ignore `dired-call-process'.
11178         (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
11180 2009-10-26  Julian Scheid  <julians37@gmail.com>
11182         * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
11183         (tramp-get-remote-readlink): New defun.
11184         (tramp-handle-file-truename): Use it.
11185         (tramp-handle-file-exists-p): Check file-attributes cache, assume
11186         file exists if cache value present.
11187         (tramp-check-cached-permissions): New defun.
11188         (tramp-handle-file-readable-p): Use it.
11189         (tramp-handle-file-writable-p): Likewise.
11190         (tramp-handle-file-executable-p): Likewise.
11191         (tramp-handle-file-name-all-completions): Try using Perl to get
11192         partial completions.  When perl not available, combine `cd' and
11193         `ls' into single remote operation and use shell expansion to get
11194         partial remote directory contents.  Set `file-exists-p' cache for
11195         directory and any files returned by ls.  Change cache handling to
11196         support partial directory contents.  Use error message emitted by
11197         remote `cd' or Perl code for local tramp-error.
11198         (tramp-do-copy-or-rename-file-directly): Avoid separate
11199         tramp-send-command-and-check call.
11200         (tramp-handle-process-file): Merge three remote ops into one.
11201         Do not flush all caches when `process-file-side-effects' is set.
11202         (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
11203         file-attributes shows uid/gid to be set already.
11205 2009-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
11207         * textmodes/tex-mode.el (tex-dvi-view-command)
11208         (tex-show-queue-command, tex-open-quote):
11209         * progmodes/ruby-mode.el (auto-mode-alist)
11210         (interpreter-mode-alist): Purecopy strings.
11212         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
11214         * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
11215         string for the hook, keymap and abbrev table.
11217         * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
11219         * x-dnd.el (x-dnd-xdnd-to-action):
11220         * startup.el (fancy-startup-text, fancy-about-text): Change to
11221         defconst from defvar.
11223         * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
11225         * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
11226         Purecopy initialization strings.
11228         * mail/sendmail.el (mail-header-separator)
11229         (mail-personal-alias-file):
11230         * mail/rmail.el (rmail-default-dont-reply-to-names)
11231         (rmail-ignored-headers, rmail-retry-ignored-headers)
11232         (rmail-highlighted-headers, rmail-secondary-file-directory)
11233         (rmail-secondary-file-regexp):
11234         * files.el (null-device, file-name-invalid-regexp)
11235         (locate-dominating-stop-dir-regexp)
11236         (inhibit-first-line-modes-regexps): Purecopy initialization strings.
11237         (interpreter-mode-alist): Use mapcar instead of mapc.
11239         * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
11241         * bindings.el (mode-line-major-mode-keymap): Purecopy name.
11242         (completion-ignored-extensions):
11243         (debug-ignored-errors): Purecopy strings.
11245 2009-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11247         * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
11248         (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
11249         (pcomplete--here): Use push.
11251         * subr.el (all-completions): Declare the 4th arg obsolete.
11253 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11255         * pcomplete.el (pcomplete-unquote-argument-function): New var.
11256         (pcomplete-unquote-argument): New function.
11257         (pcomplete--common-suffix): Always pay attention to case.
11258         (pcomplete--table-subvert): Quote and unquote the text.
11259         (pcomplete--common-quoted-suffix): New function.
11260         (pcomplete-std-complete): Use it and pcomplete-begin.
11262         * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
11263         we're inside a dedicated or minibuffer window.
11265 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11267         * cedet/semantic/fw.el (semantic-alias-obsolete)
11268         (semantic-varalias-obsolete): Make the `when' arg mandatory.
11269         (define-mode-overload-implementation):
11270         * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
11271         * cedet/semantic/wisent.el (wisent-lex-make-token-table):
11272         * cedet/semantic/util.el (semantic-file-token-stream)
11273         (semantic-something-to-stream):
11274         * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
11275         (semantic-expand-nonterminal):
11276         * cedet/semantic/tag-file.el (semantic-find-nonterminal)
11277         (semantic-find-dependency, semantic-find-nonterminal)
11278         (semantic-find-dependency):
11279         * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
11280         (semantic-flex-text, semantic-flex-make-keyword-table)
11281         (semantic-flex-keyword-p, semantic-flex-keyword-put)
11282         (semantic-flex-keyword-get, semantic-flex-map-keywords)
11283         (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
11284         * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
11285         * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
11286         (semantic-after-idle-scheduler-reparse-hooks):
11287         * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
11288         * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
11289         * cedet/semantic.el (semantic-toplevel-bovine-table)
11290         (semantic-toplevel-bovine-cache)
11291         (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
11292         (semantic-init-mode-hooks, semantic-init-db-hooks)
11293         (semantic-bovination-working-type): Provide the `when' arg.
11295 2009-10-24  Karl Fogel  <kfogel@red-bean.com>
11297         * bookmark.el: Update documentation, especially documentation
11298         of `bookmark-alist' and of the bookmark file format.
11299         Patch by Drew Adams, with minor tweaks from me.  (Bug#4195)
11301 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
11303         * mail/emacsbug.el (report-emacs-bug): Clarify that the
11304         keybindings apply to the mail buffer (Bug#4003).  Shrink help
11305         window to buffer.
11307         * whitespace.el (whitespace-mode, whitespace-newline-mode)
11308         (global-whitespace-mode, global-whitespace-newline-mode)
11309         (whitespace-toggle-options, global-whitespace-toggle-options):
11310         Doc fix (Bug#3660).
11312         * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
11313         of xmltok-start before the end tag was inserted (Bug#2840).
11315         * progmodes/sh-script.el (sh-font-lock-paren): Handle case
11316         patterns that are preceded by an open-paren (Bug#1320).
11318 2009-10-24  Sven Joachim  <svenjoac@gmx.de>
11320         * files.el (delete-directory): Delete symlinks to directories with
11321         delete-file (Bug#4739).
11323 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
11325         * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
11326         * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
11327         argument to make-obsolete.
11329         * cedet/semantic/fw.el (semantic-alias-obsolete)
11330         (semantic-varalias-obsolete): Add optional WHEN argument.
11332 2009-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
11334         * vc.el (vc-backend-for-registration): Rename from
11335         vc-get-backend-for-registration.  Update callers.
11337         * international/mule-cmds.el (set-language-info-alist):
11338         Purecopy lang-env.
11339         (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
11340         (charset): Purecopy the name.
11341         (define-char-code-property): Purecopy string arguments.
11343         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
11344         Purecopy string arguments.
11346         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
11347         * ediff-hook.el (menu-bar-ediff-menu):
11348         * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
11349         * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
11351 2009-10-24  Glenn Morris  <rgm@gnu.org>
11353         * comint.el (comint-dynamic-list-completions):
11354         * term.el (term-dynamic-list-completions): Use choose-completion rather
11355         than obsolete alias mouse-choose-completion.
11357         * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
11358         file-cache-choose-completion.
11359         (file-cache-choose-completion): Handle an optional event argument.
11360         (file-cache-mouse-choose-completion): Make it an obsolete alias.
11362         * progmodes/octave-mod.el (octave-complete-symbol):
11363         Use choose-completion if mouse-choose-completion is ever removed.
11365         * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
11366         use.
11368         * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
11369         compiler.
11371         * vc-hooks.el (vc-responsible-backend): Fix declaration.
11373 2009-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11375         * minibuffer.el (completion--embedded-envvar-table): Fix last change.
11376         Ignore `pred' now that we receive one.
11377         Handle test-completion specially.
11379 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
11381         * vc.el (vc-responsible-backend): Throw an error if not backend is
11382         found.  Remove the REGISTER argument.  Move the code dealing with
11383         REGISTER ...
11384         (vc-get-backend-for-registration): ... here.  New function.
11385         (vc-deduce-fileset): Call vc-get-backend-for-registration instead
11386         of vc-responsible-backend, pass the file name instead of the
11387         directory name.
11389 2009-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11391         * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
11392         New funs.
11393         (pcomplete-std-complete): Use them.  Obey pcomplete-termination-string.
11394         (pcomplete-comint-setup): Don't modify a global var via
11395         accidental side-effects.
11396         (pcomplete-shell-setup): Adjust call accordingly.
11397         (pcomplete-parse-comint-arguments): Use push.
11399 2009-10-23  Chong Yidong  <cyd@stupidchicken.com>
11401         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
11402         Allow uncapitalized info node names (Bug#3921).
11404         * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
11405         to the DEBUG file (Bug#3781).
11407 2009-10-23  Jari Aalto  <jari.aalto@cante.net>
11409         * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
11410         dictionary entry (Bug#4579).
11412 2009-10-23  Michael Albinus  <michael.albinus@gmx.de>
11414         * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
11415         from `rfn-eshadow-update-overlay-hook' when unloading.
11416         (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
11417         "rsyncc".  Adjust doc string.
11418         (tramp-temp-buffer-file-name): New buffer-local defvar.
11419         (tramp-handle-insert-file-contents, tramp-handle-write-region):
11420         Keep temporary file when indicated by method ("rsync" and
11421         "rsyncc").
11422         (tramp-handle-write-region): Handle APPEND.
11423         (tramp-delete-temp-file-function): New defun.  Added to
11424         `kill-buffer-hook'.
11426 2009-10-23  Juanma Barranquero  <lekktu@gmail.com>
11428         * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
11430 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
11432         * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
11433         (color-name-rgb-alist, tty-standard-colors)
11434         (tty-color-mode-alist): Change to defconst.
11436         * simple.el (mark-inactive): Purecopy message.
11438         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
11439         (global-map, yank-menu):
11440         * textmodes/ispell.el (ispell-menu-map):
11441         * net/eudc.el (eudc-tools-menu):
11442         * international/mule-cmds.el (describe-language-environment-map)
11443         (setup-language-environment-map, set-coding-system-map)
11444         (mule-menu-keymap):
11445         * vc-hooks.el (vc-menu-entry, vc-menu-map):
11446         * replace.el (occur-mode-map):
11447         * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
11449 2009-10-23  Jay Belanger  <jay.p.belanger@gmail.com>
11451         * calc/calc.el (math-read-number, math-read-number-simple): Use
11452         `save-match-data'.
11454 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11456         * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
11457         rather than fiddling with global-map bindings, since it should only
11458         affect per-terminal settings.
11459         See http://bugs.gentoo.org/show_bug.cgi?id=289709.
11461         * minibuffer.el (completion-table-with-terminator): Allow to specify
11462         the terminator-regexp.
11464         * simple.el (switch-to-completions): Look for *Completions* in other
11465         frames as well.
11467         * pcomplete.el: Allow the use of completion-tables.
11468         (pcomplete-std-complete): New command.
11469         (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
11470         (pcomplete--here): Use a function for `form' rather than an expression,
11471         so it can be byte-compiled.
11472         (pcomplete-here, pcomplete-here*): Adjust accordingly.
11473         Add edebug declaration.
11474         (pcomplete-show-completions): Remove unused var `curbuf'.
11475         (pcomplete-do-complete, pcomplete-stub):
11476         Don't assume `completions' is a list of strings any more.
11478 2009-10-22  Juanma Barranquero  <lekktu@gmail.com>
11480         * find-dired.el (find-name-arg): Fix typo in docstring.
11482 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11484         * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
11485         (pcmpl-linux-fs-types): Same, and update to new modules layout.
11487         * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
11488         pcomplete-entries.
11490         * comint.el (comint-read-input-ring, comint-write-input-ring)
11491         (comint-substitute-in-file-name)
11492         (comint-dynamic-complete-as-filename)
11493         (comint-dynamic-simple-complete)
11494         (comint-dynamic-list-filename-completions)
11495         (comint-dynamic-list-completions)
11496         (comint-redirect-results-list-from-process): Minor simplifications.
11498 2009-10-21  Kevin Ryde  <user42@zip.com.au>
11500         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
11501         When inserting ";;; Code" put it before any ";;;###autoload" cookie on
11502         the first form.  And insert a blank line after ";;; Code" since
11503         that's usual style.  (Bug#4612)
11505         * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
11507 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11509         * minibuffer.el (completion-table-with-terminator): Properly implement
11510         boundaries, in case `terminator' appears in the suffix.
11511         (completion--embedded-envvar-table): Don't return boundaries if
11512         there's no valid completion.  Simplify.
11513         (completion-file-name-table): New completion table extracted from
11514         completion--file-name-table.
11515         (completion--file-name-table): Use it.
11516         (read-file-name-predicate): Declare obsolete.
11517         (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
11518         * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
11519         completion-file-name-table, and use the `pred' argument.
11520         * files.el (locate-file-completion-table): Use the `pred' arg rather
11521         than read-file-name-predicate.
11522         (abbreviate-file-name): Use \` rather than ^ for BOS.
11524 2009-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
11526         * vc.el (vc-deduce-fileset): Undo previous change, do not tell
11527         vc-responsible-backend to register, it causes problems.
11529 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11531         * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
11533 2009-10-21  Eric Ludlam  <zappo@gnu.org>
11535         * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
11536         (semantic-c-debug-mode-init-pch): New functions.
11537         (semantic-c-debug-mode-init-last-mode): New var.
11538         (semantic-c-parse-lexical-token): Use them.
11540         * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
11541         When extracting the argument list, limit only by point-max.
11543 2009-10-21  Michael Albinus  <michael.albinus@gmx.de>
11545         * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
11546         (tramp-smb-handle-file-attributes): Use it.
11547         (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
11548         (tramp-smb-handle-insert-directory): Use `mapc' rather than
11549         `mapcar'.  Use `tramp-smb-get-stat-capability'.
11550         Add `dired-filename' text properties.
11551         (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
11552         (tramp-smb-maybe-open-connection): Simplify check for smbclient
11553         version.
11555 2009-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11557         * subr.el (read-key-delay): Reduce to 0.01.
11558         (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
11559         (bug#4751).
11561 2009-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11563         * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
11565         * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
11566         (Info-menu): Remove unused vars `last' and `completions'.
11567         (Info-index-nodes): Remove unused var `node'.
11569         * info.el (Info-complete-menu-item): Use complete-with-action.
11571 2009-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
11573         Make vc-annotate work through copies and renames.
11574         * vc-annotate.el (vc-annotate-extract-revision-at-line):
11575         Return the file name too.
11576         (vc-annotate-revision-at-line)
11577         (vc-annotate-find-revision-at-line)
11578         (vc-annotate-revision-previous-to-line)
11579         (vc-annotate-show-log-revision-at-line): Update to get the file
11580         name from vc-annotate-extract-revision-at-line.
11581         (vc-annotate-show-diff-revision-at-line-internal): Change the
11582         argument to mean whether to show a file diff or not.  Get the file
11583         name from vc-annotate-extract-revision-at-line.
11584         (vc-annotate-show-diff-revision-at-line):
11585         Update vc-annotate-show-diff-revision-at-line call.
11586         (vc-annotate-warp-revision): Add an optional file argument.
11588         * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
11589         (vc-git-annotate-extract-revision-at-line): Also return the file
11590         name if found.
11592         * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
11593         command.  Remove unused code.
11594         (vc-hg-annotate-re): Update to match --follow output.
11595         (vc-hg-annotate-extract-revision-at-line): Also return the file
11596         name if found.
11598         * vc.el: Update annotate-extract-revision-at-line documentation.
11600 2009-10-18  Kevin Ryde  <user42@zip.com.au>
11602         * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
11603         re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
11605         * net/browse-url.el (browse-url): Identify alist with "consp and
11606         not functionp" and let all other things go down the `apply' leg,
11607         as suggested by Stefan.  (Further to bug#4531.)
11609 2009-10-18  Chong Yidong  <cyd@stupidchicken.com>
11611         * minibuffer.el (read-file-name): Check for repeat before putting
11612         a default argument in file-name-history (Bug#4657).
11614         * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
11615         read syntax (Bug#4737).
11617         * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
11619 2009-10-18  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
11621         * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
11622         (html-tag-alist, html-tag-help): Add descriptions for undocumented
11623         entries and make note of obsolete tags.
11625 2009-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11627         * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
11629 2009-10-18  Glenn Morris  <rgm@gnu.org>
11631         * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
11632         grep, so that binary files (eg international/uni-bidi.el) can match.
11633         Remove test for "UnicodeData" files, since it is hopefully unnecessary
11634         now, and in any case the file header format has changed.
11636 2009-10-17  Glenn Morris  <rgm@gnu.org>
11638         * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
11639         (flyspell-get-word, flyspell-large-region)
11640         (flyspell-auto-correct-previous-word): Doc/error message fixes.
11642 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
11644         * Makefile.in (ELCFILES): Add ede/shell.
11646 2009-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
11648         * term/common-win.el (x-colors): Purecopy it.
11650 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11652         * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
11653         permissive for when the buffer is empty.
11654         (tar-header-block-tokenize): Decode the username and groupname.
11655         (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
11657 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
11659         * cedet/srecode/srt.el:
11660         * cedet/srecode/compile.el:
11661         * cedet/semantic/mru-bookmark.el:
11662         * cedet/semantic/debug.el:
11663         * cedet/semantic/complete.el:
11664         * cedet/semantic/analyze.el: Require CL when compiling.
11666 2009-10-17  Eric Ludlam  <zappo@gnu.org>
11668         * cedet/semantic/scope.el
11669         (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
11670         tmpscope so that the regular scope will continue to work.
11672         * cedet/semantic/idle.el (semantic-idle-tag-highlight):
11673         Use semantic-idle-summary-highlight-face as the highlighting.
11675         * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
11676         contains multibyte characters, choose first applicable coding
11677         system automatically.
11679         * cedet/ede/project-am.el (project-run-target): New method.
11680         (project-run-target): New method.
11682         * cedet/ede.el (ede-target): Add run target menu item.
11683         (ede-project, ede-minor-keymap): Add ede-run-target binding.
11684         (ede-run-target): New function.
11685         (ede-target::project-run-target): New method.
11687         * cedet/ede/proj.el (project-run-target): New method.
11689         * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
11690         (ede-g++-libtool-shared-compiler): Remove SHELL.  Remove COMMANDS.
11691         Add :rules.
11692         (ede-proj-target-makefile-shared-object): Only libtool compilers
11693         now available.  Add linkers for libtool.
11694         (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
11695         (ede-proj-makefile-target-name): Always use .la extension.
11697         * cedet/ede/proj-prog.el (project-run-target): New method.
11699         * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
11700         (ede-g++-linker): Change Change link lines.
11702         * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
11703         When searching for old variables, go to the end of the buffer and
11704         search backward from there.
11705         (ede-proj-makefile-automake-insert-subdirs)
11706         (ede-proj-makefile-automake-insert-extradist): New methods.
11707         (ede-proj-makefile-create): Use them.
11709         * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
11710         Force FILE to expand to the current target.  Use file-exists-p to
11711         check that it exists.
11713         * cedet/ede/linux.el (ede-linux-version): Don't call "head".
11714         (ede-linux-load): Wrap dir in file-name-as-directory.
11715         Set :version slot.
11717         * cedet/ede/files.el (ede-get-locator-object): When enabling
11718         locate, do so on "top".
11720         * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
11721         file-name-as-directory during compare.
11722         (ede-emacs-version): Return Emacs/XEmacs differentiator.
11723         Get version number from different places.  Don't call egrep.
11724         (ede-emacs-load): Set :version slot.  Call file-name-as-directory
11725         to set the directory.
11727         * cedet/ede/shell.el: New file.
11729         * cedet/inversion.el (inversion-decoders): Allow for stray . in
11730         alpha/beta variants.
11732 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11734         * international/mule-cmds.el (select-safe-coding-system): If the file
11735         has a coding cookie, use it regardless of any other setting (bug#4712).
11737 2009-10-17  Glenn Morris  <rgm@gnu.org>
11739         * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
11740         All errors should have messages.
11742         * foldout.el (foldout-mouse-swallow-events):
11743         * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
11745         * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
11746         (dired-keep-marker-copy, dired-keep-marker-hardlink)
11747         (dired-keep-marker-symlink, dired-dwim-target)
11748         (dired-copy-preserve-time): Do not autoload these defcustoms.
11750         * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
11751         messages from messing up the file coding.  (Bug#4623)
11753 2009-10-17  Jari Aalto  <jari.aalto@cante.net>
11755         * textmodes/ispell.el (ispell-get-decoded-string): Give an error
11756         if no match is found for the current dictionary.  (Bug#4578)
11758         * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
11759         optional, since that is how it is documented, and this is often called
11760         with a nil argument.  (Bug#4577)
11761         (flyspell-external-point-words, flyspell-auto-correct-word)
11762         (flyspell-correct-word-before-point, flyspell-word-search-forward)
11763         (flyspell-word-search-backward): Remove nil argument in calls to
11764         flyspell-get-word, since it is not needed now.
11766 2009-10-17  Ulrich Mueller  <ulm@gentoo.org>
11768         * play/doctor.el (doctor-adverbp): Exclude some nouns.  (Bug#4565)
11770 2009-10-16  Glenn Morris  <rgm@gnu.org>
11772         * net/rcirc.el (rcirc-authenticate): Simplify previous change.
11774 2009-10-16  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
11776         * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
11777         (ange-ftp-file-size): New function.
11778         (ange-ftp-file-attributes): Use it.
11780 2009-10-16  Michael Albinus  <michael.albinus@gmx.de>
11782         * net/tramp-smb.el (tramp-smb-version): New defvar.
11783         (tramp-smb-maybe-open-connection): Use it, in order to avoid
11784         repeated checks.
11786 2009-10-16  Glenn Morris  <rgm@gnu.org>
11788         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
11789         Maybe copy some custom properties from old to new name.  (Bug#4706)
11791 2009-10-16  Juanma Barranquero  <lekktu@gmail.com>
11793         * subr.el (error, sit-for, start-process-shell-command)
11794         (start-file-process-shell-command): Set the calling convention
11795         after the function definition.
11797 2009-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11799         * subr.el (error, sit-for, start-process-shell-command)
11800         (start-file-process-shell-command): Use the new
11801         set-advertised-calling-convention feature.
11803 2009-10-16  Taichi Kawabata  <kawabata.taichi@gmail.com>
11805         * international/ucs-normalize.el (ucs-normalize-version):
11806         Change to 1.2.
11807         (check-range): Adjust for Unicode 5.2.
11809 2009-10-15  Juri Linkov  <juri@jurta.org>
11811         * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
11812         to the `menu-item' format.
11814 2009-10-15  Michael Albinus  <michael.albinus@gmx.de>
11816         * net/tramp.el (tramp-replace-environment-variables): Do not fail
11817         if the environment variable does not exist.
11819         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
11820         (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
11821         parameter.
11822         (tramp-smb-handle-add-name-to-file)
11823         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
11824         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
11825         (tramp-smb-handle-file-attributes)
11826         (tramp-smb-do-file-attributes-with-stat)
11827         (tramp-smb-handle-file-local-copy)
11828         (tramp-smb-handle-insert-directory)
11829         (tramp-smb-handle-make-directory)
11830         (tramp-smb-handle-make-directory-internal)
11831         (tramp-smb-handle-make-symbolic-link)
11832         (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
11833         (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
11834         (tramp-smb-maybe-open-connection): Apply the changed parameters.
11835         (tramp-smb-read-file-entry): Read Disk names in compressed format.
11836         Handle long file names.
11837         (tramp-smb-get-cifs-capabilities): Check, whether the connection
11838         process is running.
11839         (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
11840         Read share names with "-g" option.
11842 2009-10-15  Ryan Yeske  <rcyeske@gmail.com>
11844         * net/rcirc.el (rcirc-view-log-file): New command.
11845         (rcirc-track-minor-mode-map): Remove C-c ` binding.
11846         (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
11847         specified.
11849 2009-10-15  Glenn Morris  <rgm@gnu.org>
11851         * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
11852         from the second command-line argument.
11853         * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
11854         ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
11855         ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
11856         w32-batch-update-autoloads.
11857         * emacs-lisp/autoload.el (autoload-make-program): New variable.
11858         (batch-update-autoloads): Handle autoload-excludes on windows-nt.
11860         * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
11861         the headers cannot be located.  Simplify, subtracting superflous
11862         save-excursions.
11864 2009-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11866         Replace completion-base-size by completion-base-position to fix bugs
11867         such as (bug#4699).
11868         * simple.el (completion-base-position): New var.
11869         (completion-base-size): Mark as obsolete.
11870         (choose-completion): Make it work for mouse events as well.
11871         Pass the new base-position to choose-completion-string.
11872         (choose-completion-guess-base-position): New function, extracted from
11873         choose-completion-delete-max-match.
11874         (choose-completion-delete-max-match): Use it.  Make obsolete.
11875         (choose-completion-string): Use the new base-position info.
11876         (completion-root-regexp): Delete.
11877         (completion-setup-function): Preserve completion-base-position.
11878         Eliminate obsolete base-size manipulation.
11879         * minibuffer.el (display-completion-list): Don't mess with base-size.
11880         (minibuffer-completion-help): Set completion-base-position instead.
11881         * mouse.el (mouse-choose-completion): Redefine as a mere alias to
11882         choose-completion.
11883         * textmodes/bibtex.el (bibtex-complete):
11884         * emacs-lisp/crm.el (crm--choose-completion-string):
11885         Adjust to new calling convention.
11886         * complete.el (partial-completion-mode): Use minibufferp to avoid
11887         bumping into incompatible change to choose-completion-string-functions.
11888         * ido.el (ido-choose-completion-string): Make its calling convention
11889         more permissive.
11890         * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
11891         base-size manipulation.
11892         (comint-dynamic-list-input-ring): Use dotimes and push.
11893         * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
11894         fundamental-mode.  Use `or'.
11896 2009-10-14  Juri Linkov  <juri@jurta.org>
11898         * misearch.el (multi-isearch-next-buffer-from-list)
11899         (multi-isearch-next-file-buffer-from-list): Doc fix.  (Bug#4723)
11901 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11903         * Makefile.in (compile-onefile): Load `bytecomp' rather than
11904         `bytecomp.el'.
11906         * minibuffer.el (completion-pcm--merge-completions): Make sure the
11907         string we return is all made up of text from the completions rather
11908         than part from the completions and part from the input (bug#4219).
11910         * ido.el (ido-everywhere): Use define-minor-mode.
11912         * buff-menu.el (list-buffers, ctl-x-map):
11913         Mark the entry points with ;;;###autoload cookies.
11915 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
11917         * vc-git.el (vc-git-dir-extra-headers): Set the branch name
11918         correctly in the detached head case.
11919         (vc-git-print-log): Remove unused binding.
11921         * vc.el (vc-responsible-backend): When a directory is passed for
11922         for registration create a VC repository if no backend is
11923         responsible for the directory argument.
11924         (vc-deduce-fileset): Tell vc-responsible-backend to register.
11926         * vc.el: Move comments about RCS and SCCS ...
11927         * vc-rcs.el:
11928         * vc-sccs.el: ... here, respectively.
11930 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11932         * minibuffer.el (completion--file-name-table): Return nil if there's
11933         no file completion, even if substitute-in-file-name changed
11934         the string (bug#4708).
11936 2009-10-13  Juri Linkov  <juri@jurta.org>
11938         * files-x.el (read-file-local-variable-value): Don't filter out
11939         minor modes from mode name completion (bug#4664).
11941 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
11943         * international/mule-cmds.el (ucs-names): Remove exclusion of
11944         "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
11946 2009-10-13  Kenichi Handa  <handa@m17n.org>
11948         * international/uni-name.el: Regenerated.
11950 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
11952         * bs.el (bs-mode): Fix last change.  (`revert-buffer-function'
11953         should be automatically buffer-local, but isn't.)
11955 2009-10-12  Sam Steingold  <sds@gnu.org>
11957         * progmodes/compile.el (compilation-next-error-function): Fix the
11958         timestamps if the buffer has been visited before.
11959         (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
11960         non-anchored patterns, like the perl one (bug#3928).
11962 2009-10-12  Glenn Morris  <rgm@gnu.org>
11964         * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
11965         Let-bind `size'.
11967 2009-10-12  Juanma Barranquero  <lekktu@gmail.com>
11969         * proced.el (proced-unload-function): New function.
11971         * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
11972         (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
11973         Doc fix.
11975         * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
11977 2009-10-11  Juri Linkov  <juri@jurta.org>
11979         * files-x.el (read-file-local-variable-value):
11980         Provide default value only for bound variables (bug#4664).
11982 2009-10-11  Michael Albinus  <michael.albinus@gmx.de>
11984         * net/tramp.el (tramp-local-host-p): Function shall return nil for
11985         connection methods like smb.
11987         * net/tramp-cache.el (tramp-flush-connection-property): The hash
11988         can be empty.
11990         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
11991         (tramp-smb-file-name-handler-alist): Add handlers for
11992         `add-name-to-file', `make-symbolic-link'.
11993         (tramp-smb-handle-add-name-to-file)
11994         (tramp-smb-do-file-attributes-with-stat)
11995         (tramp-smb-handle-make-symbolic-link)
11996         (tramp-smb-get-cifs-capabilities): New defuns.
11997         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
11998         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
11999         (tramp-smb-handle-file-local-copy)
12000         (tramp-smb-handle-make-directory-internal)
12001         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
12002         The file name syntax depends on cifs capabilities.
12003         (tramp-smb-handle-file-attributes):
12004         Call `tramp-smb-do-file-attributes-with-stat' if possible.
12005         (tramp-smb-handle-insert-directory): Use posix attributes if possible.
12006         (tramp-smb-handle-set-file-modes): It is applicable for posix only.
12008 2009-10-11  Chong Yidong  <cyd@stupidchicken.com>
12010         * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
12011         (eieio-defclass): Apply deftype handler and setf-method properties
12012         directly.
12013         (eieio-add-new-slot): Avoid union function from cl library.
12014         (eieio--typep): New function.
12015         (eieio-perform-slot-validation): Use it.
12017 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
12019         * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
12020         Update documentation to refer to the variables documented in r1.135.
12021         (Bug#4188)
12023 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
12025         * bookmark.el (Info-suffix-list): Remove this unused variable.
12026         (bookmark-current-point): Remove this obsolete variable.
12027         (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
12028         Adjust for removal of bookmark-current-point.
12030         (bookmarks-already-loaded, bookmark-current-buffer)
12031         (bookmark-yank-point): Document.  (Bug#4188)
12033 2009-10-10  Glenn Morris  <rgm@gnu.org>
12035         * frame.el (frame-height): Doc fix.
12037         * calendar/calendar.el (calendar-split-width-threshold): New option.
12038         (calendar-basic-setup): Use calendar-split-width-threshold.
12040 2009-10-10  Sascha Wilde  <wilde@sha-bang.de>
12042         * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
12043         Use .la for Automake.
12045 2009-10-09  Chong Yidong  <cyd@stupidchicken.com>
12047         * cedet/ede/pconf.el (ede-proj-configure-synchronize):
12048         Use "autoreconf -i".  Suggested by Andreas Schwab.
12050 2009-10-09  Juanma Barranquero  <lekktu@gmail.com>
12052         * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
12053         Ideographic Supplement" range (U+1F200..U+1F2FF).
12055 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
12057         * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
12058         since the list will have been rebuilt anyway.  (Bug#4349)
12060 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
12062         * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
12063         (bookmark-bmenu-execute-deletions): Don't save here, as
12064         bookmark-delete will now do so if necessary.
12065         Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
12066         (Bug#4348)
12068 2009-10-09  Glenn Morris  <rgm@gnu.org>
12070         * mail/emacsbug.el (report-emacs-bug): Also print `features'.
12072 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
12074         * bookmark.el (bookmark-jump): Add new `display-func' parameter.
12075         (bookmark-jump-other-window): Just invoke bookmark-jump with new
12076         argument now, so the two function's behaviors will match.  (Bug#3645)
12078 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
12080         * cedet/ede/proj.el (project-make-dist, project-compile-project):
12081         Fix filename test.
12082         (ede-proj-dist-makefile): Use expand-file-name instead of concat
12083         to expand file names.
12085 2009-10-08  Michael Albinus  <michael.albinus@gmx.de>
12087         * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
12088         (tramp-file-name-real-host, tramp-file-name-port):
12089         Apply `save-match-data'.
12091         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
12092         case both directories are remote.
12093         (tramp-smb-handle-expand-file-name): Implement "~" expansion.
12094         (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
12096 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
12098         * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
12099         (ede-proj-target-makefile-objectcode): Use it.
12101         * cedet/ede/source.el (ede-want-any-source-files-p)
12102         (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
12103         Return search result.  This error was introduced while merging.
12105 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
12107         * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
12109 2009-10-07  Glenn Morris  <rgm@gnu.org>
12111         * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
12112         of concat.
12114 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12116         * files-x.el (read-file-local-variable): Include some
12117         non-user-variables in the completion table (bug#4664).
12119 2009-10-07  Michael Albinus  <michael.albinus@gmx.de>
12121         * net/tramp-cache.el (tramp-flush-connection-property): Add trace
12122         message.
12124         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
12125         (tramp-smb-file-name-handler-alist): Add handler for
12126         `copy-directory', `expand-file-name', `set-file-modes'.
12127         (tramp-smb-handle-copy-directory)
12128         (tramp-smb-handle-expand-file-name)
12129         (tramp-smb-handle-set-file-modes): New defuns.
12130         (tramp-smb-handle-copy-file): Handle KEEP-DATE.
12131         (tramp-smb-handle-file-attributes): Simplify check for retrieving
12132         entry.
12133         (tramp-smb-handle-insert-directory): Don't flush the cache.
12134         (tramp-smb-maybe-open-connection): Check for samba client and
12135         server versions.
12137 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
12139         * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
12140         to not error out of search for "^lisp=" fails.
12142 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
12144         * makefile.w32-in (WINS_UPDATES): New macro.
12145         (custom-deps, finder-data, autoloads): Use it.
12147 2009-10-07  Glenn Morris  <rgm@gnu.org>
12149         * Makefile.in (autoloads): Revert previous change.
12150         * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
12151         the list of preloaded files passed on the command-line, get
12152         it from src/Makefile.
12154         * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
12155         show the original buffer rather than a random one.
12157 2009-10-07  Markus Rost  <rost@math.uni-bielefeld.de>
12159         * help.el (describe-no-warranty): Place point in a slightly better
12160         position in the GPLv3 text.
12162 2009-10-06  Sam Steingold  <sds@gnu.org>
12164         * net/tramp-compat.el (tramp-compat-process-running-p): Check that
12165         the comm attribute is present before calling regexp-quote.
12167 2009-10-06  Juanma Barranquero  <lekktu@gmail.com>
12169         * play/animate.el (animate-string): For good effect, make sure
12170         `indent-tabs-mode' and `show-trailing-whitespace' are nil.
12172         * play/animate.el (animate-sequence, animate-birthday-present):
12173         * misc.el (butterfly): Don't set `indent-tabs-mode'.
12175 2009-10-06  Glenn Morris  <rgm@gnu.org>
12177         * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
12179         * emacs-lisp/autoload.el (autoload-excludes): New variable.
12180         (autoload-generate-file-autoloads): Skip files in autoload-excludes.
12181         (batch-update-autoloads): Process a string value of autoload-excludes,
12182         set during the build process.
12183         * Makefile.in (autoloads): Skip preloaded files.  (Bug#4446)
12185         * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
12186         inside with-parsed...  macro so that `v' is defined.
12188         * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
12189         * progmodes/fortran.el (fortran-end-of-block)
12190         (fortran-beginning-of-block):
12191         Also push mark in the macro case.
12193         * emerge.el (emerge-show-file-name):
12194         * calc/calc.el (calc-quit):
12195         * calc/calc-misc.el (calc-big-or-small):
12196         * calc/calc-graph.el (calc-graph-view):
12197         * calc/calc-ext.el (calc-reset):
12198         * calendar/calendar.el (calendar-basic-setup):
12199         Use window-full-height-p.
12201         * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
12202         header we don't understand, don't insert another.  (Bug#4624)
12203         If changing mime charset, insert the new one in the right place.
12205 2009-10-06  Matthew Junker  <matthew.junker@sbcglobal.net>  (tiny change)
12207         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
12208         (cal-tex-cursor-month): Correctly increment the end date for diary and
12209         holiday listing.  (Bug#4626)
12211 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12213         * help-fns.el (describe-function-1): Don't burp if the function is not
12214         a symbol.
12216 2009-10-05  Juanma Barranquero  <lekktu@gmail.com>
12218         * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
12219         (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
12220         (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
12221         (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
12223         * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
12224         (eieio-default-superclass): Reflow docstrings.
12225         (this, class-option-assoc, defclass, eieio-class-un-autoload)
12226         (eieio-unbind-method-implementations, defmethod)
12227         (eieio-validate-slot-value, eieio-validate-class-slot-value)
12228         (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
12229         (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
12230         (eieio-slot-originating-class-p, eieio-slot-name-index)
12231         (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
12232         (constructor, initialize-instance, no-next-method, object-print)
12233         (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
12234         Fix typos in docstrings.
12235         (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
12236         (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
12237         (next-method-p): Doc fixes.
12238         (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
12239         Fix typos in error messages.
12240         (eieio-defmethod): Fix typo in description of generic method.
12242         * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
12243         (eieio-persistent-save-interactive, slot-missing):
12244         Fix typos in docstrings.
12245         (eieio-instance-inheritor-slot-boundp): Doc fix.
12247         * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
12248         (byte-compile-defmethod-param-convert): Fix typos in docstrings.
12250         * emacs-lisp/eieio-custom.el (eieio-done-customizing)
12251         (eieio-custom-object-apply-reset):
12252         Fix typos in docstrings and error messages.
12254         * emacs-lisp/eieio-datadebug.el (data-debug-show):
12255         Fix typo in docstring.
12257         * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
12258         (eieio-browse-tree): Doc fix.
12259         (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
12260         (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
12261         Fix typos in docstrings.
12263         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
12264         (eieio-speedbar-key-map, eieio-speedbar-create-engine)
12265         (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
12266         (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
12267         Reflow docstrings.
12269 2009-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
12271         * vc-hg.el (log-view-vc-backend): Declare for compiler.
12272         (vc-hg-outgoing-mode, vc-hg-incoming-mode):
12273         Set log-view-vc-backend so that diff can work.
12275         * log-view.el (log-view-diff): Use vc-diff-internal instead of
12276         vc-version-diff.
12277         (vc-diff-internal): Autoload this instead of vc-version-diff.
12279 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
12281         * simple.el (eval-expression): Doc fix.
12283         * progmodes/cwarn.el (cwarn-mode): Doc fix.
12285 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
12287         * files.el (directory-files-no-dot-files-regexp): New defconst.
12288         (delete-directory): Use it.
12289         (copy-directory): Use it.  Remove parameter PRESERVE-UID-GID.
12291         * net/tramp.el (tramp-verbose): Fix docstring.
12292         (tramp-methods): Add recursive option to `tramp-copy-args'.
12293         Add `tramp-copy-recursive'.  Valid for "rcp", "scp", "scp1", "scp2",
12294         "scp1_old", "scp2_old", "rsync", "rsyncc".
12295         (tramp-default-method): Check also for `auth-source-user-or-password'.
12296         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
12297         Add handler for `copy-directory'.
12298         (tramp-handle-copy-directory): New defun.
12299         (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
12300         (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
12301         Optimize sent command.
12303 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12305         * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
12306         window if necessary.
12308         * calendar/calendar.el (calendar-basic-setup): Don't call
12309         switch-to-buffer in a dedicated window.
12311 2009-10-05  Karl Fogel  <kfogel@red-bean.com>
12313         * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
12314         don't do anything related to relocating, just return nil.
12315         (bookmark-error-no-filename): New error.
12316         (bookmark-default-handler): Signal `bookmark-error-no-filename' if
12317         bookmark has no file.  Don't even attempt to handle things that
12318         are not files; the whole point of custom handlers is to keep that
12319         knowledge elsewhere anyway.  Tighten some comments.
12320         (bookmark-file-or-variation-thereof): Remove now-unused function.
12321         (bookmark-location): Doc string fix.
12322         (Bug#4250)
12324 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
12326         * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
12327         don't use a file dialog, because they usually don't know how to read
12328         a directory target from the user.  (Bug#4230)
12329         Also, make sure the prompt can display directories as well as files.
12331 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
12333         * bookmark.el (bookmark-set, bookmark-buffer-name):
12334         Improve doc strings.  (Bug#1193)
12336 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
12338         * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
12339         (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
12340         (bookmark-get-annotation, bookmark-set-annotation)
12341         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
12342         (bookmark-set-position, bookmark-get-front-context-string)
12343         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
12344         (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
12345         (bookmark-jump-other-window, bookmark-handle-bookmark)
12346         (bookmark-relocate, bookmark-insert-location, bookmark-rename)
12347         (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
12348         (bookmark-edit-annotation-mode, bookmark-edit-annotation):
12349         Improve doc strings to say whether bookmark can be a string or
12350         a record or both, and make other consistency and clarity fixes.
12351         (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
12352         (bookmark-default-annotation-text, bookmark-yank-word)
12353         (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
12354         (bookmark-import-new-list, bookmark-maybe-rename)
12355         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
12356         (bookmark-bmenu-bookmark): Give these doc strings.
12357         (bookmark-bmenu-check-position): Give this a doc string, but also
12358         add a FIXME comment about how the function may be pointless.
12359         (bookmark-default-handler): Rework doc string and change a
12360         parameter name, to clarify that this takes a bookmark record
12361         not a bookmark name.
12362         (bookmark-set): Change a parameter name to indicate its meaning,
12363         and improve the doc string a bit.
12364         (Bug#4188)
12366 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
12368         * bookmark.el (bookmark-alist): Document the new `handler' element
12369         in the param alist.
12370         (bookmark-make-record-function): Adjust documentation for above.
12371         (Bug#4193)
12373 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
12375         * info.el (Info-bookmark-make-record): Document this function.
12376         (Info-bookmark-jump): Document with a doc string, not just a comment.
12377         (Bug#4203)
12379 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
12381         * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
12382         (semantic-new-buffer-fcn): Call parser setup functions here.
12383         (semantic-mode): Don't call parser setup functions here, it's done
12384         in semantic-new-buffer-fcn now.
12385         (semantic-mode): Parse all existing buffers when enabled.
12387         * cedet/srecode/compile.el (srecode-compile-file):
12388         Call semantic-new-buffer-fcn if the buffer has not been parsed.
12390 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
12392         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
12394         * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
12395         (proj-comp-insert-variable-once): New macro, renamed from
12396         ede-pmake-insert-variable-once in ede/pmake.edl.
12397         (ede-proj-makefile-insert-variables): Use it.
12399 2009-10-04  Michael Albinus  <michael.albinus@gmx.de>
12401         * files.el (copy-directory): New defun.
12403         * dired-aux.el (dired-copy-file-recursive): Use it.
12405 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
12407         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
12408         (makefile-end-of-command):
12409         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
12410         (semantic-end-of-context): Fix previous change.  Doc fixes.
12412 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
12414         * files-x.el (modify-dir-local-variable)
12415         (copy-dir-locals-to-file-locals-prop-line):
12416         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
12417         (makefile-end-of-command):
12418         * cedet/semantic/lex.el (semantic-lex-token):
12419         * cedet/semantic/analyze/fcn.el
12420         (semantic-analyze-dereference-metatype-1):
12421         * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
12422         (semantic-lex-cpp-undef):
12423         * cedet/semantic/wisent/wisent.el (wisent-skip-block):
12424         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
12425         (semantic-end-of-context): Fix typos in docstrings.
12427         * recentf.el (recentf-unload-function): New function.
12429 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
12431         * cedet/ede.el (ede-project-placeholder-cache-file):
12432         * cedet/semantic/db-file.el (semanticdb-default-save-directory):
12433         * cedet/srecode/map.el (srecode-map-save-file):
12434         Use locate-user-emacs-file.  Suggested by Juanma Barranquero.
12436 2009-10-04  Glenn Morris  <rgm@gnu.org>
12438         * window.el (window-full-height-p): Add doc string.
12440 2009-10-04  Martin Rudalics  <rudalics@gmx.at>
12442         * window.el (window-full-height-p): New function.  (Bug#4543)
12444 2009-10-03  Chong Yidong  <cyd@stupidchicken.com>
12446         * cedet/srecode/insert.el: Require srecode/args.
12448         * cedet/srecode/args.el: Require srecode/dictionary instead of
12449         srecode/insert.
12451         * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
12453         * files.el (auto-mode-alist): Add .srt and Project.ede.
12455         * cedet/semantic.el (semantic-mode):
12456         Handle srecode-template-mode-hook as well.
12457         (semantic-mode): Use js-mode-hook for Javascript hook.
12459         * cedet/srecode/template.el: Remove hook variable.
12461         * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
12463         * cedet/ede.el (ede-target-forms-menu): Don't enable if no
12464         projects exist.
12465         (ede-project-placeholder-cache-file): Default to a file in
12466         user-emacs-directory.
12468         * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
12469         templates in data-directory.
12470         (srecode-map-save-file): Default to a file in user-emacs-directory.
12472         * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
12473         directory.
12475 2009-09-30  Eric Ludlam  <zappo@gnu.org>
12477         * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
12478         Doc fix.
12480         * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
12481         Only insert each variable once.
12483         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
12484         (ede-pmake-insert-variable-shared): Use it.
12486         * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
12487         for lexical table iff table is nil.
12489 2009-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
12491         * vc.el: Remove commented out code.
12492         (vc-derived-from-dir-mode): Remove, unused.
12493         (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
12495 2009-10-03  Michael Albinus  <michael.albinus@gmx.de>
12497         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
12498         Disable `file-name-handler-alist' when loading 'ange-ftp.  Otherwise,
12499         there could be recursive loading when `default-directory' is a
12500         remote file name.  (Bug#4614)
12502 2009-10-03  Glenn Morris  <rgm@gnu.org>
12504         * calendar/calendar.el (calendar-basic-setup): Handle the case where
12505         the frame is wide.
12506         (calendar-generate-window): Test for shrinkability rather than width.
12508         * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
12509         declaration, currently false.
12511         * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
12512         reusing existing buffers, in case we happen to visit two files with the
12513         same basename.  (Bug#4593)
12515 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
12517         * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
12518         (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
12519         (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
12520         subdirs of cedet as well.
12521         (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
12523 2009-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12525         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
12526         Obey advertised-signature-table.
12528         * help-fns.el (help-function-arglist): Don't check
12529         advertised-signature-table.
12530         (describe-function-1): Do it here instead so it also applies to subrs.
12532 2009-10-02  Michael Albinus  <michael.albinus@gmx.de>
12534         * simple.el (start-file-process): Say in the doc-string, that file
12535         handlers might not support pty association, if PROGRAM is nil.
12537         * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
12538         HOST and USER are strings.  They are nil, when there are
12539         incomplete entries in ~/.netrc, for example.
12540         (ange-ftp-delete-directory): Implement RECURSIVE case.  Change to
12541         root directory ("device busy" error otherwise).
12543         * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
12544         Flush file properties of created directory.
12546 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
12548         * makefile.w32-in (WINS_BASIC): Remove cedet.
12549         (WINS_CEDET): Add cedet.
12550         (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
12552 2009-10-02  Kevin Ryde  <user42@zip.com.au>
12554         * net/browse-url.el (browse-url): Pass any symbol in
12555         browse-url-browser-function to `apply', since if you've mistakenly put
12556         an unbound symbol then the error is clearer.  (Bug#4531)
12558 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
12560         * allout.el (allout-init, allout-back-to-current-heading)
12561         (allout-beginning-of-current-entry, allout-ascend-to-depth)
12562         (allout-ascend, allout-up-current-level, allout-end-of-level)
12563         (allout-previous-visible-heading, allout-forward-current-level)
12564         (allout-backward-current-level, allout-show-children):
12565         * apropos.el (apropos-describe-plist):
12566         * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
12567         * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
12568         * completion.el (add-completion, add-permanent-completion):
12569         * descr-text.el (describe-text-category, describe-char):
12570         * desktop.el (desktop-lazy-abort):
12571         * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
12572         * dired.el (dired-build-subdir-alist):
12573         * ediff.el (ediff-version):
12574         * elide-head.el (elide-head, elide-head-show):
12575         * emerge.el (emerge-version):
12576         * env.el (getenv):
12577         * face-remap.el (variable-pitch-mode):
12578         * faces.el (describe-face):
12579         * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
12580         (dired-at-point):
12581         * files.el (find-file-existing, auto-save-mode):
12582         * font-lock.el (font-lock-fontify-buffer):
12583         * help-fns.el (describe-function, describe-variable)
12584         (describe-syntax, describe-categories):
12585         * help.el (view-lossage, describe-bindings, describe-key)
12586         (describe-mode):
12587         * hexl.el (hexl-current-address):
12588         * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
12589         * info.el (Info-goto-emacs-key-command-node):
12590         * log-edit.el (log-edit-insert-cvs-template)
12591         (log-edit-insert-cvs-rcstemplate):
12592         * menu-bar.el (menu-bar-mode):
12593         * mouse.el (mouse-appearance-menu):
12594         * newcomment.el (comment-indent-new-line):
12595         * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
12596         (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
12597         (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
12598         (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
12599         * recentf.el (recentf-mode):
12600         * savehist.el (savehist-mode, savehist-save):
12601         * shadowfile.el (shadow-copy-files):
12602         * simple.el (kill-ring-save, next-line, previous-line)
12603         (normal-erase-is-backspace-mode):
12604         * strokes.el (strokes-update-window-configuration)
12605         (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
12606         (strokes-xpm-for-stroke):
12607         * time.el (emacs-uptime, emacs-init-time):
12608         * tutorial.el (tutorial--describe-nonstandard-key)
12609         (tutorial--detailed-help):
12610         * type-break.el (type-break-mode)
12611         (type-break-mode-line-message-mode, type-break-query-mode)
12612         (type-break-guesstimate-keystroke-threshold):
12613         * vc.el (vc-version-diff, vc-diff, vc-root-diff):
12614         * version.el (emacs-version):
12615         * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
12616         * winner.el (winner-mode):
12617         * calendar/timeclock.el (timeclock-in, timeclock-out)
12618         (timeclock-status-string, timeclock-change)
12619         (timeclock-workday-remaining-string)
12620         (timeclock-workday-elapsed-string)
12621         (timeclock-when-to-leave-string):
12622         * calendar/todo-mode.el (todo-add-category):
12623         * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
12624         * emacs-lisp/autoload.el (update-file-autoloads):
12625         * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
12626         (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
12627         (checkdoc-message-text, checkdoc-defun):
12628         * emacs-lisp/debug.el (debugger-list-functions):
12629         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
12630         * emacs-lisp/eieio-opt.el (eieio-describe-class)
12631         (eieio-describe-generic):
12632         * emacs-lisp/lisp-mnt.el (lm-synopsis):
12633         * emacs-lisp/shadow.el (list-load-path-shadows):
12634         * emulation/cua-base.el (cua-mode):
12635         * emulation/edt.el (edt-set-scroll-margins):
12636         * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
12637         (tpu-toggle-regexp, tpu-toggle-search-direction)
12638         (tpu-toggle-rectangle, tpu-toggle-control-keys):
12639         * emulation/tpu-extras.el (tpu-set-scroll-margins):
12640         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
12641         (viper-set-parsing-style-toggling-macro)
12642         (viper-set-emacs-state-searchstyle-macros):
12643         * emulation/viper.el (viper-set-hooks):
12644         * eshell/esh-mode.el (eshell-truncate-buffer):
12645         * international/mule-cmds.el (prefer-coding-system)
12646         (describe-input-method, describe-language-environment):
12647         * international/mule-diag.el (list-character-sets)
12648         (describe-character-set, describe-coding-system)
12649         (describe-fontset, list-fontsets, list-input-methods):
12650         * mail/sendmail.el (mail-signature):
12651         * net/ange-ftp.el (ange-ftp-copy-file):
12652         * net/browse-url.el (browse-url):
12653         * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
12654         * net/quickurl.el (quickurl-add-url):
12655         * net/rcirc.el (names, topic):
12656         * net/xesam.el (xesam-mode):
12657         * play/5x5.el (5x5-new-game):
12658         * play/yow.el (apropos-zippy):
12659         * progmodes/ada-mode.el (ada-mode-version):
12660         * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
12661         (f90-end-of-block)
12662         (f90-beginning-of-block):
12663         * progmodes/fortran.el (fortran-end-of-block)
12664         (fortran-beginning-of-block):
12665         * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
12666         * progmodes/python.el (python-describe-symbol, python-shell):
12667         * term/ns-win.el (ns-print-buffer):
12668         * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
12669         * textmodes/flyspell.el (flyspell-mode-on):
12670         * textmodes/page-ext.el (set-page-delimiter, pages-directory)
12671         (pages-directory-for-addresses):
12672         * textmodes/table.el (table-recognize-cell)
12673         (table-query-dimension, table-generate-source)
12674         (table-insert-sequence, table--warn-incompatibility):
12675         * textmodes/tex-mode.el (tex-validate-buffer):
12676         * textmodes/texinfmt.el (texinfmt-version)
12677         (texinfo-format-buffer):
12678         Use `called-interactively-p' instead of `interactive-p'.
12680 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
12682         * image-mode.el (image-toggle-display):
12683         * emacs-lisp/elp.el (elp-instrument-function):
12684         * emacs-lisp/advice.el (ad-make-advised-definition):
12685         * emacs-lisp/easy-mmode.el (define-minor-mode):
12686         * net/browse-url.el (browse-url-maybe-new-window):
12687         * progmodes/sh-script.el (sh-learn-buffer-indent):
12688         Pass new argument 'any to `called-interactively-p'.
12690 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
12692         * international/uni-bidi.el:
12693         * international/uni-category.el:
12694         * international/uni-combining.el:
12695         * international/uni-comment.el:
12696         * international/uni-decimal.el:
12697         * international/uni-decomposition.el:
12698         * international/uni-digit.el:
12699         * international/uni-lowercase.el:
12700         * international/uni-mirrored.el:
12701         * international/uni-name.el:
12702         * international/uni-numeric.el:
12703         * international/uni-old-name.el:
12704         * international/uni-titlecase.el:
12705         * international/uni-uppercase.el:
12706         Regenerate from Unicode 5.2.0 data.
12708 2009-10-01  Glenn Morris  <rgm@gnu.org>
12710         * Makefile.in (ELCFILES): Regenerate.
12712 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12714         * subr.el (interactive-p): Mark obsolete.
12715         (called-interactively-p): Make the optional-ness of `kind' obsolete.
12716         * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
12717         advertised-signature-table for subroutines as well.
12719         * emacs-lisp/byte-run.el (advertised-signature-table): New var.
12720         (set-advertised-calling-convention): New function.
12721         (make-obsolete, define-obsolete-function-alias)
12722         (make-obsolete-variable, define-obsolete-variable-alias):
12723         Make the optional-ness of `when' obsolete.
12724         (define-obsolete-face-alias): Make `when' non-optional.
12725         * help-fns.el (help-function-arglist):
12726         * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
12727         Use advertised-signature-table.
12729 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
12731         * files.el (delete-directory): New defun.  The original function
12732         in fileio.c has been renamed to `delete-directory-internal'.
12734         * dired.el (dired-delete-file): Call `delete-directory' with
12735         RECURSIVE parameter.
12737         * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
12738         parameter RECURSIVE.  Implementation is missing.
12740         * net/tramp.el (tramp-handle-make-directory): Flush upper
12741         directory's file properties.
12742         (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
12743         (tramp-handle-dired-recursive-delete-directory): Flush directory
12744         properties after the remove command only.
12746         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
12747         Handle optional parameter RECURSIVE.
12749         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
12750         Handle optional parameter RECURSIVE.
12752         * net/tramp-smb.el (tramp-smb-errors): Add error message for
12753         connection timeout.
12754         (tramp-smb-handle-delete-directory): Handle optional parameter
12755         RECURSIVE.
12757 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12759         * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
12760         (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
12761         (byte-compile-defmacro): Use backquotes.
12763         * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
12765         * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
12766         has no associated file.
12767         (vc-resynch-buffer): Use vc-dir-buffers.
12769 2009-10-01  Glenn Morris  <rgm@gnu.org>
12771         * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
12772         (chart-file-count):
12773         * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
12774         * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
12775         * emacs-lisp/eieio-opt.el (eieio-describe-class):
12776         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
12777         * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
12778         (eieio-copy-parents-into-subclass, make-instance, class-children)
12779         (eieio-generic-form):
12780         * cedet/cedet-files.el (cedet-directory-name-to-file-name):
12781         * cedet/cedet-idutils.el (cedet-idutils-search)
12782         (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
12783         (cedet-idutils-version-check):
12784         * cedet/cedet.el (cedet-version):
12785         * cedet/data-debug.el (data-debug-insert-overlay-button)
12786         (data-debug-insert-overlay-list-button)
12787         (data-debug-insert-buffer-button)
12788         (data-debug-insert-buffer-list-button)
12789         (data-debug-insert-process-button, data-debug-insert-ring-button)
12790         (data-debug-insert-widget, data-debug-insert-stuff-list-button)
12791         (data-debug-insert-stuff-vector-button)
12792         (data-debug-insert-symbol-button, data-debug-insert-string)
12793         (data-debug-insert-number, data-debug-insert-lambda-expression)
12794         (data-debug-insert-nil, data-debug-insert-simple-thing)
12795         (data-debug-insert-custom, data-debug-edebug-expr):
12796         * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
12797         (global-ede-mode-map, ede-new, ede-debug-target)
12798         (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
12799         * cedet/semantic.el (semantic-minimum-working-buffer-size)
12800         (semantic-fetch-tags, semantic-submode-list)
12801         (semantic-default-submodes):
12802         * cedet/ede/source.el (ede-source-match):
12803         * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
12804         (project-am-package-info):
12805         * cedet/ede/proj.el (ede-proj-target, project-new-target):
12806         * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
12807         * cedet/ede/proj-comp.el (ede-current-build-list):
12808         * cedet/ede/makefile-edit.el (makefile-move-to-macro):
12809         * cedet/ede/files.el (ede-toplevel-project-or-nil):
12810         * cedet/ede/cpp-root.el (initialize-instance):
12811         * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
12812         (autoconf-parameter-strip, autoconf-insert-new-macro):
12813         * cedet/semantic/wisent.el (wisent-lex-eoi):
12814         * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
12815         (semantic-show-parser-state-mode):
12816         * cedet/semantic/texi.el (semantic-texi-environment-regexp):
12817         * cedet/semantic/tag.el (semantic-tag-new-variable)
12818         (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
12819         (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
12820         (semantic--tag-deep-copy-tag-list)
12821         (semantic-tag-components-with-overlays-default):
12822         * cedet/semantic/symref.el (semantic-symref-find-text):
12823         * cedet/semantic/senator.el (senator-yank-tag)
12824         (senator-transpose-tags-up):
12825         * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
12826         (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
12827         * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
12828         * cedet/semantic/lex.el (semantic-lex-comment-regex)
12829         (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
12830         (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
12831         * cedet/semantic/lex-spp.el
12832         (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
12833         (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
12834         * cedet/semantic/idle.el
12835         (semantic-idle-summary-current-symbol-info-brutish)
12836         (semantic-idle-summary-current-symbol-info-default):
12837         * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
12838         (semantic--grammar-macro-compl-dict):
12839         * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
12840         * cedet/semantic/format.el (semantic-format-tag-custom-list)
12841         (semantic-format-tag-canonical-name-default):
12842         * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
12843         (semantic-find-tags-for-completion)
12844         (semantic-find-tags-by-scope-protection-default)
12845         (semantic-deep-find-tags-for-completion):
12846         * cedet/semantic/edit.el
12847         (semantic-edits-incremental-reparse-failed-hook)
12848         (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
12849         (semantic-edits-splice-remove, semantic-edits-splice-replace):
12850         * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
12851         * cedet/semantic/dep.el (semantic-dependency-include-path):
12852         * cedet/semantic/db.el (semanticdb-default-find-index-class)
12853         (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
12854         (semanticdb-project-roots):
12855         * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
12856         (semanticdb-find-adebug-insert-scanned-tag-cons)
12857         (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
12858         (semanticdb-brute-deep-find-tags-for-completion):
12859         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
12860         * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
12861         (semantic-end-of-context-default)
12862         (semantic-ctxt-current-function-default)
12863         (semantic-ctxt-scoped-types-default):
12864         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
12865         (semantic-complete-inline-tag-engine)
12866         (semantic-complete-inline-custom-type)
12867         (semantic-complete-read-tag-analyzer):
12868         * cedet/semantic/chart.el (semantic-chart-tags-by-class)
12869         (semantic-chart-database-size):
12870         * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
12871         (semantic-analyze-current-context):
12872         * cedet/semantic/symref/list.el (semantic-symref)
12873         (semantic-symref-hide-buffer, semantic-symref-symbol):
12874         * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
12875         * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
12876         * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
12877         * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
12878         (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
12879         (semantic-c-dereference-template):
12880         * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
12881         (semantic--analyze-refs-full-lookup-with-parents)
12882         (semantic--analyze-refs-full-lookup-simple):
12883         * cedet/semantic/analyze/complete.el
12884         (semantic-analyze-possible-completions):
12885         * cedet/srecode/table.el (srecode-mode-table-new):
12886         * cedet/srecode/srt.el (srecode-read-variable-name):
12887         * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
12888         * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
12889         (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
12890         * cedet/srecode/map.el (srecode-current-map):
12891         * cedet/srecode/insert.el (srecode-insert)
12892         (srecode-insert-variable-secondname-handler, srecode-insert-method)
12893         (srecode-template-inserter-point-override)
12894         (srecode-insert-include-lookup):
12895         * cedet/srecode/getset.el (srecode-auto-choose-class):
12896         * cedet/srecode/extract.el (srecode-inserter-extract):
12897         * cedet/srecode/document.el
12898         (srecode-document-autocomment-return-last-alist)
12899         (srecode-document-autocomment-param-type-alist)
12900         (srecode-document-insert-function-comment)
12901         (srecode-document-insert-variable-one-line-comment)
12902         (srecode-document-function-name-comment):
12903         * cedet/srecode/dictionary.el (srecode-create-dictionary)
12904         (srecode-compound-toString):
12905         * cedet/srecode/compile.el (srecode-flush-active-templates):
12906         * cedet/srecode/args.el (srecode-semantic-handle-:blank):
12907         Doc/message fixes.
12909         * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
12910         match-data.  (Bug#4555).
12912         * cedet/semantic/bovine/gcc.el
12913         (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
12914         (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
12916         * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
12917         rather than parsing it as a regexp.  This relaxes the layout
12918         requirements and makes errors easier to detect.
12919         (check-declare-verify): Check file is regular.
12920         (check-declare-directory): Doc fix.
12921         * subr.el (declare-function): Doc fix.
12923         * ibuffer.el (ibuffer-format-qualifier):
12924         * isearch.el (hi-lock-regexp-okay):
12925         * calc/calc.el (math-zerop):
12926         * mail/uce.el (rmail-msgbeg, rmail-msgend):
12927         * term/w32-win.el (setup-default-fontset, set-fontset-font):
12928         Remove unused declarations.
12930 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
12932         * cedet/semantic/wisent/javat-wy.el
12933         (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
12935 2009-09-30  Juanma Barranquero  <lekktu@gmail.com>
12937         * cedet/srecode/expandproto.el: Fix provide statement.
12939 2009-09-30  Eric Ludlam  <zappo@gnu.org>
12941         * emacs-lisp/eieio.el (boolean-p): Delete.
12943 2009-09-30  Sascha Wilde  <wilde@sha-bang.de>
12945         * cedet/ede/srecode.el: Fix provide statement.
12947 2009-09-30  Glenn Morris  <rgm@gnu.org>
12949         * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
12950         * cedet/ede/proj-aux.el (ede-aux-source):
12951         * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
12952         (ede-misc-source):
12953         * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
12954         (semantic-mrub-switch-tags): Fix doc typos.
12956         * cedet/semantic/db-global.el (data-debug-new-buffer)
12957         (data-debug-insert-thing): Remove unneeded declarations (one broken).
12958         (semanticdb-enable-gnu-global-databases): Fix prompt typo.
12960         * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
12962         * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
12963         use of CL function `remove-if-not'.
12965         * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
12967         * emacs-lisp/elint.el (elint-init-form): Report declarations where the
12968         filename is not a string.
12970 2009-09-29  Chong Yidong  <cyd@stupidchicken.com>
12972         * files.el (safe-local-eval-forms): Fix typo.
12974 2009-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12976         * vc-hooks.el (vc-dir-buffers): New var.
12977         (vc-state-refresh): New function.
12978         (vc-state): Use it.
12979         (vc-after-save): Always ask the backend to recompute the new state.
12980         Always call vc-dir if necessary, using vc-dir-buffers.
12981         * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
12982         Use vc-dir-buffers.
12983         (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
12984         (vc-dir-prepare-status-buffer, vc-dir-update)
12985         (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
12986         Don't call expand-file-name on default-directory.
12988 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
12990         * speedbar.el (speedbar-item-delete):
12991         * calc/calc-prog.el (calc-kbd-if):
12992         * language/hanja-util.el (hanja-init-load): Fix typos in messages.
12994         * epa.el (epa-key-list-mode-map):
12995         * hi-lock.el (hi-lock-menu): Fix typos in menus.
12997         * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
12998         (hs-show-hook): Fix typo in docstring.
13000 2009-09-29  Glenn Morris  <rgm@gnu.org>
13002         * cedet/semantic/symref/idutils.el:
13003         * cedet/semantic/symref/list.el: Relicense under GPLv3+.
13005         * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
13007         * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
13008         * cedet/semantic/tag-file.el (semanticdb-table-child-p):
13009         * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
13010         Mark declarations not understood by check-declare.
13012         * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
13013         file-name-nondirectory call preventing location of cedet files.
13014         (check-declare-verify): Use literal search rather than re-search.
13015         Add basic defmethod and defclass, and define-overloadable-function.
13017         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
13018         Use tramp-compat-file-attributes rather than nonexistent
13019         tramp-compat-handle-file-attributes.
13021         * Makefile.in (lisptagsfiles4): New.
13022         (AUTOGENEL): Add cedet loaddefs files.
13023         (TAGS, TAGS-LISP): Use $lisptagsfiles4.
13024         (update-elclist, compile-always, backup-compiled-files)
13025         (bootstrap-clean): Add yet another directory level.
13026         (update-elclist): Use LC_COLLATE rather than COLLATE.
13027         (ELCFILES): Update, via `make update-elclist'.
13029 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
13031         * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
13032         (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
13033         (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
13035 2009-09-28  Andreas Schwab  <schwab@linux-m68k.org>
13037         * Makefile.in (lisptagsfiles3): Define.
13038         (TAGS, TAGS-LISP): Use it.
13039         (update-elclist): Add third directory level to look for elc files.
13040         (compile-always): Likewise.
13041         (backup-compiled-files): Likewise.
13042         (bootstrap-clean): Likewise.
13043         (ELCFILES): Update.
13045 2009-09-28  Chong Yidong  <cyd@stupidchicken.com>
13047         * Makefile.in (ELCFILES): Add CEDET files.
13049 2009-09-28  Eric Ludlam  <zappo@gnu.org>
13051         CEDET (development tools) package merged.
13053         * cedet/*.el:
13054         * cedet/ede/*.el:
13055         * cedet/semantic/*.el:
13056         * cedet/srecode/*.el: New files.
13058 2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
13060         * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
13062         * net/tramp.el (top): Require tramp-imap.
13064         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
13065         Use `tramp-compat-handle-file-attributes'.
13067 2009-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13069         * net/tramp-imap.el: New package.
13071 2009-09-28  Eric Ludlam  <zappo@gnu.org>
13073         * emacs-lisp/chart.el:
13074         * emacs-lisp/eieio-base.el:
13075         * emacs-lisp/eieio-comp.el:
13076         * emacs-lisp/eieio-custom.el:
13077         * emacs-lisp/eieio-datadebug.el:
13078         * emacs-lisp/eieio-opt.el:
13079         * emacs-lisp/eieio-speedbar.el:
13080         * emacs-lisp/eieio.el: New files.
13082         * cedet/cedet-cscope.el:
13083         * cedet/cedet-files.el:
13084         * cedet/cedet-global.el:
13085         * cedet/cedet-idutils.el:
13086         * cedet/data-debug.el:
13087         * cedet/inversion.el:
13088         * cedet/mode-local.el:
13089         * cedet/pulse.el: New files.
13091 2009-09-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13093         * whitespace.el (whitespace-trailing-regexp)
13094         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
13095         Fix doc string.
13097 2009-09-27  Chong Yidong  <cyd@stupidchicken.com>
13099         * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
13100         menu.
13102         * ediff-hook.el: Move menu-bar-ediff-misc-menu into
13103         menu-bar-ediff-menu.
13105         * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
13106         define-overloadable-function.
13108         * progmodes/autoconf.el: Provide autoconf as well, so that this
13109         file can be `require'd.
13111         * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
13113         * emacs-lisp/autoload.el (generated-autoload-feature)
13114         (generated-autoload-load-name): New vars.
13115         (autoload-rubric, autoload-generate-file-autoloads): Use them.
13116         (make-autoload): Recognize define-overloadable-function and
13117         defclass forms (for EIEIO).
13119         * Makefile.in (update-subdirs): Exclude cedet directory.
13121 2009-09-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
13123         * term/ns-win.el: Don't set the region face background.  (Bug#4381)
13125         * faces.el: Default light-background background for region face to
13126         ns_selection_color under NS.
13128 2009-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
13130         * net/imap-hash.el: New library, see NEWS.
13132         * Makefile.in (ELCFILES): Add imap-hash.el.
13134 2009-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13136         * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
13137         * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
13138         * help-macro.el (make-help-screen): Avoid using an ambiguous function
13139         definition where the docstring could be taken for the return value.
13141 2009-09-26  Glenn Morris  <rgm@gnu.org>
13143         * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
13144         Add option to only show images below a certain size.
13145         (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
13146         save-excursion calls.
13148 2009-09-26  Eli Zaretskii  <eliz@gnu.org>
13150         * makefile.w32-in (WINS_ALMOST): Add cedet (with its
13151         subdirectories) and eieio.
13153 2009-09-26  Alan Mackenzie  <acm@muc.de>
13155         * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
13156         buggy bracketing.  (Bug#4289)
13158         * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
13159         character constants (as case labels).  (Bug#4289)
13161 2009-09-25  Juri Linkov  <juri@jurta.org>
13163         * files.el (safe-local-eval-forms): Allow time-stamp in
13164         before-save-hook (Bug#4554).
13166 2009-09-25  Drew Adams  <drew.adams@oracle.com>
13168         * menu-bar.el (list-buffers-directory): Doc fix.
13170 2009-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13172         * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
13173         Try and avoid copying twice the same paragraph.
13174         (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
13175         Remove save-excursion.
13176         (log-edit-changelog-entry): Do it here instead.
13178 2009-09-25  Juanma Barranquero  <lekktu@gmail.com>
13180         * bs.el (bs--get-file-name): Use `list-buffers-directory'
13181         when available, instead of hardcoding mode names.  Doc fix.
13183         * menu-bar.el (list-buffers-directory): Add docstring.
13184         Make automatically buffer-local.
13186         * dired.el (dired-mode):
13187         * files.el (cd-absolute):
13188         * pcvs.el (cvs-temp-buffer):
13189         * pcvs-util.el (cvs-get-buffer-create):
13190         * shell.el (shell-mode):
13191         * vc-dir.el (vc-dir-mode):
13192         Don't make `list-buffers-directory' buffer local.
13194 2009-09-25  Devon Sean McCullough  <emacs-hacker@Jovi.Net>
13196         * comint.el (comint-exec, comint-run, make-comint):
13197         Doc fixes (Bug#4542).
13199 2009-09-25  Glenn Morris  <rgm@gnu.org>
13201         * mail/rmailmm.el (rmail-mime): New custom group.
13202         Move all defcustoms in this file into this group.
13203         (rmail-mime-media-type-handlers-alist): Revert previous change.
13204         (rmail-mime-show-images): New option.
13205         (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
13206         references to it, since it wasn't actually used for anything.
13207         (rmail-mime-insert-image): New function.
13208         (rmail-mime-image): Use rmail-mime-insert-image.
13209         (rmail-mime-bulk-handler): Remove optional `image' argument, instead
13210         obey the value of `rmail-mime-show-images' option.  Print the size of
13211         attachments.
13213 2009-09-25  David Engster  <deng@randomsample.de>
13215         * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'.  (Bug#4548)
13217 2009-09-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13219         * whitespace.el: Does not highlight trailing spaces While point is
13220         at end of line.  Does not highligt spaces at beginning of buffer
13221         while point is at beginning of buffer.  Does not highlight spaces
13222         at end of buffer while point is at end of buffer.  (Bug#4177)
13223         New version 12.0.
13224         (whitespace-display-mappings): Adjust initialization.
13225         (whitespace-point, whitespace-font-lock-refontify): New vars.
13226         (whitespace-color-on, whitespace-color-off): Adjust code.
13227         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
13228         (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
13229         (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
13231 2009-09-24  Chong Yidong  <cyd@stupidchicken.com>
13233         * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
13235         * textmodes/sgml-mode.el: Remove xml-mode alias.
13237         * files.el (auto-mode-alist, conf-mode-maybe)
13238         (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
13240 2009-09-24  Alan Mackenzie  <acm@muc.de>
13242         * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
13243         c-forward-conditionals, but it doesn't move point and doesn't set
13244         the mark.
13245         (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
13246         (c-down-conditional-with-else, c-backward-conditional)
13247         (c-forward-conditional): Refactor to use c-scan-conditionals.
13249 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
13251         * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
13252         (help-default-arg-highlight): Remove.
13253         (help-highlight-arg): New function.
13254         (help-do-arg-highlight): Use it.
13255         Suggested by Drew Adams <drew.adams@oracle.com>.  (Bug#4510, bug#4520)
13257 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13259         * term.el (term-set-scroll-region, term-handle-ansi-escape):
13260         Undo last change, which didn't fix the problem and introduced others.
13262 2009-09-24  Nick Roberts  <nickrob@snap.net.nz>
13264         * progmodes/gdb-mi.el: Don't require speedbar.
13265         (gdb-jsonify-buffer): Handle case where "=" is part of value string.
13267 2009-09-24  Glenn Morris  <rgm@gnu.org>
13269         * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
13271         * term/ns-win.el (ns-reg-to-script): Define for compiler.
13273         * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
13274         there is no newline after the final mime boundary.  (Bug#4539)
13275         Move markers on insertion so that any buttons inserted don't end up in
13276         the next part of a multipart message.
13277         (rmail-mime-media-type-handlers-alist): Doc fix.  Add image handler.
13278         (rmail-mime-bulk-handler): Optionally handle images.
13279         (rmail-mime-image): New button action.
13280         (rmail-mime-image-handler): New function.
13281         (rmail-mime-mode): New mode.
13282         (rmail-mime): Doc fix.  Use rmail-mime-mode (for font-lock).
13284 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13286         * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
13287         than just dropping elements from it (bug#4504).
13289         * term.el (term-set-scroll-region): Don't move cursor any more.
13290         (term-handle-ansi-escape): Call term-goto here instead.
13291         Suggested by Ivan Kanis <apple@kanis.eu>.
13293         * term.el: Require CL.
13294         (term-ansi-reset): New function.
13295         (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
13296         (term-handle-colors-array): Simplify.
13298 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
13300         * allout.el (allout-overlay-interior-modification-handler)
13301         (allout-obtain-passphrase):
13302         * epa-file.el (epa-file-write-region):
13303         * ps-print.el (ps-begin-job):
13304         * vc-hooks.el (vc-toggle-read-only):
13305         * vc-rcs.el (vc-rcs-rollback):
13306         * vc-sccs.el (vc-sccs-rollback):
13307         * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
13308         (vc-version-diff, vc-revert, vc-rollback):
13309         * wdired.el (wdired-check-kill-buffer):
13310         * emacs-lisp/authors.el (authors):
13311         * net/socks.el (socks-open-connection):
13312         * net/zeroconf.el (zeroconf-service-add-hook):
13313         * obsolete/vc-mcvs.el (vc-mcvs-register):
13314         * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
13315         (gdb-select-frame):
13316         * progmodes/grep.el (lgrep, rgrep):
13317         * progmodes/idlw-help.el (idlwave-help-check-locations)
13318         (idlwave-help-html-link, idlwave-help-assistant-open-link):
13319         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
13320         * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
13321         (reftex-toc-rename-label): Fix typos in error messages.
13323         * dired-aux.el (dired-do-shell-command): Reflow docstring.
13324         (dired-copy-how-to-fn): Doc fix.
13325         (dired-files-attributes, dired-read-shell-command):
13326         Fix typos in docstrings.
13328         * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
13329         (dired-x-find-file-other-window): Reflow docstrings.
13330         (dired-omit-marker-char, dired-read-shell-command)
13331         (dired-x-submit-report): Fix typos in docstrings.
13333         * shell.el (shell-mode-hook):
13334         * view.el (View-scroll-line-forward):
13335         * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
13336         Fix typos in docstrings.
13338         * net/dig.el (dig-invoke): Fix typo in docstring.
13339         (query-dig): Reflow docstring.
13341         * progmodes/idlwave.el (idlwave-create-user-catalog-file)
13342         (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
13343         (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
13344         (idlwave-begin-block-reg, idlwave-begin-unit-reg)
13345         (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
13346         (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
13347         (idlwave-check-abbrev, idlwave-class-file-or-buffer)
13348         (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
13349         (idlwave-completion-map, idlwave-current-indent)
13350         (idlwave-custom-ampersand-surround, idlwave-customize)
13351         (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
13352         (idlwave-define-abbrev, idlwave-determine-class-special)
13353         (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
13354         (idlwave-end-block-reg, idlwave-end-of-statement)
13355         (idlwave-end-of-statement0, idlwave-end-of-subprogram)
13356         (idlwave-end-unit-reg, idlwave-entry-find-keyword)
13357         (idlwave-explicit-class-listed, idlwave-file-header)
13358         (idlwave-fill-paragraph, idlwave-find-class-definition)
13359         (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
13360         (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
13361         (idlwave-in-quote, idlwave-indent-action-table)
13362         (idlwave-indent-expand-table, idlwave-indent-line)
13363         (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
13364         (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
13365         (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
13366         (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
13367         (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
13368         (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
13369         (idlwave-outlawed-buffers, idlwave-popup-select)
13370         (idlwave-previous-statement, idlwave-rescan-catalog-directories)
13371         (idlwave-routine-entry-compare, idlwave-routine-info.pro)
13372         (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
13373         (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
13374         (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
13375         (idlwave-statement-type, idlwave-struct-skip)
13376         (idlwave-substitute-link-target, idlwave-toggle-comment-region)
13377         (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
13378         (idlwave-what-module-find-class): Fix typos in docstrings.
13379         (idlwave-all-method-classes, idlwave-calc-hanging-indent)
13380         (idlwave-calculate-cont-indent, idlwave-expand-equal)
13381         (idlwave-find-module, idlwave-find-structure-definition)
13382         (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
13383         (idlwave-list-load-path-shadows, idlwave-next-statement)
13384         (idlwave-routine-entry-compare-twins, idlwave-routine-info)
13385         (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
13386         (idlwave-template): Reflow docstrings.
13388         * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
13389         (idlwave-shell-batch-command, idlwave-shell-bp-alist)
13390         (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
13391         (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
13392         (idlwave-shell-display-line, idlwave-shell-display-wframe)
13393         (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
13394         (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
13395         (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
13396         (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
13397         (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
13398         (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
13399         (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
13400         (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
13401         (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
13402         (idlwave-shell-scan-for-state, idlwave-shell-send-command)
13403         (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
13404         (idlwave-shell-shell-command, idlwave-shell-sources-alist)
13405         (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
13406         (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
13407         (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
13408         Fix typos in docstrings.
13409         (idlwave-shell-bp, idlwave-shell-clear-current-bp)
13410         (idlwave-shell-hide-output, idlwave-shell-mode)
13411         (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
13412         Reflow docstrings.
13414         * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
13416 2009-09-24  Ivan Kanis  <apple@kanis.eu>
13418         * term.el (term-bold-attribute): New var.
13419         (term-handle-colors-array): Use it.
13421 2009-09-23  Nick Roberts  <nickrob@snap.net.nz>
13423         * progmodes/gdb-mi.el (gdb-version): New variable.
13424         (gdb-non-stop-handler): Set gdb-version.
13425         (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
13426         Condition "--thread" option on gdb-version.
13427         (gdb-invalidate-threads): Remove unused argument.
13429 2009-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13431         * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
13432         to looking-back to avoid ridiculous slow down in large files (bug#4511).
13434 2009-09-23  Glenn Morris  <rgm@gnu.org>
13436         * mail/rmail.el (rmail-reply): Don't try to add a References header when
13437         replying to mail without References or Message-Id.  (Bug#4525)
13439 2009-09-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
13441         * term/ns-win.el (ns-reg-to-script): New variable.
13443 2009-09-23  Daiki Ueno  <ueno@unixuser.org>
13445         * epg.el (epg-wait-for-status): Preserve existing 'error results.
13447 2009-09-22  Sam Steingold  <sds@gnu.org>
13449         * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
13450         (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
13451         to 1 because hg returns status 1 when nothing is found.
13452         Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
13454 2009-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13456         * textmodes/fill.el: Convert to utf-8 encoding.
13457         (fill-french-nobreak-p): Remove redundant » and « inherited from our
13458         pre-Unicode days.
13460         * add-log.el (change-log-fill-forward-paragraph): New function.
13461         (change-log-mode): Use it so fill-region DTRT.
13462         Set fill-indent-according-to-mode here rather than in
13463         change-log-fill-paragraph.
13464         (change-log-fill-paragraph): Remove.
13466 2009-09-22  Juanma Barranquero  <lekktu@gmail.com>
13468         * info.el (Info-try-follow-nearest-node): Use the URL extracted by
13469         `Info-get-token', instead of `browse-url-url-at-point'.  (Bug#4508)
13471 2009-09-22  Glenn Morris  <rgm@gnu.org>
13473         * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
13474         the scroll-bar scroll the calendar window rather than the buffer.
13476         * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
13477         commands that move point (as opposed to scrolling).
13479         * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
13481         * emacs-lisp/elint.el (elint): New custom group.
13482         (elint-log-buffer): Make it a defcustom.
13483         (elint-scan-preloaded, elint-ignored-warnings)
13484         (elint-directory-skip-re): New options.
13485         (elint-builtin-variables): Doc fix.
13486         (elint-preloaded-env): New variable.
13487         (elint-unknown-builtin-args): Add an entry for encode-time.
13488         (elint-extra-errors): Make it a variable rather than a constant.
13489         (elint-preloaded-skip-re): New constant.
13490         (elint-directory): Skip files matching elint-directory-skip-re.
13491         (elint-features): New variable, local to linted buffers.
13492         (elint-update-env): Initialize elint-features.  Possibly add
13493         elint-preloaded-env to the buffer's environment.
13494         (elint-get-top-forms): Bind elint-current-pos, for log messages.
13495         Skip quoted forms.
13496         (elint-init-form): New function, extracted from elint-init-env.
13497         Make non-list forms a warning rather than an error.
13498         Add the mode-map for define-derived-mode.  Handle define-minor-mode,
13499         easy-menu-define, put that adds an error-condition, and provide.
13500         When requiring cl, also require cl-macs.  Really require cl, to handle
13501         some cl macros.  Store required libraries in the list elint-features,
13502         so as not to re-load them.  Treat cc-require like require.
13503         (elint-init-env): Call elint-init-form to do the work.
13504         Handle eval-and-compile and such like.
13505         (elint-add-required-env): Do not clear messages.
13506         (elint-special-forms): Add handlers for function, defalias, if, when,
13507         unless, and, or.
13508         (elint-form): Add optional argument to ignore elint-special-forms,
13509         useful to prevent recursive calls from handlers.  Doc fix.
13510         Respect elint-ignored-warnings.
13511         (elint-form): Respect elint-ignored-warnings.
13512         (elint-bound-variable, elint-bound-function): New variables.
13513         (elint-unbound-variable): Respect elint-bound-variable.
13514         (elint-get-args): Respect elint-bound-function.
13515         (elint-check-cond-form): Add some simple handling for (f)boundp and
13516         featurep tests.
13517         (elint-check-defalias-form): New handler.
13518         (elint-check-let-form): Make an empty let a warning rather than an
13519         error.
13520         (elint-check-setq-form): Make an empty setq a warning rather than an
13521         error.  Respect elint-ignored-warnings.
13522         (elint-check-defvar-form): Accept null doc-strings.
13523         (elint-check-conditional-form): New handler.  Does some simple-minded
13524         checking of featurep and (f)boundp tests.
13525         (elint-put-function-args): New function.
13526         (elint-initialize): Use elint-scan-doc-file rather than
13527         elint-find-builtin-variables.  Use elint-put-function-args.
13528         Possibly scan preloaded-file-list.
13529         (elint-scan-doc-file): Rename from elint-find-builtin-variables and
13530         extend to handle functions as well.
13532 2009-09-22  Lennart Borgman  <lennart.borgman@gmail.com>
13534         * linum.el (linum-delete-overlays, linum-update-window):
13535         Do not modify the right margin.  (Bug#3971)
13537 2009-09-21  Chong Yidong  <cyd@stupidchicken.com>
13539         * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
13540         nxml-mode instead of xml-mode.
13542 2009-09-21  Kevin Ryde  <user42@zip.com.au>
13544         * net/dig.el: Add "Keywords: comm", as per net-utils.el.  (Bug#4501)
13546 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13548         * net/dig.el (dig-mode): Use define-derived-mode.
13550 2009-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
13552         * vc-dispatcher.el (vc-do-command): Return the process object in
13553         the asynchronous case.  Use when instead of if.  Do not run
13554         vc-exec-after to display a message if not enabled.  (Bug#4463)
13556         * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
13557         properties to the stash strings.
13558         (vc-git-stash-list): Return a list of strings.
13559         (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
13560         (vc-git-stash-show-at-point): New functions.
13561         (vc-git-stash-map): New keymap.
13563         * register.el (ctl-x-r-map): Define the keys here instead of
13564         using autoload.
13566 2009-09-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>  (tiny change)
13568         * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
13569         list, to workaround performance problem (bug#4485).
13571 2009-09-20  Nick Roberts  <nickrob@snap.net.nz>
13573         * progmodes/gud.el (gud-sentinel): Revert indavertant change.
13575 2009-09-20  Daiki Ueno  <ueno@unixuser.org>
13577         * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
13578         Document that this option is not recommended to use.
13580 2009-09-19  Glenn Morris  <rgm@gnu.org>
13582         * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
13583         variable `var'.
13585         * calc/calc-alg.el (var):
13586         * calc/calcalg2.el (var): Define for compiler.
13588 2009-09-19  Chong Yidong  <cyd@stupidchicken.com>
13590         * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
13591         Doc fix (Bug#3932).
13593         * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
13595         * time-stamp.el (time-stamp-month-dd-yyyy)
13596         (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
13597         (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
13598         (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
13599         (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
13600         Remove functions that have been obsolete since 1995 (Bug#4436).
13602         * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
13603         indent buffer only if called interactively (Bug#4452).
13605 2009-09-19  Juanma Barranquero  <lekktu@gmail.com>
13606             Eli Zaretskii  <eliz@gnu.org>
13608         This fixes bug#4197 (merged to bug#865, though not identical).
13609         * server.el (server-auth-dir): Add docstring note about FAT32.
13610         (server-ensure-safe-dir): Accept FAT32 directories as "safe",
13611         but warn against using them.
13613 2009-09-19  Nick Roberts  <nickrob@snap.net.nz>
13615         * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
13616         older GDB where there is no has_more field.
13618 2009-09-19  Glenn Morris  <rgm@gnu.org>
13620         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
13622 2009-09-18  Chong Yidong  <cyd@stupidchicken.com>
13624         * files.el (auto-mode-alist): Change default for XML files to nXML
13625         mode (Bug#4169).
13627 2009-09-18  Juanma Barranquero  <lekktu@gmail.com>
13629         * server.el (server-ensure-safe-dir): Pass 'integer
13630         to `file-attributes', as suggested.
13632 2009-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
13634         * dired-aux.el (dired-query-alist): Remove spurious backslash.
13635         (dired-query): Use read-key.
13637 2009-09-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
13639         * cus-start.el (ns-use-qd-smoothing): Remove.
13641 2009-09-18  Glenn Morris  <rgm@gnu.org>
13643         * allout.el (top-level): Remove unnecessary progn.
13645         * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
13647         * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
13648         definition of abbrev table.
13650         * speedbar.el (speedbar-track-mouse):
13651         * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
13652         * net/eudc.el (eudc-expand-inline):
13653         * net/newst-backend.el (newsticker--cache-read-feed):
13654         * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
13655         condition-case handlers.
13657 2009-09-18  Nick Roberts  <nickrob@snap.net.nz>
13659         * progmodes/gdb-mi.el (gdb-frame-address): New variable.
13660         (gdb-var-list): Add an element for has_more field.
13661         (gdb-non-stop-handler): Enable pretty printing for STL containers.
13662         (gdb-var-create-handler, gdb-var-list-children-handler-1)
13663         (gdb-var-update-handler-1): Parse output of dynamic variable
13664         objects (STL containers).
13665         (gdb-var-delete-1): Pass var1 as an explicit second argument.
13666         (gdb-get-field): Delete alias.  Use bindat-get-field directly.
13668         * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
13669         gdb-var-list.
13670         (gud-speedbar-buttons): Make node expandable if expression "has more"
13671         children.
13673 2009-09-17  Juanma Barranquero  <lekktu@gmail.com>
13675         * startup.el (emacs-quick-startup): Remove variable and all uses.
13676         (command-line): Set `inhibit-x-resources' instead.
13677         (command-line-1): Use `inhibit-x-resources' instead.
13679 2009-09-17  Chong Yidong  <cyd@stupidchicken.com>
13681         * subr.el: Fix last change to avoid using the `unless' macro,
13682         which breaks bootstrapping.
13684 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13686         * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
13687         extended definitions, in case we reload subr.el after having
13688         loaded CL.
13689         (eval-next-after-load): Mark as obsolete.
13691 2009-09-17  Juri Linkov  <juri@jurta.org>
13693         * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
13694         (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
13695         (menu-bar-showhide-menu, menu-bar-tools-menu)
13696         (menu-bar-describe-menu, menu-bar-help-menu)
13697         (minibuffer-local-completion-map, minibuffer-local-map):
13698         Fix list quoting.
13700 2009-09-17  Glenn Morris  <rgm@gnu.org>
13702         * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
13703         arguments, whether or not it has a handler.
13705         * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
13707         * simple.el (hard-newline): Give it a doc-string.
13709         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
13710         (lisp-mode-syntax-table): Give them doc-strings.
13712 2009-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
13714         * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
13715         (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
13716         (menu-bar-options-menu, menu-bar-showhide-menu)
13717         (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
13718         (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
13719         (menu-bar-options-menu, menu-bar-line-wrapping-menu)
13720         (menu-bar-options-menu, menu-bar-tools-menu)
13721         (menu-bar-describe-menu, menu-bar-search-documentation-menu)
13722         (menu-bar-help-menu):
13723         (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
13724         string arguments.
13726         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
13727         (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
13728         calls for the menu names and :help.
13730 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13732         * mouse.el (minor-mode-menu-from-indicator): Pay attention
13733         to :minor-mode-function (bug#4455).
13735 2009-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13737         * startup.el (command-line): Initialize the window-system after
13738         processing the command-line.
13740         * textmodes/page.el (what-page): Make sure we don't inf-loop if
13741         page-delimiter matches the empty string.
13743 2009-09-16  Glenn Morris  <rgm@gnu.org>
13745         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
13746         byte-compile-not-obsolete-var.  It's a list now.
13747         (byte-compile-not-obsolete-funcs): New variable.
13748         (byte-compile-warn-obsolete): Don't warn about functions if they are in
13749         byte-compile-not-obsolete-funcs.
13750         (byte-compile-variable-ref, byte-compile-defvar): Update for
13751         byte-compile-not-obsolete-vars name-change and list nature.
13752         (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
13753         and variables behind (f)boundp tests.
13754         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
13756 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
13758         * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
13760 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13762         * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
13763         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
13764         Don't autoload.
13766 2009-09-15  Stephen Eglen  <stephen@gnu.org>
13768         * iswitchb.el (iswitchb-read-buffer): When selecting a match from
13769         the virtual-buffers, use the name of the buffer specified by
13770         find-file-noselect, as the match may be a symlink.  (This was a
13771         problem if the target and the symlink had different names.)
13773 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13775         * custom.el (custom-initialize-default, custom-initialize-set): CSE.
13777         * desktop.el (desktop-path): Check user-emacs-directory.
13779         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
13781         * loadup.el: Use after-load-functions to GC after loading each file.
13782         Remove the explicit GC calls that used to be sprinkled around.
13784         * subr.el (after-load-functions): New hook.
13785         (do-after-load-evaluation): Run it.  Use string-match-p to detect
13786         `obsolete' packages, rather than painfully extracting the relevant
13787         directory name.
13789 2009-09-15  Glenn Morris  <rgm@gnu.org>
13791         * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
13792         free variable `doc'.
13794         * dired.el (dired-mode-map): Add menu entry for async shell command.
13796         * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
13797         variables, also consider the .elc files, since the .el files are
13798         normally gzipped (subsequent code locates the .el.gz from the .elc).
13800         * calc/calc-prog.el (arglist): Define for compiler.
13802         * calendar/diary-lib.el (diary-display-function): Change the default to
13803         fancy display.
13804         (body): Define for compiler.
13806         * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
13807         (byte-compile-file-form, byte-compile-lambda)
13808         (byte-compile-top-level-body, byte-compile-form)
13809         (byte-compile-variable-ref, byte-compile-setq)
13810         (byte-compile-setq-default, byte-compile-body)
13811         (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
13812         (batch-byte-compile): Give some more local variables with common names
13813         a "bytecomp-" prefix to avoid masking warnings about free variables.
13815         * startup.el (command-line-1): Give local variables with common names a
13816         distinguishing prefix, so as not to hide free variable warnings during
13817         bootstrap.
13819         * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
13820         clever and add a suffix to make a unique name, just let the user decide
13821         whether or not to overwrite it.  If the input is a directory, write the
13822         default filename to that directory.  (Bug#4388)
13823         (rmail-mime-bulk-handler): Ensure the save button's 'directory property
13824         is a filename-as-a-directory.
13826 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13828         * textmodes/page.el (what-page): Don't move to beginning of line.
13829         See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
13831 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
13833         * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
13835 2009-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
13837         * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
13838         * help.el (help-for-help-internal): Add purecopy calls for text.
13840         * vc.el (top): print-log method now takes an optional SHORTLOG
13841         argument.  Add a new method: root.
13842         (vc-root-diff, vc-print-root-log): New functions.
13843         (vc-log-short-style): New variable.
13844         (vc-print-log-internal): Add support for showing short logs.
13846         * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
13847         vc-print-root-log and vc-print-root-diff.
13849         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
13850         * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
13851         * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
13852         short logs.
13854         * vc-cvs.el (vc-cvs-print-log):
13855         * vc-mtn.el (vc-mtn-print-log):
13856         * vc-rcs.el (vc-rcs-print-log):
13857         * vc-sccs.el (vc-sccs-print-log):
13858         * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
13859         that is ignored for now.
13861         * vc-mtn.el (vc-mtn-annotate-command):
13862         * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
13864 2009-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13866         * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
13867         to function-key-map, and give them ascii-character property.
13868         * term/x-win.el (x-alternatives-map):
13869         * term/ns-win.el (ns-alternatives-map):
13870         * term/internal.el (msdos-key-remapping-map):
13871         * w32-fns.el (x-alternatives-map): Remove redundant mappings.
13873 2009-09-14  Glenn Morris  <rgm@gnu.org>
13875         * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
13876         temp-buffers (2009-09-12).
13878 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13880         * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
13881         the new read-key function.
13883 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
13885         * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
13886         is defined (Bug#4405).
13888 2009-09-13  Vincent Belaïche  <vincent.belaiche@gmail.com>
13890         * recentf.el (recentf-cleanup): Use a hash table to find
13891         duplicates (Bug#4407).
13893 2009-09-13  Per Starbäck  <per@starback.se>  (tiny change)
13895         * textmodes/ispell.el (ispell-command-loop): Convert keys such as
13896         kp-0 to ascii equivalents (Bug#4325).
13898 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
13900         * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
13902         * eshell/em-hist.el:
13903         * eshell/em-dirs.el (eshell-complete-user-reference):
13904         Declare pcomplete functions and variables to avoid compiler warnings.
13906 2009-09-13  Leo  <sdl.web@gmail.com>  (tiny change)
13908         * eshell/em-script.el (eshell-login-script, eshell-rc-script):
13909         * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
13910         * eshell/em-alias.el (eshell-aliases-file):
13911         * eshell/em-hist.el (eshell-history-file-name):
13912         Use expand-file-name instead of concat to make file names (Bug#4308).
13914 2009-09-13  Glenn Morris  <rgm@gnu.org>
13916         * ediff-merg.el (ediff-do-merge):
13917         * filesets.el (filesets-run-cmd):
13918         * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
13919         (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
13920         (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
13921         (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
13922         (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
13923         Replace empty `let's with `progn'.
13925 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13927         * mail/sendmail.el (send-mail-function):
13928         * tooltip.el (tooltip-mode):
13929         * simple.el (transient-mark-mode):
13930         * rfn-eshadow.el (file-name-shadow-mode):
13931         * frame.el (blink-cursor-mode):
13932         * font-core.el (global-font-lock-mode):
13933         * files.el (temporary-file-directory)
13934         (small-temporary-file-directory, auto-save-file-name-transforms):
13935         * epa-hook.el (auto-encryption-mode):
13936         * composite.el (global-auto-composition-mode):
13937         Use custom-initialize-delay.
13938         * startup.el (command-line): Don't explicitly call
13939         custom-reevaluate-setting for all the above vars.
13940         * custom.el (custom-initialize-safe-set)
13941         (custom-initialize-safe-default): Delete.
13943 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13945         * term/x-win.el (x-initialize-window-system):
13946         * term/w32-win.el (w32-initialize-window-system):
13947         * term/ns-win.el (ns-initialize-window-system): Don't call
13948         mouse-wheel-mode since it's enabled globally by default already.
13950         * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
13951         actually define the variable, but only silences the byte-compiler.
13952         (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
13953         before looking it up.
13954         (mouse-wheel-scroll-amount): Also reset the bindings if this value
13955         is changed.
13957 2009-09-12  Glenn Morris  <rgm@gnu.org>
13959         * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
13960         1000.
13961         (elint-add-required-env): Don't beep on error.
13962         (elint-forms): In case of error, return ENV unchanged.
13963         (elint-init-env): Skip non-list forms.
13964         (elint-log): Handle unknown file positions.
13966 2009-09-12  Daiki Ueno  <ueno@unixuser.org>
13968         * epg.el (epg-make-context): Add autoload cookie.
13969         (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
13970         (epg-decrypt-string, epg-start-verify, epg-verify-file)
13971         (epg-verify-string, epg-start-sign, epg-sign-file)
13972         (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
13973         (epg-encrypt-string, epg-start-export-keys)
13974         (epg-export-keys-to-file, epg-export-keys-to-string)
13975         (epg-start-import-keys, epg-import-keys-from-file)
13976         (epg-import-keys-from-string, epg-start-receive-keys)
13977         (epg-receive-keys, epg-import-keys-from-server)
13978         (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
13979         (epg-sign-keys, epg-start-generate-key)
13980         (epg-generate-key-from-file, epg-generate-key-from-string):
13981         Remove autoload cookie.
13983 2009-09-12  Eli Zaretskii  <eliz@gnu.org>
13985         * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
13986         reevaluation of trash-directory.
13988         * mwheel.el: Fix last change.
13989         (mouse-wheel-mode): New defvar.
13990         (mouse-wheel-mode): Remove autoload cookie.
13992 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13994         * mwheel.el (mwheel-installed-bindings): New var.
13995         (mouse-wheel-mode): Use it, so as to make sure we really remove all
13996         the bindings we set last time.  Use custom-initialize-delay.
13997         * loadup.el: Load mwheel after term/*-win.el.
13998         * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
13999         and mouse-wheel-up-event now that their first evaluation is done
14000         sufficiently late to be correct.
14002         * startup.el (tutorial-directory): Make it a defcustom.
14003         Use custom-initialize-delay rather than eval-at-startup to set it.
14004         * image.el (image-load-path): Make it a defcustom.
14005         Use custom-initialize-delay rather than eval-at-startup to set it.
14006         * subr.el (eval-at-startup): Remove.
14007         * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
14009         * subr.el (do-after-load-evaluation): Warn the user after loading an
14010         obsolete package.
14012 2009-09-12  Glenn Morris  <rgm@gnu.org>
14014         * proced.el (proced-mark-alt): Remove alias.
14015         (proced-mode-map): Remove proced-mark-alt.
14017         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
14018         Elint file and directory.  Remove initialization entry.
14020         * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
14021         commands.
14022         (elint-current-buffer): Set mode-line-process.
14023         (elint-init-env): Handle define-derived-mode.
14024         Fix declare-function with unspecified arglist.  Guard against odd
14025         defalias statements (eg iso-insert's 8859-1-map).
14026         (elint-add-required-env): Use a temp buffer.
14027         (elint-form): Just print the function/macro name, not the whole form.
14028         Return env unchanged if we fail to parse a macro.
14029         (elint-forms): Guard against parse errors.
14030         (elint-output): New function, to handle batch mode.
14031         (elint-log-message): Add optional argument.  Use elint-output.
14032         (elint-set-mode-line): New function.
14034 2009-09-12  Andreas Politz  <politza@fh-trier.de>  (tiny change)
14036         * emacs-lisp/elp.el (elp-not-profilable): Add more
14037         functions (Bug#4233).
14039 2009-09-12  Chong Yidong  <cyd@stupidchicken.com>
14041         * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
14042         (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
14044 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
14046         * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
14047         (gdb-var-list-children): Use json parsing.
14049 2009-09-11  Daniel Colascione  <dan.colascione@gmail.com>
14051         * progmodes/js.el (js--proper-indentation): Handle the case where
14052         char-before is null.  Reported by Deniz Dogan.
14054 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
14056         * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
14058 2009-09-11  Daiki Ueno  <ueno@unixuser.org>
14060         * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
14061         (epg-digest-algorithm-alist): Add SHA224.
14062         (epg-context-set-passphrase-callback)
14063         (epg-context-set-progress-callback): Add description about
14064         callback function.
14066 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14068         * custom.el (custom-delayed-init-variables): New var.
14069         (custom-initialize-delay): New function.
14070         * startup.el (command-line): "Re"evaluate all vars in
14071         custom-delayed-init-variables.  Don't reevaluate abbrev-file-name
14072         explicitly any more.
14073         * abbrev.el (abbrev-file-name): Use custom-initialize-delay
14074         to avoid creating a ~/.emacs.d at build-time (bug#4347).
14076         * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
14078 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
14080         * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
14081         (gdb-var-update-handler): Use json parsing.
14083 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
14085         * vc-annotate.el (vc-annotate): Use the main file's coding-system to
14086         decode annotated text, regardless of language environment.  (Bug#2741)
14088 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14090         * Makefile.in (autoloads): Make rmail.el writable as well.
14092 2009-09-11  Glenn Morris  <rgm@gnu.org>
14094         * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
14095         loaddefs.el.
14096         * dired.el: Regenerate with extracted autoloads.
14097         * Makefile.in (autoloads): Make dired.el writable.
14099         * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
14100         * ibuffer.el: Regenerate with extracted autoloads.
14101         * Makefile.in (autoloads): Make ibuffer.el writable.
14103         * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
14104         * version.el (emacs-copyright, emacs-major-version)
14105         (emacs-minor-version): Reformat doc-strings for make-docfile.
14107         * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
14108         functions and variables, since they must be stuff specific to some other
14109         platform.
14110         (apropos-print): Make mouse-click message less specific about button.
14112         * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
14113         that records where a macro was defined.
14114         * help-fns.el (describe-function-1): Mention if a function has a
14115         compiler-macro.
14116         * help-mode.el (help-function-cmacro): New button.
14118         * locate.el (top-level): Always require dired.
14119         (locate-mode-map): Initialize inside the defvar.
14121         * net/ange-ftp.el (dired-compress-file): Declare.
14122         (ange-ftp-dired-compress-file): Add doc string.
14124         * term/ns-win.el (x-display-name, x-setup-function-keys):
14125         Unify doc-strings with X versions.
14127 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14129         * emulation/crisp.el (crisp-mode-map): Move initialization
14130         into declaration.
14131         (crisp-mode): Use define-minor-mode.
14133         * progmodes/xscheme.el (xscheme-evaluation-commands):
14134         Put a :advertised-binding property rather than using
14135         advertised-xscheme-send-previous-expression.
14136         (advertised-xscheme-send-previous-expression): Declare obsolete.
14137         * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
14138         `advertised-undo'.
14139         (crisp-mode): Add corresponding bindings to
14140         undo's :advertised-binding instead.
14141         * dired.el (dired-mode-map): Put a :advertised-binding property rather
14142         than using dired-advertised-find-file.
14143         (dired-advertised-find-file):
14144         * simple.el (advertised-undo):
14145         * wid-edit.el (advertised-widget-backward): Declare obsolete.
14146         (widget-keymap): Put a :advertised-binding property rather
14147         than using advertised-widget-backward.
14148         * bindings.el (ctl-x-map): Put a :advertised-binding property rather
14149         than using advertised-undo.
14150         * tutorial.el (tutorial--default-keys): Adjust accordingly.
14152 2009-09-10  Simon South  <ssouth@slowcomputing.org>
14154         * progmodes/delphi.el (delphi-tab): Indent region when Transient
14155         Mark mode is enabled and region is active; otherwise indent or
14156         insert TAB as usual.
14157         (delphi-mode): Update description of TAB-key binding.
14159 2009-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14161         * subr.el (define-key-rebound-commands): Mark obsolete.
14162         * startup.el (precompute-menubar-bindings): Remove.
14163         (normal-top-level): Remove obsolete code that tried to precompute
14164         menubar bindings.
14165         * loadup.el (define-key-rebound-commands): Don't bother fiddling with
14166         define-key-rebound-commands and precompute-menubar-bindings.
14168 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
14170         * net/imap.el (imap-interactive-login): Better messages.
14171         (imap-open): Fix bug with renamed buffer on reconnect.
14172         (imap-authenticate): Add buffer-local imap-last-authenticator variable
14173         for easier debugging and cleaner code.  On successful (guessed based on
14174         server capabilities) secondary authentication, set imap-state
14175         correctly.
14176         (imap-last-authenticator): Define imap-last-authenticator as a variable
14177         to avoid warnings.
14179 2009-09-10  Glenn Morris  <rgm@gnu.org>
14181         * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
14183         * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
14184         (byte-compile-file-form-autoload): Don't warn about unknown functions
14185         where the autoload statement comes after the use.
14186         (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
14187         that any handlers inside the body (eg require) are in turn respected.
14189         * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
14190         effects.
14192         * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
14193         and syntax and abbrev tables basic docs, if they don't have any.
14195         * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
14197         * international/mule-cmds.el (top-level): Require cl when compiling.
14198         (view-hello-file): Use default-value rather than
14199         default-enable-multibyte-characters.
14201         * progmodes/fortran.el: Move all safe and risky properties into the
14202         defcustoms.
14204         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
14205         * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
14206         * mail/undigest.el:
14207         Put autoloads in rmail.el rather than loaddefs.el.
14208         * mail/rmail.el: Regenerate with extracted autoloads.
14210         * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
14211         * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
14213 2009-09-10  Nick Roberts  <nickrob@snap.net.nz>
14215         Reported in thread for Bug#4375.
14216         * progmodes/gud.el (gud-tooltip-print-command): Use MI command
14217         "-data-evaluate-expression" instead of print.
14218         * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
14219         (gdb-tooltip-print): Parse output from above MI command.
14220         (gdb): Revert 2009-08-11 change.  User should detach inferior
14221         manually.
14223         Remove the word "separate" from IO functions as inferior
14224         output is now never displayed in the GUD buffer.
14226 2009-09-10  Juanma Barranquero  <lekktu@gmail.com>
14228         * startup.el (command-line-normalize-file-name): On Windows and
14229         MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
14231 2009-09-10  Juri Linkov  <juri@jurta.org>
14233         * isearch.el (isearch-text-char-description): Propertize escape
14234         character sequences with the `escape-glyph' face.  (Bug#4344)
14236         * simple.el (shell-command): Set asynchronous process filter to
14237         `comint-output-filter'.  (Bug#4343)
14239         * progmodes/grep.el (grep-template): Add "<X>" to docstring.
14240         (grep-files-aliases): Add "all".  Move "el" and "ch" to the top of
14241         the list.  Move "asm" to the bottom.
14242         (grep-find-ignored-directories): Add `choice' with nil value
14243         to empty the list easily.
14244         (grep-find-ignored-files): New option.
14245         (grep-files-history): Set to nil by default instead of '("ch" "el").
14246         (grep-compute-defaults): Add "<X>" to `grep-template'.
14247         (grep-read-files): Bind new local variables `default-alias' and
14248         `default-extension'.  Use a list of default values for the file prompt.
14249         (lgrep): Add `--exclude=' command line options composed from
14250         `grep-find-ignored-files'.
14251         (rgrep): Add `-name' command line options composed from
14252         `grep-find-ignored-files'.  (Bug#4301)
14254 2009-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
14256         * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
14257         (bug#4368).
14259 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14261         * calendar/time-date.el (autoload):
14262         Expand define-obsolete-function-alias into defalias and make-obsolete
14263         for old Emacsen that Gnus supports.
14264         (with-no-warnings): Define it for old Emacsen.
14265         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
14266         is available.
14267         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
14268         float-time is available; suppress compile warning for time-to-seconds.
14270 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
14272         * net/imap.el (imap-message-map): Docstring fix.
14274 2009-09-09  Glenn Morris  <rgm@gnu.org>
14276         * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
14277         line numbers too.  (Bug#4374)
14279 2009-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14281         * smerge-mode.el (smerge-remove-props, smerge-refine):
14282         Use with-silent-modifications (bug#4342).
14284         * subr.el (with-silent-modifications): New macro.
14286 2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
14288         * files.el (top-level): Require `cl' when compiling.
14290 2009-09-07  Glenn Morris  <rgm@gnu.org>
14292         * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
14294         * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
14295         (proced-mark-alt): New alias, to control the advertised key.  (Bug#4362)
14297 2009-09-06  Nick Roberts  <nickrob@snap.net.nz>
14299         * vc-git.el (vc-git-annotate-command): Use separator to parse
14300         arguments correctly.
14302 2009-09-06  Eli Zaretskii  <eliz@gnu.org>
14304         * proced.el (proced-mode): Doc fix.
14306 2009-09-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
14308         * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
14309         lstat fails.
14310         (tramp-do-file-attributes-with-ls): Check for file existence at
14311         remote end.
14312         (tramp-do-file-attributes-with-stat): Likewise.
14313         (tramp-convert-file-attributes): Return nil when attr is nil.
14315 2009-09-05  Glenn Morris  <rgm@gnu.org>
14317         * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
14318         properties to this button.
14319         (diary-fancy-display): Don't extend the button to the final newline.
14320         (diary-fancy-display-mode): Continue to define "q" as a local key.
14322         * calendar/cal-china.el (holiday-chinese): Make it slightly more
14323         efficient.
14325         * font-lock.el (lisp-font-lock-keywords-2): Add letf.
14327         * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
14328         (byte-compile-dest-file-function): New option.
14329         (byte-compile-dest-file): Doc fix.
14330         Obey byte-compile-dest-file-function.
14331         (byte-compile-cl-file-p): New function.
14332         (byte-compile-eval): Only suppress noruntime warnings about cl functions
14333         if the cl-functions warning is enabled.  Use byte-compile-cl-file-p.
14334         (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
14335         than for file being previously loaded.
14336         (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
14337         (byte-compile-file-form-require): Handle the case where requiring a file
14338         indirectly causes CL to be loaded.
14340 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
14342         * files.el (find-alternate-file): Run `kill-buffer-hook' manually
14343         before killing the old buffer, since by the time `kill-buffer' is
14344         run so many buffer variables have been set to nil that it may not
14345         behave as expected.  (Bug#4061)
14347 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
14349         * files.el (find-alternate-file): If the old buffer is modified
14350         and visiting a file, behave similarly to `kill-buffer' when
14351         killing it, thus reverting to the pre-1.878 behavior; see
14352         http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
14353         for discussion.  Also, consult `buffer-file-name' as a variable
14354         not as a function, for consistency with the rest of the code.
14356 2009-09-04  Michael Albinus  <michael.albinus@gmx.de>
14358         * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
14359         also when adding a new directory.
14361         * net/tramp-compat.el (tramp-compat-line-beginning-position): New
14362         defun.
14364 2009-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
14366         * files.el (locate-file-completion-table): Make it provide boundary
14367         information, so partial-completion works better.
14369 2009-09-04  Leo  <sdl.web@gmail.com>  (tiny change)
14371         * mail/footnote.el (Footnote-text-under-cursor):
14372         Check footnote-text-marker-alist before using it (bug#4324).
14374 2009-09-04  Glenn Morris  <rgm@gnu.org>
14376         * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
14377         * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
14378         * play/solitaire.el, play/tetris.el:
14379         Remove leading * from defcustom and defface docs.
14381         * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
14382         necessary.
14383         (diary-fancy-overriding-map): New variable.
14384         (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
14385         Use view-mode.
14387         * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
14388         goto-line.
14390 2009-09-03  Glenn Morris  <rgm@gnu.org>
14392         * arc-mode.el (archive-mode):
14393         * dos-fns.el (set-default-process-coding-system):
14394         * man.el (Man-getpage-in-background):
14395         * menu-bar.el (menu-bar-describe-menu):
14396         * server.el (server-process-filter):
14397         * startup.el (command-line):
14398         * tar-mode.el (tar-header-block-tokenize, tar-extract):
14399         * w32-fns.el (set-default-process-coding-system):
14400         * x-dnd.el (x-dnd-handle-file-name):
14401         * international/mule-cmds.el (mule-menu-keymap)
14402         (set-default-coding-systems, language-info-alist, set-language-info)
14403         (set-language-environment, standard-display-european-internal)
14404         (set-locale-environment):
14405         * international/mule-diag.el (mule-diag):
14406         * mail/emacsbug.el (report-emacs-bug):
14407         * mail/rmail.el (rmail-mode):
14408         * mail/sendmail.el (mail-setup):
14409         Use default-value rather than default-enable-multibyte-characters.
14411         * progmodes/f90.el: Move all safe properties into the defcustoms.
14412         (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
14414         * calendar/appt.el (appt-check):
14415         * calendar/diary-lib.el (diary-set-header, diary-live-p)
14416         (diary-check-diary-file, diary-list-entries)
14417         (diary-include-other-diary-files, diary-simple-display)
14418         (diary-fancy-display, diary-print-entries)
14419         (diary-mark-included-diary-files, diary-make-entry):
14420         Don't call substitute-in-file-name on diary-file.
14422 2009-09-03  Eduard Wiebe  <usenet@pusto.de>
14423             Stefan Monnier  <monnier@iro.umontreal.ca>
14425         * mail/footnote.el (footnote-prefix): Make it a defcustom.
14426         (footnote-mode-map): Move initialization into the declaration.
14427         (footnote-minor-mode-map): Define it rather than changing global-map.
14428         (footnote-mode): Use define-minor-mode.
14430 2009-09-02  Michael Albinus  <michael.albinus@gmx.de>
14432         * net/tramp.el (tramp-handle-file-attributes-with-ls)
14433         (tramp-do-file-attributes-with-perl)
14434         (tramp-do-file-attributes-with-stat): Rename from
14435         `tramp-handle-file-attributes-with-*'.
14436         (tramp-handle-file-attributes): Use them.
14437         (tramp-do-directory-files-and-attributes-with-perl)
14438         (tramp-do-directory-files-and-attributes-with-stat): Rename from
14439         `tramp-handle-directory-files-and-attributes-with-*'.
14440         (tramp-handle-directory-files-and-attributes): Use them.
14441         (tramp-method-out-of-band-p): Additional parameter SIZE.
14442         (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
14443         (tramp-handle-write-region): Use it.
14444         (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
14445         (tramp-handle-vc-registered): Check, whether the first run did
14446         return files to be tested.
14447         (tramp-advice-make-auto-save-file-name): Do not call directly
14448         `tramp-handle-make-auto-save-file-name', because this would bypass
14449         the locking mechanism.
14451         * net/tramp-compat.el (top): Autoload used functions from tramp.el.
14452         (file-remote-p, process-file, start-file-process, set-file-times)
14453         (tramp-compat-file-attributes): Compatibility functions shall not
14454         call directly `tramp-handle-*', because this would bypass the
14455         locking mechanism.
14456         (tramp-compat-number-sequence): New defun.
14458 2009-09-02  Glenn Morris  <rgm@gnu.org>
14460         * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
14461         alias for float-time.
14462         (time-to-number-of-days): In Emacs, use float-time.
14463         * net/newst-backend.el (time-add): Suppress warnings from compat
14464         function.
14465         * time.el (emacs-uptime, emacs-init-time):
14466         * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
14467         Use float-time rather than time-to-seconds.
14469         * minibuffer.el (completion-initials-expand): Fix typo.
14471         * faces.el (modeline, modeline-inactive, modeline-highlight)
14472         (modeline-buffer-id):
14473         * info.el (info-menu-5): Mark these face aliases as obsolete.
14475 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
14477         * progmodes/gdb-mi.el (gdb-current-context-command): Move the
14478         space ...
14479         (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
14480         no "--thread" option.
14481         (gdb-stopped): Don't print "Switched to thread" message when it is
14482         unchanged.
14484 2009-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14486         * minibuffer.el (completion-try-completion)
14487         (completion-all-completions): Remove ill-defined (and
14488         mistakenly installed and luckily never used nor documented)
14489         `completion-styles' property.
14490         (completion-initials-expand, completion-initials-all-completions)
14491         (completion-initials-try-completion): New functions.
14492         (completion-styles-alist): Add doc to each entry.
14493         Add new `initials' entry.
14495 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
14497         * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
14498         MI command -var-evaluate-expression.
14499         (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
14500         and tweak for case of string child.
14501         (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
14503 2009-09-01  Glenn Morris  <rgm@gnu.org>
14505         * add-log.el (change-log-date-face, change-log-name-face)
14506         (change-log-email-face, change-log-file-face, change-log-list-face)
14507         (change-log-conditionals-face, change-log-function-face)
14508         (change-log-acknowledgement-face):
14509         * cus-edit.el (custom-invalid-face, custom-rogue-face)
14510         (custom-modified-face, custom-set-face, custom-changed-face)
14511         (custom-saved-face, custom-button-face, custom-button-pressed-face)
14512         (custom-documentation-face, custom-state-face, custom-comment-face)
14513         (custom-comment-tag-face, custom-variable-tag-face)
14514         (custom-variable-button-face, custom-face-tag-face)
14515         (custom-group-tag-face-1, custom-group-tag-face):
14516         * diff-mode.el (diff-header-face, diff-file-header-face)
14517         (diff-index-face, diff-hunk-header-face, diff-removed-face)
14518         (diff-added-face, diff-changed-face, diff-function-face)
14519         (diff-context-face, diff-nonexistent-face):
14520         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
14521         * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
14522         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
14523         (Info-title-4-face):
14524         * isearch.el (isearch-lazy-highlight-face):
14525         * log-view.el (log-view-file-face, log-view-message-face):
14526         * paren.el (show-paren-match-face, show-paren-mismatch-face):
14527         * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
14528         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
14529         (cvs-msg-face):
14530         * smerge-mode.el (smerge-mine-face, smerge-other-face)
14531         (smerge-base-face, smerge-markers-face):
14532         * wid-edit.el (widget-documentation-face, widget-button-face)
14533         (widget-field-face, widget-single-line-field-face)
14534         (widget-inactive-face, widget-button-pressed-face):
14535         * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
14536         (woman-addition-face):
14537         * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
14538         (eshell-ls-executable-face, eshell-ls-readonly-face)
14539         (eshell-ls-unreadable-face, eshell-ls-special-face)
14540         (eshell-ls-missing-face, eshell-ls-archive-face)
14541         (eshell-ls-backup-face, eshell-ls-product-face)
14542         (eshell-ls-clutter-face):
14543         * eshell/em-prompt.el (eshell-prompt-face):
14544         * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
14545         * obsolete/old-whitespace.el (whitespace-highlight-face):
14546         * progmodes/antlr-mode.el (antlr-font-lock-default-face)
14547         (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
14548         (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
14549         (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
14550         (antlr-font-lock-literal-face):
14551         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
14552         (ebrowse-root-class-face, ebrowse-file-name-face)
14553         (ebrowse-default-face, ebrowse-member-attribute-face)
14554         (ebrowse-member-class-face, ebrowse-progress-face):
14555         * progmodes/make-mode.el (makefile-space-face):
14556         * progmodes/sh-script.el (sh-heredoc-face):
14557         * textmodes/flyspell.el (flyspell-incorrect-face)
14558         (flyspell-duplicate-face):
14559         * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
14560         * textmodes/texinfo.el (texinfo-heading-face):
14561         Mark face aliases with "-face" suffix as obsolete.
14563         * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
14564         compiler.
14566         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
14567         (eudc-bob-sound-menu): Use defvar rather than defconst, since
14568         easy-menu-define wants to modify these.
14570         * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
14572         * net/browse-url.el (browse-url-file-url):
14573         * term/internal.el (dos-codepage-setup):
14574         Use default-value rather than default-enable-multibyte-characters.
14576         * progmodes/etags.el (etags-goto-tag-location):
14577         * progmodes/flymake.el (flymake-highlight-line)
14578         (flymake-goto-file-and-line, flymake-goto-line):
14579         * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
14580         (gdb-goto-breakpoint):
14581         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
14582         * progmodes/python.el (python-find-function)
14583         (python-pdbtrack-track-stack-file):
14584         * progmodes/verilog-mode.el (verilog-surelint-off):
14585         * term/ns-win.el (ns-open-file-select-line):
14586         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
14587         Use forward-line rather than goto-line.
14589         * textmodes/reftex-cite.el (reftex-offer-bib-menu):
14590         * textmodes/reftex-index.el (reftex-display-index):
14591         * textmodes/reftex-ref.el (reftex-offer-label-menu):
14592         * textmodes/reftex-toc.el (reftex-toc):
14593         Remove unnecessary bindings of default-major-mode (all are followed by
14594         major-mode check and possible mode switch).
14596 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
14598         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
14599         Handle watchpoints (bug#4282).
14600         (def-gdb-thread-buffer-command): Enable thread to be selected by
14601         clicking without selecting threads buffer first.
14602         (gdb-current-context-command): Use selected frame so that "up",
14603         "down" etc work in the GUD buffer.
14604         (gdb-update): Find selected frame before rendering stack buffer.
14605         (gdb-frame-handler): Set gdb-frame-number for stack buffer.
14607 2009-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
14609         * progmodes/sym-comp.el (displayed-completions): Remove.
14610         (symbol-complete): Use minibuffer-complete.
14612 2009-08-31  Glenn Morris  <rgm@gnu.org>
14614         * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
14616         * apropos.el (apropos-symbols-internal):
14617         Handle (obsolete) face aliases.
14619         * faces.el (describe-face): Adjust the output format to be more like
14620         describe-variable, and to mention (obsolete) face aliases.
14621         Adjust the whitespace so that help-setup-xref works.
14623         * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
14624         * calendar/diary-lib.el (diary-button-face):
14625         Mark these face aliases as obsolete.
14627         * calendar/calendar.el (calendar-today): Doc fix.
14629 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
14631         * progmodes/gdb-mi.el (gdb-control-all-threads)
14632         (gdb-control-current-thread): Force tool bar update.
14633         (gdb-non-stop-handler): New function.
14634         (gdb-init-1): Use it to test if non-stop mode is supported.
14635         Remove unused gdbmi buffer type.
14637 2009-08-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
14639         * progmodes/grep.el (grep-read-files): Strip trailing <N> from
14640         buffer names not visiting a file (e.g. cloned buffers).  (Bug#4210)
14642 2009-08-30  Nick Roberts  <nickrob@snap.net.nz>
14644         * comint.el (comint-exec-1): Check command is non-null first.
14645         Part of gdb-mi.el change (2009-08-28).
14647 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14649         * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
14651 2009-08-30  Juanma Barranquero  <lekktu@gmail.com>
14653         * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
14654         instead of `dolist' to avoid a recursive require when bootstrapping.
14656 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14658         * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
14660         * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
14662         * net/imap.el (imap-send-command): Simplify.
14663         (imap-wait-for-tag): point-max -> buffer-size.
14665         * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
14667         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
14668         with constant argument.
14670         * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
14672         * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
14674         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
14675         Change default, since most of our files don't have a history.
14676         (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
14677         the user.
14679         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
14680         Add comint-run.
14682         * calc/calc.el: Improve commenting convention.
14683         (calc-digit-map, toplevel): Simplify.
14685         * comint.el (comint-insert-input): Be careful to only set point if we
14686         don't delegate to some other command.
14688         * proced.el (proced-signal-list): Make it an alist.
14689         (proced-grammar-alist): Capitalize names.
14690         (proced-send-signal): Use a non-hidden buffer (since it's displayed).
14691         Disable undo manually and make it read-only.
14692         Use completion-annotate-function.
14694         * minibuffer.el (minibuffer-message): If the current buffer is not
14695         a minibuffer, insert the message in the echo area rather than at the
14696         end of the buffer.
14697         (completion-annotate-function): New variable.
14698         (minibuffer-completion-help): Use it.
14699         (completion--embedded-envvar-table): Environment vars are
14700         always case-sensitive.
14702 2009-08-30  Glenn Morris  <rgm@gnu.org>
14704         * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
14705         from fortran-current-defun.
14706         (fortran-beginning-of-subprogram): Be more precise about finding the
14707         start, to avoid an infinite loop in end-of-defun.  (Bug#4259)
14708         (fortran-end-of-subprogram): Simplify.
14709         (fortran-current-defun): Use fortran-start-prog-re.
14711 2009-08-29  Juanma Barranquero  <lekktu@gmail.com>
14713         * subr.el (do-after-load-evaluation): Simplify.
14715 2009-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
14717         * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
14719         * vc-rcs.el (vc-rcs-print-log-cleanup): ... here.  New function.
14720         (vc-rcs-print-log): Use it.
14722         * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
14724 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14726         * paths.el (abbrev-file-name): Move to abbrev.el.
14727         * abbrev.el (abbrev-file-name): Move from paths.el.
14728         Obey user-emacs-directory.
14729         * calc/calc.el (calc-settings-file): Don't autoload and instead obey
14730         user-emacs-directory.
14731         * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
14732         abbrev-file-name and calc-settings-file any more.
14733         * startup.el (command-line): Recompute abbrev-file-name and
14734         abbreviated-home-dir.
14735         (normal-no-mouse-startup-screen): Improve the generic code and get rid
14736         of the special code for when C-h bindings haven't been changed.
14737         (display-startup-echo-area-message): Use with-current-buffer.
14738         (command-line-1): Use a list of strings, rather than a list of lists
14739         of strings for longopts.
14741         * files.el (get-free-disk-space): Use / for default-directory.
14743         * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
14744         Use with-current-buffer.
14746         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
14747         Recognize immutable variables like most-positive-fixnum.
14748         (byte-compile-setq-default): Check and warn if trying to assign
14749         to an immutable variable, or a non-variable.
14751         * progmodes/cc-vars.el (c-comment-continuation-stars):
14752         * progmodes/cc-engine.el (c-looking-at-bos):
14753         * progmodes/cc-cmds.el (c-toggle-auto-state)
14754         (c-forward-into-nomenclature, c-backward-into-nomenclature)
14755         (c-comment-line-break-function): Add version of obsolescence.
14757 2009-08-28  Juri Linkov  <juri@jurta.org>
14759         * files.el (magic-fallback-mode-alist): Add ZIP magic number
14760         associated with `archive-mode'.
14762         * image.el (image-type-header-regexps): Use only JPEG magic number
14763         to determine JPEG images, and don't use `image-jpeg-p' because
14764         Emacs can display non-JFIF non-Exif JPEG images.
14766 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
14768         * arc-mode.el (archive-mode):
14769         * emacs-lisp/re-builder.el (re-builder-unload-function):
14770         Protect against the default value of `major-mode' being nil.
14772 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
14774         * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
14775         Fix typos in docstrings.
14777         * progmodes/js.el (js--macro-decl-re): Doc fix.
14778         (js--plain-method-re, js--split-name): Refloc docstring.
14779         (js--class-styles, js--make-merged-item, js--splice-into-items):
14780         Fix typos in docstrings; reflow docstrings.
14781         (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
14782         (js--variable-decl-matcher, js--inside-pitem-p)
14783         (js--parse-state-at-point, js--get-all-known-symbols)
14784         (js--symbol-history, js-find-symbol, js--js-references)
14785         (js--moz-interactor, js--js-encode-value, js--read-tab):
14786         Fix typos in docstrings.
14788 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14790         * textmodes/reftex.el (reftex-get-file-buffer-force):
14791         * progmodes/verilog-mode.el (verilog-batch-execute-func):
14792         * emulation/viper.el (viper-go-away, viper-set-hooks):
14793         * emacs-lisp/re-builder.el (re-builder-unload-function):
14794         * emacs-lisp/bytecomp.el (byte-compile-file):
14795         * ses.el (ses-unload-function):
14796         * hexl.el (hexl-find-file):
14797         * files.el (normal-mode):
14798         * ehelp.el (with-electric-help):
14799         * autoinsert.el (auto-insert-alist):
14800         * arc-mode.el (archive-mode):
14801         Use (default-value 'major-mode) instead of default-major-mode.
14803         * textmodes/ispell.el (ispell-check-version, ispell-send-string):
14804         * international/mule.el (load-with-code-conversion):
14805         * emacs-lisp/debug.el (debug):
14806         * ediff-vers.el (ediff-rcs-get-output-buffer):
14807         * dired.el (dired-internal-noselect): Don't let-bind
14808         default-major-mode around code that doesn't use it.
14809         E.g. buffer creation via get-buffer-create doesn't use it.
14811 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
14813         * net/tramp.el (all): Replace "'(lambda" by "(lambda".
14814         (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
14815         when writing the temp file.  Otherwise, epa-file gets confused.
14816         (tramp-register-file-name-handlers): Make it a defun.  Move also
14817         `epa-file-handler' to the front of `file-name-handler-alist'.
14819 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14821         * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
14822         start right after a ^M.
14823         (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
14824         (tramp-completion-file-name-regexp-separate)
14825         (tramp-completion-file-name-regexp-url): Use \\` and \\'.
14826         (tramp-handle-file-attributes, tramp-set-file-uid-gid):
14827         Don't modify last-coding-system-used by accident.
14828         (tramp-completion-file-name-handler): Apply the checks here,
14829         instead during registration.
14830         (tramp-register-file-name-handlers): Renamed from
14831         `tramp-register-file-name-handler'.  Register both
14832         `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
14833         (tramp-register-completion-file-name-handler): Remove.  (Bug#4260)
14835 2009-08-28  Nick Roberts  <nickrob@snap.net.nz>
14837         * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
14838         Remove variable ...
14839         (gdb-init-1, gdb-display-separate-io-buffer)
14840         (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
14841         references to it.
14842         (gdb-inferior-io-mode): Use make-comint-in-buffer.
14843         (gdb-inferior-filter): Use comint-output-filter to stop
14844         echoing and remove ^M characters.
14846 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14848         * emulation/viper-init.el (viper-restore-cursor-type):
14849         * emulation/cua-base.el (cua--update-indications):
14850         Replace default-cursor-type with (default-value 'cursor-type).
14852         * mail/sendmail.el (mail-recover-1):
14853         * international/mule-diag.el (describe-current-coding-system-briefly)
14854         (describe-current-coding-system):
14855         * international/mule-cmds.el (select-safe-coding-system)
14856         (select-message-coding-system)
14857         (set-language-environment-coding-systems, set-locale-environment):
14858         * hexl.el (hexl-insert-multibyte-char):
14859         * dos-w32.el (find-buffer-file-type-coding-system):
14860         * simple.el (what-cursor-position):
14861         Replace uses of default-buffer-file-coding-system
14862         with (default-value 'buffer-file-coding-system).
14864         * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
14865         Replace uses of default-cursor-in-non-selected-windows
14866         with (default-value 'cursor-in-non-selected-windows).
14867         Use with-current-buffer.
14869         * mail/feedmail.el: Use CL macros.
14870         (feedmail-run-the-queue, feedmail-send-it-immediately):
14871         * dos-w32.el (find-buffer-file-type): Replace uses of
14872         default-buffer-file-type with (default-value 'buffer-file-type).
14874 2009-08-28  Glenn Morris  <rgm@gnu.org>
14876         * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
14877         (diary-show-all-entries, diary-mark-entries, diary-make-entry):
14878         Use default-value of major-mode rather than default-major-mode.
14880 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
14882         * Makefile.in (update-elcfiles): Report left over elc files.
14884         * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
14885         expand-file-name and with-current-buffer.
14886         (mail-get-names, mail-directory): Use with-current-buffer.
14888         * vc.el (vc-read-revision): New function.
14889         (vc-version-diff, vc-merge): Use it.
14891 2009-08-27  Sam Steingold  <sds@gnu.org>
14893         * simple.el (kill-do-not-save-duplicates): New user option.
14894         (kill-new): When it is non-nil, and the new string is the same as
14895         the latest kill, set replace to t to avoid duplicates in kill-ring.
14897 2009-08-27  Julian Scheid  <julians37@gmail.com>  (tiny change)
14899         * net/tramp.el (tramp-handle-process-file): Do not flush all
14900         caches when `process-file-side-effects' is set.
14901         (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
14902         instead of `tramp-find-file-exists-command'.
14903         Unset `process-file-side-effects'.
14905 2009-08-27  Michael Albinus  <michael.albinus@gmx.de>
14907         * net/tramp.el (tramp-methods): New method "rsyncc".
14908         (top): Add completion function for "rsyncc".
14909         (tramp-message-show-message): New defvar.
14910         (tramp-message, tramp-error): Use it.
14911         (tramp-do-copy-or-rename-file-directly): Extend check for direct
14912         remote copying.
14913         (tramp-do-copy-or-rename-file-out-of-band): Handle new
14914         `tramp-methods' entry `copy-env' of "rsyncc".
14915         (tramp-vc-registered-read-file-names): New defconst.
14916         (tramp-vc-registered-file-names): New defvar.
14917         (tramp-handle-vc-registered): Implement optimization strategy.
14918         (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
14919         (tramp-vc-file-name-handler): New defun.
14920         (tramp-get-ls-command, tramp-get-test-command)
14921         (tramp-get-file-exists-command, tramp-get-remote-ln)
14922         (tramp-get-remote-perl, tramp-get-remote-stat)
14923         (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
14925         * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
14926         (tramp-cache-inhibit-cache): Extend doc string.  It allows also
14927         timestamps.
14928         (tramp-get-file-property): Check for timestamps in
14929         `tramp-cache-inhibit-cache'.
14930         (tramp-set-file-property): Write timestamp.
14932 2009-08-27  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14934         * language/japan-util.el (japanese-symbol-table): Add entries for
14935         cp932-2-byte.
14937         * international/characters.el: Add category `j' to cp932-2-byte.
14939 2009-08-27  Kenichi Handa  <handa@m17n.org>
14941         * international/fontset.el (build-default-fontset-data): New macro.
14942         (setup-default-fontset): Use build-default-fontset-data for CJK,
14943         tibetan, ethiopic, and ipa.
14945 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
14947         * cus-start.el (default-major-mode): Customize `major-mode' instead.
14948         (enable-multibyte-characters): Not customizable any more.
14950         * subr.el (default-mode-line-format, default-header-line-format)
14951         (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
14952         (default-direction-reversed, default-truncate-lines)
14953         (default-left-margin, default-tab-width, default-case-fold-search)
14954         (default-left-margin-width, default-right-margin-width)
14955         (default-left-fringe-width, default-right-fringe-width)
14956         (default-fringes-outside-margins, default-scroll-bar-width)
14957         (default-vertical-scroll-bar, default-indicate-empty-lines)
14958         (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
14959         (default-fringe-cursor-alist, default-scroll-up-aggressively)
14960         (default-scroll-down-aggressively, default-fill-column)
14961         (default-cursor-type, default-buffer-file-type)
14962         (default-cursor-in-non-selected-windows)
14963         (default-buffer-file-coding-system, default-major-mode)
14964         (default-enable-multibyte-characters): Mark as obsolete.
14966 2009-08-27  Dan Nicolaescu  <dann@ics.uci.edu>
14968         * vc-dir.el (vc-dir-update): Remove debug helper.
14970         * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
14972 2009-08-26  Sam Steingold  <sds@gnu.org>
14974         * simple.el (save-interprogram-paste-before-kill): New user option.
14975         (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
14976         save the interprogram-paste into kill-ring before overriding it
14977         with the Emacs kill.
14979 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
14981         * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
14982         (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
14983         (vc-default-previous-revision): Rename to vc-rcs-previous-revision
14984         and move to vc-rcs.el.
14985         (vc-default-next-revision): Rename to vc-rcs-next-revision and
14986         move to vc-rcs.el.
14987         (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
14988         (vc-rcs-update-changelog): Remove.
14989         (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
14990         and move to vc-rcs.el.
14992         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
14993         (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
14994         renaming.
14995         (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
14996         (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
14997         vc.el, renamed to be RCS specific.
14999         * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
15000         New functions.
15001         (vc-cvs-update-changelog): Move here from vc.el.
15003         * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
15004         New functions.
15006 2009-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15008         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
15010 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
15012         * vc-git.el (vc-git-register): Use "git add" for directories.
15013         (vc-git-stash, vc-git-stash-show): New functions.
15014         (vc-git-extra-menu-map): Bind them.
15016         * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
15017         directory correctly in case the item is a directory itself.
15019         * vc.el: Document the desired behavior for reverted files in the
15020         `added' state.
15021         (vc-default-prettify-state-info): Remove function, unused.
15023         * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
15025 2009-08-26  Glenn Morris  <rgm@gnu.org>
15027         * bindings.el (standard-mode-line-format): Reposition dashes in
15028         which-func entry.  (Bug#4217)
15030         * files.el (enable-local-variables, enable-local-eval)
15031         (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
15032         the defcustoms.
15033         (auto-mode-alist, ignored-local-variables)
15034         (save-some-buffers-action-alist): Move risky declarations to the
15035         definitions.
15036         (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
15037         (font-lock-defaults, format-alist, imenu--index-alist)
15038         (imenu-generic-expression, input-method-alist, minor-mode-alist)
15039         (mode-line-buffer-identification, mode-line-client, mode-line-modes)
15040         (mode-line-modified, mode-line-mule-info, mode-line-position)
15041         (mode-line-process, mode-line-remote, outline-level)
15042         (parse-time-rules, rmail-output-file-alist)
15043         (special-display-buffer-names, vc-mode):
15044         Move risky declarations to the relevant files.
15045         * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
15046         (mode-line-modified, mode-line-process, mode-line-position)
15047         (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
15048         * font-core.el (font-lock-defaults):
15049         * format.el (format-alist):
15050         * vc-hooks.el (vc-mode):
15051         * window.el (special-display-buffer-names):
15052         * international/mule-cmds.el (input-method-alist):
15053         Define riskiness here (dumped file) rather than in files.el.
15054         * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
15055         * imenu.el (imenu-generic-expression, imenu--index-alist):
15056         * outline.el (outline-level):
15057         * time.el (display-time-string):
15058         * calendar/parse-time.el (parse-time-rules):
15059         * mail/rmailout.el (rmail-output-file-alist):
15060         Autoload riskiness here, rather than placing in files.el.
15062 2009-08-26  Andreas Schwab  <schwab@linux-m68k.org>
15064         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
15066 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
15068         * simple.el (process-file-side-effects): New defvar.
15070         * dired-aux.el (dired-show-file-type):
15071         * vc.el (vc-diff-internal):
15072         * vc-arch.el (vc-arch-diff):
15073         * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
15074         * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
15075         * vc-git.el (vc-git-registered, vc-git-working-revision)
15076         (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
15077         (vc-git--empty-db-p):
15078         * vc-hooks.el (vc-user-login-name):
15079         * vc-svn.el (vc-svn-registered, vc-svn-state)
15080         (vc-svn-dir-extra-headers, vc-svn-find-revision):
15081         * progmodes/grep.el (grep-probe): Let-bind
15082         `process-file-side-effects' with nil.
15084         * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
15086         * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
15087         daemon.  Replace ping by checking for running service for bluez
15088         and zeroconf.  (Bug#4239)
15090 2009-08-25  Kevin Ryde  <user42@zip.com.au>
15092         * net/dig.el (dig): Add autoload cookie.
15094 2009-08-25  Glenn Morris  <rgm@gnu.org>
15096         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
15097         load-history for absolute file-names.
15098         (byte-compile-file-form-require): Warn about use of the cl package.
15100         * format.el (format-alist): Doc fix.
15102         * play/bubbles.el (top-level): Don't require cl at run-time.
15104         * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
15105         run-time cl).
15107 2009-08-24  Dmitry Dzhus  <dima@sphinx.net.ru>
15109         * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
15110         from cl package.
15111         (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
15113 2009-08-24  Jay Belanger  <jay.p.belanger@gmail.com>
15115         * calc/calc-alg.el (math-trig-rewrite)
15116         (math-hyperbolic-trig-rewrite): New functions.
15117         (calc-simplify): Simplify trig functions when asked.
15119 2009-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15121         * diff-mode.el (diff-find-source-location): Avoid goto-line.
15123 2009-08-24  Kenichi Handa  <handa@m17n.org>
15125         * language/ind-util.el (mapthread): Delete it.
15126         (combinatorial): New function.
15127         (indian--puthash-cv): Use combinatorial instead of mapthread.
15129 2009-08-22  Kevin Ryde  <user42@zip.com.au>
15131         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
15132         (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
15133         (checkdoc-symbol-words): Add safe-local-variable for list of strings.
15134         Clarify docstring that the value is strings not symbols.
15135         (checkdoc-list-of-strings-p): New function.
15137 2009-08-22  Glenn Morris  <rgm@gnu.org>
15139         * files.el (auto-mode-alist):
15140         * hippie-exp.el (he-concat-directory-file-name):
15141         * lpr.el (lpr-windows-system, printer-name):
15142         * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
15143         * ps-print.el (ps-windows-system):
15144         * startup.el (command-line):
15145         * emulation/viper-ex.el (viper-glob-function):
15146         * international/mule-cmds.el (set-language-environment-coding-systems):
15147         * net/ange-ftp.el (ange-ftp-write-region):
15148         * obsolete/fast-lock.el (fast-lock-cache-name):
15149         Remove code for defunct system-types emx, macos, mswindows, next-mach,
15150         unisoft-unix, vax-vms, win32, w32.
15152         * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
15153         given name if the pattern is not more specific.
15155         * calendar/lunar.el (lunar-phase-names): New option.
15156         (lunar-phase): Doc fix.
15157         (lunar-cycles-per-year): New constant.
15158         (lunar-index): New function.
15159         (lunar-phase-list, diary-lunar-phases): Use lunar-index.
15160         (lunar-phase-name): Use lunar-phase-names.
15161         (calendar-lunar-phases): Use format.
15162         (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
15164         * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
15165         Copy imenu-example--name-and-position function here for own use.
15166         (cperl-xsub-scan): Use cperl-imenu-name-and-position.
15168         * bs.el (bs--redisplay):
15169         * cus-edit.el (custom-redraw):
15170         * ibuffer.el (ibuffer-bury-buffer):
15171         * server.el (server-goto-line-column):
15172         * startup.el (command-line-1):
15173         * strokes.el (strokes-xpm-for-stroke):
15174         * term.el (term-display-buffer-line):
15175         * view.el (View-goto-line):
15176         * calc/calc.el (calc-do, calc-trail-buffer):
15177         * play/gamegrid.el (gamegrid-add-score-insecure):
15178         * progmodes/ada-mode.el (ada-compile-goto-error):
15179         * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
15180         (ebrowse-select-1st-to-9nth):
15181         * progmodes/cperl-mode.el (cperl-time-fontification):
15182         * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
15183         * progmodes/gud.el (gud-display-line):
15184         (idlwave-shell-display-line):
15185         * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
15186         * progmodes/make-mode.el (makefile-browser-toggle):
15187         (vhdl-speedbar-port-copy, vhdl-compose-components-package):
15188         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
15189         * textmodes/picture.el (picture-draw-rectangle):
15190         * textmodes/reftex-index.el (reftex-index-goto-letter):
15191         (reftex-select-jump-to-previous):
15192         * textmodes/reftex-sel.el (reftex-find-start-point)
15193         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
15194         (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
15195         * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
15196         * textmodes/tex-mode.el (tex-compilation-parse-errors):
15197         * textmodes/two-column.el (2C-associated-buffer):
15198         Use forward-line rather than goto-line.
15200         * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
15201         goto-line.
15203         * international/ucs-normalize.el (nfd, decomposition-translation-alist)
15204         (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
15205         (quick-check-list-to-regexp): Declare.
15207         * progmodes/make-mode.el (makefile-browser-insert-selection):
15208         Use goto-char rather than goto-line.
15210         * progmodes/prolog.el (compilation-error-regexp-alist)
15211         (compilation-forget-errors): Declare.
15213 2009-08-22  Juri Linkov  <juri@jurta.org>
15215         * progmodes/grep.el (lgrep, rgrep): At the beginning
15216         set `dir' to `default-directory' unless `dir' is a non-nil
15217         readable directory.  (Bug#4052)
15218         (lgrep, rgrep): Change a weird way to report an error
15219         from using `read-string' to using `error'.
15220         Instead of using interactive arguments in the function body,
15221         add new argument `confirm'.
15223 2009-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15225         * textmodes/remember.el (remember-buffer):
15226         * progmodes/cperl-mode.el (cperl-vc-header-alist):
15227         * calendar/icalendar.el (icalendar-convert-diary-to-ical)
15228         (icalendar-extract-ical-from-buffer):
15229         * net/newst-treeview.el (newsticker-groups-filename):
15230         * net/newst-backend.el (newsticker-cache-filename):
15231         * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
15232         (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
15233         (speedbar-add-ignored-path-regexp, speedbar-line-path)
15234         (speedbar-buffers-line-path, speedbar-path-line)
15235         (speedbar-buffers-line-path):
15236         * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
15237         (epg-sign-keys):
15238         * epa.el (epa-display-verify-result):
15239         * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
15241 2009-08-21  Glenn Morris  <rgm@gnu.org>
15243         * progmodes/js.el (inferior-moz-process): Fix declaration.
15245         * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
15247         * obsolete/rnewspost.el (news-mail-reply):
15248         Use goto-char rather than goto-line.
15250         * term/ns-win.el (ns-open-file-select-line):
15251         Use line-beginning-position rather than goto-line.
15253         * apropos.el (apropos-command):
15254         * ehelp.el (electric-helpify):
15255         * printing.el (pr-show-setup):
15256         * strokes.el (strokes-help):
15257         * tutorial.el (tutorial--describe-nonstandard-key)
15258         (tutorial--detailed-help):
15259         * woman.el (woman-mini-help, woman-display-extended-fonts):
15260         * calc/calc-help.el (calc-describe-key):
15261         * emulation/edt.el (edt-electric-helpify):
15262         * international/mule-diag.el (mule-diag):
15263         * play/yow.el (apropos-zippy):
15264         * progmodes/python.el (python-describe-symbol):
15265         * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
15266         * textmodes/table.el (*table--cell-describe-mode)
15267         (*table--cell-describe-bindings):
15268         Use help-print-return-message rather than the now obsolete alias.
15270         * calendar/cal-move.el (calendar-cursor-to-nearest-date)
15271         (calendar-cursor-to-visible-date):
15272         * play/5x5.el (5x5-position-cursor):
15273         * play/decipher.el (decipher):
15274         * play/gomoku.el (gomoku-goto-xy):
15275         * play/landmark.el (lm-goto-xy):
15276         * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
15277         (mpuz-paint-digit):
15278         Use forward-line, not goto-line.
15280         * mail/rmail.el (rmail-obsolete): Delete custom group.
15281         (rmail-pop-password, rmail-pop-password-required): Make into aliases.
15282         (rmail-remote-password, rmail-remote-password-required):
15283         Remove unneeded :set-after and :set properties.
15285 2009-08-21  Michael Albinus  <michael.albinus@gmx.de>
15287         * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
15289 2009-08-21  Dan Nicolaescu  <dann@ics.uci.edu>
15291         * loadup.el: Remove leftover macos code.
15293         * vc-git.el (vc-git-annotate-command): Run asynchronously.
15294         Explicitly pass the date format to git blame so that user local
15295         so that the output format can be parsed.
15297 2009-08-20  Michael Albinus  <michael.albinus@gmx.de>
15299         * net/dbus.el (top): Don't check for (getenv
15300         "DBUS_SESSION_BUS_ADDRESS").  It's done in dbusbind.c now.
15302 2009-08-19  Magnus Henoch  <magnus.henoch@gmail.com>
15304         * log-edit.el (log-edit-strip-single-file-name): New var.
15305         (log-edit-insert-changelog): Use it.  Bug#3571
15307 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
15309         * subr.el (read-passwd): Use read-key so keypad keys work as well.
15310         Bug#3287
15312         * help.el (help-print-return-message): Rename from
15313         print-help-return-message.
15315         * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
15316         cvs-mode-map parent hack.
15317         (log-view-mode): Derive from special-mode.
15319         * linum.el (linum-mode): window-size-change-functions is redundant.
15320         Adapt to new window-configuration-change-hook behavior.
15321         (linum-after-size, linum-after-config): Remove.
15323         * imenu.el (imenu-example--name-and-position)
15324         (imenu-example--lisp-extract-index-name)
15325         (imenu-example--create-lisp-index, imenu-example--create-c-index):
15326         Mark as obsolete.
15328         * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
15329         (inferior-prolog-mode): Use it.
15330         (inferior-prolog-load-file): Reset list of errors.
15332 2009-08-19  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15334         * language/tibetan.el ("Tibetan"): Fix sample-text entry.
15336         * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
15338 2009-08-19  Michael Albinus  <michael.albinus@gmx.de>
15340         * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
15341         is running already.
15343 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
15345         * subr.el (listify-key-sequence-1): Use normal syntax since those
15346         integers are nowadays always represented by the same (positive) number
15347         on all platforms.
15348         (read-key-empty-map): New const.
15349         (read-key-delay): New var.
15350         (read-key): New function.
15351         (force-mode-line-update): Use with-current-buffer.
15352         (locate-user-emacs-file): Don't forget to abbreviate the file name.
15353         (start-process-shell-command, start-file-process-shell-command):
15354         Discourage the use of command-args.
15356 2009-08-19  Glenn Morris  <rgm@gnu.org>
15358         * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
15360 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
15362         * simple.el (choose-completion-string): Don't rely on
15363         minibuffer-completing-file-name and ad-hoc checks to decide whether
15364         to continue completion or not.
15366         * minibuffer.el (minibuffer-hide-completions): New function.
15367         (completion--do-completion): Use it.
15368         (completions-annotations): New face.
15369         (completion--insert-strings): Use it.
15370         (completion-pcm--delim-wild-regex): Add docstring.
15371         (completion-pcm--string->pattern): Add support for 0-width delimiters
15372         in completion-pcm--delim-wild-regex.
15374 2009-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
15376         * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
15377         Remove unused var `buffer-modified-p'.
15379         * minibuffer.el (completion--do-completion): Move point for the #b001
15380         case as well (bug#4176).
15381         (minibuffer-complete, minibuffer-complete-word): Don't move point.
15383 2009-08-18  Michael Albinus  <michael.albinus@gmx.de>
15385         * net/dbus.el (dbus-init-bus): Declare.  Apply it for the :system
15386         and :session buses.
15388 2009-08-18  Kenichi Handa  <handa@m17n.org>
15390         * international/ucs-normalize.el (ucs-normalize-version):
15391         Change to 1.1.
15392         (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
15393         (utf-8-hfs): Make it perform normalization on encoding too.
15395         * textmodes/paragraphs.el: Change to utf-8.  Adjust coding cookie.
15396         (sentence-end-without-space): Delete duplicated chars.
15397         (sentence-end-base): Likewise.
15399         * textmodes/sgml-mode.el: Change to utf-8.  Adjust coding cookie.
15400         (html-mode): Delete duplicated chars from sentence-end-base.
15402         * textmodes/texinfo.el: Change to utf-8.  Adjust coding cookie.
15403         (texinfo-mode): Delete duplicated chars from sentence-end-base.
15405 2009-08-17  Chong Yidong  <cyd@stupidchicken.com>
15407         * files.el (hack-one-local-variable): If the mode function is for
15408         a minor mode, pass it an argument (Bug#4148).
15410 2009-08-17  Michael Albinus  <michael.albinus@gmx.de>
15412         * net/tramp.el (tramp-register-completion-file-name-handler):
15413         Check also for (member 'partial-completion completion-styles).
15415 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
15417         * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
15418         abbrev (Bug#3943).
15420 2009-08-16  Ilya Zakharevich  <ilyaz@cpan.org>
15422         * progmodes/cperl-mode.el: Merge upstream 6.2.
15423         (cperl-mode-syntax-table): Modify syntax entry for ["'`].
15424         (cperl-forward-re): Check cperl-brace-recursing.
15425         (cperl-highlight-charclass): New function.
15426         (cperl-find-pods-heres): Use it.
15427         (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
15428         (cperl-beautify-regexp-piece): Fix column calculation.
15429         (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
15430         (cperl-beautify-level): Don't process entire regexp.
15431         (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
15432         calling man.
15433         (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
15434         (cperl-init-faces): Build a list in the normal way.
15436 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
15438         * calendar/parse-time.el (parse-time-string-chars): Save match
15439         data.
15441 2009-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
15443         * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
15444         (sql-product): Use it.
15445         (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
15446         (sql-set-product): Add completion.
15447         (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
15448         (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
15449         (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
15450         (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
15451         (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
15452         (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
15453         (sql-highlight-db2-keywords): Remove.
15454         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
15455         (sql-highlight-product): Use derived-mode-p.
15456         (sql-set-sqli-buffer): Use with-current-buffer.
15457         (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
15458         Simplify.
15460         * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
15462         * term.el: Fix commenting convention, turn comments into docstrings.
15464 2009-08-16  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
15466         * whitespace.el (whitespace-style): Doc fix (Bug#3661).
15468 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
15470         * calendar/parse-time.el (parse-time-string-chars): Compute using
15471         character classes, to handle non-ascii characters (Bug#3190).
15473 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
15475         * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
15476         another heredoc if the user adds another < (Bug#3226).
15478         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
15479         Don't initialize based on window-system (Bug#4124).
15481         * facemenu.el (facemenu-read-color): Use a completion function
15482         that accepts any defined color, such as RGB triplets (Bug#3677).
15484         * files.el (get-free-disk-space): Change fallback default
15485         directory to /.  Expand DIR argument before switching to fallback.
15486         Suggested by Kevin Ryde (Bug#2631, Bug#3911).
15488 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
15490         * files.el (load-library): Doc fix.
15492 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
15494         * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
15495         (viper-if-string): Redefine C-s in the minibuffer to insert the last
15496         incremental search string.
15498         * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
15499         XEmacs.
15501         * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
15502         (ediff-merge-region-is-non-clash)
15503         (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
15504         Also check if the job is really a merge job.
15506         * ediff.el (ediff-current-file): New function.
15508 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
15510         * progmodes/js.el: Edit docstrings throughout to follow Emacs
15511         conventions.
15512         (js-insert-and-indent): Delete function.
15513         (js-mode-map): Don't bind keys to js-insert-and-indent.
15514         (js-beginning-of-defun): Rename from js--beginning-of-defun.
15515         (js-end-of-defun): Rename from js--end-of-defun.
15516         (js-auto-indent-flag): Delete variable.
15518 2009-08-14  Chong Yidong  <cyd@stupidchicken.com>
15520         * progmodes/js.el: Remove proclaim statement.
15521         Defvar which-func-imenu-joiner-function to silence compiler.
15523         * files.el (auto-mode-alist): Use js-mode for .js files.
15525         * progmodes/js2-mode.el: Remove file.
15527         * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
15529         * speedbar.el (speedbar-supported-extension-expressions): Add .js.
15531         * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
15533 2009-08-14  Daniel Colascione  <dan.colascione@gmail.com>
15534             Karl Landstrom  <karl.landstrom@brgeight.se>
15536         * progmodes/js.el: New file.
15538 2009-08-14  Mark A. Hershberger  <mah@everybody.org>
15540         * timezone.el (timezone-parse-date): Add ability to understand ISO
15541         basic format (minimal separators) dates in addition to the
15542         already-supported extended format dates.
15544 2009-08-14  Eli Zaretskii  <eliz@gnu.org>
15546         * international/ucs-normalize.el: Add a `coding' file variable.
15548         * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
15550 2009-08-14  Sam Steingold  <sds@gnu.org>
15552         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
15554 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
15556         * faces.el (help-argument-name): Define it here instead of
15557         help-fns.el, because in daemon mode help-fns.el may be loaded when
15558         faces are still uninitialized (Bug#1078).
15560         * help-fns.el (help-argument-name): Move defface to faces.el.
15562 2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
15564         * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
15565         create buffer with a pty but no process so that GDB can make the
15566         inferior the controlling process.
15568 2009-08-13  Taichi Kawabata  <kawabata.taichi@gmail.com>
15570         * international/ucs-normalize.el: New file.
15572 2009-08-13  Richard Stallman  <rms@gnu.org>
15574         * mail/rmail.el (rmail-get-attr-names):
15575         Accept an attribute header that is too short.
15577         * mail/rmail.el (rmail-forget-messages):
15578         Ignore nil elt in rmail-message-vector.  Use dotimes.
15580         * progmodes/compile.el (compilation-goto-locus):
15581         Use next-error-move-function.
15583         * simple.el (next-error-move-function): New variable.
15585 2009-08-12  Juri Linkov  <juri@jurta.org>
15587         * progmodes/grep.el (lgrep): Ensure that `default-directory' is
15588         always non-nil.  (Bug#4052)
15590         * replace.el (read-regexp): Return empty string when
15591         `default-value' is nil.
15592         (keep-lines-read-args): Don't use empty string as the
15593         default value for `read-regexp'.  (Bug#2495)
15595 2009-08-12  Juri Linkov  <juri@jurta.org>
15597         * international/mule-cmds.el (ucs-insert): Change arguments
15598         from `arg' to `character', `count', `inherit' to be the same
15599         as in `insert-char'.  Doc fix.  (Bug#4039)
15601         * international/mule-conf.el (utf-16be-with-signature): Doc fix.
15603 2009-08-12  Juri Linkov  <juri@jurta.org>
15605         * files-x.el: New file.
15607         * files.el: Move code that deals with adding/deleting
15608         file/directory-local variables to files-x.el.
15610         * Makefile.in (ELCFILES): Add files-x.elc.
15612 2009-08-11  Dmitry Dzhus  <dima@sphinx.net.ru>
15614         * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
15615         to use `goto-line'.
15616         (gdb-place-breakpoints, gdb-get-location): Rewritten without
15617         `goto-line'.
15618         (gdb-invalidate-disassembly): Do not refresh upon receiving
15619         'update signal.  Instead, update all disassembly buffers only after
15620         threads list.
15621         (gdb): Send -target-detach when buffer is killed (Bug#3794).
15622         (gdb-starting): Moved -data-list-register-names...
15623         (gdb-stopped): ...here so it's sent when first thread stops.
15624         (gdb-registers-handler-custom): Do nothing if register names are
15625         unknown yet.
15627         * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
15628         from `gdb-mi.el' to avoid extra tangling.
15630         * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
15631         change which breaks `gud-def' definitions used in `gdb'.
15632         (gdb-update-gud-running): No extra fuss for updating frame number.
15634 2009-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15636         * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
15637         (describe-language-environment-map, setup-language-environment-map)
15638         (set-coding-system-map): Move initialization into declaration.
15639         (set-language-info-alist): Last arg to define-key-after can be skipped.
15641         * international/quail.el (quail-completion-1): Simplify.
15642         (quail-define-rules): Use slightly more compact code.
15643         (quail-insert-decode-map): Propertize keys, compact columns.
15645         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
15646         Add goto-line.
15648 2009-08-10  Miles Bader  <miles@gnu.org>
15650         * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
15651         (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
15652         (js2-instance-member, js2-private-member, js2-private-function-call)
15653         (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
15654         (js2-magic-paren, js2-external-variable):
15655         Remove "-face" suffix from face names.
15656         (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
15657         (js2-highlight-undeclared-vars, js2-peek-token)
15658         (js2-parse-function-params, js2-mode-show-errors)
15659         (js2-mode-show-warnings, js2-make-magic-delimiter)
15660         (js2-mode-highlight-magic-parens): Update to use new face names.
15662 2009-08-09  Michael Albinus  <michael.albinus@gmx.de>
15664         * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
15665         (tramp-handle-insert-directory): Handle "--dired".  (Bug#4075)
15667 2009-08-09  Chong Yidong  <cyd@stupidchicken.com>
15669         * subr.el: Provide hashtable-print-readable.
15671         * progmodes/hideshow.el (hs-special-modes-alist): Don't use
15672         hs-c-like-adjust-block-beginning.
15673         (hs-hide-block-at-point): Stop hiding at the beginning of
15674         hs-block-end-regexp (Bug#700).
15676 2009-08-09  Dmitry Dzhus  <dima@sphinx.net.ru>
15678         * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
15679         a macro.
15680         (gdb-registers-handler-custom): Do not fail when register names
15681         are unavailable.
15683 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
15685         * progmodes/gdb-mi.el (gdb-control-all-threads)
15686         (gdb-control-current-thread): Interactive setters for
15687         `gdb-gud-control-all-threads' to use in menu.
15688         (gdb-show-run-p): Show «Go» when process is not active.
15689         (gud-tool-bar-map): Add non-stop/A,T indicator.  Uses
15690         gud/thread.xpm and gud/all.xpm.
15692 2009-08-08  Yoni Rabkin  <yoni@rabkins.net>
15694         * net/net-utils.el (net-utils-font-lock-keywords): New var.
15695         (nslookup-font-lock-keywords): Make it a variable.
15696         (net-utils-mode): New mode for viewing diagnostic network output.
15697         (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
15698         (net-utils-run-simple): New function.
15699         (ifconfig, iwconfig, netstat, arp, route): Use it.
15701 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
15703         * progmodes/gdb-mi.el (gdb-read-memory-custom)
15704         (gdb-memory-set-address, def-gdb-set-positive-number)
15705         (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
15706         after changing settings.
15707         (gdb-invalidate-disassembly): Update when first shown.
15708         (gdb-edit-locals-value): Fixed.
15709         (gdb-registers-handler-custom): Print registers in right order and
15710         allow changing register values (only for current thread yet).
15711         (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
15712         (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
15713         (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
15714         (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
15715         info in mode name.
15716         (gdb-registers-mode-map): TAB to switch to locals.
15718 2009-08-08  Eli Zaretskii  <eliz@gnu.org>
15720         * mail/rmail.el (rmail-add-mbox-headers)
15721         (rmail-set-message-counters-counter): Search for
15722         rmail-unix-mail-delimiter instead of just "From ".  (Bug#4076)
15724 2009-08-08  Glenn Morris  <rgm@gnu.org>
15726         * Makefile.in (ELCFILES): Update.
15728 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
15730         * mail/sendmail.el (mail-yank-original): Set
15731         buffer-file-coding-system from the one used by the message whose
15732         text is yanked.
15734         * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
15735         to "windows" when "pgnuplot" is used.
15736         (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
15737         call accept-process-output if "pgnuplot" is used.
15738         (calc-graph-init): Don't send -display and -geometry to
15739         "pgnuplot".  If "pgnuplot" is used, glean gnuplot version by
15740         running "pgnuplot -V" with shell-command-to-string.
15742         * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
15743         the default.
15745 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
15747         * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
15748         org/org-latex.elc.
15750 2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
15752         * vc-dispatcher.el (vc-resynch-window): Update comment.
15754         * term.el (term-handle-ansi-escape): Add comments with the
15755         terminfo capabilities implemented.
15757 2009-08-06  Dmitry Dzhus  <dima@sphinx.net.ru>
15759         * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
15760         (gdb-var-create-handler): Rewritten using JSON parser.
15761         (gdb-propertize-header): Moved earlier.
15762         (gdb-set-header): Removed to avoid duplication.
15763         (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
15764         Refresh disassembly buffers only after threads list have been
15765         update.
15766         (gdb-threads-header, gdb-registers-header): Per-buffer header line
15767         variables.
15769 2009-08-04  Juri Linkov  <juri@jurta.org>
15771         * files.el: Commands to add/delete file/directory-local variables.
15772         (read-file-local-variable, read-file-local-variable-value)
15773         (read-file-local-variable-mode, modify-file-local-variable)
15774         (modify-file-local-variable-prop-line)
15775         (modify-dir-local-variable): New functions.
15776         (add-file-local-variable, delete-file-local-variable)
15777         (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
15778         (add-dir-local-variable, delete-dir-local-variable)
15779         (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
15780         (copy-dir-locals-to-file-locals-prop-line): New commands.
15782 2009-08-04  Chong Yidong  <cyd@stupidchicken.com>
15784         * abbrev.el (insert-abbrev-table-description): Prettify output.
15785         Suggested by Karl Chen.
15787 2009-08-04  Dmitry Dzhus  <dima@sphinx.net.ru>
15789         * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
15790         (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
15791         (gdb-overlay-arrow-position, gdb-thread-position)
15792         (gdb-disassembly-position): Declare variables.
15793         (gdb-wait-for-pending): Function now.
15794         (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
15795         (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
15796         compilation goes smoothly.
15797         (gdb, gdb-non-stop, gdb-buffers): New customization groups.
15798         (gdb-non-stop-setting): New customization setting which replaces
15799         `gdb-non-stop' so changing it doesn't break active GDB session.
15800         (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
15801         (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
15802         (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
15803         (gdb-show-threads-by-default): New customization options.
15804         (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
15805         routines.
15806         (gdb-get-buffer-create): Send buffers update signal when they are
15807         created.
15808         (gdb-invalidate-locals, gdb-invalidate-registers)
15809         (gdb-invalidate-breakpoints)
15810         (gdb-invalidate-threads, gdb-invalidate-disassembly)
15811         (gdb-invalidate-memory): Accept update signal.
15812         (gdb-current-context-command): Use --frame option.
15813         (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
15814         Implement `gdb-frame-number' selection logic.
15815         (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
15816         whether to show GUD toolbar buttons.
15817         (gdb-thread-exited): Unselect current thread when it exits.
15818         (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
15819         (gdb-mark-line): Routine which sets overlay arrow or inverses
15820         video on fringeless displays.
15821         (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
15822         to build aligned columns of data in GDB buffers and set text
15823         properties line-by-line.
15824         (gdb-invalidate-breakpoints)
15825         (gdb-breakpoints-list-handler-custom)
15826         (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
15827         (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
15828         (gdb-registers-handler-custom): Align data columns.
15829         (gdb-locals-handler-custom): Now prints data like in variable
15830         declarations.
15831         (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
15832         Removed confusing buttons.
15833         (gdb-invalidate-threads): Append --frame.
15834         (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
15835         between breakpoints/threads buffers.
15836         (gdb-set-window-buffer): Now can ignore dedicated windows.
15837         (gdb-propertize-header): Use `gdb-set-window-buffer'.
15838         (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
15839         (def-gdb-thread-buffer-gud-command): Replaces
15840         `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
15841         for fine thread control.
15842         (gdb-preempt-existing-or-display-buffer): New function used to
15843         display bound buffers without breaking window layout.
15844         (gdb-frame-location): Replaces `gdb-insert-frame-location'.
15845         (gdb-select-frame): New version of `gdb-frames-select' which now
15846         sets `gdb-frame-number' so commands may use --frame option instead
15847         of inner debugger state.
15848         (gdb-frame-handler): Do not set `gdb-frame-number'.
15849         (gdb-threads-mode-map): Select threads with mouse.
15851         * progmodes/gud.el (gdb-gud-context-call): Declare function to
15852         avoid compilation warning.
15853         (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
15854         `gdb-show-stop-p`.
15856         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
15857         Argument `key' renamed to `buffer-type'.
15858         (gdb-current-context-buffer-name): Do not add thread info to
15859         buffer name when no thread is selected.
15860         (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
15861         command (bug 3794).
15862         (gdb-thread-selected): Handle `=thread-selected' notification.
15863         (gdb-wait-for-pending): New macro to deal with congestion problems.
15864         (gdb-breakpoints-list-handler-custom): Don't fail on pending
15865         breakpoints.
15866         (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
15867         This fixes problem similar to one described in bug 3947.
15868         (gud-menu-map): More menu items.
15869         (gdb-init-1): Reset `gdb-thread-number' to nil.
15871         * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
15872         non-stop settings.
15874         * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
15875         (gdb-current-context-command): Do not append --thread if
15876         `gdb-thread-number' is nil.
15877         (gdb-running-threads-count, gdb-stopped-threads-count): New
15878         variables.
15879         (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
15880         (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
15881         customization options.
15882         (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
15883         GUD commands.
15884         (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
15885         (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
15886         (gdb-setq-thread-number, gdb-update-gud-running): New functions to
15887         set `gdb-thread-number' and update `gud-running' properly.
15888         (gdb-running): Update threads list when new threads appear.
15889         (gdb-stopped): Support non-stop operation and new thread switching
15890         logic.
15891         (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
15892         (gdb-json-partial-output): New set of JSON routines.
15893         (def-gdb-auto-update-trigger): New `signal-list' optional
15894         argument.
15895         (gdb-thread-list-handler-custom): Update `gud-running',
15896         `gdb-stopped-threads-count' and `gdb-running-threads-count'.
15897         (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
15898         (gdb-continue-thread, gdb-step-thread): New commands for fine
15899         thread execution control.
15900         (gud-menu-map): New menu items to switch non-stop options.
15901         (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
15902         (gdb-send): Mimic RET properly (bug 3794).
15904         * progmodes/gdb-mi.el (gdb-rules-name-maker)
15905         (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
15906         gdb-buffer-rules.
15907         (def-gdb-auto-update-handler): New nopreserve optional argument.
15908         (gdb-stack-list-frames-custom): Print stack from top to bottom.
15910         * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
15911         (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
15912         (gdb-parent-mode): New mode to derive other GDB modes from.
15913         (gdb-display-disassembly-for-thread)
15914         (gdb-frame-disassembly-for-thread): New commands for threads
15915         buffer.
15917         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
15918         (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
15919         (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
15920         (gdb-update): We now store all GDB buffers in a list so that they
15921         can be updated by traversing a list instead of calling invalidate
15922         triggers explicitly.
15923         (def-gdb-trigger-and-handler): New macro to define trigger-handler
15924         pair for GDB buffer.
15925         (gdb-stack-buffer-name): Add thread information.
15926         (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
15927         handle pending triggers.
15928         (gdb-threads-mode-map, def-gdb-thread-buffer-command)
15929         (def-gdb-thread-buffer-simple-command)
15930         (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
15931         (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
15932         (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
15933         New commands which show buffers bound to thread.
15934         (gdb-stack-list-locals-regexp): Removed unused regexp.
15936         * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
15937         (gdb-locals-buffer-name, gdb-registers-buffer-name)
15938         (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
15939         to (gud-comint-buffer) in *-buffer-name functions
15940         because (gdb-get-target-string) already does that.
15941         (gdb-locals-handler-custom, gdb-registers-handler-custom)
15942         (gdb-changed-registers-handler): Rewritten without regexps.
15944         * progmodes/gdb-mi.el: Basic thread selection support.
15945         (gdb-thread-number): New variable.
15946         (gdb-current-context-command): New macro which adds --thread
15947         option to command.
15948         (gdb-threads-mode-map): Select thread with SPC.
15949         (gdb-thread-list-handler-custom): Mark current thread with overlay
15950         arrow.  Synchronize GDB thread and Emacs thread.
15951         (gdb-select-thread): New command which selects current thread.
15952         (gdb-invalidate-frames, gdb-invalidate-locals)
15953         (gdb-invalidate-registers): Use --thread option.
15955 2009-08-04  Michael Albinus  <michael.albinus@gmx.de>
15957         * net/tramp.el (top): Make check for tramp-gvfs loading more
15958         robust.  (Bug#3977)
15959         (tramp-handle-insert-file-contents): `unwind-protect' must be
15960         inside `with-parsed-tramp-file-name'.
15962         * net/tramp-gvfs.el (top): Remove superfluous message when loading
15963         fails.
15965 2009-08-03  Nick Roberts  <nickrob@snap.net.nz>
15967         * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
15968         directory if CLASSPATH is not set.
15970 2009-08-03  Michael Albinus  <michael.albinus@gmx.de>
15972         * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
15973         New defconst.
15974         (tramp-rfn-eshadow-update-overlay): Use it.  (Bug#4004)
15976 2009-08-02  Kevin Ryde  <user42@zip.com.au>
15978         * net/newst-backend.el (newsticker--raw-url-list-defaults):
15979         Update freshmeat link.  Delete newsforge.com as it seems gone.
15981 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
15983         * select.el (x-set-selection): Doc fix (Bug#4021).
15985         * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
15987         * help-fns.el (describe-variable): Treat list return values from
15988         dir-locals-find-file properly (Bug#4005).
15990 2009-08-02  Julian Scheid  <julians37@googlemail.com>  (tiny change)
15992         * net/tramp.el (tramp-debug-message): Print also microseconds.
15994 2009-08-02  Michael Albinus  <michael.albinus@gmx.de>
15996         * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
15997         or END is non-nil.
15998         (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
15999         (tramp-get-debug-buffer): Change `outline-regexp' according to new
16000         format.
16002         * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
16003         (tramp-get-file-property): Use it.
16005         * autorevert.el (auto-revert-handler): Allow
16006         `auto-revert-tail-mode' for remote files.
16008 2009-08-02  Jason Rumney  <jasonr@gnu.org>
16010         * minibuffer.el (read-file-name): Treat confirm options to
16011         MUSTMATCH as nil when invoking x-file-dialog.  (Bug#3969)
16013 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
16015         * font-lock.el (font-lock-string-face, font-lock-builtin-face)
16016         (font-lock-variable-name-face, font-lock-constant-face): Darken
16017         the colors for light backgrounds.
16019 2009-08-01  Eli Zaretskii  <eliz@gnu.org>
16021         * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
16022         month names.  (Bug#3987)
16024 2009-07-31  Chong Yidong  <cyd@stupidchicken.com>
16026         * simple.el (line-move-finish): Pass whole number to
16027         line-move-to-column.
16028         (line-move-visual): Perform hscroll to the recorded position.
16030 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
16032         * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
16034 2009-07-29  Alan Mackenzie  <acm@muc.de>
16036         * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
16038 2009-07-29  Dmitry Dzhus  <dima@sphinx.net.ru>
16040         * progmodes/gdb-mi.el (gdb-goto-breakpoint)
16041         (gdb-place-breakpoints): Use full path when setting breakpoints.
16043 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
16045         * calc/calc.el (calc-mode-map): Add keybinding for
16046         `calc-transpose-lines'.
16048 2009-07-29  Vincent Belaïche  <vincent.belaiche@gmail.com>
16050         * calc/calc-misc.el (calc-transpose-lines): New function.
16052 2009-07-28  Michael Albinus  <michael.albinus@gmx.de>
16054         * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
16055         Simplify check for out-of-band methods.
16056         (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
16057         remote.  Remove messages which are in `tramp-do-copy-or-rename-file'.
16059 2009-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
16061         * vc-git.el (vc-git-checkin): Fix typo.
16063 2009-07-28  Steve Yegge  <steve.yegge@gmail.com>
16065         * progmodes/js2-mode.el: New file.
16067 2009-07-28  Nick Roberts  <nickrob@snap.net.nz>
16069         * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
16070         (gud-menu-map): Adjust tooltip accordingly.
16072 2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
16074         * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
16075         (vc-bzr-log-view-mode): Adjust log-view-file-re.
16077         * add-log.el (change-log-mode-map): Add a menu.
16079 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
16081         * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
16082         function returns nil.
16083         (dbus-handle-event): Handle special return value :ignore.
16084         Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
16086 2009-07-26  Chong Yidong  <cyd@stupidchicken.com>
16088         * view.el (view-mode-enable): Don't define Helper-return-blurb if
16089         it's not needed.
16091 2009-07-25  Eli Zaretskii  <eliz@gnu.org>
16093         Fix Bug#3888:
16095         * w32-vars.el (x-select-enable-clipboard): Doc fix.
16097         * term/pc-win.el (x-display-name, x-colors)
16098         (x-select-enable-clipboard, x-select-text): Doc fix.
16100         * term/common-win.el (x-display-name, x-colors): Doc fix.
16102         * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
16103         (xw-defined-colors): Doc fix.
16105         * w32-fns.el (x-select-text, x-setup-function-keys)
16106         (x-get-selection, x-set-selection): Doc fix.
16108         * term/x-win.el (x-select-text, x-setup-function-keys)
16109         (x-select-enable-clipboard, xw-defined-colors): Doc fix.
16111         * select.el (x-set-selection): Doc fix.
16113 2009-07-25  Michael Albinus  <michael.albinus@gmx.de>
16115         * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
16116         instead of "IsNSSSupportAvailable".  Avahi ought to work also when
16117         "IsNSSSupportAvailable" method is not available.  Reported by
16118         Steve Youngs <steve@sxemacs.org>.
16120 2009-07-24  Kenichi Handa  <handa@m17n.org>
16122         * international/characters.el: Fix setting of category ?C, ?|, ?K,
16123         and ?H.  Fix setting of case for Latin Extended and Greek Extended.
16124         (build-unicode-category-table): Fix range checks.
16126 2009-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
16128         * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
16129         the buffer we try to sync is current when calling
16130         vc-resynch-buffer.
16132         * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
16133         not show up to date files.
16135 2009-07-24  Glenn Morris  <rgm@gnu.org>
16137         * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
16138         Add autoload cookies.  If necessary, initialize.
16139         (elint-log): Handle non-file buffers.
16140         (elint-initialize): Add optional argument to reinitialize.
16141         (elint-find-builtin-variables): Save excursion.
16143 2009-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
16145         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
16146         for Lint.
16148 2009-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
16150         * vc.el (vc-print-log-internal): New function, split out from ...
16151         (vc-print-log): ... here.
16152         (vc-dir-move-to-goal-column): Declare.
16154         * vc-git.el (vc-git-add-signoff): New variable.
16155         (vc-git-checkin): Use it.
16156         (vc-git-toggle-signoff): New function.
16157         (vc-git-extra-menu-map): Bind it to menu.
16158         (vc-git--run-command-string): Accept a nil FILE argument.
16159         (vc-git-stash-list): New function.
16160         (vc-git-dir-extra-headers): Use it.
16162 2009-07-23  Glenn Morris  <rgm@gnu.org>
16164         * help-fns.el (describe-variable): Describe ignored and risky local
16165         variables in a similar way to that in which we describe safe ones.
16167         * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
16168         (byte-compile-output-file-form, byte-compile-output-docform)
16169         (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
16170         Give some more local variables with common names a "bytecomp-" prefix,
16171         so as not to shadow things during compilation.
16172         * emacs-lisp/cl-macs.el (load-time-value)
16173         * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
16174         `outbuffer' to `bytecomp-outbuffer'.
16176         * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
16177         since the next two variables cover them automatically now.
16178         (elint-builtin-variables, elint-autoloaded-variables): New.
16179         (elint-unknown-builtin-args): Remove all members, since they can be
16180         parsed automatically now.
16181         (elint-extra-errors): New.
16182         (elint-env-add-env, elint-env-add-macro): Use cadr.
16183         (elint-current-buffer): Use or.  Change final message.
16184         (elint-get-top-forms): Use line-end-position.
16185         (elint-init-env): Use cadr.  Handle autoload, declare-function,
16186         and defalias.
16187         (elint-add-required-env): Doc fix.  Use or.  Standardize error.
16188         (regexp-assoc): Remove unused function.
16189         (elint-top-form): Set elint-current-pos, to record the start of the
16190         top-level form, for compilation-mode.
16191         (elint-form): Trap errors in macro expansion.  Use dolist.
16192         (elint-unbound-variable): Use elint-builtin-variables and
16193         elint-autoloaded-variables.
16194         (elint-get-args): Use cadr, or.
16195         (elint-check-cond-form): Use dolist, cadr.
16196         (elint-check-condition-case-form): Doc fix.  Use cadr.
16197         Use elint-extra-errors.
16198         (elint-log): New function.
16199         (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
16200         Distinguish errors and warnings.
16201         (elint-log-message): Use with-current-buffer.  Inhibit read-only.
16202         Use a bytecomp-style format.
16203         (elint-clear-log): Preserve default-directory.  Inhibit read-only.
16204         (elint-get-log-buffer): Use compilation mode.  Disable undo.
16205         Don't truncate lines.
16206         (elint-initialize): Set builtin and autoloaded variable lists.
16207         Only process elint-unknown-builtin-args if non-nil.
16208         (elint-find-builtin-variables, elint-find-autoloaded-variables):
16209         New functions.
16210         (elint-find-builtin-args): Doc fix.  Handle "BODY...)".
16212 2009-07-22  Kevin Ryde  <user42@zip.com.au>
16214         * net/newst-backend.el (newsticker--parse-atom-1.0)
16215         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
16216         (newsticker--parse-rss-1.0):
16217         * progmodes/idlwave.el (idlwave-mode):
16218         * progmodes/idlw-shell.el (idlwave-shell-mode):
16219         * progmodes/vera-mode.el (vera-mode):
16220         * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
16221         * progmodes/vhdl-mode.el (vhdl-mode):
16222         * textmodes/table.el (table-generate-source)
16223         (table--warn-incompatibility):
16224         Hyperlink urls in docstrings with URL `...'.
16226 2009-07-22  Glenn Morris  <rgm@gnu.org>
16228         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
16229         * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
16230         * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
16231         Remove leading * from defcustom docs.
16233         * simple.el (blink-matching-paren-distance): Bump to 100k.  (Bug#3889)
16235         * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
16236         defcustom doc.
16237         (list-load-path-shadows): Optionally, just return shadows as a string.
16239         * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
16241 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
16243         * mail/rmailedit.el (rmail-edit-mode): Use
16244         auto-save-include-big-deletions.
16246         * mail/rmail.el (rmail-variables): Use
16247         auto-save-include-big-deletions.
16249         * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
16250         changes.
16252 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
16254         * calc/calc.el (calc-undo-length): New variable.
16255         (calc-quit): Truncate rather than eliminate `calc-undo-list'.
16257 2009-07-21  Richard Stallman  <rms@gnu.org>
16259         * files.el (auto-save-mode): Handle buffer-save-size = -2
16260         for toggling mode.
16262 2009-07-21  Glenn Morris  <rgm@gnu.org>
16264         * textmodes/ispell.el (ispell-looking-back): Update declaration.
16266         * calendar/todo-mode.el (calendar-current-date): Update declaration.
16268         * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
16269         silence compiler.  Instead...
16270         (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
16271         (ps-print-ensure-fontified): Update for above function name changes.
16273         * printing.el (pr-mh-get-msg-num, pr-mh-show)
16274         (pr-mh-start-of-uncleaned-message): Remove aliases only used to
16275         silence compiler.  Instead...
16276         (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
16277         (mh-show-buffer): Only define for compiler.
16278         (pr-mh-current-message): Update for above function name changes.
16280         * files.el (abort-if-file-too-large): Explicitly pass `filename'
16281         as an argument.
16282         (find-file-noselect, insert-file-1): Update for above change.
16284         * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
16286         * mail/mailclient.el (mailclient-send-it): Fix message.
16288         * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
16289         (edebug-eval): Check cl-debug-env is bound.
16290         (print-level, print-circle): Don't redefine built-in variables.
16292         * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
16293         (custom-print-vectors): Remove old comments from doc.
16295         * emerge.el (menu-bar-emerge-menu): Remove unused variable.
16296         (emerge-version): Make the variable an obsolete alias for the
16297         emacs-version variable.  Make the function obsolete.
16298         (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
16299         Emerge options, rather than merging in into the main Options menu.
16300         (emerge-options-menu): Adjust menu text.  Use buttons for skip prefers
16301         and auto advance modes.  Disable edit/fast items when not relevant.
16303 2009-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
16305         * term/vt420.el (terminal-init-vt420): Fix typo.
16307 2009-07-20  Sam Steingold  <sds@gnu.org>
16309         * progmodes/ada-mode.el (compile-auto-highlight): Remove the
16310         variable (removed from compile.el on 2004-03-11).
16312 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
16314         * files.el (hack-local-variables-filter): Fix last change.
16316 2009-07-19  Juri Linkov  <juri@jurta.org>
16318         * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
16319         (dir-local-variables-alist): New buffer-local variable.
16320         (hack-local-variables-filter): If variable is not dir-local,
16321         i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
16322         because file-local overrides dir-local.
16323         (c-postprocess-file-styles) <declare-function>:
16324         Remove obsolete declaration.
16325         (hack-dir-local-variables): Add dir-local variable/value pair to
16326         `dir-local-variables-alist' and remove duplicates.  Doc fix.
16328         * help-fns.el (describe-variable): Add information about
16329         file-local and dir-local variables.
16331 2009-07-19  Chong Yidong  <cyd@stupidchicken.com>
16333         * files.el (hack-local-variables-filter): Rewrite.
16335 2009-07-19  Glenn Morris  <rgm@gnu.org>
16337         * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
16338         Silence compiler by only defining on XEmacs.
16340         * international/mule.el (auto-coding-regexp-alist): Only match
16341         BABYL... at the start of buffer, not of lines.  (Bug#3790)
16343         * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
16344         non-calendar buffers (Bug#3862).  Restore "not on a date" message.
16345         (cal-menu-context-mouse-menu): Doc fix.
16347         * desktop.el (desktop-buffers-not-to-save): Set :version tag.
16349         * simple.el (mail-user-agent): Doc fix.  Set :version tag.
16351 2009-07-18  Juri Linkov  <juri@jurta.org>
16353         * info.el: Virtual Info keyword finder.
16354         (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
16355         (Info-finder-file): New variable.
16356         (Info-finder-find-file): New function.
16357         (finder-known-keywords, finder-package-info)
16358         (find-library-name, lm-commentary): Use defvar and
16359         declare-function to silence compiler warnings.
16360         (Info-finder-find-node): New function.
16361         (info-finder): New command.
16363         * subr.el (process-kill-buffer-query-function): New function.
16364         (add-hook)<kill-buffer-query-functions>: Add hook
16365         `process-kill-buffer-query-function'.
16367 2009-07-18  Alan Mackenzie  <acm@muc.de>
16369         * progmodes/cc-mode.el (c-before-hack-hook)
16370         (c-postprocess-file-styles): Give invocation of `c-set-style'
16371         DONT-OVERRIDE parameter of t.  Already set style variables will
16372         thus not be overridden by style settings given by `c-file-syle'.
16374         * files.el (hack-local-variables-filter): Remove entries with
16375         duplicate keys from `file-local-variables-alist'.
16377 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
16379         * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
16380         x-set-selection if display-selections-p returns nil for the
16381         current frame.
16383 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
16385         * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
16387 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
16389         * desktop.el (desktop-buffers-not-to-save): Default value is nil.
16390         Accept nil in addition to a regexp.
16391         (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
16392         Accept nil in addition to a regexp.
16393         (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
16394         buffers that have an associated file.  Handle nil values of
16395         desktop-buffers-not-to-save and desktop-files-not-to-save.
16396         (Bug#3833)
16398         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
16399         (x-disown-selection-internal): New functions.
16401 2009-07-18  Nick Roberts  <nickrob@snap.net.nz>
16403         * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
16404         warning.
16405         (gdb-breakpoints-header): Move forward to avoid compiler warning.
16406         (gdb-make-header-line-mouse-map): Remove duplicate definition.
16408 2009-07-18  David De La Harpe Golden  <david@harpegolden.net>
16410         * simple.el (set-mark): Revert last change.
16412 2009-07-17  Tassilo Horn  <tassilo@member.fsf.org>
16414         * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
16415         rendering of pngs is not possible instead of messaging a long
16416         description.
16418 2009-07-17  David De La Harpe Golden  <david@harpegolden.net>
16420         * w32-fns.el (x-selection-owner-p): New function.
16422         * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
16423         (mouse-yank-at-click, mouse-yank-primary): If
16424         select-active-regions is non-nil, deactivate the mark before
16425         insertion.
16427         * simple.el (deactivate-mark, set-mark): Only save selection if we
16428         own it.
16430 2009-07-17  Kenichi Handa  <handa@m17n.org>
16432         * case-table.el (describe-buffer-case-table): Fix for the case
16433         that KEY is a cons.
16435 2009-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
16437         * vc-rcs.el (vc-rcs-find-file-hook):
16438         * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
16440 2009-07-16  Michael Albinus  <michael.albinus@gmx.de>
16442         * net/tramp.el (tramp-wait-for-output): Handle the case when
16443         commands do not return a newline but a null byte before the shell
16444         prompt.  (Bug#3858)
16446 2009-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16448         * term/ns-win.el (ns-set-alpha): Don't declare.
16449         (ns-set-background-alpha): Remove function.
16451 2009-07-16  Kevin Ryde  <user42@zip.com.au>
16453         * emacs-lisp/copyright.el (copyright-update): Save match-data across
16454         y-or-n-p, for safety.
16456 2009-07-16  Richard Stallman  <rms@gnu.org>
16458         * files.el (auto-save-mode): If buffer-saved-size is -2,
16459         don't clobber it.
16461         * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
16462         (rmail-retry-ignored-headers): Add more uninteresting fields.
16464 2009-07-15  Jari Aalto  <jari.aalto@cante.net>
16466         * net/rcirc.el (rcirc): Use history variables.
16467         (rcirc-server-name-history, rcirc-nick-name-history)
16468         (rcirc-server-port-history): New variables.
16470 2009-07-15  Kenichi Handa  <handa@m17n.org>
16472         * international/mule-cmds.el (set-language-environment-charset):
16473         If coding-system-charset-list returns `iso-2022' or `emacs-mule',
16474         ignore them.
16476         * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
16477         Delete unibyte-display.
16479 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
16481         * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
16483 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
16485         * simple.el (deactivate-mark): Optional argument FORCE.
16486         (set-mark): Use deactivate-mark.
16488         * info.el (Info-search): No need to check transient-mark-mode
16489         before calling deactivate-mark.
16491         * select.el (x-set-selection): Doc fix.
16492         (x-valid-simple-selection-p): Allow buffer values.
16493         (xselect--selection-bounds): Handle buffer values.  Suggested by
16494         David De La Harpe Golden.
16496         * mouse.el (mouse-set-region, mouse-drag-track): Call
16497         copy-region-as-kill before setting the mark, to let
16498         select-active-regions work.
16500 2009-07-15  David De La Harpe Golden  <david@harpegolden.net>
16502         * simple.el (deactivate-mark): If select-active-regions is
16503         non-nil, copy the selection data into a string.
16504         (activate-mark): If select-active-regions is non-nil, set the
16505         selection to the current buffer.
16506         (set-mark): Update selection if select-active-regions is non-nil.
16508         * select.el (x-valid-simple-selection-p): Allow buffer values.
16510 2009-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
16512         * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
16513         and more featureful message-mode.
16515 2009-07-14  Chong Yidong  <cyd@stupidchicken.com>
16517         * select.el (x-set-selection): Doc fix.
16518         (x-valid-simple-selection-p): Disallow selection data consisting
16519         of a list or cons of integers, since that is not used.
16520         (xselect--selection-bounds, xselect--int-to-cons): New functions.
16521         (xselect-convert-to-string, xselect-convert-to-length)
16522         (xselect-convert-to-filename, xselect-convert-to-charpos)
16523         (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
16525 2009-07-14  Dmitry Dzhus  <dima@sphinx.net.ru>
16527         * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
16528         output in -break-info command (Emacs bug #3794).
16530 2009-07-14  Glenn Morris  <rgm@gnu.org>
16532         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
16533         (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
16534         (edebug-print-length, edebug-print-level, edebug-print-circle)
16535         (edebug-sit-for-seconds, edebug-view-outside)
16536         (edebug-bounce-point, edebug-set-global-break-condition)
16537         (edebug-Go-nonstop-mode, edebug-trace-mode)
16538         (edebug-Trace-fast-mode, edebug-continue-mode)
16539         (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
16540         (edebug-visit-eval-list): Doc fixes.
16542         * subr.el (def-edebug-spec): Doc fix.
16544 2009-07-14  Kenichi Handa  <handa@m17n.org>
16546         * international/characters.el: Fix setting of category ?C.
16548 2009-07-13  Jan Djärv  <jan.h.d@swipnet.se>
16550         * term/ns-win.el (x-select-font): defalias x-select-font to
16551         ns-popup-font-panel instead of generate-fontset-menu.
16553 2009-07-12  Eli Zaretskii  <eliz@gnu.org>
16555         * desktop.el (desktop-buffers-not-to-save): Remove ".log".  (Bug#3833)
16557 2009-07-12  Peter Jolly  <peter@jollys.org>  (tiny change)
16559         * arc-mode.el (archive-find-type): Allow for a PK00 string before
16560         the PK\003\004 header (Bug#3770).
16562 2009-07-12  Guanpeng Xu  <herberteuler@hotmail.com>
16564         * pcomplete.el (pcomplete-comint-setup): Check for
16565         shell-dynamic-complete-filename too.
16567 2009-07-11  Chong Yidong  <cyd@stupidchicken.com>
16569         * simple.el (temporary-goal-column): Change the value for
16570         line-move-visual to a cons cell.
16571         (line-move-visual): Record or set the window hscroll, if
16572         necessary (Bug#3494).
16573         (line-move-1): Handle cons value of temporary-goal-column.
16575 2009-07-11  Kenichi Handa  <handa@m17n.org>
16577         * international/mule-diag.el (describe-character-set): Don't show
16578         width.
16580 2009-07-10  Sam Steingold  <sds@gnu.org>
16582         * progmodes/compile.el (compilation-mode-font-lock-keywords):
16583         Omake sometimes indents the errors it prints, so allow all
16584         regexps to start with spaces.
16586 2009-07-10  Eli Zaretskii  <eliz@gnu.org>
16588         * cus-edit.el (customize-changed-options-previous-release):
16589         Bump value to 22.1.  (Bug#3804)
16591 2009-07-08  Sam Steingold  <sds@gnu.org>
16593         * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
16594         to be a cons cell (test . ignored-directory) to selectively ignore
16595         some directories depending on the location of the search.
16597 2009-07-08  Michael Albinus  <michael.albinus@gmx.de>
16599         * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
16600         remote user is root, on the local host.
16601         (tramp-local-host-p): Either the local user or the remote user
16602         must be root.  (Bug#3771)
16604 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
16606         * progmodes/gdb-mi.el (gdb): Remove description of
16607         gdb-use-separate-io-buffer.
16608         (menu): Don't allow toggling of or enable
16609         gdb-use-separate-io-buffer from menubar.
16611 2009-07-08  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
16613         * mail/unrmail.el (unrmail): Make sure the message ends with two
16614         newlines (Bug#3769).
16616 2009-07-08  Glenn Morris  <rgm@gnu.org>
16618         * calendar/calendar.el (calendar-current-date): Rework previous change.
16620 2009-07-08  Ed Reingold  <reingold@emr.cs.iit.edu>
16622         * calendar/calendar.el (calendar-current-date):
16623         Add an optional argument giving an offset from today.
16625 2009-07-08  Glenn Morris  <rgm@gnu.org>
16627         * tutorial.el (tutorial--describe-nonstandard-key):
16628         Adjust the message for when a key has been unbound.
16629         (help-with-tutorial): Hide the arch-tag.
16631 2009-07-08  Kenichi Handa  <handa@m17n.org>
16633         * international/fontset.el (setup-default-fontset): For each
16634         script, append (not set) font-specs.
16636         * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
16637         docstring.
16639 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
16641         * progmodes/gdb-mi.el (gdb-init-1): Move sending
16642         -data-list-register-names to ...
16643         (gdb-starting): ... here because GDB 7.0 requires execution to
16644         have started when using this MI command.
16645         (gdb-set-header): New function to distinguish select and
16646         unselected tabs in gdb buffers.
16647         (gdb-propertize-header): New macro that uses gdb-set-header.
16648         (gdb-breakpoints-header, gdb-locals-header): Use it.
16649         (gdb-disassembly-mode-map): Add keybinding to kill buffer.
16651 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
16653         * Makefile.in (ELCFILES): Remove fadr.elc.
16655 2009-07-07  Dmitry Dzhus  <dima@sphinx.net.ru>
16657         * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
16658         may contain frame information, so `string-match' should be used.
16659         (gdb-update): Disassembly is invalidated through
16660         `gdb-get-selected-frame'.
16661         (gdb-pad-string): New function to pad string with spaces.
16662         (gdb-invalidate-disassembly): Invalidate only if the buffer
16663         exists.
16664         (gdb-disassembly-handler-custom): Column alignment.
16665         (gdb-disassembly-place-breakpoints): Clear old breakpoints before
16666         placing new ones.
16667         (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
16668         end of line, too.
16669         (gdb-frame-handler): Match convention to for disassembly buffer
16670         mode name.
16671         (gdb-stack-list-frames-handler): Rewritten without regexps.
16672         (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
16673         not highlight breakpoints without line information.
16674         (gdb-input): Add trailing newline to command.
16676         * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
16677         buffer properly.
16678         (gdb-breakpoints-list-handler-custom): Replacement for
16679         `gdb-break-list-handler'.  Using real parser instead of regexps
16680         now.
16681         (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
16682         Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
16683         to place breakpoints.
16684         (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
16685         functions.
16686         (gdb-disassembly-handler-custom): Show overlay arrow.
16687         (gdb-disassembly-place-breakpoints): Show breakpoints in
16688         disassembly buffer.
16689         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
16690         (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
16691         instead of parsing breakpoints buffer.  Fixed old menu references
16692         in `gud-menu-map'.
16694         * fadr.el: Remove.
16696         * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
16697         (gdb-memory-address): New variable which holds top address of
16698         memory page shown in memory buffer.
16699         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
16700         customization variables.
16701         New functions:
16702         (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
16703         display the memory buffer.
16704         (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
16705         buffer display parameters.
16706         (def-gdb-memory-format, gdb-memory-format-binary)
16707         (gdb-memory-format-octal, gdb-memory-format-unsigned)
16708         (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
16709         Functions for setting memory buffer format.
16710         (gdb-memory-unit-word, gdb-memory-unit-halfword)
16711         (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
16712         unit size used in memory buffer.
16713         (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
16714         to next/previous page of memory buffer.
16715         Now using (bindat-get-field) instead of fadr functions.
16717 2009-07-07  Sam Steingold  <sds@gnu.org>
16719         * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
16720         non-top-level files.
16722 2009-07-07  Kenichi Handa  <handa@m17n.org>
16724         * international/mule-cmds.el (reset-language-environment): Put
16725         the highset priority to the charset iso-8859-1.
16727 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
16729         * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
16730         to the end of the line when locating the block (Bug#700).
16732 2009-07-06  Michael Albinus  <michael.albinus@gmx.de>
16734         * net/tramp.el (tramp-handle-write-region): Flush file properties
16735         in case of short track.
16737 2009-07-06  Michael McNamara  <mac@mail.brushroad.com>
16739         * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
16740         Coded custom representation of verilog error regular expressions
16741         to work with Emacs-22's new format.
16742         (verilog-error-regexp-xemacs-alist): Coded custom representation
16743         of verilog error regular expressions to work with XEmacs format.
16744         (verilog-error-regexp-add-xemacs): Hook routine to install verilog
16745         error recognition into XEmacs.
16746         (verilog-error-regexp-add-emacs): Hook routine to install verilog
16747         error recognition into Emacs-22.
16749 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
16751         * woman.el: Remove stand-alone closing parentheses.
16752         (woman-file-name, woman2-format-paragraphs)
16753         (woman-leave-blank-lines): Code cleanup.
16754         (woman-use-own-frame): Change default to nil.
16755         (woman-italic, woman-bold, woman-unknown, woman-addition): Change
16756         defaults to inherit from default faces.
16757         (woman2-process-escapes): Consume the newline after a stand-alone
16758         filler character (Bug#3651).
16760 2009-07-06  Glenn Morris  <rgm@gnu.org>
16762         * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
16763         (top-level): Move provide to the end.
16764         (ffap): Remove defunct URL from custom group.
16766         * subr.el (eval-after-load): Doc fix.
16768 2009-07-06  Vincent Belaïche  <vincent.belaiche@gmail.com>
16770         * calc/calc-embed.el (calc-embedded-make-info): Don't force when
16771         `calc-embedded-word' is called twice.
16773 2009-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
16775         * files.el (find-alternate-file-other-window, find-alternate-file):
16776         Obey confirm-nonexistent-file-or-buffer.
16778 2009-07-05  Michael Albinus  <michael.albinus@gmx.de>
16780         * dired-aux.el (dired-show-file-type): Handle remote files.
16782 2009-07-05  Jari Aalto  <jari.aalto@cante.net>
16784         * desktop.el (desktop-globals-to-save):
16785         Add file-name-history (Bug#2750).
16787 2009-07-05  Chong Yidong  <cyd@stupidchicken.com>
16789         * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
16791 2009-07-04  Johan Bockgård  <bojohan@gnu.org>
16793         * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
16794         property on entire argument since this is what eshell-lisp-command
16795         expects.
16797 2009-07-03  Michael Albinus  <michael.albinus@gmx.de>
16799         * net/tramp-gvfs.el (tramp-gvfs-methods)
16800         (tramp-gvfs-zeroconf-domain)
16801         (tramp-bluez-discover-devices-timeout): Add version flag.
16802         (tramp-gvfs-handler-mounted-unmounted)
16803         (tramp-gvfs-connection-mounted-p): Polish handling of
16804         incompatibilities between GVFS 0.2 and 1.0.
16806 2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
16808         * cus-start.el (all): Add make-pointer-invisible.
16810 2009-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
16812         * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
16813         formatted correctly.
16815 2009-07-02  Juri Linkov  <juri@jurta.org>
16817         * info.el: Virtual Info files and nodes.
16818         (Info-virtual-files, Info-virtual-nodes): New variables.
16819         (Info-current-node-virtual): New variable.
16820         (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
16821         New functions.
16822         (Info-file-supports-index-cookies): Use Info-virtual-file-p
16823         to check for a virtual file instead of checking a fixed list
16824         of node names.
16825         (Info-find-file): Use Info-virtual-fun and Info-virtual-call
16826         instead of ad-hoc processing of "dir" and (apropos history toc).
16827         (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
16828         instead of ad-hoc processing of "dir" and (apropos history toc).
16829         Reread a file when moving from a virtual node.
16830         (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
16831         (Info-directory-toc-nodes, Info-directory-find-file)
16832         (Info-directory-find-node): New functions.
16833         (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
16834         (Info-history): Move part of code to
16835         `Info-history-find-node'.
16836         (Info-history-toc-nodes, Info-history-find-file)
16837         (Info-history-find-node): New functions.
16838         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
16839         (Info-toc): Move part of code to `Info-toc-find-node'.
16840         (Info-toc-find-node): New function.
16841         (Info-toc-insert): Rename from `Info-insert-toc'.  Don't insert
16842         the current Info file name to references because now the node
16843         "*TOC*" belongs to the same Info manual.
16844         (Info-toc-build): Rename from `Info-build-toc'.
16845         (Info-toc-nodes): Rename input argument `file' to `filename'.
16846         Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
16847         instead of ad-hoc processing of ("dir" apropos history toc).
16848         (Info-index-nodes): Use Info-virtual-file-p
16849         to check for a virtual file instead of checking a fixed list
16850         of node names.
16851         (Info-index-node): Add check for `Info-current-node-virtual'.
16852         Raise `save-match-data' higher up the tree to contain
16853         `search-forward' too (bug fix).
16854         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
16855         (Info-virtual-index-nodes): New variable.
16856         (Info-virtual-index-find-node, Info-virtual-index): New functions.
16857         (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
16858         (Info-apropos-file, Info-apropos-nodes): New variables.
16859         (Info-apropos-toc-nodes, Info-apropos-find-file)
16860         (Info-apropos-find-node, Info-apropos-matches): New functions.
16861         (info-apropos): Move part of code to `Info-apropos-find-node' and
16862         `Info-apropos-matches'.
16863         (Info-mode-map): Bind "I" to `Info-virtual-index'.
16864         (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
16865         for a virtual file instead of checking a fixed list of node names.
16867         * simple.el (async-shell-command): New command.
16869         * bindings.el (esc-map): Bind "&" to `async-shell-command'.
16871         * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
16872         instead of `mount-info'.
16874 2009-07-02  Michael Albinus  <michael.albinus@gmx.de>
16876         * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
16877         (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
16879 2009-07-02  Kenichi Handa  <handa@m17n.org>
16881         * international/mule.el (set-keyboard-coding-system): Force *-unix
16882         coding-system to avoid eol conversion.
16884 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
16886         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
16887         Add handler for `process-file', `shell-command' and
16888         `start-file-process'.
16889         (tramp-gvfs-handle-shell-command)
16890         (tramp-gvfs-handle-start-file-process)
16891         (tramp-gvfs-handle-process-file): New defuns.
16892         (tramp-synce-list-devices): Simplify check for existence of property.
16894 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
16896         * startup.el (command-line-x-option-alist): Add -mm and --maximized.
16898 2009-07-01  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
16900         * language/korean.el (set-language-info-alist): Add korean-cp949,
16901         cp949 to spec.
16903 2009-07-01  Kenichi Handa  <handa@m17n.org>
16905         * Makefile.in (ELCFILES): Delete encoded-kb.elc.
16907         * international/encoded-kb.el: Deleted.
16909         * international/mule.el (set-keyboard-coding-system): Perform the
16910         necessary setup here instead of calling encoded-kbd-setup-display.
16912 2009-07-01  Glenn Morris  <rgm@gnu.org>
16914         * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
16916 2009-07-01  Evangelos Evangelou  <vangelis@email.unc.edu>  (tiny change)
16918         * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)".  (Bug#3730)
16920 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
16922         * net/tramp.el (tramp-do-copy-or-rename-file-directly):
16923         Handle also the 'rename case, when setting file modes.  (Bug#3712)
16924         (tramp-default-file-modes): Remove execute permissions.
16926         * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
16927         (top): Add a default for "synce" in `tramp-default-user-alist'.
16928         Add completion function for "synce" method.
16929         (tramp-hal-service, tramp-hal-path-manager)
16930         (tramp-hal-interface-manager, tramp-hal-interface-device):
16931         New defconst.
16932         (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
16933         (tramp-synce-list-devices, tramp-synce-parse-device-names):
16934         New defuns.
16936         * net/trampver.el: Update release number.
16938 2009-06-30  Kenichi Handa  <handa@m17n.org>
16940         * international/fontset.el (setup-default-fontset): Add CJK fonts
16941         for symbols and the other miscellaneous characters.
16943         * language/korea-util.el (setup-korean-environment-internal):
16944         Make char-width-table suitable for Korean environments.
16945         (exit-korean-environment): Cancel above.
16947         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
16948         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
16949         setup-function to make char-width-table suitable for respective
16950         environments, and an exit-function to cancel that.
16952         * language/japan-util.el (setup-japanese-environment-internal):
16953         Call use-cjk-char-width-table with arg `ja_JP'.
16955         * international/characters.el (cjk-char-width-table): Delete it.
16956         (cjk-char-width-table-list): New variable.
16957         (use-cjk-char-width-table): New arg local-name.
16958         (use-default-char-width-table): Fix for the case that Emacs is
16959         already using the default char-width-table.
16961 2009-06-29  Michael Albinus  <michael.albinus@gmx.de>
16963         * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
16964         modes mandatory.  (Bug#3712)
16966 2009-06-29  Alan Mackenzie  <acm@muc.de>
16968         * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
16969         correction between the visible width of TABs and their number of bytes.
16971 2009-06-29  Chong Yidong  <cyd@stupidchicken.com>
16973         * server.el (server-buffer-done): Prevent kill-buffer from
16974         prompting by clearing the buffer modification flag (Bug#3696).
16976 2009-06-28  Michael McNamara  <mac@mail.brushroad.com>
16978         * progmodes/verilog-mode.el (verilog-beg-of-statement)
16979         (verilog-endcomment-reason-re): Support unique case and priority case.
16980         (verilog-basic-complete-re): Support localparam lineup.
16981         (verilog-beg-of-statement-1): Fix for robustness, unique case.
16982         (verilog-set-auto-endcomments): Fix for unique case, always_comb
16983         commenting.
16984         (verilog-leap-to-case-head): Now support *nested* unique &
16985         priority case statements.
16986         (verilog-auto-lineup): Make just declarations the default (as it
16987         had been).
16988         (verilog-leap-to-case-head): Support priority/unique case statements.
16989         (verilog-auto-lineup): Rework to give users radio buttons to
16990         select the various styles of automatic lineup.
16991         (verilog-error-regexp-alist): Rework to support the XEmacs style
16992         of error regular expressions from compilers, lint tools &
16993         simulators.  Note that GNU Emacs has made it impossible for a mode
16994         to load such things.
16995         (electric-verilog-terminate-line, verilog-indent-declaration)
16996         (verilog-auto-wiure): Rework for radio button selection of
16997         auto-lineup selection of specification of auto lineup.
16998         (verilog-beg-of-statement-1): Redesign to support proper operation
16999         in additional code, based on testing with auto-lineup.
17000         (verilog-calculate-indent, assignments & declarations)
17001         (verilog-backward-token): Enhance to support auto-lineup of
17002         assignments & declarations.
17003         (verilog-in-directive-p, verilog-at-struct-p): New function for
17004         easy test of whether we are.
17005         (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
17006         to support safe execution at almost anyline.
17007         (verilog-calc-1): Properly support indenting deep inside generate
17008         blocks.
17009         (verilog-init-font): Remove definition & use of verilog-init-font,
17010         as it is redundant with font-lock-defaults.
17011         (verilog-mode): Alter the definition of verilog-font-lock-defaults
17012         to avoid circular calls if syntax-ppss is a function (as is the
17013         case now in 22.x GNU Emacs) as that function would sometimes call
17014         itself, leading to (nearly) infinite recursion.
17015         (verilog-ovm-begin-re, verilog-ovm-end-re)
17016         (verilog-ovm-statement-re, verilog-leap-to-head)
17017         (verilog-backward-token): Add support for OVM macros.  Some are
17018         complete statements, and others open and close scopes like begin
17019         and end.
17020         (verilog-defun-level-not-generate-re, verilog-defun-level-re)
17021         (verilog-defun-level-generate-only-re): Really fix the defun-list
17022         compilation issue.
17023         (verilog-calc-1, verilog-beg-of-statement): Enhance support for
17024         coverpoint, constraint and cross statements.
17025         (verilog-defun-level-list, verilog-generate-defun-level-list)
17026         (verilog-all-defun-level-list): Redo these specifications - it is
17027         too hard to support eval-when compile aggregation of lists also
17028         built at when-compile time.
17029         (verilog-defun-level-list): Place defconsts of variables used in
17030         building regular expressions which are built in eval-when-compile
17031         bodies in the same eval-when-compile body to facilitate compile
17032         without load.
17033         (verilog-beg-block-re-ordered): Support indenting
17034         virtual/protected tasks and functions.
17035         (verilog-defun-level-list, verilog-in-generate-region-p)
17036         (verilog-backward-ws&directives, verilog-calc-1): Speed up
17037         indentation of some module items (generate items).
17038         (verilog-forward-sexp, verilog-leap-to-head): Support stepping
17039         across virtual/protected tasks and functions.
17041 2009-06-28  Wilson Snyder  <wsnyder@wsnyder.org>
17043         * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
17044         Allow sorting AUTOARG lists.  Suggested by Andrea Fedeli.
17045         (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
17046         in concatenations.  Reported by Yishay Belkind.
17047         (verilog-auto-ascii-enum): Support one-hot state machines in
17048         AUTOASCIIENUM.  Suggested by Lloyd Gomez.
17049         (verilog-auto-inst, verilog-auto-inst-port): Include interface
17050         modport in AUTOINST and add vl-modport for users.  Reported by
17051         David Rogoff.
17052         (verilog-auto-inout-module, verilog-auto-inst)
17053         (verilog-decls-get-interfaces, verilog-insert-definition)
17054         (verilog-insert-one-definition, verilog-read-decls)
17055         (verilog-read-sub-decls, verilog-read-sub-decls-sig)
17056         (verilog-sig-modport, verilog-signals-combine-bus)
17057         (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
17058         interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
17059         Suggested by David Rogoff.
17060         (verilog-repair-open-comma): Fix non-insertion of comma when
17061         `DEFINE occurs in V2K argument list.  Reported by Lane Brooks.
17062         (verilog-make-width-expression): Simplify [A-1:0] expression
17063         widths to just {A{1'b0}}.
17064         (verilog-mode): Cleanup checkdoc warnings.
17065         (verilog-auto-inout-module, verilog-signals-matching-dir-re):
17066         Add third optional regexp to AUTOINOUTMODULE to allow selecting only
17067         inputs/outputs or data type.  Suggested by Vasu Kandadi.
17068         (next-error-last-buffer): Fix byte-compiler warning.
17069         (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
17070         (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
17071         or shell command text during AUTO expansion.  Suggested by Tad Truex.
17072         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
17073         (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
17074         Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
17075         in AUTOINOUT.  Reported by Matthew Lovell.
17076         (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
17077         causing use of <= assignments.  Reported by Alex Reed.
17078         (verilog-read-decls): Fix triand, trior, wand, wor to be
17079         recognized by AUTOWIRE.  Reported by Spencer Isaacson.
17080         (verilog-extended-complete-re): Support import "DPI-C" functions.
17081         (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
17082         y[a+1:a+1]" to not include a in reset list.  Reported by Dan Dever.
17083         (verilog-insert-date, verilog-insert-year)
17084         (verilog-sk-header-tmpl): Fix verilog-header inserting error on
17085         Windows systems.  Reported by Michael Potts.
17086         (verilog-read-module-name): Fix AUTOINST when the child module
17087         declaration's name is a tick define.  Reported by Elliot Mednick.
17088         (verilog-read-decls): Fix V2K parameter bit subscripts getting
17089         passed to next parameter's definition.  Reported by Bruce T.
17090         (verilog-read-decls): Fix detecting "parameter int" when using
17091         AUTOINSTPARAM.  Reported by Bruce T.
17092         (verilog-goto-defun): Fix goto not finding modules unless first
17093         perform a verilog-auto expansion.  Suggested by Lawrence Butcher.
17094         (verilog-mode): Expand -f flag arguments on entry to mode so
17095         verilog-goto-defun will work.  Reported by Lawrence Butcher.
17096         (verilog-getopt): Expand environment variables in -f file
17097         arguments.  Suggested by Lawrence Butcher.
17098         (verilog-set-define): Fix "Symbol's value as variable is void"
17099         when reading enumerations.
17100         (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
17101         Suggested by Stephen Peltan.
17102         (verilog-read-defines): Fix reading of enumerations in include
17103         files.  Reported by Steve Peltan.
17105 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
17107         * files.el (trash-directory): Fix defcustom type.
17109 2009-06-28  Juri Linkov  <juri@jurta.org>
17111         * help-fns.el (describe-function-1): Correctly locate adviced
17112         functions in hyperlink (Bug#2438).
17114 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
17116         * files.el (trash-directory): Change default to nil.
17117         (move-file-to-trash): If trash-directory is nil and
17118         system-move-file-to-trash is unbound, perform freedesktop-style
17119         trashing.
17121 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
17123         * files.el (move-file-to-trash): Add freedesktop trash
17124         support (Bug#973).
17126 2009-06-28  Glenn Morris  <rgm@gnu.org>
17128         * autorevert.el (global-auto-revert-non-file-buffers)
17129         (global-auto-revert-mode): Doc fixes.
17131 2009-06-27  Johan Bockgård  <bojohan@gnu.org>
17133         * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
17135 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
17137         * faces.el (x-handle-named-frame-geometry): Ensure that we have
17138         opened an X connection before calling x-get-resource (Bug#3194).
17140         * play/doctor.el: Remove reference to obsolete website.
17141         (make-doctor-variables): Correct grammar mistake (Bug#2633).
17143 2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
17145         Remove find-file-not-found-hook VC method.  (Bug#2757)
17146         * vc-hooks.el (vc-file-not-found-hook)
17147         (vc-default-find-file-not-found-hook): Remove functions.
17148         (find-file-not-found-functions): Do not add vc-file-not-found-hook.
17149         * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
17150         * vc.el:
17151         * vc-hg.el:
17152         * vc-git.el: Do not mention find-file-not-found-hook VC method.
17154 2009-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
17156         * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
17157         compatibility function for `looking-back'.
17159         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
17160         Use `ispell-looking-back'.
17162 2009-06-24  Michael Albinus  <michael.albinus@gmx.de>
17164         * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
17165         rather than `filename'.
17167 2009-06-23  Miles Bader  <miles@gnu.org>
17169         * face-remap.el (text-scale-set): New function.
17171 2009-06-23  Glenn Morris  <rgm@gnu.org>
17173         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
17175         * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
17177         * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
17179         * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
17181         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
17182         Simplify Persian conditionals.
17184         * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
17185         variable `filename'.
17187         * comint.el (comint-insert-input): Doc fix.
17189         * Makefile.in (ELCFILES): Fix typo in previous change.
17191 2009-06-23  Miles Bader  <miles@gnu.org>
17193         * cus-start.el: Add entry for `recenter-redisplay'.
17195 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
17197         * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
17198         Add an optional argument for the backend, use it instead of
17199         calling vc-backend.
17200         (vc-mode-line): Add an optional argument for the backend.
17201         Pass the backend to vc-state and vc-working-revision.  Move code for
17202         special handling for vc-state being a buffer to ...
17204         * vc-rcs.el (vc-rcs-find-file-hook):
17205         * vc-sccs.el (vc-sccs-find-file-hook): ... here.  New functions.
17207         * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
17208         (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
17209         vc-stay-local-p and vc-mode-line calls.
17211         * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
17212         (vc-cvs-diff, vc-cvs-annotate-command)
17213         (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
17214         (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
17215         vc-mode-line calls.
17217         * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
17218         direct comparison.
17219         (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
17220         backend when calling vc-mode-line.
17221         (vc-register): Do not create a closure for calling the vc register
17222         function, call it directly.
17224 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
17226         * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
17227         to make it obvious item can be clicked.
17229         * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
17231 2009-06-23  Kenichi Handa  <handa@m17n.org>
17233         * language/korea-util.el (korean-key-bindings): Change the binding
17234         of F9 to hangul-to-hanja-conversion.  Bind Hangul_Hanja to the
17235         same command.
17237 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
17239         Sync with Tramp 2.1.16.
17241         * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
17243         * net/tramp.el (top): Require tramp-gvfs.  Catch `tramp-loading',
17244         when a loading of a package fails.  Completion function for rsync
17245         is `tramp-completion-function-alist-ssh'.
17246         (all): Replace all calls of `split-string' and
17247         `tramp-split-string' by `tramp-compat-split-string'.
17248         (tramp-default-method): Use `tramp-compat-process-running-p'.
17249         (tramp-default-proxies-alist): Allow also Lisp forms.
17250         (tramp-remote-path): Add choice "Private Directories".
17251         (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
17252         (tramp-domain-regexp): Allow also "-", "_" and ".".
17253         (tramp-end-of-output): Remove newlines, and add "$" at the end.
17254         (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
17255         (tramp-debug-message): Insert header line in debug buffer.
17256         (tramp-handle-directory-files-and-attributes-with-stat):
17257         Care about filenames with spaces, or starting with "-".
17258         (tramp-handle-dired-uncache): New defun.
17259         (tramp-handle-insert-directory): Don't flush the directory from
17260         cache, this is handled by `dired-uncache' now.
17261         (tramp-handle-insert-file-contents): Improve error handling.
17262         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
17263         Quote `tramp-end-of-output'.
17264         (tramp-action-password): Improve trace message.
17265         (tramp-check-for-regexp): Both echoes must be present, before removing.
17266         (tramp-open-connection-setup-interactive-shell): Trace coding system.
17267         (tramp-compute-multi-hops): Eval cons cells of
17268         `tramp-default-proxies-alist'.
17269         (tramp-maybe-open-connection): Use the same command pattern for
17270         first hop and further hops.
17271         (tramp-wait-for-output): Remove handling of newlines.
17272         (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
17273         (tramp-split-string): Remove function.  It is handled in
17274         tramp-compat now.
17276         * net/tramp-cmds.el (tramp-bug):
17277         Recommend `tramp-cleanup-all-connections' in the bug mail.
17279         * net/tramp-compat.el (tramp-compat-split-string)
17280         (tramp-compat-process-running-p): New defuns.
17282         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
17283         for `dired-uncache'.
17285         * net/tramp-gvfs.el: New package.
17287         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
17288         Add handler for `dired-uncache'.
17289         (tramp-smb-handle-file-local-copy): Cleanup in case of error.
17291         * net/trampver.el: Update release number.  Make version check fit
17292         for SXEmacs 22.
17294 2009-06-22  Jim Meyering  <meyering@redhat.com>
17296         Automatically handle .xz suffix (XZ-compressed files), too.
17297         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
17298         XZ is the successor to LZMA: <http://tukaani.org/xz/>
17300 2009-06-22  Dmitry Dzhus  <dima@sphinx.net.ru>
17301             Nick Roberts  <nickrob@snap.net.nz>
17303         * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
17304         repository (http://sphinx.net.ru/hg/gdb-mi/).
17306 2009-06-22  Glenn Morris  <rgm@gnu.org>
17308         * files.el (dir-locals-collect-mode-variables): Allow for any number of
17309         `mode' and `eval' entries.  (Bug#3430)
17311         * Makefile.in (ELCFILES): Add fadr.elc.
17313         * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
17314         differing behavior of \n and ^ in strings.  (Bug#3385)
17316         * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
17318         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
17319         property.
17320         (lisp-indent-function): Make it a defcustom.
17322 2009-06-21  Nick Roberts  <nickrob@snap.net.nz>
17324         * progmodes/gdb-ui.el: Replace with ...
17325         * progmodes/gdb-mi.el: ... this file.
17326         * progmodes/gud.el: Modify for gdb-mi.el.
17328 2009-06-21  Dmitry Dzhus  <dima@sphinx.net.ru>
17330         * fadr.el: New file.
17332 See ChangeLog.14 for earlier changes.
17334 ;; Local Variables:
17335 ;; coding: utf-8
17336 ;; End:
17338     Copyright (C) 2009, 2010  Free Software Foundation, Inc.
17340   This file is part of GNU Emacs.
17342   GNU Emacs is free software: you can redistribute it and/or modify
17343   it under the terms of the GNU General Public License as published by
17344   the Free Software Foundation, either version 3 of the License, or
17345   (at your option) any later version.
17347   GNU Emacs is distributed in the hope that it will be useful,
17348   but WITHOUT ANY WARRANTY; without even the implied warranty of
17349   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17350   GNU General Public License for more details.
17352   You should have received a copy of the GNU General Public License
17353   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
17355 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1