* lisp/net/rcirc.el (rcirc-server-commands, rcirc-client-commands)
[emacs.git] / lisp / ChangeLog
blobddbc0b43eed06e58851396318adcf75aabc74f22
1 2010-09-12  Leo  <sdl.web@gmail.com>
3         * net/rcirc.el (rcirc-server-commands, rcirc-client-commands)
4         (rcirc-completion-start): New variables.
5         (rcirc-nick-completions): Rename to rcirc-completions.
6         (rcirc-nick-completion-start-offset): Delete.
7         (rcirc-completion-at-point): New function for constructing
8         completion data for both nicks and irc commands.  Add to
9         completion-at-point-functions in rcirc mode.
10         (rcirc-complete): Rename from rcirc-nick-complete; use
11         rcirc-completion-at-point.
12         (defun-rcirc-command): Update rcirc-client-commands.
14 2010-09-11  Glenn Morris  <rgm@gnu.org>
16         * emacs-lisp/bytecomp.el (byte-compile-file): Create .elc files
17         atomically, to avoid parallel build errors.  (Bug#4196)
19 2010-09-11  Michael R. Mauger  <mmaug@yahoo.com>
21         * progmodes/sql.el: Version 2.6
22         (sql-dialect): Synonym for "sql-product".
23         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
24         (sql-set-sqli-buffer, sql-show-sqli-buffer, sql-interactive-mode):
25         Set "sql-buffer" to buffer name not buffer object so multiple sql
26         interactive buffers work properly.  Reverts misguided changes in
27         earlier work.
28         (sql-comint): Make sure different buffer name is used if "*SQL*"
29         buffer is for a different product.
30         (sql-make-alternate-buffer-name): Fix bug with "sql-database"
31         login param.
32         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
33         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
34         (sql-db2, sql-linter, sql-product-interactive, sql-rename-buffer):
35         Accept new buffer name or prompt for one.
36         (sql-port): Default to zero.
37         (sql-comint-mysql): Handle "sql-port" as a numeric.
38         (sql-port-history): Delete unused variable.
39         (sql-get-login): Default "sql-port" to a number.
40         (sql-product-alist): Correct Postgres prompt and terminator
41         regexp.
42         (sql-sqlite-program): Dynamically detect presence of "sqlite" or
43         "sqlite3" executables.
44         (sql-sqlite-login-params): Add "*.sqlite[23]?" database name
45         pattern.
46         (sql-buffer-live-p): New function.
47         (sql-mode-menu, sql-send-string): Use it.
48         (sql-mode-oracle-font-lock-keywords): Improve SQL*Plus REMARK
49         syntax pattern.
50         (sql-mode-postgres-font-lock-keywords): Support Postgres V9.
51         (sql-mode-sqlite-font-lock-keywords): Hilight sqlite commands.
53 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
55         * net/netrc.el (netrc-credentials): New conveniency function.
57 2010-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
59         * textmodes/texinfo.el (texinfo-syntax-propertize-function): New fun
60         to replace texinfo-font-lock-syntactic-keywords.
61         (texinfo-mode): Use it.
63         * textmodes/tex-mode.el (tex-common-initialization, doctex-mode):
64         Use syntax-propertize-function.
66         * textmodes/sgml-mode.el (sgml-syntax-propertize-function): New var to
67         replace sgml-font-lock-syntactic-keywords.
68         (sgml-mode): Use it.
70         * textmodes/reftex.el (font-lock-syntactic-keywords): Don't declare
71         since we don't use it.
73         * textmodes/bibtex.el (bibtex-mode): Use syntax-propertize-function.
75         * progmodes/vhdl-mode.el (vhdl-mode): Use syntax-propertize-function
76         if available.
77         (vhdl-fontify-buffer): Adjust.
79         * progmodes/tcl.el (tcl-syntax-propertize-function): New var to
80         replace tcl-font-lock-syntactic-keywords.
81         (tcl-mode): Use it.
83         * progmodes/simula.el (simula-syntax-propertize-function): New var to
84         replace simula-font-lock-syntactic-keywords.
85         (simula-mode): Use it.
87         * progmodes/sh-script.el (sh-st-symbol): Remove.
88         (sh-font-lock-close-heredoc, sh-font-lock-open-heredoc): Add eol arg.
89         (sh-font-lock-flush-syntax-ppss-cache, sh-font-lock-here-doc): Remove.
90         (sh-font-lock-quoted-subshell): Assume we've already matched $(.
91         (sh-font-lock-paren): Set syntax-multiline.
92         (sh-font-lock-syntactic-keywords): Remove.
93         (sh-syntax-propertize-function): New function to replace it.
94         (sh-mode): Use it.
96         * progmodes/ruby-mode.el (ruby-here-doc-beg-re):
97         Define while compiling.
98         (ruby-here-doc-end-re, ruby-here-doc-beg-match)
99         (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
100         (syntax-ppss, ruby-in-ppss-context-p, ruby-in-here-doc-p)
101         (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
102         (ruby-here-doc-end-syntax): Only define when
103         syntax-propertize is not available.
104         (ruby-syntax-propertize-function, ruby-syntax-propertize-heredoc):
105         New functions.
106         (ruby-in-ppss-context-p): Update to new syntax of heredocs.
107         (electric-indent-chars): Silence bytecompiler.
108         (ruby-mode): Use prog-mode, syntax-propertize-function, and
109         electric-indent-chars.
111         * progmodes/python.el (python-syntax-propertize-function): New var to
112         replace python-font-lock-syntactic-keywords.
113         (python-mode): Use it.
114         (python-quote-syntax): Simplify and adjust to new use.
116         * progmodes/perl-mode.el (perl-syntax-propertize-function): New fun to
117         replace perl-font-lock-syntactic-keywords.
118         (perl-syntax-propertize-special-constructs): New fun to replace
119         perl-font-lock-special-syntactic-constructs.
120         (perl-font-lock-syntactic-face-function): New fun.
121         (perl-mode): Use it.
123         * progmodes/octave-mod.el (octave-syntax-propertize-sqs): New function
124         to replace octave-font-lock-close-quotes.
125         (octave-syntax-propertize-function): New function to replace
126         octave-font-lock-syntactic-keywords.
127         (octave-mode): Use it.
129         * progmodes/mixal-mode.el (mixal-syntax-propertize-function): New var;
130         replaces mixal-font-lock-syntactic-keywords.
131         (mixal-mode): Use it.
133         * progmodes/make-mode.el (makefile-syntax-propertize-function):
134         New var; replaces makefile-font-lock-syntactic-keywords.
135         (makefile-mode): Use it.
136         (makefile-imake-mode): Adjust.
138         * progmodes/js.el (js--regexp-literal): Define while compiling.
139         (js-syntax-propertize-function): New var; replaces
140         js-font-lock-syntactic-keywords.
141         (js-mode): Use it.
143         * progmodes/gud.el (gdb-script-syntax-propertize-function): New var;
144         replaces gdb-script-font-lock-syntactic-keywords.
145         (gdb-script-mode): Use it.
147         * progmodes/fortran.el (fortran-mode): Use syntax-propertize-function.
148         (fortran--font-lock-syntactic-keywords): New var.
149         (fortran-line-length): Update syntax-propertize-function and
150         fortran--font-lock-syntactic-keywords.
152         * progmodes/cperl-mode.el (cperl-mode): Use syntax-propertize-function.
154         * progmodes/cfengine.el (cfengine-mode):
155         Use syntax-propertize-function.
156         (cfengine-font-lock-syntactic-keywords): Remove.
158         * progmodes/autoconf.el (autoconf-mode):
159         Use syntax-propertize-function.
160         (autoconf-font-lock-syntactic-keywords): Remove.
162         * progmodes/ada-mode.el (ada-set-syntax-table-properties)
163         (ada-after-change-function, ada-initialize-syntax-table-properties)
164         (ada-handle-syntax-table-properties): Only define when
165         syntax-propertize is not available.
166         (ada-mode): Use syntax-propertize-function.
168         * font-lock.el (font-lock-syntactic-keywords): Make obsolete.
169         (font-lock-fontify-syntactic-keywords-region): Move handling of
170         font-lock-syntactically-fontified to...
171         (font-lock-default-fontify-region): ...here.
172         Let syntax-propertize-function take precedence.
173         (font-lock-fontify-syntactically-region): Cal syntax-propertize.
175         * emacs-lisp/syntax.el (syntax-propertize-function)
176         (syntax-propertize-chunk-size, syntax-propertize--done)
177         (syntax-propertize-extend-region-functions): New vars.
178         (syntax-propertize-wholelines, syntax-propertize-multiline)
179         (syntax-propertize--shift-groups, syntax-propertize-via-font-lock)
180         (syntax-propertize): New functions.
181         (syntax-propertize-rules): New macro.
182         (syntax-ppss-flush-cache): Set syntax-propertize--done.
183         (syntax-ppss): Call syntax-propertize.
185         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Skip named groups.
187 2010-09-10  Agustín Martín  <agustin.martin@hispalinux.es>
189         * textmodes/ispell.el (ispell-init-process): Improve comments.
190         XEmacs compatibility changes regarding (add-hook) 'local option
191         and (set-process-query-on-exit-flag).
193 2010-09-09  Michael Albinus  <michael.albinus@gmx.de>
195         * net/tramp-cache.el (tramp-parse-connection-properties):
196         Set tramp-autoload cookie.
198 2010-09-09  Glenn Morris  <rgm@gnu.org>
200         * image.el (imagemagick-types-inhibit): Add :type, :version, :group.
201         (imagemagick-register-types): Doc fix.
203 2010-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
205         * progmodes/octave-mod.el (electric-indent-chars): Silence bytecomp.
207         * progmodes/js.el (require): Require is already "eval-and-compile".
208         (js--re-search-forward): Avoid `eval'.  Preserve the error data.
209         (js--re-search-backward): Use js--re-search-forward.
211         * progmodes/fortran.el (fortran-line-length): Don't recompute
212         syntactic keywords redundantly a second time.
214         * progmodes/ada-mode.el: Replace "(set '" with setq.
215         (ada-mode): Simplify.
216         (ada-create-case-exception, ada-adjust-case-interactive)
217         (ada-adjust-case-region, ada-format-paramlist, ada-indent-current)
218         (ada-search-ignore-string-comment, ada-move-to-start)
219         (ada-move-to-end): Use with-syntax-table.
221         * font-lock.el (save-buffer-state): Remove `varlist' arg.
222         (font-lock-unfontify-region, font-lock-default-fontify-region):
223         Update usage correspondingly.
224         (font-lock-fontify-syntactic-keywords-region):
225         Set parse-sexp-lookup-properties buffer-locally here.
226         (font-lock-fontify-syntactically-region): Remove unused `ppss' arg.
228         * simple.el (blink-matching-open): Don't burp if we can't find a match.
230 2010-09-08  Glenn Morris  <rgm@gnu.org>
232         * emacs-lisp/bytecomp.el (byte-compile-report-ops):
233         Error if not compiled with -DBYTE_CODE_METER.
235         * emacs-lisp/bytecomp.el (byte-recompile-directory):
236         Ignore dir-locals-file.
238 2010-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
240         * progmodes/compile.el (compilation-error-regexp-alist-alist):
241         Not a const.
242         (compilation-error-regexp-alist-alist): Rule out ": " in file names
243         for the `gnu' messages.
244         (compilation-set-skip-threshold): New command.
245         (compilation-start): Use \' rather than $.
246         (compilation-forget-errors): Use clrhash.
248 2010-09-08  Agustín Martín  <agustin.martin@hispalinux.es>
250         * textmodes/ispell.el (ispell-valid-dictionary-list):
251         Simplify logic.
253 2010-09-08  Michael Albinus  <michael.albinus@gmx.de>
255         Migrate to Tramp 2.2.  Rearrange load dependencies.
256         (Bug#1529, Bug#5448, Bug#5705)
258         * Makefile.in (TRAMP_DIR, TRAMP_SRC): New variables.
259         ($(TRAMP_DIR)/tramp-loaddefs.el): New target.
260         (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
262         * net/tramp.el (top): Remove all other tramp-* loads except
263         tramp-compat.el.  Remove all changes to tramp-unload-hook for
264         other tramp-* packages.  Rearrange defun order.  Change calls of
265         `tramp-compat-call-process', `tramp-compat-decimal-to-octal',
266         `tramp-compat-octal-to-decimal' to new function names.
267         (tramp-terminal-type, tramp-initial-end-of-output)
268         (tramp-methods, tramp-foreign-file-name-handler-alist)
269         (tramp-tramp-file-p, tramp-completion-mode-p)
270         (tramp-send-command-and-check, tramp-get-remote-path)
271         (tramp-get-remote-tmpdir, tramp-get-remote-ln)
272         (tramp-shell-quote-argument): Set tramp-autoload cookie.
273         (with-file-property, with-connection-property): Move to
274         tramp-cache.el.
275         (tramp-local-call-process, tramp-decimal-to-octal)
276         (tramp-octal-to-decimal): Move to tramp-compat.el.
277         (tramp-handle-shell-command): Do not require 'shell.
278         (tramp-compute-multi-hops): No special handling for tramp-gw-*
279         symbols.
280         (tramp-unload-tramp): Do not call `tramp-unload-file-name-handlers'.
282         * net/tramp-cache.el (top): Require 'tramp.  Add to
283         `tramp-unload-hook'.
284         (tramp-cache-data, tramp-get-file-property)
285         (tramp-set-file-property, tramp-flush-file-property)
286         (tramp-flush-directory-property, tramp-get-connection-property)
287         (tramp-set-connection-property, tramp-flush-connection-property)
288         (tramp-cache-print, tramp-list-connections): Set tramp-autoload
289         cookie.
290         (with-file-property, with-connection-property): New defuns, moved
291         from tramp.el.
292         (tramp-flush-file-function): Use `with-parsed-tramp-file-name'
293         macro.
295         * net/tramp-cmds.el (top): Add to `tramp-unload-hook'.
296         (tramp-version): Set tramp-autoload cookie.
298         * net/tramp-compat.el (top): Require 'tramp-loaddefs.  Remove all
299         changes to tramp-unload-hook for other tramp-* packages.  Add to
300         `tramp-unload-hook'.
301         (tramp-compat-decimal-to-octal, tramp-compat-octal-to-decimal)
302         (tramp-compat-call-process): New defuns, moved from tramp.el.
304         * net/tramp-fish.el (top) Require just 'tramp.  Add objects to
305         `tramp-methods' and `tramp-foreign-file-name-handler-alist'.  Add
306         to `tramp-unload-hook'.  Change call of
307         `tramp-compat-decimal-to-octal' to new function name.
308         (tramp-fish-method): Make it a defconst.
309         (tramp-fish-file-name-p): Make it a defsubst.
310         (tramp-fish-method, tramp-fish-file-name-handler)
311         (tramp-fish-file-name-p): Set tramp-autoload cookie.
313         * net/tramp-ftp.el (top) Add objects to `tramp-methods' and
314         `tramp-foreign-file-name-handler-alist'.  Add to
315         `tramp-unload-hook'.
316         (tramp-ftp-method): Make it a defconst.
317         (tramp-ftp-file-name-p): Make it a defsubst.
318         (tramp-ftp-method, tramp-ftp-file-name-handler)
319         (tramp-ftp-file-name-p): Set tramp-autoload cookie.
321         * net/tramp-gvfs.el (top) Add objects to `tramp-methods' and
322         `tramp-foreign-file-name-handler-alist'.  Add to
323         `tramp-unload-hook'.  Change checks, whether package can be
324         loaded.
325         (tramp-gvfs-file-name-p): Make it a defsubst.
326         (tramp-gvfs-methods, tramp-gvfs-file-name-handler)
327         (tramp-gvfs-file-name-p): Set tramp-autoload cookie.
328         (tramp-gvfs-handle-file-directory-p): New defun.
329         (tramp-gvfs-file-name-handler-alist): Use it.
331         * net/tramp-gw.el (top) Add objects to `tramp-methods' and
332         `tramp-foreign-file-name-handler-alist'.  Add to
333         `tramp-unload-hook'.
334         (tramp-gw-tunnel-method, tramp-gw-default-tunnel-port)
335         (tramp-gw-socks-method, tramp-gw-default-socks-port): Make it a
336         defconst.
337         (tramp-gw-tunnel-method, tramp-gw-socks-method)
338         (tramp-gw-open-connection): Set tramp-autoload cookie.
340         * net/tramp-imap.el (top) Require just 'tramp.  Add objects to
341         `tramp-methods' and `tramp-foreign-file-name-handler-alist'.  Add
342         to `tramp-unload-hook'.  Change checks, whether package can be
343         loaded.
344         (tramp-imap-file-name-p): Make it a defsubst.
345         (tramp-imap-method, tramp-imaps-method)
346         (tramp-imap-file-name-handler)
347         (tramp-imap-file-name-p): Set tramp-autoload cookie.
349         * net/tramp-smb.el (top) Require just 'tramp.  Add objects to
350         `tramp-methods' and `tramp-foreign-file-name-handler-alist'.  Add
351         to `tramp-unload-hook'.  Change checks, whether package can be
352         loaded.  Change call of `tramp-compat-decimal-to-octal' to new
353         function name.
354         (tramp-smb-tunnel-method): Make it a defconst.
355         (tramp-smb-file-name-p): Make it a defsubst.
356         (tramp-smb-method, tramp-smb-file-name-handler)
357         (tramp-smb-file-name-p): Set tramp-autoload cookie.
359         * net/tramp-uu.el (top) Add to `tramp-unload-hook'.
360         (tramp-uuencode-region): Set tramp-autoload cookie.
362         * net/trampver.el (top) Add to `tramp-unload-hook'.
363         (tramp-version, tramp-bug-report-address): Set tramp-autoload
364         cookie.  Update release number.
366 2010-09-07  Agustín Martín  <agustin.martin@hispalinux.es>
368         * textmodes/ispell.el (ispell-start-process): Make sure original
369         arg list is properly initialized (Bug#6993, Bug#6994).
371 2010-09-06  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
373         * files.el (directory-abbrev-alist): Use \` as default regexp.
375         * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
376         chars like - or ] (bug#6984).
377         (rx-any-condense-range): Explode 2-char ranges.
379 2010-09-06  Glenn Morris  <rgm@gnu.org>
381         * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
383 2010-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
385         * textmodes/bibtex.el:
386         * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
388 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
390         * net/imap.el (imap-message-map): Remove optional buffer parameter,
391         since no callers use it.
392         (imap-message-get): Ditto.
393         (imap-message-put): Ditto.
394         (imap-mailbox-map): Ditto.
395         (imap-mailbox-put): Ditto.
396         (imap-mailbox-get): Ditto.
397         (imap-mailbox-get): Revert last change for this function.
399 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
401         * net/imap.el (imap-fetch-safe): Remove function, and alter all
402         callers to use `imap-fetch' instead.  According to the comments, this
403         should be safe, since all other IMAP clients use the 1:* syntax.
404         (imap-enable-exchange-bug-workaround): Remove.
405         (imap-debug): Remove -- doesn't seem very useful.
407 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
409         * net/imap.el (imap-log): New convenience function used throughout
410         instead of repeating the same code all over the place.
412 2010-09-05  David De La Harpe Golden  <david@harpegolden.net>
414         * mouse.el (mouse-save-then-kill): Save region to kill-ring
415         when mouse-drag-copy-region is non-nil (Bug#6956).
417 2010-09-05  Chong Yidong  <cyd@stupidchicken.com>
419         * dired.el (dired-ls-sorting-switches, dired-sort-by-name-regexp):
420         Improve regexps (Bug#6987).
421         (dired-sort-toggle): Search more robustly for -t flag.
423         * files.el (get-free-disk-space): Search more robustly for
424         "available" column.  Suggested by Ehud Karni
425         <ehud@unix.mvs.co.il>.
427 2010-09-05  Juanma Barranquero  <lekktu@gmail.com>
429         * international/uni-bidi.el:
430         * international/uni-category.el:
431         * international/uni-combining.el:
432         * international/uni-decimal.el:
433         * international/uni-mirrored.el:
434         * international/uni-name.el: Regenerate.
436 2010-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
438         * electric.el (electric-indent-post-self-insert-function):
439         Don't reindent with a sloppy indentation function.
441         * emacs-lisp/syntax.el (syntax-ppss): More sanity check to catch
442         border case in change-log-mode.
444 2010-09-04  Chong Yidong  <cyd@stupidchicken.com>
446         * progmodes/compile.el (compilation-error-regexp-alist-alist):
447         Remove ruby regexp; handle Ruby errors with gcc-include and gnu.
448         Recognize leading tab in gcc-include regexp.  Ignore names with
449         leading "from" or "in" in gnu regexp (Bug#6937).
451 2010-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
453         Avoid global recursive calls to kill-buffer-hooks; fit into 80 cols.
454         * textmodes/ispell.el (ispell-process-buffer-name): Remove.
455         (ispell-start-process): Avoid setq and simplify logic.
456         (ispell-init-process): Setup kill-buffer-hook locally when needed.
457         (kill-buffer-hook): Don't use it globally with code that uses
458         expand-file-name since that may call kill-buffer via
459         code_conversion_restore.
461 2010-09-04  Noorul Islam K M  <noorul@noorul.com>  (tiny change)
463         * emacs-lisp/package.el (package-directory-list): Only call
464         file-name-nondirectory on a string.
466 2010-09-02  Chong Yidong  <cyd@stupidchicken.com>
468         * emacs-lisp/package.el (package--download-one-archive):
469         Ensure that archive-contents is valid before saving it.
470         (package-activate-1, package-mark-obsolete, define-package)
471         (package-compute-transaction, package-list-maybe-add): Use push.
473 2010-09-03  Stefan Monnier  <monnier@iro.umontreal.ca>
475         Use SMIE's blink-paren for octave-mode.
476         * progmodes/octave-mod.el (octave-font-lock-close-quotes):
477         Backslashes do not escape single-quotes, single-quotes do.
478         (octave-block-else-regexp, octave-block-end-regexp)
479         (octave-block-match-alist): Remove.
480         (octave-smie-bnf-table): New var, with old content.
481         (octave-smie-op-levels): Use it.
482         (octave-smie-closer-alist): New var.
483         (octave-mode): Use it.  Setup smie-blink-matching and electric-indent.
484         (octave-blink-matching-block-open): Remove.
485         (octave-reindent-then-newline-and-indent, octave-electric-semi)
486         (octave-electric-space): Let self-insert-command run expand-abbrev and
487         blink parens.
489         * electric.el (electricity): New group.
490         (electric-indent-chars): New var.
491         (electric-indent-post-self-insert-function): New fun.
492         (electric-indent-mode): New minor mode.
493         (electric-pair-skip-self): New custom.
494         (electric-pair-post-self-insert-function): New function.
495         (electric-pair-mode): New minor mode.
497         * calc/calc-aent.el (calcAlg-blink-matching-check): New fun, to replace
498         calcAlg-blink-matching-open.
499         (calc-alg-ent-map, calc-alg-ent-esc-map): Initialize in the declaration.
500         (calc-do-alg-entry): Only touch the part of the keymap that varies.
501         Use the new blink-matching-check-function.
503         Provide blink-matching support to SMIE.
504         * emacs-lisp/smie.el (smie-bnf-closer-alist): New function.
505         (smie-blink-matching-triggers, smie-blink-matching-inners): New vars.
506         (smie-blink-matching-check, smie-blink-matching-open): New functions.
508         * simple.el (newline): Fix last change to properly remove itself from
509         the hook.
511 2010-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
513         * simple.el (newline): Eliminate optimization.
514         Use post-self-insert-hook to set hard-newline and things before
515         running post-self-insert-hook.
516         (blink-matching-check-mismatch): New function.
517         (blink-matching-check-function): New variable.
518         (blink-matching-open): Use them.
519         Skip back forward over prefix chars skipped by forward-sexp.
520         Don't check if the parens are backslash escaped.
521         (blink-paren-post-self-insert-function): Check backslash escaping here.
523 2010-09-02  Chong Yidong  <cyd@stupidchicken.com>
525         * emacs-lisp/package.el (package-menu-mode-map):
526         Change package-menu-revert bindings to revert-buffer.
527         (package-menu-mode): Set revert-buffer-function.
528         (package-menu-revert): Doc fix.
530 2010-09-02  Agustín Martín  <agustin.martin@hispalinux.es>
532         * textmodes/ispell.el (ispell-init-process): Use "~/" as
533         `default-directory' unless using Ispell per-directory personal
534         dictionaries and not in a mini-buffer under XEmacs.
535         (kill-buffer-hook): Do not kill ispell process on exit when
536         `ispell-process-directory' is "~/". (Bug#6143)
538 2010-09-02  Jan Djärv  <jan.h.d@swipnet.se>
540         * simple.el (kill-new): Call interprogram-cut-function with only
541         one argument.
543         * term.el (term-mouse-paste): Don't call x-get-cutbuffer.
544         Remove cut buffer from error message.
546         * term/x-win.el (x-select-text):
547         * term/pc-win.el (x-selection-value):
548         * term/ns-win.el (x-selection-value):
549         * eshell/em-term.el:
550         * w32-fns.el (x-get-selection-value):
551         * mouse-sel.el (mouse-sel-set-selection-function):
552         * frame.el (display-selections-p): Remove cut-buffer in documentation.
554         * term/x-win.el: Update documentation for x-last-selected-text-*.
555         (x-last-selected-text-cut, x-last-selected-text-cut-encoded)
556         (x-last-cut-buffer-coding, x-cut-buffer-max): Remove.
557         (x-select-text): Remove argument PUSH, update documentation.  Remove
558         cut-buffer code.
559         (x-selection-value-internal): Was previously x-selection-value.
560         (x-selection-value): Rename from x-cut-buffer-or-selection-value.
561         Update documentation, remove cut-buffer code.  Call
562         x-selection-value-internal.
563         (x-clipboard-yank): Call x-selection-value-internal.
564         (x-initialize-window-system): Remove setting of x-cut-buffer-max.
566         * term/pc-win.el (x-last-selected-text):
567         x-cut-buffer-or-selection-value renamed to x-selection-value
568         (x-select-text): Remove argument PUSH, update documentation.
570         * term/ns-win.el (x-setup-function-keys, ns-last-selected-text):
571         x-cut-buffer-or-selection-value renamed to x-selection-value
572         (x-selection-value): Renamed from x-cut-buffer-or-selection-value.
573         (x-select-text): Remove argument PUSH, update documentation.
575         * emacs-lisp/cl-macs.el (x-get-cutbuffer, x-get-cut-buffer): Remove.
577         * w32-fns.el (x-last-selected-text):
578         x-cut-buffer-or-selection-value renamed to x-selection-value.
579         (x-cut-buffer-max): Remove.
580         (x-select-text): Remove argument PUSH, update documentation.
582         * simple.el (interprogram-cut-function): Remove mention of PUSH.
584         * select.el (x-get-cut-buffer, x-set-cut-buffer): Remove.
586         * mouse-sel.el (mouse-sel-get-selection-function):
587         x-cut-buffer-or-selection-value renamed to x-selection-value.
588         (x-select-text): Remove optional push.
590 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
592         * simple.el (blink-paren-function): Move from C to here.
593         (blink-paren-post-self-insert-function): New function.
594         (post-self-insert-hook): Use it.
596         * emacs-lisp/pcase.el (pcase-split-memq):
597         Fix overenthusiastic optimisation.
598         (pcase-u1): Handle the case of a lambda pred.
600 2010-08-31  Kenichi Handa  <handa@m17n.org>
602         * international/mule-cmds.el (standard-display-european-internal):
603         Setup standard-display-table for 8-bit characters by storing 8-bit
604         characters in the element vector.
606         * disp-table.el (standard-display-8bit): Setup
607         standard-display-table for 8-bit characters by storing 8-bit
608         characters in the element vector.
609         (standard-display-european): Likewise.
611 2010-08-31  Masatake YAMATO  <yamato@redhat.com>
613         * textmodes/nroff-mode.el (nroff-view): New command.
614         (nroff-mode-map): Bind it to C-c C-c.
616 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
618         * emacs-lisp/smie.el (smie-down-list): New command.
620         Remove old indentation and navigation code on octave-mode.
621         * progmodes/octave-mod.el (octave-mode-map): Remap down-list to
622         smie-down-list rather than add a binding for octave-down-block.
623         (octave-mark-block, octave-blink-matching-block-open):
624         Rely on forward-sexp-function.
625         (octave-fill-paragraph): Don't narrow, so you can use
626         indent-according-to-mode.
627         (octave-block-begin-regexp, octave-block-begin-or-end-regexp): Remove.
628         (octave-in-block-p, octave-re-search-forward-kw)
629         (octave-re-search-backward-kw, octave-indent-calculate)
630         (octave-end-as-array-index-p, octave-block-end-offset)
631         (octave-scan-blocks, octave-forward-block, octave-backward-block)
632         (octave-down-block, octave-backward-up-block, octave-up-block)
633         (octave-before-magic-comment-p, octave-indent-line): Remove.
635 2010-08-31  Chong Yidong  <cyd@stupidchicken.com>
637         * emacs-lisp/package.el (package--read-archive-file): Just use
638         `read', to avoid copying an additional string.
639         (package-menu-mode): Set header-line-format here.
640         (package-menu-refresh, package-menu-revert): Signal an error if
641         not in the Package Menu.
642         (package-menu-package-list): New var.
643         (package--generate-package-list): Operate on the current buffer;
644         don't assume that it is *Packages*, since the user may rename it.
645         Allow persistent package listings and sort keys using
646         package-menu-package-list and package-menu-package-sort-key.
647         (package-menu--version-predicate): Fix version calculation.
648         (package-menu-sort-by-column): Don't select the window.
649         (package--list-packages): Create the *Packages* buffer.
650         Set package-menu-package-list-key.
651         (list-packages): Sorting by status is now the default.
652         (package-buffer-info): Use match-string-no-properties.
653         (define-package): Add a &rest argument for future proofing, but
654         don't use it yet.
655         (package-install-from-buffer, package-install-buffer-internal):
656         Merge into a single function, package-install-from-buffer.
657         (package-install-file): Change caller.
659         * finder.el: Load finder-inf using `require'.
660         (finder-list-matches): Sorting by status is now the default.
661         (finder-compile-keywords): Simpify printing.
663 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
665         * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
666         (octave-mode-map): Remove special bindings for forward/backward-block
667         and octave-backward-up-block.  Use smie-close-block.
668         (octave-continuation-marker-regexp): New var.
669         (octave-continuation-regexp): Use it.
670         (octave-operator-table, octave-smie-op-levels)
671         (octave-operator-regexp, octave-smie-indent-rules): New vars.
672         (octave-smie-backward-token, octave-smie-forward-token): New funs.
673         (octave-mode): Use SMIE.
674         (octave-close-block): Delete.
676 2010-08-30  Eli Zaretskii  <eliz@gnu.org>
678         * menu-bar.el (menu-bar-edit-menu) <"Paste">: Check selection in
679         CLIPBOARD, not in PRIMARY.  (Bug#6944)
681 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
683         * emacs-lisp/smie.el (smie-indent-offset-rule): Let :parent take
684         a list of parents.
685         (smie-indent-column): Allow indirection through variables.
687         * composite.el (save-buffer-state): Delete, unused.
688         * font-lock.el (save-buffer-state): Use with-silent-modifications.
689         (font-lock-default-fontify-region): Use with-syntax-table.
690         * jit-lock.el (with-buffer-unmodified): Remove.
691         (with-buffer-prepared-for-jit-lock): Use with-silent-modifications.
693         Use `declare' in defmacros.
694         * window.el (save-selected-window):
695         * subr.el (with-temp-file, with-temp-message, with-syntax-table):
696         * progmodes/python.el (def-python-skeleton):
697         * net/dbus.el (dbus-ignore-errors):
698         * jka-cmpr-hook.el (with-auto-compression-mode):
699         * international/mule.el (with-category-table):
700         * emacs-lisp/timer.el (with-timeout):
701         * emacs-lisp/lisp-mnt.el (lm-with-file):
702         * emacs-lisp/eieio.el (with-slots):
703         * emacs-lisp/easymenu.el (easy-menu-define):
704         * emacs-lisp/debug.el (debugger-env-macro):
705         * emacs-lisp/cl-compat.el (Multiple-value-bind, Multiple-value-setq)
706         (Multiple-value-call, Multiple-value-prog1):
707         * emacs-lisp/cl-seq.el (cl-parsing-keywords, cl-check-key)
708         (cl-check-test-nokey, cl-check-test, cl-check-match): Move indent and
709         edebug rule to definition.
710         * emacs-lisp/lisp-mode.el (save-selected-window)
711         (with-current-buffer, combine-after-change-calls)
712         (with-output-to-string, with-temp-file, with-temp-buffer)
713         (with-temp-message, with-syntax-table, read-if, eval-after-load)
714         (dolist, dotimes, when, unless):
715         * emacs-lisp/byte-run.el (inline): Remove indent rule, redundant.
717 2010-08-29  Chong Yidong  <cyd@stupidchicken.com>
719         * finder.el: Require `package'.
720         (finder-known-keywords): Tweak descriptions.  Retire `oop' keyword.
721         (finder-package-info): Var deleted.
722         (finder-keywords-hash, finder--builtins-alist): New vars.
723         (finder-compile-keywords): Compute package--builtins and
724         finder-keywords-hash instead of finder-keywords-hash, respecting
725         the "Package" header.
726         (finder-unknown-keywords, finder-list-matches):
727         Use finder-keywords-hash and package--list-packages.
728         (finder-mode): Don't set font-lock-defaults.
729         (finder-exit): We don't use "*Finder-package*" and "*Finder
730         Category*" buffers anymore.
732         * emacs-lisp/package.el (package--builtins-base): Var deleted.
733         (package--builtins): Set default value to nil.
734         (package-initialize): Load precomputed value of package--builtins
735         from finder-inf.el.
736         (package-alist, package-compute-transaction)
737         (package-download-transaction): Improve docstring.
738         (package-read-all-archive-contents): Do not change
739         package--builtins here.
740         (list-packages): Make package-list-packages an alias for this.
741         Sort by status by default.
742         (package--list-packages): Add optional PACKAGES arg.
743         (describe-package-1): Use font-lock-face property.  For built-in
744         packages, insert file commentary.
745         (package--generate-package-list): Rename from
746         package-list-packages-internal; all callers changed.  Add optional
747         PACKAGES arg.  Add alphabetical sort fallbacks.
748         (package-menu--version-predicate, package-menu--status-predicate)
749         (package-menu--description-predicate)
750         (package-menu--name-predicate): New functions.
752         * info.el (Info-finder-find-node): Search package-alist instead of
753         finder-package-info.
755 2010-08-29  Chong Yidong  <cyd@stupidchicken.com>
757         * subr.el (version-regexp-alist): Don't use "a" and "b" for
758         "alpha" and "beta".
759         (version-to-list): Handle versions like "10.3d".
761 2010-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
763         * emacs-lisp/macroexp.el (macroexpand-all-1): Use pcase.
764         (macroexp-accumulate): Use `declare'.
766 2010-08-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
768         * whitespace.el (whitespace-style): Adjust type declaration.
770 2010-08-26  Magnus Henoch  <magnus.henoch@gmail.com>
772         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
773         empty argument to gvfs-copy.
775 2010-08-26  Chong Yidong  <cyd@stupidchicken.com>
777         * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
778         handle new TRASH arg of `delete-file'.
780 2010-08-26  Christian Lynbech  <christian.lynbech@tieto.com>  (tiny change)
782         * net/tramp.el (tramp-handle-insert-directory): Don't use
783         `forward-word', its default syntax could be changed.
785 2010-08-26  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
786             Michael Albinus  <michael.albinus@gmx.de>
788         Implement compression for inline methods.
790         * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
791         (tramp-copy-size-limit): Allow also nil.
792         (tramp-inline-compress-commands): New defconst.
793         (tramp-find-inline-compress, tramp-get-inline-compress)
794         (tramp-get-inline-coding): New defuns.
795         (tramp-get-remote-coding, tramp-get-local-coding): Remove,
796         replaced by `tramp-get-inline-coding'.
797         (tramp-handle-file-local-copy, tramp-handle-write-region)
798         (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
800 2010-08-26  Noah Lavine  <noah549@gmail.com>  (tiny change)
802         Detect ssh 'ControlMaster' argument automatically in some cases.
804         * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
805         (tramp-default-method): Use it.
807 2010-08-26  Karel Klíč  <kklic@redhat.com>
809         * net/tramp.el (tramp-file-name-for-operation):
810         Add file-selinux-context.
812 2010-08-26  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
814         * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
816 2010-08-26  Chong Yidong  <cyd@stupidchicken.com>
818         * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
819         (Bug#6907).
821 2010-08-26  Nathan Weizenbaum  <nweiz@cressida.sea.corp.google.com>  (tiny change)
823         * progmodes/js.el: Make indentation more customizable (Bug#6914).
824         (js-paren-indent-offset, js-square-indent-offset)
825         (js-curly-indent-offset): New options.
826         (js--proper-indentation): Use them.
828 2010-08-26  Daniel Colascione  <dan.colascione@gmail.com>
830         * progmodes/sh-script.el (sh-get-indent-info): Use syntax-ppss
831         instead of inspecting font-lock properties (Bug#6916).
833 2010-08-26  David Reitter  <david.reitter@gmail.com>
835         * server.el (server-visit-files): Run pre-command-hook and
836         post-command-hook for each buffer while it is current
837         (Bug#6910).
838         (server-execute): Do not run hooks here.
840 2010-08-26  Michael Albinus  <michael.albinus@gmx.de>
842         Sync with Tramp 2.1.19.
844         * net/tramp-cmds.el (tramp-cleanup-all-connections)
845         (tramp-reporter-dump-variable, tramp-load-report-modules)
846         (tramp-append-tramp-buffers): Use `tramp-compat-funcall'.
847         (tramp-bug): Recommend setting of `tramp-verbose' to 9.
849         * net/tramp-compat.el (top): Do not autoload
850         `tramp-handle-file-remote-p'.  Load tramp-util.el and tramp-vc.el
851         only when `start-file-process' is not bound.
852         (byte-compile-not-obsolete-vars): Define if not bound.
853         (tramp-compat-funcall): New defmacro.
854         (tramp-compat-line-beginning-position)
855         (tramp-compat-line-end-position)
856         (tramp-compat-temporary-file-directory)
857         (tramp-compat-make-temp-file, tramp-compat-file-attributes)
858         (tramp-compat-copy-file, tramp-compat-copy-directory)
859         (tramp-compat-delete-file, tramp-compat-delete-directory)
860         (tramp-compat-number-sequence, tramp-compat-process-running-p):
861         Use it.
862         (tramp-advice-file-expand-wildcards): Do not use
863         `tramp-handle-file-remote-p'.
864         (tramp-compat-make-temp-file): Simplify fallback implementation.
865         (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
866         (tramp-compat-copy-tree): Remove function.
867         (tramp-compat-delete-file): New defun.
868         (tramp-compat-delete-directory): Provide implementation for older
869         Emacsen.
870         (tramp-compat-file-attributes): Handle only
871         `wrong-number-of-arguments' error.
873         * net/tramp-fish.el (tramp-fish-handle-copy-file): Add
874         PRESERVE_SELINUX_CONTEXT.
875         (tramp-fish-handle-delete-file): Add TRASH arg.
876         (tramp-fish-handle-directory-files-and-attributes):
877         Do not use `tramp-fish-handle-file-attributes.
878         (tramp-fish-handle-file-local-copy)
879         (tramp-fish-handle-insert-file-contents)
880         (tramp-fish-maybe-open-connection): Use `with-progress-reporter'.
882         * net/tramp-gvfs.el (top): Require url-util.
883         (tramp-gvfs-mount-point): Remove.
884         (tramp-gvfs-file-name-handler-alist): Add `file-selinux-context'
885         and `set-file-selinux-context'.
886         (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command)
887         (tramp-gvfs-handle-file-selinux-context)
888         (tramp-gvfs-handle-set-file-selinux-context): New defuns.
889         (with-tramp-dbus-call-method): Format trace message.
890         (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
891         (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
892         Implement backup call, when operation on local files fails.  Use
893         progress reporter.  Flush properties of changed files.
894         (tramp-gvfs-handle-delete-file): Add TRASH arg.  Use
895         `tramp-compat-delete-file'.
896         (tramp-gvfs-handle-expand-file-name): Expand "~/".
897         (tramp-gvfs-handle-make-directory): Make more traces.
898         (tramp-gvfs-handle-write-region): Protect deleting tmpfile.
899         (tramp-gvfs-url-file-name): Hexify file name in url.
900         (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
901         into account for the resulting file name.
902         (tramp-gvfs-handler-askquestion): Preserve current message, in
903         order to let progress reporter continue afterwards.  (Bug#6257)
904         Return dummy mountpoint, when the answer is "no".  See
905         `tramp-gvfs-maybe-open-connection'.
906         (tramp-gvfs-handler-mounted-unmounted)
907         (tramp-gvfs-connection-mounted-p): Test also for new mountspec
908         attribute "default_location".  Set "prefix" property.  Handle
909         default-location.
910         (tramp-gvfs-mount-spec): Return both prefix and mountspec.
911         (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
912         exists.  Raise an error, if not (due to a corresponding answer
913         "no" in interactive questions, for example). Use
914         `tramp-compat-funcall'.
916         * net/tramp-imap.el (top): Autoload `epg-make-context'.
917         (tramp-imap-handle-copy-file): Add PRESERVE-SELINUX-CONTEXT.
918         (tramp-imap-do-copy-or-rename-file)
919         (tramp-imap-handle-insert-file-contents)
920         (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
921         (tramp-imap-handle-delete-file): Add TRASH arg.
923         * net/tramp-smb.el (tramp-smb-handle-copy-file): Add
924         PRESERVE-SELINUX-CONTEXT.
925         (tramp-smb-handle-copy-file)
926         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
927         (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
928         Use `with-progress-reporter'.
929         (tramp-smb-handle-delete-file): Add TRASH arg.
931         * net/tramp.el (tramp-methods): Move hostname to the end in all
932         ssh `tramp-login-args'.  Add `tramp-async-args' attribute where
933         appropriate.
934         (tramp-verbose): Describe verbose level 9.
935         (tramp-completion-function-alist)
936         (tramp-file-name-regexp, tramp-chunksize)
937         (tramp-local-coding-commands, tramp-remote-coding-commands)
938         (with-connection-property, tramp-completion-mode-p)
939         (tramp-action-process-alive, tramp-action-out-of-band)
940         (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
941         (tramp-exists-file-name-handler): Fix docstring.
942         (tramp-remote-process-environment): Use `format' instead of
943         `concat'.  Protect version string by apostroph.
944         (tramp-shell-prompt-pattern): Do not use a shy group in case of
945         XEmacs.
946         (tramp-file-name-regexp-unified)
947         (tramp-completion-file-name-regexp-unified): On W32 systems, do
948         not regard the volume letter as remote filename.  (Bug#5447)
949         (tramp-perl-file-attributes)
950         (tramp-perl-directory-files-and-attributes): Don't pass "$3".
951         (tramp-vc-registered-read-file-names): Read input as
952         here-document, otherwise the command could exceed maximum length
953         of command line.
954         (tramp-file-name-handler-alist): Add `file-selinux-context' and
955         `set-file-selinux-context'.
956         (tramp-debug-message): Add `tramp-compat-funcall' to ignored
957         backtrace functions.
958         (tramp-error-with-buffer): Don't show the connection buffer when
959         we are in completion mode.
960         (tramp-progress-reporter-update, tramp-remote-selinux-p)
961         (tramp-handle-file-selinux-context)
962         (tramp-handle-set-file-selinux-context, tramp-process-sentinel)
963         (tramp-connectable-p, tramp-open-shell, tramp-get-remote-trash):
964         New defuns.
965         (with-progress-reporter): New defmacro.
966         (tramp-debug-outline-regexp): New defconst.
967         (top, tramp-rfn-eshadow-setup-minibuffer)
968         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
969         (tramp-handle-dired-compress-file, tramp-handle-shell-command)
970         (tramp-completion-mode-p, tramp-check-for-regexp)
971         (tramp-open-connection-setup-interactive-shell)
972         (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
973         (tramp-time-diff, tramp-coding-system-change-eol-conversion)
974         (tramp-set-process-query-on-exit-flag, tramp-unload-tramp):
975         Use `tramp-compat-funcall'.
976         (tramp-handle-make-symbolic-link): Flush file properties.
977         (tramp-handle-load, tramp-handle-file-local-copy)
978         (tramp-handle-insert-file-contents, tramp-handle-write-region)
979         (tramp-handle-vc-registered, tramp-maybe-send-script)
980         (tramp-find-shell): Use `with-progress-reporter'.
981         (tramp-do-file-attributes-with-stat): Add space in format string,
982         in order to work around a bug in pdksh.  Reported by Gilles Pion
983         <gpion@lfdj.com>.
984         (tramp-handle-verify-visited-file-modtime): Do not send a command
985         when the connection is not established.
986         (tramp-handle-set-file-times): Simplify the check for utc.
987         (tramp-handle-directory-files-and-attributes)
988         (tramp-get-remote-path): Use `copy-tree'.
989         (tramp-completion-handle-file-name-all-completions): Ensure, that
990         non remote files are still checked.  Oops.
991         (tramp-handle-copy-file, tramp-do-copy-or-rename-file): Handle
992         PRESERVE-SELINUX-CONTEXT.
993         (tramp-do-copy-or-rename-file): Add progress reporter.
994         (tramp-do-copy-or-rename-file-directly): Do not use
995         `tramp-handle-file-remote-p'.
996         (tramp-do-copy-or-rename-file-out-of-band):
997         Use `tramp-compat-delete-directory'.
998         (tramp-do-copy-or-rename-file-out-of-band)
999         (tramp-compute-multi-hops, tramp-maybe-open-connection):
1000         Use `format-spec-make'.
1001         (tramp-handle-delete-file): Add TRASH arg.
1002         (tramp-handle-dired-uncache): Flush directory cache, not only file
1003         cache.
1004         (tramp-handle-expand-file-name)
1005         (tramp-completion-handle-file-name-all-completions)
1006         (tramp-completion-handle-file-name-completion): Use
1007         `tramp-connectable-p'.
1008         (tramp-handle-start-file-process): Set connection property "vec".
1009         Use it, in order to invalidate file caches.  Check only for
1010         `remote-tty' process property.
1011         Implement tty setting.  (Bug#4604, Bug#6360)
1012         (tramp-file-name-for-operation): Add `call-process-region' and
1013         `set-file-selinux-context'.
1014         (tramp-find-foreign-file-name-handler)
1015         (tramp-advice-make-auto-save-file-name)
1016         (tramp-set-auto-save-file-modes): Remove superfluous check for
1017         `stringp'.  This is done inside `tramp-tramp-file-p'.
1018         (tramp-file-name-handler): Trace 'quit.  Catch the error for some
1019         operations when we are in completion mode.  This gives the user
1020         the chance to correct the file name in the minibuffer.
1021         (tramp-completion-mode-p): Use `non-essential'.
1022         (tramp-handle-file-name-all-completions): Backward/ XEmacs
1023         compatibility: Use `completion-ignore-case' if
1024         `read-file-name-completion-ignore-case' does not exist.
1025         (tramp-get-debug-buffer): Use `tramp-debug-outline-regexp'.
1026         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
1027         `tramp-open-shell'.
1028         (tramp-action-password): Hide password prompt before next run.
1029         (tramp-process-actions): Widen connection buffer for the trace.
1030         (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
1031         process property.  Trace stty settings if `tramp-verbose' >= 9.
1032         Apply workaround for IRIX64 bug.  Move argument of last
1033         `tramp-send-command' where it belongs to.
1034         (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
1035         front of `login-args'.
1036         (tramp-get-ls-command, tramp-get-ls-command-with-dired): Run tests
1037         on "/dev/null" instead of "/".
1038         (tramp-get-ls-command-with-dired): Make test for "--dired"
1039         stronger.
1040         (tramp-set-auto-save-file-modes): Adapt version check.
1041         (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
1042         (tramp-handle-process-file): Call the program in a subshell, in
1043         order to preserve working directory.
1044         (tramp-handle-shell-command): Don't use hard-wired "/bin/sh" but
1045         `tramp-remote-sh' from `tramp-methods'.
1046         (tramp-get-ls-command): Make test for "--color=never" stronger.
1047         (tramp-check-for-regexp): Use (forward-line 1).
1049         * net/trampver.el: Update release number.
1051 2010-08-26  Chong Yidong  <cyd@stupidchicken.com>
1053         * help.el (help-map): Bind `C-h P' to describe-package.
1055         * menu-bar.el (menu-bar-describe-menu): Add describe-package.
1057         * emacs-lisp/package.el (package-refresh-contents): Catch errors
1058         when downloading archives.
1059         (describe-package-1): Add package commentary.
1060         (package-install-button-action): New function.
1061         (package-menu-mode-map): Bind ? to package-menu-describe-package.
1062         (package-menu-view-commentary): Function removed.
1063         (package-list-packages-internal): Hide the `package' package too.
1065 2010-08-25  Kenichi Handa  <handa@m17n.org>
1067         * language/misc-lang.el ("Arabic"): New language environment.
1068         Setup composition-function-table for Arabic characters.
1070         * international/fontset.el (setup-default-fontset): Fix typo for
1071         arabic OTF spec (fini->fina).
1073 2010-08-25  Jan Djärv  <jan.h.d@swipnet.se>
1075         * menu-bar.el (menu-bar-set-tool-bar-position): Set frame parameter
1076         on all frames.
1078 2010-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1080         * whitespace.el: Allow cleaning up blanks without blank
1081         visualization (Bug#6651).  Adjust help window for
1082         whitespace-toggle-options (Bug#6479).  Allow to use fill-column
1083         instead of whitespace-line-column (from EmacsWiki).  New version
1084         13.1.
1085         (whitespace-style): Added new value 'face.  Adjust docstring.
1086         (whitespace-space, whitespace-hspace, whitespace-tab): Adjust
1087         foreground property face.
1088         (whitespace-line-column): Adjust docstring and type declaration.
1089         (whitespace-style-value-list, whitespace-toggle-option-alist)
1090         (whitespace-help-text): Adjust const initialization.
1091         (whitespace-toggle-options, global-whitespace-toggle-options):
1092         Adjust docstring.
1093         (whitespace-display-window, whitespace-interactive-char)
1094         (whitespace-style-face-p, whitespace-color-on): Adjust code.
1095         (whitespace-help-scroll): New fun.
1097 2010-08-24  Chong Yidong  <cyd@stupidchicken.com>
1099         * emacs-lisp/package.el (list-packages): Alias for
1100         package-list-packages.
1102 2010-08-24  Kevin Ryde  <user42@zip.com.au>
1104         * textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix
1105         (Bug#5651).
1107         * progmodes/ruby-mode.el (ruby): Add defgroup.
1109 2010-08-24  Chong Yidong  <cyd@stupidchicken.com>
1111         * progmodes/python.el: Add Ipython support (Bug#5390).
1112         (python-shell-prompt-alist)
1113         (python-shell-continuation-prompt-alist): New options.
1114         (python--set-prompt-regexp): New function.
1115         (inferior-python-mode, run-python, python-shell): Require
1116         ansi-color.  Use python--set-prompt-regexp to set the comint
1117         prompt based on the Python interpreter.
1118         (python--prompt-regexp): New var.
1119         (python-check-comint-prompt)
1120         (python-comint-output-filter-function): Use it.
1121         (run-python): Use a pipe (Bug#5694).
1123 2010-08-24  Fabian Ezequiel Gallina  <galli.87@gmail.com>  (tiny change)
1125         * progmodes/python.el (python-send-region): Send a different
1126         Python command if Ipython is in use.
1127         (python-check-version): Use a Python command to find the version.
1129 2010-08-24  Chong Yidong  <cyd@stupidchicken.com>
1131         * mouse.el (mouse-yank-primary): Avoid setting primary when
1132         deactivating the mark (Bug#6872).
1134 2010-08-23  Chris Foote  <chris@foote.com.au>  (tiny change)
1136         * progmodes/python.el (python-block-pairs): Allow use of "finally"
1137         with "else" (Bug#3991).
1139 2010-08-23  Michael Albinus  <michael.albinus@gmx.de>
1141         * net/dbus.el: Accept UNIX domain sockets as bus address.
1142         (top): Don't initialize `dbus-registered-objects-table' anymore,
1143         this is done in dbusbind,c.
1144         (dbus-check-event): Adapt test for bus.
1145         (dbus-return-values-table, dbus-unregister-service)
1146         (dbus-event-bus-name, dbus-introspect, dbus-register-property):
1147         Adapt doc string.
1149 2010-08-23  Juanma Barranquero  <lekktu@gmail.com>
1151         * ido.el (ido-use-virtual-buffers): Fix typo in docstring.
1153 2010-08-22  Juri Linkov  <juri@jurta.org>
1155         * simple.el (read-extended-command): New function with the logic
1156         for `completing-read' moved to Elisp from `execute-extended-command'.
1157         Use `function-called-at-point' in `minibuffer-default-add-function'
1158         to get a command name for M-n (bug#5364, bug#5214).
1160 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
1162         * startup.el (command-line-1): Issue warning for ignored arguments
1163         --unibyte, etc (Bug#6886).
1165 2010-08-22  Leo  <sdl.web@gmail.com>
1167         * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
1168         (ignore, bright, dim, keyword): Split list of nicknames before
1169         passing to rcirc-add-or-remove (Bug#6894).
1171 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
1173         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
1175 2010-08-22  Leo  <sdl.web@gmail.com>
1177         Fix buffer-list rename&refresh after killing a buffer in ido.
1178         * lisp/ido.el: Revert Óscar's.
1179         (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
1180         Remember the buffers at head, rather than their name.
1181         * lisp/iswitchb.el (iswitchb-kill-buffer): Re-make the list.
1183 2010-08-22  Kirk Kelsey  <kirk.kelsey@0x4b.net>  (tiny change)
1184             Stefan Monnier  <monnier@iro.umontreal.ca>
1186         * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
1187         extra backslash added to each line (bug#6890).
1189 2010-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1191         * subr.el (read-key): Don't echo keystrokes (bug#6883).
1193 2010-08-22  Glenn Morris  <rgm@gnu.org>
1195         * menu-bar.el (menu-bar-games-menu): Add landmark.
1197 2010-08-22  Glenn Morris  <rgm@gnu.org>
1199         * align.el (align-regexp): Make group and spacing arguments
1200         use the interactive defaults when non-interactive.  (Bug#6698)
1202         * mail/rmail.el (rmail-forward): Replace mail-text-start with its
1203         expansion, so as not to need sendmail.
1204         (mail-text-start): Remove declaration.
1205         (rmail-retry-failure): Require sendmail.
1207 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
1209         * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
1211 2010-08-22  Michael Albinus  <michael.albinus@gmx.de>
1213         * progmodes/flymake.el (flymake-start-syntax-check-process):
1214         Use `start-file-process' in order to let it run also on remote hosts.
1216 2010-08-22  Kenichi Handa  <handa@m17n.org>
1218         * files.el: Add `word-wrap' as safe local variable.
1220 2010-08-22  Glenn Morris  <rgm@gnu.org>
1222         * woman.el (woman-translate): Case matters.  (Bug#6849)
1224 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
1226         * simple.el (kill-region): Doc fix (Bug#6787).
1228 2010-08-22  Glenn Morris  <rgm@gnu.org>
1230         * calendar/diary-lib.el (diary-header-line-format):
1231         Fit it to the window, not the frame.
1233 2010-08-22  Andreas Schwab  <schwab@linux-m68k.org>
1235         * subr.el (ignore-errors): Add debug declaration.
1237 2010-08-22  Geoff Gole  <geoffgole@gmail.com>  (tiny change)
1239         * whitespace.el (whitespace-color-off): Remove post-command-hook
1240         locally.
1242 2010-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1244         * vc/add-log.el (add-log-file-name): Don't get confused by symlinks.
1246 2010-08-21  Chong Yidong  <cyd@stupidchicken.com>
1248         * cus-edit.el (custom-group-value-create): Add extra newline
1249         before end line (Bug#6876).
1251 2010-08-21  Chong Yidong  <cyd@stupidchicken.com>
1253         * mouse.el (mouse-save-then-kill): Don't save region to kill ring
1254         when extending it.  Before killing on the second click, check if
1255         the buffer is the correct one.  Doc fix.
1256         (mouse-secondary-save-then-kill): Allow usage without first
1257         calling mouse-start-secondary, by defaulting to point.  Don't save
1258         an empty secondary selection.  Doc fix.
1260 2010-08-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1262         * whitespace.el: Fix slow cursor movement (Bug#6172).  Reported by
1263         Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
1264         New version 13.0.
1265         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
1266         Adjust initialization.
1267         (whitespace-bob-marker, whitespace-eob-marker)
1268         (whitespace-buffer-changed): New vars.
1269         (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
1270         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
1271         (whitespace-post-command-hook, whitespace-display-char-on):
1272         Adjust code.
1273         (whitespace-looking-back, whitespace-buffer-changed): New funs.
1274         (whitespace-space-regexp, whitespace-tab-regexp): Fun eliminated.
1276 2010-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1278         * files.el (locate-file-completion-table): Only list the .el and .elc
1279         extensions if there's no other choice (bug#5955).
1281         * facemenu.el (facemenu-self-insert-data): New var.
1282         (facemenu-post-self-insert-function, facemenu-set-self-insert-face):
1283         New functions.
1284         (facemenu-add-face): Use them.
1286         * simple.el (blink-matching-open): Obey forward-sexp-function.
1288 2010-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1290         * simple.el (prog-mode-map): New var.
1291         (prog-indent-sexp): New command.
1293         * progmodes/octave-mod.el (octave-mode-menu): Make toggle buttons.
1295         * progmodes/prolog.el (smie): Require.
1297         * emacs-lisp/smie.el (smie-default-backward-token)
1298         (smie-default-forward-token): Strip properties.
1299         (smie-next-sexp): Be more careful with associative operators.
1300         (smie-forward-sexp-command): Generalize.
1301         (smie-backward-sexp-command): Simplify.
1302         (smie-closer-alist): New var.
1303         (smie-close-block): New command.
1304         (smie-indent-debug-log): New var.
1305         (smie-indent-offset-rule): Add a few more cases.
1306         (smie-indent-column): New function.
1307         (smie-indent-after-keyword): Use it.
1308         (smie-indent-keyword): Use it.
1309         Fix up the opener code's point position.
1310         (smie-indent-comment): Only applies at BOL.
1311         (smie-indent-debug): New command.
1313         * emacs-lisp/autoload.el (make-autoload): Preload the macros's
1314         declarations that are useful before running the macro.
1316 2010-08-18  Joakim Verona  <joakim@verona.se>
1318         * image.el (imagemagick-types-inhibit): New variable.
1319         (imagemagick-register-types): New function.
1320         * image-mode.el (image-transform-properties): New function.
1321         (image-transform-set-scale, image-transform-fit-to-height)
1322         (image-transform-set-rotation, image-transform-set-resize)
1323         (image-transform-fit-to-width, image-transform-fit-to-height):
1324         New functions.
1325         (image-toggle-display-image): Support image transforms.
1327 2010-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1329         * image.el (create-animated-image): Don't add heuristic mask to image
1330         (Bug#6839).
1332 2010-08-18  Jan Djärv  <jan.h.d@swipnet.se>
1334         * term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard):
1335         Use QCLIPBOARD instead of QPRIMARY (Bug#6677).
1337 2010-08-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1339         * emacs-lisp/lisp.el (up-list): Obey forward-sexp-function if set.
1341         Font-lock '...' strings, plus various simplifications and fixes.
1342         * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
1343         (octave-font-lock-close-quotes): New function.
1344         (octave-font-lock-syntactic-keywords): New var.
1345         (octave-mode): Use it.  Set beginning-of-defun-function.
1346         (octave-mode-map): Don't override the <foo>-defun commands.
1347         (octave-mode-menu): Pass it directly to easy-menu-define;
1348         remove (now generic) <foo>-defun commands; use info-lookup-symbol.
1349         (octave-block-match-alist): Fix up last change so that
1350         octave-close-block uses the more specific keyword.
1351         (info-lookup-mode): Silence byte-compiler.
1352         (octave-beginning-of-defun): Not interactive any more.
1353         Optimize slightly.
1354         (octave-end-of-defun, octave-mark-defun, octave-in-defun-p): Remove.
1355         (octave-indent-defun, octave-send-defun): Use mark-defun instead.
1356         (octave-completion-at-point-function): Make sure point is within
1357         beg..end.
1358         (octave-reindent-then-newline-and-indent):
1359         Use reindent-then-newline-and-indent.
1360         (octave-add-octave-menu): Remove.
1362 2010-08-17  Jan Djärv  <jan.h.d@swipnet.se>
1364         * mail/emacsbug.el (report-emacs-bug-insert-to-mailer)
1365         (report-emacs-bug-can-use-xdg-email): New functions.
1366         (report-emacs-bug): Set can-xdg-email to result of
1367         report-emacs-bug-can-use-xdg-email.  If can-xdg-email bind
1368         \C-cm to report-emacs-bug-insert-to-mailer and add help text
1369         about it.
1371         * net/browse-url.el (browse-url-default-browser): Add cond
1372         for browse-url-xdg-open.
1373         (browse-url-can-use-xdg-open, browse-url-xdg-open): New functions.
1375 2010-08-17  Glenn Morris  <rgm@gnu.org>
1377         * progmodes/cc-engine.el (c-new-BEG, c-new-END)
1378         (c-fontify-recorded-types-and-refs): Define for compiler.
1379         * progmodes/cc-mode.el (c-new-BEG, c-new-END): Move definitions
1380         before use.
1382         * calendar/icalendar.el (icalendar--convert-recurring-to-diary):
1383         Fix format call.
1385 2010-08-17  Michael Albinus  <michael.albinus@gmx.de>
1387         * net/tramp.el (tramp-handle-make-symbolic-link): Flush file
1388         properties.
1389         (tramp-handle-process-file): Call the program in a subshell, in
1390         order to preserve working directory.
1391         (tramp-action-password): Hide password prompt before next run.
1392         (tramp-process-actions): Widen connection buffer for the trace.
1394 2010-08-16  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
1396         * net/rcirc.el (rcirc-log-process-buffers): New option.
1397         (rcirc-print): Use it.
1398         (rcirc-generate-log-filename): New function.
1399         (rcirc-log-filename-function): Change default to
1400         rcirc-generate-log-filename (Bug#6828).
1402 2010-08-16  Chong Yidong  <cyd@stupidchicken.com>
1404         * simple.el (deactivate-mark): If select-active-regions is `only',
1405         only set selection for temporarily active regions.
1407         * cus-start.el: Change defcustom for select-active-regions.
1409 2010-08-15  Chong Yidong  <cyd@stupidchicken.com>
1411         * mouse.el (mouse--drag-set-mark-and-point): New function.
1412         (mouse-drag-track): Use LOCATION arg to push-mark.
1413         Use mouse--drag-set-mark-and-point to take click-count into
1414         consideration when updating point and mark (Bug#6840).
1416 2010-08-15  Chong Yidong  <cyd@stupidchicken.com>
1418         * progmodes/compile.el (compilation-error-regexp-alist-alist):
1419         Give the Ruby rule a lower priority than Gnu (Bug#6778).
1421 2010-08-14  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
1423         * font-lock.el (lisp-font-lock-keywords-2):
1424         Add combine-after-change-calls, condition-case-no-debug,
1425         with-demoted-errors, and with-silent-modifications (Bug#6025).
1427 2010-08-14  Kevin Ryde  <user42@zip.com.au>
1429         * emacs-lisp/copyright.el (copyright-update-year)
1430         (copyright-update): Temporary switch-to-buffer to ensure the
1431         buffer change being queried is visible (Bug#5394).
1433 2010-08-14  Tom Tromey  <tromey@redhat.com>
1435         * progmodes/etags.el (tags-file-name): Mark safe if stringp
1436         (Bug#6733).
1438 2010-08-14  Eli Zaretskii  <eliz@gnu.org>
1440         * mouse.el (mouse-yank-primary): Fix mouse-2 on MS-Windows and
1441         MS-DOS.  (Bug#6689)
1443 2010-08-13  Jan Djärv  <jan.h.d@swipnet.se>
1445         * menu-bar.el (menu-bar-set-tool-bar-position): New function.
1446         (menu-bar-showhide-tool-bar-menu-customize-enable-left)
1447         (menu-bar-showhide-tool-bar-menu-customize-enable-right)
1448         (menu-bar-showhide-tool-bar-menu-customize-enable-top)
1449         (menu-bar-showhide-tool-bar-menu-customize-enable-bottom):
1450         Call menu-bar-set-tool-bar-position.
1452 2010-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1454         * progmodes/octave-mod.el (octave-mode-syntax-table): Use the new "c"
1455         comment style (bug#6834).
1456         * progmodes/scheme.el (scheme-mode-syntax-table):
1457         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Remove spurious
1458         "b" flag in "' 14b" syntax.
1460         * progmodes/octave-mod.el (octave-mode-map): Remove special bindings
1461         for (un)commenting the region and performing completion.
1462         (octave-mode-menu): Use standard commands for help and completion.
1463         (octave-mode-syntax-table): Support %{..%} comments (sort of).
1464         (octave-mode): Use define-derived-mode.
1465         Set completion-at-point-functions and don't set columns.
1466         Don't disable adaptive-fill-regexp.
1467         (octave-describe-major-mode, octave-comment-region)
1468         (octave-uncomment-region, octave-comment-indent)
1469         (octave-indent-for-comment): Remove.
1470         (octave-indent-calculate): Rename from calculate-octave-indent.
1471         (octave-indent-line, octave-fill-paragraph): Update caller.
1472         (octave-initialize-completions): No need to make an alist.
1473         (octave-completion-at-point-function): New function.
1474         (octave-complete-symbol): Use it.
1475         (octave-insert-defun): Use define-skeleton.
1477         * progmodes/octave-mod.el (octave-mode): Set comment-add.
1478         (octave-mode-map): Use comment-dwim (bug#6829).
1480 2010-08-12  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
1482         * cus-edit.el (custom-save-variables, custom-save-faces): Fix up
1483         indentation of inserted comment.
1485 2010-08-11  Jan Djärv  <jan.h.d@swipnet.se>
1487         * faces.el (region): Add type gtk that uses gtk colors.
1489         * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
1490         Handle theme-name change.
1492 2010-08-10  Michael R. Mauger  <mmaug@yahoo.com>
1494         * progmodes/sql.el: Version 2.5
1495         (sql-product-alist): Add :prompt-cont-regexp property for several
1496         database products.
1497         (sql-prompt-cont-regexp): New variable.
1498         (sql-output-newline-count, sql-output-by-send):
1499         New variables.  Record number of newlines in input text.
1500         (sql-send-string): Handle multiple filters and count newlines.
1501         (sql-send-magic-terminator): Count terminator newline.
1502         (sql-interactive-remove-continuation-prompt): Filters output to
1503         remove continuation prompts; one for each newline.
1504         (sql-interactive-mode): Set up new variables, prompt regexp and
1505         output filter.
1506         (sql-mode-sqlite-font-lock-keywords): Correct some keywords.
1507         (sql-make-alternate-buffer-name): Correct buffer name in edge cases.
1509 2010-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1511         * emacs-lisp/pcase.el: New file.
1513 2010-08-10  Michael Albinus  <michael.albinus@gmx.de>
1515         * net/tramp.el (tramp-vc-registered-read-file-names): Read input
1516         as here-document, otherwise the command could exceed maximum
1517         length of command line.
1518         (tramp-handle-vc-registered): Call script accordingly.
1519         Reported by Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>.
1521 2010-08-10  Kenichi Handa  <handa@m17n.org>
1523         * language/hebrew.el: Exclude U+05C3 (Hebrew SOF PASUQ) from the
1524         composable pattern.
1526 2010-08-09  Chong Yidong  <cyd@stupidchicken.com>
1528         * emacs-lisp/package.el (package-version-split)
1529         (package--version-first-nonzero, package-version-compare):
1530         Functions removed.
1531         (package-directory-list, package-load-all-descriptors)
1532         (package--built-in, package-activate, define-package)
1533         (package-installed-p, package-compute-transaction)
1534         (package-read-all-archive-contents)
1535         (package--add-to-archive-contents, package-buffer-info)
1536         (package-tar-file-info, package-list-packages-internal):
1537         Use version-to-list and version-list-*.
1539         * emacs-lisp/package-x.el (package-upload-buffer-internal):
1540         Use version-to-list.
1541         (package-upload-buffer-internal): Use version-list-<=.
1543 2010-08-09  Kenichi Handa  <handa@m17n.org>
1545         * language/hebrew.el: Exclude U+05BD (Hebrew MAQAF) from the
1546         composable pattern.
1548 2010-08-08  Chong Yidong  <cyd@stupidchicken.com>
1550         * tutorial.el (tutorial--default-keys): C-d is now bound to
1551         delete-forward-char (Bug#6826).
1553         * mouse.el (mouse-drag-track): Remove accidentally-removed check
1554         for `double' value of mouse-1-click-follows-link (Bug#6807).
1556 2010-08-08  Johan Bockgård  <bojohan@gnu.org>
1558         * replace.el (replace-highlight): Bind isearch-forward and
1559         isearch-error, ensuring that highlighting is updated if the user
1560         switches the search direction (Bug#6808).
1562         * isearch.el (isearch-lazy-highlight-forward): New var.
1563         (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
1564         (isearch-lazy-highlight-update): Use it.
1566 2010-08-08  Kenichi Handa  <handa@m17n.org>
1568         * international/mule.el (define-charset): Store NAME as :base property.
1569         (ctext-non-standard-encodings-table): Pay attention to charset aliases.
1570         (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
1571         current priority.  Force using the designation of the specific
1572         charset by adding `charset' text property.  Improve the whole algorithm.
1574 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
1576         * emulation/pc-select.el (pc-selection-mode-hook)
1577         (copy-region-as-kill-nomark, beginning-of-buffer-mark)
1578         (pc-selection-mode): Fix typos in docstrings.
1580 2010-08-08  Kenichi Handa  <handa@m17n.org>
1582         * language/cyrillic.el: Don't add "microsoft-cp1251" to
1583         ctext-non-standard-encodings-alist here.
1585         * international/mule.el (ctext-non-standard-encodings-alist):
1586         Add "koi8-r" and "microsoft-cp1251".
1587         (ctext-standard-encodings): New variable.
1588         (ctext-non-standard-encodings-table): List only elements for
1589         non-standard encodings.
1590         (ctext-pre-write-conversion): Adjust for the above change.
1591         Check ctext-standard-encodings.
1593         * international/mule-conf.el (compound-text): Doc fix.
1594         (ctext-no-compositions): Doc fix.
1595         (compound-text-with-extensions): Doc fix.
1597 2010-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1599         * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
1601 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
1603         * progmodes/which-func.el (which-func-format): Split help-echo text
1604         into lines, like other mode-line tooltips.
1606         * server.el (server-start): When using TCP sockets, force IPv4
1607         and use a literal 127.0.0.1 for localhost.  (Related to bug#6781.)
1609 2010-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1611         * bindings.el (complete-symbol): Run completion-at-point as a fallback.
1613 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
1615         * term.el (term-delimiter-argument-list): Reflow docstring.
1616         (term-read-input-ring, term-write-input-ring, term-send-input)
1617         (term-bol, term-erase-in-display, serial-supported-or-barf):
1618         Fix typos in docstrings.
1620 2010-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1622         * bindings.el (function-key-map): Add a S-tab => backtab fallback.
1624 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
1626         * dabbrev.el (dabbrev-completion): Fix typo in docstring.
1628 2010-08-08  MON KEY  <monkey@sandpframing.com>  (tiny change)
1630         * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
1631         Fix typo in docstring (bug#6747).
1633 2010-08-08  Leo  <sdl.web@gmail.com>
1635         * eshell/esh-io.el (eshell-get-target): Better detection of
1636         read-only file (Bug#6762).
1638 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
1640         * align.el (align-default-spacing): Doc fix.
1641         (align-region-heuristic, align-regexp): Fix typos in docstrings.
1643 2010-08-08  Stephen Peters  <speters@itasoftware.com>
1645         * calendar/icalendar.el
1646         (icalendar--split-value): Fixed splitting regexp. (Bug#6766)
1647         (icalendar--get-weekday-numbers): New
1648         (icalendar--convert-recurring-to-diary): Handle multiple byday
1649         values in weekly rules. (Bug#6766)
1651 2010-08-08  Ulf Jasper  <ulf.jasper@web.de>
1653         * calendar/icalendar.el (icalendar-uid-format): Doc fix.
1654         (icalendar--create-uid, icalendar-export-region)
1655         (icalendar--parse-summary-and-rest): Code formatting.
1657 2010-08-08  Jay Belanger  <jay.p.belanger@gmail.com>
1659         * calc/calc.el (calc-trail-mode,calc-refresh): Use `face' property
1660         to italicize headers.
1661         (calc-highlight-selections-with-faces): New variable.
1662         (calc-selected-face, calc-nonselected-face): New faces.
1664         * calc/calccomp.el (math-comp-highlight-string): Use
1665         `calc-highlight-selections-with-faces' to determine how to highlight
1666         sub-formulas.
1668         * calc/calc-sel.el (calc-show-selections): Change message to when
1669         using faces to highlight selections.
1671 2010-08-07  Michael R. Mauger  <mmaug@yahoo.com>
1673         * progmodes/sql.el (sql-mode-sqlite-font-lock-keywords):
1674         Add SQLite 3 keywords, functions and datatypes.
1675         (sql-interactive-mode): Remove `comint-process-echoes' set to t
1676         (Bug#6686).
1678 2010-08-07  Chong Yidong  <cyd@stupidchicken.com>
1680         * simple.el (select-active-regions): Move to keyboard.c.
1681         (deactivate-mark): Used saved-region-selection.
1682         (select-active-region): Function removed.
1683         (activate-mark, set-mark, push-mark-command)
1684         (handle-shift-selection): Don't call it.
1685         (keyboard-quit): Avoid adding the region to the window selection.
1687         * mouse.el (mouse-drag-track): Remove hacks to deal with old
1688         select-active-regions implementation.
1689         (mouse-yank-at-click): Doc fix.
1691         * cus-start.el: Add custom declaration for select-active-regions.
1693 2010-08-07  Eli Zaretskii  <eliz@gnu.org>
1695         * simple.el (delete-forward-char): Doc fix.
1697         * tutorial.el (help-with-tutorial): Hack safe file-local variables
1698         after reading the tutorial.
1700 2010-08-06  Alan Mackenzie  <bug-cc-mode@gnu.org>
1702         * progmodes/cc-cmds.el (c-mask-paragraph, c-fill-paragraph): Fix
1703         for the case that a C style comment has its delimiters alone on
1704         their respective lines.
1706 2010-08-06  Michael Albinus  <michael.albinus@gmx.de>
1708         * net/tramp.el (tramp-handle-start-file-process): Set connection
1709         property "vec".
1710         (tramp-process-sentinel): Use it for flushing the cache.  We
1711         cannot do it via the process buffer, the buffer could be deleted
1712         already when running the sentinel.
1714 2010-08-06  Jürgen Hötzel  <juergen@archlinux.org>  (tiny change)
1716         * comint.el (comint-mode): Make directory tracking functions
1717         functional on remote files.  (Bug#6764)
1719 2010-08-06  Dan Nicolaescu  <dann@ics.uci.edu>
1721         * vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.
1723 2010-08-05  Eli Zaretskii  <eliz@gnu.org>
1725         * emacs-lisp/find-gc.el (find-gc-source-files): Rename
1726         unexec.c => unexcoff.c.
1728         * emacs-lisp/authors.el (authors-fixed-entries): Rename
1729         unexec.c => unexcoff.c.
1731 2010-08-05  Michael Albinus  <michael.albinus@gmx.de>
1733         * net/tramp.el (tramp-handle-dired-uncache): Flush directory
1734         cache, not only file cache.
1735         (tramp-process-sentinel): New defun.
1736         (tramp-handle-start-file-process): Use it, in order to invalidate
1737         file caches.
1739 2010-08-03  Leo  <sdl.web@gmail.com>
1741         * server.el (server-start): Simplify loop.
1743 2010-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1745         * frame.el (screen-height, screen-width, set-screen-width)
1746         (set-screen-height): Remove ancient compatibility aliases.
1748         * textmodes/fill.el (justify-current-line): Don't add 1 to nspaces
1749         when justifying.  It seems useless and harmful for ncols=1 (bug#6738).
1751         * emacs-lisp/timer.el (timer-event-handler): Protect against timers
1752         that change current buffer.
1754 2010-08-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1756         * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
1757         beginning of the string.  Use `string-match-p'.  (Bug#6765)
1759 2010-08-01  Jan Djärv  <jan.h.d@swipnet.se>
1761         * cus-start.el (x-gtk-use-system-tooltips): New variable.
1763 2010-08-01  Chong Yidong  <cyd@stupidchicken.com>
1765         * emacs-lisp/package.el (package--list-packages): Fix column alignment.
1766         (package--builtins): Tweak descriptions.
1767         (package-print-package): Upcase descriptions if necessary.
1768         Show all built-in packages in font-lock-builtin-face.
1769         (package-list-packages-internal): Omit "emacs" package.
1770         Show status of built-in packages as "built-in".
1772 2010-07-31  Chong Yidong  <cyd@stupidchicken.com>
1774         * mouse.el (mouse-save-then-kill): Doc fix.  Deactivate mark
1775         before killing to preserve the primary selection (Bug#6701).
1777         * term/x-win.el (x-select-text): Doc fix.
1779 2010-07-31  Nathaniel Flath  <flat0103@gmail.com>
1781         Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).
1782         The following functions were modified or created:
1784         * progmodes/cc-vars.el (c-offsets-alist, c-inside-block-syms)
1785         (objc-font-lock-extra-types):
1786         * progmodes/cc-mode.el (c-basic-common-init):
1787         * progmodes/cc-langs.el (c-make-mode-syntax-table)
1788         (c++-make-template-syntax-table)
1789         (c-identifier-syntax-modifications, c-symbol-start, c-operators)
1790         (c-<-op-cont-regexp, c->-op-cont-regexp, c-class-decl-kwds)
1791         (c-brace-list-decl-kwds, c-modifier-kwds, c-prefix-spec-kwds-re)
1792         (c-type-list-kwds, c-decl-prefix-re, c-opt-type-suffix-key):
1793         * progmodes/cc-fonts.el (c-make-inverse-face)
1794         (c-basic-matchers-after):
1795         * progmodes/cc-engine.el (c-forward-keyword-clause)
1796         (c-forward-<>-arglist, c-forward-<>-arglist-recur)
1797         (c-forward-name, c-forward-type, c-forward-decl-or-cast-1)
1798         (c-guess-continued-construct, c-guess-basic-syntax):
1800 2010-07-31  Jan Djärv  <jan.h.d@swipnet.se>
1802         * faces.el (face-all-attributes): Improve documentation (Bug#6767).
1804 2010-07-31  Eli Zaretskii  <eliz@gnu.org>
1806         * files.el (bidi-paragraph-direction): Define safe local values.
1808         * language/hebrew.el ("Hebrew"): Add TUTORIAL.he to
1809         language-info-alist.  Remove outdated FIXME in a comment.
1811 2010-07-31  Alan Mackenzie  <acm@muc.de>
1813         * progmodes/cc-cmds.el (c-mask-paragraph): Fix bug #6688:
1814         Auto-fill broken in C/C++ modes.
1816 2010-07-29  Jan Djärv  <jan.h.d@swipnet.se>
1818         * menu-bar.el (menu-bar-showhide-tool-bar-menu-customize-enable-left)
1819         (menu-bar-showhide-tool-bar-menu-customize-disable)
1820         (menu-bar-showhide-tool-bar-menu-customize-enable-right)
1821         (menu-bar-showhide-tool-bar-menu-customize-enable-bottom)
1822         (menu-bar-showhide-tool-bar-menu-customize-enable-top): New functions
1823         (menu-bar-showhide-tool-bar-menu): If tool bar is moveable,
1824         make a menu for Options => toolbar that can move it.
1826 2010-07-29  Chong Yidong  <cyd@stupidchicken.com>
1828         * emacs-lisp/package-x.el (package--make-rss-entry):
1829         (package-maint-add-news-item, package--update-news)
1830         (package-upload-buffer-internal): New arg ARCHIVE-URL.
1832         * emacs-lisp/package.el (package-archive-url): Rename from
1833         package-archive-id.
1834         (package-install): Doc fix.
1835         (package-download-single, package-download-tar, package-install)
1836         (package-menu-view-commentary): Callers changed.
1838 2010-07-29  Michael Albinus  <michael.albinus@gmx.de>
1840         * net/tramp.el (tramp-handle-start-file-process): Check only for
1841         `remote-tty' process property.
1842         (tramp-open-shell): Don't check for tty.
1843         (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
1844         process property.
1846         * progmodes/gdb-mi.el (gdb-init-1): Check also for tty on a remote
1847         host.
1849 2010-07-28  Chong Yidong  <cyd@stupidchicken.com>
1851         * emacs-lisp/package.el (package-load-list, package-archives)
1852         (package-archive-contents, package-user-dir)
1853         (package-directory-list, package--builtins, package-alist)
1854         (package-activated-list, package-obsolete-alist): Mark as risky.
1856 2010-07-28  Phil Hagelberg  <phil@evri.com>
1858         Add support for non-default package repositories.
1859         * emacs-lisp/package.el (package-archive-base): Var deleted.
1860         (package-archives): New variable.
1861         (package-archive-contents): Doc fix.
1862         (package-load-descriptor): Do nothing if descriptor file is missing.
1863         (package--write-file-no-coding): New function.
1864         (package-unpack-single): Use it.
1865         (package-archive-id): New function.
1866         (package-download-single, package-download-tar)
1867         (package-menu-view-commentary): Use it.
1868         (package-installed-p): Make second argument optional.
1869         (package-read-all-archive-contents): New function.
1870         (package-initialize): Use it.
1871         (package-read-archive-contents): Add ARCHIVE argument.
1872         (package--add-to-archive-contents): New function.
1873         (package-install): Don't call package-read-archive-contents.
1874         (package--download-one-archive): Store archive file in a
1875         subdirectory of package-user-dir.
1876         (package-menu-execute): Remove spurious line movement.
1878 2010-07-28  Jan Djärv  <jan.h.d@swipnet.se>
1880         * cus-start.el (tool-bar-style): Add text-image-horiz.
1882 2010-07-28  Michael Albinus  <michael.albinus@gmx.de>
1884         * progmodes/gud.el (gud-common-init): Check for remoteness of
1885         `file', and not of `default-directory'.
1887 2010-07-28  Michael Albinus  <michael.albinus@gmx.de>
1889         * net/tramp.el (tramp-methods): Move hostname to the end in all
1890         ssh `tramp-login-args'.
1891         (tramp-verbose): Describe verbose level 9.
1892         (tramp-open-shell): Check for tty if `tramp-verbose' >= 9.
1893         (tramp-open-connection-setup-interactive-shell): Trace stty
1894         settings if `tramp-verbose' >= 9.
1895         (tramp-handle-start-file-process): Implement tty setting.
1896         (Bug#4604, Bug#6360)
1898         * net/tramp-cmds.el (tramp-bug): Recommend setting of
1899         `tramp-verbose' to 9.
1901 2010-07-27  Aaron S. Hawley  <ashawley@burlingtontelecom.net>
1903         * emacs-lisp/re-builder.el (reb-re-syntax, reb-lisp-mode)
1904         (reb-lisp-syntax-p, reb-change-syntax, reb-cook-regexp):
1905         Remove references to package `lisp-re' (bug#4369).
1907 2010-07-27  Tom Tromey  <tromey@redhat.com>
1909         * progmodes/js.el (js-mode):
1910         * progmodes/make-mode.el (makefile-mode):
1911         * progmodes/simula.el (simula-mode):
1912         * progmodes/tcl.el (tcl-mode): Derive from prog-mode.
1914 2010-07-27  Juanma Barranquero  <lekktu@gmail.com>
1916         * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
1918         * cedet/semantic/db-file.el (object-write): Fix typo in docstring.
1920         * time.el (display-time-day-and-date): Remove spurious * in docstring.
1921         (display-time-world-buffer-name, display-time-world-mode-map):
1922         Fix typos in docstrings.
1924 2010-07-27  Shyam Karanatt  <shyam@swathanthran.in>  (tiny change)
1926         * image-mode.el (image-display-size): New function.
1927         (image-forward-hscroll, image-next-line, image-eol, image-eob)
1928         (image-mode-fit-frame): Use it (Bug#6639).
1930 2010-07-27  Chong Yidong  <cyd@stupidchicken.com>
1932         * dired.el (dired-buffers-for-dir): Handle list values of
1933         dired-directory (Bug#6636).
1935 2010-07-26  Sam Steingold  <sds@gnu.org>
1937         * mouse.el (mouse-yank-primary, mouse-yank-secondary):
1938         Do not call `x-get-selection' the second time, reuse the value.
1940 2010-07-26  Daiki Ueno  <ueno@unixuser.org>
1942         * epa-mail.el (epa-mail-mode-map): Add alternative key bindings
1943         which consist of control chars only.  Suggested by Richard Stallman.
1945 2010-07-25  Daiki Ueno  <ueno@unixuser.org>
1947         * epa-file.el (epa-file-insert-file-contents): Check if LOCAL-FILE
1948         exists before passing an error to find-file-not-found-functions
1949         (bug#6723).
1951 2010-07-23  Lukas Huonker  <l.huonker@gmail.com>
1953         * play/tetris.el (tetris-tty-colors, tetris-x-colors, tetris-blank):
1954         Remove leading nil element, adjust values.
1955         (tetris-shapes, tetris-shape-scores):
1956         Change representation of shapes and remove some redundancy.
1957         (tetris-get-shape-cell, tetris-shape-width, tetris-draw-next-shape)
1958         (tetris-draw-shape, tetris-erase-shape, tetris-test-shape):
1959         Adjust for working with new representation of shapes.
1960         (tetris-shape-rotations): New function.
1961         (tetris-move-bottom, tetris-move-left, tetris-move-right)
1962         (tetris-rotate-prev, tetris-rotate-next):
1963         Adjust for working with the new version of tetris-test-shape.
1965 2010-07-23  Markus Triska  <markus.triska@gmx.at>
1967         * progmodes/ps-mode.el: Use comint (bug#5954).
1968         (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
1969         (ps-mode-other-newline): Simplify.
1970         (ps-run-mode): Derive from comint-mode instead of
1971         fundamental-mode, yielding input history etc.
1972         (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
1973         (ps-run-send-string): Adapt for comint-mode.
1974         (ps-run-newline): Remove now unneeded function.
1976 2010-07-23  Michael Albinus  <michael.albinus@gmx.de>
1978         * net/tramp.el (tramp-methods): Move hostname to the end in all
1979         plink `tramp-login-args'.
1981 2010-07-23  Michael Albinus  <michael.albinus@gmx.de>
1983         * net/tramp.el (tramp-open-shell): New defun.
1984         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
1985         Use it.
1987 2010-07-23  Michael Albinus  <michael.albinus@gmx.de>
1989         * net/tramp.el (tramp-file-name-regexp-unified)
1990         (tramp-completion-file-name-regexp-unified): On W32 systems, do
1991         not regard the volume letter as remote filename.  (Bug#5447)
1993 2010-07-23  Juanma Barranquero  <lekktu@gmail.com>
1995         * custom.el (custom-declare-variable): Give a clearer error message
1996         when the docstring is missing (bug#6476).
1998 2010-07-22  Michael R. Mauger  <mmaug@yahoo.com>
2000         * progmodes/sql.el: Version 2.4.  Improved Login prompting.
2001         (sql-login-params): New widget definition.
2002         (sql-oracle-login-params, sql-mysql-login-params)
2003         (sql-solid-login-params, sql-sybase-login-params)
2004         (sql-informix-login-params, sql-ingres-login-params)
2005         (sql-ms-login-params, sql-postgres-login-params)
2006         (sql-interbase-login-params, sql-db2-login-params)
2007         (sql-linter-login-params): Use it.
2008         (sql-sqlite-login-params): Use it; Define "database" parameter as
2009         a file name.
2010         (sql-sqlite-program): Change to "sqlite3".
2011         (sql-comint-sqlite): Make sure database name is complete.
2012         (sql-for-each-login): New function.
2013         (sql-connect, sql-save-connection): Use it.
2014         (sql-get-login-ext): New function.
2015         (sql-get-login): Use it.
2016         (sql-make-alternate-buffer-name): Handle :file parameters.
2018 2010-07-22  Juanma Barranquero  <lekktu@gmail.com>
2020         * dired.el (dired-no-confirm): Document value t and fix defcustom to
2021         accept it (bug#6597).  Suggested by Drew Adams <drew.adams@oracle.com>.
2023 2010-07-22  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2025         * dired.el (dired-mode-map): Use command remapping (bug#6632).
2027 2010-07-22  Lawrence Mitchell  <wence@gmx.li>
2029         * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
2031 2010-07-21  Michael Albinus  <michael.albinus@gmx.de>
2033         * net/tramp.el (tramp-get-ls-command)
2034         (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
2035         instead of "/".
2037 2010-07-20  Michael R. Mauger  <mmaug@yahoo.com>
2039         * progmodes/sql.el: Version 2.3.
2040         (sql-connection-alist): Changed keys from symbols to strings;
2041         enhanced the widget definition.
2042         (sql-mode-menu): Added submenu to select connections.
2043         (sql-interactive-mode-menu): Added "Save Connection" item.
2044         (sql-add-product): Fixed menu item.
2045         (sql-get-product-feature): Improved error handling.
2046         (sql--alt-buffer-part, sql--alt-if-not-empty): Removed.
2047         (sql-make-alternate-buffer-name): Simplified.
2048         (sql-product-interactive): Handle missing product.
2049         (sql-connect): Support string keys, minor improvements.
2050         (sql-save-connection): New function.
2051         (sql-connection-menu-filter): New function.
2053 2010-07-20  Michael Albinus  <michael.albinus@gmx.de>
2055         * net/tramp.el (tramp-file-name-handler): Trace 'quit.
2056         (tramp-open-connection-setup-interactive-shell): Apply
2057         workaround for IRIX64 bug.  Move argument of last
2058         `tramp-send-command' where it belongs to.
2060 2010-07-20  Michael Albinus  <michael.albinus@gmx.de>
2062         * net/tramp.el (tramp-perl-file-attributes)
2063         (tramp-perl-directory-files-and-attributes): Don't pass "$3".
2064         (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
2065         front of `login-args'.
2067 2010-07-19  Juanma Barranquero  <lekktu@gmail.com>
2069         * time.el (display-time-world-mode): Define with `define-derived-mode'.
2070         Set `show-trailing-whitespace' to nil.
2071         (display-time-world-display): Simplify.
2073 2010-07-18  Alan Mackenzie  <acm@muc.de>
2075         Enhance `c-file-style' in file/directory local variables.
2076         * progmodes/cc-mode.el (c-count-cfss): New function.
2077         (c-before-hack-hook): Call `c-set-style' differently according to
2078         whether c-file-style was set in file or directory local
2079         variables.
2081 2010-07-18  Michael R. Mauger  <mmaug@yahoo.com>
2083         * progmodes/sql.el: Version 2.2.
2084         (sql-product, sql-user, sql-database, sql-server, sql-port): Use
2085         defcustom :safe keyword rather than putting safe-local-variable
2086         property.
2087         (sql-password): Use defcustom :risky keyword rather than putting
2088         risky-local-variable property.
2089         (sql-oracle-login-params, sql-sqlite-login-params)
2090         (sql-solid-login-params, sql-sybase-login-params)
2091         (sql-informix-login-params, sql-ingres-login-params)
2092         (sql-ms-login-params, sql-postgres-login-params)
2093         (sql-interbase-login-params, sql-db2-login-params)
2094         (sql-linter-login-params): Add `port' option.
2095         (sql-get-product-feature): Added NO-INDIRECT parameter.
2096         (sql-comint-oracle, sql-comint-sybase)
2097         (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
2098         (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
2099         (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
2100         (sql-comint-linter): Renamed sql-connect-* functions to
2101         sql-comint-*.
2102         (sql-product-alist, sql-mode-menu): Renamed as above and
2103         :sqli-connect-func to :sqli-comint-func.
2104         (sql-connection): New variable.
2105         (sql-interactive-mode): Set it.
2106         (sql-connection-alist): New variable.
2107         (sql-connect): New function.
2108         (sql--alt-buffer-part, sql--alt-if-not-empty)
2109         (sql-make-alternate-buffer-name): Improved alternative buffer name.
2111 2010-07-17  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2113         * image-mode.el (image-bookmark-make-record): Do not set context
2114         in an image (Bug#6650).
2116 2010-07-17  Chong Yidong  <cyd@stupidchicken.com>
2118         * simple.el (select-active-region): New function.
2119         (push-mark-command, set-mark, activate-mark)
2120         (handle-shift-selection): Use it.
2121         (deactivate-mark): Don't check for size of region.
2123         * mouse.el (mouse-drag-track): Use select-active-region.
2125 2010-07-17  Michael Albinus  <michael.albinus@gmx.de>
2127         * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
2128         "--dired" stronger.
2130 2010-07-17  Chong Yidong  <cyd@stupidchicken.com>
2132         * term/x-win.el (x-select-enable-primary): Change default to nil.
2133         (x-select-enable-clipboard): Add :version keyword.
2135         * mouse.el (mouse-drag-copy-region):
2136         * simple.el (select-active-regions): Likewise.
2138 2010-07-16  Reiner Steib  <Reiner.Steib@gmx.de>
2140         * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
2141         (vc-coding-system-for-diff): Use it to decide whether to inherit
2142         from the file the EOL format for reading the diffs of that file.
2143         (Bug#4451)
2145 2010-07-16  Eli Zaretskii  <eliz@gnu.org>
2147         * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
2148         unibyte, so compressed attachments are not compressed again.
2150 2010-07-16  Michael Albinus  <michael.albinus@gmx.de>
2152         * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
2153         "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
2154         (tramp-find-shell): Simplify setting connection property.
2155         (tramp-get-ls-command): Make test for "--color=never" stronger.
2157 2010-07-15  Simon South  <ssouth@member.fsf.org>
2159         * progmodes/delphi.el (delphi-previous-indent-of): Indent case
2160         blocks within record declarations (i.e. variant parts) correctly.
2162 2010-07-15  Simon South  <ssouth@member.fsf.org>
2164         * progmodes/delphi.el (delphi-token-at): Give newlines precedence
2165         over literal tokens when parsing so newlines aren't "absorbed" by
2166         single-line comments.  Corrects the indentation of case blocks
2167         that have a comment on the first line.
2169 2010-07-14  Karl Fogel  <kfogel@red-bean.com>
2171         * bookmark.el (bookmark-load-hook): Fix doc string as suggested
2172         by Drew Adams (Bug#5504).
2174 2010-07-14  Jan Djärv  <jan.h.d@swipnet.se>
2176         * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
2177         now that Unicode is used (Bug#6594).
2179 2010-07-14  Chong Yidong  <cyd@stupidchicken.com>
2181         * term/x-win.el (x-select-enable-clipboard): Default to t.
2182         (x-initialize-window-system): Don't overwrite Paste menu item.
2184         * simple.el (select-active-regions): Default to t.
2185         (push-mark-command): Don't overwrite primary with empty string.
2187         * mouse.el: Bind mouse-2 to mouse-yank-primary.
2188         (mouse-drag-copy-region): Default to nil.
2190         * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
2191         Cut/Copy/Paste menu bar items.
2193 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2195         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
2196         Patch applied by Karl Fogel.
2198         * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
2199         and `bookmark-current-buffer' if they have been already set in
2200         another buffer (e.g gnus-art).
2202 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
2203             Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2205         Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
2207         * bookmark.el (bookmark-make-record-default): Allow unneeded
2208         information to be omitted from the record.
2210         Adjust declarations and calls:
2212         * info.el (bookmark-make-record-default): Adjust declaration.
2213         (Info-bookmark-make-record): Adjust call.
2215         * woman.el (bookmark-make-record-default): Adjust declaration.
2216         (woman-bookmark-make-record): Adjust call.
2218         * man.el (bookmark-make-record-default): Adjust declaration.
2219         (Man-bookmark-make-record): Adjust call.
2221         * image-mode.el (bookmark-make-record-default): Adjust declaration.
2223         * doc-view.el (bookmark-make-record-default): Adjust declaration.
2225 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
2227         * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
2228         This is also from Thierry Volpiatto's patch in bug #6444.  However,
2229         because it was extraneous to the functional change in that patch,
2230         and causes a re-indendation, I am committing it separately.
2232 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2234         * bookmark.el (bookmark-show-annotation): Ensure annotations show,
2235         e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
2236         Patch applied by Karl Fogel (Bug#6444).
2238 2010-07-13  Chong Yidong  <cyd@stupidchicken.com>
2240         * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
2242 2010-07-13  Adrian Robert  <Adrian.B.Robert@gmail.com>
2244         * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
2245         Dempsky; bug#5084).  Remove incorrect binding for S-tab.
2246         (ns-alternatives-map): Change S-tab binding to backtab
2247         (bug#6616).
2249         * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
2250         under ns.
2252 2010-07-12  Andreas Schwab  <schwab@linux-m68k.org>
2254         * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
2255         (Bug#5806)
2257         * language/tv-util.el (tai-viet-re): Remove format.
2259 2010-07-12  Kenichi Handa  <handa@m17n.org>
2261         * language/hebrew.el: Remove no-byte-compile declaration.
2262         Change coding: tag to utf-8.  Register hebrew-shape-gstring in
2263         composition-function-table for 3-character looking back.
2264         (hebrew-font-get-precomposed): New function.
2265         (hebrew-shape-gstring): Utilize precomposed glyphs if available.
2267 2010-07-11  Chong Yidong  <cyd@stupidchicken.com>
2269         * mouse.el (mouse-drag-track): Handle select-active-regions
2270         (Bug#6612).
2272 2010-07-11  Magnus Henoch  <magnus.henoch@gmail.com>
2274         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
2275         empty argument to gvfs-copy.
2277 2010-07-10  Glenn Morris  <rgm@gnu.org>
2279         * calendar/calendar.el (calendar-week-end-day): New function.
2280         * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
2281         Respect calendar-week-start-day.  (Bug#6606)
2282         (cal-tex-insert-day-names, cal-tex-insert-blank-days)
2283         (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
2284         (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
2285         respect calendar-week-start-day.
2287 2010-07-10  Chong Yidong  <cyd@stupidchicken.com>
2289         * simple.el (use-region-p): Doc fix (Bug#6607).
2291 2010-07-10  Aleksei Gusev  <aleksei.gusev@gmail.com>  (tiny change)
2293         * progmodes/compile.el (compilation-error-regexp-alist-alist): Add
2294         regexps for cucumber and ruby.
2296 2010-07-08  Daiki Ueno  <ueno@unixuser.org>
2298         * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
2299         (epa-file-insert-file-contents): Hack to prevent
2300         find-file from opening empty buffer when decryption failed
2301         (bug#6568).
2303 2010-07-07  Agustín Martín  <agustin.martin@hispalinux.es>
2305         * textmodes/ispell.el (ispell-alternate-dictionary):
2306         Use file-readable-p.
2307         Return nil if no word-list is found at default locations.
2308         (ispell-complete-word-dict): Default to nil.
2309         (ispell-command-loop): Use 'word-list' when using lookup-words.
2310         (lookup-words): Use ispell-complete-word-dict or
2311         ispell-alternate-dictionary.  Check for word-list availability
2312         and handle errors if needed with better messages (Bug#6539).
2313         (ispell-complete-word): Use ispell-complete-word-dict or
2314         ispell-alternate-dictionary.
2316 2010-07-07  Christoph Scholtes  <cschol2112@gmail.com>
2318         * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
2319         builtins (BufferError, BytesWarning, WindowsError; callables
2320         bin, bytearray, bytes, format, memoryview, next, print; __package__).
2322 2010-07-07  Glenn Morris  <rgm@gnu.org>
2324         * play/zone.el (top-level): Do not require timer, tabify, or cl.
2325         (zone-shift-left): Ignore intangibility, and any errors from
2326         forward-char.
2327         (zone-shift-right): Remove no-op end-of-line.  Ignore intangibility.
2328         (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
2329         deleting, and copying text properties.
2330         (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
2331         (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
2332         to point-max is hard.
2333         (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
2334         (zone-fill-out-screen): Ignore intangibility.
2336 2010-07-05  Chong Yidong  <cyd@stupidchicken.com>
2338         * menu-bar.el (menu-bar-mode):
2339         * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
2340         if it has been set.
2342         * mouse.el (mouse-drag-track): Call mouse-start-end to handle
2343         word/line selection (Bug#6565).
2345 2010-07-04  Juanma Barranquero  <lekktu@gmail.com>
2347         * net/dbus.el (dbus-send-signal): Declare function.
2349 2010-07-04  Michael Albinus  <michael.albinus@gmx.de>
2351         * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
2352         (dbus-register-property): New optional argument EMITS-SIGNAL.
2353         (dbus-property-handler): Send signal "PropertiesChanged" if requested.
2355 2010-07-03  Chong Yidong  <cyd@stupidchicken.com>
2357         * mouse.el (mouse-drag-overlay): Variable deleted.
2358         (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
2359         (mouse--remap-link-click-p): New function.
2360         (mouse-drag-track): Handle dragging by using temporary Transient
2361         Mark mode, instead of a special overlay.
2362         (mouse-kill-ring-save, mouse-save-then-kill): Don't call
2363         mouse-show-mark.
2365         * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
2366         deleted.
2368 2010-07-02  Juri Linkov  <juri@jurta.org>
2370         * autoinsert.el (auto-insert-alist): Fix readability
2371         by using dotted pair notation for lambda.
2373 2010-07-02  Juri Linkov  <juri@jurta.org>
2375         * faces.el (read-face-name): Rename arg `string-describing-default'
2376         to `default'.  Doc fix.  Display the default value in quotes
2377         in the prompt.  With empty input, return the `default' arg,
2378         unless the default value is a string (in which case return nil).
2379         (describe-face): Replace the string `default' arg of `read-face-name'
2380         with the symbol `default'.
2382 2010-07-02  Chong Yidong  <cyd@stupidchicken.com>
2384         * emulation/viper-cmd.el (viper-delete-backward-char)
2385         (viper-del-backward-char-in-insert)
2386         (viper-del-backward-char-in-replace, viper-change)
2387         (viper-backward-indent): Replace delete-backward-char with
2388         delete-char (Bug#6552).
2390 2010-07-01  Chong Yidong  <cyd@stupidchicken.com>
2392         * ruler-mode.el (ruler--save-header-line-format): Fix typos.
2394 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
2396         * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
2397         argument passed to frame-creation-function (Bug#5378).
2399         * faces.el (x-handle-named-frame-geometry)
2400         (x-handle-reverse-video, x-create-frame-with-faces)
2401         (face-set-after-frame-default, tty-create-frame-with-faces): Don't
2402         separately consult default-frame-alist.  It is now passed as the
2403         PARAMETER argument.
2405 2010-06-30  Andreas Schwab  <schwab@linux-m68k.org>
2407         * startup.el (command-line): Don't call tool-bar-setup in a
2408         tty-only build.
2410 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
2412         * ruler-mode.el (ruler--save-header-line-format): New fun.
2413         (ruler-mode): Use it as a setter function, so as not to overwrite
2414         ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
2416 2010-06-29  Chong Yidong  <cyd@stupidchicken.com>
2418         * vc/vc.el (vc-deduce-backend): New fun.  Handle diff buffers.
2419         (vc-root-diff, vc-print-root-log, vc-log-incoming)
2420         (vc-log-outgoing): Use it.
2421         (vc-diff-internal): Set diff-vc-backend.
2423         * vc/diff-mode.el (diff-vc-backend): New var.
2425 2010-06-28  Jan Djärv  <jan.h.d@swipnet.se>
2427         * dynamic-setting.el (font-setting-change-default-font): Remove
2428         call to message.
2430 2010-06-28  Kenichi Handa  <handa@m17n.org>
2432         * international/quail.el (quail-insert-kbd-layout): Fix the
2433         showing of untranslated characters.
2435 2010-06-28  Chong Yidong  <cyd@stupidchicken.com>
2437         * simple.el (delete-active-region): New option.
2438         (delete-backward-char): Implement in Lisp.
2439         (delete-forward-char): New command.
2441         * mouse.el (mouse-region-delete-keys): Deleted.
2442         (mouse-show-mark): Simplify.
2444         * bindings.el (global-map): Bind delete and DEL, the former to
2445         delete-forward-char.
2447 2010-06-27  Lennart Borgman  <lennart.borgman@gmail.com>
2449         * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
2450         (ruby-mode): Bind indent-line-function (Bug#5119).
2452 2010-06-27  Chong Yidong  <cyd@stupidchicken.com>
2454         * startup.el (command-line): Recognize "0" X resource value.
2456 2010-06-27  Chong Yidong  <cyd@stupidchicken.com>
2458         * startup.el (command-line): Use X resources to set the value of
2459         menu-bar-mode and tool-bar-mode, before calling frame-initialize.
2461         * menu-bar.el (menu-bar-mode):
2462         * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
2463         Set init-value to t.
2465         * frame.el (frame-notice-user-settings): Don't change
2466         default-frame-alist based on menu-bar-mode and tool-bar-mode, or
2467         vice versa (Bug#2249).
2469 2010-06-26  Eli Zaretskii  <eliz@gnu.org>
2471         * w32-fns.el (w32-convert-standard-filename): Doc fix.
2473 2010-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
2475         * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
2476         Make sure `flyspell-word' re-checks word after function run (Bug#6504).
2478         * textmodes/ispell.el (ispell-init-process): Make sure ispell and
2479         default directories are expanded (Bug#6143).
2481 2010-06-24  Juri Linkov  <juri@jurta.org>
2483         * minibuffer.el (completions-format): Change default from nil to
2484         `horizontal'.  Remove `nil' value from :type.  Doc fix.  (Bug#6459)
2486 2010-06-24  Juri Linkov  <juri@jurta.org>
2488         * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
2489         buffer-locally to lambda that re-runs the vc diff command.
2490         (Bug#6447)
2492 2010-06-24  Chong Yidong  <cyd@stupidchicken.com>
2494         * kmacro.el (kmacro-call-macro): Don't issue hint message if the
2495         echo area is in use (Bug#3412).
2497 2010-06-22  Glenn Morris  <rgm@gnu.org>
2499         * textmodes/texinfmt.el (texinfo-format-region)
2500         (texinfo-raise-lower-sections, texinfo-format-separate-node)
2501         (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
2502         (texinfo-format-option, texinfo-noindent):
2503         Use line-beginning-position and line-end-position.
2505         * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
2506         * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
2507         * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
2508         utf-8 characters.
2510 2010-06-21  Karl Fogel  <kfogel@red-bean.com>
2512         * play/zone.el (zone-fall-through-ws): Fix next-line ->
2513         forward-line fallout.
2515 2010-07-06  Chong Yidong  <cyd@stupidchicken.com>
2517         * mouse.el (mouse-appearance-menu): Add docstring.
2519         * help.el (describe-key): Print up-event using key-description.
2521 2010-07-03  Michael Albinus  <michael.albinus@gmx.de>
2523         * net/zeroconf.el (zeroconf-resolve-service)
2524         (zeroconf-service-resolver-handler): Use
2525         `dbus-byte-array-to-string'.
2526         (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
2528 2010-07-03  Jan Moringen  <jan.moringen@uni-bielefeld.de>
2530         * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
2532 2010-06-30  Dan Nicolaescu  <dann@ics.uci.edu>
2534         Avoid displaying files with a nil state in vc-dir.
2535         * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
2536         cases that cause insertion.
2537         (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
2538         with a nil state.
2540 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
2542         * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
2544 2010-06-29  Leo  <sdl.web@gmail.com>
2546         * emacs-lisp/rx.el (rx): Doc fix.  (Bug#6537)
2548 2010-06-27  Oleksandr Gavenko  <gavenkoa@gmail.com>  (tiny change)
2550         * generic-x.el (bat-generic-mode): Fix regexp for command line
2551         switches (Bug#5719).
2553 2010-06-27  Masatake YAMATO  <yamato@redhat.com>
2555         * htmlfontify.el (hfy-face-attr-for-class): Use append instead
2556         of nconc to avoid pure storage error (Bug#6239).
2558 2010-06-27  Christoph  <cschol2112@googlemail.com>  (tiny change)
2560         * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
2561         (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
2562         bindings of bookmark-automatically-show-annotations (Bug#6515).
2564 2010-06-25  Eli Zaretskii  <eliz@gnu.org>
2566         * arc-mode.el (archive-zip-extract): Don't quote the file name on
2567         MS-Windows and MS-DOS.  (Bug#6467, Bug#6144)
2569 2010-06-24  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
2571         * comint.el (make-comint, make-comint-in-buffer): Mention return
2572         value in the docstrings.  (Bug#6498)
2574 2010-06-24  Yoni Rabkin  <yoni@rabkins.net>
2576         * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
2577         since it is not present when using some non-default switches.
2579 2010-06-23  Karl Fogel  <kfogel@red-bean.com>
2581         * simple.el (compose-mail): Fix doc string to refer to
2582         `compose-mail-user-agent-warnings', instead of to the
2583         nonexistent `compose-mail-check-user-agent'.
2585 2010-06-21  Alan Mackenzie  <bug-cc-mode@gnu.org>
2587         Fix an indentation bug:
2589         * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
2590         (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
2591         of existing values.
2593         * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
2594         (c-clear->-pair-props-if-match-before): now return t when they've
2595         cleared properties, nil otherwise.
2596         (c-before-change-check-<>-operators): Set c-new-beg/end correctly
2597         by taking account of the existing value.
2599         * progmodes/cc-defs.el
2600         (c-clear-char-property-with-value-function): Fix this to clear the
2601         property rather than overwriting it with nil.
2603 2010-06-20  Chong Yidong  <cyd@stupidchicken.com>
2605         * emacs-lisp/package.el (package-print-package): Add link to
2606         package description via describe-package.
2607         (describe-package-1): List package requirements.  Add button to
2608         perform installation.
2609         (package-menu-describe-package): New command.
2611         * help-mode.el (help-package): New button type.
2613 2010-06-19  Chong Yidong  <cyd@stupidchicken.com>
2615         * emacs-lisp/package.el: Move package-list-packages binding to
2616         menu-bar.el.
2617         (describe-package, describe-package-1, package--dir): New funs.
2618         (package-activate-1): Use package--dir.
2620         * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
2622         * help-mode.el (help-package-def): New button type.
2624         * menu-bar.el: Move package-list-packages binding here from
2625         package.el.
2627 2010-06-19  Gustav Hållberg  <gustav@gmail.com>  (tiny change)
2629         * descr-text.el (describe-char): Avoid trailing whitespace.  (Bug#6423)
2631 2010-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2633         * emacs-lisp/edebug.el (edebug-read-list):
2634         Phase out old-style backquotes.
2636 2010-06-17  Juri Linkov  <juri@jurta.org>
2638         * help-mode.el (help-mode): Set buffer-local variable
2639         revert-buffer-function to help-mode-revert-buffer.
2640         (help-mode-revert-buffer): New function.
2642         * info.el (Info-revert-find-node): Check for major-mode Info-mode
2643         before popping to "*info*" (like in other Info functions).
2644         Keep buffer-name in old-buffer-name.  Keep Info-history-forward in
2645         old-history-forward.  Pop to old-buffer-name or "*info*" to
2646         recreate the killed buffer.  Set Info-history-forward from
2647         old-history-forward.
2648         (Info-breadcrumbs-depth): Add :group and :version.
2650 2010-06-17  Dan Nicolaescu  <dann@ics.uci.edu>
2652         * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
2654 2010-06-17  Agustín Martín  <agustin.martin@hispalinux.es>
2656         * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
2657         for languages like Portuguese with pt_{BR,PT} and no plain pt.
2659 2010-06-17  Juanma Barranquero  <lekktu@gmail.com>
2661         * emacs-lisp/package.el (package-menu-mode-map):
2662         Move initialization into declaration.
2664         * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
2666 2010-06-17  Chong Yidong  <cyd@stupidchicken.com>
2668         * emacs-lisp/package.el (package-archive-base): Point to
2669         elpa.gnu.org.
2670         (package-enable, package-load-list): New defcustoms.
2671         (package-user-dir, package-directory-list): Turn into defcustoms.
2672         Don't include package-user-dir in package-directory-list.
2673         (package--builtins-base): Don't include Emacs as a "package".
2674         (package-subdirectory-regexp): New var.
2675         (package-load-all-descriptors, package-compute-transaction)
2676         (package-download-transaction): Obey package-load-list.
2677         (package-activate-1): Rename from package-do-activate.
2678         (package-list-packages-internal): Check package-load-list.
2679         (package-load-descriptor, package-generate-autoloads)
2680         (package-unpack, package-unpack-single)
2681         (package--read-archive-file, package-delete): Use
2682         expand-file-name.
2684         * emacs-lisp/package-x.el: New file.  Package uploading
2685         functionality split out from package.el.
2687         * startup.el (command-line): Load packages after reading init
2688         file.
2690 2010-06-17  Tom Tromey  <tromey@redhat.com>
2692         * emacs-lisp/package.el: New file.
2694 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
2696         Fix vc-annotate for renamed files when using Git.
2697         * vc-git.el (vc-git-find-revision): Deal with empty results from
2698         ls-files.  Doe not pass the object as a file name to cat-file, it
2699         is not a file name.
2700         (vc-git-annotate-command): Pass the file name using -- to avoid
2701         ambiguity with the revision.
2702         (vc-git-previous-revision): Pass a relative file name.
2704 2010-06-22  Glenn Morris  <rgm@gnu.org>
2706         * progmodes/js.el (js-mode-map): Use standard capitalization and
2707         ellipses for menu entries.
2709         * wid-edit.el (widget-complete): Doc fix.
2711 2010-06-22  Jürgen Hötzel  <juergen@hoetzel.info>  (tiny change)
2713         * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
2715 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
2717         Fix annotating other revisions for renamed files in vc-annotate.
2718         * vc-annotate.el (vc-annotate): Add an optional argument for the
2719         VC backend.  Use it when non-nil.
2720         (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
2721         (Bug#6487)
2723         Fix vc-annotate-show-changeset-diff-revision-at-line for git.
2724         * vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
2725         Do not pass the file name to the 'previous-revision call when we
2726         don't want a file diff.  (Bug#6489)
2728 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
2730         Fix finding revisions for renamed files in vc-annotate.
2731         * vc.el (vc-find-revision): Add an optional argument for
2732         the VC backend.  Use it when non-nil.
2733         * vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
2734         backend to vc-find-revision.  (Bug#6487)
2736 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
2738         Fix reading file names in Git annotate buffers.
2739         * vc-git.el (vc-git-annotate-extract-revision-at-line): Remove
2740         trailing whitespace.  Suggested by Eric Hanchrow.  (Bug#6481)
2742 2010-06-20  Alan Mackenzie  <acm@muc.de>
2744         * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
2745         in file local variables, set it first.
2747 2010-06-19  Glenn Morris  <rgm@gnu.org>
2749         * descr-text.el (describe-char-unicode-data): Insert separating
2750         space when needed.  (Bug#6422)
2752         * progmodes/idlwave.el (idlwave-action-and-binding):
2753         Fix typo in 2009-12-03 change.  (Bug#6450)
2755 2010-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2757         * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
2758         handling for `lambda' (misunderstanding).
2760 2010-06-16  Jay Belanger  <jay.p.belanger@gmail.com>
2762         * calc/calc-poly.el (math-accum-factors): Make sure that
2763         constants aren't distributed after they are factored out.
2765 2010-06-16  Juri Linkov  <juri@jurta.org>
2767         * facemenu.el (list-colors-display): Call `pop-to-buffer' before
2768         `list-colors-print'.  (Bug#6332)
2770         * subr.el (read-quoted-char): Fix up last change (bug#6290).
2772 2010-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2774         * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
2775         specially, since it's a macro.  Fix up wrong hint passed to maybe-cons.
2777         * font-lock.el (font-lock-major-mode): Rename from
2778         font-lock-mode-major-mode to distinguish it from
2779         global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
2780         (font-lock-set-defaults):
2781         * font-core.el (font-lock-default-function): Adjust users.
2782         (font-lock-mode): Don't set it at all.
2784 2010-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2786         * vc-annotate.el (vc-annotate): Use vc-read-revision.
2788 2010-06-16  Glenn Morris  <rgm@gnu.org>
2790         * calendar/appt.el (appt-time-msg-list): Doc fix.
2791         (appt-check): Let-bind appt-warn-time.
2792         (appt-add): Make the 3rd argument optional.
2793         Simplify argument names.  Doc fix.  Check for integer WARNTIME.
2794         Only add WARNTIME to the output list if non-nil.
2796 2010-06-16  Ivan Kanis  <apple@kanis.eu>
2798         * calendar/appt.el (appt-check): Let the 3rd element of
2799         appt-time-msg-list specify the warning time.
2800         (appt-add): Add new argument with the warning time.  (Bug#5176)
2802 2010-06-16  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
2804         * vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
2805         older than version 1.6.  (Bug#6361)
2807 2010-06-16  Helmut Eller  <eller.helmut@gmail.com>
2809         * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
2810         used by cl-do-arglist.  (Bug#6408)
2812 2010-06-16  Agustín Martín  <agustin.martin@hispalinux.es>
2814         * textmodes/ispell.el (ispell-dictionary-base-alist): Fix
2815         portuguese casechars/not-casechars for missing 'çÇ'.
2816         Suggested by Rolando Pereira (bug#6434).
2818 2010-06-15  Juanma Barranquero  <lekktu@gmail.com>
2820         * facemenu.el (list-colors-sort): Doc fix.
2822 2010-06-15  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
2824         * progmodes/sql.el (sql-connect-mysql): Fix typo.
2826 2010-06-14  Juri Linkov  <juri@jurta.org>
2828         Add sort option `list-colors-sort'.  (Bug#6332)
2829         * facemenu.el (color-rgb-to-hsv): New function.
2830         (list-colors-sort): New defcustom.
2831         (list-colors-sort-key): New function.
2832         (list-colors-display): Doc fix.  Sort list according to the option
2833         `list-colors-sort'.
2834         (list-colors-print): Add HSV values to `help-echo' property of
2835         RGB strings.
2837 2010-06-14  Juri Linkov  <juri@jurta.org>
2839         * compare-w.el: Move to the "vc" subdirectory.
2841 2010-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2843         * image-mode.el (image-mode-map): Remap left-char and right-char.
2845         * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
2847 2010-06-12  Chong Yidong  <cyd@stupidchicken.com>
2849         * term/common-win.el (x-colors): Add all the color names defined
2850         in rgb.txt (Bug#6332).
2852         * facemenu.el (list-colors-print): Don't print extra names if it
2853         will overflow the window width.
2855         * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
2856         change (Bug#6343).
2858 2010-06-12  Eli Zaretskii  <eliz@gnu.org>
2860         * files.el (make-directory): Doc fix (bug#6396).
2862 2010-06-12  Michael Albinus  <michael.albinus@gmx.de>
2864         * net/tramp.el (tramp-remote-process-environment): Protect version
2865         string by apostroph.
2866         (tramp-shell-prompt-pattern): Do not use a shy group in case of
2867         XEmacs.
2868         (tramp-file-name-for-operation): Add `call-process-region'.
2869         (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
2871         * net/tramp-compat.el (top): Do not autoload
2872         `tramp-handle-file-remote-p'.  Load tramp-util.el and tramp-vc.el
2873         only when `start-file-process' is not bound.
2874         (tramp-advice-file-expand-wildcards): Do not use
2875         `tramp-handle-file-remote-p'.
2876         (tramp-compat-make-temp-file): Handle the case, that
2877         `make-temp-file' has no third argument EXTENSION.
2879 2010-06-11  Juanma Barranquero  <lekktu@gmail.com>
2881         * makefile.w32-in (WINS_BASIC): Include new directory vc.
2883         * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
2885 2010-06-11  Juri Linkov  <juri@jurta.org>
2887         * finder.el (finder-known-keywords): Add keyword "vc"
2888         for version control.
2890         * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
2891         * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
2892         * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
2893         * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
2895 2010-06-11  Juri Linkov  <juri@jurta.org>
2897         Move version control related files to the "vc" subdirectory.
2898         * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
2899         * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
2900         * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
2901         * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
2902         * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
2903         * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
2904         * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
2905         * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
2906         Move files to the "vc" subdirectory.
2908 2010-06-11  Chong Yidong  <cyd@stupidchicken.com>
2910         * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
2911         (Bug#6367).
2913 2010-06-11  Stephen Eglen  <stephen@gnu.org>
2915         * shell.el: Bind `shell-resync-dirs' to M-RET.
2917 2010-06-10  Michael Albinus  <michael.albinus@gmx.de>
2919         * notifications.el: Move file from lisp/net, because it is
2920         supposed to talk locally to the user.
2922 2010-06-10  Julien Danjou  <julien@danjou.info>
2924         * net/notifications.el (notifications-on-action-signal)
2925         (notifications-on-closed-signal): Pass notification id as first
2926         argument to the callback functions.  Add docstrings.
2927         (notifications-notify): Fix docstring.
2929 2010-06-10  Glenn Morris  <rgm@gnu.org>
2931         * emacs-lisp/authors.el (authors-ignored-files)
2932         (authors-valid-file-names): Add some files.
2934 2010-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2936         * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
2937         merge conflict, giving preference to the emacs-23 version of the code.
2939 2010-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2941         * emacs-lisp/advice.el (ad-compile-function):
2942         Define warning-suppress-types before we let-bind it (bug#6275).
2944         * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
2945         declare it, make it buffer-local and permanent-local (bug#6324).
2946         (vc-resynch-window): Adjust name.
2947         * vc-hooks.el (vc-find-file-hook): Adjust name.
2949 2010-06-09  Michael Albinus  <michael.albinus@gmx.de>
2951         * net/notifications.el (notifications-notify): Fix docstring.
2953 2010-06-09  Juanma Barranquero  <lekktu@gmail.com>
2955         Update to Unicode 6.0.0 beta.
2956         * international/charprop.el: Update copyright.
2957         * international/mule-cmds.el (ucs-names): Update character ranges.
2958         * international/uni-bidi.el:
2959         * international/uni-category.el:
2960         * international/uni-combining.el:
2961         * international/uni-comment.el:
2962         * international/uni-decimal.el:
2963         * international/uni-decomposition.el:
2964         * international/uni-digit.el:
2965         * international/uni-lowercase.el:
2966         * international/uni-mirrored.el:
2967         * international/uni-name.el:
2968         * international/uni-numeric.el:
2969         * international/uni-old-name.el:
2970         * international/uni-titlecase.el:
2971         * international/uni-uppercase.el: Regenerate.
2973 2010-06-09  Juanma Barranquero  <lekktu@gmail.com>
2975         * emacs-lisp/smie.el (comment-string-strip): Declare function.
2976         (smie-precs-precedence-table): Fix typo in docstring.
2978         * vc-mtn.el (log-edit-extract-headers): Declare function.
2980         * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
2982         * net/notifications.el (dbus-register-signal): Declare function.
2983         (notifications-notify): Fix typos and reflow docstring.
2985 2010-06-09  Dan Nicolaescu  <dann@ics.uci.edu>
2987         Improve VC create/retrieve tag/branch.
2988         * vc.el (vc-create-tag): Do not read the directory name for VCs
2989         with repository revision granularity.  Adjust the tag/branch
2990         prompt.  Reset VC properties.
2991         (vc-retrieve-tag): Do not read the directory name for VCs
2992         with repository revision granularity.  Reset VC properties.
2994 2010-06-09  Julien Danjou  <julien@danjou.info>
2996         * net/notifications.el: New file.
2998 2010-06-09  Dan Nicolaescu  <dann@ics.uci.edu>
3000         Add optional support for resetting VC properties.
3001         * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
3002         call vc-file-clearprops when true.
3003         (vc-resynch-buffer): Add new optional argument, pass it down.
3004         (vc-resynch-buffers-in-directory): Likewise.
3006         Improve support for special markup in the VC commit message.
3007         * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
3008         * vc-hg.el (vc-hg-checkin): Add support for Date:.
3009         * vc-git.el (vc-git-checkin):
3010         * vc-bzr.el (vc-bzr-checkin): Likewise.
3012 2010-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3014         * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
3015         can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
3017 2010-06-07  Martin Pohlack  <mp26@os.inf.tu-dresden.de>
3019         * iimage.el: Remove images as soon as the underlying text is modified.
3020         (iimage-modification-hook): New function.
3021         (iimage-mode-buffer): Use it.
3023 2010-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3025         * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
3026         smie-indent-offset-after.  Add :prev case.  Make a bit more generic.
3027         (smie-indent-virtual): Remove `virtual' arg.  Update callers.
3028         (smie-indent-keyword): Add handling of open-paren keywords.
3029         (smie-indent-comment-continue): Don't assume comment-continue.
3031 2010-06-07  Martin Rudalics  <rudalics@gmx.at>
3033         * window.el (pop-to-buffer): Remove the conditional that
3034         compares new-window and old-window, so it will reselect
3035         the selected window unconditionally.
3036         http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
3038 2010-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3040         * emacs-lisp/smie.el (smie-indent-offset-after)
3041         (smie-indent-forward-token, smie-indent-backward-token): New functions.
3042         (smie-indent-after-keyword): Use them.
3043         (smie-indent-fixindent): Only applies to the indentation of the BOL.
3044         (smie-indent-keyword): Tweak the black magic.
3045         (smie-indent-comment-continue): Strip comment-continue before use.
3046         (smie-indent-functions): Indent comments before keywords.
3048 2010-06-06  Juri Linkov  <juri@jurta.org>
3050         * isearch.el (isearch-lazy-highlight-search): Fix looping
3051         by checking for empty match.  This syncs this loop with the
3052         similar loop in `isearch-search'.  (Bug#6362)
3054 2010-06-05  Juanma Barranquero  <lekktu@gmail.com>
3056         * net/dbus.el (dbus-register-method): Declare function.
3057         (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
3058         (dbus-introspect): Doc fix.
3059         (dbus-event-bus-name, dbus-introspect-get-interface)
3060         (dbus-introspect-get-argument): Reflow docstrings.
3062 2010-06-05  Dan Nicolaescu  <dann@ics.uci.edu>
3064         vc-log-incoming/vc-log-outgoing fixes for Git.
3065         * vc-git.el (vc-git-log-view-mode): Fix font lock for
3066         incoming/outgoing logs.
3067         (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
3068         instead of vc-git-compute-remote.
3069         (vc-git-compute-remote): Remove.
3071 2010-06-04  Chong Yidong  <cyd@stupidchicken.com>
3073         * term/common-win.el (x-colors): Add "dark green" and "dark
3074         turquoise" (Bug#6332).
3076 2010-06-04  Juri Linkov  <juri@jurta.org>
3078         * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
3079         Instead of setting `replace' to t and replacing the same string
3080         with itself, don't do certain actions when
3081         kill-do-not-save-duplicates is non-nil and string is equal to car
3082         of kill-ring: don't call menu-bar-update-yank-menu, don't push
3083         interprogram-paste strings to kill-ring, and don't push the input
3084         argument `string' to kill-ring.
3085         http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
3087 2010-06-04  Juanma Barranquero  <lekktu@gmail.com>
3089         * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
3091 2010-06-04  Michael Albinus  <michael.albinus@gmx.de>
3093         * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
3094         (tramp-gvfs-handler-mounted-unmounted)
3095         (tramp-gvfs-connection-mounted-p): Handle default-location.
3097         * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
3098         move files to trash.
3100 2010-06-04  Juanma Barranquero  <lekktu@gmail.com>
3102         * international/mule-cmds.el (nonascii-insert-offset)
3103         (nonascii-translation-table): Add obsolescence information.
3105         * international/mule.el (make-translation-table-from-vector): Doc fix.
3107 2010-06-03  Eric Ludlam  <zappo@gnu.org>
3109         * cedet/semantic/lex-spp.el
3110         (semantic-lex-spp-table-write-slot-value): Instead of erroring on
3111         invalid values during save, just save a nil (Bug#6324).
3113 2010-06-03  Glenn Morris  <rgm@gnu.org>
3115         * desktop.el (desktop-clear-preserve-buffers):
3116         Add "*Warnings*" buffer.  (Bug#6336)
3118 2010-06-03  Dan Nicolaescu  <dann@ics.uci.edu>
3120         vc-log-incoming/vc-log-outgoing improvements for Git.
3121         * vc-git.el (vc-git-log-outgoing): Use the same format as the
3122         short log.
3123         (vc-git-log-incoming): Likewise.  Run "git fetch" before the log command.
3125         Add bindings for vc-log-incoming and vc-log-outgoing.
3126         * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
3127         and vc-log-outgoing.
3128         * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
3129         and vc-log-outgoing.
3131 2010-06-03  Chong Yidong  <cyd@stupidchicken.com>
3133         * net/rcirc.el (rcirc-sort-nicknames): Remove.
3134         (rcirc-handler-366): Always sort nicknames.
3136 2010-06-03  Juanma Barranquero  <lekktu@gmail.com>
3138         * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
3140 2010-06-03  Chong Yidong  <cyd@stupidchicken.com>
3142         * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
3144 2010-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3146         * net/rcirc.el (rcirc-sort-nicknames): Change default.
3147         (rcirc-sort-nicknames-join): Avoid setq.
3149 2010-06-03  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
3151         * net/rcirc.el (rcirc-sort-nicknames): New custom.
3152         (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
3153         (rcirc-handler-366): Use them.
3155 2010-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3157         Split smie-indent-calculate into more manageable chunks.
3158         * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
3159         (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
3160         (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
3161         (smie-indent-exps): Extract from smie-indent-calculate.
3162         (smie-indent-functions): New var.
3163         (smie-indent-functions): Use them.
3165 2010-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3167         * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
3168         (smie-indent-calculate): Simplify and cleanup.
3170 2010-06-02  Michael Albinus  <michael.albinus@gmx.de>
3172         * net/tramp-gvfs.el (top): Require url-util.
3173         (tramp-gvfs-mount-point): Remove.
3174         (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
3175         New defuns.
3176         (with-tramp-dbus-call-method): Format trace message.
3177         (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
3178         Implement backup call, when operation on local files fails.
3179         Use progress reporter.  Flush properties of changed files.
3180         (tramp-gvfs-handle-make-directory): Make more traces.
3181         (tramp-gvfs-url-file-name): Hexify file name in url.
3182         (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
3183         into account for the resulting file name.
3184         (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
3185         the answer is "no".  See `tramp-gvfs-maybe-open-connection'.
3186         (tramp-gvfs-handler-mounted-unmounted)
3187         (tramp-gvfs-connection-mounted-p): Test also for new mountspec
3188         attribute "default_location".  Set "prefix" property.
3189         (tramp-gvfs-mount-spec): Return both prefix and mountspec.
3190         (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
3191         exists.  Raise an error, if not (due to a corresponding answer
3192         "no" in interactive questions, for example).
3194 2010-06-02  Dan Nicolaescu  <dann@ics.uci.edu>
3196         * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
3198 2010-06-01  Juanma Barranquero  <lekktu@gmail.com>
3200         * emacs-lisp/eldoc.el: Add completions for new commands left-* and
3201         right-*.  (Bug#6265)
3203 2010-06-01  Dan Nicolaescu  <dann@ics.uci.edu>
3205         Add support for vc-log-incoming, improve vc-log-outgoing for Git.
3206         * vc-git.el (vc-git-compute-remote): New function.
3207         (vc-git-log-outgoing): Use it instead of hard coding a value.
3208         (vc-git-log-incoming): New function.
3210         Improve state updating for VC tag commands.
3211         * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
3212         to update the state of all buffers in the directory.
3214         * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
3216 2010-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3218         * vc-bzr.el (vc-bzr-revision-completion-table): Apply
3219         `file-directory-p' to the filename part rather than to the whole text.
3221 2010-05-31  Jonathan Marchand  <jonathlela@gmail.com>  (tiny change)
3223         * cedet/ede/cpp-root.el (ede-set-project-variables): Fix feature name
3224         (bug#6231).
3226 2010-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3228         * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
3230 2010-05-31  Drew Adams  <drew.adams@oracle.com>
3232         * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
3234 2010-05-31  Juanma Barranquero  <lekktu@gmail.com>
3236         * subr.el (momentary-string-display): Just use read-event to read
3237         the exit event (Bug#6238).
3239 2010-05-30  Eli Zaretskii  <eliz@gnu.org>
3241         * international/mule.el (define-coding-system): Doc fix (bug#6313).
3243 2010-05-30  Juanma Barranquero  <lekktu@gmail.com>
3245         * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
3246         Suggested by Eli Zaretskii <eliz@gnu.org>.
3248 2010-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3250         * minibuffer.el (completion-file-name-table): Don't return a boundary
3251         past the end of `string' (bug#6299).
3252         (completion--file-name-table): Delegate to completion-file-name-table
3253         for the `boundaries' case.
3255 2010-05-30  Juanma Barranquero  <lekktu@gmail.com>
3257         * emulation/cua-base.el: Recognize `right-char' and `left-char' as
3258         movement commands.
3260         * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
3261         `path-separator', but maintain compatibility with Emacs 20.2.
3263 2010-05-29  Chong Yidong  <cyd@stupidchicken.com>
3265         * server.el (server-process-filter): Receive parent-id argument
3266         from emacsclient.
3267         (server-create-window-system-frame): New arg.  Pass parent-id as
3268         frame parameter.
3270 2010-05-29  Eli Zaretskii  <eliz@gnu.org>
3272         Bidi-sensitive word movement with arrow keys.
3273         * subr.el (right-arrow-command, left-arrow-command): Move to
3274         bindings.el.
3276         * bindings.el (right-char, left-char): Move from subr.el and
3277         rename from right-arrow-command and left-arrow-command.
3278         (right-word, left-word): New functions.
3279         (global-map) <right>: Bind to right-char.
3280         (global-map) <left>: Bind to left-char.
3281         (global-map) <C-right>: Bind to right-word.
3282         (global-map) <C-left>: Bind to left-word.
3284         * ls-lisp.el (ls-lisp-classify-file): New function.
3285         (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
3286         (ls-lisp-classify): Call ls-lisp-classify-file.
3287         (insert-directory): Remove blanks from switches.
3289 2010-05-29  Chong Yidong  <cyd@stupidchicken.com>
3291         * ansi-color.el: Delete unused escape sequences (Bug#6085).
3292         (ansi-color-drop-regexp): New constant.
3293         (ansi-color-apply, ansi-color-filter-region)
3294         (ansi-color-apply-on-region): Delete unrecognized control sequences.
3295         (ansi-color-apply): Build string list before calling concat.
3297 2010-05-28  Juri Linkov  <juri@jurta.org>
3299         * image-dired.el (image-dired-dired-toggle-marked-thumbs):
3300         Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
3301         (Bug#5270)
3303 2010-05-28  Michael Albinus  <michael.albinus@gmx.de>
3305         * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
3306         to ignored backtrace functions.
3307         (with-progress-reporter): Expand docstring.
3308         (tramp-handle-delete-file): Implement TRASH argument.
3309         (tramp-get-remote-trash): New defun.
3311 2010-05-28  Michael Albinus  <michael.albinus@gmx.de>
3313         * net/tramp-compat.el (tramp-compat-delete-file): Use
3314         `symbol-value' for backward compatibility.
3316         * net/tramp.el (tramp-handle-make-symbolic-link)
3317         (tramp-handle-load)
3318         (tramp-do-copy-or-rename-file-via-buffer)
3319         (tramp-do-copy-or-rename-file-directly)
3320         (tramp-do-copy-or-rename-file-out-of-band)
3321         (tramp-handle-process-file, tramp-handle-call-process-region)
3322         (tramp-handle-shell-command, tramp-handle-file-local-copy)
3323         (tramp-handle-insert-file-contents, tramp-handle-write-region)
3324         (tramp-delete-temp-file-function): Use `delete-file' instead
3325         of `tramp-compat-delete-file'.
3327         * net/tramp-fish.el (tramp-fish-handle-delete-directory)
3328         (tramp-fish-handle-make-symbolic-link)
3329         (tramp-fish-handle-process-file): Use `delete-file' instead
3330         of `tramp-compat-delete-file'.
3332         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use
3333         `delete-file' instead of `tramp-compat-delete-file'.
3335         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
3336         (tramp-gvfs-handle-write-region): Use `delete-file' instead of
3337         `tramp-compat-delete-file'.
3339         * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file): Use
3340         `delete-file' instead of `tramp-compat-delete-file'.
3342         * net/tramp-smb.el (tramp-smb-handle-copy-file)
3343         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
3344         (tramp-smb-handle-write-region): Use `delete-file' instead of
3345         `tramp-compat-delete-file'.
3346         (tramp-smb-handle-delete-directory): Use 'trash as arg.
3348 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
3350         * dired.el (dired-delete-file): New arg TRASH.
3351         (dired-internal-do-deletions): New arg TRASH.  Use progress reporter.
3352         (dired-do-flagged-delete, dired-do-delete): Use trash.
3354         * speedbar.el (speedbar-item-delete): Allow trashing.
3356         * files.el (delete-directory): New arg TRASH.
3358         * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
3359         (ange-ftp-rename-remote-to-remote)
3360         (ange-ftp-rename-local-to-remote)
3361         (ange-ftp-rename-remote-to-local, ange-ftp-load)
3362         (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
3363         `delete-file'.
3364         (ange-ftp-delete-directory): Add optional arg to `delete-file', to
3365         allow trashing.
3367         * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
3368         handle new TRASH arg of `delete-file'.
3370         * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
3371         (tramp-handle-make-symbolic-link, tramp-handle-load)
3372         (tramp-do-copy-or-rename-file-via-buffer)
3373         (tramp-do-copy-or-rename-file-directly)
3374         (tramp-do-copy-or-rename-file-out-of-band)
3375         (tramp-handle-process-file, tramp-handle-call-process-region)
3376         (tramp-handle-shell-command, tramp-handle-file-local-copy)
3377         (tramp-handle-insert-file-contents, tramp-handle-write-region)
3378         (tramp-delete-temp-file-function): Use null TRASH arg in
3379         tramp-compat-delete-file call.
3381         * net/tramp-fish.el (tramp-fish-handle-delete-directory)
3382         (tramp-fish-handle-delete-file)
3383         (tramp-fish-handle-make-symbolic-link)
3384         (tramp-fish-handle-process-file): Use null TRASH arg in
3385         `tramp-compat-delete-file' call.
3387         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
3388         arg in `tramp-compat-delete-file' call.
3390         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
3391         (tramp-gvfs-handle-write-region): Use null TRASH arg in
3392         `tramp-compat-delete-file' call.
3394         * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
3395         (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
3396         `tramp-compat-delete-file' call.
3398         * net/tramp-smb.el (tramp-smb-handle-copy-file)
3399         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
3400         (tramp-smb-handle-write-region): Use null TRASH arg in
3401         tramp-compat-delete-file call.
3402         (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
3403         (tramp-smb-handle-delete-file): Rename arg.
3405         * diff.el (diff-sentinel):
3406         * epg.el (epg--make-temp-file, epg-decrypt-string)
3407         (epg-verify-string, epg-sign-string, epg-encrypt-string):
3408         * jka-compr.el (jka-compr-partial-uncompress)
3409         (jka-compr-call-process, jka-compr-write-region):
3410         * server.el (server-sentinel): Remove optional arg from
3411         delete-file, reverting 2010-05-03 change.
3413 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
3415         * progmodes/verilog-mode.el (verilog-type-font-keywords): Use
3416         font-lock-constant-face, not obsolete font-lock-reference-face.
3418 2010-05-27  Kenichi Handa  <handa@m17n.org>
3420         * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
3421         element of GSTRING is nil.
3423 2010-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3425         * emacs-lisp/smie.el (smie-forward-token-function)
3426         (smie-backward-token-function): New vars.
3427         (smie-backward-sexp, smie-forward-sexp)
3428         (smie-indent-hanging-p, smie-indent-calculate): Use them.
3429         (smie-default-backward-token): Rename from smie-backward-token and
3430         skip comments.
3431         (smie-default-forward-token): Rename from smie-forward-token and
3432         skip comments.
3433         (smie-next-sexp): Handle nil results from next-token.
3434         (smie-indent-calculate): Add a new case for special `fixindent' comments.
3436 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
3438         * progmodes/verilog-mode.el (verilog-type-font-keywords):
3439         Use font-lock-constant-face, not obsolete font-lock-reference-face.
3441 2010-05-27  Masatake YAMATO  <yamato@redhat.com>
3443         * htmlfontify.el (hfy-face-resolve-face): New function.
3444         (hfy-face-to-style): Use it (Bug#6279).
3446 2010-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3448         * progmodes/ada-xref.el (ada-gnat-parse-gpr):
3449         * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
3451 2010-05-26  Glenn Morris  <rgm@gnu.org>
3453         * emulation/edt.el (edt-load-keys): Use locate-library.
3455 2010-05-25  Chong Yidong  <cyd@stupidchicken.com>
3457         * log-edit.el (log-edit-strip-single-file-name): Default to nil.
3458         (log-edit-changelog-entries): Doc fix.
3459         (log-edit-changelog-insert-entries): Args changed.
3460         Rename relative filenames in ChangeLog entries.  Delete tabs.
3461         (log-edit-insert-changelog-entries): Reorganize return value of
3462         `log-edit-changelog-entries' to pass filenames to
3463         log-edit-changelog-insert-entries.
3465 2010-05-25  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3467         * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
3468         `image-dired-dired-insert-marked-thumbs' to
3469         `image-dired-dired-toggle-marked-thumbs'.
3471         * image-dired.el: Require cl when compiling.
3472         (image-dired-dired-toggle-marked-thumbs): Rename from
3473         `image-dired-dired-insert-marked-thumbs'.  Add ARG.  Doc fix.
3474         Use interactive spec "P".  Set LOCALP arg of `dired-get-filename'
3475         to 'no-dir.  Skip files whose names don't match
3476         `image-file-name-regexp'.  When file has a thumbnail overlay,
3477         delete it.  (Bug#5270)
3479 2010-05-25  Juri Linkov  <juri@jurta.org>
3481         * image-mode.el (image-mode): Add image-after-revert-hook to
3482         after-revert-hook.
3483         (image-after-revert-hook): New function.  (Bug#5669)
3485 2010-05-25  Juri Linkov  <juri@jurta.org>
3487         * image.el (image-animated-p): When delay between animated images
3488         is 0, set it to 10 (0.1 sec).  (Bug#6258)
3490 2010-05-25  Christian Lynbech  <christian.lynbech@tieto.com>  (tiny change)
3492         * net/tramp.el (tramp-handle-insert-directory): Don't use
3493         `forward-word', its default syntax could be changed.
3495 2010-05-25  Michael Albinus  <michael.albinus@gmx.de>
3497         * net/tramp.el (tramp-progress-reporter-update): New defun.
3498         (with-progress-reporter): Use it.
3499         (tramp-process-actions):
3500         * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion): Preserve
3501         current message, in order to let progress reporter continue
3502         afterwards.  (Bug#6257)
3504 2010-05-25  Glenn Morris  <rgm@gnu.org>
3506         * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
3507         Add :version.
3509 2010-05-25  Ryan Yeske  <rcyeske@gmail.com>
3511         * net/rcirc.el (rcirc-default-user-name): Change to "user".
3512         (rcirc-default-full-name): Change to "unknown".
3513         (rcirc-user-name-history): Add variable.
3515 2010-05-25  Ryan Yeske  <rcyeske@gmail.com>
3516             Jonathan Rockway  <jon@jrock.us>
3518         * net/rcirc.el (rcirc-server-alist): Add :pass.
3519         (rcirc): When prompting for connection parameters, also prompt for
3520         username and password.
3521         (rcirc-connect): Take a PASS argument.  If PASS is non-nil, send
3522         value to server when connecting.
3524 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3526         * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
3527         (smie-merge-prec2s): Pass the tables as separate args.
3528         (smie-bnf-precedence-table): Adjust call accordingly.
3529         (smie-prec2-levels): Set levels at the end.
3531         Replace Lisp calls to delete-backward-char by delete-char.
3532         * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
3533         * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
3534         * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
3535         * calc/calc.el, emacs-cl-extra.el, emacs-cl-loaddefs.el,
3536         * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
3537         * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
3538         * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
3539         * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
3540         * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
3541         * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
3542         * progmodes/ps-mode.el, progmodes/verilog-mode.el,
3543         * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
3544         * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
3545         * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
3546         delete-backward-char by calls to delete-char.
3548 2010-05-25  Kenichi Handa  <handa@m17n.org>
3550         * language/hebrew.el (hebrew-shape-gstring): New function.
3551         Register it in composition-function-table for all Hebrew combining
3552         characters.
3554 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3556         * epa.el (epa--select-keys): Don't explicitly delete the window since
3557         that can fail (e.g. sole window in frame).  Use dedication instead.
3559 2010-05-24  Uday S Reddy  <u.s.reddy@cs.bham.ac.uk>  (tiny change)
3561         * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
3563 2010-05-22  Chong Yidong  <cyd@stupidchicken.com>
3565         * image.el (image-refresh): Define as an alias for image-flush.
3567         * image-mode.el (image-toggle-display-image): Caller changed.
3569 2010-05-21  Juri Linkov  <juri@jurta.org>
3571         * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
3572         Remove "all" from grep-files-aliases.  Split grep-files-aliases by
3573         whitespace, call wildcard-to-regexp on substrings and concat them
3574         with "\\|".  (Bug#6114)
3576 2010-05-21  Alan Mackenzie  <acm@muc.de>
3578         * progmodes/cc-engine.el (c-parse-state-get-strategy):
3579         Replace parameter `here' with `here-' and `here-plus', which sandwich
3580         any pertinent CPP construct.
3581         (c-remove-stale-state-cache-backwards): Fix a bug which happens
3582         when doing (c-parse-state) in a CPP construct: Exclude any "new"
3583         CPP construct from taking part in the scanning.
3585 2010-05-21  Michael Albinus  <michael.albinus@gmx.de>
3587         * net/tramp.el (tramp-do-copy-or-rename-file)
3588         (tramp-handle-file-local-copy, tramp-maybe-open-connection):
3589         Tune `with-progress-reporter' messages.
3590         (tramp-handle-vc-registered):
3591         * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
3592         (tramp-fish-handle-insert-file-contents)
3593         (tramp-fish-maybe-open-connection):
3594         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
3595         * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
3596         (tramp-imap-handle-insert-file-contents)
3597         (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
3599 2010-05-21  Juanma Barranquero  <lekktu@gmail.com>
3601         * add-log.el (change-log-font-lock-keywords):
3602         Highlight all authors in multi-author entries.
3604         * smerge-mode.el (smerge-refine-ignore-whitespace)
3605         (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
3606         Fix typos in docstrings.
3607         (smerge-resolve, smerge-refine-subst): Reflow docstrings.
3609 2010-05-21  Glenn Morris  <rgm@gnu.org>
3611         * progmodes/fortran.el (fortran-mode):
3612         * progmodes/f90.el (f90-mode): Derive from prog-mode.
3614         * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
3615         having a relative path in src/Makefile.in.
3617 2010-05-20  Kevin Ryde  <user42@zip.com.au>
3619         * help-mode.el (help-make-xrefs): For Info node links turn
3620         newlines into spaces.  Link node names with newlines are matched
3621         by help-xref-info-regexp and buttonized, this change ensures they
3622         can be followed successfully with RET.  (Bug#6206)
3624 2010-05-20  Juri Linkov  <juri@jurta.org>
3626         * locate.el (locate): Use pop-to-buffer instead of
3627         switch-to-buffer-other-window.  (Bug#6204)
3629 2010-05-20  Juri Linkov  <juri@jurta.org>
3631         * replace.el (replace-highlight): Fix lazy-highlighting
3632         for `M-s w str M-% str RET'.
3634 2009-12-15  Masatake YAMATO  <yamato@redhat.com>
3636         * isearch.el (isearch-yank-word-or-char): Pull next subword
3637         when `subword-mode' is activated.  (Bug#6220)
3639 2010-05-20  Mark A. Hershberger  <mah@everybody.org>
3641         * isearch.el (isearch-update-post-hook): New hook.
3642         (isearch-update): Use the new hook.  (Bug#6225)
3644 2010-05-20  Juri Linkov  <juri@jurta.org>
3646         * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
3647         [f1], [help], and (char-to-string help-char) instead of "\C-h".
3648         (Bug#6222)
3650 2010-05-20  Juri Linkov  <juri@jurta.org>
3652         * isearch.el (isearch-yank-string): Use isearch-process-search-string.
3653         (Bug#6223)
3655 2010-05-20  Juri Linkov  <juri@jurta.org>
3657         * dired-x.el (dired-jump, dired-jump-other-window): Add arg
3658         FILE-NAME to read from the minibuffer when called interactively
3659         with prefix argument instead of using buffer-file-name.
3660         http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
3662         * dired.el: Update autoloads.
3664 2010-05-20  Chong Yidong  <cyd@stupidchicken.com>
3666         * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
3667         nxml-finish-element, for consistency with SGML mode.
3669         * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
3670         octave-close-block.
3672 2010-05-20  Juanma Barranquero  <lekktu@gmail.com>
3674         * composite.el: Require cl when compiling.
3675         (reference-point-alist, compose-gstring-for-graphic)
3676         (compose-gstring-for-terminal): Fix typos in docstrings.
3678 2010-05-19  Juri Linkov  <juri@jurta.org>
3680         * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
3681         set-window-parameter.
3683 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
3685         * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
3686         where appropriate.
3687         (tramp-maybe-open-connection): Use it.
3689 2010-05-19  Eli Zaretskii  <eliz@gnu.org>
3691         * simple.el (move-end-of-line): Make sure we are at line beginning
3692         before backing up to end of previous line.
3694 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
3696         * password-cache.el (password-cache-remove): Fix docstring.
3698         * net/secrets.el: Autoload the widget functions.
3699         (secrets-search-items, secrets-create-item)
3700         (secrets-get-attributes, secrets-expand-item): Attributes will be
3701         stored on the password database without leading ":", as all other
3702         clients do as well.
3703         (secrets-mode): Fix docstring.
3704         (secrets-show-secrets): Provide it as autoloaded command only when
3705         D-Bus support is available.  Check existence of Secret Service API.
3707 2010-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3709         * indent.el (indent-region): Deactivate region (bug#6200).
3711 2010-05-19  Glenn Morris  <rgm@gnu.org>
3713         * vc-dir.el (vc-dir): Don't pop-up-windows.  (Bug#6204)
3715 2010-05-19  Kenichi Handa  <handa@m17n.org>
3717         * composite.el: Register compose-gstring-for-graphic in
3718         composition-function-table only for combining characters (Mn, Mc, Me).
3720 2010-05-18  Jay Belanger  <jay.p.belanger@gmail.com>
3722         * calc/calc-trail.el (calc-trail-isearch-forward)
3723         (calc-trail-isearch-backward): Ensure that the new window
3724         point is set correctly.
3726 2010-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3728         * subr.el (read-quoted-char): Resolve modifiers after key
3729         remapping (bug#6212).
3731 2010-05-18  Michael Albinus  <michael.albinus@gmx.de>
3733         Add visualization code for secrets.
3734         * net/secrets.el (secrets-mode): New major mode.
3735         (secrets-show-secrets, secrets-show-collections)
3736         (secrets-expand-collection, secrets-expand-item)
3737         (secrets-tree-widget-after-toggle-function)
3738         (secrets-tree-widget-show-password): New defuns.
3740 2010-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3742         * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
3743         (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
3744         handled in smie-next-sexp.
3745         (smie-indent-calculate): Provide a starting indentation (so the
3746         recursion is well-founded ;-).
3748         Fix handling of non-associative equal levels.
3749         * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
3750         when it's not needed.
3751         (smie-op-left, smie-op-right): New functions.
3752         (smie-next-sexp): New function, extracted from smie-backward-sexp.
3753         Better handle equal levels to distinguish the associative case from
3754         the "multi-keyword construct" case.
3755         (smie-backward-sexp, smie-forward-sexp): Use it.
3757 2010-05-18  Juanma Barranquero  <lekktu@gmail.com>
3759         * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
3761         * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
3762         (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
3764 2010-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3766         Provide a simple generic indentation engine and use it for Prolog.
3767         * emacs-lisp/smie.el: New file.
3768         * progmodes/prolog.el (prolog-smie-op-levels)
3769         (prolog-smie-indent-rules): New var.
3770         (prolog-mode-variables): Use them to configure SMIE.
3771         (prolog-indent-line, prolog-indent-level): Remove.
3773 2010-05-17  Jay Belanger  <jay.p.belanger@gmail.com>
3775         * calc/calc-vec.el (math-vector-avg): Put the vector elements in
3776         order before computing the averages.
3778 2010-05-16  Jay Belanger  <jay.p.belanger@gmail.com>
3780         * calc/calc-vec.el (calc-histogram):
3781         (calcFunc-histogram): Allow vectors as inputs.
3782         (math-vector-avg): New function.
3784         * calc/calc-ext.el (math-group-float): Have the number of digits
3785         being grouped depend on the radix (Bug#6189).
3787 2010-05-15  Ken Raeburn  <raeburn@raeburn.org>
3789         * version.el (emacs-copyright, emacs-version): Don't define here,
3790         now that emacs.c defines it.
3792 2010-05-15  Eli Zaretskii  <eliz@gnu.org>
3794         * international/mule-cmds.el (mule-menu-keymap): Fix definition of
3795         "Describe Language Environment" menu item.
3797         * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
3799         Bidi-sensitive movement with arrow keys.
3800         * subr.el (right-arrow-command, left-arrow-command): New functions.
3802         * bindings.el (global-map): Bind them to right and left arrow keys.
3804         Don't override standard definition of convert-standard-filename.
3805         * files.el (convert-standard-filename): Call
3806         w32-convert-standard-filename and dos-convert-standard-filename on
3807         the corresponding systems.
3809         * w32-fns.el (w32-convert-standard-filename): Rename from
3810         convert-standard-filename.  Doc fix.
3812         * dos-fns.el (dos-convert-standard-filename): Doc fix.
3813         (convert-standard-filename): Don't defalias.
3814         (register-name-alist, make-register, register-value)
3815         (set-register-value, intdos): Obsolete aliases for the
3816         corresponding dos-* functions and variables.
3817         (dos-intdos): Add a doc string.
3819 2010-05-15  Jay Belanger  <jay.p.belanger@gmail.com>
3821         * calc/calc-aent.el (math-read-token, math-find-user-tokens):
3822         * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
3823         (math-compose-tex-func):
3824         * calc/calccomp.el (math-compose-expr):
3825         * calc/calc-ext.el (math-format-flat-expr-fancy):
3826         * calc/calc-store.el (calc-read-var-name):
3827         * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
3829         * calc/calc.el (var-π, var-φ, var-γ): New variables.
3830         * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
3831         * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
3832         (math-standard-units): Add units.
3834 2010-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3836         * progmodes/asm-mode.el (asm-mode):
3837         * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
3839         * pcomplete.el (pcomplete-completions-at-point): New function,
3840         extracted from pcomplete-std-complete.
3841         (pcomplete-std-complete): Use it.
3843 2010-05-15  Glenn Morris  <rgm@gnu.org>
3845         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
3846         Remove references to CVS, RCS and Old directories.
3848 2010-05-14  Jay Belanger  <jay.p.belanger@gmail.com>
3850         * calc/calc-bin.el (math-format-twos-complement): Group digits when
3851         appropriate.
3853 2010-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3855         * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
3856         (sh-mode-syntax-table): Give it a default value instead.
3857         (sh-header-marker): Make buffer-local.
3858         (sh-mode): Move make-local-variable to the corresponding setq.
3859         (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
3860         Use complete-with-action.
3862         * simple.el (prog-mode): New (abstract) major mode.
3863         * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
3864         * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
3866 2010-05-14  Juanma Barranquero  <lekktu@gmail.com>
3868         * progmodes/sql.el (sql-oracle-program): Reflow docstring.
3869         (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
3870         (sql-add-product-keywords, sql-highlight-product, sql-set-product)
3871         (sql-make-alternate-buffer-name, sql-placeholders-filter)
3872         (sql-escape-newlines-filter, sql-input-sender)
3873         (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
3875 2010-05-13  Chong Yidong  <cyd@stupidchicken.com>
3877         Add TeX open-block and close-block keybindings to SGML, and vice versa.
3879         * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
3880         latex-open-block and C-c / to latex-close-block.
3882         * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
3883         and C-c C-e to sgml-close-tag.
3885 2010-05-13  Michael Albinus  <michael.albinus@gmx.de>
3887         * net/tramp.el (with-progress-reporter): Create reporter object
3888         only when the message would be displayed.  Handle nested calls.
3889         (tramp-handle-load, tramp-handle-file-local-copy)
3890         (tramp-handle-insert-file-contents, tramp-handle-write-region)
3891         (tramp-maybe-send-script, tramp-find-shell):
3892         Use `with-progress-reporter'.
3893         (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
3894         Fix message text.
3896         * net/tramp-smb.el (tramp-smb-handle-copy-file)
3897         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
3898         (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
3899         Use `with-progress-reporter'.
3901 2010-05-13  Agustín Martín  <agustin.martin@hispalinux.es>
3903         * textmodes/ispell.el (ispell-init-process): Do not kill ispell
3904         process everytime when spellchecking from the minibuffer (bug#6143).
3906 2010-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3908         * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
3910         * dos-fns.el: Add "dos-" prefix for namespace control.
3911         (convert-standard-filename): Define as alias for
3912         dos-convert-standard-filename but only if applicable.
3914 2010-05-12  Alan Mackenzie  <acm@muc.de>
3916         * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
3917         Push the mark at the start of these functions when appropriate.
3919 2010-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3921         * minibuffer.el (completion-cycle-threshold): New custom var.
3922         (completion--do-completion): Use it.
3923         (minibuffer-complete): Use cycling if appropriate.
3925 2010-05-11  Juanma Barranquero  <lekktu@gmail.com>
3927         * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
3928         buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
3930 2010-05-11  Juri Linkov  <juri@jurta.org>
3932         * scroll-all.el (scroll-all-check-to-scroll):
3933         Add `scroll-up-command' and `scroll-down-command' (bug#6164).
3935 2010-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3937         * iimage.el (iimage-mode-map): Move initialization into declaration.
3938         (iimage-mode-buffer): Use with-silent-modifications.
3939         Simplify calling convention.  Adjust callers.
3940         (iimage-mode): Don't run hook redundantly.
3942         * minibuffer.el (completion-pcm--pattern->regex):
3943         Fix last change (bug#6160).
3945 2010-05-10  Juri Linkov  <juri@jurta.org>
3947         Remove nodes visited during Isearch from the Info history.
3948         * info.el (Info-isearch-initial-history)
3949         (Info-isearch-initial-history-list): New variables.
3950         (Info-isearch-start): Record initial values of
3951         Info-isearch-initial-history and Info-isearch-initial-history-list.
3952         Add Info-isearch-end to isearch-mode-end-hook.
3953         (Info-isearch-end): New function.
3955 2010-05-10  Michael Albinus  <michael.albinus@gmx.de>
3957         * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
3958         format string, in order to work around a bug in pdksh.
3959         Reported by Gilles Pion <gpion@lfdj.com>.
3960         (tramp-handle-verify-visited-file-modtime): Do not send a command
3961         when the connection is not established.
3962         (tramp-handle-set-file-times): Simplify the check for utc.
3964 2010-05-10  Juanma Barranquero  <lekktu@gmail.com>
3966         Fix use of `filter-buffer-substring' (rework previous change).
3967         * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
3968         (cua-repeat-replace-region):
3969         * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
3970         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
3971         (cua-cut-region-to-global-mark): Use it.
3973 2010-05-09  Michael R. Mauger  <mmaug@yahoo.com>
3975         * progmodes/sql.el: Version 2.1.
3976         (sql-product-alist): Redesign structure of product info.
3977         (sql-product, sql-user, sql-server, sql-database): Safe variables.
3978         (sql-port, sql-port-history): New variables.
3979         (sql-interactive-product): New variable.
3980         (sql-send-terminator): New variable.
3981         (sql-imenu-generic-expression): Add "Types" imenu entry.
3982         (sql-oracle-login-params, sql-sqlite-login-params)
3983         (sql-mysql-login-params, sql-solid-login-params)
3984         (sql-sybase-login-params, sql-informix-login-params)
3985         (sql-ingres-login-params, sql-ms-login-params)
3986         (sql-postgres-login-params, sql-interbase-login-params)
3987         (sql-db2-login-params, sql-linter-login-params)
3988         (sql-oracle-scan-on): New variables.
3989         (sql-mode-map): Add C-c C-i to start interactive mode.
3990         (sql-mode-menu): Update existing menu entries.
3991         (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
3992         (sql-mode-oracle-font-lock-keywords)
3993         (sql-mode-postgres-font-lock-keywords)
3994         (sql-mode-ms-font-lock-keywords)
3995         (sql-mode-sybase-font-lock-keywords)
3996         (sql-mode-informix-font-lock-keywords)
3997         (sql-mode-interbase-font-lock-keywords)
3998         (sql-mode-ingres-font-lock-keywords)
3999         (sql-mode-solid-font-lock-keywords)
4000         (sql-mode-mysql-font-lock-keywords)
4001         (sql-mode-sqlite-font-lock-keywords)
4002         (sql-mode-db2-font-lock-keywords)
4003         (sql-mode-linter-font-lock-keywords): Update initialization to
4004         reduce run-time complexity.
4005         (sql-add-product, sql-del-product): New functions.
4006         (sql-set-product-feature, sql-get-product-feature): New functions.
4007         (sql-product-font-lock): Update product API.
4008         (sql-add-product-keywords): New function.
4009         (sql-highlight-product): Update product API.
4010         (sql-help-list-products): New function.
4011         (sql-help): Dynamically lists free and non-free products.
4012         (sql-get-login): Correct bug in handling history and added
4013         prompt for port.
4014         (sql-copy-column): Copy without properties.
4015         (sqli-input-sender): Apply filters to SQLi input.
4016         (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
4017         Implement as a filter.
4018         (sql-escape-newlines-filter): Implement as a filter.
4019         (sql-remove-tabs-filter): New function.
4020         (sql-send-magic-terminator): New function.
4021         (sql-send-string): Implement magic terminator.
4022         (sql-send-region): Use `sql-send-string'.
4023         (sql-interactive-mode): Use product API.
4024         (sql-product-interactive): Use product API.
4025         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
4026         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
4027         (sql-db2, sql-linter): Use `sql-product-interactive'.
4028         (sql-connect): New function.
4029         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
4030         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
4031         (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
4032         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
4033         Use `sql-connect'.
4035 2010-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4037         * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
4038         New custom variable.
4039         (completion-pcm--string->pattern): Use it.
4040         (completion-pcm--pattern->regex, completion-pcm--pattern->string):
4041         Make it handle any symbol as `any'.
4042         (completion-pcm--merge-completions): Extract common suffix for the new
4043         `prefix' symbol as well.
4044         (completion-substring--all-completions): Use the new `prefix' symbol.
4046 2010-05-09  Michael Albinus  <michael.albinus@gmx.de>
4048         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
4049         not bound.
4050         (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
4051         (tramp-compat-funcall): New defmacro.
4052         (tramp-compat-line-beginning-position)
4053         (tramp-compat-line-end-position)
4054         (tramp-compat-temporary-file-directory)
4055         (tramp-compat-make-temp-file, tramp-compat-file-attributes)
4056         (tramp-compat-copy-file, tramp-compat-copy-directory)
4057         (tramp-compat-delete-file, tramp-compat-delete-directory)
4058         (tramp-compat-number-sequence, tramp-compat-process-running-p)
4059         * net/tramp.el (top, with-progress-reporter)
4060         (tramp-rfn-eshadow-setup-minibuffer)
4061         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
4062         (tramp-handle-dired-compress-file, tramp-handle-shell-command)
4063         (tramp-completion-mode-p, tramp-check-for-regexp)
4064         (tramp-open-connection-setup-interactive-shell)
4065         (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
4066         (tramp-time-diff, tramp-coding-system-change-eol-conversion)
4067         (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
4068         * net/tramp-cmds.el (tramp-cleanup-all-connections)
4069         (tramp-reporter-dump-variable, tramp-load-report-modules)
4070         (tramp-append-tramp-buffers)
4071         * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
4073         * net/tramp-imap.el (top): Autoload `epg-make-context'.
4075 2010-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4077         * progmodes/compile.el (compilation-buffer-modtime): Rename from
4078         buffer-modtime.  Adjust users.
4080 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
4082         * international/mule.el (auto-coding-alist): Only purecopy
4083         car of each item, not the whole list (Bug#6083).
4085 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
4087         * progmodes/js.el (js-mode): Make paragraph variables local before
4088         calling c-setup-paragraph-variables (Bug#6071).
4090 2010-05-08  Eli Zaretskii  <eliz@gnu.org>
4092         * composite.el (compose-region, reference-point-alist): Fix typos
4093         in the doc strings.
4095 2010-05-08  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
4097         * calc/calc-graph.el (calc-graph-plot): Use the proper form for
4098         gnuplot's "set" command.
4100 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
4102         * abbrev.el (last-abbrev-text): Doc fix.
4103         (abbrev-prefix-mark): Don't escape parenthesis.
4105 2010-05-08  Andreas Schwab  <schwab@linux-m68k.org>
4107         * composite.el (find-composition): Doc fix.
4109 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
4111         * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
4112         (sql-oracle-program, sql-sqlite-options)
4113         (sql-query-placeholders-and-send): Doc fixes.
4114         (sql-set-product, sql-interactive-mode): Reflow docstrings.
4115         (sql-imenu-generic-expression, sql-buffer)
4116         (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
4117         (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
4118         (sql-mode-sybase-font-lock-keywords)
4119         (sql-mode-informix-font-lock-keywords)
4120         (sql-mode-interbase-font-lock-keywords)
4121         (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
4122         (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
4123         (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
4124         (sql-product-feature, sql-highlight-product)
4125         (comint-line-beginning-position, sql-rename-buffer)
4126         (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
4127         (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
4128         (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
4129         Fix typos in docstrings.
4131 2010-05-08  Juri Linkov  <juri@jurta.org>
4133         * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
4134         property instead of `invisible' and `after-string' (bug#5998).
4136 2010-05-08  Juri Linkov  <juri@jurta.org>
4138         * image-mode.el (image-mode-as-text): Fix typo in docstring.
4140 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
4142         * filecache.el (file-cache-add-directory-list)
4143         (file-cache-add-directory-recursively): Fix typos in docstrings.
4145 2010-05-08  Kenichi Handa  <handa@m17n.org>
4147         * language/indian.el (gurmukhi-composable-pattern): Fix typo.
4148         (gujarati-composable-pattern): Fix typo.
4150 2010-05-08  Kenichi Handa  <handa@m17n.org>
4152         * language/indian.el (oriya-composable-pattern)
4153         (tamil-composable-pattern, malayalam-composable-pattern):
4154         Add two-part vowels to "v" (vowel sign).
4156 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
4158         * files.el (copy-directory): Handle symlinks (Bug#5982).
4160 2010-05-08  Dan Nicolaescu  <dann@ics.uci.edu>
4162         * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
4163         (vc-hg-working-revision): Likewise.  Use hg parents, not hg parent
4164         (Bug#5846).
4166 2010-05-08  Glenn Morris  <rgm@gnu.org>
4168         * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
4170         * minibuffer.el (completion-at-point): Doc fix.
4172 2010-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4174         * electric.el (Electric-command-loop): Minor tweak.
4176         * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
4177         better with dedicated windows.
4179 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
4181         * Version 23.2 released.
4183 2010-05-07  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
4184             Stefan Monnier  <monnier@iro.umontreal.ca>
4186         Highlight vendor specific properties.
4187         * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
4188         (css-proprietary-property): New face.
4189         (css-font-lock-keywords): Use them.
4191 2010-05-07  Eli Zaretskii  <eliz@gnu.org>
4193         * cus-start.el (all): Add native condition for tool-bar-* symbols.
4195 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4197         * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
4198         * files.el (auto-mode-alist): Remove redundant entries.
4200         * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
4201         * simple.el (auto-save-mode): Move from files.el.
4202         * minibuffer.el (completion--common-suffix): Fix copy&paste error.
4204 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
4206         * lisp/epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
4208 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4210         * mail/binhex.el (binhex-decode-region-internal)
4211         * mail/uudecode.el (uudecode-decode-region-internal)
4212         * net/dns.el (dns-read-string-name, dns-write, dns-read)
4213         (dns-read-type, dns-query)
4214         * pgg-parse.el (pgg-parse-armor)
4215         * pgg.el (pgg-verify-region)
4216         * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
4217         XEmacs.
4219         * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
4221 2010-05-07  Juanma Barranquero  <lekktu@gmail.com>
4223         * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
4225         Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
4226         * emulation/cua-base.el (cua-repeat-replace-region):
4227         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
4228         (cua-cut-region-to-global-mark):
4229         Remove text properties with `set-text-properties'.
4231 2010-05-06  Michael Albinus  <michael.albinus@gmx.de>
4233         * net/tramp.el (top, with-progress-reporter):
4234         Use `symbol-function' inside `funcall'.
4236         * net/tramp-compat.el (tramp-compat-file-attributes)
4237         (tramp-compat-delete-file, tramp-compat-delete-directory):
4238         Handle only `wrong-number-of-arguments' error.
4240         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
4241         (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
4242         inside `funcall'.
4244 2010-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4246         * minibuffer.el (completion--sreverse, completion--common-suffix):
4247         New functions.
4248         (completion-pcm--merge-completions): Extract common suffix when safe.
4250         * emacs-lisp/easy-mmode.el (define-minor-mode):
4251         Make :variable more flexible.
4252         * files.el (auto-save-mode): Use it to define using define-minor-mode.
4254 2010-05-05  Juri Linkov  <juri@jurta.org>
4256         Add `slow' and `history' tags to the desktop data.
4258         * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
4259         (Info-virtual-files) [*Apropos*]: Add `slow' tag.
4260         (Info-finder-find-node): Require `finder.el' to be able
4261         to restore node from the desktop.
4262         (Info-desktop-buffer-misc-data): Save all nodes.  Save additional
4263         data `Info-history' and `slow' tag in the assoc list.
4264         (Info-restore-desktop-buffer): Don't restore nodes with the
4265         `slow' tag.  Restore `Info-history'.
4267 2010-05-05  Michael Albinus  <michael.albinus@gmx.de>
4269         Add FORCE argument to `delete-file'.
4271         * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
4272         forcing to delete the temporary file.
4273         (ange-ftp-delete-file): Add FORCE arg.
4274         (ange-ftp-rename-remote-to-remote)
4275         (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
4276         (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
4277         Force file deletion.
4279         * net/tramp-compat.el (tramp-compat-delete-file): New defun.
4281         * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
4282         (tramp-handle-make-symbolic-link, tramp-handle-load)
4283         (tramp-do-copy-or-rename-file-via-buffer)
4284         (tramp-do-copy-or-rename-file-directly)
4285         (tramp-do-copy-or-rename-file-out-of-band)
4286         (tramp-handle-process-file, tramp-handle-call-process-region)
4287         (tramp-handle-shell-command, tramp-handle-file-local-copy)
4288         (tramp-handle-insert-file-contents, tramp-handle-write-region)
4289         (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
4291         * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
4292         (tramp-fish-handle-make-symbolic-link)
4293         (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
4295         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
4296         Use `tramp-compat-delete-file'.
4298         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
4299         (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
4301         * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
4302         (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
4304         * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
4305         (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
4306         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region): Use
4307         `tramp-compat-delete-file'.
4309 2010-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4311         Minor cleanups.
4312         * subr.el (add-minor-mode): Use push.
4313         * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
4314         * emulation/edt.el (edt-select-mode): Simplify.
4316         Use define-minor-mode in more cases.
4317         * term/tvi970.el (tvi970-set-keypad-mode):
4318         * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
4319         (normal-erase-is-backspace-mode):
4320         * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
4321         (set-scroll-bar-mode-1): (Re)move to its sole caller.
4322         (get-scroll-bar-mode): New function.
4323         * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
4325         Use define-minor-mode for less obvious cases.
4326         * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
4327         * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
4328         * international/iso-ascii.el (iso-ascii-mode):
4329         * frame.el (auto-raise-mode, auto-lower-mode):
4330         * composite.el (global-auto-composition-mode): Use define-minor-mode.
4332 2010-05-04  Michael Albinus  <michael.albinus@gmx.de>
4334         * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
4335         in order to see error messages for failed logins.
4337 2010-05-03  Chong Yidong  <cyd@stupidchicken.com>
4339         * diff.el (diff-sentinel):
4341         * epg.el (epg--make-temp-file, epg-decrypt-string)
4342         (epg-verify-string, epg-sign-string, epg-encrypt-string):
4344         * jka-compr.el (jka-compr-partial-uncompress)
4345         (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
4347         * server.el (server-sentinel): Use delete-file's new FORCE arg
4348         (Bug#6070).
4350 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4352         Use define-minor-mode where applicable.
4353         * view.el (view-mode):
4354         * type-break.el (type-break-query-mode)
4355         (type-break-mode-line-message-mode):
4356         * textmodes/reftex.el (reftex-mode):
4357         * term/vt100.el (vt100-wide-mode):
4358         * tar-mode.el (tar-subfile-mode):
4359         * savehist.el (savehist-mode):
4360         * ibuf-ext.el (ibuffer-auto-mode):
4361         * composite.el (auto-composition-mode):
4362         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
4363         Use define-minor-mode.
4364         (vhdl-mode): Use static mode-line format.
4365         (vhdl-mode-line-update): Delete.
4366         (vhdl-create-mode-menu, vhdl-activate-customizations)
4367         (vhdl-hs-minor-mode): Don't bother calling it.
4369 2010-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4371         * simple.el (with-wrapper-hook): Move.
4372         (buffer-substring-filters): Mark obsolete.
4373         (filter-buffer-substring-functions): New variable.
4374         (filter-buffer-substring): Use it.  Remove unused arg `noprops'.
4376         Use a mode-line spec rather than a static string in Semantic.
4377         * cedet/semantic/util-modes.el:
4378         (semantic-minor-modes-format): New var to replace...
4379         (semantic-minor-modes-status): Remove.
4380         (semantic-mode-line-update): Construct a mode-line spec rather than
4381         a static string so that mouse buttons can be used on individual minor
4382         modes and so that semantic-mode-line-update only needs to be called
4383         when global settings are changed.
4384         (semantic-add-minor-mode, semantic-toggle-minor-mode-globally):
4385         Call semantic-mode-line-update.
4386         (semantic-toggle-minor-mode-globally): Don't assume mode is on
4387         minor-mode-alist, check semantic-minor-mode-alist as well.
4388         (semantic-stickyfunc-mode, semantic-show-parser-state-auto-marker)
4389         (semantic-show-parser-state-marker, semantic-show-parser-state-mode)
4390         (semantic-show-unmatched-syntax-mode, semantic-highlight-edits-mode):
4391         * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
4392         * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
4393         (define-semantic-idle-service, semantic-idle-summary-mode):
4394         * cedet/semantic/decorate/mode.el (semantic-decoration-mode):
4395         Don't call semantic-mode-line-update any more.
4397 2010-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4399         Use define-minor-mode in CEDET where applicable.
4401         * cedet/srecode/mode.el (srecode-minor-mode,global-srecode-minor-mode):
4402         Use define-minor-mode.
4404         * cedet/semantic/util-modes.el (semantic-add-minor-mode):
4405         Remove unused arg `keymap' and code redundant with define-minor-mode.
4406         (semantic-toggle-minor-mode-globally): Only handle arg -1 and 1.
4407         (semantic-stickyfunc-mode, global-semantic-show-unmatched-syntax-mode)
4408         (semantic-highlight-func-mode, global-semantic-show-parser-state-mode)
4409         (global-semantic-highlight-edits-mode, semantic-highlight-edits-mode)
4410         (semantic-show-unmatched-syntax-mode, semantic-show-parser-state-mode)
4411         (global-semantic-stickyfunc-mode, global-semantic-highlight-func-mode):
4412         Use define-minor-mode.
4413         (semantic-stickyfunc-mode-setup, semantic-highlight-edits-mode-setup)
4414         (semantic-show-unmatched-syntax-mode-setup)
4415         (semantic-show-parser-state-mode-setup)
4416         (semantic-highlight-func-mode-setup): Inline into sole caller.
4418         * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
4419         (semantic-mru-bookmark-mode): Use define-minor-mode.
4420         (semantic-mru-bookmark-mode-setup): Inline into sole caller.
4422         * cedet/semantic/idle.el (define-semantic-idle-service):
4423         Use define-minor-mode and inline setup function into its sole caller.
4424         (semantic-idle-scheduler-mode-setup)
4425         (semantic-idle-summary-mode-setup): Inline into sole caller.
4426         (global-semantic-idle-scheduler-mode, semantic-idle-scheduler-mode):
4427         Use define-minor-mode.
4429         * cedet/semantic/decorate/mode.el (global-semantic-decoration-mode)
4430         (semantic-decoration-mode): Use define-minor-mode.
4431         (semantic-decoration-mode-setup): Inline into sole caller.
4433         * cedet/ede/dired.el (ede-dired-minor-mode): Initialize in declaration.
4434         (ede-dired-minor-mode): Use define-minor-mode and derived-mode-p.
4435         (ede-dired-add-to-target): Use dolist.
4437 2010-05-01  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
4438             Michael Albinus  <michael.albinus@gmx.de>
4440         Implement compression for inline methods.
4442         * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
4443         (tramp-copy-size-limit): Allow also nil.
4444         (tramp-inline-compress-commands): New defconst.
4445         (tramp-find-inline-compress, tramp-get-inline-compress)
4446         (tramp-get-inline-coding): New defuns.
4447         (tramp-get-remote-coding, tramp-get-local-coding): Remove,
4448         replaced by `tramp-get-inline-coding'.
4449         (tramp-handle-file-local-copy, tramp-handle-write-region)
4450         (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
4452 2010-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4454         * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
4455         Remove unused functions.
4457         * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
4458         Set find-tag-default-function as a variable rather than a property.
4460         * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
4461         * progmodes/etags.el (tags-completion-at-point-function):
4462         Remove left over interactive spec.  Add autoloading stub.
4463         (complete-tag): Use tags-completion-at-point-function.
4465 2010-04-30  Chong Yidong  <cyd@stupidchicken.com>
4467         * minibuffer.el (tags-completion-at-point-function): Fix return value.
4469 2010-04-29  Chong Yidong  <cyd@stupidchicken.com>
4471         * ido.el (ido-init-completion-maps): Remove C-v binding.
4472         (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
4474 2010-04-29  Chong Yidong  <cyd@stupidchicken.com>
4476         * minibuffer.el (tags-completion-at-point-function): New function.
4477         (completion-at-point-functions): Use it.
4479         * cedet/semantic.el (semantic-completion-at-point-function):
4480         New function.
4481         (semantic-mode): Use semantic-completion-at-point-function for
4482         completion-at-point-functions instead.
4484         * progmodes/etags.el (complete-tag): Revert last change.
4486 2010-04-29  Alan Mackenzie  <acm@muc.de>
4488         * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
4489         off-by-one error (in end of macro position).
4491 2010-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4493         * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
4494         firefox is absent.  Don't autoload.
4495         (browse-url-galeon-program): Don't autoload.
4497 2010-04-28  Chong Yidong  <cyd@stupidchicken.com>
4499         * bindings.el (complete-symbol): Move into minibuffer.el.
4501         * minibuffer.el (complete-tag): Move from etags.el.  If tags
4502         completion cannot be performed, return nil instead of signalling
4503         an error.
4504         (completion-at-point): Make it an alias for complete-symbol.
4505         (complete-symbol): Move from bindings.el, and replace with the
4506         body of completion-at-point.
4508         * progmodes/etags.el (complete-tag): Move to minibuffer.el.
4510         * cedet/semantic.el (semantic-mode): When enabled, add
4511         semantic-ia-complete-symbol to completion-at-point-functions.
4513         * cedet/semantic/ia.el (semantic-ia-complete-symbol): Return nil
4514         if Semantic is not active.
4516 2010-04-28  Michael Albinus  <michael.albinus@gmx.de>
4518         * net/tramp.el (tramp-remote-selinux-p): New defun.
4519         (tramp-handle-file-selinux-context)
4520         (tramp-handle-set-file-selinux-context): Use it.
4522 2010-04-28  Sam Steingold  <sds@gnu.org>
4524         * progmodes/bug-reference.el (bug-reference-url-format): Mark as
4525         `safe-local-variable' if the value is a string or a symbol with
4526         the property `bug-reference-url-format'.
4528 2010-04-28  Chong Yidong  <cyd@stupidchicken.com>
4530         * progmodes/bug-reference.el (bug-reference-url-format):
4531         Revert 2010-04-27 change due to security risk.
4533 2010-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4535         Make it possible to locally disable a globally enabled mode.
4536         * simple.el (fundamental-mode): Run fundamental-mode-hook.
4537         * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
4538         rather than kill-all-local-variables so it runs fundamental-mode-hook.
4539         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
4540         Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
4541         that subsequent hooks get a chance to disable it.
4543 2010-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4545         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
4546         Avoid re-enabling a minor mode after the user turned the minor mode
4547         off if MODE-enable-in-buffers is run twice (typically once from
4548         fundamental-mode's after-change-major-mode-hook and a second time from
4549         run-mode-hook's own after-change-major-mode-hook).
4551         * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
4553 2010-04-27  Sam Steingold  <sds@gnu.org>
4555         * progmodes/bug-reference.el (bug-reference-url-format): Mark as
4556         `safe-local-variable' if the value is a string or a function, as
4557         documented and implemented on 2010-04-02.
4559 2010-04-27  Juanma Barranquero  <lekktu@gmail.com>
4561         * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
4562         when method is 'kill.
4564 2010-04-27  Agustín Martín  <agustin.martin@hispalinux.es>
4566         * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
4567         condition in default directory check.
4568         (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
4569         Kill ispell process when killing its associated buffer.
4571 2010-04-27  Jan Djärv  <jan.h.d@swipnet.se>
4573         * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
4574         but we aren't using it.
4576 2010-04-25  Jan Djärv  <jan.h.d@swipnet.se>
4578         * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
4579         checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
4581 2010-04-24  Glenn Morris  <rgm@gnu.org>
4583         * emacs-lisp/authors.el (authors-obsolete-files-regexps):
4584         Ignore VCS-ignore files, and deleted nextstep preferences files.
4585         (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
4586         (authors-ambiguous-files): New list.
4587         (authors-valid-file-names): Add some deleted files.
4588         (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
4589         (authors-disambiguate-file-name): New function.  (Bug#5501)
4590         (authors-canonical-file-name): Doc fix.
4591         Don't warn about obsolete files.
4592         (authors-canonical-file-name, authors-scan-el):
4593         Use authors-disambiguate-file-name.
4595         * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
4596         Add autoload cookies.
4597         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
4598         (generated-autoload-file): Set file-local value to "htmlfontify.el".
4599         * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
4600         They have definitions / compiler macros in cl.el.
4601         (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
4602         Replace manual autoloads with generated ones.
4603         (htmlfontify-unload-rgb-file): Remove autoload.
4604         * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
4606 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4608         * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
4609         (byte-compile-setq-default): Optimize for the
4610         single-var case and don't call byte-compile-form in this case to avoid
4611         inf-loop with byte-compile-set-default.
4613         * progmodes/compile.el (compilation-start): Abbreviate default directory.
4615 2010-04-23  Michael Albinus  <michael.albinus@gmx.de>
4617         Implement SELINUX backends.
4619         * net/tramp.el (tramp-file-name-handler-alist):
4620         Add `file-selinux-context' and `set-file-selinux-context'.
4621         (tramp-handle-file-selinux-context)
4622         (tramp-handle-set-file-selinux-context): New defuns.
4623         (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
4624         Handle PRESERVE-SELINUX-CONTEXT.
4626         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
4627         Add `file-selinux-context' and `set-file-selinux-context'.
4628         (tramp-gvfs-handle-file-selinux-context)
4629         (tramp-gvfs-handle-set-file-selinux-context): New defuns.
4630         (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
4632         * net/ange-ftp.el (ange-ftp-copy-file):
4633         * net/tramp-fish.el (tramp-fish-handle-copy-file):
4634         * net/tramp-imap.el (tramp-imap-handle-copy-file):
4635         * net/tramp-smb.el (tramp-smb-handle-copy-file):
4636         Add PRESERVE-SELINUX-CONTEXT.
4638 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
4640         Synchronize with Tramp repository.
4642         * net/tramp.el (with-connection-property, tramp-completion-mode-p)
4643         (tramp-action-process-alive, tramp-action-out-of-band)
4644         (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
4645         (tramp-exists-file-name-handler): Fix docstring.
4646         (with-progress-reporter): New defmacro.
4647         (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
4648         (tramp-maybe-open-connection): Use it.
4650 2010-04-22  Noah Lavine  <noah549@gmail.com>  (tiny change)
4652         Detect ssh 'ControlMaster' argument automatically in some cases.
4654         * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
4655         (tramp-default-method): Use it.
4657 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
4659         * net/tramp.el (tramp-handle-copy-file): Add new optional
4660         parameter `preserve-selinux-context'.
4661         (tramp-file-name-for-operation): Add `set-file-selinux-context'.
4663 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
4665         * net/tramp.el (tramp-completion-handle-file-name-all-completions):
4666         Ensure, that non remote files are still checked.  Oops.
4668 2010-04-21  Michael Albinus  <michael.albinus@gmx.de>
4670         Fix Bug#5840.
4672         * icomplete.el (icomplete-completions): Use `non-essential'.
4674         * net/tramp.el (tramp-connectable-p): New defun.
4675         (tramp-handle-expand-file-name)
4676         (tramp-completion-handle-file-name-all-completions)
4677         (tramp-completion-handle-file-name-completion): Use it.
4679 2010-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4681         * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
4683 2010-04-21  Jan Djärv  <jan.h.d@swipnet.se>
4685         * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
4687         * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
4689         * loadup.el: Load dynamic-setting.el if feature dynamic-setting
4690         is present.
4692         * info.el (info-tool-bar-map): Add labels.
4694         * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
4696         * cus-edit.el (custom-commands): Add labels for tool bar.
4697         (custom-buffer-create-internal, Custom-mode): Adjust for
4698         labels in custom-commands.
4700         * dynamic-setting.el: Renamed from font-setting.el.
4702 2010-04-21  John Wiegley  <jwiegley@gmail.com>
4704         * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
4705         toggles the use of virtual buffers.
4706         (ido-buffer-internal): Guard `ido-use-virtual-buffers' global value.
4707         (ido-toggle-virtual-buffers): New function.
4709 2010-04-21  Juanma Barranquero  <lekktu@gmail.com>
4711         Use `define-derived-mode'; fix window selection; doc fixes.
4712         * play/tetris.el (tetris, tetris-update-speed-function)
4713         (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
4714         (tetris-move-left, tetris-move-right, tetris-rotate-prev)
4715         (tetris-rotate-next, tetris-end-game, tetris-start-game)
4716         (tetris-pause-game): Fix typos in docstrings.
4717         (tetris-mode-map, tetris-null-map):
4718         Move initialization into declaration.
4719         (tetris-mode): Define with `define-derived-mode';
4720         set show-trailing-whitespace to nil.
4721         (tetris): Prefer window already displaying the "*Tetris*" buffer.
4723 2010-04-21  Karel Klíč  <kklic@redhat.com>
4725         * files.el (backup-buffer): Handle SELinux context, and return it
4726         if a backup was made by renaming.
4727         (backup-buffer-copy): Set SELinux context to the target file.
4728         (basic-save-buffer): Set SELinux context of the newly written file.
4729         (basic-save-buffer-1): Now it also returns any SELinux context.
4730         (basic-save-buffer-2): Set SELinux context of the newly created file,
4731         and return it.
4732         * net/tramp.el (tramp-file-name-for-operation):
4733         Add file-selinux-context.
4735 2010-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4737         Make the log-edit comments use RFC822 format throughout.
4739         * vc.el (vc-checkin, vc-modify-change-comment):
4740         Adjust to new vc-start/finish-logentry.
4741         (vc-find-conflicted-file): New command.
4742         (vc-transfer-file): Adjust to new vc-checkin.
4743         (vc-next-action): Improve scoping.
4745         * vc-hg.el (vc-hg-log-edit-mode): Remove.
4746         (vc-hg-checkin): Remove extra arg.  Use log-edit-extract-headers.
4748         * vc-git.el (vc-git-log-edit-mode): Remove.
4749         (vc-git-checkin): Remove extra arg.  Use log-edit-extract-headers.
4750         (vc-git-commits-coding-system): Rename from git-commits-coding-system.
4752         * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
4753         (vc-start-logentry): Remove argument `extra'.
4754         (vc-finish-logentry): Remove extra args.
4756         * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
4757         (vc-bzr-checkin): Remove extra arg.  Use log-edit-extract-headers.
4758         (vc-bzr-conflicted-files): New function.
4760         * log-edit.el (log-edit-extra-flags)
4761         (log-edit-before-checkin-process): Remove.
4762         (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
4763         (log-edit-headers-alist): New var.
4764         (log-edit-header-contents-regexp): New const.
4765         (log-edit-match-to-eoh): New function.
4766         (log-edit-font-lock-keywords): Use them.
4767         (log-edit): Insert a "Summary:" header as default.
4768         (log-edit-mode): Mark font-lock rules as case-insensitive.
4769         (log-edit-done): Cleanup headers.
4770         (log-view-process-buffer): Remove.
4771         (log-edit-extract-headers): New function to replace it.
4773 2010-04-20  Juanma Barranquero  <lekktu@gmail.com>
4775         * subr.el (default-direction-reversed): Remove obsolescence info.
4777 2010-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4779         * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
4780         windows/frames.
4782         * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
4783         I.e. include text after point in the completion region.
4784         Also, return nil when we're not after/in a symbol.
4786         * international/mule-cmds.el (view-hello-file): Don't fiddle with the
4787         default enable-multibyte-characters.
4789 2010-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4791         * international/mule.el: Help the user choose a valid coding-system.
4792         (read-buffer-file-coding-system): New function.
4793         (set-buffer-file-coding-system): Use it.  Prompt the user if the
4794         coding-system cannot encode all the chars.
4796         * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
4797         (vc-bzr-shelve-show, vc-bzr-shelve-apply)
4798         (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
4799         Don't use *vc-bzr-shelve*.
4801 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
4803         * cedet/ede/pmake.el (ede-proj-makefile-insert-variables):
4804         Don't destroy list before using it.
4806 2010-04-19  Dan Nicolaescu  <dann@ics.uci.edu>
4808         Fix the version number for added files.
4809         * vc-hg.el (vc-hg-working-revision): Check if the file is
4810         registered after hg parent fails (Bug#5961).
4812 2010-04-19  Glenn Morris  <rgm@gnu.org>
4814         * htmlfontify.el (htmlfontify-buffer)
4815         (htmlfontify-copy-and-link-dir): Autoload entry points.
4817 2010-04-19  Magnus Henoch  <magnus.henoch@gmail.com>
4819         * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
4820         name relative to the project root (Bug#5960).
4822 2010-04-19  Glenn Morris  <rgm@gnu.org>
4824         * vc-git.el (vc-git-print-log): Doc fix.
4826 2010-04-19  Óscar Fuentes  <ofv@wanadoo.es>
4828         * ido.el (ido-file-internal): Fix 2009-12-02 change.
4830 2010-04-19  Christoph  <cschol2112@googlemail.com>  (tiny change)
4832         * progmodes/grep.el (grep-compute-defaults): Fix handling of host
4833         default settings (Bug#5928).
4835 2010-04-19  Glenn Morris  <rgm@gnu.org>
4837         * progmodes/fortran.el (fortran-match-and-skip-declaration):
4838         New function.
4839         (fortran-font-lock-keywords-3): Use it.  (Bug#1385)
4841 2010-04-19  Kenichi Handa  <handa@m17n.org>
4843         * language/indian.el (malayalam-composable-pattern): Fix previous
4844         change (add U+0D4D "SIGN VIRAMA").
4845         (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
4846         (tamil-composable-pattern): Fix typo in the regexp.
4847         (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
4848         (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
4849         (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
4851 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
4853         * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
4854         paragraph-separate (Bug#5821).
4856 2010-04-19  Juri Linkov  <juri@jurta.org>
4858         Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
4860         * info.el (Info-find-node-2): Comment out code that skips
4861         breadcrumbs line.
4862         (Info-mouse-follow-link): New command.
4863         (Info-link-keymap): New keymap.
4864         (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
4865         Return a string with links instead of inserting breadcrumbs
4866         to the Info buffer.
4867         (Info-fontify-node): Comment out code that inserts breadcrumbs.
4868         Instead of putting the `invisible' text property over the Info
4869         header, make an overlay over the Info header with the `invisible'
4870         property and `after-string' set to the string returned by
4871         `Info-breadcrumbs'.
4873 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
4875         * help.el (help-window-setup-finish): Doc fix (Bug#5830).
4876         Reported by monkey@sandpframing.com.
4878 2010-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4880         * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
4881         (tmm-get-keymap): Add key-binding shortcuts now that they're not
4882         available in the "keyseq cache" any more.
4884         * custom.el (defcustom): Add edebug spec.
4886 2010-04-18  Juri Linkov  <juri@jurta.org>
4888         Test for special mode-class in view-buffer instead of view-file (bug#5513).
4890         * view.el (view-file, view-buffer): Move test for special mode-class
4891         from view-file to view-buffer.
4893         * tar-mode.el (tar-extract): Turn if's into one cond
4894         like in arc-mode.el.
4896 2010-04-18  Juri Linkov  <juri@jurta.org>
4898         Add 7z archive format support (bug#5475).
4900         * arc-mode.el (archive-zip-extract): Try to find 7z executable.
4901         (archive-7z-extract): New defcustom.
4902         (archive-find-type): Add magic string for 7z.
4903         (archive-extract-by-stdout): Add new optional arg `stderr-file'.
4904         If `stderr-file' is non-nil, use `(t stderr-file)' for the
4905         `buffer' arg of `call-process'.
4906         (archive-zip-extract): Check `archive-zip-extract' for "7z" and
4907         call the function `archive-7z-extract' with the variable
4908         `archive-7z-extract' let-bound to `archive-zip-extract'.
4909         (archive-7z-summarize, archive-7z-extract): New functions.
4911         * international/mule.el (auto-coding-alist):
4912         * files.el (auto-mode-alist): Add 7z file extension.
4914 2010-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4916         * loadup.el: Setup hash-cons for pure data.
4918         Fix duplicate entries in cedet's loaddefs.el files.
4919         * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
4920         Should make most file-local generated-autoload-file unnecessary.
4921         (print-readably): Silence warnings.
4922         (autoload-find-destination): Take load-name as an arg to make sure
4923         it's the same as the one that will be in the file.
4924         (autoload-generate-file-autoloads): Adjust to above changes.
4925         Try to make the dataflow a bit simpler.
4927         * cvs-status.el (cvs-refontify): Remove unused.
4929 2010-04-18  Jay Belanger  <jay.p.belanger@gmail.com>
4931         * calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
4933         * calc-bin.el (calc-radix): Have the "O" option turn on
4934         twos-complement mode.
4936 2010-04-17  Jay Belanger  <jay.p.belanger@gmail.com>
4938         * calc-ext.el (calc-init-extensions): Add keybinding for 'calc-option'.
4939         Add `calc-option-prefix-help' to calc-help autoloads.
4940         (calc-inverse): Add "Option" to message, as appropriate.
4941         (calc-hyperbolic): Add "Option" to message, as appropriate.
4942         (calc-option, calc-is-option): New functions.
4944         * calc-help.el (calc-full-help): Add `calc-option-help'.
4945         (calc-option-prefix-help): New function.
4947         * calc-misc.el (calc-help): Add "Option" entry.
4949         * calc.el (calc-local-var-list): Add `calc-option-flag'.
4950         (calc-option-flag): New variable.
4951         (calc-do): Set `calc-option-flag to nil.
4952         (calc-set-mode-line): Add "Opt " as appropriate.
4954 2010-04-16  Juri Linkov  <juri@jurta.org>
4956         Move scrolling commands from simple.el to window.el
4957         because their primitives are implemented in window.c.
4959         * simple.el (scroll-error-top-bottom)
4960         (scroll-up-command, scroll-down-command, scroll-up-line)
4961         (scroll-down-line, scroll-other-window-down)
4962         (beginning-of-buffer-other-window, end-of-buffer-other-window):
4963         * window.el (scroll-error-top-bottom)
4964         (scroll-up-command, scroll-down-command, scroll-up-line)
4965         (scroll-down-line, scroll-other-window-down)
4966         (beginning-of-buffer-other-window, end-of-buffer-other-window):
4967         Move from simple.el to window.el because their primitives are
4968         implemented in window.c.
4970 2010-04-16  Juri Linkov  <juri@jurta.org>
4972         * isearch.el (isearch-lookup-scroll-key): Check both
4973         `isearch-scroll' and `scroll-command' properties.
4974         (scroll-up, scroll-down): Remove `isearch-scroll' property.
4976         * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
4978         * simple.el (scroll-up-command, scroll-down-command)
4979         (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
4981 2010-04-15  Juri Linkov  <juri@jurta.org>
4983         * simple.el (scroll-up-command, scroll-down-command)
4984         (scroll-up-line, scroll-down-line): Put `scroll-command'
4985         property on the these symbols.  Remove them from
4986         `scroll-preserve-screen-position-commands'.
4988         * mwheel.el (mwheel-scroll): Put `scroll-command' and
4989         `isearch-scroll' properties on the `mwheel-scroll' symbol.
4990         Remove it from `scroll-preserve-screen-position-commands'.
4992         * isearch.el (isearch-allow-scroll): Doc fix.
4994 2010-04-15  Michael Albinus  <michael.albinus@gmx.de>
4996         * net/tramp.el (tramp-error-with-buffer): Don't show the
4997         connection buffer when we are in completion mode.
4998         (tramp-file-name-handler): Catch the error for some operations
4999         when we are in completion mode.  This gives the user the chance to
5000         correct the file name in the minibuffer.
5002 2010-04-15  Glenn Morris  <rgm@gnu.org>
5004         * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
5006 2010-04-15  Juanma Barranquero  <lekktu@gmail.com>
5008         Simplify by using `define-derived-mode'.
5009         * info.el (Info-mode):
5010         * calendar/todo-mode.el (todo-mode):
5011         * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
5012         (gomoku-mode-map): Move initialization into declaration.
5014 2010-04-14  Michael Albinus  <michael.albinus@gmx.de>
5016         Fix Bug#5840.
5017         * ido.el (ido-file-name-all-completions-1):
5018         * minibuffer.el (minibuffer-completion-help):
5019         * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
5021 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5023         * simple.el (non-essential): New var.
5025         Add a new field `location' to bookmarks for non-file bookmarks.
5026         * bookmark.el (bookmark-location): Use the new field, if present.
5027         (bookmark-insert-location): Undo last change, not needed any more.
5028         * man.el (Man-bookmark-make-record):
5029         * woman.el (woman-bookmark-make-record): Add `location' field.
5031 2010-04-14  Juri Linkov  <juri@jurta.org>
5033         * simple.el (scroll-error-top-bottom): New defcustom.
5034         (scroll-up-command, scroll-down-command): Use it.  Doc fix.
5036         * emulation/pc-select.el (pc-select-override-scroll-error):
5037         Obsolete in favor of `scroll-error-top-bottom'.
5039 2010-04-14  Juri Linkov  <juri@jurta.org>
5041         * tutorial.el (tutorial--default-keys): Rebind `C-v' to
5042         `scroll-up-command' and `M-v' to `scroll-down-command'.
5044         * emulation/cua-rect.el (cua--init-rectangles):
5045         * forms.el (forms--change-commands):
5046         * image-mode.el (image-mode-map):
5047         Remap scroll-down-command and scroll-up-command
5048         in addition to scroll-down and scroll-up.
5050 2010-04-14  Juri Linkov  <juri@jurta.org>
5052         * mwheel.el (scroll-preserve-screen-position-commands):
5053         Add mwheel-scroll to this list of commands.
5055         * simple.el (scroll-preserve-screen-position-commands):
5056         Add scroll-up-command, scroll-down-command, scroll-up-line,
5057         scroll-down-line to this list of commands.
5059 2010-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5061         * obsolete/complete.el: Move from lisp/complete.el.
5063         * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
5065         * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
5066         to the minor mode function now turns the mode ON unconditionally.
5068 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5070         * vc-dir.el (vc-dir-kill-line): New command.
5071         (vc-dir-mode-map): Bind it to C-k.
5073         * bookmark.el (bookmark-insert-location): Handle a nil filename.
5075         * woman.el: Add bookmark declarations to silence the compiler.
5076         (bookmark-prop-get): Use `man-args' rather than `filename' as a first
5077         step to compatibility between man and woman bookmarks.
5078         Adjust for Man-default-bookmark-title renaming.
5079         (woman-bookmark-jump): Adjust accordingly.  Don't forget to autoload.
5081         * man.el: Add bookmark declarations to silence the compiler.
5082         (Man-name-local-regexp): Make it match NAME as well.
5083         (Man-getpage-in-background): Return the buffer.
5084         (Man-notify-when-ready): Use `case'.
5085         (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
5086         Don't hardcode "NAME".  Simplify.
5087         (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
5088         Rename from Man-bookmark-make-record.
5089         (Man-bookmark-jump): Rename from man-bookmark-jump.  Simplify now that
5090         we have the actual man-args.  Use Man-getpage-in-background rather
5091         than `man' since the arg is already processed.  Let bookmark.el do the
5092         window handling.  Only wait for the relevant process.
5093         Don't forget to autoload.
5095         * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
5097 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5099         * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
5100         New functions.
5101         (woman-mode): Setup bookmark support.
5103         * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
5104         (man-bookmark-jump): New functions.
5105         (Man-mode): Setup bookmark support.
5107 2010-04-10  Jari Aalto  <jari.aalto@cante.net>
5109         * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
5110         recognize ssh-keygen prompt (Bug#2817).
5112 2010-04-10  Michael Albinus  <michael.albinus@gmx.de>
5114         * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
5116 2010-04-10  Michael Albinus  <michael.albinus@gmx.de>
5118         Synchronize with Tramp repository.
5120         * net/tramp.el (tramp-completion-function-alist)
5121         (tramp-file-name-regexp, tramp-chunksize)
5122         (tramp-local-coding-commands, tramp-remote-coding-commands):
5123         Fix docstring.
5124         (tramp-remote-process-environment): Use `format' instead of `concat'.
5125         (tramp-handle-directory-files-and-attributes)
5126         (tramp-get-remote-path): Use `copy-tree'.
5127         (tramp-handle-file-name-all-completions): Backward/ XEmacs
5128         compatibility: Use `completion-ignore-case' if
5129         `read-file-name-completion-ignore-case' does not exist.
5130         (tramp-do-copy-or-rename-file-directly): Do not use
5131         `tramp-handle-file-remote-p'.
5132         (tramp-do-copy-or-rename-file-out-of-band):
5133         Use `tramp-compat-delete-directory'.
5134         (tramp-do-copy-or-rename-file-out-of-band)
5135         (tramp-compute-multi-hops, tramp-maybe-open-connection):
5136         Use `format-spec-make'.
5137         (tramp-find-foreign-file-name-handler)
5138         (tramp-advice-make-auto-save-file-name)
5139         (tramp-set-auto-save-file-modes): Remove superfluous check for
5140         `stringp'.  This is done inside `tramp-tramp-file-p'.
5141         (tramp-debug-outline-regexp): New defconst.
5142         (tramp-get-debug-buffer): Use it.
5143         (tramp-check-for-regexp): Use (forward-line 1).
5144         (tramp-set-auto-save-file-modes): Adapt version check.
5146         * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
5147         Wrap call of `featurep' for 2nd argument.
5148         (tramp-compat-make-temp-file): Simplify fallback implementation.
5149         (tramp-compat-copy-tree): Remove function.
5150         (tramp-compat-delete-directory): Provide implementation for older
5151         Emacsen.
5153         * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
5154         Do not use `tramp-fish-handle-file-attributes.
5156         * net/trampver.el: Update release number.
5158 2010-04-10  Glenn Morris  <rgm@gnu.org>
5160         * progmodes/compile.el (compilation-save-buffers-predicate):
5161         Add missing :version tag.
5163 2010-04-09  Sam Steingold  <sds@gnu.org>
5165         * progmodes/compile.el (compilation-save-buffers-predicate):
5166         Remove the "autoload" cookie.
5168         * progmodes/bug-reference.el (turn-on-bug-reference-mode)
5169         (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
5170         and `bug-reference-prog-mode' can be used in hooks directly.
5172 2010-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
5174         Add --author support to git commit.
5175         * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
5176         (vc-git-log-edit-mode): New minor mode.
5177         (log-edit-mode, log-edit-extra-flags, log-edit-mode):
5178         New declarations.
5180 2010-04-09  Eric Raymond  <esr@snark.thyrsus.com>
5182         * vc-hooks.el, vc-git.el: Improve documentation comments.
5184 2010-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5186         Fix some of the problems in defsubst* (bug#5728).
5187         * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
5188         (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
5190 2010-04-07  Sam Steingold  <sds@gnu.org>
5192         * progmodes/compile.el (compilation-save-buffers-predicate):
5193         New custom variable.
5194         (compile, recompile): Pass it to `save-some-buffers'.
5196 2010-04-07  Jan Djärv  <jan.h.d@swipnet.se>
5198         * wid-edit.el (widget-choose): Move cursor to the second line of
5199         the buffer (Bug#5695).
5201 2010-04-07  Dan Nicolaescu  <dann@ics.uci.edu>
5203         Add new VC methods: vc-log-incoming and vc-log-outgoing.
5204         * vc.el (vc-print-log-setup-buttons): New function split out from
5205         vc-print-log-internal.
5206         (vc-log-internal-common): New function, a parametrized version of
5207         vc-print-log-internal.
5208         (vc-print-log-internal): Just call vc-log-internal-common with the
5209         right arguments.
5210         (vc-incoming-outgoing-internal):
5211         (vc-log-incoming, vc-log-outgoing): New functions.
5212         (vc-log-view-type): New permanent local variable.
5214         * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
5216         * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
5217         of the dynamic bound vc-short-log.
5218         (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
5220         * vc-git.el (vc-git-log-outgoing): New function.
5221         (vc-git-log-view-mode): Use vc-log-view-type instead
5222         of the dynamic bound vc-short-log.
5224         * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
5225         of the dynamic bound vc-short-log.  Highlight the tag.
5226         (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
5227         (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
5228         (vc-hg-incoming-mode): Remove.
5229         (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
5231 2010-04-07  Dan Nicolaescu  <dann@ics.uci.edu>
5233         Fix default-directory for vc-root-diff.
5234         * vc.el (vc-root-diff): Bind default-directory to the root
5235         directory for the diff command.
5237 2010-04-07  Michael McNamara  <mac@mail.brushroad.com>
5239         * progmodes/verilog-mode.el (verilog-forward-sexp):
5240         (verilog-calc-1): Support "disable fork" and "fork wait" multi
5241         word keywords, suggested by Steve Pearlmutter.
5242         (verilog-pretty-declarations): Support lineup of declarations in
5243         port lists.
5244         (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
5245         fix bug for /* / comments.
5246         (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
5247         Speed up and simplfy as this is never called with a bound.
5248         (verilog-pretty-declarations): Enhance to line up declarations
5249         inside a parameter list, suggested by Alan Morgan.
5250         (verilog-pretty-expr): Tune assignment regular expression match
5251         string for corner cases; also use markers instead of character
5252         number as indent changes the later.
5254 2010-04-07  Wilson Snyder  <wsnyder@wsnyder.org>
5256         * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
5257         as missing keyword.
5258         (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
5259         causing truncation of AUTOWIRE signals.  Reported by Bruce Tennant.
5260         (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
5261         AUTO_TEMPLATEs needing multiple array bits.  Suggested by Bruce
5262         Tennant.
5263         (verilog-keywords):
5264         (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
5265         1800-2009 keywords, including "global.".
5267 2010-04-06  John Wiegley  <jwiegley@gmail.com>
5269         * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
5270         appearing in buffer list (if a live buffer name matched a recentf
5271         file basename).  Should use uniquify to offer a real solution.
5273 2010-04-06  John Wiegley  <jwiegley@gmail.com>
5275         * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
5276         comment to code, and add a :version tag.
5277         (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
5279 2010-04-06  Juanma Barranquero  <lekktu@gmail.com>
5281         Enable recentf-mode if using virtual buffers.
5282         * ido.el (recentf-list): Declare for byte-compiler.
5283         (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring.
5284         (ido-make-buffer-list): Simplify.
5285         (ido-add-virtual-buffers-to-list): Simplify.  Enable recentf-mode.
5287 2010-04-05  Juri Linkov  <juri@jurta.org>
5289         Scrolling commands which scroll a line instead of full screen.
5290         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
5292         * simple.el (scroll-up-line, scroll-down-line): New commands.
5293         Put property isearch-scroll=t on them.
5295         * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
5296         Remove commands.
5298 2010-04-05  Juri Linkov  <juri@jurta.org>
5300         Scrolling commands which do not signal errors at top/bottom.
5301         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
5303         * simple.el (scroll-up-command, scroll-down-command): New commands.
5304         Put property isearch-scroll=t on them.
5306         * bindings.el (global-map): Rebind [prior] from `scroll-down' to
5307         `scroll-down-command' and [next] from `scroll-up' to
5308         `scroll-up-command'.
5310         * emulation/cua-base.el: Put property CUA=move on
5311         `scroll-up-command' and `scroll-down-command'.
5312         (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
5313         and `scroll-down-command' to `cua-scroll-down'.
5315 2010-04-05  Juanma Barranquero  <lekktu@gmail.com>
5317         * help.el (describe-mode): Return nil.
5319 2010-04-04  John Wiegley  <jwiegley@gmail.com>
5321         * ido.el (ido-use-virtual-buffers): New variable to indicate
5322         whether "virtual buffer" support is enabled for IDO.
5323         (ido-virtual): Face used to indicate virtual buffers in the list.
5324         (ido-buffer-internal): If a buffer is chosen, and no such buffer
5325         exists, but a virtual buffer of that name does (which would be why
5326         it was in the list), recreate the buffer by reopening the file.
5327         (ido-make-buffer-list): If virtual buffers are being used, call
5328         `ido-add-virtual-buffers-to-list' before the make list hook.
5329         (ido-virtual-buffers): New variable which contains a copy of the
5330         current contents of the `recentf-list', albeit pared down for the
5331         sake of speed, and with proper faces applied.
5332         (ido-add-virtual-buffers-to-list): Using the `recentf-list',
5333         create a list of "virtual buffers" to present to the user in
5334         addition to the currently open set.  Note that this logic could
5335         get rather slow if that list is too large.  With the default
5336         `recentf-max-saved-items' of 200, there is little speed penalty.
5338 2010-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5340         * font-lock.el: Require CL when compiling.
5341         (font-lock-turn-on-thing-lock): Use `case'.
5343 2010-04-03  Eli Zaretskii  <eliz@gnu.org>
5345         * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
5346         Zaretskii.
5348 2010-04-02  Juanma Barranquero  <lekktu@gmail.com>
5350         * cedet/semantic/imenu.el (semantic-imenu-bucketize-type-members)
5351         (semantic-create-imenu-directory-index): Fix typos in docstrings.
5352         (semantic-imenu-goto-function): Reflow docstring.
5354 2010-04-02  Juri Linkov  <juri@jurta.org>
5356         * ehelp.el (electric-help-orig-major-mode):
5357         New buffer-local variable.
5358         (electric-help-mode): Set it to original major-mode.  Doc fix.
5359         (with-electric-help): Use `electric-help-orig-major-mode' instead
5360         of (default-value 'major-mode).  Doc fix.
5361         http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
5363 2010-04-02  Sam Steingold  <sds@gnu.org>
5365         * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
5366         `vc-hg-command' with a list of flags.
5368         * progmodes/bug-reference.el (bug-reference-bug-regexp):
5369         Also accept "patch" and "RFE".
5370         (bug-reference-fontify): `bug-reference-url-format' can also be a
5371         function to be able to handle the bug kind.
5372         (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
5374 2010-04-02  Jan Djärv  <jan.h.d@swipnet.se>
5376         * tmm.el (tmm-get-keymap): Check with symbolp before passing
5377         value to fboundp, it may not be a symbol.
5379 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
5381         * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
5383 2010-03-31  Juri Linkov  <juri@jurta.org>
5385         * simple.el (next-line, previous-line): Re-throw a signal
5386         with `signal' instead of using `ding'.
5387         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
5389 2010-03-31  Juri Linkov  <juri@jurta.org>
5391         * simple.el (keyboard-escape-quit): Raise deselecting the active
5392         region higher than exiting the minibuffer.
5393         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
5395 2010-03-31  Juri Linkov  <juri@jurta.org>
5397         * image.el (image-animated-p): Use `image-metadata' instead of
5398         `image-extension-data'.  Get GIF extenstion data from metadata
5399         property `extension-data'.
5401 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5403         * simple.el (append-to-buffer): Simplify.
5405 2010-03-31  Tomas Abrahamsson  <tab@lysator.liu.se>
5407         * textmodes/artist.el (artist-mode): Fix typo in docstring.
5408         Reported by Alex Schröder <kensanata@gmail.com>.  (Bug#5807)
5410 2010-03-31  Kenichi Handa  <handa@m17n.org>
5412         * language/sinhala.el (composition-function-table): Fix regexp for
5413         the new Unicode specification.
5415         * language/indian.el (devanagari-composable-pattern)
5416         (tamil-composable-pattern, kannada-composable-pattern)
5417         (malayalam-composable-pattern): Adjust for the new Unicode
5418         specification.
5419         (bengali-composable-pattern, gurmukhi-composable-pattern)
5420         (gujarati-composable-pattern, oriya-composable-pattern)
5421         (telugu-composable-pattern): New variables to cope with the new
5422         Unicode specification.  Use them in composition-function-table.
5424 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5426         Make tmm-menubar work for the Buffers menu again (bug#5726).
5427         * tmm.el (tmm-prompt): Also handle keymap entries in the form of
5428         vectors rather than cons cells, as used in menu-bar-update-buffers.
5430 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
5432         * progmodes/js.el (js-auto-indent-flag, js-mode-map)
5433         (js-insert-and-indent): Revert 2009-08-15 change, restoring
5434         electric punctuation for "{}();,:" (Bug#5586).
5436         * mail/sendmail.el (mail-default-directory): Doc fix.
5438 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
5440         * mail/sendmail.el (mail-default-directory): Doc fix.
5442 2010-03-31  Eli Zaretskii  <eliz@gnu.org>
5444         * subr.el (version-regexp-alist, version-to-list)
5445         (version-list-<, version-list-=, version-list-<=)
5446         (version-list-not-zero, version<, version<=, version=): Doc fix.
5447         (Bug#5744).
5449 2010-02-31  Dan Nicolaescu  <dann@ics.uci.edu>
5451         * vc.el (vc-root-diff): Doc fix.
5453 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
5455         * vc.el (vc-print-log, vc-print-root-log): Doc fix.
5457         * simple.el (append-to-buffer): Fix last change.
5459 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
5461         * simple.el (append-to-buffer): Ensure that point is preserved if
5462         BUFFER is the current buffer.  Suggested by YAMAMOTO Mitsuharu.
5463         (Bug#5749)
5465 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5467         * files.el (auto-mode-case-fold): Change default to t.
5469 2010-03-30  Juri Linkov  <juri@jurta.org>
5471         * dired-x.el (dired-omit-mode): Doc fix.
5473 2010-03-30  Juri Linkov  <juri@jurta.org>
5475         * replace.el (occur-accumulate-lines): Move occur-engine related
5476         functions `occur-accumulate-lines' and `occur-engine-add-prefix'
5477         to be located after `occur-engine'.
5479 2010-03-30  Juri Linkov  <juri@jurta.org>
5481         Make occur handle multi-line matches cleanly with context.
5482         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
5484         * replace.el (occur-accumulate-lines): Add optional arg `pt'.
5485         (occur-engine): Add local variables `ret', `prev-after-lines',
5486         `prev-lines'.  Use more arguments for `occur-context-lines'.
5487         Set first elem of its returned list to `data', and the second elem
5488         to `prev-after-lines'.  Don't print the separator line.
5489         In the end, print remaining context after-lines.
5490         (occur-context-lines): Add new arguments `begpt', `endpt',
5491         `lines', `prev-lines', `prev-after-lines'.  Rewrite to combine
5492         after-lines of the previous match with before-lines of the
5493         current match and not overlap them.  Return a list with two
5494         values: the output line and the list of context after-lines.
5496 2010-03-30  Juri Linkov  <juri@jurta.org>
5498         * replace.el (occur-accumulate-lines): Fix a bug where the first
5499         context line at the beginning of the buffer was missing.
5501 2010-03-30  Eli Zaretskii  <eliz@gnu.org>
5503         * files.el: Make bidi-display-reordering safe variable for boolean
5504         values.
5506 2010-03-29  Phil Hagelberg  <phil@evri.com>
5507             Chong Yidong  <cyd@stupidchicken.com>
5509         * subr.el: Extend progress reporters to perform "spinning".
5510         (progress-reporter-update, progress-reporter-do-update):
5511         Handle non-numeric value arguments.
5512         (progress-reporter--pulse-characters): New var.
5514 2010-03-28  Chong Yidong  <cyd@stupidchicken.com>
5516         * progmodes/compile.el (compilation-start): Fix regexp detection
5517         of initial cd command (Bug#5771).
5519 2010-03-28  Stefan Guath  <stefan@automata.se>  (tiny change)
5521         * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
5523 2010-03-27  Nick Roberts  <nickrob@snap.net.nz>
5525         Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
5526         * lisp/progmodes/gdb-mi.el: Restore.
5527         * lisp/progmodes/gdb-ui.el: Remove.
5528         * lisp/progmodes/gud.el: Re-accommodate for gdb-mi.el.
5530 2010-03-25  Glenn Morris  <rgm@gnu.org>
5532         * desktop.el (desktop-save-buffer-p): Don't mistakenly include
5533         all dired buffers, even tramp ones.  (Bug#5755)
5535 2010-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5537         Add "union tags" in mpc.el.
5538         * mpc.el: Remove backward compatibility code.
5539         (mpc-browser-tags): Change default.
5540         (mpc--find-memoize-union-tags): New var.
5541         (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
5542         (mpc-cmd-find): Handle the case where the playlist does not exist.
5543         Handle union-tags.
5544         (mpc-cmd-list): Use mpc-cmd-special-tag-p.  Handle union-tags.
5545         (mpc-cmd-add): Use mpc-cmd-flush.
5546         (mpc-tagbrowser-tag-name): New fun.
5547         (mpc-tagbrowser-buf): Use it.
5548         (mpc-songs-refresh): Use cond.  Move to point-min as a fallback.
5550 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5552         Misc cleanup.
5553         * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
5554         Use replace-regexp-in-string.
5555         (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
5556         (makefile-imake-mode-syntax-table): Move init into defvar.
5557         (makefile-mode): Use define-derived-mode.
5559         * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
5560         (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
5561         not be present any more.
5563 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
5565         * faces.el (set-face-attribute): Fix typo in docstring.
5566         (face-valid-attribute-values): Reflow docstring.
5568         * cedet/srecode/table.el (srecode-template-table): Fix docstring typo.
5570 2010-03-24  Glenn Morris  <rgm@gnu.org>
5572         * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
5574 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
5576         * indent.el (indent-for-tab-command): Doc fix.
5578 2010-03-24  Alan Mackenzie  <acm@muc.de>
5580         * progmodes/cc-engine.el (c-remove-stale-state-cache):
5581         Fix off-by-one error.  Fixes bug #5747.
5583 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
5585         * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
5586         (image-dired-read-comment): Doc fix.
5588         * json.el (json-object-type, json-array-type, json-key-type)
5589         (json-false, json-null, json-read-number):
5590         * minibuffer.el (completion-in-region-functions):
5591         * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
5592         (cal-tex-cursor-week):
5593         * emacs-lisp/trace.el (trace-function):
5594         * eshell/em-basic.el (eshell/printnl):
5595         * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
5596         (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
5597         * obsolete/levents.el (allocate-event, event-key, event-object)
5598         (event-point, event-process, event-timestamp, event-to-character)
5599         (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
5600         * textmodes/reftex-vars.el (reftex-index-macros-builtin)
5601         (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
5602         (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
5603         (reftex-highlight-selection): Fix typos in docstrings.
5605 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
5607         * minibuffer.el (completion-in-region-functions): Fix docstring typos.
5609 2010-03-24  Glenn Morris  <rgm@gnu.org>
5611         * mail/rmail.el (rmail-highlight-face): Restore option deleted
5612         2008-02-13 without comment; mark it obsolete.
5613         (rmail-highlight-headers): Use rmail-highlight-face once more.
5615 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
5617         * woman.el (woman2-process-escapes): Only consume the newline if
5618         the filler character is on a line by itself (Bug#5729).
5620 2010-03-24  Kenichi Handa  <handa@m17n.org>
5622         * language/indian.el (devanagari-composable-pattern): Add more
5623         consonants.
5625 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
5627         * net/trampver.el: Update release number.
5629 2010-03-24  Glenn Morris  <rgm@gnu.org>
5631         * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
5633 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
5635         * net/tramp.el (tramp-find-executable):
5636         Use `tramp-get-connection-buffer'.  Make the regexp for checking
5637         output of "wc -l" more robust.
5638         (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
5639         (tramp-open-connection-setup-interactive-shell): Remove workaround
5640         for OpenSolaris bug, it is not needed anymore.
5642 2010-03-24  Eric M. Ludlam  <zappo@gnu.org>
5644         * cedet/semantic/imenu.el: New file, from the CEDET repository
5645         (Bug#5412).
5647 2010-03-24  Glenn Morris  <rgm@gnu.org>
5649         * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie.  (Bug#4427)
5651 2010-03-24  Wilson Snyder  <wsnyder@wsnyder.org>
5653         * files.el (auto-mode-alist): Accept more verilog file patterns.
5655 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5657         * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
5659 2010-03-24  Glenn Morris  <rgm@gnu.org>
5661         * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
5662         log-edit-before-checkin-process.
5664         * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
5666         * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
5668         * vc-dispatcher.el (vc-start-logentry): Doc fix.
5669         (log-view-process-buffer, log-edit-extra-flags): Declare.
5671         * log-edit.el (log-edit-before-checkin-process): Doc fix.
5673         * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
5674         Consistently check ede-object is bound throughout.
5676         * cedet/ede/project-am.el (ede-shell-run-something): Declare.
5678 2010-03-23  Sam Steingold  <sds@gnu.org>
5680         Fix bug#5620: recalculate all markers on compilation buffer
5681         modifications, not on file modifications.
5682         * progmodes/compile.el (buffer-modtime): New buffer-local variable:
5683         the buffer modification time, for buffers not associated with files.
5684         (compilation-mode): Create it.
5685         (compilation-filter): Update it.
5686         (compilation-next-error-function): Use it instead of
5687         `visited-file-modtime' for timestamp.
5689 2010-03-23  Juri Linkov  <juri@jurta.org>
5691         Implement Occur multi-line matches.
5692         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
5694         * replace.el (occur): Doc fix.
5695         (occur-engine): Set `begpt' to the beginning of the first line.
5696         Set `endpt' to the end of the last match line.  At first, count
5697         line numbers between `origpt' and `begpt'.  Split out code from
5698         `out-line' variable to new let-bindings `match-prefix' and
5699         `match-str'.  In `out-line' add non-numeric prefix to all
5700         non-first lines of multi-line matches.  Finally, count lines
5701         between `begpt' and `endpt' and add to `lines'.
5703 2010-03-23  Juri Linkov  <juri@jurta.org>
5705         * replace.el (occur-accumulate-lines, occur-engine):
5706         Use `occur-engine-line' instead of duplicate code.
5707         (occur-engine-line): New function created from duplicate code
5708         in `occur-accumulate-lines' and `occur-engine'.
5710         * replace.el (occur-engine-line): Add optional arg `keep-props'.
5711         (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
5713 2010-03-23  Juri Linkov  <juri@jurta.org>
5715         * finder.el: Remove TODO tasks.
5717         * info.el (Info-finder-find-node): Add node "all"
5718         with all package info.  Handle a list of multiple keywords
5719         separated by comma.
5720         (info-finder): In interactive use with a prefix argument,
5721         use `completing-read-multiple' to read a list of keywords
5722         separated by comma.
5724 2010-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5726         Add a new completion style `substring'.
5727         * minibuffer.el (completion-basic--pattern): New function.
5728         (completion-basic-try-completion, completion-basic-all-completions):
5729         Use it.
5730         (completion-substring--all-completions)
5731         (completion-substring-try-completion)
5732         (completion-substring-all-completions): New functions.
5733         (completion-styles-alist): New style `substring'.
5735 2010-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5737         Get rid of .elc files after removal of the corresponding .el.
5738         * Makefile.in (compile-clean): New target.
5739         (compile-main): Use it.
5741 2010-03-22  Jan Djärv  <jan.h.d@swipnet.se>
5743         * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
5744         don't do make there.  When compiling with separate object dir, there
5745         is no Makefile there.
5747 2010-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5749         Get rid of the ELCFILES abomination, again.
5750         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
5751         (all, compile): Don't call compile-last.
5752         (compile-main): Build the "elcfiles" list dynamically.
5753         (compile-targets): New (internal) target.
5755 2010-03-21  Andreas Schwab  <schwab@linux-m68k.org>
5757         * Makefile.in (top_srcdir): Define.
5758         (abs_top_builddir): Define.
5759         (srcdir): Don't append `/..'.
5760         (EMACS): Use ${abs_top_builddir}.
5761         (all, compile, compile-always, compile-last): Don't set emacswd.
5762         (update-subdirs, update-authors): Use $(top_srcdir) instead of
5763         $(srcdir).
5764         (lisp): Use $(srcdir) instead of @srcdir@.
5766 2010-03-21  Juri Linkov  <juri@jurta.org>
5768         Fix message of multi-line occur regexps and multi-buffer header lines.
5769         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
5771         * replace.el (occur-1): Don't display regexp if it is longer
5772         than window-width.  Use `query-replace-descr' to display regexp.
5773         (occur-engine): Don't display regexp in the buffer header for
5774         multi-buffer occur.  Display a separate header line with total
5775         match count and regexp for multi-buffer occur.
5776         Use `query-replace-descr' to display regexp.
5778 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5780         * net/secrets.el: Fix parenthesis.
5781         (secrets-enabled): Fix parenthesis.
5783 2010-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5785         Use more relative file and directory names.
5786         * Makefile.in (EMACS): Arrange for it to work when we chdir.
5787         (setwins, setwins_almost, setwins_for_subdirs):
5788         Don't `cd'; output relative names.
5789         (all, compile, compile-always, compile-last): Set emacswd.
5790         (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
5791         Just cd to the lisp source dir so we can use relative file names.
5793         * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
5795 2010-03-20  Glenn Morris  <rgm@gnu.org>
5797         * textmodes/rst.el: Use faces for font-lock customization, and make the
5798         old -face variables obsolete.
5799         (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
5800         (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
5801         (rst-block-face, rst-external-face, rst-definition-face)
5802         (rst-directive-face, rst-comment-face, rst-emphasis1-face)
5803         (rst-emphasis2-face, rst-literal-face, rst-reference-face):
5804         Make obsolete.
5805         (rst-font-lock-keywords-function): Update for above changes.
5807 2010-03-20  Juri Linkov  <juri@jurta.org>
5809         * s-region.el:
5810         * obsolete/s-region.el: Move to obsolete.
5812 2010-03-19  Juanma Barranquero  <lekktu@gmail.com>
5814         * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
5816 2010-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
5818         * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
5820 2010-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
5822         Add special markup processing for commit logs.
5823         * log-edit.el (log-edit-extra-flags): New variable.
5824         (log-edit): Add new argument MODE.  Use that mode when non-nil
5825         instead of the log-view-mode.
5826         (log-view-process-buffer): New function.
5828         * vc.el: Document that the checkin method takes optional
5829         arguments.  Document new backend specific method: log-view-mode.
5830         (vc-default-log-edit-mode): New function.
5831         (vc-checkin): Use a backend specific log-view-mode.
5832         Pass extra arguments to the checkin method.
5833         (vc-modify-change-comment): Pass a dummy extra argument.
5835         * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
5836         log-edit.
5837         (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
5838         (vc-finish-logentry): Process the log buffer before passing it
5839         down.  Pass log-edit-extra-flags.
5841         * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
5842         command.
5843         (log-edit-extra-flags, log-edit-before-checkin-process):
5844         New declarations.
5846         * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
5847         command.
5848         (log-edit-extra-flags, log-edit-before-checkin-process):
5849         New declarations.
5850         (vc-hg-log-edit-mode): New derived mode.
5852         * vc-arch.el (vc-arch-checkin):
5853         * vc-cvs.el (vc-cvs-checkin):
5854         * vc-git.el (vc-git-checkin):
5855         * vc-mtn.el (vc-mtn-checkin):
5856         * vc-rcs.el (vc-rcs-checkin):
5857         * vc-sccs.el (vc-sccs-checkin):
5858         * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
5860 2010-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5862         * outline.el (hide-sublevels): Don't hide trailing newline (and fix
5863         parent typo).
5865 2010-03-19  Glenn Morris  <rgm@gnu.org>
5867         * password-cache.el (password-cache, password-cache-expiry): Autoload.
5869 2010-03-18  Glenn Morris  <rgm@gnu.org>
5871         * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
5873         * replace.el (query-replace-history): Give it a doc string.
5874         (map-query-replace-regexp): Use query-replace-from-history-variable
5875         and query-replace-to-history-variable.
5877         * mail/hashcash.el (declare-function): Remove duplicate definition.
5879         * mail/emacsbug.el (report-emacs-bug-pretest-address):
5880         Make it an obsolete alias for report-emacs-bug-address.
5881         (message-strip-special-text-properties): Declare.
5882         (report-emacs-bug): Remove test for a pretest bug address.
5883         Combine message-mode-specific code.
5885         * mail/supercite.el: Don't require sendmail.
5886         (mh-in-header-p): Declare rather than using with-no-warnings.
5887         (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
5888         mail-header-end.  Don't bind mysterious variable `kill-lines-magic'.
5890         * calendar/cal-french.el: Convert to utf-8.
5892         * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
5893         Emacs scripts.
5895 2010-03-16  Michael Albinus  <michael.albinus@gmx.de>
5897         * net/secrets.el (secrets-enabled): New variable.  Use it instead
5898         of a subfeature.
5900 2010-03-15  Michael Albinus  <michael.albinus@gmx.de>
5902         * net/secrets.el (top): Register the D-Bus signals only when the
5903         service "org.freedesktop.secrets" can be pinged.
5904         Provide subfeature `enabled'.
5906 2010-03-14  Juri Linkov  <juri@jurta.org>
5908         Add finder unknown keywords.
5910         * finder.el (finder-unknown-keywords): New function.
5912         * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
5913         to create a Finder node with unknown keywords.
5915 2010-03-14  Juri Linkov  <juri@jurta.org>
5917         * finder.el (finder-compile-keywords): Replace `princ' with
5918         `prin1' on a list of symbols interned from keyword strings.
5920         * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
5921         a comma, then split keywords using a comma and optional whitespace.
5922         Otherwise, split by whitespace.
5924         * complete.el:
5925         * face-remap.el:
5926         * log-view.el:
5927         * net/hmac-def.el:
5928         * net/hmac-md5.el:
5929         * net/netrc.el:
5930         * progmodes/mixal-mode.el: Fix keywords.
5932 2010-03-13  Michael Albinus  <michael.albinus@gmx.de>
5934         * Makefile.in (ELCFILES): Add net/secrets.elc.
5936         * net/secrets.el: New file.
5938 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
5940         * facemenu.el (list-colors-display, list-colors-print): New arg
5941         callback.  Use it to allow selecting colors.
5943         * wid-edit.el (widget-image-insert): Insert image prop even if the
5944         current display is non-graphic.
5945         (widget-field-value-set): New fun.
5946         (editable-field): Use it.
5947         (widget-field-value-get): Clean up unused var.
5948         (widget-color-value-create, widget-color--choose-action):
5949         New funs.  Allow using list-colors-display to choose color.
5951 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
5953         * cus-edit.el: Resort topmost custom groups.
5954         (custom-buffer-sort-alphabetically): Default to t.
5955         (customize-apropos): Use apropos-parse-pattern.
5956         (custom-search-field): New var.
5957         (custom-buffer-create-internal): Add custom-apropos search field.
5958         (custom-add-parent-links): Don't display parent doc.
5959         (custom-group-value-create): Don't sort top-level custom group.
5960         (custom-magic-value-create): Show visibility button before option name.
5962         (custom-variable-state): New fun, from custom-variable-state-set.
5963         (custom-variable-state-set): Use it.
5964         (custom-group-value-create): Hide options with standard values
5965         using the :hidden-states property.  Use progress reporter.
5967         (custom-show): Simplify.
5968         (custom-visibility): Disable images by default.
5969         (custom-variable): New property :hidden-states.
5970         (custom-variable-value-create): Enable images for
5971         custom-visibility widgets.  Use :hidden-states property to
5972         determine initial visibility.
5974         * wid-edit.el (widget-image-find): Give images center ascent.
5975         (visibility): Add :on-image and :off-image properties.
5976         (widget-visibility-value-create): Use them.
5978 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
5980         * cus-edit.el (processes): Remove from development group.
5981         (oop, hypermedia): Delete group.
5982         (comm): Promote to top-level group.
5984         * net/browse-url.el (browse-url):
5985         * net/xesam.el (xesam):
5986         * net/tramp.el (tramp):
5987         * net/goto-addr.el (goto-address):
5988         * net/ange-ftp.el (ange-ftp): Put in comm group.
5990         * view.el (view): Remove from editing group.
5992         * uniquify.el (uniquify): Put in files group.
5994         * net/browse-url.el (browse-url):
5995         * ps-print.el (postscript): Put in external group.
5997         * cus-edit.el (outlines):
5998         * textmodes/text-mode.el (text-mode-hook):
5999         * textmodes/table.el (table):
6000         * textmodes/picture.el (picture):
6001         * outline.el (outlines): Put in wp group.
6003         * nxml/nxml-mode.el (nxml): Remove from wp group.
6005         * net/tramp-imap.el (tramp-imap): Put in tramp group.
6007         * mail/metamail.el (metamail): Remove from hypermedia group.
6009         * cus-edit.el (abbrev):
6010         * whitespace.el (whitespace):
6011         * vcursor.el (vcursor):
6012         * reveal.el (reveal):
6013         * hl-line.el (hl-line): Put in convenience group.
6015         * epg-config.el (epg): Put in data group.
6017         * emulation/pc-select.el (pc-select): Put in emulations group.
6019         * calculator.el (calculator): Put in applications group.
6021 2010-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
6023         Add .dir-locals.el support for file-less buffers.
6024         * files.el (hack-local-variables): Split out code to apply local
6025         variable settings ...
6026         (hack-local-variables-apply): ... here.  New function.
6027         (hack-dir-local-variables): Use the default directory for when the
6028         buffer does not have an associated file.
6029         (hack-dir-local-variables-non-file-buffer): New function.
6030         * diff-mode.el (diff-mode):
6031         * vc-annotate.el (vc-annotate-mode):
6032         * vc-dir.el (vc-dir-mode):
6033         * log-edit.el (log-edit-mode):
6034         * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
6036 2010-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
6038         Add support for shelving snapshots and for showing shelves.
6039         * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
6040         (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
6041         New functions.
6042         (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
6043         (vc-bzr-extra-menu-map): Map them.
6045 2010-03-11  Glenn Morris  <rgm@gnu.org>
6047         * cus-edit.el (customize-changed-options-previous-release):
6048         Bump to 23.1.
6050         * image.el (image-animate-max-time): Fix :version tag.
6052 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
6054         * Branch for 23.2.
6056 2010-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6058         * vc-git.el (vc-git-revision-table): Include remote branches.
6060 2010-03-10  Kim F. Storm  <storm@cua.dk>
6062         Animated image API.
6063         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
6065         * image.el (image-animate-max-time): New defcustom.
6066         (image-animated-types): New defconst.
6067         (create-animated-image, image-animate-timer)
6068         (image-animate-start, image-animate-stop, image-animate-timeout)
6069         (image-animated-p): New functions.
6071         * image-mode.el (image-toggle-display-image):
6072         Replace `create-image' with `create-animated-image'.
6074 2010-03-09  Miles Bader  <miles@gnu.org>
6076         * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
6077         instead of "format:"; this ensures that the output is
6078         newline-terminated.
6080 2010-03-08  Chong Yidong  <cyd@stupidchicken.com>
6082         * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
6083         that all errors are caught, and that the return value is always a
6084         list (Bug#5692).
6086 2010-03-08  Kenichi Handa  <handa@m17n.org>
6088         * language/misc-lang.el (windows-1256): New coding system.
6089         (cp1256): New alias of windows-1256 (bug#5690).
6091 2010-03-07  Andreas Schwab  <schwab@linux-m68k.org>
6093         * mail/rfc822.el (rfc822-addresses): Move catch clause down around
6094         call to rfc822-bad-address.  (Bug#5692)
6096 2010-03-07  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
6098         * vc-git.el (vc-git-annotate-extract-revision-at-line):
6099         Use vc-git-root as default directory for revision path (Bug#5657).
6101 2010-03-06  Chong Yidong  <cyd@stupidchicken.com>
6103         * calculator.el (calculator): Don't bind split-window-keep-point
6104         (Bug#5674).
6106 2010-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6108         * vc-git.el: Re-flow to fit into 80 columns.
6109         (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
6110         Remove spurious `quote' element in each case alternative.
6111         (vc-git-show-log-entry): Use prog1.
6112         (vc-git-after-dir-status-stage): Remove unused var `remaining'.
6114 2010-03-06  Glenn Morris  <rgm@gnu.org>
6116         * cedet/semantic/grammar.el (semantic-grammar-header-template):
6117         Update template copyright to GPLv3+.
6119 2010-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6121         * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
6123 2010-03-03  Chong Yidong  <cyd@stupidchicken.com>
6125         * macros.el (insert-kbd-macro): Look up keyboard macro using the
6126         definition, not the name (Bug#5481).
6128 2010-03-03  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
6130         * subr.el (momentary-string-display): Don't overwrite the MESSAGE
6131         argument with a local variable.  (Bug#5670)
6133 2010-03-02  Juri Linkov  <juri@jurta.org>
6135         * info.el (Info-index-next): Decrement line number by 2.  (Bug#5652)
6137 2010-03-02  Michael Albinus  <michael.albinus@gmx.de>
6139         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
6140         error when FILENAME and NEWNAME are existing remote directories.
6142         * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
6143         parameter DIR-FLAG.
6145 2010-03-02  Glenn Morris  <rgm@gnu.org>
6147         * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
6148         of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
6150 2010-03-01  Kenichi Handa  <handa@m17n.org>
6152         * language/burmese.el (burmese-composable-pattern): Rename from
6153         myanmar-composable-pattern.
6155         * international/characters.el (script-list):
6156         * international/fontset.el (script-representative-chars):
6157         Change myanmar to burmese.
6158         (otf-script-alist): Likewise.
6159         (setup-default-fontset): Likewise.  Re-fix :otf spec.
6161 2010-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6163         * menu-bar.el (menu-bar-manuals-menu): Fix typo.
6165 2010-02-28  Jan Djärv  <jan.h.d@swipnet.se>
6167         * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
6169 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
6171         * net/tramp.el (tramp-handle-write-region): START can be a string.
6172         Take care in the checks.  Reported by Dan Davison
6173         <davison@stats.ox.ac.uk>.
6175 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
6177         * net/dbus.el (dbus-introspect, dbus-get-property)
6178         (dbus-set-property, dbus-get-all-properties):
6179         Use `dbus-call-method' when noninteractive.  (Bug#5645)
6181 2010-02-28  Chong Yidong  <cyd@stupidchicken.com>
6183         * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
6184         * emacs-lisp/elint.el (elint-add-required-env):
6185         * cedet/semantic/db-find.el
6186         (semanticdb-find-translate-path-brutish-default):
6187         * cedet/ede/make.el (ede-make-check-version):
6188         * calendar/icalendar.el (icalendar--add-diary-entry):
6189         * calc/calcalg2.el (math-tracing-integral):
6190         * files.el (recover-session-finish): Use with-current-buffer
6191         instead of save-excursion.
6193 2010-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6195         Fix in-buffer completion when after-change-functions modify the buffer.
6196         * minibuffer.el (completion--replace): New function.
6197         (completion--do-completion): Use it and use relative movement.
6199 2010-02-27  Chong Yidong  <cyd@stupidchicken.com>
6201         * international/fontset.el (setup-default-fontset): Fix :otf spec.
6203 2010-02-27  Jeremy Whitlock  <jcscoobyrs@gmail.com>  (tiny change)
6205         * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
6206         Allow the characters _<> in the stack entry (Bug#5653).
6208 2010-02-26  Kenichi Handa  <handa@m17n.org>
6210         * language/burmese.el: Fix entries in composition-function-table.
6211         (myanmar-composable-pattern): New variable.
6213         * international/fontset.el (setup-default-fontset): Add an entry
6214         for myanmar.
6216         * international/characters.el (script-list): Add Myanmar
6217         Extended-A.
6219 2010-02-26  Glenn Morris  <rgm@gnu.org>
6221         * custom.el (custom-initialize-delay): Doc fix.
6223         * mail/sendmail.el (send-mail-function): Autoload the call
6224         to custom-initialize-delay, not otherwise preserved in loaddefs.el.
6226 2010-02-24  Chong Yidong  <cyd@stupidchicken.com>
6228         * files.el (hack-local-variables-filter): For eval forms, also
6229         check safe-local-variable-p (Bug#5636).
6231 2010-02-24  Eduard Wiebe  <usenet@pusto.de>
6233         * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
6234         and use c(ad)r of cddr (Bug#5640).
6236 2010-02-22  Michael Albinus  <michael.albinus@gmx.de>
6238         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
6239         setting the modes by `ignore-errors'.  It might fail, for example
6240         if the file is not owned by the user but the group.
6241         (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
6243 2010-02-21  Chong Yidong  <cyd@stupidchicken.com>
6245         * files.el (directory-listing-before-filename-regexp): Use
6246         stricter matching for iso-style dates, to avoid false matches with
6247         date-like filenames (Bug#5597).
6249         * htmlfontify.el (htmlfontify): Doc fix.
6251         * eshell/eshell.el (eshell): Doc fix.
6253         * startup.el (fancy-about-screen): In mode-line, apply
6254         mode-line-buffer-id face only to the buffer name (Bug#5613).
6256 2010-02-20  Kevin Ryde  <user42@zip.com.au>
6258         * progmodes/compile.el (compilation-error-regexp-alist-alist):
6259         In `watcom' anchor regexp to start of line, to avoid slowness
6260         (Bug#5599).
6262 2010-02-20  Eli Zaretskii  <eliz@gnu.org>
6264         * subr.el (remove-yank-excluded-properties): Explain in a comment
6265         why `category' property is removed.
6267 2010-02-19  Chong Yidong  <cyd@stupidchicken.com>
6269         * isearch.el (isearch-update-post-hook, isearch-update): Revert
6270         2010-02-17 change.
6272 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
6274         * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
6275         (icalendar--convert-weekly-to-ical)
6276         (icalendar--convert-yearly-to-ical)
6277         (icalendar--convert-block-to-ical)
6278         (icalendar--convert-cyclic-to-ical)
6279         (icalendar--convert-anniversary-to-ical): Take care of time
6280         specifications where hour has 1-digit only (Bug#5549).
6282 2010-02-19  Nick Roberts  <nickrob@snap.net.nz>
6284         * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
6285         of disassemble output in GDB 7.1.
6287 2010-02-19  Glenn Morris  <rgm@gnu.org>
6289         * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
6290         property.  (Bug#5593)
6292 2010-02-18  Sam Steingold  <sds@gnu.org>
6294         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
6296 2010-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6298         Use abbreviated file names in bookmarks (bug#5591).
6299         * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
6300         calls to expand-file-name.
6301         (bookmark-relocate): Use abbreviated file names in bookmarks.
6302         (bookmark-load): Use abbreviated file names in messages.
6304 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
6306         * net/tramp.el (tramp-handle-directory-files): When FULL, do not
6307         expand "." and "..".  Reported by Thierry Volpiatto
6308         <thierry.volpiatto@gmail.com>.
6310 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
6312         * net/tramp.el (tramp-handle-insert-file-contents): Set always the
6313         permissions of the temporary file to "0600".  In case the remote
6314         file has no read permissions for the owner, there might be
6315         problems otherwise.  Reported by Ole Laursen <olau@iola.dk>.
6317 22010-02-18  Glenn Morris  <rgm@gnu.org>
6319         * emacs-lisp/authors.el (authors-renamed-files-alist):
6320         Add entries for INSTALL.CVS.
6322 2010-02-17  Mark A. Hershberger  <mah@everybody.org>
6324         * vc-bzr.el: Fix typo in Known Bugs section.
6326         * isearch.el (isearch-update-post-hook): New hook.
6327         (isearch-update): Use the new hook.
6329 2010-02-16  Michael Albinus  <michael.albinus@gmx.de>
6331         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
6332         Fix errors in copying directories.
6333         (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
6334         (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
6335         (tramp-handle-delete-file)
6336         (tramp-handle-dired-recursive-delete-directory)
6337         (tramp-handle-write-region): Flush also the cache for the upper
6338         directory.
6340 2010-02-16  Chong Yidong  <cyd@stupidchicken.com>
6342         * simple.el (save-interprogram-paste-before-kill): Doc fix.
6344         * cus-edit.el (hardware): Doc fix.
6346         * man.el (man): Add to external custom group.
6348         * delim-col.el (columns): Move to wp custom group.
6350         * doc-view.el (doc-view): Add to data custom group.
6352         * cedet/data-debug.el (data-debug): Move to extensions group.
6354         * cedet/ede.el (ede):
6355         * cedet/srecode.el (srecode):
6356         * cedet/semantic.el (semantic): Put in tools and extensions group.
6358         * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
6360         * textmodes/flyspell.el (flyspell-word): Obey the offset specified
6361         by ispell-parse-output (Bug#5575).
6363 2010-02-16  Kenichi Handa  <handa@m17n.org>
6365         * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
6366         (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
6367         (skkdic-convert): Use `euc-japan' coding system for writing.
6369 2010-02-16  Glenn Morris  <rgm@gnu.org>
6371         * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
6372         tex-main-file before using it.  (Bug#5562)
6374 2010-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6376         * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
6377         warnings, since it is annoying for the user to see them each time he
6378         runs the code.
6380 2010-02-15  Michael Albinus  <michael.albinus@gmx.de>
6382         * net/tramp.el (tramp-process-actions, tramp-read-passwd):
6383         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
6384         instead of PROC for caching "first-password-request".  Otherwise,
6385         new processes would not profit from passwords already entered.
6387         * net/tramp-cache.el (tramp-dump-connection-properties):
6388         Don't save "first-password-request" property.
6390 2010-02-14  Juanma Barranquero  <lekktu@gmail.com>
6392         * outline.el (outline-head-from-level):
6393         * simple.el (with-wrapper-hook):
6394         * cedet/ede.el (ede-run-target, project-delete-target)
6395         (project-dist-files, ede-name, ede-documentation, ede-parent-project)
6396         (ede-adebug-project, ede-adebug-project-parent)
6397         (ede-adebug-project-root):
6398         * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
6399         (elint-defun, elint-buffer-env, elint-top-form-logged)
6400         (elint-unbound-variable):
6401         * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
6402         Fix typos in docstrings.
6404 2010-02-14  Michael Albinus  <michael.albinus@gmx.de>
6406         * files.el (insert-directory): When WILDCARD-REGEXP and
6407         FULL-DIRECTORY-P are nil, insert the file entry instead of the
6408         whole directory.  (Bug#5551)
6410         * net/ange-ftp.el (ange-ftp-insert-directory): Insert "  " for
6411         dired's alignment sanity.  (Bug#5516)
6413 2010-02-14  Juri Linkov  <juri@jurta.org>
6415         * man.el (Man-fontify-manpage, Man-cleanup-manpage):
6416         Remove remaining ^H with their preceding chars.  (Bug#5566)
6418 2010-02-13  Glenn Morris  <rgm@gnu.org>
6420         * simple.el (transpose-subr): Give it a doc-string.
6422         * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
6423         Doc fixes.
6425 2010-02-12  Juri Linkov  <juri@jurta.org>
6427         * arc-mode.el (archive-unique-fname): Make directories for nested
6428         archives.  (Bug#5540)
6430 2010-02-12  Juri Linkov  <juri@jurta.org>
6432         * ffap.el (dired-at-point): Fix docstring.  (Bug#5565)
6434 2010-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6436         * subr.el (copy-overlay): Handle deleted overlays.
6438         * man.el (Man-completion-table): Don't signal an error if we can't run
6439         manual-program (bug#4056).
6441 2010-02-10  Juanma Barranquero  <lekktu@gmail.com>
6443         * textmodes/artist.el (artist-mt): Fix typos in docstring.
6445 2010-02-10  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6447         * info.el (Info-bookmark-jump): Simplify.
6449         * bookmark.el (bookmark-handle-bookmark): Catch the right error.
6450         (bookmark-default-handler): Accept new bookmark field `buffer'.
6452 2010-02-10  Chong Yidong  <cyd@stupidchicken.com>
6454         * iswitchb.el (iswitchb-completions): Revert last change.
6456 2010-02-10  Michael Albinus  <michael.albinus@gmx.de>
6458         * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
6459         FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
6460         This prevents file names like "~/" being listed literally.
6462 2010-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
6464         * term/xterm.el (xterm-maybe-set-dark-background-mode):
6465         Remove dead code.  (Bug#5546)
6467 2010-02-09  Chong Yidong  <cyd@stupidchicken.com>
6469         * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
6470         correctly (Bug#5548).
6472 2010-02-08  Jose E. Marchesi  <jemarch@gnu.org>
6474         * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
6475         (ada-adjust-case): Don't adjust case in hexadecimal number literals.
6477 2010-02-08  Kenichi Handa  <handa@m17n.org>
6479         * international/mule-util.el (with-coding-priority): Add autoload
6480         cookie for putting `lisp-indent-function'.
6482 2010-02-07  Glenn Morris  <rgm@gnu.org>
6484         * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
6485         Move F2003 named interfaces from keywords-2 to keywords-1, and
6486         use function-name-face rather than constant-face.
6487         Simplify "abstract interface" regexp.
6489 2010-02-07  Chong Yidong  <cyd@stupidchicken.com>
6491         * eshell/esh-util.el (eshell-file-attributes): New optional arg
6492         ID-FORMAT.  Pass it to `file-attributes'.
6494         * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
6496 2010-02-07  sj  <prime.wizard+emacs@gmail.com>  (tiny change)
6498         * faces.el (set-face-attribute): Allow calling
6499         internal-set-lisp-face-attribute with 'unspecified family and
6500         foundry argument (Bug#5536).
6502 2010-02-07  Glenn Morris  <rgm@gnu.org>
6504         * progmodes/f90.el (f90-font-lock-keywords-2)
6505         (f90-looking-at-type-like, f90-looking-at-program-block-end):
6506         Handle F2003 named interfaces.
6508 2010-02-06  Chong Yidong  <cyd@stupidchicken.com>
6510         * progmodes/cc-mode.el (c-common-init): Bind temporary variables
6511         beg and end before calling c-get-state-before-change-functions.
6513 2010-02-06  Dan Nicolaescu  <dann@ics.uci.edu>
6515         * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
6517 2010-02-05  Juri Linkov  <juri@jurta.org>
6519         * doc-view.el (doc-view-mode):
6520         * image-mode.el (image-mode): Put property mode-class=special.
6521         (Bug#4896)
6523 2010-02-05  Mark A. Hershberger  <mah@everybody.org>
6525         * vc-svn.el (vc-svn-revision-table): New function.
6527 2010-02-05  Michael Albinus  <michael.albinus@gmx.de>
6529         * net/ange-ftp.el (ange-ftp-insert-directory):
6530         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
6531         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
6532         Handle also directories.  (Bug#5478)
6534 2010-02-05  Glenn Morris  <rgm@gnu.org>
6536         * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
6538 2010-02-05  Chong Yidong  <cyd@stupidchicken.com>
6540         * startup.el (command-line-1): Convert options beginning with a
6541         single dash as well (Bug#5519).
6543 2010-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6545         Make `initials' completion work for /hh -> /home/horn again (bug#5524).
6546         * minibuffer.el (completion-initials-expand): Only check the presence
6547         of delims *within* the boundaries, since otherwise the / delim is
6548         always found for files.
6550         Fix up various corner case problems.
6551         * doc-view.el (doc-view-last-page-number): New function.
6552         (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
6553         (doc-view-goto-page): Avoid inf-loops when the conversion fails.
6554         (doc-view-kill-proc): Avoid inf-loop in freak cases.
6555         (doc-view-reconvert-doc): Use the new recursive delete-directory.
6556         (doc-view-convert-current-doc): Don't create the resolution.el file
6557         here any more.
6558         (doc-view-pdf/ps->png): Do it here instead.
6559         (doc-view-already-converted-p): Check that resolution.el is present.
6560         (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
6561         windows that are not yet showing images.
6563 2010-02-04  Michael Albinus  <michael.albinus@gmx.de>
6565         * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
6566         `dired-uncache' for every elemnt which is an absolute file name.
6568         * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
6569         directory, handle its directory component.
6570         (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
6571         function is called permanently and creates noise, otherwise.
6573         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
6574         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
6575         Handle the case, FILENAME is not in `default-directory'.  (Bug#5478)
6577 2010-02-04  David Burger  <dburger@google.com>  (tiny change)
6579         * macros.el (apply-macro-to-region-lines):
6580         Minor simplification.  (Bug#5485)
6582 2010-02-04  Glenn Morris  <rgm@gnu.org>
6584         * mail/rmail.el (rmail-show-message-1): Handle malformed
6585         quoted-printable text.  (Bug#5441)
6587         * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
6589         * simple.el (visual-line-mode): Capitalize lighter.
6591 2010-02-03  John Wiegley  <jwiegley@gmail.com>
6593         * iswitchb.el (iswitchb-completions): Add bookmark files to the
6594         list of files considered for "virtual buffer" completions.
6596 2010-02-03  Michael Albinus  <michael.albinus@gmx.de>
6598         * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
6599         also in case of (and (not full) (not wildcard)).  This is needed
6600         when dired is called with a list of files, which are not in
6601         `default-directory'.  (Bug#5478)
6603 2010-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6605         * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
6607 2010-02-02  Juri Linkov  <juri@jurta.org>
6609         * textmodes/ispell.el (ispell-message-text-end): Remove final newline
6610         from unidiff to allow function-line after @@.
6612 2010-02-02  Juri Linkov  <juri@jurta.org>
6614         * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
6615         '(RCS SCCS) with inverted condition.
6617 2010-02-02  Michael Albinus  <michael.albinus@gmx.de>
6619         * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
6620         messages.
6622 2010-02-01  Juri Linkov  <juri@jurta.org>
6624         * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
6625         compare with "pkunzip" and "pkzip" instead of only "pkzip".
6626         In the `archive-extract-by-stdout' branch use `shell-quote-argument'
6627         only when (car archive-zip-extract) is "unzip".  (Bug#5475)
6629 2010-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6631         * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
6632         (doc-view-revert-buffer): New command.
6633         (doc-view-mode-map): Use it.
6635 2010-02-01  Dan Nicolaescu  <dann@ics.uci.edu>
6637         * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
6638         pending merge is detected.
6640 2010-01-31  Juri Linkov  <juri@jurta.org>
6642         * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
6643         beginning of interactive spec like all other grep commands do.
6644         Put "all" in front of "gz".  (Bug#5260)
6646 2010-01-29  Dan Nicolaescu  <dann@ics.uci.edu>
6648         * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
6650 2010-01-29  Chong Yidong  <cyd@stupidchicken.com>
6652         * dirtrack.el (dirtrack): Warn instead of signalling error if the
6653         regexp is incorrect (Bug#5476).
6655 2010-01-29  Michael Albinus  <michael.albinus@gmx.de>
6657         * net/tramp.el (tramp-handle-insert-directory): Handle also
6658         symlinks, when FILENAME is not in `default-directory'.
6660 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
6662         * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
6663         FILE is not in `default-directory'.  (Bug#5478)
6665         * net/tramp.el (tramp-handle-insert-directory): Simplify handling
6666         of SWITCHES.  Handle the case, FILENAME is not in
6667         `default-directory'.  (Bug#5478)
6668         (tramp-register-file-name-handlers): Add safe-magic property.
6670 2010-01-28  Chong Yidong  <cyd@stupidchicken.com>
6672         * arc-mode.el (archive-zip-extract): Quote the argument passed to
6673         unzip (Bug#5475).
6675 2010-01-28  Nil Geisweiller  <ngeiswei@googlemail.com>  (tiny change)
6677         * progmodes/flymake.el (flymake-allowed-file-name-masks)
6678         (flymake-master-make-header-init): Add other C++ filename masks.
6679         (flymake-find-possible-master-files)
6680         (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
6682 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
6684         Fix some busybox annoyances.
6686         * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
6687         not responding." string.
6688         (tramp-open-connection-setup-interactive-shell): Dump stty
6689         settings.  Enable "neveropen" arg for all `tramp-send-command'
6690         calls.  Handle "=" in variable values properly.
6691         (tramp-find-inline-encoding): Raise an error, when no encoding is
6692         found.
6693         (tramp-wait-for-output): Check, whether PROC buffer is available.
6694         Remove spurious " ^H" sequences, sent by busybox.
6695         (tramp-get-ls-command): Suppress coloring, if possible.
6697 2010-01-28  Glenn Morris  <rgm@gnu.org>
6699         * vc-svn.el (vc-svn-update): Use "svn --non-interactive".  (Bug#4280)
6701         * log-edit.el (log-edit-strip-single-file-name): Add missing
6702         :safe, :group, and :version tags.
6704 2010-01-27  Stephen Berman  <stephen.berman@gmx.net>
6706         * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
6707         buffers.  (Bug#5477)
6709 2010-01-27  David De La Harpe Golden  <david@harpegolden.net>
6711         * files.el (delete-directory): Handle moving to trash without
6712         first doing recursion (Bug#5436).
6714 2010-01-26  Dan Nicolaescu  <dann@ics.uci.edu>
6716         * vc-hooks.el (vc-path): Mark as obsolete.
6718 2010-01-25  Dan Nicolaescu  <dann@ics.uci.edu>
6720         * vc-annotate.el (vc-annotate-revision-at-line): Compare file
6721         names too.
6723         * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
6724         for the short log.
6725         (vc-bzr-log-view-mode): Adjust regexp for the above change.
6727 2010-01-25  Mark A. Hershberger  <mah@everybody.org>
6729         * progmodes/python.el: Replace reference to obsolete c-subword-mode.
6731         * vc-bzr.el (vc-bzr-revision-table): New function.
6733 2010-01-25  Eric Hanchrow  <eric.hanchrow@gmail.com>  (tiny change)
6735         * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
6736         diff-index command.  This requires at least git-1.5.5.  (Bug#1589).
6738 2010-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
6740         Remove support for adding --signoff on commit.
6741         Future support will use an incompatible generic mechanism.
6742         * vc-git.el (vc-git-add-signoff): Remove variable.
6743         (vc-git-toggle-signoff): Remove function.
6744         (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
6746         * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
6747         from xterm-set-background-mode.  Return t if the background mode
6748         was set.
6749         (terminal-init-xterm): Move tty-set-up-initial-frame-faces
6750         earlier, call it again in case the background mode has changed.
6752 2010-01-23  Dmitri Paduchikh  <dpaduch@k66.ru>  (tiny change)
6754         * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
6755         (Bug#3541).
6757 2010-01-23  Chong Yidong  <cyd@stupidchicken.com>
6759         * emacs-lisp/assoc.el (aelement): Doc fix.
6760         (aput, adelete, amake): Use lexical-let (Bug#5450).
6762 2010-01-23  Stephen Leake  <stephen_leake@member.fsf.org>
6764         * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
6765         is the same as subprogram call, not declaration.  (Bug#5435).
6767 2010-01-23  Michael Albinus  <michael.albinus@gmx.de>
6769         * net/tramp-smb.el (tramp-smb-conf): New defcustom.
6770         (tramp-smb-maybe-open-connection): Use it.
6772 2010-01-22  Michael Albinus  <michael.albinus@gmx.de>
6774         * net/tramp-imap.el (top): Autoload needed packages.  (Bug#5448)
6776 2010-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6778         * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
6779         just because we see "encoding: 8bit".
6780         * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
6782 2010-01-22  Chong Yidong  <cyd@stupidchicken.com>
6784         * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
6786 2010-01-22  Eli Zaretskii  <eliz@gnu.org>
6788         * jka-compr.el (jka-compr-load): If load-file is not in
6789         load-history, try its file-truename version.  (bug#5447)
6791 2010-01-21  Alan Mackenzie  <acm@muc.de>
6793         Fix a situation where deletion of a cpp construct throws an error.
6794         * progmodes/cc-engine.el (c-invalidate-state-cache):
6795         Before invoking c-with-all-but-one-cpps-commented-out, check that the
6796         special cpp construct is still in the buffer.
6797         (c-parse-state): Record the special cpp with markers, not numbers.
6799 2010-01-21  Kenichi Handa  <handa@m17n.org>
6801         * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
6802         process last-command-event, as it is now decoded first (Bug#5380).
6804 2010-01-20  Chong Yidong  <cyd@stupidchicken.com>
6806         * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
6808 2010-01-20  Glenn Morris  <rgm@gnu.org>
6810         * indent.el (tab-always-indent): Fix custom-type.
6812 2010-01-19  Alan Mackenzie  <acm@muc.de>
6814         * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
6815         buffer throws "args out of range".
6816         (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
6817         playing the role of delimiter.
6819 2010-01-18  Stephen Leake  <stephen_leake@member.fsf.org>
6821         * progmodes/ada-mode.el: Fix bug#5400.
6822         (ada-matching-decl-start-re): Move into ada-goto-decl-start.
6823         (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
6824         changed.  Delete RECURSIVE parameter; never used.  Improve doc string.
6825         Improve comments in "is" portion.  Handle null procedure declaration.
6826         (ada-move-to-end): Improve doc string.
6828 2010-01-18  Óscar Fuentes  <ofv@wanadoo.es>
6830         * ido.el (ido-cur-list): Initialize to nil.
6831         Remove obsolete information from commentary.
6832         (ido-choice-list): Initialize to nil.
6833         (ido-get-bufname): Reject minibuffers.
6834         (ido-make-buffer-list): If "default" is a nonexistent
6835         buffer, ignore it, as per the function's comment.
6836         (ido-kill-buffer-internal): New function.
6837         (ido-kill-buffer-at-head): Use it.
6838         (ido-visit-buffer): Likewise.
6840 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
6842         * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
6844 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
6846         * cedet/ede/locate.el (ede-locate-file-in-project)
6847         (ede-locate-file-in-project-impl): Fix typos in docstrings.
6848         (ede-enable-locate-on-project): Fix typos in error messages.
6850         * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
6851         (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
6852         (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
6853         (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
6854         (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
6855         Fix typos in menu help.
6857         * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
6858         Fix typos in chart titles.
6860         * whitespace.el (whitespace-style, global-whitespace-newline-mode):
6861         * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
6862         (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
6863         (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
6864         (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
6865         (semantic-parse-stream, semantic-parse-region)
6866         (semantic-parse-region-default, semantic--set-buffer-cache)
6867         (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
6868         (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
6869         (semantic-default-submodes):
6870         * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
6871         (semanticdb-create-ebrowse-database)
6872         (semanticdb-find-tags-for-completion-method)
6873         (semanticdb-find-tags-by-class-method)
6874         (semanticdb-deep-find-tags-by-name-method)
6875         (semanticdb-deep-find-tags-for-completion-method):
6876         * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
6877         (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
6878         (semanticdb-find-tags-for-completion-method)
6879         (semanticdb-find-tags-by-class-method)
6880         (semanticdb-deep-find-tags-for-completion-method):
6881         * cedet/semantic/db-find.el (semanticdb-find-translate-path)
6882         (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
6883         (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
6884         (semanticdb-find-tags-by-name-method)
6885         (semanticdb-find-tags-by-name-regexp-method)
6886         (semanticdb-find-tags-for-completion-method)
6887         (semanticdb-find-tags-by-class-method)
6888         (semanticdb-find-tags-external-children-of-type-method)
6889         (semanticdb-find-tags-subclasses-of-type-method)
6890         (semanticdb-deep-find-tags-by-name-method)
6891         (semanticdb-deep-find-tags-by-name-regexp-method)
6892         (semanticdb-deep-find-tags-for-completion-method):
6893         * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
6894         (semanticdb-enable-gnu-global-in-buffer)
6895         (semanticdb-find-tags-for-completion-method)
6896         (semanticdb-deep-find-tags-by-name-method)
6897         (semanticdb-deep-find-tags-for-completion-method):
6898         * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
6899         (javascript-mode, semanticdb-find-translate-path)
6900         (semanticdb-find-tags-for-completion-method)
6901         (semanticdb-find-tags-by-class-method)
6902         (semanticdb-deep-find-tags-by-name-method)
6903         (semanticdb-deep-find-tags-for-completion-method)
6904         (semanticdb-find-tags-external-children-of-type-method):
6905         * cedet/semantic/idle.el (semantic-idle-work-core-handler)
6906         (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
6907         (global-semantic-idle-scheduler-mode):
6908         * cedet/srecode/dictionary.el (srecode-field-value)
6909         (srecode-dictionary-add-section-dictionary):
6910         * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
6911         (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
6912         (describe-class, eieio-describe-generic, describe-generic):
6913         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
6914         (eieio-speedbar-expand):
6915         * emulation/viper-cmd.el (viper-exec-form-in-vi)
6916         (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
6917         (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
6918         (viper-del-backward-char-in-replace, viper-backward-indent)
6919         (viper-brac-function, viper-register-to-point, viper-submit-report):
6920         * net/tramp.el (tramp-remote-coding-commands):
6921         * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
6922         Fix typos in docstrings.
6924 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
6926         * mail/sendmail.el (mail-yank-original): Set the mark if the
6927         specified function for yanking does not do it.
6929 2010-01-17  Dan Nicolaescu  <dann@ics.uci.edu>
6931         * vc.el (with-vc-properties): Deal with directory arguments.  (Bug#5298)
6933         * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
6934         resyncing a directory.
6936 2010-01-17  Stephen Leake  <stephen_leake@member.fsf.org>
6938         * progmodes/ada-mode.el: Fix bug#1920.
6939         (ada-ident-re): Delete ., allow multibyte characters.
6940         (ada-goto-label-re): New; matches goto labels.
6941         (ada-block-label-re): New; matches block labels.
6942         (ada-label-re): New; matches both.
6943         (ada-named-block-re): Deleted; callers changed to use
6944         `ada-block-label-re' instead.
6945         (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
6946         Use `ada-block-label-re'.
6947         (ada-indent-on-previous-lines): Improve handling of goto labels.
6948         (ada-get-indent-block-start): Special-case block label.
6949         (ada-get-indent-label): Split into `ada-indent-block-label' and
6950         `ada-indent-goto-label'.
6951         (ada-goto-stmt-start, ada-goto-next-non-ws):
6952         Optionally ignore goto labels.
6953         (ada-goto-next-word): Simplify.
6954         (ada-indent-newline-indent-conditional): Insert newline before
6955         trying to fix indentation; doc fix.
6957 2010-01-17  Jay Belanger  <jay.p.belanger@gmail.com>
6959         * calc/calc.el (calc-command-flags): Give it an initial value.
6961 2010-01-17  Glenn Morris  <rgm@gnu.org>
6963         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
6965 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
6967         * cedet/semantic.el (semantic-mode):
6968         * files.el (minibuffer-with-setup-hook):
6969         * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
6970         (artist-key-draw-continously, artist-key-do-continously-continously)
6971         (artist-key-set-point-continously, artist-mouse-draw-continously):
6972         Fix typos in docstrings.
6974 2010-01-16  Lennart Borgman  <lennart.borgman@gmail.com>
6976         * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
6977         return t (Bug#3898).
6979 2010-01-16  Frédéric Perrin  <frederic.perrin@resel.fr>  (tiny change)
6981         * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
6982         can parse the output of the external commands (Bug#5279).
6984 2010-01-16  Jari Aalto  <jari.aalto@cante.net>
6986         * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
6988 2010-01-16  Chong Yidong  <cyd@stupidchicken.com>
6990         * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
6992         * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
6994         * startup.el (command-line): Remove unused --icon-type arg.
6995         Handle --display arg, passing it to command-line-1 (Bug#5392).
6997 2010-01-16  Mario Lang  <mlang@delysid.org>
6999         * cedet/ede/cpp-root.el (ede-cpp-root-project):
7000         * cedet/ede/files.el (ede-expand-filename):
7001         * cedet/ede/simple.el (ede-simple-project):
7002         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
7003         (semantic-complete-inline-tag-engine):
7004         * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
7005         * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
7006         * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
7007         * cedet/semantic/db.el (semanticdb-equivalent-mode):
7008         * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
7009         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
7010         * emacs-lisp/chart.el (chart-translate-namezone):
7011         * textmodes/artist.el (artist-compute-popup-menu-table):
7012         Remove duplicated words in doc-strings.
7014 2010-01-15   David Abrahams  <dave@boostpro.com>  (tiny change)
7016         * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
7017         to mairix-search to suppress threading (Bug#5342).
7019 2010-01-15  Kenichi Handa  <handa@m17n.org>
7021         * international/mule-cmds.el (canonicalize-coding-system-name):
7022         Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
7024 2010-01-15  Glenn Morris  <rgm@gnu.org>
7026         * log-view.el (top-level): Require 'wid-edit.  (Bug#5311)
7028         * wid-edit.el (widget-keymap): Doc fix.
7030         * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
7031         former seems to be more widely accepted by various svn versions.
7033 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
7035         * find-cmd.el (find-constituents):
7036         * vc-arch.el (vc-arch-root):
7037         * window.el (window-body-height, pop-up-frames):
7038         * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
7039         (semantic-no-reparse-needed-change-hook):
7040         * cedet/srecode/insert.el (srecode-resolve-argument-list)
7041         (srecode-template-inserter-blank, srecode-template-inserter-variable)
7042         (srecode-template-inserter-ask, srecode-template-inserter-width)
7043         (srecode-template-inserter-section-start)
7044         (srecode-template-inserter-section-end, srecode-insert-method):
7045         * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
7046         * progmodes/ada-stmt.el (ada-if):
7047         * progmodes/gdb-ui.el (gdb-jsonify-buffer):
7048         * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
7049         (ispell-encoding8-command, ispell-aspell-supports-utf8)
7050         (ispell-last-program-name, ispell-help): Fix typos in docstrings.
7052         * progmodes/flymake.el (flymake-post-syntax-check):
7053         Fix typo in error message.
7055 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
7057         * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
7058         which is always a string.  (Bug#5313)
7060 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
7062         * progmodes/ada-xref.el (ada-default-prj-properties):
7063         Simplify previous change.
7065 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
7067         * progmodes/ada-xref.el (ada-default-prj-properties):
7068         Default ada_project_path to $ADA_PROJECT_PATH.
7070 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
7072         * progmodes/ada-mode.el (ada-create-keymap):
7073         Override `narrow-to-defun' with `ada-narrow-to-defun'.
7075 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
7077         * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
7078         (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
7079         (ada-get-current-indent, ada-imenu-generic-expression)
7080         (ada-which-function): Check for it.
7082 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
7084         * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
7085         (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
7087 2010-01-14  Glenn Morris  <rgm@gnu.org>
7089         * frame.el (show-trailing-whitespace): Safe if boolean.  (Bug#5312)
7091 2010-01-14  Kenichi Handa  <handa@m17n.org>
7093         * composite.el (auto-composition-mode): Make it a buffer local
7094         variable (permanent-local).
7095         (auto-composition-function): Set the default value to
7096         auto-compose-chars.
7097         (auto-composition-mode): Make it a simple function, not a minor mode.
7098         (global-auto-composition-mode): Likewise.
7099         (turn-on-auto-composition-if-enabled): Delete it.
7101 2010-01-13  Karl Fogel  <kfogel@red-bean.com>
7103         * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
7105 2010-01-12  Michael Albinus  <michael.albinus@gmx.de>
7107         * files.el (copy-directory): Compute target for recursive
7108         directories with identical names.  (Bug#5343)
7110 2010-01-12  Glenn Morris  <rgm@gnu.org>
7112         * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
7113         it to bug-gnu-emacs rather than emacs-pretest-bug.
7115 2010-01-12  Juanma Barranquero  <lekktu@gmail.com>
7117         * cedet/data-debug.el (data-debug): Fix customization group reference.
7119 2010-01-12  Juanma Barranquero  <lekktu@gmail.com>
7121         * cedet/semantic/analyze.el (semantic-analyze-push-error)
7122         (semantic-analyze-context, semantic-analyze-context-assignment)
7123         (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
7124         * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
7125         (semantic-java-doc-keywords-map):
7126         * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
7127         (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
7128         (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
7129         (semantic-c-classname, semantic-format-tag-uml-prototype)
7130         (semantic-c-dereference-namespace, semantic-analyze-type-constants):
7131         * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
7132         (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
7133         (semantic-get-local-variables, semantic-end-of-command)
7134         (semantic-beginning-of-command, semantic-ctxt-current-class-list)
7135         (lisp-mode):
7136         * cedet/semantic/bovine/make.el (makefile-mode):
7137         * cedet/semantic/wisent/python.el (wisent-python-string-re)
7138         (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
7139         (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
7140         (semantic-lex, semantic-get-local-variables, python-mode):
7141         * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
7142         * cedet/srecode/extract.el (srecode-extract-state-set)
7143         (srecode-extract-method): Fix typos in docstrings.
7145 2010-01-11  Sam Steingold  <sds@gnu.org>
7147         * imenu.el (imenu-default-create-index-function): Detect infinite
7148         loops caused by imenu-prev-index-position-function.
7150 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
7152         * htmlfontify.el (htmlfontify-load-rgb-file)
7153         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
7154         (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
7155         (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
7156         (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
7157         (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
7158         (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
7159         (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
7160         (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
7161         (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
7162         (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
7163         (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
7164         (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
7165         (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
7166         (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
7167         (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
7168         (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
7169         (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
7170         (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
7171         (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
7172         (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
7173         (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
7174         (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
7175         backslash-quoting from parentheses, etc.
7177 2010-01-11  Chong Yidong  <cyd@stupidchicken.com>
7179         * progmodes/js.el: Autoload javascript-mode alias.
7181 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
7183         * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
7184         (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
7185         (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
7186         (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
7187         Fix typos in docstrings.
7188         (ffap-url-regexp): Doc fix.
7189         (ffap-at-mouse): Fix typo in message.
7191 2010-01-11  Glenn Morris  <rgm@gnu.org>
7193         * version.el (emacs-copyright): Set copyright year to 2010.
7195 2010-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7197         * format.el (format-annotate-function): Only set
7198         write-region-post-annotation-function after running to-fn so as not to
7199         affect nested write-region calls (bug#5273).
7201 2010-01-10  Chong Yidong  <cyd@stupidchicken.com>
7203         * cedet/semantic.el (semantic-new-buffer-setup-functions):
7204         Add python parser.
7206         * Makefile.in (ELCFILES): Add wisent/python-wy.el and
7207         wisent/python.el.
7209 2010-01-10  Richard Kim  <emacs18@gmail.com>
7211         * cedet/semantic/wisent/python-wy.el:
7212         * cedet/semantic/wisent/python.el: New files.
7214 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
7216         * man.el (Man-goto-section): Signal error if the section is not
7217         found (Bug#5317).
7219 2010-01-09  Juanma Barranquero  <lekktu@gmail.com>
7221         * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
7222         URLs with a leading triple slash in the file: scheme.  (Bug#5345)
7224 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
7226         * progmodes/compile.el: Don't treat compile-command as safe if
7227         compilation-read-command might be nil (Bug#4218).
7229 2010-01-09  Jan Djärv  <jan.h.d@swipnet.se>
7231         * startup.el (command-line-1): Use orig-argi to check for ignored X and
7232         NS options.
7234 2010-01-08  Kenichi Handa  <handa@m17n.org>
7236         * international/fontset.el (build-default-fontset-data):
7237         Exclude characters in scripts kana, hangul, han, or cjk-misc.
7239 2010-01-07  Juanma Barranquero  <lekktu@gmail.com>
7241         * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
7242         to `create-file-buffer' as it expects, not just a buffer name.
7243         (vc-dir-mode): Include the buffer name in `list-buffers-directory',
7244         to help uniquify.  (Bug#3224)
7246 2010-01-06  Jan Djärv  <jan.h.d@swipnet.se>
7248         * font-setting.el (font-setting-change-default-font): Use user-spec
7249         instead of name.
7251 2010-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
7253         * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
7255 2010-01-05  Tom Tromey  <tromey@redhat.com>
7257         * progmodes/python.el (python-font-lock-keywords):
7258         Handle qualified decorators (Bug#881).
7260 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
7262         * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
7263         in a lightweight checkout.
7265 2010-01-05  Kenichi Handa  <handa@m17n.org>
7267         * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
7269 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
7271         * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
7273 2010-01-04  Dan Nicolaescu  <dann@ics.uci.edu>
7275         * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
7276         checkouts.  (Bug#618)
7277         (vc-bzr-log-view-mode): Also highlight the author.
7278         (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
7279         (vc-bzr-shelve-menu-map):
7280         (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
7281         (vc-bzr-shelve-apply): Make prompt more explicit.
7283 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
7285         * net/browse-url.el (browse-url-encode-url): Don't escape commas.
7286         They are valid characters in URL paths (rfc3986), and at least
7287         Firefox does not understand the encoded version (Bug#3166).
7289 2010-01-02  Daniel Elliott  <danelliottster@gmail.com>  (tiny change)
7291         * progmodes/octave-mod.el (octave-end-keywords)
7292         (octave-block-begin-or-end-regexp, octave-block-match-alist):
7293         Add "end" keyword (Bug#3061).
7294         (octave-end-as-array-index-p): New function.
7295         (calculate-octave-indent): Use it.
7297 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
7299         * bookmark.el: Consistently put the text property on the bookmark name.
7300         (bookmark-bmenu-marks-width): Bump back to 2, to include
7301         annotation marks.
7302         (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
7303         property on the bookmark name, instead of not putting it at all.
7304         (bookmark-bmenu-list): Fix where we put the text property.
7306 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
7308         * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
7309         for showing buffer modified state (as added in the previous change).
7311 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
7313         * bookmark.el: Show modified state of bookmark buffer more accurately.
7314         (bookmark-bmenu-list): Initialize buffer-modified-p properly.
7315         (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
7316         (with-buffer-modified-unmodified): New macro.
7317         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
7318         (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
7319         Use new macro to preserve the buffer modified state.
7321 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
7323         * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
7324         (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
7325         (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
7326         (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
7327         (bookmark-bmenu-rename, bookmark-bmenu-locate)
7328         (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
7329         Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
7331 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
7333         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
7334         Make the lines in the generated doc string shorter.  (Bug#4668)
7336 2010-01-02  Ryan Yeske  <rcyeske@gmail.com>
7338         * net/rcirc.el: Add follow-link binding (Bug#4738).
7340 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
7342         * Makefile.in (bzr-update): Rename from cvs-update.
7343         (cvs-update): New target for backward compatibility.
7345         * makefile.w32-in (bzr-update): Rename from cvs-update.
7346         (cvs-update): New target for backward compatibility.
7348 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
7350         * bookmark.el: Remove gratuitous gratitude.
7352 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
7354         * bookmark.el (bookmark-bmenu-any-marks): New function.
7355         (bookmark-bmenu-save): Clear buffer modification if no marks.
7357 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
7359         * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
7360         (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
7361         positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
7362         This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
7364         http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
7365         From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
7366         To: emacs-devel {_AT_} gnu.org
7367         Subject: bookmark.el bug report
7368         Date: Mon, 28 Dec 2009 14:19:16 +0800
7369         Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
7371 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
7373         * bookmark.el: Improvements suggested by Drew Adams:
7374         (bookmark-bmenu-ensure-position): New name for
7375         `bookmark-bmenu-check-position'.  Just ensure the position,
7376         don't return any meaningful value.
7377         (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
7378         New constants.
7380 2010-01-02  Juanma Barranquero  <lekktu@gmail.com>
7382         * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
7383         (bookmark-yank-point, bookmark-bmenu-check-position):
7384         Fix typos in docstrings.
7385         (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
7386         (bookmark-name-from-full-record, bookmark-get-position)
7387         (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
7388         (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
7389         Remove useless quoting of parenthesis, etc. in docstrings.
7391         * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
7392         (ediff-append-custom-diff): Fix typo in error message.
7393         (ediff-meta-mark-equal-files): Fix typos in messages.
7395         * mpc.el (mpc-playlist-delete): Fix typo in error messages.
7397         * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
7398         Fix typo in docstring.
7400         * net/imap-hash.el (imap-hash-make): Doc fix.
7401         (imap-hash-test): Fix typo in error message; reflow docstring.
7402         (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
7403         (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
7404         (imap-hash-mailbox, imap-hash-user, imap-hash-password):
7405         Fix typos in docstrings.
7406         (imap-hash-open-connection): Fix typo in error message.
7408         * play/gomoku.el (gomoku): Fix typos in docstring.
7410         * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
7411         (gdb-jsonify-buffer): Fix typos in docstring.
7412         (gdb-goto-breakpoint): Fix typo in error message.
7413         ("Display Other Windows"): Fix typo in help message.
7414         (gdb-speedbar-expand-node): Fix typo in question.
7416         * progmodes/idlw-help.el (idlwave-help-browse-url-available)
7417         (idlwave-html-system-help-location, idlwave-html-help-location)
7418         (idlwave-help-browser-function, idlwave-help-browser-generic-program)
7419         (idlwave-help-browser-generic-args, idlwave-help-directory)
7420         (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
7421         (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
7422         (idlwave-online-help, idlwave-help-html-link)
7423         (idlwave-help-show-help-frame, idlwave-help-assistant-command):
7424         Fix typos in docstrings.
7425         (idlwave-help-with-source, idlwave-help-find-routine-definition):
7426         Reflow docstrings.
7427         (idlwave-help-assistant-start): Fix typo in error message.
7429         * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
7430         (octave-electric-space): Fix typos in docstrings.
7432 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
7434         * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
7436 2010-01-01  Juri Linkov  <juri@jurta.org>
7438         * comint.el (comint-input-ring-size): Make it a defcustom and
7439         increase the default to 500 (Bug#5148).
7441 2009-12-31  Nick Roberts  <nickrob@snap.net.nz>
7443         Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
7444         * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
7445         * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
7447 2009-12-30  Nick Roberts  <nickrob@snap.net.nz>
7449         Show working revision correctly for mercurial.
7450         * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
7451         hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
7453 2009-12-29  Juanma Barranquero  <lekktu@gmail.com>
7455         Declare some functions for the byte-compiler.
7456         * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
7457         (speedbar-timer-fn, speedbar-change-expand-button-char)
7458         (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
7460 2009-12-29  Nick Roberts  <nickrob@snap.net.nz>
7462         This changeset reverts GDB Graphical Interface to use annotations.
7463         * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
7465 2009-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
7467         Make vc-dir work on subdirectories of the bzr root.
7468         * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.  Return
7469         file names relative to it.
7470         (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
7471         relative directory to vc-bzr-after-dir-status.
7473 2009-12-28  Tassilo Horn  <tassilo@member.fsf.org>
7475         * font-lock.el (font-lock-refresh-defaults): New function, which
7476         can be used to let font-lock react to external changes in
7477         variables like font-lock-defaults and keywords.
7478         See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
7480 2009-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
7482         * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
7484         * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
7486 2009-12-28  Juanma Barranquero  <lekktu@gmail.com>
7488         Supersede color.diff settings in git log (bug#5211).
7490         * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
7491         escape chars in its output when the user has color.diff set to `always'.
7492         This fix works on git 1.4.2 and newer (released on 2006-08-13).
7494 2009-12-26  Kevin Ryde  <user42@zip.com.au>
7496         * info-look.el (sh-mode): Look for coreutils new "Concept Index"
7497         node.  Keep previous "Index" name to work with past coreutils too.
7499         * man.el (man): Revise docstring a bit to show -a and -l as
7500         examples.  Add -k description since support for it has otherwise
7501         been a secret.  (Further to bug#3717.)
7502         (Man-bgproc-sentinel): When "-k foo" produces no output show error
7503         "no matches" rather than "Can't find manpage", as the latter reads
7504         like -k was interpreted as a page name, which is not so.  (Bug#5431)
7506 2009-12-26  Michael Albinus  <michael.albinus@gmx.de>
7508         * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
7509         switches.  Check also for //SUBDIRED// line.
7511 2009-12-25  Kenichi Handa  <handa@m17n.org>
7513         * language/indian.el (devanagari-composable-pattern): Fixed to
7514         handle ZWNJ and ZWJ.  Use it in composition-function-table for
7515         Devanagari.
7516         (malayalam-composable-pattern): Fix previous change.
7518 2009-12-23  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7520         * ps-print.el (ps-face-attributes): It was not returning the
7521         attribute face for faces specified as string.  Reported by harven
7522         <harven@free.fr>.  (Bug#5254)
7523         (ps-print-version): New version 7.3.5.
7525 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
7527         * calendar/icalendar.el (icalendar--convert-tz-offset):
7528         Fix timezone names.
7529         (icalendar--convert-tz-offset): Fix the "last-day-problem".
7530         (icalendar--add-diary-entry): Remove the trailing blank that
7531         diary-make-entry inserts.
7533 2009-12-17  Michael Albinus  <michael.albinus@gmx.de>
7535         Make `file-expand-wildcards' work for remote files.
7537         * files.el (file-expand-wildcards): In case of remote files, check
7538         only local file name part for wildcards.  Provide feature 'files
7539         and subfeature 'remote-wildcards.  (Bug#5198)
7541         * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
7542         if there is already an established connection.
7543         (tramp-advice-file-expand-wildcards): Remove it.
7545         * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
7546         (tramp-advice-file-expand-wildcards): Move from tramp.el.
7547         Activate advice for older GNU Emacs versions.  (Bug#5237)
7549 2009-12-17  Juanma Barranquero  <lekktu@gmail.com>
7551         Some doc fixes (more needed).
7553         * find-cmd.el (find-constituents): Reflow docstring.
7554         (find-cmd, find-prune, find-command): Fix typos in docstrings.
7555         (find-generic): Doc fix.
7557 2009-12-17  Juri Linkov  <juri@jurta.org>
7559         Fix regression from 23.1 to allow multiple modes in Local Variables.
7561         * files.el (hack-local-variables-filter): While ignoring duplicates,
7562         don't take `mode' into account.
7563         (hack-local-variables-filter, hack-dir-local-variables):
7564         Don't remove duplicate `mode' from local-variables-alist (like `eval').
7566 2009-12-17  Juri Linkov  <juri@jurta.org>
7568         Make `dired-diff' safer.  (Bug#5225)
7570         * dired-aux.el (dired-diff): Signal an error when `file' equals to
7571         `current' or when `file' is a directory of the `current' file.
7573 2009-12-17  Andreas Schwab  <schwab@linux-m68k.org>
7575         * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
7576         unconditionally preloaded files.
7578 2009-12-16  Juri Linkov  <juri@jurta.org>
7580         Revert to old 23.1 logic of using the file at the mark as default.
7581         * dired-aux.el (dired-diff): Use the file at the mark as default
7582         if it's not the same as the current file, and the target dir is
7583         the current dir or the mark is active.  Add the current file
7584         as the arg of `dired-dwim-target-defaults'.  Use the default file
7585         in the prompt.  (Bug#5225)
7587 2009-12-15  Michael Albinus  <michael.albinus@gmx.de>
7589         * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
7590         (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
7591         (tramp-check-for-regexp): Check also, when an echoing shell stops
7592         to echo sent commands.
7594 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
7596         * Makefile.in: Revert last change (Bug#5191).
7598 2009-12-14  Dan Nicolaescu  <dann@ics.uci.edu>
7600         * vc-hg.el (vc-hg-print-log): Fix argument order.
7601         (vc-hg-working-revision): Make sure the command is executed in a
7602         known environment so that we can parse the output.  (Bug#4417)
7604 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
7606         * progmodes/python.el (python-symbol-completions): Remove text
7607         properties from symbol string before calling python-send-receive.
7609 2009-12-14  Nick Roberts  <nickrob@snap.net.nz>
7611         * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
7612         when there are values for both file and line.  (Bug#5060)
7614 2009-12-14  Juri Linkov  <juri@jurta.org>
7616         * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
7617         whitespace after the file name of the first line of unified format,
7618         because git-diff doesn't output whitespace and file modification time
7619         after the file name.
7621 2009-12-14  David Kastrup  <dak@gnu.org>
7623         * info.el (Info-hide-cookies-node): Before hiding a cookie,
7624         check if it already has the `display' property added by
7625         `Info-display-images-node', and not put the `invisible' property
7626         in this case.
7628 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
7630         * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
7631         (semantic-mru-bookmark-mode): Doc fixes.
7633         * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
7634         of assert.
7636 2009-12-13  Glenn Morris  <rgm@gnu.org>
7638         * mail/emacsbug.el (message-sort-headers): Define for compiler.
7639         (report-emacs-bug): In message-mode, sort manually before storing
7640         original report text.  (Bug#5178)
7641         Remove superfluous save-excursion.
7643 2009-12-12  Michael Albinus  <michael.albinus@gmx.de>
7645         * net/dbus.el (dbus-property-handler): Filter lambda forms out
7646         when responding to "GetAll" properties.
7648 2009-12-12  Chong Yidong  <cyd@stupidchicken.com>
7650         * simple.el (compose-mail): Remove mail-setup-with-from from
7651         customization checks.
7653 2009-12-12  Eli Zaretskii  <eliz@gnu.org>
7655         * arc-mode.el (archive-rar-summarize): Support Attribute fields in
7656         RAR archives created on Unix systems.
7658 2009-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7660         * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
7661         the varalias that was accidentally removed by the 2009-11-19 change
7662         (bug#5186).
7664 2009-12-12  Kenichi Handa  <handa@m17n.org>
7666         * language/indian.el (indian-compose-regexp): New function.
7667         (malayalam-composable-pattern): Fix the pattern.
7668         (composition-function-table): Set malayalam-composable-pattern for
7669         Malayalam characters.
7671 2009-12-11  Chong Yidong  <cyd@stupidchicken.com>
7673         * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
7674         rather than down-mouse-1, based on follow-link conventions.
7676         * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
7677         are compiled.
7679 2009-12-11  Michael McNamara  <mac@mail.brushroad.com>
7681         * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
7682         (verilog-vmm-statement-re, verilog-ovm-statement-re)
7683         (verilog-defun-level-not-generate-re, verilog-calculate-indent)
7684         (verilog-leap-to-head, verilog-backward-token):
7685         Fix indenting VMM macros.  Reported by Jonathan Ashbrook.
7687 2009-12-11  Wilson Snyder  <wsnyder@wsnyder.org>
7689         * progmodes/verilog-mode.el (verilog-auto-lineup)
7690         (verilog-nameable-item-re): Cleanup user-visible spelling and
7691         documentation errors.  One reported by Gary Delp.
7692         (verilog-submit-bug-report): Mention bug tracking and CC co-author.
7693         (verilog-read-decls): Fix AUTOWIRE with types declared in a
7694         package, bug195.  Reported by Pierre-David Pfister.
7696 2009-12-11  Glenn Morris  <rgm@gnu.org>
7698         * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
7700         * mail/emacsbug.el: No longer require sendmail.
7701         Replace sendmail's `mail-text' by `rfc822-goto-eoh'.  (Bug#5174)
7702         (report-emacs-bug-orig-text): Doc fix.
7703         (report-emacs-bug-send-command, report-emacs-bug-send-hook):
7704         New local variables, to adapt to different mail-user-agents.
7705         (report-emacs-bug): Fix test for a gnu.org address.
7706         Use overlays for emphasis, since font-lock defeats 'face property.
7707         Pretest bugs also end up at the newsgroup these days.
7708         Stop message-mode stripping text properties.
7709         Set and use the new buffer-local variables.
7710         (report-emacs-bug-hook): Add doc-string.
7711         Remove some unnecessary save-excursions and simplify.
7712         Use the appropriate hook and send-command.
7714         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
7715         capitalization of some menu entries.
7717 2009-12-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7719         * whitespace.el (whitespace-display-char-on):
7720         Ensure `buffer-display-table' is unique when two or more windows are
7721         visible.  Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
7722         New version 12.1.
7724 2009-12-10  Eli Zaretskii  <eliz@gnu.org>
7726         * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
7727         characters in the Attribute field.
7729 2009-12-10  Dan Nicolaescu  <dann@ics.uci.edu>
7731         * vc-svn.el (vc-svn-after-dir-status): Fix regexp.  (Bug#4741)
7733 2009-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7735         Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
7736         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
7737         Disregard autoload-excludes.
7738         (update-directory-autoloads): Obey autoload-excludes here instead.
7739         But don't store its contents in no-autoloads and remove entries that
7740         refer to excludes files.
7742 2009-12-10  Glenn Morris  <rgm@gnu.org>
7744         * mail/feedmail.el (top-level): Move require 'mail-utils to start.
7745         (expand-mail-aliases): Define for compiler.
7747         * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
7748         Define for compiler.
7750         * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
7751         appropriate for the mail-user-agent in use.
7753 2009-12-09  Michael Albinus  <michael.albinus@gmx.de>
7755         * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
7757 2009-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
7759         Fix short log parsing and fontification.
7760         * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
7761         Fix fontification for the [merge] label.
7763 2009-12-09  Vivek Dasmohapatra  <vivek@etla.org>
7765         Drop some properties to avoid surprises (bug#5002).
7766         * htmlfontify.el (hfy-ignored-properties): New defcustom.
7767         (hfy-fontify-buffer): Use it.
7769 2009-12-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7771         Minor cleanup.
7772         * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
7773         Adjust all callers.
7774         (ffap-locate-file): Remove unused arg `dir-ok' and make other
7775         args compulsory.  Adjust callers.
7776         (ffap-gopher-at-point): Remove unused var `name'.
7778         Get rid of the ELCFILES abomination.
7779         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
7780         (compile-elcfiles): New phony target.
7781         (compile-main): Compute ELCFILES dynamically.
7782         (compile-clean): New target to remove left-over elc files.
7783         (compile, all): Use it.
7785 2009-12-09  Kenichi Handa  <handa@etlken>
7787         * international/mule-diag.el: Require help-mode instead of help-fns.
7789 2009-12-09  Kenichi Handa  <handa@m17n.org>
7791         * international/mule-cmds.el (ucs-names): Supply sufficiently
7792         fine ranges instead of pre-calculating accurate ranges.
7793         Iterate with bigger gc-cons-threshold.
7795 2009-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
7797         Add support for stashing a snapshot of the current tree.
7798         * vc-git.el (vc-git-stash-snapshot): New function.
7799         (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
7801 2009-12-08  Jose E. Marchesi  <jemarch@gnu.org>
7803         * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
7804         instead of `(beginning|end)-of-line'.
7806 2009-12-08  Glenn Morris  <rgm@gnu.org>
7808         * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
7810         * Makefile.in (ELCFILES): Regenerate.
7812 2009-12-07  Juri Linkov  <juri@jurta.org>
7814         Don't lazy-highlight the comint output in history Isearch mode.
7816         * comint.el (comint-history-isearch-search): Instead of
7817         `comint-line-beginning-position', use `comint-after-pmark-p'
7818         to check if point if before the process mark, and go to
7819         `process-mark' in this case.
7821 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7823         * textmodes/tex-mode.el (latex-complete)
7824         (latex-indent-or-complete): Remove.
7825         (latex-mode): Set completion-at-point-functions instead.
7827         Provide a standard completion command and hook it into TAB.
7828         * minibuffer.el (completion-at-point-functions): New var.
7829         (completion-at-point): New command.
7830         * indent.el (indent-for-tab-command): Handle the `complete' behavior.
7831         * progmodes/python.el (python-mode-map): Use completion-at-point.
7832         (python-completion-at-point): Rename from python-partial-symbol and
7833         adjust for use in completion-at-point-functions.
7834         (python-mode): Setup completion-at-point for Python completion.
7835         * emacs-lisp/lisp.el (lisp-completion-at-point): New function
7836         extracted from lisp-complete-symbol.
7837         (lisp-complete-symbol): Use it.
7838         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
7839         setup completion-at-point for Elisp completion.
7840         (emacs-lisp-mode-map, lisp-interaction-mode-map):
7841         Use completion-at-point.
7842         * ielm.el (ielm-map): Use completion-at-point.
7843         (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
7844         * progmodes/sym-comp.el: Move to...
7845         * obsolete/sym-comp.el: Move from progmodes.
7847 2009-12-07  Eli Zaretskii  <eliz@gnu.org>
7849         Prevent save-buffer in Rmail buffers from using the coding-system
7850         of the current message, and from clobbering the encoding mnemonics
7851         in the mode line (Bug#4623).
7853         * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
7854         flag, too.
7855         (rmail-message-encoding): New variable.
7856         (rmail-write-region-annotate): Record the encoding of the current
7857         message in rmail-message-encoding.
7858         (rmail-after-save-hook): New function, restores the encoding of
7859         the current message after the message collection is saved.
7861 2009-12-07  Juri Linkov  <juri@jurta.org>
7863         * progmodes/grep.el (grep-read-files): Use `completing-read'
7864         instead of `read-string'.  Set its `collection' arg to
7865         `read-file-name-internal'.  (Bug#4301)
7867 2009-12-07  Juri Linkov  <juri@jurta.org>
7869         Correctly restore original Isearch point.  (Bug#4994)
7871         * isearch.el (isearch-mode): Move `isearch-push-state' after
7872         `(run-hooks 'isearch-mode-hook)'.
7873         (isearch-cancel): When `isearch-push-state-function' is defined,
7874         let-bind `isearch-cmds' to the first state (the last element of
7875         `isearch-cmds') and call `isearch-top-state' (it calls pop-state
7876         function and restores the original point).  Otherwise, move point
7877         to `isearch-opoint'.
7879 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7881         * international/mule-cmds.el (ucs-names): Weed out at compile-time the
7882         chars that don't have names, so the table can be built much faster at
7883         run-time.
7885 2009-12-07  Chong Yidong  <cyd@stupidchicken.com>
7887         * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
7888         change.  Suggested by David Kastrup.
7890         * simple.el (compose-mail): Check for incompatibilities and warn.
7891         (compose-mail-user-agent-warnings): New option.
7893 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
7895         Support showing a single log entry from vc-annotate.
7896         * vc.el (print-log): Add a new argument: START-REVISION.
7897         (vc-print-log-internal): Add a new optional argument and
7898         pass it to the backend.
7899         (vc-print-log, vc-print-root-log): Adjust callers.
7900         * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
7901         buffer already displays the requested log entry, use it.
7902         Otherwise display only the log entry in question.
7903         * vc-svn.el (vc-svn-print-log):
7904         * vc-mtn.el (vc-mtn-print-log):
7905         * vc-hg.el (vc-hg-state):
7906         * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
7907         (vc-git-show-log-entry): Return t on success.
7908         * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
7909         (vc-bzr-show-log-entry): Return t on success.
7910         * vc-rcs.el (vc-rcs-print-log):
7911         * vc-sccs.el (vc-sccs-print-log):
7912         * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
7914 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
7916         * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
7917         Add menus to the meta mode.  (Bug#5043)
7919 2009-12-07  Michael Kifer  <kifer@cs.stonybrook.edu>
7921         * ediff-init.el (ediff-event-key): Use event-to-character instead of
7922         event-key.
7924         * ediff.el (ediff-buffers-internal): Add unwind-protect.
7926 2009-12-07  Michael Albinus  <michael.albinus@gmx.de>
7928         Handle prompt rules of ksh in OpenBSD 4.5.  Reported by Raphaël
7929         Berbain <raphael.berbain@gmail.com>.
7931         * net/tramp.el (tramp-end-of-output): Move up.  Use `#' and `$'
7932         characters.
7933         (tramp-initial-end-of-output): New defconst.
7934         (tramp-methods, tramp-find-shell)
7935         (tramp-open-connection-setup-interactive-shell)
7936         (tramp-maybe-open-connection): Use it.
7937         (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
7938         existence of `#' and `$'.
7940         * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
7941         `tramp-initial-end-of-output'.
7943 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
7945         Get the background mode from the terminal for xterm, and set
7946         faces accordingly.
7947         * term/xterm.el (xterm-set-background-mode): New function.
7948         (terminal-init-xterm): Use it in case xterm supports background
7949         color queries.  Recompute faces after getting the background
7950         color.
7952 2009-12-07  Ulrich Mueller  <ulm@gentoo.org>
7954         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
7955         number comment back on its own line, for easier parsing.
7957 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7959         Make it work for non-file buffers (bug#5102).
7960         * doc-view.el (doc-view-current-cache-dir):
7961         Use doc-view-buffer-file-name rather than buffer-file-name.
7962         (doc-view-mode): Use buffer-name when buffer-file-name is nil.
7964 2009-12-06  Óscar Fuentes  <ofv@wanadoo.es>
7966         * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
7967         author field is too short.
7969 2009-12-06  Dan Nicolaescu  <dann@ics.uci.edu>
7971         * vc-git.el (vc-git-print-log): Handle a limit argument.
7972         Display the short log in graph form and with labels.
7973         (vc-git-log-view-mode): Handle labels.
7975         Make vc-revert change VC state from 'added to 'unregistered.
7976         * vc-git.el (vc-git-revert): Call git reset first.
7978 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
7980         * net/newst-backend.el, net/newst-plainview.el:
7981         * net/newst-reader.el, net/newst-ticker.el:
7982         * net/newst-treeview.el, net/newsticker.el:
7983         Require/provide newst-... (instead of newsticker-...).  (Bug#5096)
7985 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
7987         * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
7989         * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
7990         Handle empty author field (Bug#4144).  Suggested by Óscar Fuentes.
7991         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
7992         Update annotation regexp.
7994         * simple.el (beginning-of-visual-line): Constrain to field
7995         boundaries (Bug#5106).
7997 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
7999         * xml.el (xml-substitute-numeric-entities): Move
8000         newsticker--decode-numeric-entities in newst-backend.el to
8001         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
8002         * net/newst-backend.el (newsticker--parse-generic-feed)
8003         (newsticker--parse-generic-items)
8004         (newsticker--decode-numeric-entities): Move
8005         newsticker--decode-numeric-entities in newst-backend.el to
8006         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
8008 2009-12-06  Daniel Colascione  <dan.colascione@gmail.com>
8010         * progmodes/js.el (js--js-not): Add null to the list of values.
8012 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
8014         * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
8016 2009-12-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8018         * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
8019         delimiter if it is at the end of the current line.
8020         (bibtex-generate-url-list): Fix docstring.
8022 2009-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8024         * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
8025         minibuffer's content with itself.
8026         Fold the confirm-after-completion case into the `confirm' case.
8027         (completion-pcm-word-delimiters): Add : and / to the delimiters.
8029 2009-12-06  Kevin Ryde  <user42@zip.com.au>
8031         * ffap.el (ffap-rfc-path): Make this a defcustom since
8032         `ffap-rfc-directories' is also a defcustom.  (Bug#4514.)
8034         * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
8035         manuals, similar to existing setup for help-mode.  (Bug#3913.)
8037 2009-12-05  Juri Linkov  <juri@jurta.org>
8039         Save and restore dired buffer's point positions too.  (Bug#4880)
8041         * dired.el (dired-save-positions): Return in the first element
8042         buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
8043         Doc fix.
8044         (dired-restore-positions): First restore buffer's position.
8045         While restoring window's positions, check if window still displays
8046         the original buffer.
8048 2009-12-05  Chong Yidong  <cyd@stupidchicken.com>
8050         * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
8051         if possible.
8053         * cedet/semantic/ia.el (semantic-ia-complete-symbol):
8054         Make argument optional.
8056         * shell.el (shell): Require ansi-color (Bug#5113).
8058         * ansi-color.el (ansi-color-for-comint-mode): Default to t.
8060         * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
8062 2009-12-05  Alan Mackenzie  <acm@muc.de>
8064         * progmodes/cc-mode.el (c-before-hack-hook)
8065         (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
8066         `c-file-style' to work again.  This reversion restores the current
8067         software to its state in Emacs 23.1.  (Bug#4146)
8069 2009-12-05  Kevin Ryde  <user42@zip.com.au>
8071         * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
8072         comment-start-skip to comment-end-skip as comment (Bug#4781).
8074 2009-12-05  Juri Linkov  <juri@jurta.org>
8076         * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
8077         for virtual nodes.  (Bug#4147)
8078         (Info-find-node-2): Set `Info-current-node-virtual' to nil
8079         when moving from a virtual node.
8080         (Info-mode-menu): Add `Info-virtual-index' to the menu.
8081         (Info-mode): Add `Info-virtual-index' to the docstring.
8083 2009-12-05  Eric Ludlam  <zappo@gnu.org>
8085         * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
8086         Describe project macro symbols.
8088         * cedet/semantic/complete.el (semantic-complete-do-completion):
8089         Don't call semantic-collector-current-exact-match.
8091         * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
8092         ede-objects as targets.
8094         * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
8095         a target's object list even if compiler vars are already in the
8096         Makefile.
8098         * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
8099         list of headers producing necessary macros.
8101 2009-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8103         * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
8104         track of the buffer position of the end of a BibTeX entry as this
8105         position may change during reformatting.
8106         (bibtex-format-entry): Remove whitespace before processing
8107         numerical fields so that we recognize the latter properly.
8108         (bibtex-reformat): Do not use push which changes the global value
8109         of bibtex-entry-format.
8110         (bibtex-field-braces-alist, bibtex-field-strings-alist)
8111         (bibtex-field-re-init): Replace only space characters by regexp
8112         for whitespace.
8113         (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
8114         (bibtex-initialize): Also update bibtex-strings.
8115         (bibtex-kill-field): Preserve white space at end of entry.
8116         (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
8117         Update bibtex-reference-keys.
8119 2009-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8121         * minibuffer.el (completion-pcm--merge-try): Also consider placing
8122         point after a star, if that's the only place where modifications can
8123         make progress.
8125 2009-12-05  Dan Nicolaescu  <dann@ics.uci.edu>
8127         * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
8128         in docstrings.
8130 2009-12-04  Juri Linkov  <juri@jurta.org>
8132         * proced.el (proced): Call `(proced-update t)' to update process
8133         information instead of only running proced-post-display-hook.
8134         (proced-send-signal): Add a leading space to the buffer name
8135         " *Marked Processes*" to make this buffer ephemeral.
8137 2009-12-04  Juri Linkov  <juri@jurta.org>
8139         * dired.el (dired-auto-revert-buffer): New defcustom.
8140         (dired-internal-noselect): Use it.
8142 2009-12-04  Juri Linkov  <juri@jurta.org>
8144         Change roles of modes and functions in image-mode.el (Bug#5062).
8146         * image-mode.el: Replace `image-mode-maybe' with `image-mode'
8147         in `auto-mode-alist'.
8148         (image-mode-previous-major-mode): New variable.
8149         (image-minor-mode-map): Rename from `image-mode-text-map'.
8150         (image-mode): Move graceful error-handling code from
8151         `image-minor-mode' to here.  On errors call `image-mode-as-text'.
8152         (image-minor-mode): Remove all image-handling code.
8153         Replace `image-mode-text-map' with `image-minor-mode-map'.
8154         Check for `image-type' in mode-line format string.
8155         (image-mode-maybe): Make obsolete with an alias to `image-mode'.
8156         (image-mode-as-text): New function with most code from
8157         `image-mode-maybe'.
8158         (image-toggle-display-text): Move code that removes image
8159         properties from `image-toggle-display' to here.
8160         (image-toggle-display-image): New function with code that adds
8161         image properties copied from `image-toggle-display'.
8162         (image-toggle-display): Remove most code with leaving only code
8163         that toggles between `image-mode-as-text' and `image-mode'.
8165 2009-12-04  Ulf Jasper  <ulf.jasper@web.de>
8167         * net/newst-treeview.el
8168         (newsticker--treeview-list-highlight-start): Restored call to
8169         save-excursion: Selected item was stuck.
8170         (newsticker--treeview-list-select): New.
8171         (newsticker--treeview-item-show-text)
8172         (newsticker--treeview-item-show)
8173         (newsticker--treeview-item-update): Use new
8174         newsticker-treeview-item-mode.
8175         (newsticker-treeview-update): Keep current item.
8176         (newsticker-treeview-next-new-or-immortal-item): Doc change.
8177         (newsticker--treeview-first-feed): Doc change.
8178         (newsticker-treeview-list-menu)
8179         (newsticker-treeview-item-menu): Added menu entries.
8180         (newsticker-treeview-item-mode): New.
8182         * net/newst-backend.el (newsticker-customize): Delete other
8183         windows.
8185 2009-12-04  Sam Steingold  <sds@gnu.org>
8187         * log-view.el (log-view-mode-map): "q" calls quit-window,
8188         like in all the other non-self-insert buffers.
8190 2009-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8192         Minor cleanup.
8193         * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
8194         key decoding rather than do it manually via last-input-event +
8195         ascii-character.
8196         (term-exec): Use delete-and-extract-region.
8197         (term-handle-ansi-terminal-messages): Remove unused var `end'.
8198         (term-process-pager): Remove unused var `i'.
8199         (term-dynamic-simple-complete): Make obsolete.
8200         (serial-update-config-menu): Remove unused vars `y' and `str'.
8201         (term-update-mode-line): Remove unused var `temp'.
8203 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
8205         Limit the number of log entries displayed by default.
8206         * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
8207         (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
8208         using a prefix argument.
8210 2009-12-03  Glenn Morris  <rgm@gnu.org>
8212         * progmodes/idlwave.el (class): Restore still useful declaration.
8214 2009-12-03  Alan Mackenzie  <acm@muc.de>
8216         Enhance `c-parse-state' to run efficiently in "brace deserts".
8218         * progmodes/cc-mode.el (c-basic-common-init):
8219         Call c-state-cache-init.
8220         (c-neutralize-syntax-in-and-mark-CPP): Rename from
8221         c-extend-and-neutralize-syntax-in-CPP.  Mark each CPP construct by
8222         placing `category' properties value 'c-cpp-delimiter at its boundaries.
8224         * progmodes/cc-langs.el (c-before-font-lock-function):
8225         c-extend-and-neutralize-syntax-in-CPP has been renamed
8226         c-neutralize-syntax-in-and-mark-CPP.
8228         * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
8229         with `category' properties now, not `syntax-table' ones.
8231         * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
8232         enhanced (but slower) version of c-end-of-macro that won't land
8233         inside a literal or on another awkward character.
8234         (c-state-cache-too-far, c-state-cache-start)
8235         (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
8236         (c-state-nonlit-pos-cache-limit, c-state-point-min)
8237         (c-state-point-min-lit-type, c-state-point-min-lit-start)
8238         (c-state-min-scan-pos, c-state-brace-pair-desert)
8239         (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
8240         buffer local variables.
8241         (c-state-literal-at, c-state-lit-beg)
8242         (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
8243         (c-state-mark-point-min-literal, c-state-cache-top-lparen)
8244         (c-state-cache-top-paren, c-state-cache-after-top-paren)
8245         (c-get-cache-scan-pos, c-get-fallback-scan-pos)
8246         (c-state-balance-parens-backwards, c-parse-state-get-strategy)
8247         (c-renarrow-state-cache)
8248         (c-append-lower-brace-pair-to-state-cache)
8249         (c-state-push-any-brace-pair, c-append-to-state-cache)
8250         (c-remove-stale-state-cache)
8251         (c-remove-stale-state-cache-backwards, c-state-cache-init)
8252         (c-invalidate-state-cache-1, c-parse-state-1)
8253         (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
8254         (c-parse-state): Enhance and refactor.
8255         (c-debug-parse-state): Amend to deal with all the new variables.
8257         * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
8258         (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
8259         modify to use category text properties rather than syntax-table ones.
8260         (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
8261         to switch off/on the syntactic paren property of C++ template
8262         delimiters using the category property.
8263         (c-with-<->-as-parens-suppressed): Macro to invoke code with
8264         template delims suppressed.
8265         (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
8266         New constant/macros which apply category properties to the start
8267         and end of preprocessor constructs.
8268         (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
8269         "comment out" the syntactic value of characters in preprocessor
8270         constructs.
8271         (c-with-cpps-commented-out)
8272         (c-with-all-but-one-cpps-commented-out): Macros to invoke code
8273         with characters in all or all but one preprocessor constructs
8274         "commented out".
8276 2009-12-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8278         * proced.el (proced-filter-alist): Use regexp-quote.
8280 2009-12-03  Michael Albinus  <michael.albinus@gmx.de>
8282         Cleanup.
8283         * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
8284         (eshell/su, eshell/sudo): Require 'tramp.  Fix problems reading
8285         arguments.  Expand `default-directory'.
8287         * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
8288         the benefit of returning an expanded localname.
8289         (tramp-tramp-file-p): Handle the case NAME is not a string.
8291 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
8293         Add support for bzr shelve/unshelve.
8294         * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
8295         (vc-bzr-extra-menu-map): New variables.
8296         (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
8297         (vc-bzr-shelve-apply, vc-bzr-shelve-list)
8298         (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
8299         (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
8300         (vc-bzr-dir-extra-headers): Display shelves.
8302         * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
8304 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8306         * textmodes/bibtex.el (bibtex-complete-internal):
8307         Use completion-in-region.
8308         (bibtex-text-in-field-bounds): Remove unused var `opoint'.
8310 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
8312         Support applying stashes.  Improve UI.
8313         * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
8314         (vc-git-stash-apply, vc-git-stash-pop)
8315         (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
8316         (vc-git-stash-menu): New functions.
8317         (vc-git-stash-menu-map): New variable.
8318         (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
8320 2009-12-03  Glenn Morris  <rgm@gnu.org>
8322         * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
8323         (vc-print-log-internal): Fix previous change.
8324         (vc-revert): Correct pluralization.
8326 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8328         * progmodes/make-mode.el (makefile-special-targets-list): No need for
8329         it to be an alist any more.
8330         (makefile-complete): Use completion-in-region.
8332         * progmodes/octave-mod.el (octave-complete-symbol):
8333         Use completion-in-region.
8335         Misc cleanup.
8336         * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
8337         (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
8338         (idlwave-complete-class): Don't quote lambda.
8339         (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
8340         (idlwave-mode-map): Move initialization into declaration.
8341         (idlwave-action-and-binding): Use backquotes.
8342         (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
8343         Simplify.
8344         (idlwave-is-pointer-dereference): Remove unused var `pos'.
8345         (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
8346         (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
8347         `parts', and `all-parts'.
8348         (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
8349         (idlwave-convert-xml-system-routine-info): Remove unused string
8350         `version-string'.
8351         (idlwave-display-user-catalog-widget): Use dolist.
8352         (idlwave-scanning-lib): Declare dynamically-scoped var.
8353         (idlwave-scan-library-catalogs): Remove unused var `flags'.
8354         (completion-highlight-first-word-only): Declare to silence bytecomp.
8355         (idlwave-popup-select): Tighten scope of `resp'.
8356         (idlwave-find-struct-tag): Remove unused var `beg'.
8357         (idlwave-after-load-rinfo-hook): Declare.
8358         (idlwave-sintern-class-info): Remove unused var `taglist'.
8359         (idlwave-find-class-definition): Remove unused var `list'.
8360         (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
8361         (idlwave-what-module-find-class): Remove unused var `classes'.
8363 2009-12-03  Juanma Barranquero  <lekktu@gmail.com>
8365         * progmodes/pascal.el: Require CL when compiling (for lexical-let).
8367 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8369         * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
8370         buffers visited.  Remove redundant current-buffer-saving.
8372 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8374         Use completion-in-buffer and remove uses of dynamic scoping.
8375         * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
8376         (pascal-buffer-to-use, pascal-flag): Don't declare.
8377         (pascal-func-completion, pascal-type-completion, pascal-var-completion)
8378         (pascal-get-completion-decl, pascal-keyword-completion):
8379         Add `pascal-str' argument, save-excursion,
8380         return the found completions, and don't filter with pascal-pred.
8381         (pascal-completion-cache): New var.
8382         (pascal-completion): Don't switch buffer any more (it was never
8383         necessary).  Don't save-excursion any more (it's done by the called
8384         subroutines).  Use a cache to avoid redundant computations.
8385         Use complete-with-action rather than pascal-completion-response and
8386         let it apply the predicate as well.
8387         (pascal-complete-word): Use completion-in-buffer when
8388         pascal-toggle-completions is nil.
8389         (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
8390         not used any more.
8391         (pascal-comp-defun): Don't change buffer any more.
8392         Use complete-with-action rather than pascal-completion-response and
8393         let it apply the predicate as well.
8394         (pascal-goto-defun): Change buffer before calling pascal-comp-defun
8395         when neded.
8397 2009-12-02  Kenichi Handa  <handa@m17n.org>
8399         * language/indian.el: Include ZWJ and ZWNJ in the patterns to
8400         shape for all Indic scripts.
8402 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8404         Use completion-in-buffer.
8405         * wid-edit.el (widget-field-text-end): New function.
8406         (widget-field-value-get): Use it.
8407         (widget-string-complete, widget-file-complete)
8408         (widget-color-complete): Use it and completion-in-region.
8409         (widget-complete): Don't narrow the buffer.
8411 2009-12-02  Glenn Morris  <rgm@gnu.org>
8413         * mail/rmail.el (rmail-pop-to-buffer): New function.  (Bug#2282)
8414         (rmail-select-summary): Use rmail-pop-to-buffer.
8415         * mail/rmailsum.el: Replace all pop-to-buffer calls with
8416         rmail-pop-to-buffer, to prevent horizontal splits.
8418         * calendar/diary-lib.el (diary-list-entries): Replace superfluous
8419         save-excursion with save-current-buffer.
8420         Widen before searching.  (Bug#5093)
8421         (diary-list-sexp-entries): Remove superfluous save-excursion.
8423 2009-12-02  Michael Welsh Duggan  <mwd@cert.org>
8425         * woman.el (woman-make-bufname): Handle man-pages with "." in the
8426         name.  (Bug#5038)
8428 2009-12-02  Andreas Politz  <politza@fh-trier.de>  (tiny change)
8430         * ido.el (ido-file-internal): Handle filenames at point that do
8431         not have a directory part.  (Bug#5049)
8433 2009-12-02  Juanma Barranquero  <lekktu@gmail.com>
8435         * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
8436         (mpc-songs-jump-to, mpc-resume): Doc fixes.
8438 2009-12-01  Rob Riepel  <riepel@networking.Stanford.EDU>
8440         * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
8441         (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
8442         any more.
8444 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8446         * comint.el (comint-insert-input): Ignore clicks to the right of
8447         the field.  Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
8449         * vc.el (vc-print-log-internal): Don't wait for the process to
8450         terminate before setting up the major mode.
8452         * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
8453         in case.
8455         * pcomplete.el (pcomplete-std-complete): Don't try to complete past
8456         the last element.
8458         * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
8460 2009-12-01  Glenn Morris  <rgm@gnu.org>
8462         * window.el (window--display-buffer-2): Fix previous changes.
8464 2009-12-01  Chong Yidong  <cyd@stupidchicken.com>
8466         * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
8468 2009-12-01  Glenn Morris  <rgm@gnu.org>
8470         * Makefile.in (ELCFILES): Add mpc.elc.
8472 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8474         * mpc.el: New file.
8476 2009-12-01  Glenn Morris  <rgm@gnu.org>
8478         * window.el (window-to-use): Define for compiler.
8480         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
8481         consistent with others (no final period).
8483         * mail/rmailmm.el (rmail-mime-handle): Doc fix.
8484         (rmail-mime-show): Downcase the encoding.  (Bug#5070)
8486 2009-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
8488         Make vc-print-log buttons work.
8489         * log-view.el (log-view-mode-map): Inherit from widget-keymap.
8491 2009-11-30  Ryan C. Thompson  <rct@thompsonclan.org>  (tiny change)
8493         * savehist.el (savehist-autosave-interval): Allow setting to nil
8494         through customize.  (Bug#5056)
8496 2009-11-30  Juanma Barranquero  <lekktu@gmail.com>
8498         Fix references to jit-lock properties.
8499         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
8500         Refer to jit-lock-defer-multiline, not jit-lock-multiline.
8501         (perl-font-lock-special-syntactic-constructs):
8502         Quote jit-lock-defer-multiline property.
8504 2009-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
8506         * vc-git.el (vc-git-registered): Call vc-git-root only once.
8508 2009-11-30  Juri Linkov  <juri@jurta.org>
8510         * misearch.el (multi-isearch-search-fun): Always provide a non-nil
8511         value `buffer' of `multi-isearch-next-buffer-current-function'.
8512         Use `(current-buffer)' when `buffer' is nil.
8513         (multi-isearch-next-buffer-from-list): Don't fallback to
8514         `(current-buffer)' when `buffer' is nil.  (Bug#4947)
8516 2009-11-30  Juri Linkov  <juri@jurta.org>
8518         * misearch.el (multi-isearch-read-buffers): Move canonicalization
8519         of buffers with `get-buffer' to `multi-isearch-buffers'.
8520         (multi-isearch-buffers, multi-isearch-buffers-regexp):
8521         Canonicalize BUFFERS with `get-buffer'.  Doc fix.
8522         (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
8523         FILES with `expand-file-name' converting relative file names
8524         to absolute.  Doc fix.  (Bug#4727)
8526 2009-11-30  Juri Linkov  <juri@jurta.org>
8528         * misearch.el (multi-isearch-read-buffers)
8529         (multi-isearch-read-matching-buffers): New functions.
8530         (multi-isearch-buffers, multi-isearch-buffers-regexp):
8531         Use them in the `interactive' spec.  Doc fix.
8532         (multi-isearch-read-files, multi-isearch-read-matching-files):
8533         New functions.
8534         (multi-isearch-files, multi-isearch-files-regexp):
8535         Use them in the `interactive' spec.  Doc fix.  (Bug#4725)
8537 2009-11-30  Juri Linkov  <juri@jurta.org>
8539         * doc-view.el (doc-view-continuous):
8540         Rename from `doc-view-continuous-mode'.
8541         (doc-view-menu): Move "Toggle display" to the top.
8542         Add submenu "Continuous" with radio buttons "Off"/"On"
8543         and "Save as Default".
8544         (doc-view-scroll-up-or-next-page)
8545         (doc-view-scroll-down-or-previous-page)
8546         (doc-view-next-line-or-next-page)
8547         (doc-view-previous-line-or-previous-page): Rename
8548         `doc-view-continuous-mode' to `doc-view-continuous'.  (Bug#4896)
8550 2009-11-30  Juri Linkov  <juri@jurta.org>
8552         * comint.el (comint-mode-map): Rebind `M-r' from
8553         `comint-previous-matching-input' to
8554         `comint-history-isearch-backward-regexp'.
8555         Unbind `M-s' to allow global key binding `M-s'.
8556         Add menu items for `comint-history-isearch-backward' and
8557         `comint-history-isearch-backward-regexp'.  (Bug#3746)
8559 2009-11-30  Juri Linkov  <juri@jurta.org>
8561         * replace.el (perform-replace): Let-bind recenter-last-op to nil.
8562         For def=recenter, replace `recenter' with `recenter-top-bottom'
8563         that is called with `this-command' and `last-command' let-bound
8564         to `recenter-top-bottom'.  When the last `def' was not `recenter',
8565         set `recenter-last-op' to nil.  (Bug#4981)
8567 2009-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8569         Minor cleanup and simplification.
8570         * filecache.el (file-cache-add-directory)
8571         (file-cache-add-directory-recursively)
8572         (file-cache-add-from-file-cache-buffer)
8573         (file-cache-delete-file-regexp, file-cache-delete-directory)
8574         (file-cache-files-matching-internal, file-cache-display): Use dolist.
8575         (file-cache-temp-minibuffer-message): Delete function.
8576         (file-cache-minibuffer-complete): Use minibuffer-message instead.
8578         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
8579         Don't signal an error when bumping into EOB in tr, s, or y.
8581 2009-11-29  Juri Linkov  <juri@jurta.org>
8583         * startup.el (fancy-about-text): Fix wording of Guided Tour.
8584         (Bug#4960)
8586         * descr-text.el (describe-char-unidata-list): Use lowercase name
8587         for "Unicode name" like in other tags.
8589 2009-11-29  Juri Linkov  <juri@jurta.org>
8591         * ediff-util.el (ediff-minibuffer-with-setup-hook):
8592         New compatibility macro.
8593         (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
8595 2009-11-29  Juri Linkov  <juri@jurta.org>
8597         Add defcustom to define the cycling order of `recenter-top-bottom'.
8598         (Bug#4981)
8600         * window.el (recenter-last-op): Doc fix.
8601         (recenter-positions): New defcustom.
8602         (recenter-top-bottom): Rewrite to use `recenter-positions'.
8603         (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
8605 2009-11-29  Michael Albinus  <michael.albinus@gmx.de>
8607         Improve integration of Tramp and ange-ftp in eshell.
8609         * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
8610         (eshell/su): Flatten args.  Apply better args parsing.  Use "cd".
8611         (eshell/sudo): Flatten args.  Let-bind `default-directory'.
8613         * eshell/esh-util.el (top): Require also Tramp when compiling.
8614         (eshell-directory-files-and-attributes): Check for FTP remote
8615         connection.
8616         (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
8617         `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
8618         (eshell-file-attributes): Handle ".".  Return `entry'.
8620         * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
8621         (ange-ftp-directory-files-and-attributes)
8622         (ange-ftp-real-directory-files-and-attributes): New defuns.
8624         * net/tramp.el (tramp-maybe-open-connection): Open the remote
8625         shell with "exec" when possible.  This prevents trailing prompts
8626         in `start-file-process'.
8628 2009-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8630         Try and remove assumptions about point-min==1.
8631         * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
8632         (rng-compute-mode-line-string): Show the validation percentage in
8633         terms of the narrowed text, not the widened text.
8634         (rng-do-some-validation): Don't catch internal errors when debugging.
8635         (rng-first-error): Simplify.
8636         (rng-after-change-function): Remove work around.  AFAIK the bug has
8637         been fixed a while ago.
8639         * image-mode.el (image-minor-mode): Exit more gracefully when the image
8640         cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
8642         * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
8644         * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
8645         `cd' doesn't always do it for us (bug#5067).
8647         * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
8648         on 2009-10-25 as part of some other change (bug#5067).
8650 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8652         * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
8653         `suspicious'.
8654         (byte-compile-warnings): Use byte-compile-warning-types.
8655         (byte-compile-save-excursion): Warn about use of set-buffer right
8656         after save-excursion.
8658         * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
8659         the excursion as well.
8661 2009-11-27  Michael Albinus  <michael.albinus@gmx.de>
8663         * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
8664         providing a Tramp related implementation of "su" and "sudo".
8665         (eshell-unix-initialize): Add "su" and "sudo".
8667 2009-11-27  Daiki Ueno  <ueno@unixuser.org>
8669         * net/socks.el (socks-send-command): Convert binary request to
8670         unibyte before sending.  This fixes mishandling of some port
8671         numbers such as 129.
8673 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8675         * help.el (describe-bindings-internal): Remove `interactive'.
8677         * man.el (Man-completion-table): Trim a terminating "(".
8678         Remove the space between name page a section.
8679         Add the command's description on the `help-echo' property.
8680         Remove `process-connection-type' binding since it's unused by
8681         call-process.
8682         Provide completion for the "<section> <name>" format as well.
8683         (Man-default-man-entry): Remove spurious var shadowing the argument.
8685 2009-11-26  Kevin Ryde  <user42@zip.com.au>
8687         * log-view.el: Add "Keywords: tools", since its other keywords
8688         aren't in finder-known-keywords, and following vc.el.
8690         * sha1.el (sha1-string-external): default-directory "/" in case
8691         otherwise non-existent.  process-connection-type pipe for touch of
8692         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
8694 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8696         Misc coding convention cleanups.
8697         * htmlfontify.el (hfy-init-kludge-hook): Rename from
8698         hfy-init-kludge-hooks.
8699         (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
8700         (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
8701         (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
8702         and push.
8703         (hfy-slant, hfy-weight): Use tables rather than code.
8704         (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
8705         (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
8706         (hfy-face-attr-for-class): Initialize `face-spec' directly.
8707         (hfy-face-to-css): Remove `nconc' with single arg.
8708         (hfy-p-to-face-lennart): Use `or'.
8709         (hfy-face-at): Hoist common code.  Remove spurious quotes in `case'.
8710         (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
8711         (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
8712         (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
8713         (hfy-force-fontification): Use run-hooks.
8715 2009-11-26  Vivek Dasmohapatra  <vivek@etla.org>
8717         Various minor fixes.
8718         * htmlfontify.el (hfy-default-header): Add toggle_invis since
8719         Javascript belongs in the header, not the body.
8720         (hfy-javascript): Remove.
8721         (hfy-fontify-buffer): Don't insert it any more.
8722         (hfy-face-at): Handle (face0 face1 face2) style face properties.
8723         Fix bug in invis handling when there were no invis props in a chunk.
8725 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8727         * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
8729 2009-11-26  Dan Nicolaescu  <dann@ics.uci.edu>
8731         * finder.el (finder-mode-map): Add a menu.
8733 2009-11-26  Michael McNamara  <mac@mail.brushroad.com>
8735         * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
8736         "unsigned" structs.
8738         (verilog-leap-to-head, verilog-backward-token): Handle "disable
8739         fork" statement better.
8741 2009-11-26  Wilson Snyder  <wsnyder@wsnyder.org>
8743         * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
8744         (verilog-delete-auto, verilog-delete-empty-auto-pair)
8745         (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
8746         Reported by Clay Douglass.
8748         (verilog-auto-inst, verilog-auto-star-safe)
8749         (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
8750         Fix removing "// Interfaces" when saving .* expansions.  Reported by
8751         Pierre-David Pfister.
8753 2009-11-26  Glenn Morris  <rgm@gnu.org>
8755         * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
8756         the scope.
8758 2009-11-25  Johan Bockgård  <bojohan@gnu.org>
8760         * vc-annotate.el (vc-annotate-revision-previous-to-line):
8761         Really use previous revision.
8763 2009-11-25  Kevin Ryde  <user42@zip.com.au>
8765         * man.el (Man-completion-table): default-directory "/" in case
8766         doesn't otherwise exist.  process-environment COLUMNS=999 so as
8767         not to truncate long names.  process-connection-type pipe to avoid
8768         any chance of hitting the pseudo-tty TIOCGWINSZ.
8769         (man): completion-ignore-case t for friendliness and since man
8770         itself is case-insensitive on the command line.
8771         Further to Bug#3717.
8773         * arc-mode.el: Add "Keywords: files", so the details in its
8774         commentary can be reached from finder-by-keyword.
8775         * textmodes/dns-mode.el: Add "Keywords: comm".  It's only an
8776         editing mode, but it's comms related and sgml-mode.el has "comm"
8777         on that basis too.
8778         * textmodes/bibtex-style.el: Add "Keywords: tex".
8779         * international/isearch-x.el, international/ja-dic-cnv.el:
8780         * international/ja-dic-utl.el, international/kkc.el:
8781         Add "Keywords: i18n", so they can be reached from finder-by-keyword.
8783 2009-11-25  Juri Linkov  <juri@jurta.org>
8785         * man.el (Man-completion-table): Modify regexp to include
8786         section names to completion strings.  (Bug#3717)
8788 2009-11-25  Juri Linkov  <juri@jurta.org>
8790         Search recursively in gzipped files.  (Bug#4982)
8792         * progmodes/grep.el (grep-highlight-matches): Add new options
8793         `always' and `auto'.  Doc fix.
8794         (grep-process-setup): Check `grep-highlight-matches' for
8795         `auto-detect' to determine the need to compute grep defaults.
8796         Move Windows/DOS specific --colors settings handling
8797         to `grep-compute-defaults'.  Check `grep-highlight-matches'
8798         to get the value of "--color=".
8799         (grep-compute-defaults): Compute `grep-highlight-matches' when it
8800         has the value `auto-detect'.  Move Windows/DOS specific settings
8801         from `grep-process-setup'.
8802         (zrgrep): New command with alias `rzgrep'.
8804 2009-11-25  Juri Linkov  <juri@jurta.org>
8806         * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
8807         to nil instead of switching off view-mode.  (Bug#4896)
8809 2009-11-25  Juri Linkov  <juri@jurta.org>
8811         Mouse-wheel scrolling for DocView Continuous mode.  (Bug#4896)
8813         * mwheel.el (mwheel-scroll-up-function)
8814         (mwheel-scroll-down-function): New defvars.
8815         (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
8816         `scroll-up', and `mwheel-scroll-down-function' instead of
8817         `scroll-down'.
8819         * doc-view.el (doc-view-scroll-up-or-next-page)
8820         (doc-view-scroll-down-or-previous-page): Add optional ARG.
8821         Use this ARG in the call to image-scroll-up/image-scroll-down.
8822         Change `interactive' spec to "P".  Goto next/previous page only
8823         when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
8824         SPC/DEL case).  Doc fix.
8825         (doc-view-next-line-or-next-page)
8826         (doc-view-previous-line-or-previous-page): Rename arg to ARG
8827         for consistency.
8828         (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
8829         `doc-view-scroll-up-or-next-page', and buffer-local
8830         `mwheel-scroll-down-function' to
8831         `doc-view-scroll-down-or-previous-page'.
8833 2009-11-25  Juri Linkov  <juri@jurta.org>
8835         Provide additional default values (directories at other Dired
8836         windows) via M-n in the minibuffer of some Dired commands.
8838         * dired-aux.el (dired-diff, dired-compare-directories)
8839         (dired-do-create-files): Use `dired-dwim-target-defaults' to set
8840         `minibuffer-default' in `minibuffer-with-setup-hook'.
8841         (dired-dwim-target-directory): Find a window that displays Dired
8842         buffer instead of failing when the next window is not Dired.
8843         Use `get-window-with-predicate' to find for the next Dired window.
8844         (dired-dwim-target-defaults): New function.
8846         * ediff-util.el (ediff-read-file-name):
8847         Use `dired-dwim-target-defaults' to set `minibuffer-default'
8848         in `minibuffer-with-setup-hook'.
8850 2009-11-25  Juri Linkov  <juri@jurta.org>
8852         Provide additional default values (file name at point or at the
8853         current Dired line) via M-n for file reading minibuffers.  (Bug#5010)
8855         * minibuffer.el (read-file-name-defaults): New function.
8856         (read-file-name): Reset `minibuffer-default' to nil when
8857         it duplicates initial input `insdef'.
8858         Bind `minibuffer-default-add-function' to lambda that
8859         calls `read-file-name-defaults' in `minibuffer-selected-window'.
8860         (minibuffer-insert-file-name-at-point): New command.
8862         * files.el (file-name-at-point-functions): New defcustom.
8863         (find-file-default): Remove defvar.
8864         (find-file-read-args): Don't use `find-file-default'.
8865         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
8866         to `read-file-name'.
8867         (find-file-literally): Use `read-file-name' with
8868         `confirm-nonexistent-file-or-buffer'.
8870         * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
8872         * dired.el (dired-read-dir-and-switches):
8873         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
8874         to `read-file-name'.
8875         (dired-file-name-at-point): New function.
8876         (dired-mode): Add hook `dired-file-name-at-point' to
8877         `file-name-at-point-functions'.
8879 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8881         Really make the *Completions* window soft-dedicated (bug#5030).
8882         * window.el (window--display-buffer-2): Add `dedicated' argument.
8883         (display-buffer): Pass it when needed so the dedicated flag is set
8884         after calling set-window-buffer, which would otherwise reset it.
8886 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8888         * progmodes/meta-mode.el (meta-complete-symbol):
8889         * progmodes/etags.el (complete-tag):
8890         * mail/mailabbrev.el (mail-abbrev-complete-alias):
8891         Use completion-in-region.
8893         * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
8894         (dabbrev-completion): Use completion-in-region.
8895         (dabbrev--abbrev-at-point): Simplify regexp.
8897         * abbrev.el (abbrev--before-point): Use word-motion functions
8898         if :regexp is not specified (bug#5031).
8900         * subr.el (string-prefix-p): New function.
8902         * man.el (Man-completion-cache): New var.
8903         (Man-completion-table): Use it.
8905         * vc.el (vc-print-log-internal): Make `limit' optional for better
8906         compatibility (e.g. with vc-annotate.el).
8908 2009-11-24  Kevin Ryde  <user42@zip.com.au>
8910         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
8911         Build value with regexp-opt instead of explicit joining loop.  (Bug#4927)
8913         * emacs-lisp/elint.el (elint-add-required-env): Better error message
8914         when .el source file not found or other error.
8916 2009-11-24  Markus Triska  <markus.triska@gmx.at>
8918         * linum.el (linum-update-window): Ignore intangible (bug#4996).
8920 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8922         Handle the [back] button properly (bug#4979).
8923         * descr-text.el (describe-text-properties): Add a `buffer' argument.
8924         Use help-setup-xref, help-buffer, and with-help-window.
8925         (describe-char): Add `buffer' argument.
8926         Pass proper command to help-setup-xref.  Don't meddle with
8927         help-xref-stack-item directly.
8928         (describe-text-category): Use with-help-window and help-buffer.
8930         * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
8931         for the displayed buffer (bug#4887).
8933         * man.el (Man-completion-table): New function.
8934         (man): Use it.
8936 2009-11-24  David Reitter  <david.reitter@gmail.com>
8938         * vc-git.el (vc-git-registered): Use checkout directory (where
8939         .git is) rather than the file's directory and a relative path spec
8940         to work around a bug in git.
8942 2009-11-24  Michael Albinus  <michael.albinus@gmx.de>
8944         Improve handling of processes on remote hosts.
8946         * eshell/esh-util.el (eshell-path-env): New defvar.
8947         (eshell-parse-colon-path): New defun.
8948         (eshell-file-attributes): Use `eshell-parse-colon-path'.
8950         * eshell/esh-ext.el (eshell-search-path):
8951         Use `eshell-parse-colon-path'.
8952         (eshell-remote-command): Remove argument HANDLER.
8953         (eshell-external-command): Check for FTP remote connection.
8955         * eshell/esh-proc.el (eshell-gather-process-output):
8956         Use `file-truename', in order to start also symlinked files.
8957         Apply `start-file-process' instead of `start-process'.
8958         Shorten `command' to the local file name part.
8960         * eshell/em-cmpl.el (eshell-complete-commands-list):
8961         Use `eshell-parse-colon-path'.
8963         * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
8965         * net/tramp.el (tramp-eshell-directory-change): New defun.  Add it
8966         to `eshell-directory-change-hook'.
8968 2009-11-24  Tassilo Horn  <tassilo@member.fsf.org>
8970         * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
8971         because it could be enabled automatically if view-read-only is non-nil.
8973 2009-11-24  Michael Kifer  <kifer@cs.stonybrook.edu>
8975         * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
8976         made on 2009-11-22.
8978 2009-11-24  Glenn Morris  <rgm@gnu.org>
8980         * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
8981         deleted variable bookmark-bmenu-bookmark-column.
8983         * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
8984         Move after definition of global-semantic-idle-tag-highlight-mode.
8986 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8988         * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
8990 2009-11-23  Ken Brown  <kbrown@cornell.edu>  (tiny change)
8992         * net/browse-url.el (browse-url-filename-alist): On Windows, add
8993         two slashes to the "file:" prefix.
8994         (browse-url-file-url): De-munge Cygwin filenames before passing
8995         them to Windows browser.
8996         (browse-url-default-windows-browser): Use call-process.
8998 2009-11-23  Juri Linkov  <juri@jurta.org>
9000         Implement DocView Continuous mode.  (Bug#4896)
9001         * doc-view.el (doc-view-continuous-mode): New defcustom.
9002         (doc-view-mode-map): Bind C-n/<down> to
9003         `doc-view-next-line-or-next-page', C-p/<up> to
9004         `doc-view-previous-line-or-previous-page'.
9005         (doc-view-next-line-or-next-page)
9006         (doc-view-previous-line-or-previous-page): New commands.
9008 2009-11-23  Juri Linkov  <juri@jurta.org>
9010         Implement Isearch in comint input history.  (Bug#3746)
9011         * comint.el (comint-mode): Add `comint-history-isearch-setup' to
9012         `isearch-mode-hook'.
9013         (comint-history-isearch): New defcustom.
9014         (comint-history-isearch-backward)
9015         (comint-history-isearch-backward-regexp): New commands.
9016         (comint-history-isearch-message-overlay): New buffer-local variable.
9017         (comint-history-isearch-setup, comint-history-isearch-end)
9018         (comint-goto-input, comint-history-isearch-search)
9019         (comint-history-isearch-message, comint-history-isearch-wrap)
9020         (comint-history-isearch-push-state)
9021         (comint-history-isearch-pop-state): New functions.
9023 2009-11-23  Michael Albinus  <michael.albinus@gmx.de>
9025         * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
9026         return.
9027         (tramp-handle-make-symbolic-link)
9028         (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
9029         Quote file names.
9030         (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
9031         (tramp-handle-process-file): Use it.
9033 2009-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9035         * window.el (move-to-window-line-last-op): Remove.
9036         (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
9038 2009-11-23  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
9040         Make M-r mirror the new cycling behavior of C-l.
9041         * window.el (move-to-window-line-last-op): New var.
9042         (move-to-window-line-top-bottom): New command.
9043         (global-map): Bind M-r move-to-window-line-top-bottom.
9045 2009-11-23  Sven Joachim  <svenjoac@gmx.de>
9047         * dired-x.el (dired-guess-shell-alist-default):
9048         Support xz format.  (Bug#4953)
9050 2009-11-22  Chong Yidong  <cyd@stupidchicken.com>
9052         * cedet/srecode/map.el (srecode-get-maps):
9053         * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
9054         * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
9055         * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
9056         (semantic-toggle-decoration-style):
9057         * cedet/semantic/decorate/include.el
9058         (semantic-decoration-include-describe)
9059         (semantic-decoration-unknown-include-describe)
9060         (semantic-decoration-unparsed-include-describe)
9061         (semantic-decoration-all-include-summary):
9062         * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
9063         * cedet/semantic/analyze/complete.el
9064         (semantic-analyze-possible-completions):
9065         * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
9066         (semantic-show-unmatched-syntax-mode)
9067         (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
9068         (semantic-highlight-func-mode):
9069         * cedet/semantic/util.el (semantic-describe-buffer):
9070         * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
9071         (semantic-symref-find-tags-by-name)
9072         (semantic-symref-find-tags-by-regexp)
9073         (semantic-symref-find-tags-by-completion)
9074         (semantic-symref-find-file-references-by-name)
9075         (semantic-symref-find-text):
9076         * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
9077         (senator-yank-tag):
9078         * cedet/semantic/scope.el (semantic-calculate-scope):
9079         * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
9080         * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
9081         (define-semantic-idle-service):
9082         * cedet/semantic/complete.el (semantic-complete-analyze-inline)
9083         (semantic-complete-analyze-inline-idle):
9084         * cedet/semantic/analyze.el (semantic-analyze-current-context):
9085         * cedet/mode-local.el (describe-mode-local-bindings)
9086         (describe-mode-local-bindings-in-mode):
9087         * cedet/ede/make.el (ede-make-check-version):
9088         * cedet/ede/locate.el (ede-enable-locate-on-project):
9089         * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
9090         (cedet-idutils-version-check):
9091         * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
9092         (cedet-gnu-global-version-check):
9093         * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
9094         (cedet-cscope-version-check): Use called-interactively-p instead
9095         of interactive-p.
9097         * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
9098         Use semantic-format-tag-prototype.
9100 2009-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
9102         * emulation/viper-cmd.el: Use viper-last-command-char instead of
9103         last-command-char/last-command-event.
9104         (viper-prefix-arg-value): Do correct conversion of event-char for
9105         XEmacs.
9107         * emulation/viper-util.el, emulation/viper.el:
9108         Use viper-last-command-char instead of
9109         last-command-char/last-command-event.
9111         * ediff-init.el, ediff-mult.el, ediff-util.el:
9112         Replace last-command-char and last-command-event
9113         with (ediff-last-command-char) everywhere.
9115         * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
9116         created in fundamental mode.
9118         * ediff.el (ediff-version): Revert the change of interactive-p to
9119         called-interactively-p.
9121 2009-11-22  Tassilo Horn  <tassilo@member.fsf.org>
9123         * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
9124         generation from word-movement command names.
9126 2009-11-21  Chong Yidong  <cyd@stupidchicken.com>
9128         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
9129         (semantic-complete-jump-local, semantic-complete-jump):
9130         Improve prompt string.
9132 2009-11-21  Jan Djärv  <jan.h.d@swipnet.se>
9134         * cus-start.el (all): Add native condition for font-use-system-font.
9136 2009-11-21  Nathaniel Flath  <flat0103@gmail.com>
9138         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
9139         Correct the patch from 2009-11-18.  (Bug#3910)
9141 2009-11-21  Tassilo Horn  <tassilo@member.fsf.org>
9143         * progmodes/subword.el: Rename from lisp/subword.el.
9145         * subword.el: Rename to progmodes/subword.el.
9147         * Makefile.in (ELCFILES): Adapt to subword.el move.
9149 2009-11-21  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
9150             Stefan Monnier  <monnier@iro.umontreal.ca>
9152         * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
9153         (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
9154         (bookmark-bmenu-show-filenames): Use push.
9155         (bookmark-bmenu-hide-filenames): Use local var instead of
9156         bookmark-bmenu-bookmark-column.  Use pop.  Don't save window-excursion.
9157         (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
9158         (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
9159         filenames now that the bookmark names are always available.
9161 2009-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9163         * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
9164         (bookmark-search-pattern): Move and leave unbound.
9165         (bookmark-bmenu-mode-map): Change binding.
9166         (bookmark-read-search-input): Simplify.
9167         Don't use text-char-description.  Don't error on non-char events.
9168         (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
9169         only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
9170         (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
9171         Use a local var for the timer.
9172         (bookmark-bmenu-cancel-search): Remove by folding into the only caller
9173         (i.e. bookmark-bmenu-search).
9175 2009-11-21  Glenn Morris  <rgm@gnu.org>
9177         * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode.  (Bug#4993)
9179 2009-11-20  Ken Brown  <kbrown@cornell.edu>  (tiny change)
9181         * net/browse-url.el (browse-url-default-windows-browser):
9182         Use cygstart for cygwin.
9184 2009-11-20  Karl Fogel  <karl.fogel@red-bean.com>
9186         * bookmark.el: Formatting and doc fixes only:
9187         (bookmark-search-delay): Shorten doc string to fit in 80 columns.
9188         (bookmark-bmenu-search): Wrap to fit within 80 columns.
9189         Minor grammar and punctuation fixes in doc string.
9190         (bookmark-read-search-input): Adjust to fit within 80 columns.
9192 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
9194         * progmodes/cc-cmds.el (c-forward-into-nomenclature)
9195         (c-backward-into-nomenclature): Adapt to subword renaming.
9197         * subword.el (subword-forward, subword-backward, subword-mark)
9198         (subword-kill, subword-backward-kill, subword-transpose)
9199         (subword-downcase, subword-upcase, subword-capitalize)
9200         (subword-forward-internal, subword-backward-internal):
9201         Rename from forward-subword, backward-subword, mark-subword,
9202         kill-subword, backward-kill-subword, transpose-subwords,
9203         downcase-subword, upcase-subword, capitalize-subword,
9204         forward-subword-internal, backward-subword-internal.
9206 2009-11-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
9208         * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
9209         New options.
9210         (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
9211         New vars.
9212         (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
9213         (bookmark-bmenu-filter-alist-by-regexp)
9214         (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
9215         (bookmark-bmenu-search): New command.
9216         (bookmark-bmenu-mode-map): Bind it.
9218 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
9220         * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
9222         * cedet/semantic/idle.el (define-semantic-idle-service)
9223         (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
9225 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
9227         * progmodes/cc-cmds.el: declare-functioned forward-subword and
9228         backward-subword to quit the byte-compiler.
9230         * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
9232         * Makefile.in: Don't refer cc-subword.elc but subword.elc.
9234         * progmodes/cc-cmds.el (c-update-modeline)
9235         (c-forward-into-nomenclature, c-backward-into-nomenclature):
9236         Refer to subword.el functions instead of cc-subword.el.
9238         * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
9239         subword.el functions instead of cc-subword.el.
9241         * progmodes/cc-subword.el: Rename to subword.el.
9242         * subword.el: Rename from progmodes/cc-subword.el.
9243         (subword-mode-map): Rename from c-subword-mode-map.
9244         (subword-mode): Rename from c-subword-mode.
9245         (global-subword-mode): New global minor mode.
9246         (forward-subword): Rename from c-forward-subword.
9247         (backward-subword): Rename from c-backward-subword.
9248         (mark-subword): Rename from c-mark-subword.
9249         (kill-subword): Rename from c-kill-subword.
9250         (backward-kill-subword): Rename from c-backward-kill-subword.
9251         (transpose-subwords): Rename from c-tranpose-subword.
9252         (downcase-subword): Rename from c-downcase-subword.
9253         (capitalize-subword): Rename from c-capitalize-subword.
9254         (forward-subword-internal): Rename from c-forward-subword-internal.
9255         (backward-subword-internal): Rename from c-backward-subword-internal.
9257 2009-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
9259         * vc.el (vc-deduce-fileset): Allow non-state changing operations
9260         from a dired buffer.
9261         (vc-dired-deduce-fileset): New function.
9262         (vc-root-diff, vc-print-root-log): Use it.
9264         * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
9265         nil LIMIT argument to vc-print-log-internal.
9267 2009-11-20  Glenn Morris  <rgm@gnu.org>
9269         * Makefile.in (ELCFILES): Regenerate.
9271 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
9273         * cedet/cedet.el (cedet-menu-map): Re-order menu items.
9275         * cedet/semantic.el: Enable idle-mode menu items only if
9276         global-semantic-idle-scheduler-mode is enabled.
9277         (semantic-default-submodes): Doc fix.
9279         * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
9280         When turning off, disable other idle modes.
9282 2009-11-20  Jay Belanger  <jay.p.belanger@gmail.com>
9284         * calc/calc.el (calc-set-mode-line):
9285         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
9286         (math-format-number): Rename `math-format-complement-signed' to
9287         `math-format-twos-complement'.
9289         * calc/calc-bin.el (math-format-twos-complement): Rename from
9290         math-format-complement-signed.
9291         (calc-radix): Rename `calc-complement-signed-mode' to
9292         `calc-twos-complement-mode'.
9293         (calc-octal-radix, calc-hex-radix): Add an argument for
9294         two's complement.
9296         * calc/calc-embed.el (calc-embedded-mode-vars):
9297         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
9299         * calc/calc-ext.el (calc-init-extensions):
9300         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
9301         (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
9303         * calc/calc-units.el (math-build-units-table-buffer):
9304         Let `calc-twos-complement-mode' be nil.
9306         * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
9307         entries.
9309         * calc/calc-vec.el (calcFunc-vunpack):
9310         * calc/calc-aent.el (calc-do-calc-eval):
9311         * calc/calc-forms.el (math-format-date):
9312         * calc/calc-graph.el (calc-graph-plot):
9313         * calc/calc-math.el (math-use-emacs-fn):
9314         * calc/calccomp.el (math-compose-expr):
9315         Let `calc-twos-complement-mode' be nil.
9317 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9319         * abbrev.el (abbrev-with-wrapper-hook): (re)move...
9320         * simple.el (with-wrapper-hook): ...to here.  Add argument `args'.
9321         * minibuffer.el (completion-in-region-functions): New hook.
9322         (completion-in-region): New function.
9323         * emacs-lisp/lisp.el (lisp-complete-symbol):
9324         * pcomplete.el (pcomplete-std-complete): Use it.
9326 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9328         * textmodes/tex-mode.el (latex-complete-bibtex-cache)
9329         (latex-complete-alist): New vars.
9330         (latex-string-prefix-p, latex-complete-bibtex-keys)
9331         (latex-complete-envnames, latex-complete-refkeys)
9332         (latex-complete-data): New functions.
9333         (latex-complete, latex-indent-or-complete): New commands.
9335         * window.el (display-buffer-mark-dedicated): New var.
9336         (display-buffer): Obey it.
9337         * minibuffer.el (minibuffer-completion-help): Use it.
9339         * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
9341         * filecache.el (file-cache-add-file): Use push and cons.
9342         (file-cache-delete-file-regexp): Use push.
9343         (file-cache-complete): Use completion-in-region.
9345         * simple.el (with-wrapper-hook): Fix thinko.
9347         * hfy-cmap.el (hfy-rgb-file): Use locate-file.
9348         (htmlfontify-load-rgb-file): Remove unnused var `ff'.
9349         Use with-current-buffer and string-to-number.
9350         (hfy-fallback-colour-values): Use assoc-string.
9351         * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
9352         (hfy-face-at): Remove unused var `found-face'.
9353         (hfy-compile-stylesheet): Remove unused var `css'.
9354         (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
9355         and `orig-buffer'.
9356         (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
9357         Use with-current-buffer.
9358         (hfy-text-p): Use expand-file-name and fewer setq.
9360 2009-11-19  Vivek Dasmohapatra  <vivek@etla.org>
9362         * htmlfontify.el, hfy-cmap.el: New files.
9364 2009-11-19  Juri Linkov  <juri@jurta.org>
9366         * minibuffer.el (completions-format): New defcustom.
9367         (completion--insert-strings): Implement vertical format.
9369         * simple.el (switch-to-completions): Move point to the first
9370         completion when point was at the beginning of the buffer.
9372 2009-11-19  Juri Linkov  <juri@jurta.org>
9374         * find-dired.el (find-name-arg): Remove autoload.  (Bug#4387)
9376         * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
9378 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
9380         * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
9381         (mail-signature): Change default to t.
9382         (mail-from-style): Deprecate `system-default' value.
9383         (mail-insert-from-field): For default value of mail-from-style,
9384         default to `angles' unless `angles' needs quoting and `parens'
9385         does not.
9386         (mail-citation-prefix-regexp): Use citation regexp from
9387         message-mode.
9389 2009-11-19  Michael Albinus  <michael.albinus@gmx.de>
9391         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
9392         Set variables for computing the prompt for reading password.
9394 2009-11-19  Glenn Morris  <rgm@gnu.org>
9396         * dired-aux.el (dired-compress-file-suffixes): Add ".xz".  (Bug#4953)
9398         * textmodes/flyspell.el (sgml-lexical-context): Declare.
9400         * net/newst-treeview.el (newsticker-treeview-treewindow-width)
9401         (newsticker-treeview-listwindow-height): Fix custom type.
9403 2009-11-19  Kenichi Handa  <handa@m17n.org>
9405         * descr-text.el (describe-char-padded-string): Compose with TAB
9406         only if there's a font for CH.
9407         (describe-char): Fix the condition for detecting a trivial composition.
9409 2009-11-18  Nathaniel Flath  <flat0103@gmail.com>
9411         * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
9412         more accurate version of the regexp.  (Bug#3910)
9414 2009-11-18  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
9416         * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
9418 2009-11-18  Juanma Barranquero  <lekktu@gmail.com>
9420         * font-setting.el (font-use-system-font): Declare for byte-compiler.
9421         (font-setting-change-default-font): Fix typo in docstring.
9423 2009-11-18  Alan Mackenzie  <acm@muc.de>
9425         * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
9427 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
9429         * font-setting.el (font-use-system-font): Move ...
9431         * cus-start.el (all): ... to here.
9433 2009-11-17  Michael Albinus  <michael.albinus@gmx.de>
9435         * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
9436         Don't set `ad-return-value' if `ad-do-it' doesn't.
9438         * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
9439         modification time.
9441 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
9443         * menu-bar.el: Put "Use system font" in Option-menu.
9444         (menu-bar-options-save): Add font-use-system-font.
9446         * loadup.el: If feature system-font-setting or font-render-setting is
9447         there, load font-setting.
9449         * Makefile.in (ELCFILES): Add font-settings.el.
9450         * font-setting.el: New file.
9452 2009-11-17  Glenn Morris  <rgm@gnu.org>
9454         * vc-svn.el (vc-svn-print-log): Fix typo in previous.
9456         * net/newst-treeview.el (newsticker--treeview-list-update-faces):
9457         Preserve point in the list buffer.  (Bug#4939)
9458         Use point-at-eol.
9459         (newsticker--treeview-list-update-highlight)
9460         (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
9462 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
9464         * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
9465         Remove.
9467         * calc/calc-ext.el (calc-init-extensions): Remove references to
9468         symclip.
9470         * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
9472         * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
9473         * calc/calc-help.el (calc-b-prefix-help): Remove references to
9474         `calc-symclip'.
9476 2009-11-16  Kevin Ryde  <user42@zip.com.au>
9478         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
9479         Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
9481         * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
9482         (lm-keywords-list): Allow comma-only separator like "foo,bar".
9483         Ignore trailing spaces by omit-nulls to split-string (fixing
9484         regression from Emacs 21 due to the incompatible split-string
9485         change).  (Bug #4928.)
9487 2009-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
9489         * vc.el (vc-log-show-limit): Default to 2000.
9490         (vc-print-log-internal): Insert buttons to request more entries
9491         when limiting the output.
9493         * vc-sccs.el (vc-sccs-print-log):
9494         * vc-rcs.el (vc-rcs-print-log):
9495         * vc-cvs.el (vc-cvs-print-log):
9496         * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
9497         LIMIT is non-nil.
9499 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
9501         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
9502         error when `tramp-gvfs-dbus-event-vector' is set.
9503         (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
9505 2009-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9507         * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
9509 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
9511         * net/dbus.el (dbus-unregister-service): New defun.
9512         (dbus-register-property): Register the handlers of
9513         "org.freedesktop.DBus.Properties" for SERVICE.
9514         (dbus-property-handler): Fix docstring.
9516 2009-11-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9518         * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
9519         Quote doc string reference in defvaralias as it is not in special form.
9520         (byte-compile-output-docform): Doc fix.
9522 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
9524         * calc/calc.el (math-2-word-size, math-half-2-word-size)
9525         (calc-complement-signed-mode): New variables.
9526         (calc-set-mode-line): Add indicator for twos-complements.
9527         (math-format-number): Format twos-complement notation.
9529         * calc/calc-bin.el (calc-word-size): Reset the variables
9530         `math-2-word-size' and `math-half-2-word-size'.
9531         (math-format-complement-signed, math-symclip, calcFunc-symclip)
9532         (calc-symclip): New functions.
9534         * calc/calc-aent.el (math-read-token): Read complement signed numbers.
9536         * calc/calc-embed.el (calc-embedded-mode-vars):
9537         Add `calc-complement-signed-mode' to the list of modes.
9539         * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
9540         (calc-b-oper-keys): Add `calc-symclip' to list.
9542         * calc/calc-ext.el (math-read-number-fancy): Read complement
9543         signed numbers.
9544         (calc-init-extensions): Add binding for `calc-symclip'.
9545         Add autoload for `calcFunc-symclip' and `calc-symclip'.
9547         * calc/calc-menu.el (calc-arithmetic-menu): Add item for
9548         `calc-symclip'.
9549         (calc-modes-menu): Add item for twos complement mode.
9551         * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
9553 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
9555         * register.el (jump-to-register, insert-register): Handle Semantic
9556         tags.  From commented-out advice in semantic/senator.el.
9558 2009-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
9560         * vc.el (vc-log-show-limit): New variable.
9561         (vc-print-log, vc-print-root-log): Add new argument LIMIT.  Set it
9562         when using a prefix argument.
9563         (vc-print-log-internal): Add new argument LIMIT.
9565         * vc-svn.el (vc-svn-print-log):
9566         * vc-mtn.el (vc-mtn-print-log):
9567         * vc-hg.el (vc-hg-print-log):
9568         * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
9569         pass it to the log command when set.  Make the BUFFER argument
9570         non-optional.
9572         * vc-sccs.el (vc-sccs-print-log):
9573         * vc-rcs.el (vc-rcs-print-log):
9574         * vc-git.el (vc-git-print-log):
9575         * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
9576         ignore it.  Make the BUFFER argument non-optional
9578         * bindings.el (mode-line-buffer-identification): Do not purecopy.
9580 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
9582         * dired.el (dired-mode-map): Move encryption items to "Operate"
9583         menu (Bug#4703).
9585         * strokes.el (strokes-update-window-configuration): Make strokes
9586         buffer current before erasing (Bug#4906).
9588         * cedet/semantic/idle.el (semantic-idle-summary-mode)
9589         (semantic-idle-summary-mode): Define using define-minor-mode
9590         instead of define-semantic-idle-service.
9591         (semantic-idle-summary-mode): New function.
9592         (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
9593         that mouse motion does not reset the echo area.
9595 2009-11-15  Juri Linkov  <juri@jurta.org>
9597         * simple.el (set-mark-default-inactive): Add :type, :group
9598         and :version.  (Bug#4876)
9600 2009-11-15  Michael Albinus  <michael.albinus@gmx.de>
9602         * arc-mode.el (archive-maybe-copy): Move creation of directory ...
9603         (archive-unique-fname): ... here.  (Bug#4929)
9605 2009-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9607         * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
9608         with a real fix.
9610         * novice.el (disabled-command-function): Add useful args.
9611         Setup the help buffer so that [back] works.
9612         Remove redundant call to help-mode.
9613         (disabled-command-function): Use `case'.
9614         (en/disable-command): New function extracted from enable-command.
9615         (enable-command, disable-command): Use it.
9617 2009-11-14  Glenn Morris  <rgm@gnu.org>
9619         * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
9620         constants.  (Bug#4913)
9622         * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
9624 2009-11-14  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
9626         * emacs-lisp/elint.el (elint-standard-variables): Add some variables
9627         defined in C that have no doc-strings.  (Bug#1063)
9629 2009-11-14  Francis Wright  <F.J.Wright@qmul.ac.uk>
9631         * cus-edit.el (data, files):
9632         * ps-print.el (postscript): Doc fixes for custom groups.  (Bug#3327)
9634 2009-11-14  Chong Yidong  <cyd@stupidchicken.com>
9636         * simple.el (shell-command): Doc fix (Bug#4891).
9638         * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
9640 2009-11-14  Glenn Morris  <rgm@gnu.org>
9642         * emulation/viper.el (viper-set-hooks): Remove duplicate advice
9643         statements for vc-diff, emerge-quit, and rmail-cease-edit.
9644         If they are already loaded, eval-after-load will do the right thing.
9646         * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
9647         compiling.
9649         * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
9651         * simple.el (x-selection-owner-p): Declare.
9652         (read-mail-command): Use custom radio type rather than choice.
9653         (completion-no-auto-exit): Doc fix.
9655         * custom.el (defgroup):
9656         * epg-config.el (epg): Doc fixes.
9658 2009-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
9660         * bindings.el (mode-line-buffer-identification): Purecopy only the string.
9661         * international/ccl.el (define-ccl-program): Do not purecopy the
9662         docstring, defconst does it anyway.
9664 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9666         * add-log.el (add-change-log-entry): Avoid displaying the changelog
9667         a second time.
9669         * x-dnd.el (x-dnd-maybe-call-test-function):
9670         * window.el (split-window-vertically):
9671         * whitespace.el (whitespace-help-on):
9672         * vc-rcs.el (vc-rcs-consult-headers):
9673         * userlock.el (ask-user-about-lock-help)
9674         (ask-user-about-supersession-help):
9675         * type-break.el (type-break-force-mode-line-update):
9676         * time-stamp.el (time-stamp-conv-warn):
9677         * terminal.el (te-set-output-log, te-more-break, te-filter)
9678         (te-sentinel, terminal-emulator):
9679         * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
9680         (term-write-input-ring, term-check-source, term-start-output-log):
9681         (term-display-buffer-line, term-dynamic-list-completions):
9682         (term-ansi-make-term, serial-term):
9683         * subr.el (selective-display):
9684         * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
9685         (strokes-encode-buffer, strokes-xpm-for-compressed-string):
9686         * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
9687         (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
9688         (speedbar-remove-localized-speedbar-support)
9689         (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
9690         (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
9691         (speedbar-buffers-line-directory):
9692         * simple.el (shell-command-on-region, append-to-buffer)
9693         (prepend-to-buffer):
9694         * shadowfile.el (shadow-save-todo-file):
9695         * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
9696         (scroll-bar-maybe-set-window-start):
9697         * sb-image.el (speedbar-image-dump):
9698         * saveplace.el (save-place-alist-to-file, save-places-to-alist)
9699         (load-save-place-alist-from-file):
9700         * ps-samp.el (ps-print-message-from-summary):
9701         * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
9702         (ps-background-image, ps-begin-job, ps-do-despool):
9703         * ps-bdf.el (bdf-find-file, bdf-read-font-info):
9704         * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
9705         (pr-ps-message-from-summary, pr-lpr-message-from-summary):
9706         (pr-call-process, pr-file-list, pr-interface-save):
9707         * novice.el (disabled-command-function)
9708         (enable-command, disable-command):
9709         * mouse.el (mouse-buffer-menu-alist):
9710         * mouse-copy.el (mouse-kill-preserving-secondary):
9711         * macros.el (kbd-macro-query):
9712         * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
9713         * informat.el (batch-info-validate):
9714         * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
9715         * hippie-exp.el (try-expand-dabbrev-visible):
9716         * help-mode.el (help-make-xrefs):
9717         * help-fns.el (describe-variable):
9718         * generic-x.el (bat-generic-mode-run-as-comint):
9719         * finder.el (finder-mouse-select):
9720         * find-dired.el (find-dired-sentinel):
9721         * filesets.el (filesets-file-close):
9722         * files.el (list-directory):
9723         * faces.el (list-faces-display, describe-face):
9724         * facemenu.el (list-colors-display):
9725         * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
9726         * epg.el (epg--process-filter, epg-cancel):
9727         * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
9728         (epa--read-signature-type):
9729         * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
9730         (emerge-file-names):
9731         * ehelp.el (electric-helpify):
9732         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
9733         * ediff-vers.el (rcs-ediff-view-revision):
9734         * ediff-util.el (ediff-setup):
9735         * ediff-mult.el (ediff-append-custom-diff):
9736         * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
9737         (ediff-wordify):
9738         * echistory.el (Electric-command-history-redo-expression):
9739         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
9740         * disp-table.el (describe-display-table):
9741         * dired.el (dired-find-buffer-nocreate):
9742         * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
9743         * dabbrev.el (dabbrev--same-major-mode-p):
9744         * chistory.el (list-command-history):
9745         * apropos.el (apropos-documentation):
9746         * allout.el (allout-obtain-passphrase):
9747         (allout-copy-exposed-to-buffer):
9748         (allout-verify-passphrase): Use with-current-buffer.
9750 2009-11-13  Glenn Morris  <rgm@gnu.org>
9752         * Makefile.in (ELCFILES): Regenerate.
9754 2009-11-13  Michael Albinus  <michael.albinus@gmx.de>
9756         * net/dbus.el (dbus-registered-objects-table): Rename from
9757         `dbus-registered-functions-table', because it contains also properties.
9758         (dbus-unregister-object): Unregister also properties.
9759         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
9760         Use a timeout of 500 msec, in order to not block.
9761         (dbus-register-property, dbus-property-handler): New defuns.
9763 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9765         * simple.el (minibuffer-default-add-completions): Drop deprecated
9766         4th arg.
9768 2009-11-13  Tomas Abrahamsson  <tab@lysator.liu.se>
9770         * textmodes/artist.el (artist-mouse-choose-operation):
9771         Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
9772         menus.  Bug noticed by Eli Zaretskii <eliz@gnu.org>.
9773         (artist-compute-up-event-key): New function.
9774         (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
9776 2009-11-13  Kenichi Handa  <handa@m17n.org>
9778         * language/japan-util.el: Make sure that the value of jisx0208
9779         property is jisx0208 character.
9781 2009-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
9783         * international/mule.el (auto-coding-regexp-alist): Only purecopy
9784         car or each item, not the whole list.
9786 2009-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9788         * minibuffer.el (minibuffer-completion-help):
9789         Use minibuffer-hide-completions.
9791 2009-11-12  Per Starbäck  <per@starback.se>  (tiny change)
9793         * dired.el (dired-save-positions, dired-restore-positions): New funs.
9794         (dired-revert): Use them (bug#4880).
9796 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
9798         * tooltip.el (tooltip-frame-parameters): Undo previous change.
9800 2009-11-12  Juri Linkov  <juri@jurta.org>
9802         * ffap.el (ffap-alternate-file-other-window, ffap-literally):
9803         New functions.
9804         (find-file-literally-at-point): Alias of `ffap-literally'.
9806 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
9808         * textmodes/ispell.el (ispell-skip-region-alist):
9809         * textmodes/css-mode.el (auto-mode-alist):
9810         * progmodes/compile.el (auto-mode-alist):
9811         * international/mule.el (ctext-non-standard-encodings-alist)
9812         (ctext-non-standard-encodings-regexp):
9813         * simple.el (shell-command-switch, text-read-only):
9814         * replace.el (occur-mode-map):
9815         * paths.el (rmail-file-name):
9816         * jka-cmpr-hook.el (jka-compr-build-file-regexp):
9817         * find-file.el (ff-special-constructs):
9818         * files.el (file-name-handler-alist):
9819         * composite.el: Purecopy strings.
9821         * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
9823 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
9825         * widget.el (define-widget): Purecopy the docstring.
9826         * international/mule-cmds.el (charset): Do not purecopy the
9827         docstring here, define-widget does it.
9829         * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
9830         * textmodes/bibtex-style.el (auto-mode-alist):
9831         * progmodes/inf-lisp.el (inferior-lisp-prompt):
9832         * progmodes/compile.el (compile-command):
9833         * language/korea-util.el (default-korean-keyboard):
9834         * international/mule-conf.el (file-coding-system-alist):
9835         * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
9836         * tooltip.el (tooltip-frame-parameters):
9837         * newcomment.el (comment-end, comment-padding):
9838         * dired.el (dired-trivial-filenames):
9839         * comint.el (comint-file-name-prefix): Purecopy initial values.
9841 2009-11-11  Michael Albinus  <michael.albinus@gmx.de>
9843         * net/tramp.el (tramp-advice-minibuffer-electric-separator)
9844         (tramp-advice-minibuffer-electric-tilde): Unload advices via
9845         `tramp-unload'.
9846         (tramp-advice-make-auto-save-file-name)
9847         (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
9848         after removing the advice.
9850 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
9852         * progmodes/grep.el (grep-regexp-alist):
9853         * international/mule-cmds.el (iso-2022-control-alist):
9854         * emacs-lisp/timer.el (timer-duration-words):
9855         * subr.el (version-separator, version-regexp-alist):
9856         * minibuffer.el (completion-styles-alist):
9857         * faces.el (face-attribute-name-alist, list-faces-sample-text):
9858         Change defvars to defconsts.
9860         * Makefile.in (ELCFILES): Add international/mule-conf.elc.
9861         * loadup.el ("international/mule-conf"): Load the byte compiled version.
9862         * international/mule-conf.el: Allow to be byte compiled.
9864         * international/mule.el (define-charset): Purecopy props.
9865         (load-with-code-conversion): Purecopy doc string and file name.
9866         (put-charset-property): Purecopy strings.
9867         (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
9869         * international/mule-cmds.el (register-input-method): Purecopy arguments.
9870         (define-char-code-property): Correctly purecopy the table.
9872         * international/ccl.el (define-ccl-program): Purecopy the docstring.
9874         * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
9876         * subr.el (add-hook): Purecopy strings.
9877         (eval-after-load): Purecopy load-history-regexp and the form.
9879         * custom.el (custom-declare-group): Purecopy load-file-name.
9881         * subr.el (menu-bar-separator): New defconst.
9882         * net/eudc.el (eudc-tools-menu):
9883         * international/mule-cmds.el (set-coding-system-map)
9884         (mule-menu-keymap):
9885         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
9886         * vc-hooks.el (vc-menu-map):
9887         * replace.el (occur-mode-map):
9888         * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
9889         (menu-bar-edit-menu, menu-bar-goto-menu)
9890         (menu-bar-custom-menu, menu-bar-showhide-menu)
9891         (menu-bar-options-menu, menu-bar-tools-menu)
9892         (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
9893         (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
9894         (menu-bar-help-menu):
9895         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
9896         * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
9898         * term/x-win.el (x-gtk-stock-map):
9899         * progmodes/vera-mode.el (auto-mode-alist):
9900         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
9901         (inferior-lisp-program, inferior-lisp-load-command):
9902         * progmodes/hideshow.el (hs-special-modes-alist):
9903         * progmodes/gud.el (same-window-regexps):
9904         * progmodes/grep.el (grep-program, find-program, xargs-program):
9905         * net/telnet.el (same-window-regexps):
9906         * net/rlogin.el (same-window-regexps):
9907         * language/ethiopic.el (font-ccl-encoder-alist):
9908         * vc-sccs.el (vc-sccs-master-templates):
9909         * vc-rcs.el (vc-rcs-master-templates):
9910         * subr.el (cl-assertion-failed):
9911         * simple.el (next-error-overlay-arrow-position):
9912         * lpr.el (lpr-command):
9913         * locate.el (locate-ls-subdir-switches):
9914         * info.el (same-window-regexps, info)
9915         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
9916         * image-mode.el (image-mode, auto-mode-alist):
9917         * hippie-exp.el (hippie-expand-ignore-buffers):
9918         * format.el (format-alist):
9919         * find-dired.el (find-ls-subdir-switches, find-grep-options)
9920         (find-name-arg):
9921         * facemenu.el (facemenu-keybindings):
9922         * dired.el (dired-listing-switches, dired-chown-program):
9923         * diff.el (diff-switches, diff-command):
9924         * cus-edit.el (same-window-regexps):
9925         * bindings.el (mode-line-mule-info)
9926         (mode-line-buffer-identification): Purecopy strings.
9928 2009-11-11  Juri Linkov  <juri@jurta.org>
9930         * simple.el (dired-get-filename) <declare-function>:
9931         Tell the byte-compiler about dired-get-filename.
9932         (shell-command): In Dired mode, get filename from the current line
9933         as the default value.
9935 2009-11-10  Glenn Morris  <rgm@gnu.org>
9937         * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
9938         * calendar/holidays.el, progmodes/cperl-mode.el:
9939         Update x-popup-menu declarations.
9941         * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
9942         (list-load-path-shadows): Use dolist.
9943         (list-load-path-shadows): Use with-current-buffer.
9945 2009-11-10  Juri Linkov  <juri@jurta.org>
9947         * minibuffer.el (read-file-name): Support a list of default values
9948         in `default-filename'.  Use the first file name where only one
9949         element is required.  Doc fix.
9951 2009-11-09  Michael Albinus  <michael.albinus@gmx.de>
9953         * net/dbus.el (dbus-unregister-object): Release service, if no
9954         other method is registered for it.
9956 2009-11-08  Markus Rost  <rost@math.uni-bielefeld.de>
9958         * bookmark.el (bookmark-completing-read): Sort bookmark names if
9959         bookmark-sort-flag is non-nil (Bug#4653).
9961 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
9963         * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
9964         the progress reporter entirely.
9966         * emulation/cua-base.el: Add CUA property to some CC mode commands
9967         (Bug#4100).
9969 2009-11-08  Kevin Ryde  <user42@zip.com.au>
9971         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
9972         at end of sentence (Bug#4818).
9974 2009-11-08  Jared Finder  <jfinder@crypticstudios.com>
9976         * progmodes/compile.el (compilation-error-regexp-alist-alist):
9977         Handle "see declaration of" MSFT statements (Bug#4100).
9979 2009-11-08  Michael Albinus  <michael.albinus@gmx.de>
9981         * net/tramp.el (tramp-advice-make-auto-save-file-name)
9982         (tramp-advice-file-expand-wildcards): Unload via
9983         `ad-remove-advice'.
9985         * net/trampver.el: Update release number.
9987 2009-11-08  Kevin Ryde  <user42@zip.com.au>
9989         * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
9990         `ad-do-it'.
9992 2009-11-08  Andr  <m00naticus@gmail.com>  (tiny change)
9994         * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
9995         in order to keep context in SELinux.
9997 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
9999         * dired-aux.el (dired-query): Place cursor in echo area and allow
10000         C-g.
10002         * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
10003         menu item if not on a directory (Bug#4701).
10005 2009-11-07  Michael Albinus  <michael.albinus@gmx.de>
10007         Sync with Tramp 2.1.17.
10009         * net/tramp.el (tramp-handle-copy-directory): Don't use
10010         `file-remote-p' (due to compatibility).
10012         * net/tramp-compat.el (tramp-compat-copy-directory)
10013         (tramp-compat-delete-directory): New defuns.
10015         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
10016         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
10017         `tramp-compat-delete-directory'.
10019         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
10020         (tramp-smb-handle-delete-directory): Use
10021         `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
10023         * net/trampver.el: Update release number.
10025 2009-11-07  Chong Yidong  <cyd@stupidchicken.com>
10027         * tar-mode.el (tar-copy): Call write-region on the right buffer
10028         (Bug#4857).
10030         * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
10031         by hand, if necessary (Bug#4878).
10033 2009-11-06  Chong Yidong  <cyd@stupidchicken.com>
10035         * buff-menu.el (Buffer-menu-buffer+size): Use display property to
10036         align size column (Bug#4839).
10038         * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
10039         statement.
10041 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
10043         * progmodes/ld-script.el (auto-mode-alist):
10044         * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
10046         * cus-face.el (custom-declare-face): Purecopy face spec.
10048 2009-11-06  Kenichi Handa  <handa@m17n.org>
10050         * international/uni-bidi.el: Re-generated.
10051         * international/uni-category.el: Re-generated.
10052         * international/uni-combining.el: Re-generated.
10053         * international/uni-mirrored.el: Re-generated.
10055 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
10057         * textmodes/tex-mode.el (tex-alt-dvi-print-command)
10058         (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
10059         (tex-start-options, slitex-run-command, latex-run-command)
10060         (tex-run-command, tex-directory):
10061         * textmodes/ispell.el (ispell-html-skip-alists)
10062         (ispell-tex-skip-alists, ispell-tex-skip-alists):
10063         * textmodes/fill.el (adaptive-fill-first-line-regexp):
10064         (adaptive-fill-regexp):
10065         * textmodes/dns-mode.el (auto-mode-alist):
10066         * progmodes/python.el (interpreter-mode-alist):
10067         * progmodes/etags.el (tags-compression-info-list):
10068         * progmodes/etags.el (tags-file-name):
10069         * net/browse-url.el (browse-url-galeon-program)
10070         (browse-url-firefox-program):
10071         * mail/sendmail.el (mail-signature-file)
10072         (mail-citation-prefix-regexp):
10073         * international/mule-conf.el (eight-bit):
10074         * international/latexenc.el (latex-inputenc-coding-alist):
10075         * international/fontset.el (x-pixel-size-width-font-regexp):
10076         * emacs-lisp/warnings.el (warning-type-format):
10077         * emacs-lisp/trace.el (trace-buffer):
10078         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
10079         (emacs-lisp-mode-map):
10080         * calendar/holidays.el (holiday-solar-holidays)
10081         (holiday-bahai-holidays, holiday-islamic-holidays)
10082         (holiday-christian-holidays, holiday-hebrew-holidays)
10083         (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
10084         (hebrew-holidays-1, holiday-oriental-holidays)
10085         (holiday-general-holidays):
10086         * x-dnd.el (x-dnd-known-types):
10087         * tool-bar.el (tool-bar):
10088         * startup.el (site-run-file):
10089         * shell.el (shell-dumb-shell-regexp):
10090         * rfn-eshadow.el (file-name-shadow-tty-properties)
10091         (file-name-shadow-properties):
10092         * paths.el (remote-shell-program, news-directory):
10093         * mouse.el ([C-down-mouse-3]):
10094         * menu-bar.el (menu-bar-tools-menu):
10095         * jka-cmpr-hook.el (jka-compr-load-suffixes)
10096         (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
10097         (jka-compr-compression-info-list):
10098         * isearch.el (search-whitespace-regexp):
10099         * image-file.el (image-file-name-extensions):
10100         * find-dired.el (find-ls-option):
10101         * files.el (directory-listing-before-filename-regexp)
10102         (directory-free-space-args, insert-directory-program)
10103         (list-directory-brief-switches, magic-fallback-mode-alist)
10104         (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
10105         (automount-dir-prefix):
10106         * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
10107         (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
10108         (face-font-registry-alternatives, face-font-registry-alternatives)
10109         (face-font-family-alternatives):
10110         * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
10111         (facemenu-foreground-menu, facemenu-face-menu):
10112         * epa-hook.el (epa-file-name-regexp):
10113         * dnd.el (dnd-protocol-alist):
10114         * textmodes/rst.el (auto-mode-alist):
10115         * button.el (default-button): Purecopy strings.
10117 2009-11-06  Glenn Morris  <rgm@gnu.org>
10119         * Makefile.in (ELCFILES): Update.
10121 2009-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10123         * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
10124         * emacs-lisp/levents.el: Move to obsolete/levents.el.
10126         * nxml/xsd-regexp.el (xsdre-gen-categories):
10127         * nxml/xmltok.el (xmltok-parse-entity):
10128         * nxml/rng-parse.el (rng-parse-validate-file):
10129         * nxml/rng-maint.el (rng-format-manual)
10130         (rng-manual-output-force-new-line):
10131         * nxml/rng-loc.el (rng-save-schema-location-1):
10132         * nxml/rng-cmpct.el (rng-c-parse-file):
10133         * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
10134         * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
10136 2009-11-05  Wilson Snyder  <wsnyder@wsnyder.org>
10138         * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
10139         Remove extra save-excursions and make-variable-buffer-local's.
10140         Suggested by Stefan Monnier.
10142         (verilog-getopt-file, verilog-module-inside-filename-p)
10143         (verilog-set-define): Merge GNU 1.35 and repair changes from
10144         switching to using with-current-buffer.
10146         (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
10147         being treated as a number and confusing AUTORESET.
10148         Reported by Dan Dever.
10150         (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
10151         Add verilog-auto-ignore-concat to fix backward compatibility with
10152         older verilog-modes.  Reported by Dan Katz.
10154         (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
10155         containing closing anchors "...$".
10157         (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
10158         Reported by Wade Smith.
10160         (verilog-batch-execute-func): Comment on function usage.
10162 2009-11-05  Michael McNamara  <mac@mail.brushroad.com>
10164         * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
10165         for labels.
10167         (verilog-label-re, verilog-calc-1): Support proper indent of named
10168         asserts.
10170         (verilog-backward-token, verilog-basic-complete-re)
10171         (verilog-beg-of-statement, verilog-indent-re): Support proper
10172         indent of the assert statement at the beginning of a block of text.
10174         (verilog-beg-block-re, verilog-ovm-begin-re): Support the
10175         `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
10176         tokens as begins.
10178 2009-11-05  Glenn Morris  <rgm@gnu.org>
10180         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
10181         Emacs 19.  (Bug#1531)
10182         (byte-compile-fix-header): Update for the above change.
10183         Drop test for epoch::version.
10185         * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
10186         * cus-dep.el (custom-make-dependencies):
10187         * finder.el (finder-compile-keywords):
10188         Use autoload-rubric's feature argument.
10190         * calendar/diary-lib.el (top-level): Make load behave more like require.
10192         * vc-git.el (vc-git-stash-map): Move definition before use.
10194 2009-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
10196         * custom.el (custom-declare-group): Purecopy standard-value.
10197         (custom-declare-group): Purecopy custom-prefix.
10199         * international/mule.el (load-with-code-conversion):
10200         Call do-after-load-evaluation unconditionally.
10202         * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
10204 2009-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10206         * descr-text.el: Require help-mode rather than help-fns (bug#4861).
10208 2009-11-04  Glenn Morris  <rgm@gnu.org>
10210         * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
10211         (byte-compile-compatibility): Remove option.
10212         (byte-compile-close-variables, byte-compile-fix-header)
10213         (byte-compile-insert-header, byte-compile-output-docform)
10214         (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
10215         (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
10216         (byte-compile-list, byte-compile-concat, byte-compile-function-form)
10217         (byte-compile-insert, byte-compile-defun):
10218         Remove support for byte-compile-compatibility and Emacs 18.  (Bug#4571)
10219         (byte-defop-compiler19): Remove.
10220         Without byte-compile-compatibility, the 'emacs19-opcode property is not
10221         used by anything.  Replace all calls with byte-defop-compiler.
10223 2009-11-04  Juri Linkov  <juri@jurta.org>
10225         * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
10226         (menu-bar-options-menu): Don't quote the `prop' arg of
10227         `menu-bar-make-mm-toggle'.
10229 2009-11-04  Juanma Barranquero  <lekktu@gmail.com>
10231         * calendar/calendar.el (cal-loaddefs):
10232         * calendar/diary-lib.el (diary-loaddefs):
10233         * calendar/holidays.el (hol-loaddefs):
10234         * eshell/esh-module.el (esh-groups): Load rather than require.
10236 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10238         * calendar/todo-mode.el (todo-add-category): Don't hardcode
10239         point-min==1.
10240         (todo-top-priorities): Only display-buffer when called interactively.
10241         (todo-item-start): Don't save excursion point.
10242         (todo-item-end): Be slightly more careful.  Add `include-sep' arg.
10243         (todo-insert-item-here, todo-file-item, todo-remove-item):
10244         Adjust uses of todo-item-start and todo-item-end.
10246         * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
10247         (autoload-rubric): Don't use any more.
10248         * cedet/semantic/fw.el (semantic/loaddefs):
10249         * cedet/srecode.el (srecode/loaddefs):
10250         * cedet/ede.el (ede/loaddefs): Load rather than require.
10251         * cedet/ede/cpp-root.el:
10252         * cedet/ede/emacs.el:
10253         * cedet/ede/files.el:
10254         * cedet/ede/linux.el:
10255         * cedet/ede/locate.el:
10256         * cedet/ede/make.el:
10257         * cedet/ede/shell.el:
10258         * cedet/ede/speedbar.el:
10259         * cedet/ede/system.el:
10260         * cedet/ede/util.el:
10261         * cedet/semantic/analyze.el:
10262         * cedet/semantic/bovine.el:
10263         * cedet/semantic/complete.el:
10264         * cedet/semantic/ctxt.el:
10265         * cedet/semantic/db-file.el:
10266         * cedet/semantic/db-find.el:
10267         * cedet/semantic/db-global.el:
10268         * cedet/semantic/db-mode.el:
10269         * cedet/semantic/db-typecache.el:
10270         * cedet/semantic/db.el:
10271         * cedet/semantic/debug.el:
10272         * cedet/semantic/dep.el:
10273         * cedet/semantic/doc.el:
10274         * cedet/semantic/edit.el:
10275         * cedet/semantic/find.el:
10276         * cedet/semantic/format.el:
10277         * cedet/semantic/html.el:
10278         * cedet/semantic/ia-sb.el:
10279         * cedet/semantic/ia.el:
10280         * cedet/semantic/idle.el:
10281         * cedet/semantic/lex-spp.el:
10282         * cedet/semantic/lex.el:
10283         * cedet/semantic/mru-bookmark.el:
10284         * cedet/semantic/scope.el:
10285         * cedet/semantic/senator.el:
10286         * cedet/semantic/sort.el:
10287         * cedet/semantic/symref.el:
10288         * cedet/semantic/tag-file.el:
10289         * cedet/semantic/tag-ls.el:
10290         * cedet/semantic/tag-write.el:
10291         * cedet/semantic/tag.el:
10292         * cedet/semantic/util-modes.el:
10293         * cedet/semantic/analyze/complete.el:
10294         * cedet/semantic/analyze/refs.el:
10295         * cedet/semantic/bovine/c.el:
10296         * cedet/semantic/bovine/gcc.el:
10297         * cedet/semantic/bovine/make.el:
10298         * cedet/semantic/bovine/scm.el:
10299         * cedet/semantic/decorate/include.el:
10300         * cedet/semantic/decorate/mode.el:
10301         * cedet/semantic/symref/cscope.el:
10302         * cedet/semantic/symref/global.el:
10303         * cedet/semantic/symref/grep.el:
10304         * cedet/semantic/symref/idutils.el:
10305         * cedet/semantic/symref/list.el:
10306         * cedet/semantic/wisent/java-tags.el:
10307         * cedet/semantic/wisent/javascript.el:
10308         * cedet/srecode/compile.el:
10309         * cedet/srecode/cpp.el:
10310         * cedet/srecode/document.el:
10311         * cedet/srecode/el.el:
10312         * cedet/srecode/expandproto.el:
10313         * cedet/srecode/getset.el:
10314         * cedet/srecode/insert.el:
10315         * cedet/srecode/java.el:
10316         * cedet/srecode/map.el:
10317         * cedet/srecode/mode.el:
10318         * cedet/srecode/template.el:
10319         * cedet/srecode/texi.el: Remove the file-local setting of
10320         generated-autoload-feature.
10322         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
10323         and only put a prop if it is non-nil.
10325 2009-11-03  Juri Linkov  <juri@jurta.org>
10327         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
10328         (menu-bar-options-menu): Fix list quoting (Bug#4429).
10330         * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
10331         and "Menu" to make top-level menu item visually one unit (like
10332         it's done for "Lisp-Interaction", "Emacs-Lisp" and other
10333         multi-word menu items).  Fix :help string for quit-window.
10335 2009-11-03  Glenn Morris  <rgm@gnu.org>
10337         * cedet/mode-local.el (with-mode-local): Doc fix.
10339         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
10340         (byte-compile-file-form-define-abbrev-table)
10341         (byte-compile-file-form-custom-declare-variable)
10342         (byte-compile-variable-ref, byte-compile-defvar):
10343         Whether or not a warning is enabled should only affect whether we issue
10344         the warning, not whether or not we collect the relevant data.
10345         Eg warnings can be turned on and off throughout the course of a file.
10347         * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
10348         (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
10350 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10352         * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
10353         * play/mpuz.el (mpuz-create-buffer):
10354         * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
10355         (lm-print-y,s,noise, lm-print-w0, lm-init):
10356         * play/gomoku.el (gomoku-prompt-for-move):
10357         * play/fortune.el (fortune-in-buffer):
10358         * play/dissociate.el (dissociated-press):
10359         * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
10360         (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
10361         * mail/supercite.el (sc-eref-show):
10362         * mail/smtpmail.el (smtpmail-send-it):
10363         * mail/rmailsum.el (rmail-summary-next-labeled-message)
10364         (rmail-summary-previous-labeled-message, rmail-summary-wipe)
10365         (rmail-summary-undelete-many, rmail-summary-rmail-update)
10366         (rmail-summary-goto-msg, rmail-summary-expunge)
10367         (rmail-summary-get-new-mail, rmail-summary-search-backward)
10368         (rmail-summary-add-label, rmail-summary-output-menu)
10369         (rmail-summary-output-body):
10370         * mail/rfc822.el (rfc822-addresses):
10371         * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
10372         * mail/mailpost.el (post-mail-send-it):
10373         * mail/hashcash.el (hashcash-generate-payment):
10374         * mail/feedmail.el (feedmail-run-the-queue)
10375         (feedmail-queue-send-edit-prompt-help-first)
10376         (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
10377         (feedmail-deduce-address-list):
10378         * eshell/esh-ext.el (eshell-remote-command):
10379         * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
10380         * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
10381         (viper-wildcard-to-regexp, viper-glob-mswindows-files)
10382         (viper-save-string-in-file, viper-valid-marker):
10383         * emulation/viper-keym.el (viper-toggle-key):
10384         * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
10385         (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
10386         (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
10387         * emulation/viper-cmd.el (viper-exec-form-in-vi)
10388         (viper-exec-form-in-emacs, viper-brac-function):
10389         * emulation/viper.el (viper-delocalize-var):
10390         * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
10391         (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
10392         (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
10393         (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
10394         * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
10395         * emulation/edt.el (edt-electric-helpify):
10396         * emulation/cua-rect.el (cua--rectangle-aux-replace):
10397         * emulation/cua-gmrk.el (cua--insert-at-global-mark)
10398         (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
10399         (cua-indent-to-global-mark-column):
10400         * calendar/diary-lib.el (calendar-mark-1):
10401         * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
10402         Use with-current-buffer.
10403         * emulation/viper.el (viper-delocalize-var): Use dolist.
10405 2009-11-03  Chong Yidong  <cyd@stupidchicken.com>
10407         * comint.el (comint-replace-by-expanded-history-before-point):
10408         Replace !! with the previous input string literally (Bug#1795).
10410 2009-11-02  Jay Belanger  <jay.p.belanger@gmail.com>
10412         * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
10413         to be made up of whitespace.
10415 2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
10417         * minibuffer.el (read-file-name): Don't use file dialogs for
10418         remote directories (Bug#99).
10420 2009-11-01  Chong Yidong  <cyd@stupidchicken.com>
10422         * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
10424 2009-11-01  Andreas Schwab  <schwab@linux-m68k.org>
10426         * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
10427         instead of deleting the window or frame.
10429 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
10431         * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
10432         Support face colors.
10434         * textmodes/tex-mode.el (tex-facemenu-add-face-function):
10435         New function.  Support face colors (Bug#1168).
10436         (tex-common-initialization): Use it.
10438         * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
10439         mode allows it (Bug#1168).
10441 2009-10-31  Juri Linkov  <juri@jurta.org>
10443         * facemenu.el (list-colors-display): Don't mark buffer as
10444         modified (Bug#3948).
10446 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
10448         * international/mule-diag.el (list-character-sets-1): Minor
10449         message fix (Bug#3526).
10451         * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
10452         face property (Bug#4834).
10453         (etags-list-tags, etags-tags-apropos-additional)
10454         (etags-tags-apropos, tags-select-tags-table): Add follow-link
10455         property.
10457         * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
10458         items.
10460         * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
10461         items.
10463         * cedet/ede.el (ede-minor-mode):
10464         * cedet/semantic.el (semantic-mode): Toggle menu separators.
10466 2009-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
10468         * textmodes/two-column.el (2C-split):
10469         * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
10470         * textmodes/tex-mode.el (tex-set-buffer-directory):
10471         * textmodes/spell.el (spell-region, spell-string):
10472         * textmodes/reftex.el (reftex-erase-buffer):
10473         (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
10474         * textmodes/reftex-toc.el (reftex-toc-promote-action):
10475         * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
10476         (reftex-select-item):
10477         * textmodes/reftex-ref.el (reftex-label-info-update)
10478         (reftex-offer-label-menu):
10479         * textmodes/reftex-index.el (reftex-index-change-entry)
10480         (reftex-index-phrases-info):
10481         * textmodes/reftex-global.el (reftex-create-tags-file)
10482         (reftex-save-all-document-buffers, reftex-ensure-write-access):
10483         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
10484         (reftex-view-crossref-from-bibtex):
10485         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
10486         (reftex-extract-bib-entries-from-thebibliography)
10487         (reftex-all-used-citation-keys, reftex-create-bibtex-file):
10488         * textmodes/refbib.el (r2b-capitalize-title):
10489         (r2b-convert-buffer, r2b-help):
10490         * textmodes/page-ext.el (pages-directory)
10491         (pages-directory-goto-with-mouse):
10492         * textmodes/bibtex.el (bibtex-validate-globally):
10493         * textmodes/bib-mode.el (bib-capitalize-title):
10494         * textmodes/artist.el (artist-clear-buffer, artist-system):
10495         * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
10496         (local-set-scheme-interaction-buffer, xscheme-process-filter)
10497         (verify-xscheme-buffer, xscheme-enter-interaction-mode)
10498         (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
10499         (xscheme-send-control-g-interrupt, xscheme-start-process)
10500         (xscheme-process-sentinel, xscheme-cd):
10501         * progmodes/verilog-mode.el (verilog-read-always-signals)
10502         (verilog-set-define, verilog-getopt-file)
10503         (verilog-module-inside-filename-p):
10504         * progmodes/sh-script.el:
10505         * progmodes/python.el (python-pdbtrack-get-source-buffer)
10506         (python-pdbtrack-grub-for-buffer, python-execute-file):
10507         * progmodes/octave-inf.el (inferior-octave):
10508         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
10509         (idlwave-shell-compile-helper-routines, idlwave-set-local)
10510         (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
10511         (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
10512         (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
10513         * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
10514         (idlwave-shell-filter, idlwave-shell-examine-highlight)
10515         (idlwave-shell-sentinel, idlwave-shell-filter-directory)
10516         (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
10517         (idlwave-shell-examine-display, idlwave-shell-run-region)
10518         (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
10519         (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
10520         * progmodes/idlw-help.el (idlwave-help-get-special-help)
10521         (idlwave-help-get-help-buffer):
10522         * progmodes/gud.el (gud-basic-call, gud-find-class)
10523         (gud-tooltip-activate-mouse-motions-if-enabled):
10524         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
10525         * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
10526         (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
10527         (ebrowse-tags-next-file):
10528         * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
10529         (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
10530         (ebnf-eps-finish-and-write):
10531         * progmodes/cpp.el (cpp-edit-save):
10532         * progmodes/cperl-mode.el (cperl-pod-to-manpage):
10533         * progmodes/cc-defs.el (c-emacs-features):
10534         * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
10535         (antlr-directory-dependencies):
10536         * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
10537         (ada-run-application, ada-find-in-src-path, ada-goto-parent)
10538         (ada-find-any-references, ada-make-filename-from-adaname)
10539         (ada-make-body-gnatstub):
10540         * obsolete/rnews.el (news-list-news-groups):
10541         * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
10542         * obsolete/iso-acc.el (iso-acc-minibuf-setup):
10543         * net/rcirc.el (rcirc-debug):
10544         * net/newst-treeview.el (newsticker--treeview-list-add-item)
10545         (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
10546         (newsticker--treeview-list-update-faces, newsticker-treeview-save)
10547         (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
10548         (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
10549         (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
10550         (newsticker--treeview-list-clear-highlight)
10551         (newsticker--treeview-list-update-highlight)
10552         (newsticker--treeview-list-highlight-start)
10553         (newsticker--treeview-tree-update-highlight)
10554         (newsticker--treeview-get-selected-item)
10555         (newsticker-treeview-mark-list-items-old)
10556         (newsticker--treeview-set-current-node):
10557         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
10558         * net/newst-backend.el (newsticker--get-news-by-funcall)
10559         (newsticker--get-news-by-wget, newsticker--image-get)
10560         (newsticker--image-sentinel):
10561         * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
10562         * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
10563         (eudc-ph-close-session):
10564         * net/eudc.el (eudc-save-options):
10565         * language/thai-word.el (thai-update-word-table):
10566         * language/japan-util.el (japanese-string-conversion):
10567         * international/titdic-cnv.el (tsang-quick-converter)
10568         (ziranma-converter, ctlau-converter):
10569         * international/mule-cmds.el (describe-language-environment):
10570         * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
10571         (skkdic-convert-postfix, skkdic-convert-prefix):
10572         (skkdic-convert-okuri-nasi, skkdic-convert):
10573         * emacs-lisp/re-builder.el (reb-update-overlays):
10574         * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
10575         * emacs-lisp/gulp.el (gulp-send-requests):
10576         * emacs-lisp/find-gc.el (trace-call-tree):
10577         * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
10578         (eieio-describe-generic):
10579         * emacs-lisp/eieio-base.el (eieio-persistent-read):
10580         * emacs-lisp/edebug.el (edebug-outside-excursion):
10581         * emacs-lisp/debug.el (debugger-make-xrefs):
10582         * emacs-lisp/cust-print.el (custom-prin1-to-string):
10583         * emacs-lisp/chart.el (chart-new-buffer):
10584         * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
10585         Use with-current-buffer.
10586         * textmodes/artist.el (artist-system): Don't call
10587         copy-sequence on a fresh string.
10588         * progmodes/idlw-shell.el (easymenu setup): Use dolist.
10590 2009-10-31  Stephen Berman  <stephen.berman@gmx.net>
10592         * calendar/todo-mode.el (todo-edit-item): Signal an error if there
10593         is no item to edit.  (Bug#4820)
10594         (todo-top-priorities): Restore point and restore narrowing in Todo
10595         buffer.  (Bug#4820)
10597 2009-10-31  Glenn Morris  <rgm@gnu.org>
10599         * net/ange-ftp.el (top-level): Don't require dired when compiling.
10600         (comint-last-output-start, comint-last-input-start)
10601         (comint-last-input-end): Don't defvar when compiling.
10602         (ange-ftp-process-file): Use bound-and-true-p.
10604         * pcmpl-rpm.el (top-level): Move provide statement to end.
10605         (pcmpl-rpm): Remove unused custom group.
10607         * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
10609         * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
10611         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
10612         (byte-compile-warnings): Add `constants' as an option.
10613         (byte-compile-callargs-warn, byte-compile-arglist-warn)
10614         (display-call-tree): Update for byte-compile-fdefinition possibly
10615         returning `(macro lambda ...)'.  (Bug#4778)
10616         (byte-compile-variable-ref, byte-compile-setq-default):
10617         Respect `constants' member of byte-compile-warnings.
10619         * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
10620         Use mapc rather than mapcar because the return value is never used.
10622         * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
10623         * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
10624         * cedet/semantic/html.el:
10625         Suppress harmless warnings about setting up semantic-imenu (not
10626         part of Emacs) variables.
10628 2009-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10630         * vc-bzr.el (vc-bzr-revision-keywords): New var.
10631         (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
10632         to "submit:".
10634         * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
10635         * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
10636         * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
10637         * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
10638         * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
10639         * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
10640         (semantic-analyzer-debug-global-symbol)
10641         (semantic-analyzer-debug-missing-innertype)
10642         (semantic-analyzer-debug-insert-include-summary):
10643         * cedet/semantic/util.el (semantic-file-tag-table):
10644         (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
10645         (semantic-recursive-find-nonterminal-by-name):
10646         * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
10647         * cedet/semantic/tag-file.el (semantic-prototype-file):
10648         * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
10649         * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
10650         * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
10651         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
10652         (semantic-idle-summary-maybe-highlight):
10653         * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
10654         (semantic-ia-sb-tag-info):
10655         * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
10656         * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
10657         * cedet/semantic/ede-grammar.el (project-compile-target):
10658         (ede-proj-makefile-insert-variables):
10659         * cedet/semantic/debug.el (semantic-debug-set-parser-location):
10660         (semantic-debug-set-source-location, semantic-debug-interface-layout)
10661         (semantic-debug-mode, semantic-debug):
10662         * cedet/semantic/db.el (semanticdb-needs-refresh-p):
10663         * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
10664         * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
10665         * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
10666         (semanticdb-find-translate-path-includes--internal)
10667         (semanticdb-reset-log, semanticdb-find-log-activity):
10668         * cedet/semantic/db-file.el (object-write):
10669         * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
10670         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
10671         (semanticdb-create-ebrowse-database):
10672         * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
10673         * cedet/semantic/complete.el (semantic-displayor-focus-request)
10674         (semantic-collector-calculate-completions-raw)
10675         (semantic-complete-read-tag-analyzer):
10676         * cedet/semantic/analyze.el (semantic-analyze-pulse):
10677         * cedet/ede/util.el (ede-update-version-in-source):
10678         * cedet/ede/proj.el (project-delete-target):
10679         * cedet/ede/proj-elisp.el (ede-update-version-in-source)
10680         (ede-proj-flush-autoconf):
10681         * cedet/ede/pconf.el (ede-proj-configure-synchronize)
10682         (ede-proj-configure-synchronize):
10683         * cedet/ede/locate.el (ede-locate-file-in-project-impl):
10684         * cedet/ede/linux.el (ede-linux-version):
10685         * cedet/ede/emacs.el (ede-emacs-version):
10686         * cedet/ede/dired.el (ede-dired-add-to-target):
10687         * cedet/ede.el (ede-buffer-header-file, ede-find-target)
10688         (ede-buffer-documentation-files, ede-project-buffers, ede-set)
10689         (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
10690         * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
10691         (cedet-idutils-lid-call, cedet-idutils-expand-filename)
10692         (cedet-idutils-version-check):
10693         * cedet/cedet-global.el (cedet-gnu-global-call):
10694         (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
10695         (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
10696         * cedet/cedet-cscope.el (cedet-cscope-call)
10697         (cedet-cscope-expand-filename, cedet-cscope-version-check):
10698         Use with-current-buffer.
10699         * cedet/ede.el (ede-make-project-local-variable)
10700         (ede-set-project-variables, ede-set): Use dolist.
10702 2009-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
10704         * textmodes/ispell.el (ispell-skip-region-alist):
10705         * international/mule-conf.el (eight-bit):
10706         * international/fontset.el (font-encoding-alist):
10707         * startup.el (pure-space-overflow-message):
10708         * simple.el (overwrite-mode-textual, overwrite-mode-binary):
10709         * paths.el (gnus-nntp-service, rmail-spool-directory)
10710         (term-file-prefix):
10711         * files.el (save-some-buffers-action-alist):
10712         * cmuscheme.el (same-window-buffer-names):
10713         * ielm.el (same-window-buffer-names):
10714         * shell.el (same-window-buffer-names):
10715         * mail/sendmail.el (same-window-buffer-names):
10716         * progmodes/inf-lisp.el (same-window-buffer-names):
10717         * bindings.el (mode-line-client)
10718         (mode-line-column-line-number-mode-map):
10719         * language/tibetan.el (tibetan-precomposition-rule-regexp)
10720         (tibetan-precomposed-regexp): Purecopy string arguments.
10722 2009-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10724         * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
10725         (calcDigit-nondigit):
10726         * calc/calc-yank.el (calc-copy-to-buffer):
10727         * calc/calc-units.el (calc-invalidate-units-table):
10728         * calc/calc-trail.el (calc-trail-yank):
10729         * calc/calc-store.el (calc-insert-variables):
10730         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
10731         * calc/calc-prog.el (calc-read-parse-table):
10732         * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
10733         * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
10734         * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
10735         (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
10736         (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
10737         (calc-graph-name, calc-graph-find-command, calc-graph-view)
10738         (calc-graph-view, calc-gnuplot-command, calc-graph-init):
10739         * calc/calc-ext.el (calc-realign):
10740         * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
10741         (calc-embedded-finish-edit, calc-embedded-make-info)
10742         (calc-embedded-finish-command, calc-embedded-stack-change):
10743         * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
10745         * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
10746         (overload-docstring-extension): Use that info.
10747         * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
10748         * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
10749         * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
10750         (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
10751         (semantic-nonterminal-full-name): Add the new `when' info.
10752         * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
10753         `assert'.
10755         * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
10756         shell-dynamic-complete-filename in preference to
10757         comint-dynamic-complete-filename.
10759         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
10760         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
10761         Don't consider whether the display supports colors.
10762         (bookmark-import-new-list): Use dolist.
10763         (bookmark-bmenu-mode-map): Move initialization into declaration.
10764         (bookmark-bmenu-list): Use dolist, simplify.
10765         (bookmark-show-all-annotations): Use save-selected-window and dolist.
10766         (menu-bar-final-items): Use push.
10768 2009-10-28  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
10770         * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
10771         it works on remote files.
10772         (vc-hg-diff): Don't pass any `--cwd' argument.
10774 2009-10-27  Kevin Ryde  <user42@zip.com.au>
10776         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
10777         Use help-xref-info-regexp and help-xref-url-regexp to identify links.
10778         (Further to Bug#3921).
10780 2009-10-27  Michael Albinus  <michael.albinus@gmx.de>
10782         * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
10783         (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
10784         calling `tramp-imap-put-file'.  Add file size to the call.
10785         (tramp-imap-get-file-entries): Compute also user name, file size,
10786         and date.
10787         (tramp-imap-handle-insert-directory): Insert uid and gid.
10788         (tramp-imap-handle-file-attributes): Transform uid and gid
10789         according to `id-format'.
10790         (tramp-imap-put-file): New optional parameter SIZE.  Encode file
10791         size in header X-Size.
10793 2009-10-26  Juanma Barranquero  <lekktu@gmail.com>
10795         * simple.el (transpose-subr): Give clearer error when the mark
10796         is not set.  (Bug#4807)
10798 2009-10-26  Michael Albinus  <michael.albinus@gmx.de>
10800         * net/tramp.el (tramp-perl-file-truename): New defconst.
10801         Perl code contributed by yary <not.com@gmail.com> (tiny change).
10802         (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
10803         Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
10804         (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
10806         * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
10807         Ignore `dired-call-process'.
10808         (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
10810 2009-10-26  Julian Scheid  <julians37@gmail.com>
10812         * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
10813         (tramp-get-remote-readlink): New defun.
10814         (tramp-handle-file-truename): Use it.
10815         (tramp-handle-file-exists-p): Check file-attributes cache, assume
10816         file exists if cache value present.
10817         (tramp-check-cached-permissions): New defun.
10818         (tramp-handle-file-readable-p): Use it.
10819         (tramp-handle-file-writable-p): Likewise.
10820         (tramp-handle-file-executable-p): Likewise.
10821         (tramp-handle-file-name-all-completions): Try using Perl to get
10822         partial completions.  When perl not available, combine `cd' and
10823         `ls' into single remote operation and use shell expansion to get
10824         partial remote directory contents.  Set `file-exists-p' cache for
10825         directory and any files returned by ls.  Change cache handling to
10826         support partial directory contents.  Use error message emitted by
10827         remote `cd' or Perl code for local tramp-error.
10828         (tramp-do-copy-or-rename-file-directly): Avoid separate
10829         tramp-send-command-and-check call.
10830         (tramp-handle-process-file): Merge three remote ops into one.
10831         Do not flush all caches when `process-file-side-effects' is set.
10832         (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
10833         file-attributes shows uid/gid to be set already.
10835 2009-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
10837         * textmodes/tex-mode.el (tex-dvi-view-command)
10838         (tex-show-queue-command, tex-open-quote):
10839         * progmodes/ruby-mode.el (auto-mode-alist)
10840         (interpreter-mode-alist): Purecopy strings.
10842         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
10844         * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
10845         string for the hook, keymap and abbrev table.
10847         * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
10849         * x-dnd.el (x-dnd-xdnd-to-action):
10850         * startup.el (fancy-startup-text, fancy-about-text): Change to
10851         defconst from defvar.
10853         * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
10855         * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
10856         Purecopy initialization strings.
10858         * mail/sendmail.el (mail-header-separator)
10859         (mail-personal-alias-file):
10860         * mail/rmail.el (rmail-default-dont-reply-to-names)
10861         (rmail-ignored-headers, rmail-retry-ignored-headers)
10862         (rmail-highlighted-headers, rmail-secondary-file-directory)
10863         (rmail-secondary-file-regexp):
10864         * files.el (null-device, file-name-invalid-regexp)
10865         (locate-dominating-stop-dir-regexp)
10866         (inhibit-first-line-modes-regexps): Purecopy initialization strings.
10867         (interpreter-mode-alist): Use mapcar instead of mapc.
10869         * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
10871         * bindings.el (mode-line-major-mode-keymap): Purecopy name.
10872         (completion-ignored-extensions):
10873         (debug-ignored-errors): Purecopy strings.
10875 2009-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10877         * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
10878         (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
10879         (pcomplete--here): Use push.
10881         * subr.el (all-completions): Declare the 4th arg obsolete.
10883 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
10885         * pcomplete.el (pcomplete-unquote-argument-function): New var.
10886         (pcomplete-unquote-argument): New function.
10887         (pcomplete--common-suffix): Always pay attention to case.
10888         (pcomplete--table-subvert): Quote and unquote the text.
10889         (pcomplete--common-quoted-suffix): New function.
10890         (pcomplete-std-complete): Use it and pcomplete-begin.
10892         * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
10893         we're inside a dedicated or minibuffer window.
10895 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
10897         * cedet/semantic/fw.el (semantic-alias-obsolete)
10898         (semantic-varalias-obsolete): Make the `when' arg mandatory.
10899         (define-mode-overload-implementation):
10900         * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
10901         * cedet/semantic/wisent.el (wisent-lex-make-token-table):
10902         * cedet/semantic/util.el (semantic-file-token-stream)
10903         (semantic-something-to-stream):
10904         * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
10905         (semantic-expand-nonterminal):
10906         * cedet/semantic/tag-file.el (semantic-find-nonterminal)
10907         (semantic-find-dependency, semantic-find-nonterminal)
10908         (semantic-find-dependency):
10909         * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
10910         (semantic-flex-text, semantic-flex-make-keyword-table)
10911         (semantic-flex-keyword-p, semantic-flex-keyword-put)
10912         (semantic-flex-keyword-get, semantic-flex-map-keywords)
10913         (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
10914         * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
10915         * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
10916         (semantic-after-idle-scheduler-reparse-hooks):
10917         * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
10918         * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
10919         * cedet/semantic.el (semantic-toplevel-bovine-table)
10920         (semantic-toplevel-bovine-cache)
10921         (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
10922         (semantic-init-mode-hooks, semantic-init-db-hooks)
10923         (semantic-bovination-working-type): Provide the `when' arg.
10925 2009-10-24  Karl Fogel  <kfogel@red-bean.com>
10927         * bookmark.el: Update documentation, especially documentation
10928         of `bookmark-alist' and of the bookmark file format.
10929         Patch by Drew Adams, with minor tweaks from me.  (Bug#4195)
10931 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
10933         * mail/emacsbug.el (report-emacs-bug): Clarify that the
10934         keybindings apply to the mail buffer (Bug#4003).  Shrink help
10935         window to buffer.
10937         * whitespace.el (whitespace-mode, whitespace-newline-mode)
10938         (global-whitespace-mode, global-whitespace-newline-mode)
10939         (whitespace-toggle-options, global-whitespace-toggle-options):
10940         Doc fix (Bug#3660).
10942         * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
10943         of xmltok-start before the end tag was inserted (Bug#2840).
10945         * progmodes/sh-script.el (sh-font-lock-paren): Handle case
10946         patterns that are preceded by an open-paren (Bug#1320).
10948 2009-10-24  Sven Joachim  <svenjoac@gmx.de>
10950         * files.el (delete-directory): Delete symlinks to directories with
10951         delete-file (Bug#4739).
10953 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
10955         * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
10956         * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
10957         argument to make-obsolete.
10959         * cedet/semantic/fw.el (semantic-alias-obsolete)
10960         (semantic-varalias-obsolete): Add optional WHEN argument.
10962 2009-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
10964         * vc.el (vc-backend-for-registration): Rename from
10965         vc-get-backend-for-registration.  Update callers.
10967         * international/mule-cmds.el (set-language-info-alist):
10968         Purecopy lang-env.
10969         (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
10970         (charset): Purecopy the name.
10971         (define-char-code-property): Purecopy string arguments.
10973         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
10974         Purecopy string arguments.
10976         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
10977         * ediff-hook.el (menu-bar-ediff-menu):
10978         * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
10979         * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
10981 2009-10-24  Glenn Morris  <rgm@gnu.org>
10983         * comint.el (comint-dynamic-list-completions):
10984         * term.el (term-dynamic-list-completions): Use choose-completion rather
10985         than obsolete alias mouse-choose-completion.
10987         * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
10988         file-cache-choose-completion.
10989         (file-cache-choose-completion): Handle an optional event argument.
10990         (file-cache-mouse-choose-completion): Make it an obsolete alias.
10992         * progmodes/octave-mod.el (octave-complete-symbol):
10993         Use choose-completion if mouse-choose-completion is ever removed.
10995         * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
10996         use.
10998         * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
10999         compiler.
11001         * vc-hooks.el (vc-responsible-backend): Fix declaration.
11003 2009-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11005         * minibuffer.el (completion--embedded-envvar-table): Fix last change.
11006         Ignore `pred' now that we receive one.
11007         Handle test-completion specially.
11009 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
11011         * vc.el (vc-responsible-backend): Throw an error if not backend is
11012         found.  Remove the REGISTER argument.  Move the code dealing with
11013         REGISTER ...
11014         (vc-get-backend-for-registration): ... here.  New function.
11015         (vc-deduce-fileset): Call vc-get-backend-for-registration instead
11016         of vc-responsible-backend, pass the file name instead of the
11017         directory name.
11019 2009-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11021         * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
11022         New funs.
11023         (pcomplete-std-complete): Use them.  Obey pcomplete-termination-string.
11024         (pcomplete-comint-setup): Don't modify a global var via
11025         accidental side-effects.
11026         (pcomplete-shell-setup): Adjust call accordingly.
11027         (pcomplete-parse-comint-arguments): Use push.
11029 2009-10-23  Chong Yidong  <cyd@stupidchicken.com>
11031         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
11032         Allow uncapitalized info node names (Bug#3921).
11034         * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
11035         to the DEBUG file (Bug#3781).
11037 2009-10-23  Jari Aalto  <jari.aalto@cante.net>
11039         * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
11040         dictionary entry (Bug#4579).
11042 2009-10-23  Michael Albinus  <michael.albinus@gmx.de>
11044         * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
11045         from `rfn-eshadow-update-overlay-hook' when unloading.
11046         (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
11047         "rsyncc".  Adjust doc string.
11048         (tramp-temp-buffer-file-name): New buffer-local defvar.
11049         (tramp-handle-insert-file-contents, tramp-handle-write-region):
11050         Keep temporary file when indicated by method ("rsync" and
11051         "rsyncc").
11052         (tramp-handle-write-region): Handle APPEND.
11053         (tramp-delete-temp-file-function): New defun.  Added to
11054         `kill-buffer-hook'.
11056 2009-10-23  Juanma Barranquero  <lekktu@gmail.com>
11058         * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
11060 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
11062         * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
11063         (color-name-rgb-alist, tty-standard-colors)
11064         (tty-color-mode-alist): Change to defconst.
11066         * simple.el (mark-inactive): Purecopy message.
11068         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
11069         (global-map, yank-menu):
11070         * textmodes/ispell.el (ispell-menu-map):
11071         * net/eudc.el (eudc-tools-menu):
11072         * international/mule-cmds.el (describe-language-environment-map)
11073         (setup-language-environment-map, set-coding-system-map)
11074         (mule-menu-keymap):
11075         * vc-hooks.el (vc-menu-entry, vc-menu-map):
11076         * replace.el (occur-mode-map):
11077         * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
11079 2009-10-23  Jay Belanger  <jay.p.belanger@gmail.com>
11081         * calc/calc.el (math-read-number, math-read-number-simple): Use
11082         `save-match-data'.
11084 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11086         * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
11087         rather than fiddling with global-map bindings, since it should only
11088         affect per-terminal settings.
11089         See http://bugs.gentoo.org/show_bug.cgi?id=289709.
11091         * minibuffer.el (completion-table-with-terminator): Allow to specify
11092         the terminator-regexp.
11094         * simple.el (switch-to-completions): Look for *Completions* in other
11095         frames as well.
11097         * pcomplete.el: Allow the use of completion-tables.
11098         (pcomplete-std-complete): New command.
11099         (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
11100         (pcomplete--here): Use a function for `form' rather than an expression,
11101         so it can be byte-compiled.
11102         (pcomplete-here, pcomplete-here*): Adjust accordingly.
11103         Add edebug declaration.
11104         (pcomplete-show-completions): Remove unused var `curbuf'.
11105         (pcomplete-do-complete, pcomplete-stub):
11106         Don't assume `completions' is a list of strings any more.
11108 2009-10-22  Juanma Barranquero  <lekktu@gmail.com>
11110         * find-dired.el (find-name-arg): Fix typo in docstring.
11112 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11114         * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
11115         (pcmpl-linux-fs-types): Same, and update to new modules layout.
11117         * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
11118         pcomplete-entries.
11120         * comint.el (comint-read-input-ring, comint-write-input-ring)
11121         (comint-substitute-in-file-name)
11122         (comint-dynamic-complete-as-filename)
11123         (comint-dynamic-simple-complete)
11124         (comint-dynamic-list-filename-completions)
11125         (comint-dynamic-list-completions)
11126         (comint-redirect-results-list-from-process): Minor simplifications.
11128 2009-10-21  Kevin Ryde  <user42@zip.com.au>
11130         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
11131         When inserting ";;; Code" put it before any ";;;###autoload" cookie on
11132         the first form.  And insert a blank line after ";;; Code" since
11133         that's usual style.  (Bug#4612)
11135         * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
11137 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11139         * minibuffer.el (completion-table-with-terminator): Properly implement
11140         boundaries, in case `terminator' appears in the suffix.
11141         (completion--embedded-envvar-table): Don't return boundaries if
11142         there's no valid completion.  Simplify.
11143         (completion-file-name-table): New completion table extracted from
11144         completion--file-name-table.
11145         (completion--file-name-table): Use it.
11146         (read-file-name-predicate): Declare obsolete.
11147         (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
11148         * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
11149         completion-file-name-table, and use the `pred' argument.
11150         * files.el (locate-file-completion-table): Use the `pred' arg rather
11151         than read-file-name-predicate.
11152         (abbreviate-file-name): Use \` rather than ^ for BOS.
11154 2009-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
11156         * vc.el (vc-deduce-fileset): Undo previous change, do not tell
11157         vc-responsible-backend to register, it causes problems.
11159 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11161         * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
11163 2009-10-21  Eric Ludlam  <zappo@gnu.org>
11165         * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
11166         (semantic-c-debug-mode-init-pch): New functions.
11167         (semantic-c-debug-mode-init-last-mode): New var.
11168         (semantic-c-parse-lexical-token): Use them.
11170         * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
11171         When extracting the argument list, limit only by point-max.
11173 2009-10-21  Michael Albinus  <michael.albinus@gmx.de>
11175         * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
11176         (tramp-smb-handle-file-attributes): Use it.
11177         (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
11178         (tramp-smb-handle-insert-directory): Use `mapc' rather than
11179         `mapcar'.  Use `tramp-smb-get-stat-capability'.
11180         Add `dired-filename' text properties.
11181         (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
11182         (tramp-smb-maybe-open-connection): Simplify check for smbclient
11183         version.
11185 2009-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11187         * subr.el (read-key-delay): Reduce to 0.01.
11188         (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
11189         (bug#4751).
11191 2009-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11193         * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
11195         * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
11196         (Info-menu): Remove unused vars `last' and `completions'.
11197         (Info-index-nodes): Remove unused var `node'.
11199         * info.el (Info-complete-menu-item): Use complete-with-action.
11201 2009-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
11203         Make vc-annotate work through copies and renames.
11204         * vc-annotate.el (vc-annotate-extract-revision-at-line):
11205         Return the file name too.
11206         (vc-annotate-revision-at-line)
11207         (vc-annotate-find-revision-at-line)
11208         (vc-annotate-revision-previous-to-line)
11209         (vc-annotate-show-log-revision-at-line): Update to get the file
11210         name from vc-annotate-extract-revision-at-line.
11211         (vc-annotate-show-diff-revision-at-line-internal): Change the
11212         argument to mean whether to show a file diff or not.  Get the file
11213         name from vc-annotate-extract-revision-at-line.
11214         (vc-annotate-show-diff-revision-at-line):
11215         Update vc-annotate-show-diff-revision-at-line call.
11216         (vc-annotate-warp-revision): Add an optional file argument.
11218         * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
11219         (vc-git-annotate-extract-revision-at-line): Also return the file
11220         name if found.
11222         * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
11223         command.  Remove unused code.
11224         (vc-hg-annotate-re): Update to match --follow output.
11225         (vc-hg-annotate-extract-revision-at-line): Also return the file
11226         name if found.
11228         * vc.el: Update annotate-extract-revision-at-line documentation.
11230 2009-10-18  Kevin Ryde  <user42@zip.com.au>
11232         * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
11233         re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
11235         * net/browse-url.el (browse-url): Identify alist with "consp and
11236         not functionp" and let all other things go down the `apply' leg,
11237         as suggested by Stefan.  (Further to bug#4531.)
11239 2009-10-18  Chong Yidong  <cyd@stupidchicken.com>
11241         * minibuffer.el (read-file-name): Check for repeat before putting
11242         a default argument in file-name-history (Bug#4657).
11244         * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
11245         read syntax (Bug#4737).
11247         * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
11249 2009-10-18  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
11251         * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
11252         (html-tag-alist, html-tag-help): Add descriptions for undocumented
11253         entries and make note of obsolete tags.
11255 2009-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11257         * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
11259 2009-10-18  Glenn Morris  <rgm@gnu.org>
11261         * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
11262         grep, so that binary files (eg international/uni-bidi.el) can match.
11263         Remove test for "UnicodeData" files, since it is hopefully unnecessary
11264         now, and in any case the file header format has changed.
11266 2009-10-17  Glenn Morris  <rgm@gnu.org>
11268         * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
11269         (flyspell-get-word, flyspell-large-region)
11270         (flyspell-auto-correct-previous-word): Doc/error message fixes.
11272 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
11274         * Makefile.in (ELCFILES): Add ede/shell.
11276 2009-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
11278         * term/common-win.el (x-colors): Purecopy it.
11280 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11282         * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
11283         permissive for when the buffer is empty.
11284         (tar-header-block-tokenize): Decode the username and groupname.
11285         (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
11287 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
11289         * cedet/srecode/srt.el:
11290         * cedet/srecode/compile.el:
11291         * cedet/semantic/mru-bookmark.el:
11292         * cedet/semantic/debug.el:
11293         * cedet/semantic/complete.el:
11294         * cedet/semantic/analyze.el: Require CL when compiling.
11296 2009-10-17  Eric Ludlam  <zappo@gnu.org>
11298         * cedet/semantic/scope.el
11299         (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
11300         tmpscope so that the regular scope will continue to work.
11302         * cedet/semantic/idle.el (semantic-idle-tag-highlight):
11303         Use semantic-idle-summary-highlight-face as the highlighting.
11305         * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
11306         contains multibyte characters, choose first applicable coding
11307         system automatically.
11309         * cedet/ede/project-am.el (project-run-target): New method.
11310         (project-run-target): New method.
11312         * cedet/ede.el (ede-target): Add run target menu item.
11313         (ede-project, ede-minor-keymap): Add ede-run-target binding.
11314         (ede-run-target): New function.
11315         (ede-target::project-run-target): New method.
11317         * cedet/ede/proj.el (project-run-target): New method.
11319         * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
11320         (ede-g++-libtool-shared-compiler): Remove SHELL.  Remove COMMANDS.
11321         Add :rules.
11322         (ede-proj-target-makefile-shared-object): Only libtool compilers
11323         now available.  Add linkers for libtool.
11324         (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
11325         (ede-proj-makefile-target-name): Always use .la extension.
11327         * cedet/ede/proj-prog.el (project-run-target): New method.
11329         * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
11330         (ede-g++-linker): Change Change link lines.
11332         * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
11333         When searching for old variables, go to the end of the buffer and
11334         search backward from there.
11335         (ede-proj-makefile-automake-insert-subdirs)
11336         (ede-proj-makefile-automake-insert-extradist): New methods.
11337         (ede-proj-makefile-create): Use them.
11339         * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
11340         Force FILE to expand to the current target.  Use file-exists-p to
11341         check that it exists.
11343         * cedet/ede/linux.el (ede-linux-version): Don't call "head".
11344         (ede-linux-load): Wrap dir in file-name-as-directory.
11345         Set :version slot.
11347         * cedet/ede/files.el (ede-get-locator-object): When enabling
11348         locate, do so on "top".
11350         * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
11351         file-name-as-directory during compare.
11352         (ede-emacs-version): Return Emacs/XEmacs differentiator.
11353         Get version number from different places.  Don't call egrep.
11354         (ede-emacs-load): Set :version slot.  Call file-name-as-directory
11355         to set the directory.
11357         * cedet/ede/shell.el: New file.
11359         * cedet/inversion.el (inversion-decoders): Allow for stray . in
11360         alpha/beta variants.
11362 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11364         * international/mule-cmds.el (select-safe-coding-system): If the file
11365         has a coding cookie, use it regardless of any other setting (bug#4712).
11367 2009-10-17  Glenn Morris  <rgm@gnu.org>
11369         * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
11370         All errors should have messages.
11372         * foldout.el (foldout-mouse-swallow-events):
11373         * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
11375         * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
11376         (dired-keep-marker-copy, dired-keep-marker-hardlink)
11377         (dired-keep-marker-symlink, dired-dwim-target)
11378         (dired-copy-preserve-time): Do not autoload these defcustoms.
11380         * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
11381         messages from messing up the file coding.  (Bug#4623)
11383 2009-10-17  Jari Aalto  <jari.aalto@cante.net>
11385         * textmodes/ispell.el (ispell-get-decoded-string): Give an error
11386         if no match is found for the current dictionary.  (Bug#4578)
11388         * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
11389         optional, since that is how it is documented, and this is often called
11390         with a nil argument.  (Bug#4577)
11391         (flyspell-external-point-words, flyspell-auto-correct-word)
11392         (flyspell-correct-word-before-point, flyspell-word-search-forward)
11393         (flyspell-word-search-backward): Remove nil argument in calls to
11394         flyspell-get-word, since it is not needed now.
11396 2009-10-17  Ulrich Mueller  <ulm@gentoo.org>
11398         * play/doctor.el (doctor-adverbp): Exclude some nouns.  (Bug#4565)
11400 2009-10-16  Glenn Morris  <rgm@gnu.org>
11402         * net/rcirc.el (rcirc-authenticate): Simplify previous change.
11404 2009-10-16  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
11406         * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
11407         (ange-ftp-file-size): New function.
11408         (ange-ftp-file-attributes): Use it.
11410 2009-10-16  Michael Albinus  <michael.albinus@gmx.de>
11412         * net/tramp-smb.el (tramp-smb-version): New defvar.
11413         (tramp-smb-maybe-open-connection): Use it, in order to avoid
11414         repeated checks.
11416 2009-10-16  Glenn Morris  <rgm@gnu.org>
11418         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
11419         Maybe copy some custom properties from old to new name.  (Bug#4706)
11421 2009-10-16  Juanma Barranquero  <lekktu@gmail.com>
11423         * subr.el (error, sit-for, start-process-shell-command)
11424         (start-file-process-shell-command): Set the calling convention
11425         after the function definition.
11427 2009-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11429         * subr.el (error, sit-for, start-process-shell-command)
11430         (start-file-process-shell-command): Use the new
11431         set-advertised-calling-convention feature.
11433 2009-10-16  Taichi Kawabata  <kawabata.taichi@gmail.com>
11435         * international/ucs-normalize.el (ucs-normalize-version):
11436         Change to 1.2.
11437         (check-range): Adjust for Unicode 5.2.
11439 2009-10-15  Juri Linkov  <juri@jurta.org>
11441         * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
11442         to the `menu-item' format.
11444 2009-10-15  Michael Albinus  <michael.albinus@gmx.de>
11446         * net/tramp.el (tramp-replace-environment-variables): Do not fail
11447         if the environment variable does not exist.
11449         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
11450         (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
11451         parameter.
11452         (tramp-smb-handle-add-name-to-file)
11453         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
11454         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
11455         (tramp-smb-handle-file-attributes)
11456         (tramp-smb-do-file-attributes-with-stat)
11457         (tramp-smb-handle-file-local-copy)
11458         (tramp-smb-handle-insert-directory)
11459         (tramp-smb-handle-make-directory)
11460         (tramp-smb-handle-make-directory-internal)
11461         (tramp-smb-handle-make-symbolic-link)
11462         (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
11463         (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
11464         (tramp-smb-maybe-open-connection): Apply the changed parameters.
11465         (tramp-smb-read-file-entry): Read Disk names in compressed format.
11466         Handle long file names.
11467         (tramp-smb-get-cifs-capabilities): Check, whether the connection
11468         process is running.
11469         (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
11470         Read share names with "-g" option.
11472 2009-10-15  Ryan Yeske  <rcyeske@gmail.com>
11474         * net/rcirc.el (rcirc-view-log-file): New command.
11475         (rcirc-track-minor-mode-map): Remove C-c ` binding.
11476         (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
11477         specified.
11479 2009-10-15  Glenn Morris  <rgm@gnu.org>
11481         * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
11482         from the second command-line argument.
11483         * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
11484         ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
11485         ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
11486         w32-batch-update-autoloads.
11487         * emacs-lisp/autoload.el (autoload-make-program): New variable.
11488         (batch-update-autoloads): Handle autoload-excludes on windows-nt.
11490         * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
11491         the headers cannot be located.  Simplify, subtracting superflous
11492         save-excursions.
11494 2009-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11496         Replace completion-base-size by completion-base-position to fix bugs
11497         such as (bug#4699).
11498         * simple.el (completion-base-position): New var.
11499         (completion-base-size): Mark as obsolete.
11500         (choose-completion): Make it work for mouse events as well.
11501         Pass the new base-position to choose-completion-string.
11502         (choose-completion-guess-base-position): New function, extracted from
11503         choose-completion-delete-max-match.
11504         (choose-completion-delete-max-match): Use it.  Make obsolete.
11505         (choose-completion-string): Use the new base-position info.
11506         (completion-root-regexp): Delete.
11507         (completion-setup-function): Preserve completion-base-position.
11508         Eliminate obsolete base-size manipulation.
11509         * minibuffer.el (display-completion-list): Don't mess with base-size.
11510         (minibuffer-completion-help): Set completion-base-position instead.
11511         * mouse.el (mouse-choose-completion): Redefine as a mere alias to
11512         choose-completion.
11513         * textmodes/bibtex.el (bibtex-complete):
11514         * emacs-lisp/crm.el (crm--choose-completion-string):
11515         Adjust to new calling convention.
11516         * complete.el (partial-completion-mode): Use minibufferp to avoid
11517         bumping into incompatible change to choose-completion-string-functions.
11518         * ido.el (ido-choose-completion-string): Make its calling convention
11519         more permissive.
11520         * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
11521         base-size manipulation.
11522         (comint-dynamic-list-input-ring): Use dotimes and push.
11523         * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
11524         fundamental-mode.  Use `or'.
11526 2009-10-14  Juri Linkov  <juri@jurta.org>
11528         * misearch.el (multi-isearch-next-buffer-from-list)
11529         (multi-isearch-next-file-buffer-from-list): Doc fix.  (Bug#4723)
11531 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11533         * Makefile.in (compile-onefile): Load `bytecomp' rather than
11534         `bytecomp.el'.
11536         * minibuffer.el (completion-pcm--merge-completions): Make sure the
11537         string we return is all made up of text from the completions rather
11538         than part from the completions and part from the input (bug#4219).
11540         * ido.el (ido-everywhere): Use define-minor-mode.
11542         * buff-menu.el (list-buffers, ctl-x-map):
11543         Mark the entry points with ;;;###autoload cookies.
11545 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
11547         * vc-git.el (vc-git-dir-extra-headers): Set the branch name
11548         correctly in the detached head case.
11549         (vc-git-print-log): Remove unused binding.
11551         * vc.el (vc-responsible-backend): When a directory is passed for
11552         for registration create a VC repository if no backend is
11553         responsible for the directory argument.
11554         (vc-deduce-fileset): Tell vc-responsible-backend to register.
11556         * vc.el: Move comments about RCS and SCCS ...
11557         * vc-rcs.el:
11558         * vc-sccs.el: ... here, respectively.
11560 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11562         * minibuffer.el (completion--file-name-table): Return nil if there's
11563         no file completion, even if substitute-in-file-name changed
11564         the string (bug#4708).
11566 2009-10-13  Juri Linkov  <juri@jurta.org>
11568         * files-x.el (read-file-local-variable-value): Don't filter out
11569         minor modes from mode name completion (bug#4664).
11571 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
11573         * international/mule-cmds.el (ucs-names): Remove exclusion of
11574         "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
11576 2009-10-13  Kenichi Handa  <handa@m17n.org>
11578         * international/uni-name.el: Regenerated.
11580 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
11582         * bs.el (bs-mode): Fix last change.  (`revert-buffer-function'
11583         should be automatically buffer-local, but isn't.)
11585 2009-10-12  Sam Steingold  <sds@gnu.org>
11587         * progmodes/compile.el (compilation-next-error-function): Fix the
11588         timestamps if the buffer has been visited before.
11589         (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
11590         non-anchored patterns, like the perl one (bug#3928).
11592 2009-10-12  Glenn Morris  <rgm@gnu.org>
11594         * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
11595         Let-bind `size'.
11597 2009-10-12  Juanma Barranquero  <lekktu@gmail.com>
11599         * proced.el (proced-unload-function): New function.
11601         * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
11602         (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
11603         Doc fix.
11605         * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
11607 2009-10-11  Juri Linkov  <juri@jurta.org>
11609         * files-x.el (read-file-local-variable-value):
11610         Provide default value only for bound variables (bug#4664).
11612 2009-10-11  Michael Albinus  <michael.albinus@gmx.de>
11614         * net/tramp.el (tramp-local-host-p): Function shall return nil for
11615         connection methods like smb.
11617         * net/tramp-cache.el (tramp-flush-connection-property): The hash
11618         can be empty.
11620         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
11621         (tramp-smb-file-name-handler-alist): Add handlers for
11622         `add-name-to-file', `make-symbolic-link'.
11623         (tramp-smb-handle-add-name-to-file)
11624         (tramp-smb-do-file-attributes-with-stat)
11625         (tramp-smb-handle-make-symbolic-link)
11626         (tramp-smb-get-cifs-capabilities): New defuns.
11627         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
11628         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
11629         (tramp-smb-handle-file-local-copy)
11630         (tramp-smb-handle-make-directory-internal)
11631         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
11632         The file name syntax depends on cifs capabilities.
11633         (tramp-smb-handle-file-attributes):
11634         Call `tramp-smb-do-file-attributes-with-stat' if possible.
11635         (tramp-smb-handle-insert-directory): Use posix attributes if possible.
11636         (tramp-smb-handle-set-file-modes): It is applicable for posix only.
11638 2009-10-11  Chong Yidong  <cyd@stupidchicken.com>
11640         * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
11641         (eieio-defclass): Apply deftype handler and setf-method properties
11642         directly.
11643         (eieio-add-new-slot): Avoid union function from cl library.
11644         (eieio--typep): New function.
11645         (eieio-perform-slot-validation): Use it.
11647 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
11649         * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
11650         Update documentation to refer to the variables documented in r1.135.
11651         (Bug#4188)
11653 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
11655         * bookmark.el (Info-suffix-list): Remove this unused variable.
11656         (bookmark-current-point): Remove this obsolete variable.
11657         (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
11658         Adjust for removal of bookmark-current-point.
11660         (bookmarks-already-loaded, bookmark-current-buffer)
11661         (bookmark-yank-point): Document.  (Bug#4188)
11663 2009-10-10  Glenn Morris  <rgm@gnu.org>
11665         * frame.el (frame-height): Doc fix.
11667         * calendar/calendar.el (calendar-split-width-threshold): New option.
11668         (calendar-basic-setup): Use calendar-split-width-threshold.
11670 2009-10-10  Sascha Wilde  <wilde@sha-bang.de>
11672         * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
11673         Use .la for Automake.
11675 2009-10-09  Chong Yidong  <cyd@stupidchicken.com>
11677         * cedet/ede/pconf.el (ede-proj-configure-synchronize):
11678         Use "autoreconf -i".  Suggested by Andreas Schwab.
11680 2009-10-09  Juanma Barranquero  <lekktu@gmail.com>
11682         * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
11683         Ideographic Supplement" range (U+1F200..U+1F2FF).
11685 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
11687         * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
11688         since the list will have been rebuilt anyway.  (Bug#4349)
11690 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
11692         * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
11693         (bookmark-bmenu-execute-deletions): Don't save here, as
11694         bookmark-delete will now do so if necessary.
11695         Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
11696         (Bug#4348)
11698 2009-10-09  Glenn Morris  <rgm@gnu.org>
11700         * mail/emacsbug.el (report-emacs-bug): Also print `features'.
11702 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
11704         * bookmark.el (bookmark-jump): Add new `display-func' parameter.
11705         (bookmark-jump-other-window): Just invoke bookmark-jump with new
11706         argument now, so the two function's behaviors will match.  (Bug#3645)
11708 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
11710         * cedet/ede/proj.el (project-make-dist, project-compile-project):
11711         Fix filename test.
11712         (ede-proj-dist-makefile): Use expand-file-name instead of concat
11713         to expand file names.
11715 2009-10-08  Michael Albinus  <michael.albinus@gmx.de>
11717         * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
11718         (tramp-file-name-real-host, tramp-file-name-port):
11719         Apply `save-match-data'.
11721         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
11722         case both directories are remote.
11723         (tramp-smb-handle-expand-file-name): Implement "~" expansion.
11724         (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
11726 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
11728         * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
11729         (ede-proj-target-makefile-objectcode): Use it.
11731         * cedet/ede/source.el (ede-want-any-source-files-p)
11732         (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
11733         Return search result.  This error was introduced while merging.
11735 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
11737         * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
11739 2009-10-07  Glenn Morris  <rgm@gnu.org>
11741         * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
11742         of concat.
11744 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11746         * files-x.el (read-file-local-variable): Include some
11747         non-user-variables in the completion table (bug#4664).
11749 2009-10-07  Michael Albinus  <michael.albinus@gmx.de>
11751         * net/tramp-cache.el (tramp-flush-connection-property): Add trace
11752         message.
11754         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
11755         (tramp-smb-file-name-handler-alist): Add handler for
11756         `copy-directory', `expand-file-name', `set-file-modes'.
11757         (tramp-smb-handle-copy-directory)
11758         (tramp-smb-handle-expand-file-name)
11759         (tramp-smb-handle-set-file-modes): New defuns.
11760         (tramp-smb-handle-copy-file): Handle KEEP-DATE.
11761         (tramp-smb-handle-file-attributes): Simplify check for retrieving
11762         entry.
11763         (tramp-smb-handle-insert-directory): Don't flush the cache.
11764         (tramp-smb-maybe-open-connection): Check for samba client and
11765         server versions.
11767 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
11769         * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
11770         to not error out of search for "^lisp=" fails.
11772 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
11774         * makefile.w32-in (WINS_UPDATES): New macro.
11775         (custom-deps, finder-data, autoloads): Use it.
11777 2009-10-07  Glenn Morris  <rgm@gnu.org>
11779         * Makefile.in (autoloads): Revert previous change.
11780         * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
11781         the list of preloaded files passed on the command-line, get
11782         it from src/Makefile.
11784         * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
11785         show the original buffer rather than a random one.
11787 2009-10-07  Markus Rost  <rost@math.uni-bielefeld.de>
11789         * help.el (describe-no-warranty): Place point in a slightly better
11790         position in the GPLv3 text.
11792 2009-10-06  Sam Steingold  <sds@gnu.org>
11794         * net/tramp-compat.el (tramp-compat-process-running-p): Check that
11795         the comm attribute is present before calling regexp-quote.
11797 2009-10-06  Juanma Barranquero  <lekktu@gmail.com>
11799         * play/animate.el (animate-string): For good effect, make sure
11800         `indent-tabs-mode' and `show-trailing-whitespace' are nil.
11802         * play/animate.el (animate-sequence, animate-birthday-present):
11803         * misc.el (butterfly): Don't set `indent-tabs-mode'.
11805 2009-10-06  Glenn Morris  <rgm@gnu.org>
11807         * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
11809         * emacs-lisp/autoload.el (autoload-excludes): New variable.
11810         (autoload-generate-file-autoloads): Skip files in autoload-excludes.
11811         (batch-update-autoloads): Process a string value of autoload-excludes,
11812         set during the build process.
11813         * Makefile.in (autoloads): Skip preloaded files.  (Bug#4446)
11815         * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
11816         inside with-parsed...  macro so that `v' is defined.
11818         * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
11819         * progmodes/fortran.el (fortran-end-of-block)
11820         (fortran-beginning-of-block):
11821         Also push mark in the macro case.
11823         * emerge.el (emerge-show-file-name):
11824         * calc/calc.el (calc-quit):
11825         * calc/calc-misc.el (calc-big-or-small):
11826         * calc/calc-graph.el (calc-graph-view):
11827         * calc/calc-ext.el (calc-reset):
11828         * calendar/calendar.el (calendar-basic-setup):
11829         Use window-full-height-p.
11831         * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
11832         header we don't understand, don't insert another.  (Bug#4624)
11833         If changing mime charset, insert the new one in the right place.
11835 2009-10-06  Matthew Junker  <matthew.junker@sbcglobal.net>  (tiny change)
11837         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
11838         (cal-tex-cursor-month): Correctly increment the end date for diary and
11839         holiday listing.  (Bug#4626)
11841 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11843         * help-fns.el (describe-function-1): Don't burp if the function is not
11844         a symbol.
11846 2009-10-05  Juanma Barranquero  <lekktu@gmail.com>
11848         * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
11849         (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
11850         (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
11851         (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
11853         * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
11854         (eieio-default-superclass): Reflow docstrings.
11855         (this, class-option-assoc, defclass, eieio-class-un-autoload)
11856         (eieio-unbind-method-implementations, defmethod)
11857         (eieio-validate-slot-value, eieio-validate-class-slot-value)
11858         (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
11859         (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
11860         (eieio-slot-originating-class-p, eieio-slot-name-index)
11861         (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
11862         (constructor, initialize-instance, no-next-method, object-print)
11863         (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
11864         Fix typos in docstrings.
11865         (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
11866         (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
11867         (next-method-p): Doc fixes.
11868         (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
11869         Fix typos in error messages.
11870         (eieio-defmethod): Fix typo in description of generic method.
11872         * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
11873         (eieio-persistent-save-interactive, slot-missing):
11874         Fix typos in docstrings.
11875         (eieio-instance-inheritor-slot-boundp): Doc fix.
11877         * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
11878         (byte-compile-defmethod-param-convert): Fix typos in docstrings.
11880         * emacs-lisp/eieio-custom.el (eieio-done-customizing)
11881         (eieio-custom-object-apply-reset):
11882         Fix typos in docstrings and error messages.
11884         * emacs-lisp/eieio-datadebug.el (data-debug-show):
11885         Fix typo in docstring.
11887         * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
11888         (eieio-browse-tree): Doc fix.
11889         (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
11890         (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
11891         Fix typos in docstrings.
11893         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
11894         (eieio-speedbar-key-map, eieio-speedbar-create-engine)
11895         (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
11896         (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
11897         Reflow docstrings.
11899 2009-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
11901         * vc-hg.el (log-view-vc-backend): Declare for compiler.
11902         (vc-hg-outgoing-mode, vc-hg-incoming-mode):
11903         Set log-view-vc-backend so that diff can work.
11905         * log-view.el (log-view-diff): Use vc-diff-internal instead of
11906         vc-version-diff.
11907         (vc-diff-internal): Autoload this instead of vc-version-diff.
11909 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
11911         * simple.el (eval-expression): Doc fix.
11913         * progmodes/cwarn.el (cwarn-mode): Doc fix.
11915 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
11917         * files.el (directory-files-no-dot-files-regexp): New defconst.
11918         (delete-directory): Use it.
11919         (copy-directory): Use it.  Remove parameter PRESERVE-UID-GID.
11921         * net/tramp.el (tramp-verbose): Fix docstring.
11922         (tramp-methods): Add recursive option to `tramp-copy-args'.
11923         Add `tramp-copy-recursive'.  Valid for "rcp", "scp", "scp1", "scp2",
11924         "scp1_old", "scp2_old", "rsync", "rsyncc".
11925         (tramp-default-method): Check also for `auth-source-user-or-password'.
11926         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
11927         Add handler for `copy-directory'.
11928         (tramp-handle-copy-directory): New defun.
11929         (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
11930         (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
11931         Optimize sent command.
11933 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11935         * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
11936         window if necessary.
11938         * calendar/calendar.el (calendar-basic-setup): Don't call
11939         switch-to-buffer in a dedicated window.
11941 2009-10-05  Karl Fogel  <kfogel@red-bean.com>
11943         * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
11944         don't do anything related to relocating, just return nil.
11945         (bookmark-error-no-filename): New error.
11946         (bookmark-default-handler): Signal `bookmark-error-no-filename' if
11947         bookmark has no file.  Don't even attempt to handle things that
11948         are not files; the whole point of custom handlers is to keep that
11949         knowledge elsewhere anyway.  Tighten some comments.
11950         (bookmark-file-or-variation-thereof): Remove now-unused function.
11951         (bookmark-location): Doc string fix.
11952         (Bug#4250)
11954 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
11956         * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
11957         don't use a file dialog, because they usually don't know how to read
11958         a directory target from the user.  (Bug#4230)
11959         Also, make sure the prompt can display directories as well as files.
11961 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
11963         * bookmark.el (bookmark-set, bookmark-buffer-name):
11964         Improve doc strings.  (Bug#1193)
11966 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
11968         * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
11969         (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
11970         (bookmark-get-annotation, bookmark-set-annotation)
11971         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
11972         (bookmark-set-position, bookmark-get-front-context-string)
11973         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
11974         (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
11975         (bookmark-jump-other-window, bookmark-handle-bookmark)
11976         (bookmark-relocate, bookmark-insert-location, bookmark-rename)
11977         (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
11978         (bookmark-edit-annotation-mode, bookmark-edit-annotation):
11979         Improve doc strings to say whether bookmark can be a string or
11980         a record or both, and make other consistency and clarity fixes.
11981         (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
11982         (bookmark-default-annotation-text, bookmark-yank-word)
11983         (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
11984         (bookmark-import-new-list, bookmark-maybe-rename)
11985         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
11986         (bookmark-bmenu-bookmark): Give these doc strings.
11987         (bookmark-bmenu-check-position): Give this a doc string, but also
11988         add a FIXME comment about how the function may be pointless.
11989         (bookmark-default-handler): Rework doc string and change a
11990         parameter name, to clarify that this takes a bookmark record
11991         not a bookmark name.
11992         (bookmark-set): Change a parameter name to indicate its meaning,
11993         and improve the doc string a bit.
11994         (Bug#4188)
11996 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
11998         * bookmark.el (bookmark-alist): Document the new `handler' element
11999         in the param alist.
12000         (bookmark-make-record-function): Adjust documentation for above.
12001         (Bug#4193)
12003 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
12005         * info.el (Info-bookmark-make-record): Document this function.
12006         (Info-bookmark-jump): Document with a doc string, not just a comment.
12007         (Bug#4203)
12009 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
12011         * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
12012         (semantic-new-buffer-fcn): Call parser setup functions here.
12013         (semantic-mode): Don't call parser setup functions here, it's done
12014         in semantic-new-buffer-fcn now.
12015         (semantic-mode): Parse all existing buffers when enabled.
12017         * cedet/srecode/compile.el (srecode-compile-file):
12018         Call semantic-new-buffer-fcn if the buffer has not been parsed.
12020 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
12022         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
12024         * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
12025         (proj-comp-insert-variable-once): New macro, renamed from
12026         ede-pmake-insert-variable-once in ede/pmake.edl.
12027         (ede-proj-makefile-insert-variables): Use it.
12029 2009-10-04  Michael Albinus  <michael.albinus@gmx.de>
12031         * files.el (copy-directory): New defun.
12033         * dired-aux.el (dired-copy-file-recursive): Use it.
12035 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
12037         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
12038         (makefile-end-of-command):
12039         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
12040         (semantic-end-of-context): Fix previous change.  Doc fixes.
12042 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
12044         * files-x.el (modify-dir-local-variable)
12045         (copy-dir-locals-to-file-locals-prop-line):
12046         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
12047         (makefile-end-of-command):
12048         * cedet/semantic/lex.el (semantic-lex-token):
12049         * cedet/semantic/analyze/fcn.el
12050         (semantic-analyze-dereference-metatype-1):
12051         * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
12052         (semantic-lex-cpp-undef):
12053         * cedet/semantic/wisent/wisent.el (wisent-skip-block):
12054         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
12055         (semantic-end-of-context): Fix typos in docstrings.
12057         * recentf.el (recentf-unload-function): New function.
12059 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
12061         * cedet/ede.el (ede-project-placeholder-cache-file):
12062         * cedet/semantic/db-file.el (semanticdb-default-save-directory):
12063         * cedet/srecode/map.el (srecode-map-save-file):
12064         Use locate-user-emacs-file.  Suggested by Juanma Barranquero.
12066 2009-10-04  Glenn Morris  <rgm@gnu.org>
12068         * window.el (window-full-height-p): Add doc string.
12070 2009-10-04  Martin Rudalics  <rudalics@gmx.at>
12072         * window.el (window-full-height-p): New function.  (Bug#4543)
12074 2009-10-03  Chong Yidong  <cyd@stupidchicken.com>
12076         * cedet/srecode/insert.el: Require srecode/args.
12078         * cedet/srecode/args.el: Require srecode/dictionary instead of
12079         srecode/insert.
12081         * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
12083         * files.el (auto-mode-alist): Add .srt and Project.ede.
12085         * cedet/semantic.el (semantic-mode):
12086         Handle srecode-template-mode-hook as well.
12087         (semantic-mode): Use js-mode-hook for Javascript hook.
12089         * cedet/srecode/template.el: Remove hook variable.
12091         * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
12093         * cedet/ede.el (ede-target-forms-menu): Don't enable if no
12094         projects exist.
12095         (ede-project-placeholder-cache-file): Default to a file in
12096         user-emacs-directory.
12098         * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
12099         templates in data-directory.
12100         (srecode-map-save-file): Default to a file in user-emacs-directory.
12102         * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
12103         directory.
12105 2009-09-30  Eric Ludlam  <zappo@gnu.org>
12107         * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
12108         Doc fix.
12110         * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
12111         Only insert each variable once.
12113         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
12114         (ede-pmake-insert-variable-shared): Use it.
12116         * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
12117         for lexical table iff table is nil.
12119 2009-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
12121         * vc.el: Remove commented out code.
12122         (vc-derived-from-dir-mode): Remove, unused.
12123         (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
12125 2009-10-03  Michael Albinus  <michael.albinus@gmx.de>
12127         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
12128         Disable `file-name-handler-alist' when loading 'ange-ftp.  Otherwise,
12129         there could be recursive loading when `default-directory' is a
12130         remote file name.  (Bug#4614)
12132 2009-10-03  Glenn Morris  <rgm@gnu.org>
12134         * calendar/calendar.el (calendar-basic-setup): Handle the case where
12135         the frame is wide.
12136         (calendar-generate-window): Test for shrinkability rather than width.
12138         * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
12139         declaration, currently false.
12141         * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
12142         reusing existing buffers, in case we happen to visit two files with the
12143         same basename.  (Bug#4593)
12145 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
12147         * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
12148         (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
12149         (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
12150         subdirs of cedet as well.
12151         (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
12153 2009-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12155         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
12156         Obey advertised-signature-table.
12158         * help-fns.el (help-function-arglist): Don't check
12159         advertised-signature-table.
12160         (describe-function-1): Do it here instead so it also applies to subrs.
12162 2009-10-02  Michael Albinus  <michael.albinus@gmx.de>
12164         * simple.el (start-file-process): Say in the doc-string, that file
12165         handlers might not support pty association, if PROGRAM is nil.
12167         * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
12168         HOST and USER are strings.  They are nil, when there are
12169         incomplete entries in ~/.netrc, for example.
12170         (ange-ftp-delete-directory): Implement RECURSIVE case.  Change to
12171         root directory ("device busy" error otherwise).
12173         * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
12174         Flush file properties of created directory.
12176 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
12178         * makefile.w32-in (WINS_BASIC): Remove cedet.
12179         (WINS_CEDET): Add cedet.
12180         (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
12182 2009-10-02  Kevin Ryde  <user42@zip.com.au>
12184         * net/browse-url.el (browse-url): Pass any symbol in
12185         browse-url-browser-function to `apply', since if you've mistakenly put
12186         an unbound symbol then the error is clearer.  (Bug#4531)
12188 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
12190         * allout.el (allout-init, allout-back-to-current-heading)
12191         (allout-beginning-of-current-entry, allout-ascend-to-depth)
12192         (allout-ascend, allout-up-current-level, allout-end-of-level)
12193         (allout-previous-visible-heading, allout-forward-current-level)
12194         (allout-backward-current-level, allout-show-children):
12195         * apropos.el (apropos-describe-plist):
12196         * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
12197         * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
12198         * completion.el (add-completion, add-permanent-completion):
12199         * descr-text.el (describe-text-category, describe-char):
12200         * desktop.el (desktop-lazy-abort):
12201         * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
12202         * dired.el (dired-build-subdir-alist):
12203         * ediff.el (ediff-version):
12204         * elide-head.el (elide-head, elide-head-show):
12205         * emerge.el (emerge-version):
12206         * env.el (getenv):
12207         * face-remap.el (variable-pitch-mode):
12208         * faces.el (describe-face):
12209         * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
12210         (dired-at-point):
12211         * files.el (find-file-existing, auto-save-mode):
12212         * font-lock.el (font-lock-fontify-buffer):
12213         * help-fns.el (describe-function, describe-variable)
12214         (describe-syntax, describe-categories):
12215         * help.el (view-lossage, describe-bindings, describe-key)
12216         (describe-mode):
12217         * hexl.el (hexl-current-address):
12218         * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
12219         * info.el (Info-goto-emacs-key-command-node):
12220         * log-edit.el (log-edit-insert-cvs-template)
12221         (log-edit-insert-cvs-rcstemplate):
12222         * menu-bar.el (menu-bar-mode):
12223         * mouse.el (mouse-appearance-menu):
12224         * newcomment.el (comment-indent-new-line):
12225         * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
12226         (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
12227         (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
12228         (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
12229         * recentf.el (recentf-mode):
12230         * savehist.el (savehist-mode, savehist-save):
12231         * shadowfile.el (shadow-copy-files):
12232         * simple.el (kill-ring-save, next-line, previous-line)
12233         (normal-erase-is-backspace-mode):
12234         * strokes.el (strokes-update-window-configuration)
12235         (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
12236         (strokes-xpm-for-stroke):
12237         * time.el (emacs-uptime, emacs-init-time):
12238         * tutorial.el (tutorial--describe-nonstandard-key)
12239         (tutorial--detailed-help):
12240         * type-break.el (type-break-mode)
12241         (type-break-mode-line-message-mode, type-break-query-mode)
12242         (type-break-guesstimate-keystroke-threshold):
12243         * vc.el (vc-version-diff, vc-diff, vc-root-diff):
12244         * version.el (emacs-version):
12245         * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
12246         * winner.el (winner-mode):
12247         * calendar/timeclock.el (timeclock-in, timeclock-out)
12248         (timeclock-status-string, timeclock-change)
12249         (timeclock-workday-remaining-string)
12250         (timeclock-workday-elapsed-string)
12251         (timeclock-when-to-leave-string):
12252         * calendar/todo-mode.el (todo-add-category):
12253         * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
12254         * emacs-lisp/autoload.el (update-file-autoloads):
12255         * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
12256         (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
12257         (checkdoc-message-text, checkdoc-defun):
12258         * emacs-lisp/debug.el (debugger-list-functions):
12259         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
12260         * emacs-lisp/eieio-opt.el (eieio-describe-class)
12261         (eieio-describe-generic):
12262         * emacs-lisp/lisp-mnt.el (lm-synopsis):
12263         * emacs-lisp/shadow.el (list-load-path-shadows):
12264         * emulation/cua-base.el (cua-mode):
12265         * emulation/edt.el (edt-set-scroll-margins):
12266         * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
12267         (tpu-toggle-regexp, tpu-toggle-search-direction)
12268         (tpu-toggle-rectangle, tpu-toggle-control-keys):
12269         * emulation/tpu-extras.el (tpu-set-scroll-margins):
12270         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
12271         (viper-set-parsing-style-toggling-macro)
12272         (viper-set-emacs-state-searchstyle-macros):
12273         * emulation/viper.el (viper-set-hooks):
12274         * eshell/esh-mode.el (eshell-truncate-buffer):
12275         * international/mule-cmds.el (prefer-coding-system)
12276         (describe-input-method, describe-language-environment):
12277         * international/mule-diag.el (list-character-sets)
12278         (describe-character-set, describe-coding-system)
12279         (describe-fontset, list-fontsets, list-input-methods):
12280         * mail/sendmail.el (mail-signature):
12281         * net/ange-ftp.el (ange-ftp-copy-file):
12282         * net/browse-url.el (browse-url):
12283         * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
12284         * net/quickurl.el (quickurl-add-url):
12285         * net/rcirc.el (names, topic):
12286         * net/xesam.el (xesam-mode):
12287         * play/5x5.el (5x5-new-game):
12288         * play/yow.el (apropos-zippy):
12289         * progmodes/ada-mode.el (ada-mode-version):
12290         * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
12291         (f90-end-of-block)
12292         (f90-beginning-of-block):
12293         * progmodes/fortran.el (fortran-end-of-block)
12294         (fortran-beginning-of-block):
12295         * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
12296         * progmodes/python.el (python-describe-symbol, python-shell):
12297         * term/ns-win.el (ns-print-buffer):
12298         * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
12299         * textmodes/flyspell.el (flyspell-mode-on):
12300         * textmodes/page-ext.el (set-page-delimiter, pages-directory)
12301         (pages-directory-for-addresses):
12302         * textmodes/table.el (table-recognize-cell)
12303         (table-query-dimension, table-generate-source)
12304         (table-insert-sequence, table--warn-incompatibility):
12305         * textmodes/tex-mode.el (tex-validate-buffer):
12306         * textmodes/texinfmt.el (texinfmt-version)
12307         (texinfo-format-buffer):
12308         Use `called-interactively-p' instead of `interactive-p'.
12310 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
12312         * image-mode.el (image-toggle-display):
12313         * emacs-lisp/elp.el (elp-instrument-function):
12314         * emacs-lisp/advice.el (ad-make-advised-definition):
12315         * emacs-lisp/easy-mmode.el (define-minor-mode):
12316         * net/browse-url.el (browse-url-maybe-new-window):
12317         * progmodes/sh-script.el (sh-learn-buffer-indent):
12318         Pass new argument 'any to `called-interactively-p'.
12320 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
12322         * international/uni-bidi.el:
12323         * international/uni-category.el:
12324         * international/uni-combining.el:
12325         * international/uni-comment.el:
12326         * international/uni-decimal.el:
12327         * international/uni-decomposition.el:
12328         * international/uni-digit.el:
12329         * international/uni-lowercase.el:
12330         * international/uni-mirrored.el:
12331         * international/uni-name.el:
12332         * international/uni-numeric.el:
12333         * international/uni-old-name.el:
12334         * international/uni-titlecase.el:
12335         * international/uni-uppercase.el:
12336         Regenerate from Unicode 5.2.0 data.
12338 2009-10-01  Glenn Morris  <rgm@gnu.org>
12340         * Makefile.in (ELCFILES): Regenerate.
12342 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12344         * subr.el (interactive-p): Mark obsolete.
12345         (called-interactively-p): Make the optional-ness of `kind' obsolete.
12346         * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
12347         advertised-signature-table for subroutines as well.
12349         * emacs-lisp/byte-run.el (advertised-signature-table): New var.
12350         (set-advertised-calling-convention): New function.
12351         (make-obsolete, define-obsolete-function-alias)
12352         (make-obsolete-variable, define-obsolete-variable-alias):
12353         Make the optional-ness of `when' obsolete.
12354         (define-obsolete-face-alias): Make `when' non-optional.
12355         * help-fns.el (help-function-arglist):
12356         * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
12357         Use advertised-signature-table.
12359 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
12361         * files.el (delete-directory): New defun.  The original function
12362         in fileio.c has been renamed to `delete-directory-internal'.
12364         * dired.el (dired-delete-file): Call `delete-directory' with
12365         RECURSIVE parameter.
12367         * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
12368         parameter RECURSIVE.  Implementation is missing.
12370         * net/tramp.el (tramp-handle-make-directory): Flush upper
12371         directory's file properties.
12372         (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
12373         (tramp-handle-dired-recursive-delete-directory): Flush directory
12374         properties after the remove command only.
12376         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
12377         Handle optional parameter RECURSIVE.
12379         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
12380         Handle optional parameter RECURSIVE.
12382         * net/tramp-smb.el (tramp-smb-errors): Add error message for
12383         connection timeout.
12384         (tramp-smb-handle-delete-directory): Handle optional parameter
12385         RECURSIVE.
12387 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12389         * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
12390         (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
12391         (byte-compile-defmacro): Use backquotes.
12393         * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
12395         * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
12396         has no associated file.
12397         (vc-resynch-buffer): Use vc-dir-buffers.
12399 2009-10-01  Glenn Morris  <rgm@gnu.org>
12401         * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
12402         (chart-file-count):
12403         * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
12404         * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
12405         * emacs-lisp/eieio-opt.el (eieio-describe-class):
12406         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
12407         * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
12408         (eieio-copy-parents-into-subclass, make-instance, class-children)
12409         (eieio-generic-form):
12410         * cedet/cedet-files.el (cedet-directory-name-to-file-name):
12411         * cedet/cedet-idutils.el (cedet-idutils-search)
12412         (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
12413         (cedet-idutils-version-check):
12414         * cedet/cedet.el (cedet-version):
12415         * cedet/data-debug.el (data-debug-insert-overlay-button)
12416         (data-debug-insert-overlay-list-button)
12417         (data-debug-insert-buffer-button)
12418         (data-debug-insert-buffer-list-button)
12419         (data-debug-insert-process-button, data-debug-insert-ring-button)
12420         (data-debug-insert-widget, data-debug-insert-stuff-list-button)
12421         (data-debug-insert-stuff-vector-button)
12422         (data-debug-insert-symbol-button, data-debug-insert-string)
12423         (data-debug-insert-number, data-debug-insert-lambda-expression)
12424         (data-debug-insert-nil, data-debug-insert-simple-thing)
12425         (data-debug-insert-custom, data-debug-edebug-expr):
12426         * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
12427         (global-ede-mode-map, ede-new, ede-debug-target)
12428         (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
12429         * cedet/semantic.el (semantic-minimum-working-buffer-size)
12430         (semantic-fetch-tags, semantic-submode-list)
12431         (semantic-default-submodes):
12432         * cedet/ede/source.el (ede-source-match):
12433         * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
12434         (project-am-package-info):
12435         * cedet/ede/proj.el (ede-proj-target, project-new-target):
12436         * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
12437         * cedet/ede/proj-comp.el (ede-current-build-list):
12438         * cedet/ede/makefile-edit.el (makefile-move-to-macro):
12439         * cedet/ede/files.el (ede-toplevel-project-or-nil):
12440         * cedet/ede/cpp-root.el (initialize-instance):
12441         * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
12442         (autoconf-parameter-strip, autoconf-insert-new-macro):
12443         * cedet/semantic/wisent.el (wisent-lex-eoi):
12444         * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
12445         (semantic-show-parser-state-mode):
12446         * cedet/semantic/texi.el (semantic-texi-environment-regexp):
12447         * cedet/semantic/tag.el (semantic-tag-new-variable)
12448         (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
12449         (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
12450         (semantic--tag-deep-copy-tag-list)
12451         (semantic-tag-components-with-overlays-default):
12452         * cedet/semantic/symref.el (semantic-symref-find-text):
12453         * cedet/semantic/senator.el (senator-yank-tag)
12454         (senator-transpose-tags-up):
12455         * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
12456         (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
12457         * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
12458         * cedet/semantic/lex.el (semantic-lex-comment-regex)
12459         (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
12460         (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
12461         * cedet/semantic/lex-spp.el
12462         (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
12463         (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
12464         * cedet/semantic/idle.el
12465         (semantic-idle-summary-current-symbol-info-brutish)
12466         (semantic-idle-summary-current-symbol-info-default):
12467         * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
12468         (semantic--grammar-macro-compl-dict):
12469         * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
12470         * cedet/semantic/format.el (semantic-format-tag-custom-list)
12471         (semantic-format-tag-canonical-name-default):
12472         * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
12473         (semantic-find-tags-for-completion)
12474         (semantic-find-tags-by-scope-protection-default)
12475         (semantic-deep-find-tags-for-completion):
12476         * cedet/semantic/edit.el
12477         (semantic-edits-incremental-reparse-failed-hook)
12478         (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
12479         (semantic-edits-splice-remove, semantic-edits-splice-replace):
12480         * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
12481         * cedet/semantic/dep.el (semantic-dependency-include-path):
12482         * cedet/semantic/db.el (semanticdb-default-find-index-class)
12483         (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
12484         (semanticdb-project-roots):
12485         * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
12486         (semanticdb-find-adebug-insert-scanned-tag-cons)
12487         (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
12488         (semanticdb-brute-deep-find-tags-for-completion):
12489         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
12490         * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
12491         (semantic-end-of-context-default)
12492         (semantic-ctxt-current-function-default)
12493         (semantic-ctxt-scoped-types-default):
12494         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
12495         (semantic-complete-inline-tag-engine)
12496         (semantic-complete-inline-custom-type)
12497         (semantic-complete-read-tag-analyzer):
12498         * cedet/semantic/chart.el (semantic-chart-tags-by-class)
12499         (semantic-chart-database-size):
12500         * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
12501         (semantic-analyze-current-context):
12502         * cedet/semantic/symref/list.el (semantic-symref)
12503         (semantic-symref-hide-buffer, semantic-symref-symbol):
12504         * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
12505         * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
12506         * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
12507         * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
12508         (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
12509         (semantic-c-dereference-template):
12510         * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
12511         (semantic--analyze-refs-full-lookup-with-parents)
12512         (semantic--analyze-refs-full-lookup-simple):
12513         * cedet/semantic/analyze/complete.el
12514         (semantic-analyze-possible-completions):
12515         * cedet/srecode/table.el (srecode-mode-table-new):
12516         * cedet/srecode/srt.el (srecode-read-variable-name):
12517         * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
12518         * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
12519         (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
12520         * cedet/srecode/map.el (srecode-current-map):
12521         * cedet/srecode/insert.el (srecode-insert)
12522         (srecode-insert-variable-secondname-handler, srecode-insert-method)
12523         (srecode-template-inserter-point-override)
12524         (srecode-insert-include-lookup):
12525         * cedet/srecode/getset.el (srecode-auto-choose-class):
12526         * cedet/srecode/extract.el (srecode-inserter-extract):
12527         * cedet/srecode/document.el
12528         (srecode-document-autocomment-return-last-alist)
12529         (srecode-document-autocomment-param-type-alist)
12530         (srecode-document-insert-function-comment)
12531         (srecode-document-insert-variable-one-line-comment)
12532         (srecode-document-function-name-comment):
12533         * cedet/srecode/dictionary.el (srecode-create-dictionary)
12534         (srecode-compound-toString):
12535         * cedet/srecode/compile.el (srecode-flush-active-templates):
12536         * cedet/srecode/args.el (srecode-semantic-handle-:blank):
12537         Doc/message fixes.
12539         * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
12540         match-data.  (Bug#4555).
12542         * cedet/semantic/bovine/gcc.el
12543         (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
12544         (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
12546         * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
12547         rather than parsing it as a regexp.  This relaxes the layout
12548         requirements and makes errors easier to detect.
12549         (check-declare-verify): Check file is regular.
12550         (check-declare-directory): Doc fix.
12551         * subr.el (declare-function): Doc fix.
12553         * ibuffer.el (ibuffer-format-qualifier):
12554         * isearch.el (hi-lock-regexp-okay):
12555         * calc/calc.el (math-zerop):
12556         * mail/uce.el (rmail-msgbeg, rmail-msgend):
12557         * term/w32-win.el (setup-default-fontset, set-fontset-font):
12558         Remove unused declarations.
12560 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
12562         * cedet/semantic/wisent/javat-wy.el
12563         (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
12565 2009-09-30  Juanma Barranquero  <lekktu@gmail.com>
12567         * cedet/srecode/expandproto.el: Fix provide statement.
12569 2009-09-30  Eric Ludlam  <zappo@gnu.org>
12571         * emacs-lisp/eieio.el (boolean-p): Delete.
12573 2009-09-30  Sascha Wilde  <wilde@sha-bang.de>
12575         * cedet/ede/srecode.el: Fix provide statement.
12577 2009-09-30  Glenn Morris  <rgm@gnu.org>
12579         * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
12580         * cedet/ede/proj-aux.el (ede-aux-source):
12581         * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
12582         (ede-misc-source):
12583         * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
12584         (semantic-mrub-switch-tags): Fix doc typos.
12586         * cedet/semantic/db-global.el (data-debug-new-buffer)
12587         (data-debug-insert-thing): Remove unneeded declarations (one broken).
12588         (semanticdb-enable-gnu-global-databases): Fix prompt typo.
12590         * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
12592         * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
12593         use of CL function `remove-if-not'.
12595         * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
12597         * emacs-lisp/elint.el (elint-init-form): Report declarations where the
12598         filename is not a string.
12600 2009-09-29  Chong Yidong  <cyd@stupidchicken.com>
12602         * files.el (safe-local-eval-forms): Fix typo.
12604 2009-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12606         * vc-hooks.el (vc-dir-buffers): New var.
12607         (vc-state-refresh): New function.
12608         (vc-state): Use it.
12609         (vc-after-save): Always ask the backend to recompute the new state.
12610         Always call vc-dir if necessary, using vc-dir-buffers.
12611         * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
12612         Use vc-dir-buffers.
12613         (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
12614         (vc-dir-prepare-status-buffer, vc-dir-update)
12615         (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
12616         Don't call expand-file-name on default-directory.
12618 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
12620         * speedbar.el (speedbar-item-delete):
12621         * calc/calc-prog.el (calc-kbd-if):
12622         * language/hanja-util.el (hanja-init-load): Fix typos in messages.
12624         * epa.el (epa-key-list-mode-map):
12625         * hi-lock.el (hi-lock-menu): Fix typos in menus.
12627         * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
12628         (hs-show-hook): Fix typo in docstring.
12630 2009-09-29  Glenn Morris  <rgm@gnu.org>
12632         * cedet/semantic/symref/idutils.el:
12633         * cedet/semantic/symref/list.el: Relicense under GPLv3+.
12635         * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
12637         * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
12638         * cedet/semantic/tag-file.el (semanticdb-table-child-p):
12639         * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
12640         Mark declarations not understood by check-declare.
12642         * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
12643         file-name-nondirectory call preventing location of cedet files.
12644         (check-declare-verify): Use literal search rather than re-search.
12645         Add basic defmethod and defclass, and define-overloadable-function.
12647         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
12648         Use tramp-compat-file-attributes rather than nonexistent
12649         tramp-compat-handle-file-attributes.
12651         * Makefile.in (lisptagsfiles4): New.
12652         (AUTOGENEL): Add cedet loaddefs files.
12653         (TAGS, TAGS-LISP): Use $lisptagsfiles4.
12654         (update-elclist, compile-always, backup-compiled-files)
12655         (bootstrap-clean): Add yet another directory level.
12656         (update-elclist): Use LC_COLLATE rather than COLLATE.
12657         (ELCFILES): Update, via `make update-elclist'.
12659 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
12661         * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
12662         (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
12663         (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
12665 2009-09-28  Andreas Schwab  <schwab@linux-m68k.org>
12667         * Makefile.in (lisptagsfiles3): Define.
12668         (TAGS, TAGS-LISP): Use it.
12669         (update-elclist): Add third directory level to look for elc files.
12670         (compile-always): Likewise.
12671         (backup-compiled-files): Likewise.
12672         (bootstrap-clean): Likewise.
12673         (ELCFILES): Update.
12675 2009-09-28  Chong Yidong  <cyd@stupidchicken.com>
12677         * Makefile.in (ELCFILES): Add CEDET files.
12679 2009-09-28  Eric Ludlam  <zappo@gnu.org>
12681         CEDET (development tools) package merged.
12683         * cedet/*.el:
12684         * cedet/ede/*.el:
12685         * cedet/semantic/*.el:
12686         * cedet/srecode/*.el: New files.
12688 2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
12690         * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
12692         * net/tramp.el (top): Require tramp-imap.
12694         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
12695         Use `tramp-compat-handle-file-attributes'.
12697 2009-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12699         * net/tramp-imap.el: New package.
12701 2009-09-28  Eric Ludlam  <zappo@gnu.org>
12703         * emacs-lisp/chart.el:
12704         * emacs-lisp/eieio-base.el:
12705         * emacs-lisp/eieio-comp.el:
12706         * emacs-lisp/eieio-custom.el:
12707         * emacs-lisp/eieio-datadebug.el:
12708         * emacs-lisp/eieio-opt.el:
12709         * emacs-lisp/eieio-speedbar.el:
12710         * emacs-lisp/eieio.el: New files.
12712         * cedet/cedet-cscope.el:
12713         * cedet/cedet-files.el:
12714         * cedet/cedet-global.el:
12715         * cedet/cedet-idutils.el:
12716         * cedet/data-debug.el:
12717         * cedet/inversion.el:
12718         * cedet/mode-local.el:
12719         * cedet/pulse.el: New files.
12721 2009-09-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12723         * whitespace.el (whitespace-trailing-regexp)
12724         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
12725         Fix doc string.
12727 2009-09-27  Chong Yidong  <cyd@stupidchicken.com>
12729         * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
12730         menu.
12732         * ediff-hook.el: Move menu-bar-ediff-misc-menu into
12733         menu-bar-ediff-menu.
12735         * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
12736         define-overloadable-function.
12738         * progmodes/autoconf.el: Provide autoconf as well, so that this
12739         file can be `require'd.
12741         * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
12743         * emacs-lisp/autoload.el (generated-autoload-feature)
12744         (generated-autoload-load-name): New vars.
12745         (autoload-rubric, autoload-generate-file-autoloads): Use them.
12746         (make-autoload): Recognize define-overloadable-function and
12747         defclass forms (for EIEIO).
12749         * Makefile.in (update-subdirs): Exclude cedet directory.
12751 2009-09-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
12753         * term/ns-win.el: Don't set the region face background.  (Bug#4381)
12755         * faces.el: Default light-background background for region face to
12756         ns_selection_color under NS.
12758 2009-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
12760         * net/imap-hash.el: New library, see NEWS.
12762         * Makefile.in (ELCFILES): Add imap-hash.el.
12764 2009-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12766         * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
12767         * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
12768         * help-macro.el (make-help-screen): Avoid using an ambiguous function
12769         definition where the docstring could be taken for the return value.
12771 2009-09-26  Glenn Morris  <rgm@gnu.org>
12773         * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
12774         Add option to only show images below a certain size.
12775         (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
12776         save-excursion calls.
12778 2009-09-26  Eli Zaretskii  <eliz@gnu.org>
12780         * makefile.w32-in (WINS_ALMOST): Add cedet (with its
12781         subdirectories) and eieio.
12783 2009-09-26  Alan Mackenzie  <acm@muc.de>
12785         * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
12786         buggy bracketing.  (Bug#4289)
12788         * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
12789         character constants (as case labels).  (Bug#4289)
12791 2009-09-25  Juri Linkov  <juri@jurta.org>
12793         * files.el (safe-local-eval-forms): Allow time-stamp in
12794         before-save-hook (Bug#4554).
12796 2009-09-25  Drew Adams  <drew.adams@oracle.com>
12798         * menu-bar.el (list-buffers-directory): Doc fix.
12800 2009-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12802         * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
12803         Try and avoid copying twice the same paragraph.
12804         (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
12805         Remove save-excursion.
12806         (log-edit-changelog-entry): Do it here instead.
12808 2009-09-25  Juanma Barranquero  <lekktu@gmail.com>
12810         * bs.el (bs--get-file-name): Use `list-buffers-directory'
12811         when available, instead of hardcoding mode names.  Doc fix.
12813         * menu-bar.el (list-buffers-directory): Add docstring.
12814         Make automatically buffer-local.
12816         * dired.el (dired-mode):
12817         * files.el (cd-absolute):
12818         * pcvs.el (cvs-temp-buffer):
12819         * pcvs-util.el (cvs-get-buffer-create):
12820         * shell.el (shell-mode):
12821         * vc-dir.el (vc-dir-mode):
12822         Don't make `list-buffers-directory' buffer local.
12824 2009-09-25  Devon Sean McCullough  <emacs-hacker@Jovi.Net>
12826         * comint.el (comint-exec, comint-run, make-comint):
12827         Doc fixes (Bug#4542).
12829 2009-09-25  Glenn Morris  <rgm@gnu.org>
12831         * mail/rmailmm.el (rmail-mime): New custom group.
12832         Move all defcustoms in this file into this group.
12833         (rmail-mime-media-type-handlers-alist): Revert previous change.
12834         (rmail-mime-show-images): New option.
12835         (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
12836         references to it, since it wasn't actually used for anything.
12837         (rmail-mime-insert-image): New function.
12838         (rmail-mime-image): Use rmail-mime-insert-image.
12839         (rmail-mime-bulk-handler): Remove optional `image' argument, instead
12840         obey the value of `rmail-mime-show-images' option.  Print the size of
12841         attachments.
12843 2009-09-25  David Engster  <deng@randomsample.de>
12845         * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'.  (Bug#4548)
12847 2009-09-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12849         * whitespace.el: Does not highlight trailing spaces While point is
12850         at end of line.  Does not highligt spaces at beginning of buffer
12851         while point is at beginning of buffer.  Does not highlight spaces
12852         at end of buffer while point is at end of buffer.  (Bug#4177)
12853         New version 12.0.
12854         (whitespace-display-mappings): Adjust initialization.
12855         (whitespace-point, whitespace-font-lock-refontify): New vars.
12856         (whitespace-color-on, whitespace-color-off): Adjust code.
12857         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
12858         (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
12859         (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
12861 2009-09-24  Chong Yidong  <cyd@stupidchicken.com>
12863         * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
12865         * textmodes/sgml-mode.el: Remove xml-mode alias.
12867         * files.el (auto-mode-alist, conf-mode-maybe)
12868         (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
12870 2009-09-24  Alan Mackenzie  <acm@muc.de>
12872         * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
12873         c-forward-conditionals, but it doesn't move point and doesn't set
12874         the mark.
12875         (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
12876         (c-down-conditional-with-else, c-backward-conditional)
12877         (c-forward-conditional): Refactor to use c-scan-conditionals.
12879 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
12881         * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
12882         (help-default-arg-highlight): Remove.
12883         (help-highlight-arg): New function.
12884         (help-do-arg-highlight): Use it.
12885         Suggested by Drew Adams <drew.adams@oracle.com>.  (Bug#4510, bug#4520)
12887 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12889         * term.el (term-set-scroll-region, term-handle-ansi-escape):
12890         Undo last change, which didn't fix the problem and introduced others.
12892 2009-09-24  Nick Roberts  <nickrob@snap.net.nz>
12894         * progmodes/gdb-mi.el: Don't require speedbar.
12895         (gdb-jsonify-buffer): Handle case where "=" is part of value string.
12897 2009-09-24  Glenn Morris  <rgm@gnu.org>
12899         * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
12901         * term/ns-win.el (ns-reg-to-script): Define for compiler.
12903         * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
12904         there is no newline after the final mime boundary.  (Bug#4539)
12905         Move markers on insertion so that any buttons inserted don't end up in
12906         the next part of a multipart message.
12907         (rmail-mime-media-type-handlers-alist): Doc fix.  Add image handler.
12908         (rmail-mime-bulk-handler): Optionally handle images.
12909         (rmail-mime-image): New button action.
12910         (rmail-mime-image-handler): New function.
12911         (rmail-mime-mode): New mode.
12912         (rmail-mime): Doc fix.  Use rmail-mime-mode (for font-lock).
12914 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12916         * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
12917         than just dropping elements from it (bug#4504).
12919         * term.el (term-set-scroll-region): Don't move cursor any more.
12920         (term-handle-ansi-escape): Call term-goto here instead.
12921         Suggested by Ivan Kanis <apple@kanis.eu>.
12923         * term.el: Require CL.
12924         (term-ansi-reset): New function.
12925         (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
12926         (term-handle-colors-array): Simplify.
12928 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
12930         * allout.el (allout-overlay-interior-modification-handler)
12931         (allout-obtain-passphrase):
12932         * epa-file.el (epa-file-write-region):
12933         * ps-print.el (ps-begin-job):
12934         * vc-hooks.el (vc-toggle-read-only):
12935         * vc-rcs.el (vc-rcs-rollback):
12936         * vc-sccs.el (vc-sccs-rollback):
12937         * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
12938         (vc-version-diff, vc-revert, vc-rollback):
12939         * wdired.el (wdired-check-kill-buffer):
12940         * emacs-lisp/authors.el (authors):
12941         * net/socks.el (socks-open-connection):
12942         * net/zeroconf.el (zeroconf-service-add-hook):
12943         * obsolete/vc-mcvs.el (vc-mcvs-register):
12944         * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
12945         (gdb-select-frame):
12946         * progmodes/grep.el (lgrep, rgrep):
12947         * progmodes/idlw-help.el (idlwave-help-check-locations)
12948         (idlwave-help-html-link, idlwave-help-assistant-open-link):
12949         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
12950         * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
12951         (reftex-toc-rename-label): Fix typos in error messages.
12953         * dired-aux.el (dired-do-shell-command): Reflow docstring.
12954         (dired-copy-how-to-fn): Doc fix.
12955         (dired-files-attributes, dired-read-shell-command):
12956         Fix typos in docstrings.
12958         * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
12959         (dired-x-find-file-other-window): Reflow docstrings.
12960         (dired-omit-marker-char, dired-read-shell-command)
12961         (dired-x-submit-report): Fix typos in docstrings.
12963         * shell.el (shell-mode-hook):
12964         * view.el (View-scroll-line-forward):
12965         * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
12966         Fix typos in docstrings.
12968         * net/dig.el (dig-invoke): Fix typo in docstring.
12969         (query-dig): Reflow docstring.
12971         * progmodes/idlwave.el (idlwave-create-user-catalog-file)
12972         (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
12973         (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
12974         (idlwave-begin-block-reg, idlwave-begin-unit-reg)
12975         (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
12976         (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
12977         (idlwave-check-abbrev, idlwave-class-file-or-buffer)
12978         (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
12979         (idlwave-completion-map, idlwave-current-indent)
12980         (idlwave-custom-ampersand-surround, idlwave-customize)
12981         (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
12982         (idlwave-define-abbrev, idlwave-determine-class-special)
12983         (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
12984         (idlwave-end-block-reg, idlwave-end-of-statement)
12985         (idlwave-end-of-statement0, idlwave-end-of-subprogram)
12986         (idlwave-end-unit-reg, idlwave-entry-find-keyword)
12987         (idlwave-explicit-class-listed, idlwave-file-header)
12988         (idlwave-fill-paragraph, idlwave-find-class-definition)
12989         (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
12990         (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
12991         (idlwave-in-quote, idlwave-indent-action-table)
12992         (idlwave-indent-expand-table, idlwave-indent-line)
12993         (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
12994         (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
12995         (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
12996         (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
12997         (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
12998         (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
12999         (idlwave-outlawed-buffers, idlwave-popup-select)
13000         (idlwave-previous-statement, idlwave-rescan-catalog-directories)
13001         (idlwave-routine-entry-compare, idlwave-routine-info.pro)
13002         (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
13003         (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
13004         (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
13005         (idlwave-statement-type, idlwave-struct-skip)
13006         (idlwave-substitute-link-target, idlwave-toggle-comment-region)
13007         (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
13008         (idlwave-what-module-find-class): Fix typos in docstrings.
13009         (idlwave-all-method-classes, idlwave-calc-hanging-indent)
13010         (idlwave-calculate-cont-indent, idlwave-expand-equal)
13011         (idlwave-find-module, idlwave-find-structure-definition)
13012         (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
13013         (idlwave-list-load-path-shadows, idlwave-next-statement)
13014         (idlwave-routine-entry-compare-twins, idlwave-routine-info)
13015         (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
13016         (idlwave-template): Reflow docstrings.
13018         * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
13019         (idlwave-shell-batch-command, idlwave-shell-bp-alist)
13020         (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
13021         (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
13022         (idlwave-shell-display-line, idlwave-shell-display-wframe)
13023         (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
13024         (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
13025         (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
13026         (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
13027         (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
13028         (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
13029         (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
13030         (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
13031         (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
13032         (idlwave-shell-scan-for-state, idlwave-shell-send-command)
13033         (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
13034         (idlwave-shell-shell-command, idlwave-shell-sources-alist)
13035         (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
13036         (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
13037         (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
13038         Fix typos in docstrings.
13039         (idlwave-shell-bp, idlwave-shell-clear-current-bp)
13040         (idlwave-shell-hide-output, idlwave-shell-mode)
13041         (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
13042         Reflow docstrings.
13044         * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
13046 2009-09-24  Ivan Kanis  <apple@kanis.eu>
13048         * term.el (term-bold-attribute): New var.
13049         (term-handle-colors-array): Use it.
13051 2009-09-23  Nick Roberts  <nickrob@snap.net.nz>
13053         * progmodes/gdb-mi.el (gdb-version): New variable.
13054         (gdb-non-stop-handler): Set gdb-version.
13055         (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
13056         Condition "--thread" option on gdb-version.
13057         (gdb-invalidate-threads): Remove unused argument.
13059 2009-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13061         * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
13062         to looking-back to avoid ridiculous slow down in large files (bug#4511).
13064 2009-09-23  Glenn Morris  <rgm@gnu.org>
13066         * mail/rmail.el (rmail-reply): Don't try to add a References header when
13067         replying to mail without References or Message-Id.  (Bug#4525)
13069 2009-09-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
13071         * term/ns-win.el (ns-reg-to-script): New variable.
13073 2009-09-23  Daiki Ueno  <ueno@unixuser.org>
13075         * epg.el (epg-wait-for-status): Preserve existing 'error results.
13077 2009-09-22  Sam Steingold  <sds@gnu.org>
13079         * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
13080         (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
13081         to 1 because hg returns status 1 when nothing is found.
13082         Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
13084 2009-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13086         * textmodes/fill.el: Convert to utf-8 encoding.
13087         (fill-french-nobreak-p): Remove redundant » and « inherited from our
13088         pre-Unicode days.
13090         * add-log.el (change-log-fill-forward-paragraph): New function.
13091         (change-log-mode): Use it so fill-region DTRT.
13092         Set fill-indent-according-to-mode here rather than in
13093         change-log-fill-paragraph.
13094         (change-log-fill-paragraph): Remove.
13096 2009-09-22  Juanma Barranquero  <lekktu@gmail.com>
13098         * info.el (Info-try-follow-nearest-node): Use the URL extracted by
13099         `Info-get-token', instead of `browse-url-url-at-point'.  (Bug#4508)
13101 2009-09-22  Glenn Morris  <rgm@gnu.org>
13103         * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
13104         the scroll-bar scroll the calendar window rather than the buffer.
13106         * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
13107         commands that move point (as opposed to scrolling).
13109         * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
13111         * emacs-lisp/elint.el (elint): New custom group.
13112         (elint-log-buffer): Make it a defcustom.
13113         (elint-scan-preloaded, elint-ignored-warnings)
13114         (elint-directory-skip-re): New options.
13115         (elint-builtin-variables): Doc fix.
13116         (elint-preloaded-env): New variable.
13117         (elint-unknown-builtin-args): Add an entry for encode-time.
13118         (elint-extra-errors): Make it a variable rather than a constant.
13119         (elint-preloaded-skip-re): New constant.
13120         (elint-directory): Skip files matching elint-directory-skip-re.
13121         (elint-features): New variable, local to linted buffers.
13122         (elint-update-env): Initialize elint-features.  Possibly add
13123         elint-preloaded-env to the buffer's environment.
13124         (elint-get-top-forms): Bind elint-current-pos, for log messages.
13125         Skip quoted forms.
13126         (elint-init-form): New function, extracted from elint-init-env.
13127         Make non-list forms a warning rather than an error.
13128         Add the mode-map for define-derived-mode.  Handle define-minor-mode,
13129         easy-menu-define, put that adds an error-condition, and provide.
13130         When requiring cl, also require cl-macs.  Really require cl, to handle
13131         some cl macros.  Store required libraries in the list elint-features,
13132         so as not to re-load them.  Treat cc-require like require.
13133         (elint-init-env): Call elint-init-form to do the work.
13134         Handle eval-and-compile and such like.
13135         (elint-add-required-env): Do not clear messages.
13136         (elint-special-forms): Add handlers for function, defalias, if, when,
13137         unless, and, or.
13138         (elint-form): Add optional argument to ignore elint-special-forms,
13139         useful to prevent recursive calls from handlers.  Doc fix.
13140         Respect elint-ignored-warnings.
13141         (elint-form): Respect elint-ignored-warnings.
13142         (elint-bound-variable, elint-bound-function): New variables.
13143         (elint-unbound-variable): Respect elint-bound-variable.
13144         (elint-get-args): Respect elint-bound-function.
13145         (elint-check-cond-form): Add some simple handling for (f)boundp and
13146         featurep tests.
13147         (elint-check-defalias-form): New handler.
13148         (elint-check-let-form): Make an empty let a warning rather than an
13149         error.
13150         (elint-check-setq-form): Make an empty setq a warning rather than an
13151         error.  Respect elint-ignored-warnings.
13152         (elint-check-defvar-form): Accept null doc-strings.
13153         (elint-check-conditional-form): New handler.  Does some simple-minded
13154         checking of featurep and (f)boundp tests.
13155         (elint-put-function-args): New function.
13156         (elint-initialize): Use elint-scan-doc-file rather than
13157         elint-find-builtin-variables.  Use elint-put-function-args.
13158         Possibly scan preloaded-file-list.
13159         (elint-scan-doc-file): Rename from elint-find-builtin-variables and
13160         extend to handle functions as well.
13162 2009-09-22  Lennart Borgman  <lennart.borgman@gmail.com>
13164         * linum.el (linum-delete-overlays, linum-update-window):
13165         Do not modify the right margin.  (Bug#3971)
13167 2009-09-21  Chong Yidong  <cyd@stupidchicken.com>
13169         * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
13170         nxml-mode instead of xml-mode.
13172 2009-09-21  Kevin Ryde  <user42@zip.com.au>
13174         * net/dig.el: Add "Keywords: comm", as per net-utils.el.  (Bug#4501)
13176 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13178         * net/dig.el (dig-mode): Use define-derived-mode.
13180 2009-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
13182         * vc-dispatcher.el (vc-do-command): Return the process object in
13183         the asynchronous case.  Use when instead of if.  Do not run
13184         vc-exec-after to display a message if not enabled.  (Bug#4463)
13186         * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
13187         properties to the stash strings.
13188         (vc-git-stash-list): Return a list of strings.
13189         (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
13190         (vc-git-stash-show-at-point): New functions.
13191         (vc-git-stash-map): New keymap.
13193         * register.el (ctl-x-r-map): Define the keys here instead of
13194         using autoload.
13196 2009-09-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>  (tiny change)
13198         * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
13199         list, to workaround performance problem (bug#4485).
13201 2009-09-20  Nick Roberts  <nickrob@snap.net.nz>
13203         * progmodes/gud.el (gud-sentinel): Revert indavertant change.
13205 2009-09-20  Daiki Ueno  <ueno@unixuser.org>
13207         * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
13208         Document that this option is not recommended to use.
13210 2009-09-19  Glenn Morris  <rgm@gnu.org>
13212         * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
13213         variable `var'.
13215         * calc/calc-alg.el (var):
13216         * calc/calcalg2.el (var): Define for compiler.
13218 2009-09-19  Chong Yidong  <cyd@stupidchicken.com>
13220         * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
13221         Doc fix (Bug#3932).
13223         * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
13225         * time-stamp.el (time-stamp-month-dd-yyyy)
13226         (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
13227         (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
13228         (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
13229         (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
13230         Remove functions that have been obsolete since 1995 (Bug#4436).
13232         * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
13233         indent buffer only if called interactively (Bug#4452).
13235 2009-09-19  Juanma Barranquero  <lekktu@gmail.com>
13236             Eli Zaretskii  <eliz@gnu.org>
13238         This fixes bug#4197 (merged to bug#865, though not identical).
13239         * server.el (server-auth-dir): Add docstring note about FAT32.
13240         (server-ensure-safe-dir): Accept FAT32 directories as "safe",
13241         but warn against using them.
13243 2009-09-19  Nick Roberts  <nickrob@snap.net.nz>
13245         * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
13246         older GDB where there is no has_more field.
13248 2009-09-19  Glenn Morris  <rgm@gnu.org>
13250         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
13252 2009-09-18  Chong Yidong  <cyd@stupidchicken.com>
13254         * files.el (auto-mode-alist): Change default for XML files to nXML
13255         mode (Bug#4169).
13257 2009-09-18  Juanma Barranquero  <lekktu@gmail.com>
13259         * server.el (server-ensure-safe-dir): Pass 'integer
13260         to `file-attributes', as suggested.
13262 2009-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
13264         * dired-aux.el (dired-query-alist): Remove spurious backslash.
13265         (dired-query): Use read-key.
13267 2009-09-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
13269         * cus-start.el (ns-use-qd-smoothing): Remove.
13271 2009-09-18  Glenn Morris  <rgm@gnu.org>
13273         * allout.el (top-level): Remove unnecessary progn.
13275         * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
13277         * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
13278         definition of abbrev table.
13280         * speedbar.el (speedbar-track-mouse):
13281         * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
13282         * net/eudc.el (eudc-expand-inline):
13283         * net/newst-backend.el (newsticker--cache-read-feed):
13284         * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
13285         condition-case handlers.
13287 2009-09-18  Nick Roberts  <nickrob@snap.net.nz>
13289         * progmodes/gdb-mi.el (gdb-frame-address): New variable.
13290         (gdb-var-list): Add an element for has_more field.
13291         (gdb-non-stop-handler): Enable pretty printing for STL containers.
13292         (gdb-var-create-handler, gdb-var-list-children-handler-1)
13293         (gdb-var-update-handler-1): Parse output of dynamic variable
13294         objects (STL containers).
13295         (gdb-var-delete-1): Pass var1 as an explicit second argument.
13296         (gdb-get-field): Delete alias.  Use bindat-get-field directly.
13298         * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
13299         gdb-var-list.
13300         (gud-speedbar-buttons): Make node expandable if expression "has more"
13301         children.
13303 2009-09-17  Juanma Barranquero  <lekktu@gmail.com>
13305         * startup.el (emacs-quick-startup): Remove variable and all uses.
13306         (command-line): Set `inhibit-x-resources' instead.
13307         (command-line-1): Use `inhibit-x-resources' instead.
13309 2009-09-17  Chong Yidong  <cyd@stupidchicken.com>
13311         * subr.el: Fix last change to avoid using the `unless' macro,
13312         which breaks bootstrapping.
13314 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13316         * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
13317         extended definitions, in case we reload subr.el after having
13318         loaded CL.
13319         (eval-next-after-load): Mark as obsolete.
13321 2009-09-17  Juri Linkov  <juri@jurta.org>
13323         * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
13324         (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
13325         (menu-bar-showhide-menu, menu-bar-tools-menu)
13326         (menu-bar-describe-menu, menu-bar-help-menu)
13327         (minibuffer-local-completion-map, minibuffer-local-map):
13328         Fix list quoting.
13330 2009-09-17  Glenn Morris  <rgm@gnu.org>
13332         * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
13333         arguments, whether or not it has a handler.
13335         * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
13337         * simple.el (hard-newline): Give it a doc-string.
13339         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
13340         (lisp-mode-syntax-table): Give them doc-strings.
13342 2009-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
13344         * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
13345         (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
13346         (menu-bar-options-menu, menu-bar-showhide-menu)
13347         (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
13348         (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
13349         (menu-bar-options-menu, menu-bar-line-wrapping-menu)
13350         (menu-bar-options-menu, menu-bar-tools-menu)
13351         (menu-bar-describe-menu, menu-bar-search-documentation-menu)
13352         (menu-bar-help-menu):
13353         (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
13354         string arguments.
13356         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
13357         (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
13358         calls for the menu names and :help.
13360 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13362         * mouse.el (minor-mode-menu-from-indicator): Pay attention
13363         to :minor-mode-function (bug#4455).
13365 2009-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13367         * startup.el (command-line): Initialize the window-system after
13368         processing the command-line.
13370         * textmodes/page.el (what-page): Make sure we don't inf-loop if
13371         page-delimiter matches the empty string.
13373 2009-09-16  Glenn Morris  <rgm@gnu.org>
13375         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
13376         byte-compile-not-obsolete-var.  It's a list now.
13377         (byte-compile-not-obsolete-funcs): New variable.
13378         (byte-compile-warn-obsolete): Don't warn about functions if they are in
13379         byte-compile-not-obsolete-funcs.
13380         (byte-compile-variable-ref, byte-compile-defvar): Update for
13381         byte-compile-not-obsolete-vars name-change and list nature.
13382         (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
13383         and variables behind (f)boundp tests.
13384         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
13386 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
13388         * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
13390 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13392         * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
13393         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
13394         Don't autoload.
13396 2009-09-15  Stephen Eglen  <stephen@gnu.org>
13398         * iswitchb.el (iswitchb-read-buffer): When selecting a match from
13399         the virtual-buffers, use the name of the buffer specified by
13400         find-file-noselect, as the match may be a symlink.  (This was a
13401         problem if the target and the symlink had different names.)
13403 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13405         * custom.el (custom-initialize-default, custom-initialize-set): CSE.
13407         * desktop.el (desktop-path): Check user-emacs-directory.
13409         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
13411         * loadup.el: Use after-load-functions to GC after loading each file.
13412         Remove the explicit GC calls that used to be sprinkled around.
13414         * subr.el (after-load-functions): New hook.
13415         (do-after-load-evaluation): Run it.  Use string-match-p to detect
13416         `obsolete' packages, rather than painfully extracting the relevant
13417         directory name.
13419 2009-09-15  Glenn Morris  <rgm@gnu.org>
13421         * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
13422         free variable `doc'.
13424         * dired.el (dired-mode-map): Add menu entry for async shell command.
13426         * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
13427         variables, also consider the .elc files, since the .el files are
13428         normally gzipped (subsequent code locates the .el.gz from the .elc).
13430         * calc/calc-prog.el (arglist): Define for compiler.
13432         * calendar/diary-lib.el (diary-display-function): Change the default to
13433         fancy display.
13434         (body): Define for compiler.
13436         * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
13437         (byte-compile-file-form, byte-compile-lambda)
13438         (byte-compile-top-level-body, byte-compile-form)
13439         (byte-compile-variable-ref, byte-compile-setq)
13440         (byte-compile-setq-default, byte-compile-body)
13441         (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
13442         (batch-byte-compile): Give some more local variables with common names
13443         a "bytecomp-" prefix to avoid masking warnings about free variables.
13445         * startup.el (command-line-1): Give local variables with common names a
13446         distinguishing prefix, so as not to hide free variable warnings during
13447         bootstrap.
13449         * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
13450         clever and add a suffix to make a unique name, just let the user decide
13451         whether or not to overwrite it.  If the input is a directory, write the
13452         default filename to that directory.  (Bug#4388)
13453         (rmail-mime-bulk-handler): Ensure the save button's 'directory property
13454         is a filename-as-a-directory.
13456 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13458         * textmodes/page.el (what-page): Don't move to beginning of line.
13459         See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
13461 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
13463         * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
13465 2009-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
13467         * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
13468         * help.el (help-for-help-internal): Add purecopy calls for text.
13470         * vc.el (top): print-log method now takes an optional SHORTLOG
13471         argument.  Add a new method: root.
13472         (vc-root-diff, vc-print-root-log): New functions.
13473         (vc-log-short-style): New variable.
13474         (vc-print-log-internal): Add support for showing short logs.
13476         * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
13477         vc-print-root-log and vc-print-root-diff.
13479         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
13480         * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
13481         * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
13482         short logs.
13484         * vc-cvs.el (vc-cvs-print-log):
13485         * vc-mtn.el (vc-mtn-print-log):
13486         * vc-rcs.el (vc-rcs-print-log):
13487         * vc-sccs.el (vc-sccs-print-log):
13488         * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
13489         that is ignored for now.
13491         * vc-mtn.el (vc-mtn-annotate-command):
13492         * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
13494 2009-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13496         * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
13497         to function-key-map, and give them ascii-character property.
13498         * term/x-win.el (x-alternatives-map):
13499         * term/ns-win.el (ns-alternatives-map):
13500         * term/internal.el (msdos-key-remapping-map):
13501         * w32-fns.el (x-alternatives-map): Remove redundant mappings.
13503 2009-09-14  Glenn Morris  <rgm@gnu.org>
13505         * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
13506         temp-buffers (2009-09-12).
13508 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13510         * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
13511         the new read-key function.
13513 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
13515         * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
13516         is defined (Bug#4405).
13518 2009-09-13  Vincent Belaïche  <vincent.belaiche@gmail.com>
13520         * recentf.el (recentf-cleanup): Use a hash table to find
13521         duplicates (Bug#4407).
13523 2009-09-13  Per Starbäck  <per@starback.se>  (tiny change)
13525         * textmodes/ispell.el (ispell-command-loop): Convert keys such as
13526         kp-0 to ascii equivalents (Bug#4325).
13528 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
13530         * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
13532         * eshell/em-hist.el:
13533         * eshell/em-dirs.el (eshell-complete-user-reference):
13534         Declare pcomplete functions and variables to avoid compiler warnings.
13536 2009-09-13  Leo  <sdl.web@gmail.com>  (tiny change)
13538         * eshell/em-script.el (eshell-login-script, eshell-rc-script):
13539         * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
13540         * eshell/em-alias.el (eshell-aliases-file):
13541         * eshell/em-hist.el (eshell-history-file-name):
13542         Use expand-file-name instead of concat to make file names (Bug#4308).
13544 2009-09-13  Glenn Morris  <rgm@gnu.org>
13546         * ediff-merg.el (ediff-do-merge):
13547         * filesets.el (filesets-run-cmd):
13548         * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
13549         (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
13550         (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
13551         (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
13552         (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
13553         Replace empty `let's with `progn'.
13555 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13557         * mail/sendmail.el (send-mail-function):
13558         * tooltip.el (tooltip-mode):
13559         * simple.el (transient-mark-mode):
13560         * rfn-eshadow.el (file-name-shadow-mode):
13561         * frame.el (blink-cursor-mode):
13562         * font-core.el (global-font-lock-mode):
13563         * files.el (temporary-file-directory)
13564         (small-temporary-file-directory, auto-save-file-name-transforms):
13565         * epa-hook.el (auto-encryption-mode):
13566         * composite.el (global-auto-composition-mode):
13567         Use custom-initialize-delay.
13568         * startup.el (command-line): Don't explicitly call
13569         custom-reevaluate-setting for all the above vars.
13570         * custom.el (custom-initialize-safe-set)
13571         (custom-initialize-safe-default): Delete.
13573 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13575         * term/x-win.el (x-initialize-window-system):
13576         * term/w32-win.el (w32-initialize-window-system):
13577         * term/ns-win.el (ns-initialize-window-system): Don't call
13578         mouse-wheel-mode since it's enabled globally by default already.
13580         * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
13581         actually define the variable, but only silences the byte-compiler.
13582         (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
13583         before looking it up.
13584         (mouse-wheel-scroll-amount): Also reset the bindings if this value
13585         is changed.
13587 2009-09-12  Glenn Morris  <rgm@gnu.org>
13589         * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
13590         1000.
13591         (elint-add-required-env): Don't beep on error.
13592         (elint-forms): In case of error, return ENV unchanged.
13593         (elint-init-env): Skip non-list forms.
13594         (elint-log): Handle unknown file positions.
13596 2009-09-12  Daiki Ueno  <ueno@unixuser.org>
13598         * epg.el (epg-make-context): Add autoload cookie.
13599         (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
13600         (epg-decrypt-string, epg-start-verify, epg-verify-file)
13601         (epg-verify-string, epg-start-sign, epg-sign-file)
13602         (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
13603         (epg-encrypt-string, epg-start-export-keys)
13604         (epg-export-keys-to-file, epg-export-keys-to-string)
13605         (epg-start-import-keys, epg-import-keys-from-file)
13606         (epg-import-keys-from-string, epg-start-receive-keys)
13607         (epg-receive-keys, epg-import-keys-from-server)
13608         (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
13609         (epg-sign-keys, epg-start-generate-key)
13610         (epg-generate-key-from-file, epg-generate-key-from-string):
13611         Remove autoload cookie.
13613 2009-09-12  Eli Zaretskii  <eliz@gnu.org>
13615         * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
13616         reevaluation of trash-directory.
13618         * mwheel.el: Fix last change.
13619         (mouse-wheel-mode): New defvar.
13620         (mouse-wheel-mode): Remove autoload cookie.
13622 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13624         * mwheel.el (mwheel-installed-bindings): New var.
13625         (mouse-wheel-mode): Use it, so as to make sure we really remove all
13626         the bindings we set last time.  Use custom-initialize-delay.
13627         * loadup.el: Load mwheel after term/*-win.el.
13628         * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
13629         and mouse-wheel-up-event now that their first evaluation is done
13630         sufficiently late to be correct.
13632         * startup.el (tutorial-directory): Make it a defcustom.
13633         Use custom-initialize-delay rather than eval-at-startup to set it.
13634         * image.el (image-load-path): Make it a defcustom.
13635         Use custom-initialize-delay rather than eval-at-startup to set it.
13636         * subr.el (eval-at-startup): Remove.
13637         * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
13639         * subr.el (do-after-load-evaluation): Warn the user after loading an
13640         obsolete package.
13642 2009-09-12  Glenn Morris  <rgm@gnu.org>
13644         * proced.el (proced-mark-alt): Remove alias.
13645         (proced-mode-map): Remove proced-mark-alt.
13647         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
13648         Elint file and directory.  Remove initialization entry.
13650         * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
13651         commands.
13652         (elint-current-buffer): Set mode-line-process.
13653         (elint-init-env): Handle define-derived-mode.
13654         Fix declare-function with unspecified arglist.  Guard against odd
13655         defalias statements (eg iso-insert's 8859-1-map).
13656         (elint-add-required-env): Use a temp buffer.
13657         (elint-form): Just print the function/macro name, not the whole form.
13658         Return env unchanged if we fail to parse a macro.
13659         (elint-forms): Guard against parse errors.
13660         (elint-output): New function, to handle batch mode.
13661         (elint-log-message): Add optional argument.  Use elint-output.
13662         (elint-set-mode-line): New function.
13664 2009-09-12  Andreas Politz  <politza@fh-trier.de>  (tiny change)
13666         * emacs-lisp/elp.el (elp-not-profilable): Add more
13667         functions (Bug#4233).
13669 2009-09-12  Chong Yidong  <cyd@stupidchicken.com>
13671         * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
13672         (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
13674 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
13676         * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
13677         (gdb-var-list-children): Use json parsing.
13679 2009-09-11  Daniel Colascione  <dan.colascione@gmail.com>
13681         * progmodes/js.el (js--proper-indentation): Handle the case where
13682         char-before is null.  Reported by Deniz Dogan.
13684 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
13686         * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
13688 2009-09-11  Daiki Ueno  <ueno@unixuser.org>
13690         * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
13691         (epg-digest-algorithm-alist): Add SHA224.
13692         (epg-context-set-passphrase-callback)
13693         (epg-context-set-progress-callback): Add description about
13694         callback function.
13696 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13698         * custom.el (custom-delayed-init-variables): New var.
13699         (custom-initialize-delay): New function.
13700         * startup.el (command-line): "Re"evaluate all vars in
13701         custom-delayed-init-variables.  Don't reevaluate abbrev-file-name
13702         explicitly any more.
13703         * abbrev.el (abbrev-file-name): Use custom-initialize-delay
13704         to avoid creating a ~/.emacs.d at build-time (bug#4347).
13706         * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
13708 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
13710         * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
13711         (gdb-var-update-handler): Use json parsing.
13713 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
13715         * vc-annotate.el (vc-annotate): Use the main file's coding-system to
13716         decode annotated text, regardless of language environment.  (Bug#2741)
13718 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13720         * Makefile.in (autoloads): Make rmail.el writable as well.
13722 2009-09-11  Glenn Morris  <rgm@gnu.org>
13724         * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
13725         loaddefs.el.
13726         * dired.el: Regenerate with extracted autoloads.
13727         * Makefile.in (autoloads): Make dired.el writable.
13729         * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
13730         * ibuffer.el: Regenerate with extracted autoloads.
13731         * Makefile.in (autoloads): Make ibuffer.el writable.
13733         * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
13734         * version.el (emacs-copyright, emacs-major-version)
13735         (emacs-minor-version): Reformat doc-strings for make-docfile.
13737         * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
13738         functions and variables, since they must be stuff specific to some other
13739         platform.
13740         (apropos-print): Make mouse-click message less specific about button.
13742         * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
13743         that records where a macro was defined.
13744         * help-fns.el (describe-function-1): Mention if a function has a
13745         compiler-macro.
13746         * help-mode.el (help-function-cmacro): New button.
13748         * locate.el (top-level): Always require dired.
13749         (locate-mode-map): Initialize inside the defvar.
13751         * net/ange-ftp.el (dired-compress-file): Declare.
13752         (ange-ftp-dired-compress-file): Add doc string.
13754         * term/ns-win.el (x-display-name, x-setup-function-keys):
13755         Unify doc-strings with X versions.
13757 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13759         * emulation/crisp.el (crisp-mode-map): Move initialization
13760         into declaration.
13761         (crisp-mode): Use define-minor-mode.
13763         * progmodes/xscheme.el (xscheme-evaluation-commands):
13764         Put a :advertised-binding property rather than using
13765         advertised-xscheme-send-previous-expression.
13766         (advertised-xscheme-send-previous-expression): Declare obsolete.
13767         * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
13768         `advertised-undo'.
13769         (crisp-mode): Add corresponding bindings to
13770         undo's :advertised-binding instead.
13771         * dired.el (dired-mode-map): Put a :advertised-binding property rather
13772         than using dired-advertised-find-file.
13773         (dired-advertised-find-file):
13774         * simple.el (advertised-undo):
13775         * wid-edit.el (advertised-widget-backward): Declare obsolete.
13776         (widget-keymap): Put a :advertised-binding property rather
13777         than using advertised-widget-backward.
13778         * bindings.el (ctl-x-map): Put a :advertised-binding property rather
13779         than using advertised-undo.
13780         * tutorial.el (tutorial--default-keys): Adjust accordingly.
13782 2009-09-10  Simon South  <ssouth@slowcomputing.org>
13784         * progmodes/delphi.el (delphi-tab): Indent region when Transient
13785         Mark mode is enabled and region is active; otherwise indent or
13786         insert TAB as usual.
13787         (delphi-mode): Update description of TAB-key binding.
13789 2009-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13791         * subr.el (define-key-rebound-commands): Mark obsolete.
13792         * startup.el (precompute-menubar-bindings): Remove.
13793         (normal-top-level): Remove obsolete code that tried to precompute
13794         menubar bindings.
13795         * loadup.el (define-key-rebound-commands): Don't bother fiddling with
13796         define-key-rebound-commands and precompute-menubar-bindings.
13798 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
13800         * net/imap.el (imap-interactive-login): Better messages.
13801         (imap-open): Fix bug with renamed buffer on reconnect.
13802         (imap-authenticate): Add buffer-local imap-last-authenticator variable
13803         for easier debugging and cleaner code.  On successful (guessed based on
13804         server capabilities) secondary authentication, set imap-state
13805         correctly.
13806         (imap-last-authenticator): Define imap-last-authenticator as a variable
13807         to avoid warnings.
13809 2009-09-10  Glenn Morris  <rgm@gnu.org>
13811         * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
13813         * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
13814         (byte-compile-file-form-autoload): Don't warn about unknown functions
13815         where the autoload statement comes after the use.
13816         (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
13817         that any handlers inside the body (eg require) are in turn respected.
13819         * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
13820         effects.
13822         * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
13823         and syntax and abbrev tables basic docs, if they don't have any.
13825         * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
13827         * international/mule-cmds.el (top-level): Require cl when compiling.
13828         (view-hello-file): Use default-value rather than
13829         default-enable-multibyte-characters.
13831         * progmodes/fortran.el: Move all safe and risky properties into the
13832         defcustoms.
13834         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
13835         * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
13836         * mail/undigest.el:
13837         Put autoloads in rmail.el rather than loaddefs.el.
13838         * mail/rmail.el: Regenerate with extracted autoloads.
13840         * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
13841         * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
13843 2009-09-10  Nick Roberts  <nickrob@snap.net.nz>
13845         Reported in thread for Bug#4375.
13846         * progmodes/gud.el (gud-tooltip-print-command): Use MI command
13847         "-data-evaluate-expression" instead of print.
13848         * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
13849         (gdb-tooltip-print): Parse output from above MI command.
13850         (gdb): Revert 2009-08-11 change.  User should detach inferior
13851         manually.
13853         Remove the word "separate" from IO functions as inferior
13854         output is now never displayed in the GUD buffer.
13856 2009-09-10  Juanma Barranquero  <lekktu@gmail.com>
13858         * startup.el (command-line-normalize-file-name): On Windows and
13859         MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
13861 2009-09-10  Juri Linkov  <juri@jurta.org>
13863         * isearch.el (isearch-text-char-description): Propertize escape
13864         character sequences with the `escape-glyph' face.  (Bug#4344)
13866         * simple.el (shell-command): Set asynchronous process filter to
13867         `comint-output-filter'.  (Bug#4343)
13869         * progmodes/grep.el (grep-template): Add "<X>" to docstring.
13870         (grep-files-aliases): Add "all".  Move "el" and "ch" to the top of
13871         the list.  Move "asm" to the bottom.
13872         (grep-find-ignored-directories): Add `choice' with nil value
13873         to empty the list easily.
13874         (grep-find-ignored-files): New option.
13875         (grep-files-history): Set to nil by default instead of '("ch" "el").
13876         (grep-compute-defaults): Add "<X>" to `grep-template'.
13877         (grep-read-files): Bind new local variables `default-alias' and
13878         `default-extension'.  Use a list of default values for the file prompt.
13879         (lgrep): Add `--exclude=' command line options composed from
13880         `grep-find-ignored-files'.
13881         (rgrep): Add `-name' command line options composed from
13882         `grep-find-ignored-files'.  (Bug#4301)
13884 2009-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
13886         * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
13887         (bug#4368).
13889 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13891         * calendar/time-date.el (autoload):
13892         Expand define-obsolete-function-alias into defalias and make-obsolete
13893         for old Emacsen that Gnus supports.
13894         (with-no-warnings): Define it for old Emacsen.
13895         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
13896         is available.
13897         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
13898         float-time is available; suppress compile warning for time-to-seconds.
13900 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
13902         * net/imap.el (imap-message-map): Docstring fix.
13904 2009-09-09  Glenn Morris  <rgm@gnu.org>
13906         * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
13907         line numbers too.  (Bug#4374)
13909 2009-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13911         * smerge-mode.el (smerge-remove-props, smerge-refine):
13912         Use with-silent-modifications (bug#4342).
13914         * subr.el (with-silent-modifications): New macro.
13916 2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
13918         * files.el (top-level): Require `cl' when compiling.
13920 2009-09-07  Glenn Morris  <rgm@gnu.org>
13922         * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
13924         * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
13925         (proced-mark-alt): New alias, to control the advertised key.  (Bug#4362)
13927 2009-09-06  Nick Roberts  <nickrob@snap.net.nz>
13929         * vc-git.el (vc-git-annotate-command): Use separator to parse
13930         arguments correctly.
13932 2009-09-06  Eli Zaretskii  <eliz@gnu.org>
13934         * proced.el (proced-mode): Doc fix.
13936 2009-09-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
13938         * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
13939         lstat fails.
13940         (tramp-do-file-attributes-with-ls): Check for file existence at
13941         remote end.
13942         (tramp-do-file-attributes-with-stat): Likewise.
13943         (tramp-convert-file-attributes): Return nil when attr is nil.
13945 2009-09-05  Glenn Morris  <rgm@gnu.org>
13947         * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
13948         properties to this button.
13949         (diary-fancy-display): Don't extend the button to the final newline.
13950         (diary-fancy-display-mode): Continue to define "q" as a local key.
13952         * calendar/cal-china.el (holiday-chinese): Make it slightly more
13953         efficient.
13955         * font-lock.el (lisp-font-lock-keywords-2): Add letf.
13957         * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
13958         (byte-compile-dest-file-function): New option.
13959         (byte-compile-dest-file): Doc fix.
13960         Obey byte-compile-dest-file-function.
13961         (byte-compile-cl-file-p): New function.
13962         (byte-compile-eval): Only suppress noruntime warnings about cl functions
13963         if the cl-functions warning is enabled.  Use byte-compile-cl-file-p.
13964         (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
13965         than for file being previously loaded.
13966         (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
13967         (byte-compile-file-form-require): Handle the case where requiring a file
13968         indirectly causes CL to be loaded.
13970 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
13972         * files.el (find-alternate-file): Run `kill-buffer-hook' manually
13973         before killing the old buffer, since by the time `kill-buffer' is
13974         run so many buffer variables have been set to nil that it may not
13975         behave as expected.  (Bug#4061)
13977 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
13979         * files.el (find-alternate-file): If the old buffer is modified
13980         and visiting a file, behave similarly to `kill-buffer' when
13981         killing it, thus reverting to the pre-1.878 behavior; see
13982         http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
13983         for discussion.  Also, consult `buffer-file-name' as a variable
13984         not as a function, for consistency with the rest of the code.
13986 2009-09-04  Michael Albinus  <michael.albinus@gmx.de>
13988         * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
13989         also when adding a new directory.
13991         * net/tramp-compat.el (tramp-compat-line-beginning-position): New
13992         defun.
13994 2009-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
13996         * files.el (locate-file-completion-table): Make it provide boundary
13997         information, so partial-completion works better.
13999 2009-09-04  Leo  <sdl.web@gmail.com>  (tiny change)
14001         * mail/footnote.el (Footnote-text-under-cursor):
14002         Check footnote-text-marker-alist before using it (bug#4324).
14004 2009-09-04  Glenn Morris  <rgm@gnu.org>
14006         * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
14007         * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
14008         * play/solitaire.el, play/tetris.el:
14009         Remove leading * from defcustom and defface docs.
14011         * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
14012         necessary.
14013         (diary-fancy-overriding-map): New variable.
14014         (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
14015         Use view-mode.
14017         * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
14018         goto-line.
14020 2009-09-03  Glenn Morris  <rgm@gnu.org>
14022         * arc-mode.el (archive-mode):
14023         * dos-fns.el (set-default-process-coding-system):
14024         * man.el (Man-getpage-in-background):
14025         * menu-bar.el (menu-bar-describe-menu):
14026         * server.el (server-process-filter):
14027         * startup.el (command-line):
14028         * tar-mode.el (tar-header-block-tokenize, tar-extract):
14029         * w32-fns.el (set-default-process-coding-system):
14030         * x-dnd.el (x-dnd-handle-file-name):
14031         * international/mule-cmds.el (mule-menu-keymap)
14032         (set-default-coding-systems, language-info-alist, set-language-info)
14033         (set-language-environment, standard-display-european-internal)
14034         (set-locale-environment):
14035         * international/mule-diag.el (mule-diag):
14036         * mail/emacsbug.el (report-emacs-bug):
14037         * mail/rmail.el (rmail-mode):
14038         * mail/sendmail.el (mail-setup):
14039         Use default-value rather than default-enable-multibyte-characters.
14041         * progmodes/f90.el: Move all safe properties into the defcustoms.
14042         (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
14044         * calendar/appt.el (appt-check):
14045         * calendar/diary-lib.el (diary-set-header, diary-live-p)
14046         (diary-check-diary-file, diary-list-entries)
14047         (diary-include-other-diary-files, diary-simple-display)
14048         (diary-fancy-display, diary-print-entries)
14049         (diary-mark-included-diary-files, diary-make-entry):
14050         Don't call substitute-in-file-name on diary-file.
14052 2009-09-03  Eduard Wiebe  <usenet@pusto.de>
14053             Stefan Monnier  <monnier@iro.umontreal.ca>
14055         * mail/footnote.el (footnote-prefix): Make it a defcustom.
14056         (footnote-mode-map): Move initialization into the declaration.
14057         (footnote-minor-mode-map): Define it rather than changing global-map.
14058         (footnote-mode): Use define-minor-mode.
14060 2009-09-02  Michael Albinus  <michael.albinus@gmx.de>
14062         * net/tramp.el (tramp-handle-file-attributes-with-ls)
14063         (tramp-do-file-attributes-with-perl)
14064         (tramp-do-file-attributes-with-stat): Rename from
14065         `tramp-handle-file-attributes-with-*'.
14066         (tramp-handle-file-attributes): Use them.
14067         (tramp-do-directory-files-and-attributes-with-perl)
14068         (tramp-do-directory-files-and-attributes-with-stat): Rename from
14069         `tramp-handle-directory-files-and-attributes-with-*'.
14070         (tramp-handle-directory-files-and-attributes): Use them.
14071         (tramp-method-out-of-band-p): Additional parameter SIZE.
14072         (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
14073         (tramp-handle-write-region): Use it.
14074         (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
14075         (tramp-handle-vc-registered): Check, whether the first run did
14076         return files to be tested.
14077         (tramp-advice-make-auto-save-file-name): Do not call directly
14078         `tramp-handle-make-auto-save-file-name', because this would bypass
14079         the locking mechanism.
14081         * net/tramp-compat.el (top): Autoload used functions from tramp.el.
14082         (file-remote-p, process-file, start-file-process, set-file-times)
14083         (tramp-compat-file-attributes): Compatibility functions shall not
14084         call directly `tramp-handle-*', because this would bypass the
14085         locking mechanism.
14086         (tramp-compat-number-sequence): New defun.
14088 2009-09-02  Glenn Morris  <rgm@gnu.org>
14090         * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
14091         alias for float-time.
14092         (time-to-number-of-days): In Emacs, use float-time.
14093         * net/newst-backend.el (time-add): Suppress warnings from compat
14094         function.
14095         * time.el (emacs-uptime, emacs-init-time):
14096         * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
14097         Use float-time rather than time-to-seconds.
14099         * minibuffer.el (completion-initials-expand): Fix typo.
14101         * faces.el (modeline, modeline-inactive, modeline-highlight)
14102         (modeline-buffer-id):
14103         * info.el (info-menu-5): Mark these face aliases as obsolete.
14105 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
14107         * progmodes/gdb-mi.el (gdb-current-context-command): Move the
14108         space ...
14109         (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
14110         no "--thread" option.
14111         (gdb-stopped): Don't print "Switched to thread" message when it is
14112         unchanged.
14114 2009-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14116         * minibuffer.el (completion-try-completion)
14117         (completion-all-completions): Remove ill-defined (and
14118         mistakenly installed and luckily never used nor documented)
14119         `completion-styles' property.
14120         (completion-initials-expand, completion-initials-all-completions)
14121         (completion-initials-try-completion): New functions.
14122         (completion-styles-alist): Add doc to each entry.
14123         Add new `initials' entry.
14125 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
14127         * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
14128         MI command -var-evaluate-expression.
14129         (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
14130         and tweak for case of string child.
14131         (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
14133 2009-09-01  Glenn Morris  <rgm@gnu.org>
14135         * add-log.el (change-log-date-face, change-log-name-face)
14136         (change-log-email-face, change-log-file-face, change-log-list-face)
14137         (change-log-conditionals-face, change-log-function-face)
14138         (change-log-acknowledgement-face):
14139         * cus-edit.el (custom-invalid-face, custom-rogue-face)
14140         (custom-modified-face, custom-set-face, custom-changed-face)
14141         (custom-saved-face, custom-button-face, custom-button-pressed-face)
14142         (custom-documentation-face, custom-state-face, custom-comment-face)
14143         (custom-comment-tag-face, custom-variable-tag-face)
14144         (custom-variable-button-face, custom-face-tag-face)
14145         (custom-group-tag-face-1, custom-group-tag-face):
14146         * diff-mode.el (diff-header-face, diff-file-header-face)
14147         (diff-index-face, diff-hunk-header-face, diff-removed-face)
14148         (diff-added-face, diff-changed-face, diff-function-face)
14149         (diff-context-face, diff-nonexistent-face):
14150         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
14151         * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
14152         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
14153         (Info-title-4-face):
14154         * isearch.el (isearch-lazy-highlight-face):
14155         * log-view.el (log-view-file-face, log-view-message-face):
14156         * paren.el (show-paren-match-face, show-paren-mismatch-face):
14157         * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
14158         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
14159         (cvs-msg-face):
14160         * smerge-mode.el (smerge-mine-face, smerge-other-face)
14161         (smerge-base-face, smerge-markers-face):
14162         * wid-edit.el (widget-documentation-face, widget-button-face)
14163         (widget-field-face, widget-single-line-field-face)
14164         (widget-inactive-face, widget-button-pressed-face):
14165         * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
14166         (woman-addition-face):
14167         * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
14168         (eshell-ls-executable-face, eshell-ls-readonly-face)
14169         (eshell-ls-unreadable-face, eshell-ls-special-face)
14170         (eshell-ls-missing-face, eshell-ls-archive-face)
14171         (eshell-ls-backup-face, eshell-ls-product-face)
14172         (eshell-ls-clutter-face):
14173         * eshell/em-prompt.el (eshell-prompt-face):
14174         * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
14175         * obsolete/old-whitespace.el (whitespace-highlight-face):
14176         * progmodes/antlr-mode.el (antlr-font-lock-default-face)
14177         (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
14178         (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
14179         (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
14180         (antlr-font-lock-literal-face):
14181         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
14182         (ebrowse-root-class-face, ebrowse-file-name-face)
14183         (ebrowse-default-face, ebrowse-member-attribute-face)
14184         (ebrowse-member-class-face, ebrowse-progress-face):
14185         * progmodes/make-mode.el (makefile-space-face):
14186         * progmodes/sh-script.el (sh-heredoc-face):
14187         * textmodes/flyspell.el (flyspell-incorrect-face)
14188         (flyspell-duplicate-face):
14189         * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
14190         * textmodes/texinfo.el (texinfo-heading-face):
14191         Mark face aliases with "-face" suffix as obsolete.
14193         * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
14194         compiler.
14196         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
14197         (eudc-bob-sound-menu): Use defvar rather than defconst, since
14198         easy-menu-define wants to modify these.
14200         * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
14202         * net/browse-url.el (browse-url-file-url):
14203         * term/internal.el (dos-codepage-setup):
14204         Use default-value rather than default-enable-multibyte-characters.
14206         * progmodes/etags.el (etags-goto-tag-location):
14207         * progmodes/flymake.el (flymake-highlight-line)
14208         (flymake-goto-file-and-line, flymake-goto-line):
14209         * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
14210         (gdb-goto-breakpoint):
14211         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
14212         * progmodes/python.el (python-find-function)
14213         (python-pdbtrack-track-stack-file):
14214         * progmodes/verilog-mode.el (verilog-surelint-off):
14215         * term/ns-win.el (ns-open-file-select-line):
14216         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
14217         Use forward-line rather than goto-line.
14219         * textmodes/reftex-cite.el (reftex-offer-bib-menu):
14220         * textmodes/reftex-index.el (reftex-display-index):
14221         * textmodes/reftex-ref.el (reftex-offer-label-menu):
14222         * textmodes/reftex-toc.el (reftex-toc):
14223         Remove unnecessary bindings of default-major-mode (all are followed by
14224         major-mode check and possible mode switch).
14226 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
14228         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
14229         Handle watchpoints (bug#4282).
14230         (def-gdb-thread-buffer-command): Enable thread to be selected by
14231         clicking without selecting threads buffer first.
14232         (gdb-current-context-command): Use selected frame so that "up",
14233         "down" etc work in the GUD buffer.
14234         (gdb-update): Find selected frame before rendering stack buffer.
14235         (gdb-frame-handler): Set gdb-frame-number for stack buffer.
14237 2009-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
14239         * progmodes/sym-comp.el (displayed-completions): Remove.
14240         (symbol-complete): Use minibuffer-complete.
14242 2009-08-31  Glenn Morris  <rgm@gnu.org>
14244         * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
14246         * apropos.el (apropos-symbols-internal):
14247         Handle (obsolete) face aliases.
14249         * faces.el (describe-face): Adjust the output format to be more like
14250         describe-variable, and to mention (obsolete) face aliases.
14251         Adjust the whitespace so that help-setup-xref works.
14253         * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
14254         * calendar/diary-lib.el (diary-button-face):
14255         Mark these face aliases as obsolete.
14257         * calendar/calendar.el (calendar-today): Doc fix.
14259 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
14261         * progmodes/gdb-mi.el (gdb-control-all-threads)
14262         (gdb-control-current-thread): Force tool bar update.
14263         (gdb-non-stop-handler): New function.
14264         (gdb-init-1): Use it to test if non-stop mode is supported.
14265         Remove unused gdbmi buffer type.
14267 2009-08-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
14269         * progmodes/grep.el (grep-read-files): Strip trailing <N> from
14270         buffer names not visiting a file (e.g. cloned buffers).  (Bug#4210)
14272 2009-08-30  Nick Roberts  <nickrob@snap.net.nz>
14274         * comint.el (comint-exec-1): Check command is non-null first.
14275         Part of gdb-mi.el change (2009-08-28).
14277 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14279         * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
14281 2009-08-30  Juanma Barranquero  <lekktu@gmail.com>
14283         * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
14284         instead of `dolist' to avoid a recursive require when bootstrapping.
14286 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14288         * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
14290         * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
14292         * net/imap.el (imap-send-command): Simplify.
14293         (imap-wait-for-tag): point-max -> buffer-size.
14295         * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
14297         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
14298         with constant argument.
14300         * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
14302         * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
14304         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
14305         Change default, since most of our files don't have a history.
14306         (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
14307         the user.
14309         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
14310         Add comint-run.
14312         * calc/calc.el: Improve commenting convention.
14313         (calc-digit-map, toplevel): Simplify.
14315         * comint.el (comint-insert-input): Be careful to only set point if we
14316         don't delegate to some other command.
14318         * proced.el (proced-signal-list): Make it an alist.
14319         (proced-grammar-alist): Capitalize names.
14320         (proced-send-signal): Use a non-hidden buffer (since it's displayed).
14321         Disable undo manually and make it read-only.
14322         Use completion-annotate-function.
14324         * minibuffer.el (minibuffer-message): If the current buffer is not
14325         a minibuffer, insert the message in the echo area rather than at the
14326         end of the buffer.
14327         (completion-annotate-function): New variable.
14328         (minibuffer-completion-help): Use it.
14329         (completion--embedded-envvar-table): Environment vars are
14330         always case-sensitive.
14332 2009-08-30  Glenn Morris  <rgm@gnu.org>
14334         * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
14335         from fortran-current-defun.
14336         (fortran-beginning-of-subprogram): Be more precise about finding the
14337         start, to avoid an infinite loop in end-of-defun.  (Bug#4259)
14338         (fortran-end-of-subprogram): Simplify.
14339         (fortran-current-defun): Use fortran-start-prog-re.
14341 2009-08-29  Juanma Barranquero  <lekktu@gmail.com>
14343         * subr.el (do-after-load-evaluation): Simplify.
14345 2009-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
14347         * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
14349         * vc-rcs.el (vc-rcs-print-log-cleanup): ... here.  New function.
14350         (vc-rcs-print-log): Use it.
14352         * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
14354 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14356         * paths.el (abbrev-file-name): Move to abbrev.el.
14357         * abbrev.el (abbrev-file-name): Move from paths.el.
14358         Obey user-emacs-directory.
14359         * calc/calc.el (calc-settings-file): Don't autoload and instead obey
14360         user-emacs-directory.
14361         * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
14362         abbrev-file-name and calc-settings-file any more.
14363         * startup.el (command-line): Recompute abbrev-file-name and
14364         abbreviated-home-dir.
14365         (normal-no-mouse-startup-screen): Improve the generic code and get rid
14366         of the special code for when C-h bindings haven't been changed.
14367         (display-startup-echo-area-message): Use with-current-buffer.
14368         (command-line-1): Use a list of strings, rather than a list of lists
14369         of strings for longopts.
14371         * files.el (get-free-disk-space): Use / for default-directory.
14373         * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
14374         Use with-current-buffer.
14376         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
14377         Recognize immutable variables like most-positive-fixnum.
14378         (byte-compile-setq-default): Check and warn if trying to assign
14379         to an immutable variable, or a non-variable.
14381         * progmodes/cc-vars.el (c-comment-continuation-stars):
14382         * progmodes/cc-engine.el (c-looking-at-bos):
14383         * progmodes/cc-cmds.el (c-toggle-auto-state)
14384         (c-forward-into-nomenclature, c-backward-into-nomenclature)
14385         (c-comment-line-break-function): Add version of obsolescence.
14387 2009-08-28  Juri Linkov  <juri@jurta.org>
14389         * files.el (magic-fallback-mode-alist): Add ZIP magic number
14390         associated with `archive-mode'.
14392         * image.el (image-type-header-regexps): Use only JPEG magic number
14393         to determine JPEG images, and don't use `image-jpeg-p' because
14394         Emacs can display non-JFIF non-Exif JPEG images.
14396 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
14398         * arc-mode.el (archive-mode):
14399         * emacs-lisp/re-builder.el (re-builder-unload-function):
14400         Protect against the default value of `major-mode' being nil.
14402 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
14404         * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
14405         Fix typos in docstrings.
14407         * progmodes/js.el (js--macro-decl-re): Doc fix.
14408         (js--plain-method-re, js--split-name): Refloc docstring.
14409         (js--class-styles, js--make-merged-item, js--splice-into-items):
14410         Fix typos in docstrings; reflow docstrings.
14411         (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
14412         (js--variable-decl-matcher, js--inside-pitem-p)
14413         (js--parse-state-at-point, js--get-all-known-symbols)
14414         (js--symbol-history, js-find-symbol, js--js-references)
14415         (js--moz-interactor, js--js-encode-value, js--read-tab):
14416         Fix typos in docstrings.
14418 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14420         * textmodes/reftex.el (reftex-get-file-buffer-force):
14421         * progmodes/verilog-mode.el (verilog-batch-execute-func):
14422         * emulation/viper.el (viper-go-away, viper-set-hooks):
14423         * emacs-lisp/re-builder.el (re-builder-unload-function):
14424         * emacs-lisp/bytecomp.el (byte-compile-file):
14425         * ses.el (ses-unload-function):
14426         * hexl.el (hexl-find-file):
14427         * files.el (normal-mode):
14428         * ehelp.el (with-electric-help):
14429         * autoinsert.el (auto-insert-alist):
14430         * arc-mode.el (archive-mode):
14431         Use (default-value 'major-mode) instead of default-major-mode.
14433         * textmodes/ispell.el (ispell-check-version, ispell-send-string):
14434         * international/mule.el (load-with-code-conversion):
14435         * emacs-lisp/debug.el (debug):
14436         * ediff-vers.el (ediff-rcs-get-output-buffer):
14437         * dired.el (dired-internal-noselect): Don't let-bind
14438         default-major-mode around code that doesn't use it.
14439         E.g. buffer creation via get-buffer-create doesn't use it.
14441 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
14443         * net/tramp.el (all): Replace "'(lambda" by "(lambda".
14444         (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
14445         when writing the temp file.  Otherwise, epa-file gets confused.
14446         (tramp-register-file-name-handlers): Make it a defun.  Move also
14447         `epa-file-handler' to the front of `file-name-handler-alist'.
14449 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14451         * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
14452         start right after a ^M.
14453         (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
14454         (tramp-completion-file-name-regexp-separate)
14455         (tramp-completion-file-name-regexp-url): Use \\` and \\'.
14456         (tramp-handle-file-attributes, tramp-set-file-uid-gid):
14457         Don't modify last-coding-system-used by accident.
14458         (tramp-completion-file-name-handler): Apply the checks here,
14459         instead during registration.
14460         (tramp-register-file-name-handlers): Renamed from
14461         `tramp-register-file-name-handler'.  Register both
14462         `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
14463         (tramp-register-completion-file-name-handler): Remove.  (Bug#4260)
14465 2009-08-28  Nick Roberts  <nickrob@snap.net.nz>
14467         * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
14468         Remove variable ...
14469         (gdb-init-1, gdb-display-separate-io-buffer)
14470         (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
14471         references to it.
14472         (gdb-inferior-io-mode): Use make-comint-in-buffer.
14473         (gdb-inferior-filter): Use comint-output-filter to stop
14474         echoing and remove ^M characters.
14476 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14478         * emulation/viper-init.el (viper-restore-cursor-type):
14479         * emulation/cua-base.el (cua--update-indications):
14480         Replace default-cursor-type with (default-value 'cursor-type).
14482         * mail/sendmail.el (mail-recover-1):
14483         * international/mule-diag.el (describe-current-coding-system-briefly)
14484         (describe-current-coding-system):
14485         * international/mule-cmds.el (select-safe-coding-system)
14486         (select-message-coding-system)
14487         (set-language-environment-coding-systems, set-locale-environment):
14488         * hexl.el (hexl-insert-multibyte-char):
14489         * dos-w32.el (find-buffer-file-type-coding-system):
14490         * simple.el (what-cursor-position):
14491         Replace uses of default-buffer-file-coding-system
14492         with (default-value 'buffer-file-coding-system).
14494         * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
14495         Replace uses of default-cursor-in-non-selected-windows
14496         with (default-value 'cursor-in-non-selected-windows).
14497         Use with-current-buffer.
14499         * mail/feedmail.el: Use CL macros.
14500         (feedmail-run-the-queue, feedmail-send-it-immediately):
14501         * dos-w32.el (find-buffer-file-type): Replace uses of
14502         default-buffer-file-type with (default-value 'buffer-file-type).
14504 2009-08-28  Glenn Morris  <rgm@gnu.org>
14506         * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
14507         (diary-show-all-entries, diary-mark-entries, diary-make-entry):
14508         Use default-value of major-mode rather than default-major-mode.
14510 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
14512         * Makefile.in (update-elcfiles): Report left over elc files.
14514         * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
14515         expand-file-name and with-current-buffer.
14516         (mail-get-names, mail-directory): Use with-current-buffer.
14518         * vc.el (vc-read-revision): New function.
14519         (vc-version-diff, vc-merge): Use it.
14521 2009-08-27  Sam Steingold  <sds@gnu.org>
14523         * simple.el (kill-do-not-save-duplicates): New user option.
14524         (kill-new): When it is non-nil, and the new string is the same as
14525         the latest kill, set replace to t to avoid duplicates in kill-ring.
14527 2009-08-27  Julian Scheid  <julians37@gmail.com>  (tiny change)
14529         * net/tramp.el (tramp-handle-process-file): Do not flush all
14530         caches when `process-file-side-effects' is set.
14531         (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
14532         instead of `tramp-find-file-exists-command'.
14533         Unset `process-file-side-effects'.
14535 2009-08-27  Michael Albinus  <michael.albinus@gmx.de>
14537         * net/tramp.el (tramp-methods): New method "rsyncc".
14538         (top): Add completion function for "rsyncc".
14539         (tramp-message-show-message): New defvar.
14540         (tramp-message, tramp-error): Use it.
14541         (tramp-do-copy-or-rename-file-directly): Extend check for direct
14542         remote copying.
14543         (tramp-do-copy-or-rename-file-out-of-band): Handle new
14544         `tramp-methods' entry `copy-env' of "rsyncc".
14545         (tramp-vc-registered-read-file-names): New defconst.
14546         (tramp-vc-registered-file-names): New defvar.
14547         (tramp-handle-vc-registered): Implement optimization strategy.
14548         (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
14549         (tramp-vc-file-name-handler): New defun.
14550         (tramp-get-ls-command, tramp-get-test-command)
14551         (tramp-get-file-exists-command, tramp-get-remote-ln)
14552         (tramp-get-remote-perl, tramp-get-remote-stat)
14553         (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
14555         * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
14556         (tramp-cache-inhibit-cache): Extend doc string.  It allows also
14557         timestamps.
14558         (tramp-get-file-property): Check for timestamps in
14559         `tramp-cache-inhibit-cache'.
14560         (tramp-set-file-property): Write timestamp.
14562 2009-08-27  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14564         * language/japan-util.el (japanese-symbol-table): Add entries for
14565         cp932-2-byte.
14567         * international/characters.el: Add category `j' to cp932-2-byte.
14569 2009-08-27  Kenichi Handa  <handa@m17n.org>
14571         * international/fontset.el (build-default-fontset-data): New macro.
14572         (setup-default-fontset): Use build-default-fontset-data for CJK,
14573         tibetan, ethiopic, and ipa.
14575 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
14577         * cus-start.el (default-major-mode): Customize `major-mode' instead.
14578         (enable-multibyte-characters): Not customizable any more.
14580         * subr.el (default-mode-line-format, default-header-line-format)
14581         (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
14582         (default-direction-reversed, default-truncate-lines)
14583         (default-left-margin, default-tab-width, default-case-fold-search)
14584         (default-left-margin-width, default-right-margin-width)
14585         (default-left-fringe-width, default-right-fringe-width)
14586         (default-fringes-outside-margins, default-scroll-bar-width)
14587         (default-vertical-scroll-bar, default-indicate-empty-lines)
14588         (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
14589         (default-fringe-cursor-alist, default-scroll-up-aggressively)
14590         (default-scroll-down-aggressively, default-fill-column)
14591         (default-cursor-type, default-buffer-file-type)
14592         (default-cursor-in-non-selected-windows)
14593         (default-buffer-file-coding-system, default-major-mode)
14594         (default-enable-multibyte-characters): Mark as obsolete.
14596 2009-08-27  Dan Nicolaescu  <dann@ics.uci.edu>
14598         * vc-dir.el (vc-dir-update): Remove debug helper.
14600         * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
14602 2009-08-26  Sam Steingold  <sds@gnu.org>
14604         * simple.el (save-interprogram-paste-before-kill): New user option.
14605         (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
14606         save the interprogram-paste into kill-ring before overriding it
14607         with the Emacs kill.
14609 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
14611         * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
14612         (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
14613         (vc-default-previous-revision): Rename to vc-rcs-previous-revision
14614         and move to vc-rcs.el.
14615         (vc-default-next-revision): Rename to vc-rcs-next-revision and
14616         move to vc-rcs.el.
14617         (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
14618         (vc-rcs-update-changelog): Remove.
14619         (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
14620         and move to vc-rcs.el.
14622         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
14623         (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
14624         renaming.
14625         (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
14626         (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
14627         vc.el, renamed to be RCS specific.
14629         * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
14630         New functions.
14631         (vc-cvs-update-changelog): Move here from vc.el.
14633         * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
14634         New functions.
14636 2009-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14638         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
14640 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
14642         * vc-git.el (vc-git-register): Use "git add" for directories.
14643         (vc-git-stash, vc-git-stash-show): New functions.
14644         (vc-git-extra-menu-map): Bind them.
14646         * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
14647         directory correctly in case the item is a directory itself.
14649         * vc.el: Document the desired behavior for reverted files in the
14650         `added' state.
14651         (vc-default-prettify-state-info): Remove function, unused.
14653         * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
14655 2009-08-26  Glenn Morris  <rgm@gnu.org>
14657         * bindings.el (standard-mode-line-format): Reposition dashes in
14658         which-func entry.  (Bug#4217)
14660         * files.el (enable-local-variables, enable-local-eval)
14661         (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
14662         the defcustoms.
14663         (auto-mode-alist, ignored-local-variables)
14664         (save-some-buffers-action-alist): Move risky declarations to the
14665         definitions.
14666         (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
14667         (font-lock-defaults, format-alist, imenu--index-alist)
14668         (imenu-generic-expression, input-method-alist, minor-mode-alist)
14669         (mode-line-buffer-identification, mode-line-client, mode-line-modes)
14670         (mode-line-modified, mode-line-mule-info, mode-line-position)
14671         (mode-line-process, mode-line-remote, outline-level)
14672         (parse-time-rules, rmail-output-file-alist)
14673         (special-display-buffer-names, vc-mode):
14674         Move risky declarations to the relevant files.
14675         * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
14676         (mode-line-modified, mode-line-process, mode-line-position)
14677         (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
14678         * font-core.el (font-lock-defaults):
14679         * format.el (format-alist):
14680         * vc-hooks.el (vc-mode):
14681         * window.el (special-display-buffer-names):
14682         * international/mule-cmds.el (input-method-alist):
14683         Define riskiness here (dumped file) rather than in files.el.
14684         * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
14685         * imenu.el (imenu-generic-expression, imenu--index-alist):
14686         * outline.el (outline-level):
14687         * time.el (display-time-string):
14688         * calendar/parse-time.el (parse-time-rules):
14689         * mail/rmailout.el (rmail-output-file-alist):
14690         Autoload riskiness here, rather than placing in files.el.
14692 2009-08-26  Andreas Schwab  <schwab@linux-m68k.org>
14694         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
14696 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
14698         * simple.el (process-file-side-effects): New defvar.
14700         * dired-aux.el (dired-show-file-type):
14701         * vc.el (vc-diff-internal):
14702         * vc-arch.el (vc-arch-diff):
14703         * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
14704         * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
14705         * vc-git.el (vc-git-registered, vc-git-working-revision)
14706         (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
14707         (vc-git--empty-db-p):
14708         * vc-hooks.el (vc-user-login-name):
14709         * vc-svn.el (vc-svn-registered, vc-svn-state)
14710         (vc-svn-dir-extra-headers, vc-svn-find-revision):
14711         * progmodes/grep.el (grep-probe): Let-bind
14712         `process-file-side-effects' with nil.
14714         * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
14716         * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
14717         daemon.  Replace ping by checking for running service for bluez
14718         and zeroconf.  (Bug#4239)
14720 2009-08-25  Kevin Ryde  <user42@zip.com.au>
14722         * net/dig.el (dig): Add autoload cookie.
14724 2009-08-25  Glenn Morris  <rgm@gnu.org>
14726         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
14727         load-history for absolute file-names.
14728         (byte-compile-file-form-require): Warn about use of the cl package.
14730         * format.el (format-alist): Doc fix.
14732         * play/bubbles.el (top-level): Don't require cl at run-time.
14734         * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
14735         run-time cl).
14737 2009-08-24  Dmitry Dzhus  <dima@sphinx.net.ru>
14739         * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
14740         from cl package.
14741         (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
14743 2009-08-24  Jay Belanger  <jay.p.belanger@gmail.com>
14745         * calc/calc-alg.el (math-trig-rewrite)
14746         (math-hyperbolic-trig-rewrite): New functions.
14747         (calc-simplify): Simplify trig functions when asked.
14749 2009-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14751         * diff-mode.el (diff-find-source-location): Avoid goto-line.
14753 2009-08-24  Kenichi Handa  <handa@m17n.org>
14755         * language/ind-util.el (mapthread): Delete it.
14756         (combinatorial): New function.
14757         (indian--puthash-cv): Use combinatorial instead of mapthread.
14759 2009-08-22  Kevin Ryde  <user42@zip.com.au>
14761         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
14762         (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
14763         (checkdoc-symbol-words): Add safe-local-variable for list of strings.
14764         Clarify docstring that the value is strings not symbols.
14765         (checkdoc-list-of-strings-p): New function.
14767 2009-08-22  Glenn Morris  <rgm@gnu.org>
14769         * files.el (auto-mode-alist):
14770         * hippie-exp.el (he-concat-directory-file-name):
14771         * lpr.el (lpr-windows-system, printer-name):
14772         * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
14773         * ps-print.el (ps-windows-system):
14774         * startup.el (command-line):
14775         * emulation/viper-ex.el (viper-glob-function):
14776         * international/mule-cmds.el (set-language-environment-coding-systems):
14777         * net/ange-ftp.el (ange-ftp-write-region):
14778         * obsolete/fast-lock.el (fast-lock-cache-name):
14779         Remove code for defunct system-types emx, macos, mswindows, next-mach,
14780         unisoft-unix, vax-vms, win32, w32.
14782         * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
14783         given name if the pattern is not more specific.
14785         * calendar/lunar.el (lunar-phase-names): New option.
14786         (lunar-phase): Doc fix.
14787         (lunar-cycles-per-year): New constant.
14788         (lunar-index): New function.
14789         (lunar-phase-list, diary-lunar-phases): Use lunar-index.
14790         (lunar-phase-name): Use lunar-phase-names.
14791         (calendar-lunar-phases): Use format.
14792         (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
14794         * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
14795         Copy imenu-example--name-and-position function here for own use.
14796         (cperl-xsub-scan): Use cperl-imenu-name-and-position.
14798         * bs.el (bs--redisplay):
14799         * cus-edit.el (custom-redraw):
14800         * ibuffer.el (ibuffer-bury-buffer):
14801         * server.el (server-goto-line-column):
14802         * startup.el (command-line-1):
14803         * strokes.el (strokes-xpm-for-stroke):
14804         * term.el (term-display-buffer-line):
14805         * view.el (View-goto-line):
14806         * calc/calc.el (calc-do, calc-trail-buffer):
14807         * play/gamegrid.el (gamegrid-add-score-insecure):
14808         * progmodes/ada-mode.el (ada-compile-goto-error):
14809         * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
14810         (ebrowse-select-1st-to-9nth):
14811         * progmodes/cperl-mode.el (cperl-time-fontification):
14812         * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
14813         * progmodes/gud.el (gud-display-line):
14814         (idlwave-shell-display-line):
14815         * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
14816         * progmodes/make-mode.el (makefile-browser-toggle):
14817         (vhdl-speedbar-port-copy, vhdl-compose-components-package):
14818         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
14819         * textmodes/picture.el (picture-draw-rectangle):
14820         * textmodes/reftex-index.el (reftex-index-goto-letter):
14821         (reftex-select-jump-to-previous):
14822         * textmodes/reftex-sel.el (reftex-find-start-point)
14823         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
14824         (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
14825         * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
14826         * textmodes/tex-mode.el (tex-compilation-parse-errors):
14827         * textmodes/two-column.el (2C-associated-buffer):
14828         Use forward-line rather than goto-line.
14830         * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
14831         goto-line.
14833         * international/ucs-normalize.el (nfd, decomposition-translation-alist)
14834         (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
14835         (quick-check-list-to-regexp): Declare.
14837         * progmodes/make-mode.el (makefile-browser-insert-selection):
14838         Use goto-char rather than goto-line.
14840         * progmodes/prolog.el (compilation-error-regexp-alist)
14841         (compilation-forget-errors): Declare.
14843 2009-08-22  Juri Linkov  <juri@jurta.org>
14845         * progmodes/grep.el (lgrep, rgrep): At the beginning
14846         set `dir' to `default-directory' unless `dir' is a non-nil
14847         readable directory.  (Bug#4052)
14848         (lgrep, rgrep): Change a weird way to report an error
14849         from using `read-string' to using `error'.
14850         Instead of using interactive arguments in the function body,
14851         add new argument `confirm'.
14853 2009-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14855         * textmodes/remember.el (remember-buffer):
14856         * progmodes/cperl-mode.el (cperl-vc-header-alist):
14857         * calendar/icalendar.el (icalendar-convert-diary-to-ical)
14858         (icalendar-extract-ical-from-buffer):
14859         * net/newst-treeview.el (newsticker-groups-filename):
14860         * net/newst-backend.el (newsticker-cache-filename):
14861         * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
14862         (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
14863         (speedbar-add-ignored-path-regexp, speedbar-line-path)
14864         (speedbar-buffers-line-path, speedbar-path-line)
14865         (speedbar-buffers-line-path):
14866         * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
14867         (epg-sign-keys):
14868         * epa.el (epa-display-verify-result):
14869         * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
14871 2009-08-21  Glenn Morris  <rgm@gnu.org>
14873         * progmodes/js.el (inferior-moz-process): Fix declaration.
14875         * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
14877         * obsolete/rnewspost.el (news-mail-reply):
14878         Use goto-char rather than goto-line.
14880         * term/ns-win.el (ns-open-file-select-line):
14881         Use line-beginning-position rather than goto-line.
14883         * apropos.el (apropos-command):
14884         * ehelp.el (electric-helpify):
14885         * printing.el (pr-show-setup):
14886         * strokes.el (strokes-help):
14887         * tutorial.el (tutorial--describe-nonstandard-key)
14888         (tutorial--detailed-help):
14889         * woman.el (woman-mini-help, woman-display-extended-fonts):
14890         * calc/calc-help.el (calc-describe-key):
14891         * emulation/edt.el (edt-electric-helpify):
14892         * international/mule-diag.el (mule-diag):
14893         * play/yow.el (apropos-zippy):
14894         * progmodes/python.el (python-describe-symbol):
14895         * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
14896         * textmodes/table.el (*table--cell-describe-mode)
14897         (*table--cell-describe-bindings):
14898         Use help-print-return-message rather than the now obsolete alias.
14900         * calendar/cal-move.el (calendar-cursor-to-nearest-date)
14901         (calendar-cursor-to-visible-date):
14902         * play/5x5.el (5x5-position-cursor):
14903         * play/decipher.el (decipher):
14904         * play/gomoku.el (gomoku-goto-xy):
14905         * play/landmark.el (lm-goto-xy):
14906         * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
14907         (mpuz-paint-digit):
14908         Use forward-line, not goto-line.
14910         * mail/rmail.el (rmail-obsolete): Delete custom group.
14911         (rmail-pop-password, rmail-pop-password-required): Make into aliases.
14912         (rmail-remote-password, rmail-remote-password-required):
14913         Remove unneeded :set-after and :set properties.
14915 2009-08-21  Michael Albinus  <michael.albinus@gmx.de>
14917         * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
14919 2009-08-21  Dan Nicolaescu  <dann@ics.uci.edu>
14921         * loadup.el: Remove leftover macos code.
14923         * vc-git.el (vc-git-annotate-command): Run asynchronously.
14924         Explicitly pass the date format to git blame so that user local
14925         so that the output format can be parsed.
14927 2009-08-20  Michael Albinus  <michael.albinus@gmx.de>
14929         * net/dbus.el (top): Don't check for (getenv
14930         "DBUS_SESSION_BUS_ADDRESS").  It's done in dbusbind.c now.
14932 2009-08-19  Magnus Henoch  <magnus.henoch@gmail.com>
14934         * log-edit.el (log-edit-strip-single-file-name): New var.
14935         (log-edit-insert-changelog): Use it.  Bug#3571
14937 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
14939         * subr.el (read-passwd): Use read-key so keypad keys work as well.
14940         Bug#3287
14942         * help.el (help-print-return-message): Rename from
14943         print-help-return-message.
14945         * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
14946         cvs-mode-map parent hack.
14947         (log-view-mode): Derive from special-mode.
14949         * linum.el (linum-mode): window-size-change-functions is redundant.
14950         Adapt to new window-configuration-change-hook behavior.
14951         (linum-after-size, linum-after-config): Remove.
14953         * imenu.el (imenu-example--name-and-position)
14954         (imenu-example--lisp-extract-index-name)
14955         (imenu-example--create-lisp-index, imenu-example--create-c-index):
14956         Mark as obsolete.
14958         * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
14959         (inferior-prolog-mode): Use it.
14960         (inferior-prolog-load-file): Reset list of errors.
14962 2009-08-19  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14964         * language/tibetan.el ("Tibetan"): Fix sample-text entry.
14966         * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
14968 2009-08-19  Michael Albinus  <michael.albinus@gmx.de>
14970         * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
14971         is running already.
14973 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
14975         * subr.el (listify-key-sequence-1): Use normal syntax since those
14976         integers are nowadays always represented by the same (positive) number
14977         on all platforms.
14978         (read-key-empty-map): New const.
14979         (read-key-delay): New var.
14980         (read-key): New function.
14981         (force-mode-line-update): Use with-current-buffer.
14982         (locate-user-emacs-file): Don't forget to abbreviate the file name.
14983         (start-process-shell-command, start-file-process-shell-command):
14984         Discourage the use of command-args.
14986 2009-08-19  Glenn Morris  <rgm@gnu.org>
14988         * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
14990 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
14992         * simple.el (choose-completion-string): Don't rely on
14993         minibuffer-completing-file-name and ad-hoc checks to decide whether
14994         to continue completion or not.
14996         * minibuffer.el (minibuffer-hide-completions): New function.
14997         (completion--do-completion): Use it.
14998         (completions-annotations): New face.
14999         (completion--insert-strings): Use it.
15000         (completion-pcm--delim-wild-regex): Add docstring.
15001         (completion-pcm--string->pattern): Add support for 0-width delimiters
15002         in completion-pcm--delim-wild-regex.
15004 2009-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
15006         * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
15007         Remove unused var `buffer-modified-p'.
15009         * minibuffer.el (completion--do-completion): Move point for the #b001
15010         case as well (bug#4176).
15011         (minibuffer-complete, minibuffer-complete-word): Don't move point.
15013 2009-08-18  Michael Albinus  <michael.albinus@gmx.de>
15015         * net/dbus.el (dbus-init-bus): Declare.  Apply it for the :system
15016         and :session buses.
15018 2009-08-18  Kenichi Handa  <handa@m17n.org>
15020         * international/ucs-normalize.el (ucs-normalize-version):
15021         Change to 1.1.
15022         (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
15023         (utf-8-hfs): Make it perform normalization on encoding too.
15025         * textmodes/paragraphs.el: Change to utf-8.  Adjust coding cookie.
15026         (sentence-end-without-space): Delete duplicated chars.
15027         (sentence-end-base): Likewise.
15029         * textmodes/sgml-mode.el: Change to utf-8.  Adjust coding cookie.
15030         (html-mode): Delete duplicated chars from sentence-end-base.
15032         * textmodes/texinfo.el: Change to utf-8.  Adjust coding cookie.
15033         (texinfo-mode): Delete duplicated chars from sentence-end-base.
15035 2009-08-17  Chong Yidong  <cyd@stupidchicken.com>
15037         * files.el (hack-one-local-variable): If the mode function is for
15038         a minor mode, pass it an argument (Bug#4148).
15040 2009-08-17  Michael Albinus  <michael.albinus@gmx.de>
15042         * net/tramp.el (tramp-register-completion-file-name-handler):
15043         Check also for (member 'partial-completion completion-styles).
15045 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
15047         * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
15048         abbrev (Bug#3943).
15050 2009-08-16  Ilya Zakharevich  <ilyaz@cpan.org>
15052         * progmodes/cperl-mode.el: Merge upstream 6.2.
15053         (cperl-mode-syntax-table): Modify syntax entry for ["'`].
15054         (cperl-forward-re): Check cperl-brace-recursing.
15055         (cperl-highlight-charclass): New function.
15056         (cperl-find-pods-heres): Use it.
15057         (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
15058         (cperl-beautify-regexp-piece): Fix column calculation.
15059         (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
15060         (cperl-beautify-level): Don't process entire regexp.
15061         (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
15062         calling man.
15063         (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
15064         (cperl-init-faces): Build a list in the normal way.
15066 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
15068         * calendar/parse-time.el (parse-time-string-chars): Save match
15069         data.
15071 2009-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
15073         * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
15074         (sql-product): Use it.
15075         (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
15076         (sql-set-product): Add completion.
15077         (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
15078         (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
15079         (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
15080         (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
15081         (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
15082         (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
15083         (sql-highlight-db2-keywords): Remove.
15084         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
15085         (sql-highlight-product): Use derived-mode-p.
15086         (sql-set-sqli-buffer): Use with-current-buffer.
15087         (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
15088         Simplify.
15090         * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
15092         * term.el: Fix commenting convention, turn comments into docstrings.
15094 2009-08-16  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
15096         * whitespace.el (whitespace-style): Doc fix (Bug#3661).
15098 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
15100         * calendar/parse-time.el (parse-time-string-chars): Compute using
15101         character classes, to handle non-ascii characters (Bug#3190).
15103 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
15105         * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
15106         another heredoc if the user adds another < (Bug#3226).
15108         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
15109         Don't initialize based on window-system (Bug#4124).
15111         * facemenu.el (facemenu-read-color): Use a completion function
15112         that accepts any defined color, such as RGB triplets (Bug#3677).
15114         * files.el (get-free-disk-space): Change fallback default
15115         directory to /.  Expand DIR argument before switching to fallback.
15116         Suggested by Kevin Ryde (Bug#2631, Bug#3911).
15118 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
15120         * files.el (load-library): Doc fix.
15122 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
15124         * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
15125         (viper-if-string): Redefine C-s in the minibuffer to insert the last
15126         incremental search string.
15128         * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
15129         XEmacs.
15131         * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
15132         (ediff-merge-region-is-non-clash)
15133         (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
15134         Also check if the job is really a merge job.
15136         * ediff.el (ediff-current-file): New function.
15138 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
15140         * progmodes/js.el: Edit docstrings throughout to follow Emacs
15141         conventions.
15142         (js-insert-and-indent): Delete function.
15143         (js-mode-map): Don't bind keys to js-insert-and-indent.
15144         (js-beginning-of-defun): Rename from js--beginning-of-defun.
15145         (js-end-of-defun): Rename from js--end-of-defun.
15146         (js-auto-indent-flag): Delete variable.
15148 2009-08-14  Chong Yidong  <cyd@stupidchicken.com>
15150         * progmodes/js.el: Remove proclaim statement.
15151         Defvar which-func-imenu-joiner-function to silence compiler.
15153         * files.el (auto-mode-alist): Use js-mode for .js files.
15155         * progmodes/js2-mode.el: Remove file.
15157         * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
15159         * speedbar.el (speedbar-supported-extension-expressions): Add .js.
15161         * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
15163 2009-08-14  Daniel Colascione  <dan.colascione@gmail.com>
15164             Karl Landstrom  <karl.landstrom@brgeight.se>
15166         * progmodes/js.el: New file.
15168 2009-08-14  Mark A. Hershberger  <mah@everybody.org>
15170         * timezone.el (timezone-parse-date): Add ability to understand ISO
15171         basic format (minimal separators) dates in addition to the
15172         already-supported extended format dates.
15174 2009-08-14  Eli Zaretskii  <eliz@gnu.org>
15176         * international/ucs-normalize.el: Add a `coding' file variable.
15178         * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
15180 2009-08-14  Sam Steingold  <sds@gnu.org>
15182         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
15184 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
15186         * faces.el (help-argument-name): Define it here instead of
15187         help-fns.el, because in daemon mode help-fns.el may be loaded when
15188         faces are still uninitialized (Bug#1078).
15190         * help-fns.el (help-argument-name): Move defface to faces.el.
15192 2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
15194         * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
15195         create buffer with a pty but no process so that GDB can make the
15196         inferior the controlling process.
15198 2009-08-13  Taichi Kawabata  <kawabata.taichi@gmail.com>
15200         * international/ucs-normalize.el: New file.
15202 2009-08-13  Richard Stallman  <rms@gnu.org>
15204         * mail/rmail.el (rmail-get-attr-names):
15205         Accept an attribute header that is too short.
15207         * mail/rmail.el (rmail-forget-messages):
15208         Ignore nil elt in rmail-message-vector.  Use dotimes.
15210         * progmodes/compile.el (compilation-goto-locus):
15211         Use next-error-move-function.
15213         * simple.el (next-error-move-function): New variable.
15215 2009-08-12  Juri Linkov  <juri@jurta.org>
15217         * progmodes/grep.el (lgrep): Ensure that `default-directory' is
15218         always non-nil.  (Bug#4052)
15220         * replace.el (read-regexp): Return empty string when
15221         `default-value' is nil.
15222         (keep-lines-read-args): Don't use empty string as the
15223         default value for `read-regexp'.  (Bug#2495)
15225 2009-08-12  Juri Linkov  <juri@jurta.org>
15227         * international/mule-cmds.el (ucs-insert): Change arguments
15228         from `arg' to `character', `count', `inherit' to be the same
15229         as in `insert-char'.  Doc fix.  (Bug#4039)
15231         * international/mule-conf.el (utf-16be-with-signature): Doc fix.
15233 2009-08-12  Juri Linkov  <juri@jurta.org>
15235         * files-x.el: New file.
15237         * files.el: Move code that deals with adding/deleting
15238         file/directory-local variables to files-x.el.
15240         * Makefile.in (ELCFILES): Add files-x.elc.
15242 2009-08-11  Dmitry Dzhus  <dima@sphinx.net.ru>
15244         * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
15245         to use `goto-line'.
15246         (gdb-place-breakpoints, gdb-get-location): Rewritten without
15247         `goto-line'.
15248         (gdb-invalidate-disassembly): Do not refresh upon receiving
15249         'update signal.  Instead, update all disassembly buffers only after
15250         threads list.
15251         (gdb): Send -target-detach when buffer is killed (Bug#3794).
15252         (gdb-starting): Moved -data-list-register-names...
15253         (gdb-stopped): ...here so it's sent when first thread stops.
15254         (gdb-registers-handler-custom): Do nothing if register names are
15255         unknown yet.
15257         * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
15258         from `gdb-mi.el' to avoid extra tangling.
15260         * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
15261         change which breaks `gud-def' definitions used in `gdb'.
15262         (gdb-update-gud-running): No extra fuss for updating frame number.
15264 2009-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15266         * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
15267         (describe-language-environment-map, setup-language-environment-map)
15268         (set-coding-system-map): Move initialization into declaration.
15269         (set-language-info-alist): Last arg to define-key-after can be skipped.
15271         * international/quail.el (quail-completion-1): Simplify.
15272         (quail-define-rules): Use slightly more compact code.
15273         (quail-insert-decode-map): Propertize keys, compact columns.
15275         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
15276         Add goto-line.
15278 2009-08-10  Miles Bader  <miles@gnu.org>
15280         * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
15281         (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
15282         (js2-instance-member, js2-private-member, js2-private-function-call)
15283         (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
15284         (js2-magic-paren, js2-external-variable):
15285         Remove "-face" suffix from face names.
15286         (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
15287         (js2-highlight-undeclared-vars, js2-peek-token)
15288         (js2-parse-function-params, js2-mode-show-errors)
15289         (js2-mode-show-warnings, js2-make-magic-delimiter)
15290         (js2-mode-highlight-magic-parens): Update to use new face names.
15292 2009-08-09  Michael Albinus  <michael.albinus@gmx.de>
15294         * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
15295         (tramp-handle-insert-directory): Handle "--dired".  (Bug#4075)
15297 2009-08-09  Chong Yidong  <cyd@stupidchicken.com>
15299         * subr.el: Provide hashtable-print-readable.
15301         * progmodes/hideshow.el (hs-special-modes-alist): Don't use
15302         hs-c-like-adjust-block-beginning.
15303         (hs-hide-block-at-point): Stop hiding at the beginning of
15304         hs-block-end-regexp (Bug#700).
15306 2009-08-09  Dmitry Dzhus  <dima@sphinx.net.ru>
15308         * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
15309         a macro.
15310         (gdb-registers-handler-custom): Do not fail when register names
15311         are unavailable.
15313 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
15315         * progmodes/gdb-mi.el (gdb-control-all-threads)
15316         (gdb-control-current-thread): Interactive setters for
15317         `gdb-gud-control-all-threads' to use in menu.
15318         (gdb-show-run-p): Show «Go» when process is not active.
15319         (gud-tool-bar-map): Add non-stop/A,T indicator.  Uses
15320         gud/thread.xpm and gud/all.xpm.
15322 2009-08-08  Yoni Rabkin  <yoni@rabkins.net>
15324         * net/net-utils.el (net-utils-font-lock-keywords): New var.
15325         (nslookup-font-lock-keywords): Make it a variable.
15326         (net-utils-mode): New mode for viewing diagnostic network output.
15327         (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
15328         (net-utils-run-simple): New function.
15329         (ifconfig, iwconfig, netstat, arp, route): Use it.
15331 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
15333         * progmodes/gdb-mi.el (gdb-read-memory-custom)
15334         (gdb-memory-set-address, def-gdb-set-positive-number)
15335         (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
15336         after changing settings.
15337         (gdb-invalidate-disassembly): Update when first shown.
15338         (gdb-edit-locals-value): Fixed.
15339         (gdb-registers-handler-custom): Print registers in right order and
15340         allow changing register values (only for current thread yet).
15341         (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
15342         (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
15343         (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
15344         (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
15345         info in mode name.
15346         (gdb-registers-mode-map): TAB to switch to locals.
15348 2009-08-08  Eli Zaretskii  <eliz@gnu.org>
15350         * mail/rmail.el (rmail-add-mbox-headers)
15351         (rmail-set-message-counters-counter): Search for
15352         rmail-unix-mail-delimiter instead of just "From ".  (Bug#4076)
15354 2009-08-08  Glenn Morris  <rgm@gnu.org>
15356         * Makefile.in (ELCFILES): Update.
15358 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
15360         * mail/sendmail.el (mail-yank-original): Set
15361         buffer-file-coding-system from the one used by the message whose
15362         text is yanked.
15364         * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
15365         to "windows" when "pgnuplot" is used.
15366         (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
15367         call accept-process-output if "pgnuplot" is used.
15368         (calc-graph-init): Don't send -display and -geometry to
15369         "pgnuplot".  If "pgnuplot" is used, glean gnuplot version by
15370         running "pgnuplot -V" with shell-command-to-string.
15372         * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
15373         the default.
15375 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
15377         * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
15378         org/org-latex.elc.
15380 2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
15382         * vc-dispatcher.el (vc-resynch-window): Update comment.
15384         * term.el (term-handle-ansi-escape): Add comments with the
15385         terminfo capabilities implemented.
15387 2009-08-06  Dmitry Dzhus  <dima@sphinx.net.ru>
15389         * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
15390         (gdb-var-create-handler): Rewritten using JSON parser.
15391         (gdb-propertize-header): Moved earlier.
15392         (gdb-set-header): Removed to avoid duplication.
15393         (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
15394         Refresh disassembly buffers only after threads list have been
15395         update.
15396         (gdb-threads-header, gdb-registers-header): Per-buffer header line
15397         variables.
15399 2009-08-04  Juri Linkov  <juri@jurta.org>
15401         * files.el: Commands to add/delete file/directory-local variables.
15402         (read-file-local-variable, read-file-local-variable-value)
15403         (read-file-local-variable-mode, modify-file-local-variable)
15404         (modify-file-local-variable-prop-line)
15405         (modify-dir-local-variable): New functions.
15406         (add-file-local-variable, delete-file-local-variable)
15407         (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
15408         (add-dir-local-variable, delete-dir-local-variable)
15409         (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
15410         (copy-dir-locals-to-file-locals-prop-line): New commands.
15412 2009-08-04  Chong Yidong  <cyd@stupidchicken.com>
15414         * abbrev.el (insert-abbrev-table-description): Prettify output.
15415         Suggested by Karl Chen.
15417 2009-08-04  Dmitry Dzhus  <dima@sphinx.net.ru>
15419         * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
15420         (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
15421         (gdb-overlay-arrow-position, gdb-thread-position)
15422         (gdb-disassembly-position): Declare variables.
15423         (gdb-wait-for-pending): Function now.
15424         (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
15425         (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
15426         compilation goes smoothly.
15427         (gdb, gdb-non-stop, gdb-buffers): New customization groups.
15428         (gdb-non-stop-setting): New customization setting which replaces
15429         `gdb-non-stop' so changing it doesn't break active GDB session.
15430         (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
15431         (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
15432         (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
15433         (gdb-show-threads-by-default): New customization options.
15434         (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
15435         routines.
15436         (gdb-get-buffer-create): Send buffers update signal when they are
15437         created.
15438         (gdb-invalidate-locals, gdb-invalidate-registers)
15439         (gdb-invalidate-breakpoints)
15440         (gdb-invalidate-threads, gdb-invalidate-disassembly)
15441         (gdb-invalidate-memory): Accept update signal.
15442         (gdb-current-context-command): Use --frame option.
15443         (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
15444         Implement `gdb-frame-number' selection logic.
15445         (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
15446         whether to show GUD toolbar buttons.
15447         (gdb-thread-exited): Unselect current thread when it exits.
15448         (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
15449         (gdb-mark-line): Routine which sets overlay arrow or inverses
15450         video on fringeless displays.
15451         (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
15452         to build aligned columns of data in GDB buffers and set text
15453         properties line-by-line.
15454         (gdb-invalidate-breakpoints)
15455         (gdb-breakpoints-list-handler-custom)
15456         (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
15457         (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
15458         (gdb-registers-handler-custom): Align data columns.
15459         (gdb-locals-handler-custom): Now prints data like in variable
15460         declarations.
15461         (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
15462         Removed confusing buttons.
15463         (gdb-invalidate-threads): Append --frame.
15464         (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
15465         between breakpoints/threads buffers.
15466         (gdb-set-window-buffer): Now can ignore dedicated windows.
15467         (gdb-propertize-header): Use `gdb-set-window-buffer'.
15468         (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
15469         (def-gdb-thread-buffer-gud-command): Replaces
15470         `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
15471         for fine thread control.
15472         (gdb-preempt-existing-or-display-buffer): New function used to
15473         display bound buffers without breaking window layout.
15474         (gdb-frame-location): Replaces `gdb-insert-frame-location'.
15475         (gdb-select-frame): New version of `gdb-frames-select' which now
15476         sets `gdb-frame-number' so commands may use --frame option instead
15477         of inner debugger state.
15478         (gdb-frame-handler): Do not set `gdb-frame-number'.
15479         (gdb-threads-mode-map): Select threads with mouse.
15481         * progmodes/gud.el (gdb-gud-context-call): Declare function to
15482         avoid compilation warning.
15483         (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
15484         `gdb-show-stop-p`.
15486         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
15487         Argument `key' renamed to `buffer-type'.
15488         (gdb-current-context-buffer-name): Do not add thread info to
15489         buffer name when no thread is selected.
15490         (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
15491         command (bug 3794).
15492         (gdb-thread-selected): Handle `=thread-selected' notification.
15493         (gdb-wait-for-pending): New macro to deal with congestion problems.
15494         (gdb-breakpoints-list-handler-custom): Don't fail on pending
15495         breakpoints.
15496         (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
15497         This fixes problem similar to one described in bug 3947.
15498         (gud-menu-map): More menu items.
15499         (gdb-init-1): Reset `gdb-thread-number' to nil.
15501         * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
15502         non-stop settings.
15504         * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
15505         (gdb-current-context-command): Do not append --thread if
15506         `gdb-thread-number' is nil.
15507         (gdb-running-threads-count, gdb-stopped-threads-count): New
15508         variables.
15509         (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
15510         (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
15511         customization options.
15512         (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
15513         GUD commands.
15514         (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
15515         (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
15516         (gdb-setq-thread-number, gdb-update-gud-running): New functions to
15517         set `gdb-thread-number' and update `gud-running' properly.
15518         (gdb-running): Update threads list when new threads appear.
15519         (gdb-stopped): Support non-stop operation and new thread switching
15520         logic.
15521         (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
15522         (gdb-json-partial-output): New set of JSON routines.
15523         (def-gdb-auto-update-trigger): New `signal-list' optional
15524         argument.
15525         (gdb-thread-list-handler-custom): Update `gud-running',
15526         `gdb-stopped-threads-count' and `gdb-running-threads-count'.
15527         (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
15528         (gdb-continue-thread, gdb-step-thread): New commands for fine
15529         thread execution control.
15530         (gud-menu-map): New menu items to switch non-stop options.
15531         (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
15532         (gdb-send): Mimic RET properly (bug 3794).
15534         * progmodes/gdb-mi.el (gdb-rules-name-maker)
15535         (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
15536         gdb-buffer-rules.
15537         (def-gdb-auto-update-handler): New nopreserve optional argument.
15538         (gdb-stack-list-frames-custom): Print stack from top to bottom.
15540         * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
15541         (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
15542         (gdb-parent-mode): New mode to derive other GDB modes from.
15543         (gdb-display-disassembly-for-thread)
15544         (gdb-frame-disassembly-for-thread): New commands for threads
15545         buffer.
15547         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
15548         (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
15549         (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
15550         (gdb-update): We now store all GDB buffers in a list so that they
15551         can be updated by traversing a list instead of calling invalidate
15552         triggers explicitly.
15553         (def-gdb-trigger-and-handler): New macro to define trigger-handler
15554         pair for GDB buffer.
15555         (gdb-stack-buffer-name): Add thread information.
15556         (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
15557         handle pending triggers.
15558         (gdb-threads-mode-map, def-gdb-thread-buffer-command)
15559         (def-gdb-thread-buffer-simple-command)
15560         (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
15561         (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
15562         (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
15563         New commands which show buffers bound to thread.
15564         (gdb-stack-list-locals-regexp): Removed unused regexp.
15566         * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
15567         (gdb-locals-buffer-name, gdb-registers-buffer-name)
15568         (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
15569         to (gud-comint-buffer) in *-buffer-name functions
15570         because (gdb-get-target-string) already does that.
15571         (gdb-locals-handler-custom, gdb-registers-handler-custom)
15572         (gdb-changed-registers-handler): Rewritten without regexps.
15574         * progmodes/gdb-mi.el: Basic thread selection support.
15575         (gdb-thread-number): New variable.
15576         (gdb-current-context-command): New macro which adds --thread
15577         option to command.
15578         (gdb-threads-mode-map): Select thread with SPC.
15579         (gdb-thread-list-handler-custom): Mark current thread with overlay
15580         arrow.  Synchronize GDB thread and Emacs thread.
15581         (gdb-select-thread): New command which selects current thread.
15582         (gdb-invalidate-frames, gdb-invalidate-locals)
15583         (gdb-invalidate-registers): Use --thread option.
15585 2009-08-04  Michael Albinus  <michael.albinus@gmx.de>
15587         * net/tramp.el (top): Make check for tramp-gvfs loading more
15588         robust.  (Bug#3977)
15589         (tramp-handle-insert-file-contents): `unwind-protect' must be
15590         inside `with-parsed-tramp-file-name'.
15592         * net/tramp-gvfs.el (top): Remove superfluous message when loading
15593         fails.
15595 2009-08-03  Nick Roberts  <nickrob@snap.net.nz>
15597         * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
15598         directory if CLASSPATH is not set.
15600 2009-08-03  Michael Albinus  <michael.albinus@gmx.de>
15602         * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
15603         New defconst.
15604         (tramp-rfn-eshadow-update-overlay): Use it.  (Bug#4004)
15606 2009-08-02  Kevin Ryde  <user42@zip.com.au>
15608         * net/newst-backend.el (newsticker--raw-url-list-defaults):
15609         Update freshmeat link.  Delete newsforge.com as it seems gone.
15611 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
15613         * select.el (x-set-selection): Doc fix (Bug#4021).
15615         * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
15617         * help-fns.el (describe-variable): Treat list return values from
15618         dir-locals-find-file properly (Bug#4005).
15620 2009-08-02  Julian Scheid  <julians37@googlemail.com>  (tiny change)
15622         * net/tramp.el (tramp-debug-message): Print also microseconds.
15624 2009-08-02  Michael Albinus  <michael.albinus@gmx.de>
15626         * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
15627         or END is non-nil.
15628         (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
15629         (tramp-get-debug-buffer): Change `outline-regexp' according to new
15630         format.
15632         * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
15633         (tramp-get-file-property): Use it.
15635         * autorevert.el (auto-revert-handler): Allow
15636         `auto-revert-tail-mode' for remote files.
15638 2009-08-02  Jason Rumney  <jasonr@gnu.org>
15640         * minibuffer.el (read-file-name): Treat confirm options to
15641         MUSTMATCH as nil when invoking x-file-dialog.  (Bug#3969)
15643 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
15645         * font-lock.el (font-lock-string-face, font-lock-builtin-face)
15646         (font-lock-variable-name-face, font-lock-constant-face): Darken
15647         the colors for light backgrounds.
15649 2009-08-01  Eli Zaretskii  <eliz@gnu.org>
15651         * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
15652         month names.  (Bug#3987)
15654 2009-07-31  Chong Yidong  <cyd@stupidchicken.com>
15656         * simple.el (line-move-finish): Pass whole number to
15657         line-move-to-column.
15658         (line-move-visual): Perform hscroll to the recorded position.
15660 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
15662         * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
15664 2009-07-29  Alan Mackenzie  <acm@muc.de>
15666         * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
15668 2009-07-29  Dmitry Dzhus  <dima@sphinx.net.ru>
15670         * progmodes/gdb-mi.el (gdb-goto-breakpoint)
15671         (gdb-place-breakpoints): Use full path when setting breakpoints.
15673 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
15675         * calc/calc.el (calc-mode-map): Add keybinding for
15676         `calc-transpose-lines'.
15678 2009-07-29  Vincent Belaïche  <vincent.belaiche@gmail.com>
15680         * calc/calc-misc.el (calc-transpose-lines): New function.
15682 2009-07-28  Michael Albinus  <michael.albinus@gmx.de>
15684         * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
15685         Simplify check for out-of-band methods.
15686         (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
15687         remote.  Remove messages which are in `tramp-do-copy-or-rename-file'.
15689 2009-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
15691         * vc-git.el (vc-git-checkin): Fix typo.
15693 2009-07-28  Steve Yegge  <steve.yegge@gmail.com>
15695         * progmodes/js2-mode.el: New file.
15697 2009-07-28  Nick Roberts  <nickrob@snap.net.nz>
15699         * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
15700         (gud-menu-map): Adjust tooltip accordingly.
15702 2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
15704         * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
15705         (vc-bzr-log-view-mode): Adjust log-view-file-re.
15707         * add-log.el (change-log-mode-map): Add a menu.
15709 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
15711         * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
15712         function returns nil.
15713         (dbus-handle-event): Handle special return value :ignore.
15714         Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
15716 2009-07-26  Chong Yidong  <cyd@stupidchicken.com>
15718         * view.el (view-mode-enable): Don't define Helper-return-blurb if
15719         it's not needed.
15721 2009-07-25  Eli Zaretskii  <eliz@gnu.org>
15723         Fix Bug#3888:
15725         * w32-vars.el (x-select-enable-clipboard): Doc fix.
15727         * term/pc-win.el (x-display-name, x-colors)
15728         (x-select-enable-clipboard, x-select-text): Doc fix.
15730         * term/common-win.el (x-display-name, x-colors): Doc fix.
15732         * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
15733         (xw-defined-colors): Doc fix.
15735         * w32-fns.el (x-select-text, x-setup-function-keys)
15736         (x-get-selection, x-set-selection): Doc fix.
15738         * term/x-win.el (x-select-text, x-setup-function-keys)
15739         (x-select-enable-clipboard, xw-defined-colors): Doc fix.
15741         * select.el (x-set-selection): Doc fix.
15743 2009-07-25  Michael Albinus  <michael.albinus@gmx.de>
15745         * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
15746         instead of "IsNSSSupportAvailable".  Avahi ought to work also when
15747         "IsNSSSupportAvailable" method is not available.  Reported by
15748         Steve Youngs <steve@sxemacs.org>.
15750 2009-07-24  Kenichi Handa  <handa@m17n.org>
15752         * international/characters.el: Fix setting of category ?C, ?|, ?K,
15753         and ?H.  Fix setting of case for Latin Extended and Greek Extended.
15754         (build-unicode-category-table): Fix range checks.
15756 2009-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
15758         * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
15759         the buffer we try to sync is current when calling
15760         vc-resynch-buffer.
15762         * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
15763         not show up to date files.
15765 2009-07-24  Glenn Morris  <rgm@gnu.org>
15767         * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
15768         Add autoload cookies.  If necessary, initialize.
15769         (elint-log): Handle non-file buffers.
15770         (elint-initialize): Add optional argument to reinitialize.
15771         (elint-find-builtin-variables): Save excursion.
15773 2009-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
15775         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
15776         for Lint.
15778 2009-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
15780         * vc.el (vc-print-log-internal): New function, split out from ...
15781         (vc-print-log): ... here.
15782         (vc-dir-move-to-goal-column): Declare.
15784         * vc-git.el (vc-git-add-signoff): New variable.
15785         (vc-git-checkin): Use it.
15786         (vc-git-toggle-signoff): New function.
15787         (vc-git-extra-menu-map): Bind it to menu.
15788         (vc-git--run-command-string): Accept a nil FILE argument.
15789         (vc-git-stash-list): New function.
15790         (vc-git-dir-extra-headers): Use it.
15792 2009-07-23  Glenn Morris  <rgm@gnu.org>
15794         * help-fns.el (describe-variable): Describe ignored and risky local
15795         variables in a similar way to that in which we describe safe ones.
15797         * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
15798         (byte-compile-output-file-form, byte-compile-output-docform)
15799         (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
15800         Give some more local variables with common names a "bytecomp-" prefix,
15801         so as not to shadow things during compilation.
15802         * emacs-lisp/cl-macs.el (load-time-value)
15803         * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
15804         `outbuffer' to `bytecomp-outbuffer'.
15806         * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
15807         since the next two variables cover them automatically now.
15808         (elint-builtin-variables, elint-autoloaded-variables): New.
15809         (elint-unknown-builtin-args): Remove all members, since they can be
15810         parsed automatically now.
15811         (elint-extra-errors): New.
15812         (elint-env-add-env, elint-env-add-macro): Use cadr.
15813         (elint-current-buffer): Use or.  Change final message.
15814         (elint-get-top-forms): Use line-end-position.
15815         (elint-init-env): Use cadr.  Handle autoload, declare-function,
15816         and defalias.
15817         (elint-add-required-env): Doc fix.  Use or.  Standardize error.
15818         (regexp-assoc): Remove unused function.
15819         (elint-top-form): Set elint-current-pos, to record the start of the
15820         top-level form, for compilation-mode.
15821         (elint-form): Trap errors in macro expansion.  Use dolist.
15822         (elint-unbound-variable): Use elint-builtin-variables and
15823         elint-autoloaded-variables.
15824         (elint-get-args): Use cadr, or.
15825         (elint-check-cond-form): Use dolist, cadr.
15826         (elint-check-condition-case-form): Doc fix.  Use cadr.
15827         Use elint-extra-errors.
15828         (elint-log): New function.
15829         (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
15830         Distinguish errors and warnings.
15831         (elint-log-message): Use with-current-buffer.  Inhibit read-only.
15832         Use a bytecomp-style format.
15833         (elint-clear-log): Preserve default-directory.  Inhibit read-only.
15834         (elint-get-log-buffer): Use compilation mode.  Disable undo.
15835         Don't truncate lines.
15836         (elint-initialize): Set builtin and autoloaded variable lists.
15837         Only process elint-unknown-builtin-args if non-nil.
15838         (elint-find-builtin-variables, elint-find-autoloaded-variables):
15839         New functions.
15840         (elint-find-builtin-args): Doc fix.  Handle "BODY...)".
15842 2009-07-22  Kevin Ryde  <user42@zip.com.au>
15844         * net/newst-backend.el (newsticker--parse-atom-1.0)
15845         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
15846         (newsticker--parse-rss-1.0):
15847         * progmodes/idlwave.el (idlwave-mode):
15848         * progmodes/idlw-shell.el (idlwave-shell-mode):
15849         * progmodes/vera-mode.el (vera-mode):
15850         * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
15851         * progmodes/vhdl-mode.el (vhdl-mode):
15852         * textmodes/table.el (table-generate-source)
15853         (table--warn-incompatibility):
15854         Hyperlink urls in docstrings with URL `...'.
15856 2009-07-22  Glenn Morris  <rgm@gnu.org>
15858         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
15859         * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
15860         * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
15861         Remove leading * from defcustom docs.
15863         * simple.el (blink-matching-paren-distance): Bump to 100k.  (Bug#3889)
15865         * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
15866         defcustom doc.
15867         (list-load-path-shadows): Optionally, just return shadows as a string.
15869         * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
15871 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
15873         * mail/rmailedit.el (rmail-edit-mode): Use
15874         auto-save-include-big-deletions.
15876         * mail/rmail.el (rmail-variables): Use
15877         auto-save-include-big-deletions.
15879         * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
15880         changes.
15882 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
15884         * calc/calc.el (calc-undo-length): New variable.
15885         (calc-quit): Truncate rather than eliminate `calc-undo-list'.
15887 2009-07-21  Richard Stallman  <rms@gnu.org>
15889         * files.el (auto-save-mode): Handle buffer-save-size = -2
15890         for toggling mode.
15892 2009-07-21  Glenn Morris  <rgm@gnu.org>
15894         * textmodes/ispell.el (ispell-looking-back): Update declaration.
15896         * calendar/todo-mode.el (calendar-current-date): Update declaration.
15898         * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
15899         silence compiler.  Instead...
15900         (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
15901         (ps-print-ensure-fontified): Update for above function name changes.
15903         * printing.el (pr-mh-get-msg-num, pr-mh-show)
15904         (pr-mh-start-of-uncleaned-message): Remove aliases only used to
15905         silence compiler.  Instead...
15906         (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
15907         (mh-show-buffer): Only define for compiler.
15908         (pr-mh-current-message): Update for above function name changes.
15910         * files.el (abort-if-file-too-large): Explicitly pass `filename'
15911         as an argument.
15912         (find-file-noselect, insert-file-1): Update for above change.
15914         * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
15916         * mail/mailclient.el (mailclient-send-it): Fix message.
15918         * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
15919         (edebug-eval): Check cl-debug-env is bound.
15920         (print-level, print-circle): Don't redefine built-in variables.
15922         * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
15923         (custom-print-vectors): Remove old comments from doc.
15925         * emerge.el (menu-bar-emerge-menu): Remove unused variable.
15926         (emerge-version): Make the variable an obsolete alias for the
15927         emacs-version variable.  Make the function obsolete.
15928         (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
15929         Emerge options, rather than merging in into the main Options menu.
15930         (emerge-options-menu): Adjust menu text.  Use buttons for skip prefers
15931         and auto advance modes.  Disable edit/fast items when not relevant.
15933 2009-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
15935         * term/vt420.el (terminal-init-vt420): Fix typo.
15937 2009-07-20  Sam Steingold  <sds@gnu.org>
15939         * progmodes/ada-mode.el (compile-auto-highlight): Remove the
15940         variable (removed from compile.el on 2004-03-11).
15942 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
15944         * files.el (hack-local-variables-filter): Fix last change.
15946 2009-07-19  Juri Linkov  <juri@jurta.org>
15948         * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
15949         (dir-local-variables-alist): New buffer-local variable.
15950         (hack-local-variables-filter): If variable is not dir-local,
15951         i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
15952         because file-local overrides dir-local.
15953         (c-postprocess-file-styles) <declare-function>:
15954         Remove obsolete declaration.
15955         (hack-dir-local-variables): Add dir-local variable/value pair to
15956         `dir-local-variables-alist' and remove duplicates.  Doc fix.
15958         * help-fns.el (describe-variable): Add information about
15959         file-local and dir-local variables.
15961 2009-07-19  Chong Yidong  <cyd@stupidchicken.com>
15963         * files.el (hack-local-variables-filter): Rewrite.
15965 2009-07-19  Glenn Morris  <rgm@gnu.org>
15967         * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
15968         Silence compiler by only defining on XEmacs.
15970         * international/mule.el (auto-coding-regexp-alist): Only match
15971         BABYL... at the start of buffer, not of lines.  (Bug#3790)
15973         * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
15974         non-calendar buffers (Bug#3862).  Restore "not on a date" message.
15975         (cal-menu-context-mouse-menu): Doc fix.
15977         * desktop.el (desktop-buffers-not-to-save): Set :version tag.
15979         * simple.el (mail-user-agent): Doc fix.  Set :version tag.
15981 2009-07-18  Juri Linkov  <juri@jurta.org>
15983         * info.el: Virtual Info keyword finder.
15984         (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
15985         (Info-finder-file): New variable.
15986         (Info-finder-find-file): New function.
15987         (finder-known-keywords, finder-package-info)
15988         (find-library-name, lm-commentary): Use defvar and
15989         declare-function to silence compiler warnings.
15990         (Info-finder-find-node): New function.
15991         (info-finder): New command.
15993         * subr.el (process-kill-buffer-query-function): New function.
15994         (add-hook)<kill-buffer-query-functions>: Add hook
15995         `process-kill-buffer-query-function'.
15997 2009-07-18  Alan Mackenzie  <acm@muc.de>
15999         * progmodes/cc-mode.el (c-before-hack-hook)
16000         (c-postprocess-file-styles): Give invocation of `c-set-style'
16001         DONT-OVERRIDE parameter of t.  Already set style variables will
16002         thus not be overridden by style settings given by `c-file-syle'.
16004         * files.el (hack-local-variables-filter): Remove entries with
16005         duplicate keys from `file-local-variables-alist'.
16007 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
16009         * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
16010         x-set-selection if display-selections-p returns nil for the
16011         current frame.
16013 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
16015         * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
16017 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
16019         * desktop.el (desktop-buffers-not-to-save): Default value is nil.
16020         Accept nil in addition to a regexp.
16021         (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
16022         Accept nil in addition to a regexp.
16023         (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
16024         buffers that have an associated file.  Handle nil values of
16025         desktop-buffers-not-to-save and desktop-files-not-to-save.
16026         (Bug#3833)
16028         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
16029         (x-disown-selection-internal): New functions.
16031 2009-07-18  Nick Roberts  <nickrob@snap.net.nz>
16033         * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
16034         warning.
16035         (gdb-breakpoints-header): Move forward to avoid compiler warning.
16036         (gdb-make-header-line-mouse-map): Remove duplicate definition.
16038 2009-07-18  David De La Harpe Golden  <david@harpegolden.net>
16040         * simple.el (set-mark): Revert last change.
16042 2009-07-17  Tassilo Horn  <tassilo@member.fsf.org>
16044         * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
16045         rendering of pngs is not possible instead of messaging a long
16046         description.
16048 2009-07-17  David De La Harpe Golden  <david@harpegolden.net>
16050         * w32-fns.el (x-selection-owner-p): New function.
16052         * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
16053         (mouse-yank-at-click, mouse-yank-primary): If
16054         select-active-regions is non-nil, deactivate the mark before
16055         insertion.
16057         * simple.el (deactivate-mark, set-mark): Only save selection if we
16058         own it.
16060 2009-07-17  Kenichi Handa  <handa@m17n.org>
16062         * case-table.el (describe-buffer-case-table): Fix for the case
16063         that KEY is a cons.
16065 2009-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
16067         * vc-rcs.el (vc-rcs-find-file-hook):
16068         * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
16070 2009-07-16  Michael Albinus  <michael.albinus@gmx.de>
16072         * net/tramp.el (tramp-wait-for-output): Handle the case when
16073         commands do not return a newline but a null byte before the shell
16074         prompt.  (Bug#3858)
16076 2009-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16078         * term/ns-win.el (ns-set-alpha): Don't declare.
16079         (ns-set-background-alpha): Remove function.
16081 2009-07-16  Kevin Ryde  <user42@zip.com.au>
16083         * emacs-lisp/copyright.el (copyright-update): Save match-data across
16084         y-or-n-p, for safety.
16086 2009-07-16  Richard Stallman  <rms@gnu.org>
16088         * files.el (auto-save-mode): If buffer-saved-size is -2,
16089         don't clobber it.
16091         * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
16092         (rmail-retry-ignored-headers): Add more uninteresting fields.
16094 2009-07-15  Jari Aalto  <jari.aalto@cante.net>
16096         * net/rcirc.el (rcirc): Use history variables.
16097         (rcirc-server-name-history, rcirc-nick-name-history)
16098         (rcirc-server-port-history): New variables.
16100 2009-07-15  Kenichi Handa  <handa@m17n.org>
16102         * international/mule-cmds.el (set-language-environment-charset):
16103         If coding-system-charset-list returns `iso-2022' or `emacs-mule',
16104         ignore them.
16106         * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
16107         Delete unibyte-display.
16109 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
16111         * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
16113 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
16115         * simple.el (deactivate-mark): Optional argument FORCE.
16116         (set-mark): Use deactivate-mark.
16118         * info.el (Info-search): No need to check transient-mark-mode
16119         before calling deactivate-mark.
16121         * select.el (x-set-selection): Doc fix.
16122         (x-valid-simple-selection-p): Allow buffer values.
16123         (xselect--selection-bounds): Handle buffer values.  Suggested by
16124         David De La Harpe Golden.
16126         * mouse.el (mouse-set-region, mouse-drag-track): Call
16127         copy-region-as-kill before setting the mark, to let
16128         select-active-regions work.
16130 2009-07-15  David De La Harpe Golden  <david@harpegolden.net>
16132         * simple.el (deactivate-mark): If select-active-regions is
16133         non-nil, copy the selection data into a string.
16134         (activate-mark): If select-active-regions is non-nil, set the
16135         selection to the current buffer.
16136         (set-mark): Update selection if select-active-regions is non-nil.
16138         * select.el (x-valid-simple-selection-p): Allow buffer values.
16140 2009-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
16142         * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
16143         and more featureful message-mode.
16145 2009-07-14  Chong Yidong  <cyd@stupidchicken.com>
16147         * select.el (x-set-selection): Doc fix.
16148         (x-valid-simple-selection-p): Disallow selection data consisting
16149         of a list or cons of integers, since that is not used.
16150         (xselect--selection-bounds, xselect--int-to-cons): New functions.
16151         (xselect-convert-to-string, xselect-convert-to-length)
16152         (xselect-convert-to-filename, xselect-convert-to-charpos)
16153         (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
16155 2009-07-14  Dmitry Dzhus  <dima@sphinx.net.ru>
16157         * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
16158         output in -break-info command (Emacs bug #3794).
16160 2009-07-14  Glenn Morris  <rgm@gnu.org>
16162         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
16163         (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
16164         (edebug-print-length, edebug-print-level, edebug-print-circle)
16165         (edebug-sit-for-seconds, edebug-view-outside)
16166         (edebug-bounce-point, edebug-set-global-break-condition)
16167         (edebug-Go-nonstop-mode, edebug-trace-mode)
16168         (edebug-Trace-fast-mode, edebug-continue-mode)
16169         (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
16170         (edebug-visit-eval-list): Doc fixes.
16172         * subr.el (def-edebug-spec): Doc fix.
16174 2009-07-14  Kenichi Handa  <handa@m17n.org>
16176         * international/characters.el: Fix setting of category ?C.
16178 2009-07-13  Jan Djärv  <jan.h.d@swipnet.se>
16180         * term/ns-win.el (x-select-font): defalias x-select-font to
16181         ns-popup-font-panel instead of generate-fontset-menu.
16183 2009-07-12  Eli Zaretskii  <eliz@gnu.org>
16185         * desktop.el (desktop-buffers-not-to-save): Remove ".log".  (Bug#3833)
16187 2009-07-12  Peter Jolly  <peter@jollys.org>  (tiny change)
16189         * arc-mode.el (archive-find-type): Allow for a PK00 string before
16190         the PK\003\004 header (Bug#3770).
16192 2009-07-12  Guanpeng Xu  <herberteuler@hotmail.com>
16194         * pcomplete.el (pcomplete-comint-setup): Check for
16195         shell-dynamic-complete-filename too.
16197 2009-07-11  Chong Yidong  <cyd@stupidchicken.com>
16199         * simple.el (temporary-goal-column): Change the value for
16200         line-move-visual to a cons cell.
16201         (line-move-visual): Record or set the window hscroll, if
16202         necessary (Bug#3494).
16203         (line-move-1): Handle cons value of temporary-goal-column.
16205 2009-07-11  Kenichi Handa  <handa@m17n.org>
16207         * international/mule-diag.el (describe-character-set): Don't show
16208         width.
16210 2009-07-10  Sam Steingold  <sds@gnu.org>
16212         * progmodes/compile.el (compilation-mode-font-lock-keywords):
16213         Omake sometimes indents the errors it prints, so allow all
16214         regexps to start with spaces.
16216 2009-07-10  Eli Zaretskii  <eliz@gnu.org>
16218         * cus-edit.el (customize-changed-options-previous-release):
16219         Bump value to 22.1.  (Bug#3804)
16221 2009-07-08  Sam Steingold  <sds@gnu.org>
16223         * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
16224         to be a cons cell (test . ignored-directory) to selectively ignore
16225         some directories depending on the location of the search.
16227 2009-07-08  Michael Albinus  <michael.albinus@gmx.de>
16229         * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
16230         remote user is root, on the local host.
16231         (tramp-local-host-p): Either the local user or the remote user
16232         must be root.  (Bug#3771)
16234 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
16236         * progmodes/gdb-mi.el (gdb): Remove description of
16237         gdb-use-separate-io-buffer.
16238         (menu): Don't allow toggling of or enable
16239         gdb-use-separate-io-buffer from menubar.
16241 2009-07-08  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
16243         * mail/unrmail.el (unrmail): Make sure the message ends with two
16244         newlines (Bug#3769).
16246 2009-07-08  Glenn Morris  <rgm@gnu.org>
16248         * calendar/calendar.el (calendar-current-date): Rework previous change.
16250 2009-07-08  Ed Reingold  <reingold@emr.cs.iit.edu>
16252         * calendar/calendar.el (calendar-current-date):
16253         Add an optional argument giving an offset from today.
16255 2009-07-08  Glenn Morris  <rgm@gnu.org>
16257         * tutorial.el (tutorial--describe-nonstandard-key):
16258         Adjust the message for when a key has been unbound.
16259         (help-with-tutorial): Hide the arch-tag.
16261 2009-07-08  Kenichi Handa  <handa@m17n.org>
16263         * international/fontset.el (setup-default-fontset): For each
16264         script, append (not set) font-specs.
16266         * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
16267         docstring.
16269 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
16271         * progmodes/gdb-mi.el (gdb-init-1): Move sending
16272         -data-list-register-names to ...
16273         (gdb-starting): ... here because GDB 7.0 requires execution to
16274         have started when using this MI command.
16275         (gdb-set-header): New function to distinguish select and
16276         unselected tabs in gdb buffers.
16277         (gdb-propertize-header): New macro that uses gdb-set-header.
16278         (gdb-breakpoints-header, gdb-locals-header): Use it.
16279         (gdb-disassembly-mode-map): Add keybinding to kill buffer.
16281 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
16283         * Makefile.in (ELCFILES): Remove fadr.elc.
16285 2009-07-07  Dmitry Dzhus  <dima@sphinx.net.ru>
16287         * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
16288         may contain frame information, so `string-match' should be used.
16289         (gdb-update): Disassembly is invalidated through
16290         `gdb-get-selected-frame'.
16291         (gdb-pad-string): New function to pad string with spaces.
16292         (gdb-invalidate-disassembly): Invalidate only if the buffer
16293         exists.
16294         (gdb-disassembly-handler-custom): Column alignment.
16295         (gdb-disassembly-place-breakpoints): Clear old breakpoints before
16296         placing new ones.
16297         (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
16298         end of line, too.
16299         (gdb-frame-handler): Match convention to for disassembly buffer
16300         mode name.
16301         (gdb-stack-list-frames-handler): Rewritten without regexps.
16302         (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
16303         not highlight breakpoints without line information.
16304         (gdb-input): Add trailing newline to command.
16306         * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
16307         buffer properly.
16308         (gdb-breakpoints-list-handler-custom): Replacement for
16309         `gdb-break-list-handler'.  Using real parser instead of regexps
16310         now.
16311         (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
16312         Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
16313         to place breakpoints.
16314         (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
16315         functions.
16316         (gdb-disassembly-handler-custom): Show overlay arrow.
16317         (gdb-disassembly-place-breakpoints): Show breakpoints in
16318         disassembly buffer.
16319         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
16320         (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
16321         instead of parsing breakpoints buffer.  Fixed old menu references
16322         in `gud-menu-map'.
16324         * fadr.el: Remove.
16326         * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
16327         (gdb-memory-address): New variable which holds top address of
16328         memory page shown in memory buffer.
16329         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
16330         customization variables.
16331         New functions:
16332         (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
16333         display the memory buffer.
16334         (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
16335         buffer display parameters.
16336         (def-gdb-memory-format, gdb-memory-format-binary)
16337         (gdb-memory-format-octal, gdb-memory-format-unsigned)
16338         (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
16339         Functions for setting memory buffer format.
16340         (gdb-memory-unit-word, gdb-memory-unit-halfword)
16341         (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
16342         unit size used in memory buffer.
16343         (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
16344         to next/previous page of memory buffer.
16345         Now using (bindat-get-field) instead of fadr functions.
16347 2009-07-07  Sam Steingold  <sds@gnu.org>
16349         * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
16350         non-top-level files.
16352 2009-07-07  Kenichi Handa  <handa@m17n.org>
16354         * international/mule-cmds.el (reset-language-environment): Put
16355         the highset priority to the charset iso-8859-1.
16357 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
16359         * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
16360         to the end of the line when locating the block (Bug#700).
16362 2009-07-06  Michael Albinus  <michael.albinus@gmx.de>
16364         * net/tramp.el (tramp-handle-write-region): Flush file properties
16365         in case of short track.
16367 2009-07-06  Michael McNamara  <mac@mail.brushroad.com>
16369         * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
16370         Coded custom representation of verilog error regular expressions
16371         to work with Emacs-22's new format.
16372         (verilog-error-regexp-xemacs-alist): Coded custom representation
16373         of verilog error regular expressions to work with XEmacs format.
16374         (verilog-error-regexp-add-xemacs): Hook routine to install verilog
16375         error recognition into XEmacs.
16376         (verilog-error-regexp-add-emacs): Hook routine to install verilog
16377         error recognition into Emacs-22.
16379 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
16381         * woman.el: Remove stand-alone closing parentheses.
16382         (woman-file-name, woman2-format-paragraphs)
16383         (woman-leave-blank-lines): Code cleanup.
16384         (woman-use-own-frame): Change default to nil.
16385         (woman-italic, woman-bold, woman-unknown, woman-addition): Change
16386         defaults to inherit from default faces.
16387         (woman2-process-escapes): Consume the newline after a stand-alone
16388         filler character (Bug#3651).
16390 2009-07-06  Glenn Morris  <rgm@gnu.org>
16392         * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
16393         (top-level): Move provide to the end.
16394         (ffap): Remove defunct URL from custom group.
16396         * subr.el (eval-after-load): Doc fix.
16398 2009-07-06  Vincent Belaïche  <vincent.belaiche@gmail.com>
16400         * calc/calc-embed.el (calc-embedded-make-info): Don't force when
16401         `calc-embedded-word' is called twice.
16403 2009-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
16405         * files.el (find-alternate-file-other-window, find-alternate-file):
16406         Obey confirm-nonexistent-file-or-buffer.
16408 2009-07-05  Michael Albinus  <michael.albinus@gmx.de>
16410         * dired-aux.el (dired-show-file-type): Handle remote files.
16412 2009-07-05  Jari Aalto  <jari.aalto@cante.net>
16414         * desktop.el (desktop-globals-to-save):
16415         Add file-name-history (Bug#2750).
16417 2009-07-05  Chong Yidong  <cyd@stupidchicken.com>
16419         * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
16421 2009-07-04  Johan Bockgård  <bojohan@gnu.org>
16423         * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
16424         property on entire argument since this is what eshell-lisp-command
16425         expects.
16427 2009-07-03  Michael Albinus  <michael.albinus@gmx.de>
16429         * net/tramp-gvfs.el (tramp-gvfs-methods)
16430         (tramp-gvfs-zeroconf-domain)
16431         (tramp-bluez-discover-devices-timeout): Add version flag.
16432         (tramp-gvfs-handler-mounted-unmounted)
16433         (tramp-gvfs-connection-mounted-p): Polish handling of
16434         incompatibilities between GVFS 0.2 and 1.0.
16436 2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
16438         * cus-start.el (all): Add make-pointer-invisible.
16440 2009-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
16442         * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
16443         formatted correctly.
16445 2009-07-02  Juri Linkov  <juri@jurta.org>
16447         * info.el: Virtual Info files and nodes.
16448         (Info-virtual-files, Info-virtual-nodes): New variables.
16449         (Info-current-node-virtual): New variable.
16450         (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
16451         New functions.
16452         (Info-file-supports-index-cookies): Use Info-virtual-file-p
16453         to check for a virtual file instead of checking a fixed list
16454         of node names.
16455         (Info-find-file): Use Info-virtual-fun and Info-virtual-call
16456         instead of ad-hoc processing of "dir" and (apropos history toc).
16457         (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
16458         instead of ad-hoc processing of "dir" and (apropos history toc).
16459         Reread a file when moving from a virtual node.
16460         (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
16461         (Info-directory-toc-nodes, Info-directory-find-file)
16462         (Info-directory-find-node): New functions.
16463         (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
16464         (Info-history): Move part of code to
16465         `Info-history-find-node'.
16466         (Info-history-toc-nodes, Info-history-find-file)
16467         (Info-history-find-node): New functions.
16468         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
16469         (Info-toc): Move part of code to `Info-toc-find-node'.
16470         (Info-toc-find-node): New function.
16471         (Info-toc-insert): Rename from `Info-insert-toc'.  Don't insert
16472         the current Info file name to references because now the node
16473         "*TOC*" belongs to the same Info manual.
16474         (Info-toc-build): Rename from `Info-build-toc'.
16475         (Info-toc-nodes): Rename input argument `file' to `filename'.
16476         Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
16477         instead of ad-hoc processing of ("dir" apropos history toc).
16478         (Info-index-nodes): Use Info-virtual-file-p
16479         to check for a virtual file instead of checking a fixed list
16480         of node names.
16481         (Info-index-node): Add check for `Info-current-node-virtual'.
16482         Raise `save-match-data' higher up the tree to contain
16483         `search-forward' too (bug fix).
16484         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
16485         (Info-virtual-index-nodes): New variable.
16486         (Info-virtual-index-find-node, Info-virtual-index): New functions.
16487         (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
16488         (Info-apropos-file, Info-apropos-nodes): New variables.
16489         (Info-apropos-toc-nodes, Info-apropos-find-file)
16490         (Info-apropos-find-node, Info-apropos-matches): New functions.
16491         (info-apropos): Move part of code to `Info-apropos-find-node' and
16492         `Info-apropos-matches'.
16493         (Info-mode-map): Bind "I" to `Info-virtual-index'.
16494         (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
16495         for a virtual file instead of checking a fixed list of node names.
16497         * simple.el (async-shell-command): New command.
16499         * bindings.el (esc-map): Bind "&" to `async-shell-command'.
16501         * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
16502         instead of `mount-info'.
16504 2009-07-02  Michael Albinus  <michael.albinus@gmx.de>
16506         * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
16507         (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
16509 2009-07-02  Kenichi Handa  <handa@m17n.org>
16511         * international/mule.el (set-keyboard-coding-system): Force *-unix
16512         coding-system to avoid eol conversion.
16514 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
16516         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
16517         Add handler for `process-file', `shell-command' and
16518         `start-file-process'.
16519         (tramp-gvfs-handle-shell-command)
16520         (tramp-gvfs-handle-start-file-process)
16521         (tramp-gvfs-handle-process-file): New defuns.
16522         (tramp-synce-list-devices): Simplify check for existence of property.
16524 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
16526         * startup.el (command-line-x-option-alist): Add -mm and --maximized.
16528 2009-07-01  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
16530         * language/korean.el (set-language-info-alist): Add korean-cp949,
16531         cp949 to spec.
16533 2009-07-01  Kenichi Handa  <handa@m17n.org>
16535         * Makefile.in (ELCFILES): Delete encoded-kb.elc.
16537         * international/encoded-kb.el: Deleted.
16539         * international/mule.el (set-keyboard-coding-system): Perform the
16540         necessary setup here instead of calling encoded-kbd-setup-display.
16542 2009-07-01  Glenn Morris  <rgm@gnu.org>
16544         * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
16546 2009-07-01  Evangelos Evangelou  <vangelis@email.unc.edu>  (tiny change)
16548         * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)".  (Bug#3730)
16550 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
16552         * net/tramp.el (tramp-do-copy-or-rename-file-directly):
16553         Handle also the 'rename case, when setting file modes.  (Bug#3712)
16554         (tramp-default-file-modes): Remove execute permissions.
16556         * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
16557         (top): Add a default for "synce" in `tramp-default-user-alist'.
16558         Add completion function for "synce" method.
16559         (tramp-hal-service, tramp-hal-path-manager)
16560         (tramp-hal-interface-manager, tramp-hal-interface-device):
16561         New defconst.
16562         (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
16563         (tramp-synce-list-devices, tramp-synce-parse-device-names):
16564         New defuns.
16566         * net/trampver.el: Update release number.
16568 2009-06-30  Kenichi Handa  <handa@m17n.org>
16570         * international/fontset.el (setup-default-fontset): Add CJK fonts
16571         for symbols and the other miscellaneous characters.
16573         * language/korea-util.el (setup-korean-environment-internal):
16574         Make char-width-table suitable for Korean environments.
16575         (exit-korean-environment): Cancel above.
16577         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
16578         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
16579         setup-function to make char-width-table suitable for respective
16580         environments, and an exit-function to cancel that.
16582         * language/japan-util.el (setup-japanese-environment-internal):
16583         Call use-cjk-char-width-table with arg `ja_JP'.
16585         * international/characters.el (cjk-char-width-table): Delete it.
16586         (cjk-char-width-table-list): New variable.
16587         (use-cjk-char-width-table): New arg local-name.
16588         (use-default-char-width-table): Fix for the case that Emacs is
16589         already using the default char-width-table.
16591 2009-06-29  Michael Albinus  <michael.albinus@gmx.de>
16593         * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
16594         modes mandatory.  (Bug#3712)
16596 2009-06-29  Alan Mackenzie  <acm@muc.de>
16598         * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
16599         correction between the visible width of TABs and their number of bytes.
16601 2009-06-29  Chong Yidong  <cyd@stupidchicken.com>
16603         * server.el (server-buffer-done): Prevent kill-buffer from
16604         prompting by clearing the buffer modification flag (Bug#3696).
16606 2009-06-28  Michael McNamara  <mac@mail.brushroad.com>
16608         * progmodes/verilog-mode.el (verilog-beg-of-statement)
16609         (verilog-endcomment-reason-re): Support unique case and priority case.
16610         (verilog-basic-complete-re): Support localparam lineup.
16611         (verilog-beg-of-statement-1): Fix for robustness, unique case.
16612         (verilog-set-auto-endcomments): Fix for unique case, always_comb
16613         commenting.
16614         (verilog-leap-to-case-head): Now support *nested* unique &
16615         priority case statements.
16616         (verilog-auto-lineup): Make just declarations the default (as it
16617         had been).
16618         (verilog-leap-to-case-head): Support priority/unique case statements.
16619         (verilog-auto-lineup): Rework to give users radio buttons to
16620         select the various styles of automatic lineup.
16621         (verilog-error-regexp-alist): Rework to support the XEmacs style
16622         of error regular expressions from compilers, lint tools &
16623         simulators.  Note that GNU Emacs has made it impossible for a mode
16624         to load such things.
16625         (electric-verilog-terminate-line, verilog-indent-declaration)
16626         (verilog-auto-wiure): Rework for radio button selection of
16627         auto-lineup selection of specification of auto lineup.
16628         (verilog-beg-of-statement-1): Redesign to support proper operation
16629         in additional code, based on testing with auto-lineup.
16630         (verilog-calculate-indent, assignments & declarations)
16631         (verilog-backward-token): Enhance to support auto-lineup of
16632         assignments & declarations.
16633         (verilog-in-directive-p, verilog-at-struct-p): New function for
16634         easy test of whether we are.
16635         (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
16636         to support safe execution at almost anyline.
16637         (verilog-calc-1): Properly support indenting deep inside generate
16638         blocks.
16639         (verilog-init-font): Remove definition & use of verilog-init-font,
16640         as it is redundant with font-lock-defaults.
16641         (verilog-mode): Alter the definition of verilog-font-lock-defaults
16642         to avoid circular calls if syntax-ppss is a function (as is the
16643         case now in 22.x GNU Emacs) as that function would sometimes call
16644         itself, leading to (nearly) infinite recursion.
16645         (verilog-ovm-begin-re, verilog-ovm-end-re)
16646         (verilog-ovm-statement-re, verilog-leap-to-head)
16647         (verilog-backward-token): Add support for OVM macros.  Some are
16648         complete statements, and others open and close scopes like begin
16649         and end.
16650         (verilog-defun-level-not-generate-re, verilog-defun-level-re)
16651         (verilog-defun-level-generate-only-re): Really fix the defun-list
16652         compilation issue.
16653         (verilog-calc-1, verilog-beg-of-statement): Enhance support for
16654         coverpoint, constraint and cross statements.
16655         (verilog-defun-level-list, verilog-generate-defun-level-list)
16656         (verilog-all-defun-level-list): Redo these specifications - it is
16657         too hard to support eval-when compile aggregation of lists also
16658         built at when-compile time.
16659         (verilog-defun-level-list): Place defconsts of variables used in
16660         building regular expressions which are built in eval-when-compile
16661         bodies in the same eval-when-compile body to facilitate compile
16662         without load.
16663         (verilog-beg-block-re-ordered): Support indenting
16664         virtual/protected tasks and functions.
16665         (verilog-defun-level-list, verilog-in-generate-region-p)
16666         (verilog-backward-ws&directives, verilog-calc-1): Speed up
16667         indentation of some module items (generate items).
16668         (verilog-forward-sexp, verilog-leap-to-head): Support stepping
16669         across virtual/protected tasks and functions.
16671 2009-06-28  Wilson Snyder  <wsnyder@wsnyder.org>
16673         * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
16674         Allow sorting AUTOARG lists.  Suggested by Andrea Fedeli.
16675         (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
16676         in concatenations.  Reported by Yishay Belkind.
16677         (verilog-auto-ascii-enum): Support one-hot state machines in
16678         AUTOASCIIENUM.  Suggested by Lloyd Gomez.
16679         (verilog-auto-inst, verilog-auto-inst-port): Include interface
16680         modport in AUTOINST and add vl-modport for users.  Reported by
16681         David Rogoff.
16682         (verilog-auto-inout-module, verilog-auto-inst)
16683         (verilog-decls-get-interfaces, verilog-insert-definition)
16684         (verilog-insert-one-definition, verilog-read-decls)
16685         (verilog-read-sub-decls, verilog-read-sub-decls-sig)
16686         (verilog-sig-modport, verilog-signals-combine-bus)
16687         (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
16688         interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
16689         Suggested by David Rogoff.
16690         (verilog-repair-open-comma): Fix non-insertion of comma when
16691         `DEFINE occurs in V2K argument list.  Reported by Lane Brooks.
16692         (verilog-make-width-expression): Simplify [A-1:0] expression
16693         widths to just {A{1'b0}}.
16694         (verilog-mode): Cleanup checkdoc warnings.
16695         (verilog-auto-inout-module, verilog-signals-matching-dir-re):
16696         Add third optional regexp to AUTOINOUTMODULE to allow selecting only
16697         inputs/outputs or data type.  Suggested by Vasu Kandadi.
16698         (next-error-last-buffer): Fix byte-compiler warning.
16699         (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
16700         (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
16701         or shell command text during AUTO expansion.  Suggested by Tad Truex.
16702         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
16703         (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
16704         Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
16705         in AUTOINOUT.  Reported by Matthew Lovell.
16706         (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
16707         causing use of <= assignments.  Reported by Alex Reed.
16708         (verilog-read-decls): Fix triand, trior, wand, wor to be
16709         recognized by AUTOWIRE.  Reported by Spencer Isaacson.
16710         (verilog-extended-complete-re): Support import "DPI-C" functions.
16711         (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
16712         y[a+1:a+1]" to not include a in reset list.  Reported by Dan Dever.
16713         (verilog-insert-date, verilog-insert-year)
16714         (verilog-sk-header-tmpl): Fix verilog-header inserting error on
16715         Windows systems.  Reported by Michael Potts.
16716         (verilog-read-module-name): Fix AUTOINST when the child module
16717         declaration's name is a tick define.  Reported by Elliot Mednick.
16718         (verilog-read-decls): Fix V2K parameter bit subscripts getting
16719         passed to next parameter's definition.  Reported by Bruce T.
16720         (verilog-read-decls): Fix detecting "parameter int" when using
16721         AUTOINSTPARAM.  Reported by Bruce T.
16722         (verilog-goto-defun): Fix goto not finding modules unless first
16723         perform a verilog-auto expansion.  Suggested by Lawrence Butcher.
16724         (verilog-mode): Expand -f flag arguments on entry to mode so
16725         verilog-goto-defun will work.  Reported by Lawrence Butcher.
16726         (verilog-getopt): Expand environment variables in -f file
16727         arguments.  Suggested by Lawrence Butcher.
16728         (verilog-set-define): Fix "Symbol's value as variable is void"
16729         when reading enumerations.
16730         (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
16731         Suggested by Stephen Peltan.
16732         (verilog-read-defines): Fix reading of enumerations in include
16733         files.  Reported by Steve Peltan.
16735 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
16737         * files.el (trash-directory): Fix defcustom type.
16739 2009-06-28  Juri Linkov  <juri@jurta.org>
16741         * help-fns.el (describe-function-1): Correctly locate adviced
16742         functions in hyperlink (Bug#2438).
16744 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
16746         * files.el (trash-directory): Change default to nil.
16747         (move-file-to-trash): If trash-directory is nil and
16748         system-move-file-to-trash is unbound, perform freedesktop-style
16749         trashing.
16751 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
16753         * files.el (move-file-to-trash): Add freedesktop trash
16754         support (Bug#973).
16756 2009-06-28  Glenn Morris  <rgm@gnu.org>
16758         * autorevert.el (global-auto-revert-non-file-buffers)
16759         (global-auto-revert-mode): Doc fixes.
16761 2009-06-27  Johan Bockgård  <bojohan@gnu.org>
16763         * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
16765 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
16767         * faces.el (x-handle-named-frame-geometry): Ensure that we have
16768         opened an X connection before calling x-get-resource (Bug#3194).
16770         * play/doctor.el: Remove reference to obsolete website.
16771         (make-doctor-variables): Correct grammar mistake (Bug#2633).
16773 2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
16775         Remove find-file-not-found-hook VC method.  (Bug#2757)
16776         * vc-hooks.el (vc-file-not-found-hook)
16777         (vc-default-find-file-not-found-hook): Remove functions.
16778         (find-file-not-found-functions): Do not add vc-file-not-found-hook.
16779         * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
16780         * vc.el:
16781         * vc-hg.el:
16782         * vc-git.el: Do not mention find-file-not-found-hook VC method.
16784 2009-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
16786         * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
16787         compatibility function for `looking-back'.
16789         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
16790         Use `ispell-looking-back'.
16792 2009-06-24  Michael Albinus  <michael.albinus@gmx.de>
16794         * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
16795         rather than `filename'.
16797 2009-06-23  Miles Bader  <miles@gnu.org>
16799         * face-remap.el (text-scale-set): New function.
16801 2009-06-23  Glenn Morris  <rgm@gnu.org>
16803         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
16805         * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
16807         * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
16809         * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
16811         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
16812         Simplify Persian conditionals.
16814         * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
16815         variable `filename'.
16817         * comint.el (comint-insert-input): Doc fix.
16819         * Makefile.in (ELCFILES): Fix typo in previous change.
16821 2009-06-23  Miles Bader  <miles@gnu.org>
16823         * cus-start.el: Add entry for `recenter-redisplay'.
16825 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
16827         * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
16828         Add an optional argument for the backend, use it instead of
16829         calling vc-backend.
16830         (vc-mode-line): Add an optional argument for the backend.
16831         Pass the backend to vc-state and vc-working-revision.  Move code for
16832         special handling for vc-state being a buffer to ...
16834         * vc-rcs.el (vc-rcs-find-file-hook):
16835         * vc-sccs.el (vc-sccs-find-file-hook): ... here.  New functions.
16837         * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
16838         (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
16839         vc-stay-local-p and vc-mode-line calls.
16841         * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
16842         (vc-cvs-diff, vc-cvs-annotate-command)
16843         (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
16844         (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
16845         vc-mode-line calls.
16847         * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
16848         direct comparison.
16849         (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
16850         backend when calling vc-mode-line.
16851         (vc-register): Do not create a closure for calling the vc register
16852         function, call it directly.
16854 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
16856         * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
16857         to make it obvious item can be clicked.
16859         * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
16861 2009-06-23  Kenichi Handa  <handa@m17n.org>
16863         * language/korea-util.el (korean-key-bindings): Change the binding
16864         of F9 to hangul-to-hanja-conversion.  Bind Hangul_Hanja to the
16865         same command.
16867 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
16869         Sync with Tramp 2.1.16.
16871         * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
16873         * net/tramp.el (top): Require tramp-gvfs.  Catch `tramp-loading',
16874         when a loading of a package fails.  Completion function for rsync
16875         is `tramp-completion-function-alist-ssh'.
16876         (all): Replace all calls of `split-string' and
16877         `tramp-split-string' by `tramp-compat-split-string'.
16878         (tramp-default-method): Use `tramp-compat-process-running-p'.
16879         (tramp-default-proxies-alist): Allow also Lisp forms.
16880         (tramp-remote-path): Add choice "Private Directories".
16881         (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
16882         (tramp-domain-regexp): Allow also "-", "_" and ".".
16883         (tramp-end-of-output): Remove newlines, and add "$" at the end.
16884         (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
16885         (tramp-debug-message): Insert header line in debug buffer.
16886         (tramp-handle-directory-files-and-attributes-with-stat):
16887         Care about filenames with spaces, or starting with "-".
16888         (tramp-handle-dired-uncache): New defun.
16889         (tramp-handle-insert-directory): Don't flush the directory from
16890         cache, this is handled by `dired-uncache' now.
16891         (tramp-handle-insert-file-contents): Improve error handling.
16892         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
16893         Quote `tramp-end-of-output'.
16894         (tramp-action-password): Improve trace message.
16895         (tramp-check-for-regexp): Both echoes must be present, before removing.
16896         (tramp-open-connection-setup-interactive-shell): Trace coding system.
16897         (tramp-compute-multi-hops): Eval cons cells of
16898         `tramp-default-proxies-alist'.
16899         (tramp-maybe-open-connection): Use the same command pattern for
16900         first hop and further hops.
16901         (tramp-wait-for-output): Remove handling of newlines.
16902         (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
16903         (tramp-split-string): Remove function.  It is handled in
16904         tramp-compat now.
16906         * net/tramp-cmds.el (tramp-bug):
16907         Recommend `tramp-cleanup-all-connections' in the bug mail.
16909         * net/tramp-compat.el (tramp-compat-split-string)
16910         (tramp-compat-process-running-p): New defuns.
16912         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
16913         for `dired-uncache'.
16915         * net/tramp-gvfs.el: New package.
16917         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
16918         Add handler for `dired-uncache'.
16919         (tramp-smb-handle-file-local-copy): Cleanup in case of error.
16921         * net/trampver.el: Update release number.  Make version check fit
16922         for SXEmacs 22.
16924 2009-06-22  Jim Meyering  <meyering@redhat.com>
16926         Automatically handle .xz suffix (XZ-compressed files), too.
16927         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
16928         XZ is the successor to LZMA: <http://tukaani.org/xz/>
16930 2009-06-22  Dmitry Dzhus  <dima@sphinx.net.ru>
16931             Nick Roberts  <nickrob@snap.net.nz>
16933         * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
16934         repository (http://sphinx.net.ru/hg/gdb-mi/).
16936 2009-06-22  Glenn Morris  <rgm@gnu.org>
16938         * files.el (dir-locals-collect-mode-variables): Allow for any number of
16939         `mode' and `eval' entries.  (Bug#3430)
16941         * Makefile.in (ELCFILES): Add fadr.elc.
16943         * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
16944         differing behavior of \n and ^ in strings.  (Bug#3385)
16946         * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
16948         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
16949         property.
16950         (lisp-indent-function): Make it a defcustom.
16952 2009-06-21  Nick Roberts  <nickrob@snap.net.nz>
16954         * progmodes/gdb-ui.el: Replace with ...
16955         * progmodes/gdb-mi.el: ... this file.
16956         * progmodes/gud.el: Modify for gdb-mi.el.
16958 2009-06-21  Dmitry Dzhus  <dima@sphinx.net.ru>
16960         * fadr.el: New file.
16962 See ChangeLog.14 for earlier changes.
16964 ;; Local Variables:
16965 ;; coding: utf-8
16966 ;; End:
16968     Copyright (C) 2009, 2010  Free Software Foundation, Inc.
16970   This file is part of GNU Emacs.
16972   GNU Emacs is free software: you can redistribute it and/or modify
16973   it under the terms of the GNU General Public License as published by
16974   the Free Software Foundation, either version 3 of the License, or
16975   (at your option) any later version.
16977   GNU Emacs is distributed in the hope that it will be useful,
16978   but WITHOUT ANY WARRANTY; without even the implied warranty of
16979   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16980   GNU General Public License for more details.
16982   You should have received a copy of the GNU General Public License
16983   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
16985 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1