Remove some trailing white space.
[emacs.git] / lisp / ChangeLog
blob95ca3a113ef4f95f61a6280b4cbed9e3804383c3
1 2010-09-10  Agustín Martín  <agustin.martin@hispalinux.es>
3         * textmodes/ispell.el (ispell-init-process): Improve comments.
4         XEmacs compatibility changes regarding (add-hook) 'local option
5         and (set-process-query-on-exit-flag).
7 2010-09-09  Michael Albinus  <michael.albinus@gmx.de>
9         * net/tramp-cache.el (tramp-parse-connection-properties): Set
10         tramp-autoload cookie.
12 2010-09-09  Glenn Morris  <rgm@gnu.org>
14         * image.el (imagemagick-types-inhibit): Add :type, :version, :group.
15         (imagemagick-register-types): Doc fix.
17 2010-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
19         * progmodes/octave-mod.el (electric-indent-chars): Silence bytecomp.
21         * progmodes/js.el (require): Require is already "eval-and-compile".
22         (js--re-search-forward): Avoid `eval'.  Preserve the error data.
23         (js--re-search-backward): Use js--re-search-forward.
25         * progmodes/fortran.el (fortran-line-length): Don't recompute
26         syntactic keywords redundantly a second time.
28         * progmodes/ada-mode.el: Replace "(set '" with setq.
29         (ada-mode): Simplify.
30         (ada-create-case-exception, ada-adjust-case-interactive)
31         (ada-adjust-case-region, ada-format-paramlist, ada-indent-current)
32         (ada-search-ignore-string-comment, ada-move-to-start)
33         (ada-move-to-end): Use with-syntax-table.
35         * font-lock.el (save-buffer-state): Remove `varlist' arg.
36         (font-lock-unfontify-region, font-lock-default-fontify-region):
37         Update usage correspondingly.
38         (font-lock-fontify-syntactic-keywords-region):
39         Set parse-sexp-lookup-properties buffer-locally here.
40         (font-lock-fontify-syntactically-region): Remove unused `ppss' arg.
42         * simple.el (blink-matching-open): Don't burp if we can't find a match.
44 2010-09-08  Glenn Morris  <rgm@gnu.org>
46         * emacs-lisp/bytecomp.el (byte-compile-report-ops):
47         Error if not compiled with -DBYTE_CODE_METER.
49         * emacs-lisp/bytecomp.el (byte-recompile-directory):
50         Ignore dir-locals-file.
52 2010-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
54         * progmodes/compile.el (compilation-error-regexp-alist-alist):
55         Not a const.
56         (compilation-error-regexp-alist-alist): Rule out ": " in file names
57         for the `gnu' messages.
58         (compilation-set-skip-threshold): New command.
59         (compilation-start): Use \' rather than $.
60         (compilation-forget-errors): Use clrhash.
62 2010-09-08  Agustín Martín  <agustin.martin@hispalinux.es>
64         * textmodes/ispell.el (ispell-valid-dictionary-list):
65         Simplify logic.
67 2010-09-08  Michael Albinus  <michael.albinus@gmx.de>
69         Migrate to Tramp 2.2.  Rearrange load dependencies.
70         (Bug#1529, Bug#5448, Bug#5705)
72         * Makefile.in (TRAMP_DIR, TRAMP_SRC): New variables.
73         ($(TRAMP_DIR)/tramp-loaddefs.el): New target.
74         (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
76         * net/tramp.el (top): Remove all other tramp-* loads except
77         tramp-compat.el.  Remove all changes to tramp-unload-hook for
78         other tramp-* packages.  Rearrange defun order.  Change calls of
79         `tramp-compat-call-process', `tramp-compat-decimal-to-octal',
80         `tramp-compat-octal-to-decimal' to new function names.
81         (tramp-terminal-type, tramp-initial-end-of-output)
82         (tramp-methods, tramp-foreign-file-name-handler-alist)
83         (tramp-tramp-file-p, tramp-completion-mode-p)
84         (tramp-send-command-and-check, tramp-get-remote-path)
85         (tramp-get-remote-tmpdir, tramp-get-remote-ln)
86         (tramp-shell-quote-argument): Set tramp-autoload cookie.
87         (with-file-property, with-connection-property): Move to
88         tramp-cache.el.
89         (tramp-local-call-process, tramp-decimal-to-octal)
90         (tramp-octal-to-decimal): Move to tramp-compat.el.
91         (tramp-handle-shell-command): Do not require 'shell.
92         (tramp-compute-multi-hops): No special handling for tramp-gw-*
93         symbols.
94         (tramp-unload-tramp): Do not call `tramp-unload-file-name-handlers'.
96         * net/tramp-cache.el (top): Require 'tramp.  Add to
97         `tramp-unload-hook'.
98         (tramp-cache-data, tramp-get-file-property)
99         (tramp-set-file-property, tramp-flush-file-property)
100         (tramp-flush-directory-property, tramp-get-connection-property)
101         (tramp-set-connection-property, tramp-flush-connection-property)
102         (tramp-cache-print, tramp-list-connections): Set tramp-autoload
103         cookie.
104         (with-file-property, with-connection-property): New defuns, moved
105         from tramp.el.
106         (tramp-flush-file-function): Use `with-parsed-tramp-file-name'
107         macro.
109         * net/tramp-cmds.el (top): Add to `tramp-unload-hook'.
110         (tramp-version): Set tramp-autoload cookie.
112         * net/tramp-compat.el (top): Require 'tramp-loaddefs.  Remove all
113         changes to tramp-unload-hook for other tramp-* packages.  Add to
114         `tramp-unload-hook'.
115         (tramp-compat-decimal-to-octal, tramp-compat-octal-to-decimal)
116         (tramp-compat-call-process): New defuns, moved from tramp.el.
118         * net/tramp-fish.el (top) Require just 'tramp.  Add objects to
119         `tramp-methods' and `tramp-foreign-file-name-handler-alist'.  Add
120         to `tramp-unload-hook'.  Change call of
121         `tramp-compat-decimal-to-octal' to new function name.
122         (tramp-fish-method): Make it a defconst.
123         (tramp-fish-file-name-p): Make it a defsubst.
124         (tramp-fish-method, tramp-fish-file-name-handler)
125         (tramp-fish-file-name-p): Set tramp-autoload cookie.
127         * net/tramp-ftp.el (top) Add objects to `tramp-methods' and
128         `tramp-foreign-file-name-handler-alist'.  Add to
129         `tramp-unload-hook'.
130         (tramp-ftp-method): Make it a defconst.
131         (tramp-ftp-file-name-p): Make it a defsubst.
132         (tramp-ftp-method, tramp-ftp-file-name-handler)
133         (tramp-ftp-file-name-p): Set tramp-autoload cookie.
135         * net/tramp-gvfs.el (top) Add objects to `tramp-methods' and
136         `tramp-foreign-file-name-handler-alist'.  Add to
137         `tramp-unload-hook'.  Change checks, whether package can be
138         loaded.
139         (tramp-gvfs-file-name-p): Make it a defsubst.
140         (tramp-gvfs-methods, tramp-gvfs-file-name-handler)
141         (tramp-gvfs-file-name-p): Set tramp-autoload cookie.
142         (tramp-gvfs-handle-file-directory-p): New defun.
143         (tramp-gvfs-file-name-handler-alist): Use it.
145         * net/tramp-gw.el (top) Add objects to `tramp-methods' and
146         `tramp-foreign-file-name-handler-alist'.  Add to
147         `tramp-unload-hook'.
148         (tramp-gw-tunnel-method, tramp-gw-default-tunnel-port)
149         (tramp-gw-socks-method, tramp-gw-default-socks-port): Make it a
150         defconst.
151         (tramp-gw-tunnel-method, tramp-gw-socks-method)
152         (tramp-gw-open-connection): Set tramp-autoload cookie.
154         * net/tramp-imap.el (top) Require just 'tramp.  Add objects to
155         `tramp-methods' and `tramp-foreign-file-name-handler-alist'.  Add
156         to `tramp-unload-hook'.  Change checks, whether package can be
157         loaded.
158         (tramp-imap-file-name-p): Make it a defsubst.
159         (tramp-imap-method, tramp-imaps-method)
160         (tramp-imap-file-name-handler)
161         (tramp-imap-file-name-p): Set tramp-autoload cookie.
163         * net/tramp-smb.el (top) Require just 'tramp.  Add objects to
164         `tramp-methods' and `tramp-foreign-file-name-handler-alist'.  Add
165         to `tramp-unload-hook'.  Change checks, whether package can be
166         loaded.  Change call of `tramp-compat-decimal-to-octal' to new
167         function name.
168         (tramp-smb-tunnel-method): Make it a defconst.
169         (tramp-smb-file-name-p): Make it a defsubst.
170         (tramp-smb-method, tramp-smb-file-name-handler)
171         (tramp-smb-file-name-p): Set tramp-autoload cookie.
173         * net/tramp-uu.el (top) Add to `tramp-unload-hook'.
174         (tramp-uuencode-region): Set tramp-autoload cookie.
176         * net/trampver.el (top) Add to `tramp-unload-hook'.
177         (tramp-version, tramp-bug-report-address): Set tramp-autoload
178         cookie.  Update release number.
180 2010-09-07  Agustín Martín  <agustin.martin@hispalinux.es>
182         * textmodes/ispell.el (ispell-start-process): Make sure original
183         arg list is properly initialized (Bug#6993, Bug#6994).
185 2010-09-06  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
187         * files.el (directory-abbrev-alist): Use \` as default regexp.
189         * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
190         chars like - or ] (bug#6984).
191         (rx-any-condense-range): Explode 2-char ranges.
193 2010-09-06  Glenn Morris  <rgm@gnu.org>
195         * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
197 2010-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
199         * textmodes/bibtex.el:
200         * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
202 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
204         * net/imap.el (imap-message-map): Remove optional buffer parameter,
205         since no callers use it.
206         (imap-message-get): Ditto.
207         (imap-message-put): Ditto.
208         (imap-mailbox-map): Ditto.
209         (imap-mailbox-put): Ditto.
210         (imap-mailbox-get): Ditto.
211         (imap-mailbox-get): Revert last change for this function.
213 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
215         * net/imap.el (imap-fetch-safe): Remove function, and alter all
216         callers to use `imap-fetch' instead.  According to the comments, this
217         should be safe, since all other IMAP clients use the 1:* syntax.
218         (imap-enable-exchange-bug-workaround): Remove.
219         (imap-debug): Remove -- doesn't seem very useful.
221 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
223         * net/imap.el (imap-log): New convenience function used throughout
224         instead of repeating the same code all over the place.
226 2010-09-05  David De La Harpe Golden  <david@harpegolden.net>
228         * mouse.el (mouse-save-then-kill): Save region to kill-ring
229         when mouse-drag-copy-region is non-nil (Bug#6956).
231 2010-09-05  Chong Yidong  <cyd@stupidchicken.com>
233         * dired.el (dired-ls-sorting-switches, dired-sort-by-name-regexp):
234         Improve regexps (Bug#6987).
235         (dired-sort-toggle): Search more robustly for -t flag.
237         * files.el (get-free-disk-space): Search more robustly for
238         "available" column.  Suggested by Ehud Karni
239         <ehud@unix.mvs.co.il>.
241 2010-09-05  Juanma Barranquero  <lekktu@gmail.com>
243         * international/uni-bidi.el:
244         * international/uni-category.el:
245         * international/uni-combining.el:
246         * international/uni-decimal.el:
247         * international/uni-mirrored.el:
248         * international/uni-name.el: Regenerate.
250 2010-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
252         * electric.el (electric-indent-post-self-insert-function):
253         Don't reindent with a sloppy indentation function.
255         * emacs-lisp/syntax.el (syntax-ppss): More sanity check to catch
256         border case in change-log-mode.
258 2010-09-04  Chong Yidong  <cyd@stupidchicken.com>
260         * progmodes/compile.el (compilation-error-regexp-alist-alist):
261         Remove ruby regexp; handle Ruby errors with gcc-include and gnu.
262         Recognize leading tab in gcc-include regexp.  Ignore names with
263         leading "from" or "in" in gnu regexp (Bug#6937).
265 2010-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
267         Avoid global recursive calls to kill-buffer-hooks; fit into 80 cols.
268         * textmodes/ispell.el (ispell-process-buffer-name): Remove.
269         (ispell-start-process): Avoid setq and simplify logic.
270         (ispell-init-process): Setup kill-buffer-hook locally when needed.
271         (kill-buffer-hook): Don't use it globally with code that uses
272         expand-file-name since that may call kill-buffer via
273         code_conversion_restore.
275 2010-09-04  Noorul Islam K M  <noorul@noorul.com>  (tiny change)
277         * emacs-lisp/package.el (package-directory-list): Only call
278         file-name-nondirectory on a string.
280 2010-09-02  Chong Yidong  <cyd@stupidchicken.com>
282         * emacs-lisp/package.el (package--download-one-archive):
283         Ensure that archive-contents is valid before saving it.
284         (package-activate-1, package-mark-obsolete, define-package)
285         (package-compute-transaction, package-list-maybe-add): Use push.
287 2010-09-03  Stefan Monnier  <monnier@iro.umontreal.ca>
289         Use SMIE's blink-paren for octave-mode.
290         * progmodes/octave-mod.el (octave-font-lock-close-quotes):
291         Backslashes do not escape single-quotes, single-quotes do.
292         (octave-block-else-regexp, octave-block-end-regexp)
293         (octave-block-match-alist): Remove.
294         (octave-smie-bnf-table): New var, with old content.
295         (octave-smie-op-levels): Use it.
296         (octave-smie-closer-alist): New var.
297         (octave-mode): Use it.  Setup smie-blink-matching and electric-indent.
298         (octave-blink-matching-block-open): Remove.
299         (octave-reindent-then-newline-and-indent, octave-electric-semi)
300         (octave-electric-space): Let self-insert-command run expand-abbrev and
301         blink parens.
303         * electric.el (electricity): New group.
304         (electric-indent-chars): New var.
305         (electric-indent-post-self-insert-function): New fun.
306         (electric-indent-mode): New minor mode.
307         (electric-pair-skip-self): New custom.
308         (electric-pair-post-self-insert-function): New function.
309         (electric-pair-mode): New minor mode.
311         * calc/calc-aent.el (calcAlg-blink-matching-check): New fun, to replace
312         calcAlg-blink-matching-open.
313         (calc-alg-ent-map, calc-alg-ent-esc-map): Initialize in the declaration.
314         (calc-do-alg-entry): Only touch the part of the keymap that varies.
315         Use the new blink-matching-check-function.
317         Provide blink-matching support to SMIE.
318         * emacs-lisp/smie.el (smie-bnf-closer-alist): New function.
319         (smie-blink-matching-triggers, smie-blink-matching-inners): New vars.
320         (smie-blink-matching-check, smie-blink-matching-open): New functions.
322         * simple.el (newline): Fix last change to properly remove itself from
323         the hook.
325 2010-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
327         * simple.el (newline): Eliminate optimization.
328         Use post-self-insert-hook to set hard-newline and things before
329         running post-self-insert-hook.
330         (blink-matching-check-mismatch): New function.
331         (blink-matching-check-function): New variable.
332         (blink-matching-open): Use them.
333         Skip back forward over prefix chars skipped by forward-sexp.
334         Don't check if the parens are backslash escaped.
335         (blink-paren-post-self-insert-function): Check backslash escaping here.
337 2010-09-02  Chong Yidong  <cyd@stupidchicken.com>
339         * emacs-lisp/package.el (package-menu-mode-map):
340         Change package-menu-revert bindings to revert-buffer.
341         (package-menu-mode): Set revert-buffer-function.
342         (package-menu-revert): Doc fix.
344 2010-09-02  Agustín Martín  <agustin.martin@hispalinux.es>
346         * textmodes/ispell.el (ispell-init-process): Use "~/" as
347         `default-directory' unless using Ispell per-directory personal
348         dictionaries and not in a mini-buffer under XEmacs.
349         (kill-buffer-hook): Do not kill ispell process on exit when
350         `ispell-process-directory' is "~/". (Bug#6143)
352 2010-09-02  Jan Djärv  <jan.h.d@swipnet.se>
354         * simple.el (kill-new): Call interprogram-cut-function with only
355         one argument.
357         * term.el (term-mouse-paste): Don't call x-get-cutbuffer.
358         Remove cut buffer from error message.
360         * term/x-win.el (x-select-text):
361         * term/pc-win.el (x-selection-value):
362         * term/ns-win.el (x-selection-value):
363         * eshell/em-term.el:
364         * w32-fns.el (x-get-selection-value):
365         * mouse-sel.el (mouse-sel-set-selection-function):
366         * frame.el (display-selections-p): Remove cut-buffer in documentation.
368         * term/x-win.el: Update documentation for x-last-selected-text-*.
369         (x-last-selected-text-cut, x-last-selected-text-cut-encoded)
370         (x-last-cut-buffer-coding, x-cut-buffer-max): Remove.
371         (x-select-text): Remove argument PUSH, update documentation.  Remove
372         cut-buffer code.
373         (x-selection-value-internal): Was previously x-selection-value.
374         (x-selection-value): Rename from x-cut-buffer-or-selection-value.
375         Update documentation, remove cut-buffer code.  Call
376         x-selection-value-internal.
377         (x-clipboard-yank): Call x-selection-value-internal.
378         (x-initialize-window-system): Remove setting of x-cut-buffer-max.
380         * term/pc-win.el (x-last-selected-text):
381         x-cut-buffer-or-selection-value renamed to x-selection-value
382         (x-select-text): Remove argument PUSH, update documentation.
384         * term/ns-win.el (x-setup-function-keys, ns-last-selected-text):
385         x-cut-buffer-or-selection-value renamed to x-selection-value
386         (x-selection-value): Renamed from x-cut-buffer-or-selection-value.
387         (x-select-text): Remove argument PUSH, update documentation.
389         * emacs-lisp/cl-macs.el (x-get-cutbuffer, x-get-cut-buffer): Remove.
391         * w32-fns.el (x-last-selected-text):
392         x-cut-buffer-or-selection-value renamed to x-selection-value.
393         (x-cut-buffer-max): Remove.
394         (x-select-text): Remove argument PUSH, update documentation.
396         * simple.el (interprogram-cut-function): Remove mention of PUSH.
398         * select.el (x-get-cut-buffer, x-set-cut-buffer): Remove.
400         * mouse-sel.el (mouse-sel-get-selection-function):
401         x-cut-buffer-or-selection-value renamed to x-selection-value.
402         (x-select-text): Remove optional push.
404 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
406         * simple.el (blink-paren-function): Move from C to here.
407         (blink-paren-post-self-insert-function): New function.
408         (post-self-insert-hook): Use it.
410         * emacs-lisp/pcase.el (pcase-split-memq):
411         Fix overenthusiastic optimisation.
412         (pcase-u1): Handle the case of a lambda pred.
414 2010-08-31  Kenichi Handa  <handa@m17n.org>
416         * international/mule-cmds.el (standard-display-european-internal):
417         Setup standard-display-table for 8-bit characters by storing 8-bit
418         characters in the element vector.
420         * disp-table.el (standard-display-8bit): Setup
421         standard-display-table for 8-bit characters by storing 8-bit
422         characters in the element vector.
423         (standard-display-european): Likewise.
425 2010-08-31  Masatake YAMATO  <yamato@redhat.com>
427         * textmodes/nroff-mode.el (nroff-view): New command.
428         (nroff-mode-map): Bind it to C-c C-c.
430 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
432         * emacs-lisp/smie.el (smie-down-list): New command.
434         Remove old indentation and navigation code on octave-mode.
435         * progmodes/octave-mod.el (octave-mode-map): Remap down-list to
436         smie-down-list rather than add a binding for octave-down-block.
437         (octave-mark-block, octave-blink-matching-block-open):
438         Rely on forward-sexp-function.
439         (octave-fill-paragraph): Don't narrow, so you can use
440         indent-according-to-mode.
441         (octave-block-begin-regexp, octave-block-begin-or-end-regexp): Remove.
442         (octave-in-block-p, octave-re-search-forward-kw)
443         (octave-re-search-backward-kw, octave-indent-calculate)
444         (octave-end-as-array-index-p, octave-block-end-offset)
445         (octave-scan-blocks, octave-forward-block, octave-backward-block)
446         (octave-down-block, octave-backward-up-block, octave-up-block)
447         (octave-before-magic-comment-p, octave-indent-line): Remove.
449 2010-08-31  Chong Yidong  <cyd@stupidchicken.com>
451         * emacs-lisp/package.el (package--read-archive-file): Just use
452         `read', to avoid copying an additional string.
453         (package-menu-mode): Set header-line-format here.
454         (package-menu-refresh, package-menu-revert): Signal an error if
455         not in the Package Menu.
456         (package-menu-package-list): New var.
457         (package--generate-package-list): Operate on the current buffer;
458         don't assume that it is *Packages*, since the user may rename it.
459         Allow persistent package listings and sort keys using
460         package-menu-package-list and package-menu-package-sort-key.
461         (package-menu--version-predicate): Fix version calculation.
462         (package-menu-sort-by-column): Don't select the window.
463         (package--list-packages): Create the *Packages* buffer.
464         Set package-menu-package-list-key.
465         (list-packages): Sorting by status is now the default.
466         (package-buffer-info): Use match-string-no-properties.
467         (define-package): Add a &rest argument for future proofing, but
468         don't use it yet.
469         (package-install-from-buffer, package-install-buffer-internal):
470         Merge into a single function, package-install-from-buffer.
471         (package-install-file): Change caller.
473         * finder.el: Load finder-inf using `require'.
474         (finder-list-matches): Sorting by status is now the default.
475         (finder-compile-keywords): Simpify printing.
477 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
479         * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
480         (octave-mode-map): Remove special bindings for forward/backward-block
481         and octave-backward-up-block.  Use smie-close-block.
482         (octave-continuation-marker-regexp): New var.
483         (octave-continuation-regexp): Use it.
484         (octave-operator-table, octave-smie-op-levels)
485         (octave-operator-regexp, octave-smie-indent-rules): New vars.
486         (octave-smie-backward-token, octave-smie-forward-token): New funs.
487         (octave-mode): Use SMIE.
488         (octave-close-block): Delete.
490 2010-08-30  Eli Zaretskii  <eliz@gnu.org>
492         * menu-bar.el (menu-bar-edit-menu) <"Paste">: Check selection in
493         CLIPBOARD, not in PRIMARY.  (Bug#6944)
495 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
497         * emacs-lisp/smie.el (smie-indent-offset-rule): Let :parent take
498         a list of parents.
499         (smie-indent-column): Allow indirection through variables.
501         * composite.el (save-buffer-state): Delete, unused.
502         * font-lock.el (save-buffer-state): Use with-silent-modifications.
503         (font-lock-default-fontify-region): Use with-syntax-table.
504         * jit-lock.el (with-buffer-unmodified): Remove.
505         (with-buffer-prepared-for-jit-lock): Use with-silent-modifications.
507         Use `declare' in defmacros.
508         * window.el (save-selected-window):
509         * subr.el (with-temp-file, with-temp-message, with-syntax-table):
510         * progmodes/python.el (def-python-skeleton):
511         * net/dbus.el (dbus-ignore-errors):
512         * jka-cmpr-hook.el (with-auto-compression-mode):
513         * international/mule.el (with-category-table):
514         * emacs-lisp/timer.el (with-timeout):
515         * emacs-lisp/lisp-mnt.el (lm-with-file):
516         * emacs-lisp/eieio.el (with-slots):
517         * emacs-lisp/easymenu.el (easy-menu-define):
518         * emacs-lisp/debug.el (debugger-env-macro):
519         * emacs-lisp/cl-compat.el (Multiple-value-bind, Multiple-value-setq)
520         (Multiple-value-call, Multiple-value-prog1):
521         * emacs-lisp/cl-seq.el (cl-parsing-keywords, cl-check-key)
522         (cl-check-test-nokey, cl-check-test, cl-check-match): Move indent and
523         edebug rule to definition.
524         * emacs-lisp/lisp-mode.el (save-selected-window)
525         (with-current-buffer, combine-after-change-calls)
526         (with-output-to-string, with-temp-file, with-temp-buffer)
527         (with-temp-message, with-syntax-table, read-if, eval-after-load)
528         (dolist, dotimes, when, unless):
529         * emacs-lisp/byte-run.el (inline): Remove indent rule, redundant.
531 2010-08-29  Chong Yidong  <cyd@stupidchicken.com>
533         * finder.el: Require `package'.
534         (finder-known-keywords): Tweak descriptions.  Retire `oop' keyword.
535         (finder-package-info): Var deleted.
536         (finder-keywords-hash, finder--builtins-alist): New vars.
537         (finder-compile-keywords): Compute package--builtins and
538         finder-keywords-hash instead of finder-keywords-hash, respecting
539         the "Package" header.
540         (finder-unknown-keywords, finder-list-matches):
541         Use finder-keywords-hash and package--list-packages.
542         (finder-mode): Don't set font-lock-defaults.
543         (finder-exit): We don't use "*Finder-package*" and "*Finder
544         Category*" buffers anymore.
546         * emacs-lisp/package.el (package--builtins-base): Var deleted.
547         (package--builtins): Set default value to nil.
548         (package-initialize): Load precomputed value of package--builtins
549         from finder-inf.el.
550         (package-alist, package-compute-transaction)
551         (package-download-transaction): Improve docstring.
552         (package-read-all-archive-contents): Do not change
553         package--builtins here.
554         (list-packages): Make package-list-packages an alias for this.
555         Sort by status by default.
556         (package--list-packages): Add optional PACKAGES arg.
557         (describe-package-1): Use font-lock-face property.  For built-in
558         packages, insert file commentary.
559         (package--generate-package-list): Rename from
560         package-list-packages-internal; all callers changed.  Add optional
561         PACKAGES arg.  Add alphabetical sort fallbacks.
562         (package-menu--version-predicate, package-menu--status-predicate)
563         (package-menu--description-predicate)
564         (package-menu--name-predicate): New functions.
566         * info.el (Info-finder-find-node): Search package-alist instead of
567         finder-package-info.
569 2010-08-29  Chong Yidong  <cyd@stupidchicken.com>
571         * subr.el (version-regexp-alist): Don't use "a" and "b" for
572         "alpha" and "beta".
573         (version-to-list): Handle versions like "10.3d".
575 2010-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
577         * emacs-lisp/macroexp.el (macroexpand-all-1): Use pcase.
578         (macroexp-accumulate): Use `declare'.
580 2010-08-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
582         * whitespace.el (whitespace-style): Adjust type declaration.
584 2010-08-26  Magnus Henoch  <magnus.henoch@gmail.com>
586         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
587         empty argument to gvfs-copy.
589 2010-08-26  Chong Yidong  <cyd@stupidchicken.com>
591         * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
592         handle new TRASH arg of `delete-file'.
594 2010-08-26  Christian Lynbech  <christian.lynbech@tieto.com>  (tiny change)
596         * net/tramp.el (tramp-handle-insert-directory): Don't use
597         `forward-word', its default syntax could be changed.
599 2010-08-26  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
600             Michael Albinus  <michael.albinus@gmx.de>
602         Implement compression for inline methods.
604         * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
605         (tramp-copy-size-limit): Allow also nil.
606         (tramp-inline-compress-commands): New defconst.
607         (tramp-find-inline-compress, tramp-get-inline-compress)
608         (tramp-get-inline-coding): New defuns.
609         (tramp-get-remote-coding, tramp-get-local-coding): Remove,
610         replaced by `tramp-get-inline-coding'.
611         (tramp-handle-file-local-copy, tramp-handle-write-region)
612         (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
614 2010-08-26  Noah Lavine  <noah549@gmail.com>  (tiny change)
616         Detect ssh 'ControlMaster' argument automatically in some cases.
618         * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
619         (tramp-default-method): Use it.
621 2010-08-26  Karel Klíč  <kklic@redhat.com>
623         * net/tramp.el (tramp-file-name-for-operation):
624         Add file-selinux-context.
626 2010-08-26  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
628         * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
630 2010-08-26  Chong Yidong  <cyd@stupidchicken.com>
632         * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
633         (Bug#6907).
635 2010-08-26  Nathan Weizenbaum  <nweiz@cressida.sea.corp.google.com>  (tiny change)
637         * progmodes/js.el: Make indentation more customizable (Bug#6914).
638         (js-paren-indent-offset, js-square-indent-offset)
639         (js-curly-indent-offset): New options.
640         (js--proper-indentation): Use them.
642 2010-08-26  Daniel Colascione  <dan.colascione@gmail.com>
644         * progmodes/sh-script.el (sh-get-indent-info): Use syntax-ppss
645         instead of inspecting font-lock properties (Bug#6916).
647 2010-08-26  David Reitter  <david.reitter@gmail.com>
649         * server.el (server-visit-files): Run pre-command-hook and
650         post-command-hook for each buffer while it is current
651         (Bug#6910).
652         (server-execute): Do not run hooks here.
654 2010-08-26  Michael Albinus  <michael.albinus@gmx.de>
656         Sync with Tramp 2.1.19.
658         * net/tramp-cmds.el (tramp-cleanup-all-connections)
659         (tramp-reporter-dump-variable, tramp-load-report-modules)
660         (tramp-append-tramp-buffers): Use `tramp-compat-funcall'.
661         (tramp-bug): Recommend setting of `tramp-verbose' to 9.
663         * net/tramp-compat.el (top): Do not autoload
664         `tramp-handle-file-remote-p'.  Load tramp-util.el and tramp-vc.el
665         only when `start-file-process' is not bound.
666         (byte-compile-not-obsolete-vars): Define if not bound.
667         (tramp-compat-funcall): New defmacro.
668         (tramp-compat-line-beginning-position)
669         (tramp-compat-line-end-position)
670         (tramp-compat-temporary-file-directory)
671         (tramp-compat-make-temp-file, tramp-compat-file-attributes)
672         (tramp-compat-copy-file, tramp-compat-copy-directory)
673         (tramp-compat-delete-file, tramp-compat-delete-directory)
674         (tramp-compat-number-sequence, tramp-compat-process-running-p):
675         Use it.
676         (tramp-advice-file-expand-wildcards): Do not use
677         `tramp-handle-file-remote-p'.
678         (tramp-compat-make-temp-file): Simplify fallback implementation.
679         (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
680         (tramp-compat-copy-tree): Remove function.
681         (tramp-compat-delete-file): New defun.
682         (tramp-compat-delete-directory): Provide implementation for older
683         Emacsen.
684         (tramp-compat-file-attributes): Handle only
685         `wrong-number-of-arguments' error.
687         * net/tramp-fish.el (tramp-fish-handle-copy-file): Add
688         PRESERVE_SELINUX_CONTEXT.
689         (tramp-fish-handle-delete-file): Add TRASH arg.
690         (tramp-fish-handle-directory-files-and-attributes):
691         Do not use `tramp-fish-handle-file-attributes.
692         (tramp-fish-handle-file-local-copy)
693         (tramp-fish-handle-insert-file-contents)
694         (tramp-fish-maybe-open-connection): Use `with-progress-reporter'.
696         * net/tramp-gvfs.el (top): Require url-util.
697         (tramp-gvfs-mount-point): Remove.
698         (tramp-gvfs-file-name-handler-alist): Add `file-selinux-context'
699         and `set-file-selinux-context'.
700         (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command)
701         (tramp-gvfs-handle-file-selinux-context)
702         (tramp-gvfs-handle-set-file-selinux-context): New defuns.
703         (with-tramp-dbus-call-method): Format trace message.
704         (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
705         (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
706         Implement backup call, when operation on local files fails.  Use
707         progress reporter.  Flush properties of changed files.
708         (tramp-gvfs-handle-delete-file): Add TRASH arg.  Use
709         `tramp-compat-delete-file'.
710         (tramp-gvfs-handle-expand-file-name): Expand "~/".
711         (tramp-gvfs-handle-make-directory): Make more traces.
712         (tramp-gvfs-handle-write-region): Protect deleting tmpfile.
713         (tramp-gvfs-url-file-name): Hexify file name in url.
714         (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
715         into account for the resulting file name.
716         (tramp-gvfs-handler-askquestion): Preserve current message, in
717         order to let progress reporter continue afterwards.  (Bug#6257)
718         Return dummy mountpoint, when the answer is "no".  See
719         `tramp-gvfs-maybe-open-connection'.
720         (tramp-gvfs-handler-mounted-unmounted)
721         (tramp-gvfs-connection-mounted-p): Test also for new mountspec
722         attribute "default_location".  Set "prefix" property.  Handle
723         default-location.
724         (tramp-gvfs-mount-spec): Return both prefix and mountspec.
725         (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
726         exists.  Raise an error, if not (due to a corresponding answer
727         "no" in interactive questions, for example). Use
728         `tramp-compat-funcall'.
730         * net/tramp-imap.el (top): Autoload `epg-make-context'.
731         (tramp-imap-handle-copy-file): Add PRESERVE-SELINUX-CONTEXT.
732         (tramp-imap-do-copy-or-rename-file)
733         (tramp-imap-handle-insert-file-contents)
734         (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
735         (tramp-imap-handle-delete-file): Add TRASH arg.
737         * net/tramp-smb.el (tramp-smb-handle-copy-file): Add
738         PRESERVE-SELINUX-CONTEXT.
739         (tramp-smb-handle-copy-file)
740         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
741         (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
742         Use `with-progress-reporter'.
743         (tramp-smb-handle-delete-file): Add TRASH arg.
745         * net/tramp.el (tramp-methods): Move hostname to the end in all
746         ssh `tramp-login-args'.  Add `tramp-async-args' attribute where
747         appropriate.
748         (tramp-verbose): Describe verbose level 9.
749         (tramp-completion-function-alist)
750         (tramp-file-name-regexp, tramp-chunksize)
751         (tramp-local-coding-commands, tramp-remote-coding-commands)
752         (with-connection-property, tramp-completion-mode-p)
753         (tramp-action-process-alive, tramp-action-out-of-band)
754         (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
755         (tramp-exists-file-name-handler): Fix docstring.
756         (tramp-remote-process-environment): Use `format' instead of
757         `concat'.  Protect version string by apostroph.
758         (tramp-shell-prompt-pattern): Do not use a shy group in case of
759         XEmacs.
760         (tramp-file-name-regexp-unified)
761         (tramp-completion-file-name-regexp-unified): On W32 systems, do
762         not regard the volume letter as remote filename.  (Bug#5447)
763         (tramp-perl-file-attributes)
764         (tramp-perl-directory-files-and-attributes): Don't pass "$3".
765         (tramp-vc-registered-read-file-names): Read input as
766         here-document, otherwise the command could exceed maximum length
767         of command line.
768         (tramp-file-name-handler-alist): Add `file-selinux-context' and
769         `set-file-selinux-context'.
770         (tramp-debug-message): Add `tramp-compat-funcall' to ignored
771         backtrace functions.
772         (tramp-error-with-buffer): Don't show the connection buffer when
773         we are in completion mode.
774         (tramp-progress-reporter-update, tramp-remote-selinux-p)
775         (tramp-handle-file-selinux-context)
776         (tramp-handle-set-file-selinux-context, tramp-process-sentinel)
777         (tramp-connectable-p, tramp-open-shell, tramp-get-remote-trash):
778         New defuns.
779         (with-progress-reporter): New defmacro.
780         (tramp-debug-outline-regexp): New defconst.
781         (top, tramp-rfn-eshadow-setup-minibuffer)
782         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
783         (tramp-handle-dired-compress-file, tramp-handle-shell-command)
784         (tramp-completion-mode-p, tramp-check-for-regexp)
785         (tramp-open-connection-setup-interactive-shell)
786         (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
787         (tramp-time-diff, tramp-coding-system-change-eol-conversion)
788         (tramp-set-process-query-on-exit-flag, tramp-unload-tramp):
789         Use `tramp-compat-funcall'.
790         (tramp-handle-make-symbolic-link): Flush file properties.
791         (tramp-handle-load, tramp-handle-file-local-copy)
792         (tramp-handle-insert-file-contents, tramp-handle-write-region)
793         (tramp-handle-vc-registered, tramp-maybe-send-script)
794         (tramp-find-shell): Use `with-progress-reporter'.
795         (tramp-do-file-attributes-with-stat): Add space in format string,
796         in order to work around a bug in pdksh.  Reported by Gilles Pion
797         <gpion@lfdj.com>.
798         (tramp-handle-verify-visited-file-modtime): Do not send a command
799         when the connection is not established.
800         (tramp-handle-set-file-times): Simplify the check for utc.
801         (tramp-handle-directory-files-and-attributes)
802         (tramp-get-remote-path): Use `copy-tree'.
803         (tramp-completion-handle-file-name-all-completions): Ensure, that
804         non remote files are still checked.  Oops.
805         (tramp-handle-copy-file, tramp-do-copy-or-rename-file): Handle
806         PRESERVE-SELINUX-CONTEXT.
807         (tramp-do-copy-or-rename-file): Add progress reporter.
808         (tramp-do-copy-or-rename-file-directly): Do not use
809         `tramp-handle-file-remote-p'.
810         (tramp-do-copy-or-rename-file-out-of-band):
811         Use `tramp-compat-delete-directory'.
812         (tramp-do-copy-or-rename-file-out-of-band)
813         (tramp-compute-multi-hops, tramp-maybe-open-connection):
814         Use `format-spec-make'.
815         (tramp-handle-delete-file): Add TRASH arg.
816         (tramp-handle-dired-uncache): Flush directory cache, not only file
817         cache.
818         (tramp-handle-expand-file-name)
819         (tramp-completion-handle-file-name-all-completions)
820         (tramp-completion-handle-file-name-completion): Use
821         `tramp-connectable-p'.
822         (tramp-handle-start-file-process): Set connection property "vec".
823         Use it, in order to invalidate file caches.  Check only for
824         `remote-tty' process property.
825         Implement tty setting.  (Bug#4604, Bug#6360)
826         (tramp-file-name-for-operation): Add `call-process-region' and
827         `set-file-selinux-context'.
828         (tramp-find-foreign-file-name-handler)
829         (tramp-advice-make-auto-save-file-name)
830         (tramp-set-auto-save-file-modes): Remove superfluous check for
831         `stringp'.  This is done inside `tramp-tramp-file-p'.
832         (tramp-file-name-handler): Trace 'quit.  Catch the error for some
833         operations when we are in completion mode.  This gives the user
834         the chance to correct the file name in the minibuffer.
835         (tramp-completion-mode-p): Use `non-essential'.
836         (tramp-handle-file-name-all-completions): Backward/ XEmacs
837         compatibility: Use `completion-ignore-case' if
838         `read-file-name-completion-ignore-case' does not exist.
839         (tramp-get-debug-buffer): Use `tramp-debug-outline-regexp'.
840         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
841         `tramp-open-shell'.
842         (tramp-action-password): Hide password prompt before next run.
843         (tramp-process-actions): Widen connection buffer for the trace.
844         (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
845         process property.  Trace stty settings if `tramp-verbose' >= 9.
846         Apply workaround for IRIX64 bug.  Move argument of last
847         `tramp-send-command' where it belongs to.
848         (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
849         front of `login-args'.
850         (tramp-get-ls-command, tramp-get-ls-command-with-dired): Run tests
851         on "/dev/null" instead of "/".
852         (tramp-get-ls-command-with-dired): Make test for "--dired"
853         stronger.
854         (tramp-set-auto-save-file-modes): Adapt version check.
855         (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
856         (tramp-handle-process-file): Call the program in a subshell, in
857         order to preserve working directory.
858         (tramp-handle-shell-command): Don't use hard-wired "/bin/sh" but
859         `tramp-remote-sh' from `tramp-methods'.
860         (tramp-get-ls-command): Make test for "--color=never" stronger.
861         (tramp-check-for-regexp): Use (forward-line 1).
863         * net/trampver.el: Update release number.
865 2010-08-26  Chong Yidong  <cyd@stupidchicken.com>
867         * help.el (help-map): Bind `C-h P' to describe-package.
869         * menu-bar.el (menu-bar-describe-menu): Add describe-package.
871         * emacs-lisp/package.el (package-refresh-contents): Catch errors
872         when downloading archives.
873         (describe-package-1): Add package commentary.
874         (package-install-button-action): New function.
875         (package-menu-mode-map): Bind ? to package-menu-describe-package.
876         (package-menu-view-commentary): Function removed.
877         (package-list-packages-internal): Hide the `package' package too.
879 2010-08-25  Kenichi Handa  <handa@m17n.org>
881         * language/misc-lang.el ("Arabic"): New language environment.
882         Setup composition-function-table for Arabic characters.
884         * international/fontset.el (setup-default-fontset): Fix typo for
885         arabic OTF spec (fini->fina).
887 2010-08-25  Jan Djärv  <jan.h.d@swipnet.se>
889         * menu-bar.el (menu-bar-set-tool-bar-position): Set frame parameter
890         on all frames.
892 2010-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
894         * whitespace.el: Allow cleaning up blanks without blank
895         visualization (Bug#6651).  Adjust help window for
896         whitespace-toggle-options (Bug#6479).  Allow to use fill-column
897         instead of whitespace-line-column (from EmacsWiki).  New version
898         13.1.
899         (whitespace-style): Added new value 'face.  Adjust docstring.
900         (whitespace-space, whitespace-hspace, whitespace-tab): Adjust
901         foreground property face.
902         (whitespace-line-column): Adjust docstring and type declaration.
903         (whitespace-style-value-list, whitespace-toggle-option-alist)
904         (whitespace-help-text): Adjust const initialization.
905         (whitespace-toggle-options, global-whitespace-toggle-options):
906         Adjust docstring.
907         (whitespace-display-window, whitespace-interactive-char)
908         (whitespace-style-face-p, whitespace-color-on): Adjust code.
909         (whitespace-help-scroll): New fun.
911 2010-08-24  Chong Yidong  <cyd@stupidchicken.com>
913         * emacs-lisp/package.el (list-packages): Alias for
914         package-list-packages.
916 2010-08-24  Kevin Ryde  <user42@zip.com.au>
918         * textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix
919         (Bug#5651).
921         * progmodes/ruby-mode.el (ruby): Add defgroup.
923 2010-08-24  Chong Yidong  <cyd@stupidchicken.com>
925         * progmodes/python.el: Add Ipython support (Bug#5390).
926         (python-shell-prompt-alist)
927         (python-shell-continuation-prompt-alist): New options.
928         (python--set-prompt-regexp): New function.
929         (inferior-python-mode, run-python, python-shell): Require
930         ansi-color.  Use python--set-prompt-regexp to set the comint
931         prompt based on the Python interpreter.
932         (python--prompt-regexp): New var.
933         (python-check-comint-prompt)
934         (python-comint-output-filter-function): Use it.
935         (run-python): Use a pipe (Bug#5694).
937 2010-08-24  Fabian Ezequiel Gallina  <galli.87@gmail.com>  (tiny change)
939         * progmodes/python.el (python-send-region): Send a different
940         Python command if Ipython is in use.
941         (python-check-version): Use a Python command to find the version.
943 2010-08-24  Chong Yidong  <cyd@stupidchicken.com>
945         * mouse.el (mouse-yank-primary): Avoid setting primary when
946         deactivating the mark (Bug#6872).
948 2010-08-23  Chris Foote  <chris@foote.com.au>  (tiny change)
950         * progmodes/python.el (python-block-pairs): Allow use of "finally"
951         with "else" (Bug#3991).
953 2010-08-23  Michael Albinus  <michael.albinus@gmx.de>
955         * net/dbus.el: Accept UNIX domain sockets as bus address.
956         (top): Don't initialize `dbus-registered-objects-table' anymore,
957         this is done in dbusbind,c.
958         (dbus-check-event): Adapt test for bus.
959         (dbus-return-values-table, dbus-unregister-service)
960         (dbus-event-bus-name, dbus-introspect, dbus-register-property):
961         Adapt doc string.
963 2010-08-23  Juanma Barranquero  <lekktu@gmail.com>
965         * ido.el (ido-use-virtual-buffers): Fix typo in docstring.
967 2010-08-22  Juri Linkov  <juri@jurta.org>
969         * simple.el (read-extended-command): New function with the logic
970         for `completing-read' moved to Elisp from `execute-extended-command'.
971         Use `function-called-at-point' in `minibuffer-default-add-function'
972         to get a command name for M-n (bug#5364, bug#5214).
974 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
976         * startup.el (command-line-1): Issue warning for ignored arguments
977         --unibyte, etc (Bug#6886).
979 2010-08-22  Leo  <sdl.web@gmail.com>
981         * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
982         (ignore, bright, dim, keyword): Split list of nicknames before
983         passing to rcirc-add-or-remove (Bug#6894).
985 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
987         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
989 2010-08-22  Leo  <sdl.web@gmail.com>
991         Fix buffer-list rename&refresh after killing a buffer in ido.
992         * lisp/ido.el: Revert Óscar's.
993         (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
994         Remember the buffers at head, rather than their name.
995         * lisp/iswitchb.el (iswitchb-kill-buffer): Re-make the list.
997 2010-08-22  Kirk Kelsey  <kirk.kelsey@0x4b.net>  (tiny change)
998             Stefan Monnier  <monnier@iro.umontreal.ca>
1000         * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
1001         extra backslash added to each line (bug#6890).
1003 2010-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1005         * subr.el (read-key): Don't echo keystrokes (bug#6883).
1007 2010-08-22  Glenn Morris  <rgm@gnu.org>
1009         * menu-bar.el (menu-bar-games-menu): Add landmark.
1011 2010-08-22  Glenn Morris  <rgm@gnu.org>
1013         * align.el (align-regexp): Make group and spacing arguments
1014         use the interactive defaults when non-interactive.  (Bug#6698)
1016         * mail/rmail.el (rmail-forward): Replace mail-text-start with its
1017         expansion, so as not to need sendmail.
1018         (mail-text-start): Remove declaration.
1019         (rmail-retry-failure): Require sendmail.
1021 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
1023         * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
1025 2010-08-22  Michael Albinus  <michael.albinus@gmx.de>
1027         * progmodes/flymake.el (flymake-start-syntax-check-process):
1028         Use `start-file-process' in order to let it run also on remote hosts.
1030 2010-08-22  Kenichi Handa  <handa@m17n.org>
1032         * files.el: Add `word-wrap' as safe local variable.
1034 2010-08-22  Glenn Morris  <rgm@gnu.org>
1036         * woman.el (woman-translate): Case matters.  (Bug#6849)
1038 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
1040         * simple.el (kill-region): Doc fix (Bug#6787).
1042 2010-08-22  Glenn Morris  <rgm@gnu.org>
1044         * calendar/diary-lib.el (diary-header-line-format):
1045         Fit it to the window, not the frame.
1047 2010-08-22  Andreas Schwab  <schwab@linux-m68k.org>
1049         * subr.el (ignore-errors): Add debug declaration.
1051 2010-08-22  Geoff Gole  <geoffgole@gmail.com>  (tiny change)
1053         * whitespace.el (whitespace-color-off): Remove post-command-hook
1054         locally.
1056 2010-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1058         * vc/add-log.el (add-log-file-name): Don't get confused by symlinks.
1060 2010-08-21  Chong Yidong  <cyd@stupidchicken.com>
1062         * cus-edit.el (custom-group-value-create): Add extra newline
1063         before end line (Bug#6876).
1065 2010-08-21  Chong Yidong  <cyd@stupidchicken.com>
1067         * mouse.el (mouse-save-then-kill): Don't save region to kill ring
1068         when extending it.  Before killing on the second click, check if
1069         the buffer is the correct one.  Doc fix.
1070         (mouse-secondary-save-then-kill): Allow usage without first
1071         calling mouse-start-secondary, by defaulting to point.  Don't save
1072         an empty secondary selection.  Doc fix.
1074 2010-08-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1076         * whitespace.el: Fix slow cursor movement (Bug#6172).  Reported by
1077         Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
1078         New version 13.0.
1079         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
1080         Adjust initialization.
1081         (whitespace-bob-marker, whitespace-eob-marker)
1082         (whitespace-buffer-changed): New vars.
1083         (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
1084         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
1085         (whitespace-post-command-hook, whitespace-display-char-on):
1086         Adjust code.
1087         (whitespace-looking-back, whitespace-buffer-changed): New funs.
1088         (whitespace-space-regexp, whitespace-tab-regexp): Fun eliminated.
1090 2010-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1092         * files.el (locate-file-completion-table): Only list the .el and .elc
1093         extensions if there's no other choice (bug#5955).
1095         * facemenu.el (facemenu-self-insert-data): New var.
1096         (facemenu-post-self-insert-function, facemenu-set-self-insert-face):
1097         New functions.
1098         (facemenu-add-face): Use them.
1100         * simple.el (blink-matching-open): Obey forward-sexp-function.
1102 2010-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1104         * simple.el (prog-mode-map): New var.
1105         (prog-indent-sexp): New command.
1107         * progmodes/octave-mod.el (octave-mode-menu): Make toggle buttons.
1109         * progmodes/prolog.el (smie): Require.
1111         * emacs-lisp/smie.el (smie-default-backward-token)
1112         (smie-default-forward-token): Strip properties.
1113         (smie-next-sexp): Be more careful with associative operators.
1114         (smie-forward-sexp-command): Generalize.
1115         (smie-backward-sexp-command): Simplify.
1116         (smie-closer-alist): New var.
1117         (smie-close-block): New command.
1118         (smie-indent-debug-log): New var.
1119         (smie-indent-offset-rule): Add a few more cases.
1120         (smie-indent-column): New function.
1121         (smie-indent-after-keyword): Use it.
1122         (smie-indent-keyword): Use it.
1123         Fix up the opener code's point position.
1124         (smie-indent-comment): Only applies at BOL.
1125         (smie-indent-debug): New command.
1127         * emacs-lisp/autoload.el (make-autoload): Preload the macros's
1128         declarations that are useful before running the macro.
1130 2010-08-18  Joakim Verona  <joakim@verona.se>
1132         * image.el (imagemagick-types-inhibit): New variable.
1133         (imagemagick-register-types): New function.
1134         * image-mode.el (image-transform-properties): New function.
1135         (image-transform-set-scale, image-transform-fit-to-height)
1136         (image-transform-set-rotation, image-transform-set-resize)
1137         (image-transform-fit-to-width, image-transform-fit-to-height):
1138         New functions.
1139         (image-toggle-display-image): Support image transforms.
1141 2010-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1143         * image.el (create-animated-image): Don't add heuristic mask to image
1144         (Bug#6839).
1146 2010-08-18  Jan Djärv  <jan.h.d@swipnet.se>
1148         * term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard):
1149         Use QCLIPBOARD instead of QPRIMARY (Bug#6677).
1151 2010-08-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1153         * emacs-lisp/lisp.el (up-list): Obey forward-sexp-function if set.
1155         Font-lock '...' strings, plus various simplifications and fixes.
1156         * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
1157         (octave-font-lock-close-quotes): New function.
1158         (octave-font-lock-syntactic-keywords): New var.
1159         (octave-mode): Use it.  Set beginning-of-defun-function.
1160         (octave-mode-map): Don't override the <foo>-defun commands.
1161         (octave-mode-menu): Pass it directly to easy-menu-define;
1162         remove (now generic) <foo>-defun commands; use info-lookup-symbol.
1163         (octave-block-match-alist): Fix up last change so that
1164         octave-close-block uses the more specific keyword.
1165         (info-lookup-mode): Silence byte-compiler.
1166         (octave-beginning-of-defun): Not interactive any more.
1167         Optimize slightly.
1168         (octave-end-of-defun, octave-mark-defun, octave-in-defun-p): Remove.
1169         (octave-indent-defun, octave-send-defun): Use mark-defun instead.
1170         (octave-completion-at-point-function): Make sure point is within
1171         beg..end.
1172         (octave-reindent-then-newline-and-indent):
1173         Use reindent-then-newline-and-indent.
1174         (octave-add-octave-menu): Remove.
1176 2010-08-17  Jan Djärv  <jan.h.d@swipnet.se>
1178         * mail/emacsbug.el (report-emacs-bug-insert-to-mailer)
1179         (report-emacs-bug-can-use-xdg-email): New functions.
1180         (report-emacs-bug): Set can-xdg-email to result of
1181         report-emacs-bug-can-use-xdg-email.  If can-xdg-email bind
1182         \C-cm to report-emacs-bug-insert-to-mailer and add help text
1183         about it.
1185         * net/browse-url.el (browse-url-default-browser): Add cond
1186         for browse-url-xdg-open.
1187         (browse-url-can-use-xdg-open, browse-url-xdg-open): New functions.
1189 2010-08-17  Glenn Morris  <rgm@gnu.org>
1191         * progmodes/cc-engine.el (c-new-BEG, c-new-END)
1192         (c-fontify-recorded-types-and-refs): Define for compiler.
1193         * progmodes/cc-mode.el (c-new-BEG, c-new-END): Move definitions
1194         before use.
1196         * calendar/icalendar.el (icalendar--convert-recurring-to-diary):
1197         Fix format call.
1199 2010-08-17  Michael Albinus  <michael.albinus@gmx.de>
1201         * net/tramp.el (tramp-handle-make-symbolic-link): Flush file
1202         properties.
1203         (tramp-handle-process-file): Call the program in a subshell, in
1204         order to preserve working directory.
1205         (tramp-action-password): Hide password prompt before next run.
1206         (tramp-process-actions): Widen connection buffer for the trace.
1208 2010-08-16  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
1210         * net/rcirc.el (rcirc-log-process-buffers): New option.
1211         (rcirc-print): Use it.
1212         (rcirc-generate-log-filename): New function.
1213         (rcirc-log-filename-function): Change default to
1214         rcirc-generate-log-filename (Bug#6828).
1216 2010-08-16  Chong Yidong  <cyd@stupidchicken.com>
1218         * simple.el (deactivate-mark): If select-active-regions is `only',
1219         only set selection for temporarily active regions.
1221         * cus-start.el: Change defcustom for select-active-regions.
1223 2010-08-15  Chong Yidong  <cyd@stupidchicken.com>
1225         * mouse.el (mouse--drag-set-mark-and-point): New function.
1226         (mouse-drag-track): Use LOCATION arg to push-mark.
1227         Use mouse--drag-set-mark-and-point to take click-count into
1228         consideration when updating point and mark (Bug#6840).
1230 2010-08-15  Chong Yidong  <cyd@stupidchicken.com>
1232         * progmodes/compile.el (compilation-error-regexp-alist-alist):
1233         Give the Ruby rule a lower priority than Gnu (Bug#6778).
1235 2010-08-14  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
1237         * font-lock.el (lisp-font-lock-keywords-2):
1238         Add combine-after-change-calls, condition-case-no-debug,
1239         with-demoted-errors, and with-silent-modifications (Bug#6025).
1241 2010-08-14  Kevin Ryde  <user42@zip.com.au>
1243         * emacs-lisp/copyright.el (copyright-update-year)
1244         (copyright-update): Temporary switch-to-buffer to ensure the
1245         buffer change being queried is visible (Bug#5394).
1247 2010-08-14  Tom Tromey  <tromey@redhat.com>
1249         * progmodes/etags.el (tags-file-name): Mark safe if stringp
1250         (Bug#6733).
1252 2010-08-14  Eli Zaretskii  <eliz@gnu.org>
1254         * mouse.el (mouse-yank-primary): Fix mouse-2 on MS-Windows and
1255         MS-DOS.  (Bug#6689)
1257 2010-08-13  Jan Djärv  <jan.h.d@swipnet.se>
1259         * menu-bar.el (menu-bar-set-tool-bar-position): New function.
1260         (menu-bar-showhide-tool-bar-menu-customize-enable-left)
1261         (menu-bar-showhide-tool-bar-menu-customize-enable-right)
1262         (menu-bar-showhide-tool-bar-menu-customize-enable-top)
1263         (menu-bar-showhide-tool-bar-menu-customize-enable-bottom):
1264         Call menu-bar-set-tool-bar-position.
1266 2010-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1268         * progmodes/octave-mod.el (octave-mode-syntax-table): Use the new "c"
1269         comment style (bug#6834).
1270         * progmodes/scheme.el (scheme-mode-syntax-table):
1271         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Remove spurious
1272         "b" flag in "' 14b" syntax.
1274         * progmodes/octave-mod.el (octave-mode-map): Remove special bindings
1275         for (un)commenting the region and performing completion.
1276         (octave-mode-menu): Use standard commands for help and completion.
1277         (octave-mode-syntax-table): Support %{..%} comments (sort of).
1278         (octave-mode): Use define-derived-mode.
1279         Set completion-at-point-functions and don't set columns.
1280         Don't disable adaptive-fill-regexp.
1281         (octave-describe-major-mode, octave-comment-region)
1282         (octave-uncomment-region, octave-comment-indent)
1283         (octave-indent-for-comment): Remove.
1284         (octave-indent-calculate): Rename from calculate-octave-indent.
1285         (octave-indent-line, octave-fill-paragraph): Update caller.
1286         (octave-initialize-completions): No need to make an alist.
1287         (octave-completion-at-point-function): New function.
1288         (octave-complete-symbol): Use it.
1289         (octave-insert-defun): Use define-skeleton.
1291         * progmodes/octave-mod.el (octave-mode): Set comment-add.
1292         (octave-mode-map): Use comment-dwim (bug#6829).
1294 2010-08-12  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
1296         * cus-edit.el (custom-save-variables, custom-save-faces): Fix up
1297         indentation of inserted comment.
1299 2010-08-11  Jan Djärv  <jan.h.d@swipnet.se>
1301         * faces.el (region): Add type gtk that uses gtk colors.
1303         * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
1304         Handle theme-name change.
1306 2010-08-10  Michael R. Mauger  <mmaug@yahoo.com>
1308         * progmodes/sql.el: Version 2.5
1309         (sql-product-alist): Add :prompt-cont-regexp property for several
1310         database products.
1311         (sql-prompt-cont-regexp): New variable.
1312         (sql-output-newline-count, sql-output-by-send):
1313         New variables.  Record number of newlines in input text.
1314         (sql-send-string): Handle multiple filters and count newlines.
1315         (sql-send-magic-terminator): Count terminator newline.
1316         (sql-interactive-remove-continuation-prompt): Filters output to
1317         remove continuation prompts; one for each newline.
1318         (sql-interactive-mode): Set up new variables, prompt regexp and
1319         output filter.
1320         (sql-mode-sqlite-font-lock-keywords): Correct some keywords.
1321         (sql-make-alternate-buffer-name): Correct buffer name in edge cases.
1323 2010-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1325         * emacs-lisp/pcase.el: New file.
1327 2010-08-10  Michael Albinus  <michael.albinus@gmx.de>
1329         * net/tramp.el (tramp-vc-registered-read-file-names): Read input
1330         as here-document, otherwise the command could exceed maximum
1331         length of command line.
1332         (tramp-handle-vc-registered): Call script accordingly.
1333         Reported by Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>.
1335 2010-08-10  Kenichi Handa  <handa@m17n.org>
1337         * language/hebrew.el: Exclude U+05C3 (Hebrew SOF PASUQ) from the
1338         composable pattern.
1340 2010-08-09  Chong Yidong  <cyd@stupidchicken.com>
1342         * emacs-lisp/package.el (package-version-split)
1343         (package--version-first-nonzero, package-version-compare):
1344         Functions removed.
1345         (package-directory-list, package-load-all-descriptors)
1346         (package--built-in, package-activate, define-package)
1347         (package-installed-p, package-compute-transaction)
1348         (package-read-all-archive-contents)
1349         (package--add-to-archive-contents, package-buffer-info)
1350         (package-tar-file-info, package-list-packages-internal):
1351         Use version-to-list and version-list-*.
1353         * emacs-lisp/package-x.el (package-upload-buffer-internal):
1354         Use version-to-list.
1355         (package-upload-buffer-internal): Use version-list-<=.
1357 2010-08-09  Kenichi Handa  <handa@m17n.org>
1359         * language/hebrew.el: Exclude U+05BD (Hebrew MAQAF) from the
1360         composable pattern.
1362 2010-08-08  Chong Yidong  <cyd@stupidchicken.com>
1364         * tutorial.el (tutorial--default-keys): C-d is now bound to
1365         delete-forward-char (Bug#6826).
1367         * mouse.el (mouse-drag-track): Remove accidentally-removed check
1368         for `double' value of mouse-1-click-follows-link (Bug#6807).
1370 2010-08-08  Johan Bockgård  <bojohan@gnu.org>
1372         * replace.el (replace-highlight): Bind isearch-forward and
1373         isearch-error, ensuring that highlighting is updated if the user
1374         switches the search direction (Bug#6808).
1376         * isearch.el (isearch-lazy-highlight-forward): New var.
1377         (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
1378         (isearch-lazy-highlight-update): Use it.
1380 2010-08-08  Kenichi Handa  <handa@m17n.org>
1382         * international/mule.el (define-charset): Store NAME as :base property.
1383         (ctext-non-standard-encodings-table): Pay attention to charset aliases.
1384         (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
1385         current priority.  Force using the designation of the specific
1386         charset by adding `charset' text property.  Improve the whole algorithm.
1388 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
1390         * emulation/pc-select.el (pc-selection-mode-hook)
1391         (copy-region-as-kill-nomark, beginning-of-buffer-mark)
1392         (pc-selection-mode): Fix typos in docstrings.
1394 2010-08-08  Kenichi Handa  <handa@m17n.org>
1396         * language/cyrillic.el: Don't add "microsoft-cp1251" to
1397         ctext-non-standard-encodings-alist here.
1399         * international/mule.el (ctext-non-standard-encodings-alist):
1400         Add "koi8-r" and "microsoft-cp1251".
1401         (ctext-standard-encodings): New variable.
1402         (ctext-non-standard-encodings-table): List only elements for
1403         non-standard encodings.
1404         (ctext-pre-write-conversion): Adjust for the above change.
1405         Check ctext-standard-encodings.
1407         * international/mule-conf.el (compound-text): Doc fix.
1408         (ctext-no-compositions): Doc fix.
1409         (compound-text-with-extensions): Doc fix.
1411 2010-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1413         * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
1415 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
1417         * progmodes/which-func.el (which-func-format): Split help-echo text
1418         into lines, like other mode-line tooltips.
1420         * server.el (server-start): When using TCP sockets, force IPv4
1421         and use a literal 127.0.0.1 for localhost.  (Related to bug#6781.)
1423 2010-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1425         * bindings.el (complete-symbol): Run completion-at-point as a fallback.
1427 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
1429         * term.el (term-delimiter-argument-list): Reflow docstring.
1430         (term-read-input-ring, term-write-input-ring, term-send-input)
1431         (term-bol, term-erase-in-display, serial-supported-or-barf):
1432         Fix typos in docstrings.
1434 2010-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1436         * bindings.el (function-key-map): Add a S-tab => backtab fallback.
1438 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
1440         * dabbrev.el (dabbrev-completion): Fix typo in docstring.
1442 2010-08-08  MON KEY  <monkey@sandpframing.com>  (tiny change)
1444         * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
1445         Fix typo in docstring (bug#6747).
1447 2010-08-08  Leo  <sdl.web@gmail.com>
1449         * eshell/esh-io.el (eshell-get-target): Better detection of
1450         read-only file (Bug#6762).
1452 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
1454         * align.el (align-default-spacing): Doc fix.
1455         (align-region-heuristic, align-regexp): Fix typos in docstrings.
1457 2010-08-08  Stephen Peters  <speters@itasoftware.com>
1459         * calendar/icalendar.el
1460         (icalendar--split-value): Fixed splitting regexp. (Bug#6766)
1461         (icalendar--get-weekday-numbers): New
1462         (icalendar--convert-recurring-to-diary): Handle multiple byday
1463         values in weekly rules. (Bug#6766)
1465 2010-08-08  Ulf Jasper  <ulf.jasper@web.de>
1467         * calendar/icalendar.el (icalendar-uid-format): Doc fix.
1468         (icalendar--create-uid, icalendar-export-region)
1469         (icalendar--parse-summary-and-rest): Code formatting.
1471 2010-08-08  Jay Belanger  <jay.p.belanger@gmail.com>
1473         * calc/calc.el (calc-trail-mode,calc-refresh): Use `face' property
1474         to italicize headers.
1475         (calc-highlight-selections-with-faces): New variable.
1476         (calc-selected-face, calc-nonselected-face): New faces.
1478         * calc/calccomp.el (math-comp-highlight-string): Use
1479         `calc-highlight-selections-with-faces' to determine how to highlight
1480         sub-formulas.
1482         * calc/calc-sel.el (calc-show-selections): Change message to when
1483         using faces to highlight selections.
1485 2010-08-07  Michael R. Mauger  <mmaug@yahoo.com>
1487         * progmodes/sql.el (sql-mode-sqlite-font-lock-keywords):
1488         Add SQLite 3 keywords, functions and datatypes.
1489         (sql-interactive-mode): Remove `comint-process-echoes' set to t
1490         (Bug#6686).
1492 2010-08-07  Chong Yidong  <cyd@stupidchicken.com>
1494         * simple.el (select-active-regions): Move to keyboard.c.
1495         (deactivate-mark): Used saved-region-selection.
1496         (select-active-region): Function removed.
1497         (activate-mark, set-mark, push-mark-command)
1498         (handle-shift-selection): Don't call it.
1499         (keyboard-quit): Avoid adding the region to the window selection.
1501         * mouse.el (mouse-drag-track): Remove hacks to deal with old
1502         select-active-regions implementation.
1503         (mouse-yank-at-click): Doc fix.
1505         * cus-start.el: Add custom declaration for select-active-regions.
1507 2010-08-07  Eli Zaretskii  <eliz@gnu.org>
1509         * simple.el (delete-forward-char): Doc fix.
1511         * tutorial.el (help-with-tutorial): Hack safe file-local variables
1512         after reading the tutorial.
1514 2010-08-06  Alan Mackenzie  <bug-cc-mode@gnu.org>
1516         * progmodes/cc-cmds.el (c-mask-paragraph, c-fill-paragraph): Fix
1517         for the case that a C style comment has its delimiters alone on
1518         their respective lines.
1520 2010-08-06  Michael Albinus  <michael.albinus@gmx.de>
1522         * net/tramp.el (tramp-handle-start-file-process): Set connection
1523         property "vec".
1524         (tramp-process-sentinel): Use it for flushing the cache.  We
1525         cannot do it via the process buffer, the buffer could be deleted
1526         already when running the sentinel.
1528 2010-08-06  Jürgen Hötzel  <juergen@archlinux.org>  (tiny change)
1530         * comint.el (comint-mode): Make directory tracking functions
1531         functional on remote files.  (Bug#6764)
1533 2010-08-06  Dan Nicolaescu  <dann@ics.uci.edu>
1535         * vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.
1537 2010-08-05  Eli Zaretskii  <eliz@gnu.org>
1539         * emacs-lisp/find-gc.el (find-gc-source-files): Rename
1540         unexec.c => unexcoff.c.
1542         * emacs-lisp/authors.el (authors-fixed-entries): Rename
1543         unexec.c => unexcoff.c.
1545 2010-08-05  Michael Albinus  <michael.albinus@gmx.de>
1547         * net/tramp.el (tramp-handle-dired-uncache): Flush directory
1548         cache, not only file cache.
1549         (tramp-process-sentinel): New defun.
1550         (tramp-handle-start-file-process): Use it, in order to invalidate
1551         file caches.
1553 2010-08-03  Leo  <sdl.web@gmail.com>
1555         * server.el (server-start): Simplify loop.
1557 2010-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1559         * frame.el (screen-height, screen-width, set-screen-width)
1560         (set-screen-height): Remove ancient compatibility aliases.
1562         * textmodes/fill.el (justify-current-line): Don't add 1 to nspaces
1563         when justifying.  It seems useless and harmful for ncols=1 (bug#6738).
1565         * emacs-lisp/timer.el (timer-event-handler): Protect against timers
1566         that change current buffer.
1568 2010-08-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1570         * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
1571         beginning of the string.  Use `string-match-p'.  (Bug#6765)
1573 2010-08-01  Jan Djärv  <jan.h.d@swipnet.se>
1575         * cus-start.el (x-gtk-use-system-tooltips): New variable.
1577 2010-08-01  Chong Yidong  <cyd@stupidchicken.com>
1579         * emacs-lisp/package.el (package--list-packages): Fix column alignment.
1580         (package--builtins): Tweak descriptions.
1581         (package-print-package): Upcase descriptions if necessary.
1582         Show all built-in packages in font-lock-builtin-face.
1583         (package-list-packages-internal): Omit "emacs" package.
1584         Show status of built-in packages as "built-in".
1586 2010-07-31  Chong Yidong  <cyd@stupidchicken.com>
1588         * mouse.el (mouse-save-then-kill): Doc fix.  Deactivate mark
1589         before killing to preserve the primary selection (Bug#6701).
1591         * term/x-win.el (x-select-text): Doc fix.
1593 2010-07-31  Nathaniel Flath  <flat0103@gmail.com>
1595         Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).
1596         The following functions were modified or created:
1598         * progmodes/cc-vars.el (c-offsets-alist, c-inside-block-syms)
1599         (objc-font-lock-extra-types):
1600         * progmodes/cc-mode.el (c-basic-common-init):
1601         * progmodes/cc-langs.el (c-make-mode-syntax-table)
1602         (c++-make-template-syntax-table)
1603         (c-identifier-syntax-modifications, c-symbol-start, c-operators)
1604         (c-<-op-cont-regexp, c->-op-cont-regexp, c-class-decl-kwds)
1605         (c-brace-list-decl-kwds, c-modifier-kwds, c-prefix-spec-kwds-re)
1606         (c-type-list-kwds, c-decl-prefix-re, c-opt-type-suffix-key):
1607         * progmodes/cc-fonts.el (c-make-inverse-face)
1608         (c-basic-matchers-after):
1609         * progmodes/cc-engine.el (c-forward-keyword-clause)
1610         (c-forward-<>-arglist, c-forward-<>-arglist-recur)
1611         (c-forward-name, c-forward-type, c-forward-decl-or-cast-1)
1612         (c-guess-continued-construct, c-guess-basic-syntax):
1614 2010-07-31  Jan Djärv  <jan.h.d@swipnet.se>
1616         * faces.el (face-all-attributes): Improve documentation (Bug#6767).
1618 2010-07-31  Eli Zaretskii  <eliz@gnu.org>
1620         * files.el (bidi-paragraph-direction): Define safe local values.
1622         * language/hebrew.el ("Hebrew"): Add TUTORIAL.he to
1623         language-info-alist.  Remove outdated FIXME in a comment.
1625 2010-07-31  Alan Mackenzie  <acm@muc.de>
1627         * progmodes/cc-cmds.el (c-mask-paragraph): Fix bug #6688:
1628         Auto-fill broken in C/C++ modes.
1630 2010-07-29  Jan Djärv  <jan.h.d@swipnet.se>
1632         * menu-bar.el (menu-bar-showhide-tool-bar-menu-customize-enable-left)
1633         (menu-bar-showhide-tool-bar-menu-customize-disable)
1634         (menu-bar-showhide-tool-bar-menu-customize-enable-right)
1635         (menu-bar-showhide-tool-bar-menu-customize-enable-bottom)
1636         (menu-bar-showhide-tool-bar-menu-customize-enable-top): New functions
1637         (menu-bar-showhide-tool-bar-menu): If tool bar is moveable,
1638         make a menu for Options => toolbar that can move it.
1640 2010-07-29  Chong Yidong  <cyd@stupidchicken.com>
1642         * emacs-lisp/package-x.el (package--make-rss-entry):
1643         (package-maint-add-news-item, package--update-news)
1644         (package-upload-buffer-internal): New arg ARCHIVE-URL.
1646         * emacs-lisp/package.el (package-archive-url): Rename from
1647         package-archive-id.
1648         (package-install): Doc fix.
1649         (package-download-single, package-download-tar, package-install)
1650         (package-menu-view-commentary): Callers changed.
1652 2010-07-29  Michael Albinus  <michael.albinus@gmx.de>
1654         * net/tramp.el (tramp-handle-start-file-process): Check only for
1655         `remote-tty' process property.
1656         (tramp-open-shell): Don't check for tty.
1657         (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
1658         process property.
1660         * progmodes/gdb-mi.el (gdb-init-1): Check also for tty on a remote
1661         host.
1663 2010-07-28  Chong Yidong  <cyd@stupidchicken.com>
1665         * emacs-lisp/package.el (package-load-list, package-archives)
1666         (package-archive-contents, package-user-dir)
1667         (package-directory-list, package--builtins, package-alist)
1668         (package-activated-list, package-obsolete-alist): Mark as risky.
1670 2010-07-28  Phil Hagelberg  <phil@evri.com>
1672         Add support for non-default package repositories.
1673         * emacs-lisp/package.el (package-archive-base): Var deleted.
1674         (package-archives): New variable.
1675         (package-archive-contents): Doc fix.
1676         (package-load-descriptor): Do nothing if descriptor file is missing.
1677         (package--write-file-no-coding): New function.
1678         (package-unpack-single): Use it.
1679         (package-archive-id): New function.
1680         (package-download-single, package-download-tar)
1681         (package-menu-view-commentary): Use it.
1682         (package-installed-p): Make second argument optional.
1683         (package-read-all-archive-contents): New function.
1684         (package-initialize): Use it.
1685         (package-read-archive-contents): Add ARCHIVE argument.
1686         (package--add-to-archive-contents): New function.
1687         (package-install): Don't call package-read-archive-contents.
1688         (package--download-one-archive): Store archive file in a
1689         subdirectory of package-user-dir.
1690         (package-menu-execute): Remove spurious line movement.
1692 2010-07-28  Jan Djärv  <jan.h.d@swipnet.se>
1694         * cus-start.el (tool-bar-style): Add text-image-horiz.
1696 2010-07-28  Michael Albinus  <michael.albinus@gmx.de>
1698         * progmodes/gud.el (gud-common-init): Check for remoteness of
1699         `file', and not of `default-directory'.
1701 2010-07-28  Michael Albinus  <michael.albinus@gmx.de>
1703         * net/tramp.el (tramp-methods): Move hostname to the end in all
1704         ssh `tramp-login-args'.
1705         (tramp-verbose): Describe verbose level 9.
1706         (tramp-open-shell): Check for tty if `tramp-verbose' >= 9.
1707         (tramp-open-connection-setup-interactive-shell): Trace stty
1708         settings if `tramp-verbose' >= 9.
1709         (tramp-handle-start-file-process): Implement tty setting.
1710         (Bug#4604, Bug#6360)
1712         * net/tramp-cmds.el (tramp-bug): Recommend setting of
1713         `tramp-verbose' to 9.
1715 2010-07-27  Aaron S. Hawley  <ashawley@burlingtontelecom.net>
1717         * emacs-lisp/re-builder.el (reb-re-syntax, reb-lisp-mode)
1718         (reb-lisp-syntax-p, reb-change-syntax, reb-cook-regexp):
1719         Remove references to package `lisp-re' (bug#4369).
1721 2010-07-27  Tom Tromey  <tromey@redhat.com>
1723         * progmodes/js.el (js-mode):
1724         * progmodes/make-mode.el (makefile-mode):
1725         * progmodes/simula.el (simula-mode):
1726         * progmodes/tcl.el (tcl-mode): Derive from prog-mode.
1728 2010-07-27  Juanma Barranquero  <lekktu@gmail.com>
1730         * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
1732         * cedet/semantic/db-file.el (object-write): Fix typo in docstring.
1734         * time.el (display-time-day-and-date): Remove spurious * in docstring.
1735         (display-time-world-buffer-name, display-time-world-mode-map):
1736         Fix typos in docstrings.
1738 2010-07-27  Shyam Karanatt  <shyam@swathanthran.in>  (tiny change)
1740         * image-mode.el (image-display-size): New function.
1741         (image-forward-hscroll, image-next-line, image-eol, image-eob)
1742         (image-mode-fit-frame): Use it (Bug#6639).
1744 2010-07-27  Chong Yidong  <cyd@stupidchicken.com>
1746         * dired.el (dired-buffers-for-dir): Handle list values of
1747         dired-directory (Bug#6636).
1749 2010-07-26  Sam Steingold  <sds@gnu.org>
1751         * mouse.el (mouse-yank-primary, mouse-yank-secondary):
1752         Do not call `x-get-selection' the second time, reuse the value.
1754 2010-07-26  Daiki Ueno  <ueno@unixuser.org>
1756         * epa-mail.el (epa-mail-mode-map): Add alternative key bindings
1757         which consist of control chars only.  Suggested by Richard Stallman.
1759 2010-07-25  Daiki Ueno  <ueno@unixuser.org>
1761         * epa-file.el (epa-file-insert-file-contents): Check if LOCAL-FILE
1762         exists before passing an error to find-file-not-found-functions
1763         (bug#6723).
1765 2010-07-23  Lukas Huonker  <l.huonker@gmail.com>
1767         * play/tetris.el (tetris-tty-colors, tetris-x-colors, tetris-blank):
1768         Remove leading nil element, adjust values.
1769         (tetris-shapes, tetris-shape-scores):
1770         Change representation of shapes and remove some redundancy.
1771         (tetris-get-shape-cell, tetris-shape-width, tetris-draw-next-shape)
1772         (tetris-draw-shape, tetris-erase-shape, tetris-test-shape):
1773         Adjust for working with new representation of shapes.
1774         (tetris-shape-rotations): New function.
1775         (tetris-move-bottom, tetris-move-left, tetris-move-right)
1776         (tetris-rotate-prev, tetris-rotate-next):
1777         Adjust for working with the new version of tetris-test-shape.
1779 2010-07-23  Markus Triska  <markus.triska@gmx.at>
1781         * progmodes/ps-mode.el: Use comint (bug#5954).
1782         (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
1783         (ps-mode-other-newline): Simplify.
1784         (ps-run-mode): Derive from comint-mode instead of
1785         fundamental-mode, yielding input history etc.
1786         (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
1787         (ps-run-send-string): Adapt for comint-mode.
1788         (ps-run-newline): Remove now unneeded function.
1790 2010-07-23  Michael Albinus  <michael.albinus@gmx.de>
1792         * net/tramp.el (tramp-methods): Move hostname to the end in all
1793         plink `tramp-login-args'.
1795 2010-07-23  Michael Albinus  <michael.albinus@gmx.de>
1797         * net/tramp.el (tramp-open-shell): New defun.
1798         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
1799         Use it.
1801 2010-07-23  Michael Albinus  <michael.albinus@gmx.de>
1803         * net/tramp.el (tramp-file-name-regexp-unified)
1804         (tramp-completion-file-name-regexp-unified): On W32 systems, do
1805         not regard the volume letter as remote filename.  (Bug#5447)
1807 2010-07-23  Juanma Barranquero  <lekktu@gmail.com>
1809         * custom.el (custom-declare-variable): Give a clearer error message
1810         when the docstring is missing (bug#6476).
1812 2010-07-22  Michael R. Mauger  <mmaug@yahoo.com>
1814         * progmodes/sql.el: Version 2.4.  Improved Login prompting.
1815         (sql-login-params): New widget definition.
1816         (sql-oracle-login-params, sql-mysql-login-params)
1817         (sql-solid-login-params, sql-sybase-login-params)
1818         (sql-informix-login-params, sql-ingres-login-params)
1819         (sql-ms-login-params, sql-postgres-login-params)
1820         (sql-interbase-login-params, sql-db2-login-params)
1821         (sql-linter-login-params): Use it.
1822         (sql-sqlite-login-params): Use it; Define "database" parameter as
1823         a file name.
1824         (sql-sqlite-program): Change to "sqlite3".
1825         (sql-comint-sqlite): Make sure database name is complete.
1826         (sql-for-each-login): New function.
1827         (sql-connect, sql-save-connection): Use it.
1828         (sql-get-login-ext): New function.
1829         (sql-get-login): Use it.
1830         (sql-make-alternate-buffer-name): Handle :file parameters.
1832 2010-07-22  Juanma Barranquero  <lekktu@gmail.com>
1834         * dired.el (dired-no-confirm): Document value t and fix defcustom to
1835         accept it (bug#6597).  Suggested by Drew Adams <drew.adams@oracle.com>.
1837 2010-07-22  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
1839         * dired.el (dired-mode-map): Use command remapping (bug#6632).
1841 2010-07-22  Lawrence Mitchell  <wence@gmx.li>
1843         * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
1845 2010-07-21  Michael Albinus  <michael.albinus@gmx.de>
1847         * net/tramp.el (tramp-get-ls-command)
1848         (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
1849         instead of "/".
1851 2010-07-20  Michael R. Mauger  <mmaug@yahoo.com>
1853         * progmodes/sql.el: Version 2.3.
1854         (sql-connection-alist): Changed keys from symbols to strings;
1855         enhanced the widget definition.
1856         (sql-mode-menu): Added submenu to select connections.
1857         (sql-interactive-mode-menu): Added "Save Connection" item.
1858         (sql-add-product): Fixed menu item.
1859         (sql-get-product-feature): Improved error handling.
1860         (sql--alt-buffer-part, sql--alt-if-not-empty): Removed.
1861         (sql-make-alternate-buffer-name): Simplified.
1862         (sql-product-interactive): Handle missing product.
1863         (sql-connect): Support string keys, minor improvements.
1864         (sql-save-connection): New function.
1865         (sql-connection-menu-filter): New function.
1867 2010-07-20  Michael Albinus  <michael.albinus@gmx.de>
1869         * net/tramp.el (tramp-file-name-handler): Trace 'quit.
1870         (tramp-open-connection-setup-interactive-shell): Apply
1871         workaround for IRIX64 bug.  Move argument of last
1872         `tramp-send-command' where it belongs to.
1874 2010-07-20  Michael Albinus  <michael.albinus@gmx.de>
1876         * net/tramp.el (tramp-perl-file-attributes)
1877         (tramp-perl-directory-files-and-attributes): Don't pass "$3".
1878         (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
1879         front of `login-args'.
1881 2010-07-19  Juanma Barranquero  <lekktu@gmail.com>
1883         * time.el (display-time-world-mode): Define with `define-derived-mode'.
1884         Set `show-trailing-whitespace' to nil.
1885         (display-time-world-display): Simplify.
1887 2010-07-18  Alan Mackenzie  <acm@muc.de>
1889         Enhance `c-file-style' in file/directory local variables.
1890         * progmodes/cc-mode.el (c-count-cfss): New function.
1891         (c-before-hack-hook): Call `c-set-style' differently according to
1892         whether c-file-style was set in file or directory local
1893         variables.
1895 2010-07-18  Michael R. Mauger  <mmaug@yahoo.com>
1897         * progmodes/sql.el: Version 2.2.
1898         (sql-product, sql-user, sql-database, sql-server, sql-port): Use
1899         defcustom :safe keyword rather than putting safe-local-variable
1900         property.
1901         (sql-password): Use defcustom :risky keyword rather than putting
1902         risky-local-variable property.
1903         (sql-oracle-login-params, sql-sqlite-login-params)
1904         (sql-solid-login-params, sql-sybase-login-params)
1905         (sql-informix-login-params, sql-ingres-login-params)
1906         (sql-ms-login-params, sql-postgres-login-params)
1907         (sql-interbase-login-params, sql-db2-login-params)
1908         (sql-linter-login-params): Add `port' option.
1909         (sql-get-product-feature): Added NO-INDIRECT parameter.
1910         (sql-comint-oracle, sql-comint-sybase)
1911         (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
1912         (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
1913         (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
1914         (sql-comint-linter): Renamed sql-connect-* functions to
1915         sql-comint-*.
1916         (sql-product-alist, sql-mode-menu): Renamed as above and
1917         :sqli-connect-func to :sqli-comint-func.
1918         (sql-connection): New variable.
1919         (sql-interactive-mode): Set it.
1920         (sql-connection-alist): New variable.
1921         (sql-connect): New function.
1922         (sql--alt-buffer-part, sql--alt-if-not-empty)
1923         (sql-make-alternate-buffer-name): Improved alternative buffer name.
1925 2010-07-17  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1927         * image-mode.el (image-bookmark-make-record): Do not set context
1928         in an image (Bug#6650).
1930 2010-07-17  Chong Yidong  <cyd@stupidchicken.com>
1932         * simple.el (select-active-region): New function.
1933         (push-mark-command, set-mark, activate-mark)
1934         (handle-shift-selection): Use it.
1935         (deactivate-mark): Don't check for size of region.
1937         * mouse.el (mouse-drag-track): Use select-active-region.
1939 2010-07-17  Michael Albinus  <michael.albinus@gmx.de>
1941         * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
1942         "--dired" stronger.
1944 2010-07-17  Chong Yidong  <cyd@stupidchicken.com>
1946         * term/x-win.el (x-select-enable-primary): Change default to nil.
1947         (x-select-enable-clipboard): Add :version keyword.
1949         * mouse.el (mouse-drag-copy-region):
1950         * simple.el (select-active-regions): Likewise.
1952 2010-07-16  Reiner Steib  <Reiner.Steib@gmx.de>
1954         * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
1955         (vc-coding-system-for-diff): Use it to decide whether to inherit
1956         from the file the EOL format for reading the diffs of that file.
1957         (Bug#4451)
1959 2010-07-16  Eli Zaretskii  <eliz@gnu.org>
1961         * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
1962         unibyte, so compressed attachments are not compressed again.
1964 2010-07-16  Michael Albinus  <michael.albinus@gmx.de>
1966         * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
1967         "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
1968         (tramp-find-shell): Simplify setting connection property.
1969         (tramp-get-ls-command): Make test for "--color=never" stronger.
1971 2010-07-15  Simon South  <ssouth@member.fsf.org>
1973         * progmodes/delphi.el (delphi-previous-indent-of): Indent case
1974         blocks within record declarations (i.e. variant parts) correctly.
1976 2010-07-15  Simon South  <ssouth@member.fsf.org>
1978         * progmodes/delphi.el (delphi-token-at): Give newlines precedence
1979         over literal tokens when parsing so newlines aren't "absorbed" by
1980         single-line comments.  Corrects the indentation of case blocks
1981         that have a comment on the first line.
1983 2010-07-14  Karl Fogel  <kfogel@red-bean.com>
1985         * bookmark.el (bookmark-load-hook): Fix doc string as suggested
1986         by Drew Adams (Bug#5504).
1988 2010-07-14  Jan Djärv  <jan.h.d@swipnet.se>
1990         * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
1991         now that Unicode is used (Bug#6594).
1993 2010-07-14  Chong Yidong  <cyd@stupidchicken.com>
1995         * term/x-win.el (x-select-enable-clipboard): Default to t.
1996         (x-initialize-window-system): Don't overwrite Paste menu item.
1998         * simple.el (select-active-regions): Default to t.
1999         (push-mark-command): Don't overwrite primary with empty string.
2001         * mouse.el: Bind mouse-2 to mouse-yank-primary.
2002         (mouse-drag-copy-region): Default to nil.
2004         * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
2005         Cut/Copy/Paste menu bar items.
2007 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2009         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
2010         Patch applied by Karl Fogel.
2012         * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
2013         and `bookmark-current-buffer' if they have been already set in
2014         another buffer (e.g gnus-art).
2016 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
2017             Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2019         Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
2021         * bookmark.el (bookmark-make-record-default): Allow unneeded
2022         information to be omitted from the record.
2024         Adjust declarations and calls:
2026         * info.el (bookmark-make-record-default): Adjust declaration.
2027         (Info-bookmark-make-record): Adjust call.
2029         * woman.el (bookmark-make-record-default): Adjust declaration.
2030         (woman-bookmark-make-record): Adjust call.
2032         * man.el (bookmark-make-record-default): Adjust declaration.
2033         (Man-bookmark-make-record): Adjust call.
2035         * image-mode.el (bookmark-make-record-default): Adjust declaration.
2037         * doc-view.el (bookmark-make-record-default): Adjust declaration.
2039 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
2041         * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
2042         This is also from Thierry Volpiatto's patch in bug #6444.  However,
2043         because it was extraneous to the functional change in that patch,
2044         and causes a re-indendation, I am committing it separately.
2046 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2048         * bookmark.el (bookmark-show-annotation): Ensure annotations show,
2049         e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
2050         Patch applied by Karl Fogel (Bug#6444).
2052 2010-07-13  Chong Yidong  <cyd@stupidchicken.com>
2054         * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
2056 2010-07-13  Adrian Robert  <Adrian.B.Robert@gmail.com>
2058         * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
2059         Dempsky; bug#5084).  Remove incorrect binding for S-tab.
2060         (ns-alternatives-map): Change S-tab binding to backtab
2061         (bug#6616).
2063         * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
2064         under ns.
2066 2010-07-12  Andreas Schwab  <schwab@linux-m68k.org>
2068         * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
2069         (Bug#5806)
2071         * language/tv-util.el (tai-viet-re): Remove format.
2073 2010-07-12  Kenichi Handa  <handa@m17n.org>
2075         * language/hebrew.el: Remove no-byte-compile declaration.
2076         Change coding: tag to utf-8.  Register hebrew-shape-gstring in
2077         composition-function-table for 3-character looking back.
2078         (hebrew-font-get-precomposed): New function.
2079         (hebrew-shape-gstring): Utilize precomposed glyphs if available.
2081 2010-07-11  Chong Yidong  <cyd@stupidchicken.com>
2083         * mouse.el (mouse-drag-track): Handle select-active-regions
2084         (Bug#6612).
2086 2010-07-11  Magnus Henoch  <magnus.henoch@gmail.com>
2088         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
2089         empty argument to gvfs-copy.
2091 2010-07-10  Glenn Morris  <rgm@gnu.org>
2093         * calendar/calendar.el (calendar-week-end-day): New function.
2094         * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
2095         Respect calendar-week-start-day.  (Bug#6606)
2096         (cal-tex-insert-day-names, cal-tex-insert-blank-days)
2097         (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
2098         (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
2099         respect calendar-week-start-day.
2101 2010-07-10  Chong Yidong  <cyd@stupidchicken.com>
2103         * simple.el (use-region-p): Doc fix (Bug#6607).
2105 2010-07-10  Aleksei Gusev  <aleksei.gusev@gmail.com>  (tiny change)
2107         * progmodes/compile.el (compilation-error-regexp-alist-alist): Add
2108         regexps for cucumber and ruby.
2110 2010-07-08  Daiki Ueno  <ueno@unixuser.org>
2112         * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
2113         (epa-file-insert-file-contents): Hack to prevent
2114         find-file from opening empty buffer when decryption failed
2115         (bug#6568).
2117 2010-07-07  Agustín Martín  <agustin.martin@hispalinux.es>
2119         * textmodes/ispell.el (ispell-alternate-dictionary):
2120         Use file-readable-p.
2121         Return nil if no word-list is found at default locations.
2122         (ispell-complete-word-dict): Default to nil.
2123         (ispell-command-loop): Use 'word-list' when using lookup-words.
2124         (lookup-words): Use ispell-complete-word-dict or
2125         ispell-alternate-dictionary.  Check for word-list availability
2126         and handle errors if needed with better messages (Bug#6539).
2127         (ispell-complete-word): Use ispell-complete-word-dict or
2128         ispell-alternate-dictionary.
2130 2010-07-07  Christoph Scholtes  <cschol2112@gmail.com>
2132         * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
2133         builtins (BufferError, BytesWarning, WindowsError; callables
2134         bin, bytearray, bytes, format, memoryview, next, print; __package__).
2136 2010-07-07  Glenn Morris  <rgm@gnu.org>
2138         * play/zone.el (top-level): Do not require timer, tabify, or cl.
2139         (zone-shift-left): Ignore intangibility, and any errors from
2140         forward-char.
2141         (zone-shift-right): Remove no-op end-of-line.  Ignore intangibility.
2142         (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
2143         deleting, and copying text properties.
2144         (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
2145         (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
2146         to point-max is hard.
2147         (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
2148         (zone-fill-out-screen): Ignore intangibility.
2150 2010-07-05  Chong Yidong  <cyd@stupidchicken.com>
2152         * menu-bar.el (menu-bar-mode):
2153         * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
2154         if it has been set.
2156         * mouse.el (mouse-drag-track): Call mouse-start-end to handle
2157         word/line selection (Bug#6565).
2159 2010-07-04  Juanma Barranquero  <lekktu@gmail.com>
2161         * net/dbus.el (dbus-send-signal): Declare function.
2163 2010-07-04  Michael Albinus  <michael.albinus@gmx.de>
2165         * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
2166         (dbus-register-property): New optional argument EMITS-SIGNAL.
2167         (dbus-property-handler): Send signal "PropertiesChanged" if requested.
2169 2010-07-03  Chong Yidong  <cyd@stupidchicken.com>
2171         * mouse.el (mouse-drag-overlay): Variable deleted.
2172         (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
2173         (mouse--remap-link-click-p): New function.
2174         (mouse-drag-track): Handle dragging by using temporary Transient
2175         Mark mode, instead of a special overlay.
2176         (mouse-kill-ring-save, mouse-save-then-kill): Don't call
2177         mouse-show-mark.
2179         * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
2180         deleted.
2182 2010-07-02  Juri Linkov  <juri@jurta.org>
2184         * autoinsert.el (auto-insert-alist): Fix readability
2185         by using dotted pair notation for lambda.
2187 2010-07-02  Juri Linkov  <juri@jurta.org>
2189         * faces.el (read-face-name): Rename arg `string-describing-default'
2190         to `default'.  Doc fix.  Display the default value in quotes
2191         in the prompt.  With empty input, return the `default' arg,
2192         unless the default value is a string (in which case return nil).
2193         (describe-face): Replace the string `default' arg of `read-face-name'
2194         with the symbol `default'.
2196 2010-07-02  Chong Yidong  <cyd@stupidchicken.com>
2198         * emulation/viper-cmd.el (viper-delete-backward-char)
2199         (viper-del-backward-char-in-insert)
2200         (viper-del-backward-char-in-replace, viper-change)
2201         (viper-backward-indent): Replace delete-backward-char with
2202         delete-char (Bug#6552).
2204 2010-07-01  Chong Yidong  <cyd@stupidchicken.com>
2206         * ruler-mode.el (ruler--save-header-line-format): Fix typos.
2208 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
2210         * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
2211         argument passed to frame-creation-function (Bug#5378).
2213         * faces.el (x-handle-named-frame-geometry)
2214         (x-handle-reverse-video, x-create-frame-with-faces)
2215         (face-set-after-frame-default, tty-create-frame-with-faces): Don't
2216         separately consult default-frame-alist.  It is now passed as the
2217         PARAMETER argument.
2219 2010-06-30  Andreas Schwab  <schwab@linux-m68k.org>
2221         * startup.el (command-line): Don't call tool-bar-setup in a
2222         tty-only build.
2224 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
2226         * ruler-mode.el (ruler--save-header-line-format): New fun.
2227         (ruler-mode): Use it as a setter function, so as not to overwrite
2228         ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
2230 2010-06-29  Chong Yidong  <cyd@stupidchicken.com>
2232         * vc/vc.el (vc-deduce-backend): New fun.  Handle diff buffers.
2233         (vc-root-diff, vc-print-root-log, vc-log-incoming)
2234         (vc-log-outgoing): Use it.
2235         (vc-diff-internal): Set diff-vc-backend.
2237         * vc/diff-mode.el (diff-vc-backend): New var.
2239 2010-06-28  Jan Djärv  <jan.h.d@swipnet.se>
2241         * dynamic-setting.el (font-setting-change-default-font): Remove
2242         call to message.
2244 2010-06-28  Kenichi Handa  <handa@m17n.org>
2246         * international/quail.el (quail-insert-kbd-layout): Fix the
2247         showing of untranslated characters.
2249 2010-06-28  Chong Yidong  <cyd@stupidchicken.com>
2251         * simple.el (delete-active-region): New option.
2252         (delete-backward-char): Implement in Lisp.
2253         (delete-forward-char): New command.
2255         * mouse.el (mouse-region-delete-keys): Deleted.
2256         (mouse-show-mark): Simplify.
2258         * bindings.el (global-map): Bind delete and DEL, the former to
2259         delete-forward-char.
2261 2010-06-27  Lennart Borgman  <lennart.borgman@gmail.com>
2263         * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
2264         (ruby-mode): Bind indent-line-function (Bug#5119).
2266 2010-06-27  Chong Yidong  <cyd@stupidchicken.com>
2268         * startup.el (command-line): Recognize "0" X resource value.
2270 2010-06-27  Chong Yidong  <cyd@stupidchicken.com>
2272         * startup.el (command-line): Use X resources to set the value of
2273         menu-bar-mode and tool-bar-mode, before calling frame-initialize.
2275         * menu-bar.el (menu-bar-mode):
2276         * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
2277         Set init-value to t.
2279         * frame.el (frame-notice-user-settings): Don't change
2280         default-frame-alist based on menu-bar-mode and tool-bar-mode, or
2281         vice versa (Bug#2249).
2283 2010-06-26  Eli Zaretskii  <eliz@gnu.org>
2285         * w32-fns.el (w32-convert-standard-filename): Doc fix.
2287 2010-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
2289         * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
2290         Make sure `flyspell-word' re-checks word after function run (Bug#6504).
2292         * textmodes/ispell.el (ispell-init-process): Make sure ispell and
2293         default directories are expanded (Bug#6143).
2295 2010-06-24  Juri Linkov  <juri@jurta.org>
2297         * minibuffer.el (completions-format): Change default from nil to
2298         `horizontal'.  Remove `nil' value from :type.  Doc fix.  (Bug#6459)
2300 2010-06-24  Juri Linkov  <juri@jurta.org>
2302         * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
2303         buffer-locally to lambda that re-runs the vc diff command.
2304         (Bug#6447)
2306 2010-06-24  Chong Yidong  <cyd@stupidchicken.com>
2308         * kmacro.el (kmacro-call-macro): Don't issue hint message if the
2309         echo area is in use (Bug#3412).
2311 2010-06-22  Glenn Morris  <rgm@gnu.org>
2313         * textmodes/texinfmt.el (texinfo-format-region)
2314         (texinfo-raise-lower-sections, texinfo-format-separate-node)
2315         (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
2316         (texinfo-format-option, texinfo-noindent):
2317         Use line-beginning-position and line-end-position.
2319         * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
2320         * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
2321         * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
2322         utf-8 characters.
2324 2010-06-21  Karl Fogel  <kfogel@red-bean.com>
2326         * play/zone.el (zone-fall-through-ws): Fix next-line ->
2327         forward-line fallout.
2329 2010-07-06  Chong Yidong  <cyd@stupidchicken.com>
2331         * mouse.el (mouse-appearance-menu): Add docstring.
2333         * help.el (describe-key): Print up-event using key-description.
2335 2010-07-03  Michael Albinus  <michael.albinus@gmx.de>
2337         * net/zeroconf.el (zeroconf-resolve-service)
2338         (zeroconf-service-resolver-handler): Use
2339         `dbus-byte-array-to-string'.
2340         (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
2342 2010-07-03  Jan Moringen  <jan.moringen@uni-bielefeld.de>
2344         * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
2346 2010-06-30  Dan Nicolaescu  <dann@ics.uci.edu>
2348         Avoid displaying files with a nil state in vc-dir.
2349         * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
2350         cases that cause insertion.
2351         (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
2352         with a nil state.
2354 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
2356         * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
2358 2010-06-29  Leo  <sdl.web@gmail.com>
2360         * emacs-lisp/rx.el (rx): Doc fix.  (Bug#6537)
2362 2010-06-27  Oleksandr Gavenko  <gavenkoa@gmail.com>  (tiny change)
2364         * generic-x.el (bat-generic-mode): Fix regexp for command line
2365         switches (Bug#5719).
2367 2010-06-27  Masatake YAMATO  <yamato@redhat.com>
2369         * htmlfontify.el (hfy-face-attr-for-class): Use append instead
2370         of nconc to avoid pure storage error (Bug#6239).
2372 2010-06-27  Christoph  <cschol2112@googlemail.com>  (tiny change)
2374         * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
2375         (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
2376         bindings of bookmark-automatically-show-annotations (Bug#6515).
2378 2010-06-25  Eli Zaretskii  <eliz@gnu.org>
2380         * arc-mode.el (archive-zip-extract): Don't quote the file name on
2381         MS-Windows and MS-DOS.  (Bug#6467, Bug#6144)
2383 2010-06-24  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
2385         * comint.el (make-comint, make-comint-in-buffer): Mention return
2386         value in the docstrings.  (Bug#6498)
2388 2010-06-24  Yoni Rabkin  <yoni@rabkins.net>
2390         * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
2391         since it is not present when using some non-default switches.
2393 2010-06-23  Karl Fogel  <kfogel@red-bean.com>
2395         * simple.el (compose-mail): Fix doc string to refer to
2396         `compose-mail-user-agent-warnings', instead of to the
2397         nonexistent `compose-mail-check-user-agent'.
2399 2010-06-21  Alan Mackenzie  <bug-cc-mode@gnu.org>
2401         Fix an indentation bug:
2403         * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
2404         (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
2405         of existing values.
2407         * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
2408         (c-clear->-pair-props-if-match-before): now return t when they've
2409         cleared properties, nil otherwise.
2410         (c-before-change-check-<>-operators): Set c-new-beg/end correctly
2411         by taking account of the existing value.
2413         * progmodes/cc-defs.el
2414         (c-clear-char-property-with-value-function): Fix this to clear the
2415         property rather than overwriting it with nil.
2417 2010-06-20  Chong Yidong  <cyd@stupidchicken.com>
2419         * emacs-lisp/package.el (package-print-package): Add link to
2420         package description via describe-package.
2421         (describe-package-1): List package requirements.  Add button to
2422         perform installation.
2423         (package-menu-describe-package): New command.
2425         * help-mode.el (help-package): New button type.
2427 2010-06-19  Chong Yidong  <cyd@stupidchicken.com>
2429         * emacs-lisp/package.el: Move package-list-packages binding to
2430         menu-bar.el.
2431         (describe-package, describe-package-1, package--dir): New funs.
2432         (package-activate-1): Use package--dir.
2434         * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
2436         * help-mode.el (help-package-def): New button type.
2438         * menu-bar.el: Move package-list-packages binding here from
2439         package.el.
2441 2010-06-19  Gustav Hållberg  <gustav@gmail.com>  (tiny change)
2443         * descr-text.el (describe-char): Avoid trailing whitespace.  (Bug#6423)
2445 2010-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2447         * emacs-lisp/edebug.el (edebug-read-list):
2448         Phase out old-style backquotes.
2450 2010-06-17  Juri Linkov  <juri@jurta.org>
2452         * help-mode.el (help-mode): Set buffer-local variable
2453         revert-buffer-function to help-mode-revert-buffer.
2454         (help-mode-revert-buffer): New function.
2456         * info.el (Info-revert-find-node): Check for major-mode Info-mode
2457         before popping to "*info*" (like in other Info functions).
2458         Keep buffer-name in old-buffer-name.  Keep Info-history-forward in
2459         old-history-forward.  Pop to old-buffer-name or "*info*" to
2460         recreate the killed buffer.  Set Info-history-forward from
2461         old-history-forward.
2462         (Info-breadcrumbs-depth): Add :group and :version.
2464 2010-06-17  Dan Nicolaescu  <dann@ics.uci.edu>
2466         * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
2468 2010-06-17  Agustín Martín  <agustin.martin@hispalinux.es>
2470         * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
2471         for languages like Portuguese with pt_{BR,PT} and no plain pt.
2473 2010-06-17  Juanma Barranquero  <lekktu@gmail.com>
2475         * emacs-lisp/package.el (package-menu-mode-map):
2476         Move initialization into declaration.
2478         * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
2480 2010-06-17  Chong Yidong  <cyd@stupidchicken.com>
2482         * emacs-lisp/package.el (package-archive-base): Point to
2483         elpa.gnu.org.
2484         (package-enable, package-load-list): New defcustoms.
2485         (package-user-dir, package-directory-list): Turn into defcustoms.
2486         Don't include package-user-dir in package-directory-list.
2487         (package--builtins-base): Don't include Emacs as a "package".
2488         (package-subdirectory-regexp): New var.
2489         (package-load-all-descriptors, package-compute-transaction)
2490         (package-download-transaction): Obey package-load-list.
2491         (package-activate-1): Rename from package-do-activate.
2492         (package-list-packages-internal): Check package-load-list.
2493         (package-load-descriptor, package-generate-autoloads)
2494         (package-unpack, package-unpack-single)
2495         (package--read-archive-file, package-delete): Use
2496         expand-file-name.
2498         * emacs-lisp/package-x.el: New file.  Package uploading
2499         functionality split out from package.el.
2501         * startup.el (command-line): Load packages after reading init
2502         file.
2504 2010-06-17  Tom Tromey  <tromey@redhat.com>
2506         * emacs-lisp/package.el: New file.
2508 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
2510         Fix vc-annotate for renamed files when using Git.
2511         * vc-git.el (vc-git-find-revision): Deal with empty results from
2512         ls-files.  Doe not pass the object as a file name to cat-file, it
2513         is not a file name.
2514         (vc-git-annotate-command): Pass the file name using -- to avoid
2515         ambiguity with the revision.
2516         (vc-git-previous-revision): Pass a relative file name.
2518 2010-06-22  Glenn Morris  <rgm@gnu.org>
2520         * progmodes/js.el (js-mode-map): Use standard capitalization and
2521         ellipses for menu entries.
2523         * wid-edit.el (widget-complete): Doc fix.
2525 2010-06-22  Jürgen Hötzel  <juergen@hoetzel.info>  (tiny change)
2527         * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
2529 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
2531         Fix annotating other revisions for renamed files in vc-annotate.
2532         * vc-annotate.el (vc-annotate): Add an optional argument for the
2533         VC backend.  Use it when non-nil.
2534         (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
2535         (Bug#6487)
2537         Fix vc-annotate-show-changeset-diff-revision-at-line for git.
2538         * vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
2539         Do not pass the file name to the 'previous-revision call when we
2540         don't want a file diff.  (Bug#6489)
2542 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
2544         Fix finding revisions for renamed files in vc-annotate.
2545         * vc.el (vc-find-revision): Add an optional argument for
2546         the VC backend.  Use it when non-nil.
2547         * vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
2548         backend to vc-find-revision.  (Bug#6487)
2550 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
2552         Fix reading file names in Git annotate buffers.
2553         * vc-git.el (vc-git-annotate-extract-revision-at-line): Remove
2554         trailing whitespace.  Suggested by Eric Hanchrow.  (Bug#6481)
2556 2010-06-20  Alan Mackenzie  <acm@muc.de>
2558         * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
2559         in file local variables, set it first.
2561 2010-06-19  Glenn Morris  <rgm@gnu.org>
2563         * descr-text.el (describe-char-unicode-data): Insert separating
2564         space when needed.  (Bug#6422)
2566         * progmodes/idlwave.el (idlwave-action-and-binding):
2567         Fix typo in 2009-12-03 change.  (Bug#6450)
2569 2010-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2571         * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
2572         handling for `lambda' (misunderstanding).
2574 2010-06-16  Jay Belanger  <jay.p.belanger@gmail.com>
2576         * calc/calc-poly.el (math-accum-factors): Make sure that
2577         constants aren't distributed after they are factored out.
2579 2010-06-16  Juri Linkov  <juri@jurta.org>
2581         * facemenu.el (list-colors-display): Call `pop-to-buffer' before
2582         `list-colors-print'.  (Bug#6332)
2584         * subr.el (read-quoted-char): Fix up last change (bug#6290).
2586 2010-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2588         * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
2589         specially, since it's a macro.  Fix up wrong hint passed to maybe-cons.
2591         * font-lock.el (font-lock-major-mode): Rename from
2592         font-lock-mode-major-mode to distinguish it from
2593         global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
2594         (font-lock-set-defaults):
2595         * font-core.el (font-lock-default-function): Adjust users.
2596         (font-lock-mode): Don't set it at all.
2598 2010-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2600         * vc-annotate.el (vc-annotate): Use vc-read-revision.
2602 2010-06-16  Glenn Morris  <rgm@gnu.org>
2604         * calendar/appt.el (appt-time-msg-list): Doc fix.
2605         (appt-check): Let-bind appt-warn-time.
2606         (appt-add): Make the 3rd argument optional.
2607         Simplify argument names.  Doc fix.  Check for integer WARNTIME.
2608         Only add WARNTIME to the output list if non-nil.
2610 2010-06-16  Ivan Kanis  <apple@kanis.eu>
2612         * calendar/appt.el (appt-check): Let the 3rd element of
2613         appt-time-msg-list specify the warning time.
2614         (appt-add): Add new argument with the warning time.  (Bug#5176)
2616 2010-06-16  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
2618         * vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
2619         older than version 1.6.  (Bug#6361)
2621 2010-06-16  Helmut Eller  <eller.helmut@gmail.com>
2623         * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
2624         used by cl-do-arglist.  (Bug#6408)
2626 2010-06-16  Agustín Martín  <agustin.martin@hispalinux.es>
2628         * textmodes/ispell.el (ispell-dictionary-base-alist): Fix
2629         portuguese casechars/not-casechars for missing 'çÇ'.
2630         Suggested by Rolando Pereira (bug#6434).
2632 2010-06-15  Juanma Barranquero  <lekktu@gmail.com>
2634         * facemenu.el (list-colors-sort): Doc fix.
2636 2010-06-15  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
2638         * progmodes/sql.el (sql-connect-mysql): Fix typo.
2640 2010-06-14  Juri Linkov  <juri@jurta.org>
2642         Add sort option `list-colors-sort'.  (Bug#6332)
2643         * facemenu.el (color-rgb-to-hsv): New function.
2644         (list-colors-sort): New defcustom.
2645         (list-colors-sort-key): New function.
2646         (list-colors-display): Doc fix.  Sort list according to the option
2647         `list-colors-sort'.
2648         (list-colors-print): Add HSV values to `help-echo' property of
2649         RGB strings.
2651 2010-06-14  Juri Linkov  <juri@jurta.org>
2653         * compare-w.el: Move to the "vc" subdirectory.
2655 2010-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2657         * image-mode.el (image-mode-map): Remap left-char and right-char.
2659         * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
2661 2010-06-12  Chong Yidong  <cyd@stupidchicken.com>
2663         * term/common-win.el (x-colors): Add all the color names defined
2664         in rgb.txt (Bug#6332).
2666         * facemenu.el (list-colors-print): Don't print extra names if it
2667         will overflow the window width.
2669         * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
2670         change (Bug#6343).
2672 2010-06-12  Eli Zaretskii  <eliz@gnu.org>
2674         * files.el (make-directory): Doc fix (bug#6396).
2676 2010-06-12  Michael Albinus  <michael.albinus@gmx.de>
2678         * net/tramp.el (tramp-remote-process-environment): Protect version
2679         string by apostroph.
2680         (tramp-shell-prompt-pattern): Do not use a shy group in case of
2681         XEmacs.
2682         (tramp-file-name-for-operation): Add `call-process-region'.
2683         (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
2685         * net/tramp-compat.el (top): Do not autoload
2686         `tramp-handle-file-remote-p'.  Load tramp-util.el and tramp-vc.el
2687         only when `start-file-process' is not bound.
2688         (tramp-advice-file-expand-wildcards): Do not use
2689         `tramp-handle-file-remote-p'.
2690         (tramp-compat-make-temp-file): Handle the case, that
2691         `make-temp-file' has no third argument EXTENSION.
2693 2010-06-11  Juanma Barranquero  <lekktu@gmail.com>
2695         * makefile.w32-in (WINS_BASIC): Include new directory vc.
2697         * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
2699 2010-06-11  Juri Linkov  <juri@jurta.org>
2701         * finder.el (finder-known-keywords): Add keyword "vc"
2702         for version control.
2704         * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
2705         * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
2706         * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
2707         * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
2709 2010-06-11  Juri Linkov  <juri@jurta.org>
2711         Move version control related files to the "vc" subdirectory.
2712         * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
2713         * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
2714         * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
2715         * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
2716         * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
2717         * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
2718         * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
2719         * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
2720         Move files to the "vc" subdirectory.
2722 2010-06-11  Chong Yidong  <cyd@stupidchicken.com>
2724         * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
2725         (Bug#6367).
2727 2010-06-11  Stephen Eglen  <stephen@gnu.org>
2729         * shell.el: Bind `shell-resync-dirs' to M-RET.
2731 2010-06-10  Michael Albinus  <michael.albinus@gmx.de>
2733         * notifications.el: Move file from lisp/net, because it is
2734         supposed to talk locally to the user.
2736 2010-06-10  Julien Danjou  <julien@danjou.info>
2738         * net/notifications.el (notifications-on-action-signal)
2739         (notifications-on-closed-signal): Pass notification id as first
2740         argument to the callback functions.  Add docstrings.
2741         (notifications-notify): Fix docstring.
2743 2010-06-10  Glenn Morris  <rgm@gnu.org>
2745         * emacs-lisp/authors.el (authors-ignored-files)
2746         (authors-valid-file-names): Add some files.
2748 2010-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2750         * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
2751         merge conflict, giving preference to the emacs-23 version of the code.
2753 2010-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2755         * emacs-lisp/advice.el (ad-compile-function):
2756         Define warning-suppress-types before we let-bind it (bug#6275).
2758         * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
2759         declare it, make it buffer-local and permanent-local (bug#6324).
2760         (vc-resynch-window): Adjust name.
2761         * vc-hooks.el (vc-find-file-hook): Adjust name.
2763 2010-06-09  Michael Albinus  <michael.albinus@gmx.de>
2765         * net/notifications.el (notifications-notify): Fix docstring.
2767 2010-06-09  Juanma Barranquero  <lekktu@gmail.com>
2769         Update to Unicode 6.0.0 beta.
2770         * international/charprop.el: Update copyright.
2771         * international/mule-cmds.el (ucs-names): Update character ranges.
2772         * international/uni-bidi.el:
2773         * international/uni-category.el:
2774         * international/uni-combining.el:
2775         * international/uni-comment.el:
2776         * international/uni-decimal.el:
2777         * international/uni-decomposition.el:
2778         * international/uni-digit.el:
2779         * international/uni-lowercase.el:
2780         * international/uni-mirrored.el:
2781         * international/uni-name.el:
2782         * international/uni-numeric.el:
2783         * international/uni-old-name.el:
2784         * international/uni-titlecase.el:
2785         * international/uni-uppercase.el: Regenerate.
2787 2010-06-09  Juanma Barranquero  <lekktu@gmail.com>
2789         * emacs-lisp/smie.el (comment-string-strip): Declare function.
2790         (smie-precs-precedence-table): Fix typo in docstring.
2792         * vc-mtn.el (log-edit-extract-headers): Declare function.
2794         * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
2796         * net/notifications.el (dbus-register-signal): Declare function.
2797         (notifications-notify): Fix typos and reflow docstring.
2799 2010-06-09  Dan Nicolaescu  <dann@ics.uci.edu>
2801         Improve VC create/retrieve tag/branch.
2802         * vc.el (vc-create-tag): Do not read the directory name for VCs
2803         with repository revision granularity.  Adjust the tag/branch
2804         prompt.  Reset VC properties.
2805         (vc-retrieve-tag): Do not read the directory name for VCs
2806         with repository revision granularity.  Reset VC properties.
2808 2010-06-09  Julien Danjou  <julien@danjou.info>
2810         * net/notifications.el: New file.
2812 2010-06-09  Dan Nicolaescu  <dann@ics.uci.edu>
2814         Add optional support for resetting VC properties.
2815         * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
2816         call vc-file-clearprops when true.
2817         (vc-resynch-buffer): Add new optional argument, pass it down.
2818         (vc-resynch-buffers-in-directory): Likewise.
2820         Improve support for special markup in the VC commit message.
2821         * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
2822         * vc-hg.el (vc-hg-checkin): Add support for Date:.
2823         * vc-git.el (vc-git-checkin):
2824         * vc-bzr.el (vc-bzr-checkin): Likewise.
2826 2010-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2828         * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
2829         can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
2831 2010-06-07  Martin Pohlack  <mp26@os.inf.tu-dresden.de>
2833         * iimage.el: Remove images as soon as the underlying text is modified.
2834         (iimage-modification-hook): New function.
2835         (iimage-mode-buffer): Use it.
2837 2010-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2839         * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
2840         smie-indent-offset-after.  Add :prev case.  Make a bit more generic.
2841         (smie-indent-virtual): Remove `virtual' arg.  Update callers.
2842         (smie-indent-keyword): Add handling of open-paren keywords.
2843         (smie-indent-comment-continue): Don't assume comment-continue.
2845 2010-06-07  Martin Rudalics  <rudalics@gmx.at>
2847         * window.el (pop-to-buffer): Remove the conditional that
2848         compares new-window and old-window, so it will reselect
2849         the selected window unconditionally.
2850         http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
2852 2010-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2854         * emacs-lisp/smie.el (smie-indent-offset-after)
2855         (smie-indent-forward-token, smie-indent-backward-token): New functions.
2856         (smie-indent-after-keyword): Use them.
2857         (smie-indent-fixindent): Only applies to the indentation of the BOL.
2858         (smie-indent-keyword): Tweak the black magic.
2859         (smie-indent-comment-continue): Strip comment-continue before use.
2860         (smie-indent-functions): Indent comments before keywords.
2862 2010-06-06  Juri Linkov  <juri@jurta.org>
2864         * isearch.el (isearch-lazy-highlight-search): Fix looping
2865         by checking for empty match.  This syncs this loop with the
2866         similar loop in `isearch-search'.  (Bug#6362)
2868 2010-06-05  Juanma Barranquero  <lekktu@gmail.com>
2870         * net/dbus.el (dbus-register-method): Declare function.
2871         (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
2872         (dbus-introspect): Doc fix.
2873         (dbus-event-bus-name, dbus-introspect-get-interface)
2874         (dbus-introspect-get-argument): Reflow docstrings.
2876 2010-06-05  Dan Nicolaescu  <dann@ics.uci.edu>
2878         vc-log-incoming/vc-log-outgoing fixes for Git.
2879         * vc-git.el (vc-git-log-view-mode): Fix font lock for
2880         incoming/outgoing logs.
2881         (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
2882         instead of vc-git-compute-remote.
2883         (vc-git-compute-remote): Remove.
2885 2010-06-04  Chong Yidong  <cyd@stupidchicken.com>
2887         * term/common-win.el (x-colors): Add "dark green" and "dark
2888         turquoise" (Bug#6332).
2890 2010-06-04  Juri Linkov  <juri@jurta.org>
2892         * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
2893         Instead of setting `replace' to t and replacing the same string
2894         with itself, don't do certain actions when
2895         kill-do-not-save-duplicates is non-nil and string is equal to car
2896         of kill-ring: don't call menu-bar-update-yank-menu, don't push
2897         interprogram-paste strings to kill-ring, and don't push the input
2898         argument `string' to kill-ring.
2899         http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
2901 2010-06-04  Juanma Barranquero  <lekktu@gmail.com>
2903         * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
2905 2010-06-04  Michael Albinus  <michael.albinus@gmx.de>
2907         * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
2908         (tramp-gvfs-handler-mounted-unmounted)
2909         (tramp-gvfs-connection-mounted-p): Handle default-location.
2911         * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
2912         move files to trash.
2914 2010-06-04  Juanma Barranquero  <lekktu@gmail.com>
2916         * international/mule-cmds.el (nonascii-insert-offset)
2917         (nonascii-translation-table): Add obsolescence information.
2919         * international/mule.el (make-translation-table-from-vector): Doc fix.
2921 2010-06-03  Eric Ludlam  <zappo@gnu.org>
2923         * cedet/semantic/lex-spp.el
2924         (semantic-lex-spp-table-write-slot-value): Instead of erroring on
2925         invalid values during save, just save a nil (Bug#6324).
2927 2010-06-03  Glenn Morris  <rgm@gnu.org>
2929         * desktop.el (desktop-clear-preserve-buffers):
2930         Add "*Warnings*" buffer.  (Bug#6336)
2932 2010-06-03  Dan Nicolaescu  <dann@ics.uci.edu>
2934         vc-log-incoming/vc-log-outgoing improvements for Git.
2935         * vc-git.el (vc-git-log-outgoing): Use the same format as the
2936         short log.
2937         (vc-git-log-incoming): Likewise.  Run "git fetch" before the log command.
2939         Add bindings for vc-log-incoming and vc-log-outgoing.
2940         * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
2941         and vc-log-outgoing.
2942         * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
2943         and vc-log-outgoing.
2945 2010-06-03  Chong Yidong  <cyd@stupidchicken.com>
2947         * net/rcirc.el (rcirc-sort-nicknames): Remove.
2948         (rcirc-handler-366): Always sort nicknames.
2950 2010-06-03  Juanma Barranquero  <lekktu@gmail.com>
2952         * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
2954 2010-06-03  Chong Yidong  <cyd@stupidchicken.com>
2956         * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
2958 2010-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2960         * net/rcirc.el (rcirc-sort-nicknames): Change default.
2961         (rcirc-sort-nicknames-join): Avoid setq.
2963 2010-06-03  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
2965         * net/rcirc.el (rcirc-sort-nicknames): New custom.
2966         (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
2967         (rcirc-handler-366): Use them.
2969 2010-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2971         Split smie-indent-calculate into more manageable chunks.
2972         * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
2973         (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
2974         (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
2975         (smie-indent-exps): Extract from smie-indent-calculate.
2976         (smie-indent-functions): New var.
2977         (smie-indent-functions): Use them.
2979 2010-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2981         * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
2982         (smie-indent-calculate): Simplify and cleanup.
2984 2010-06-02  Michael Albinus  <michael.albinus@gmx.de>
2986         * net/tramp-gvfs.el (top): Require url-util.
2987         (tramp-gvfs-mount-point): Remove.
2988         (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
2989         New defuns.
2990         (with-tramp-dbus-call-method): Format trace message.
2991         (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
2992         Implement backup call, when operation on local files fails.
2993         Use progress reporter.  Flush properties of changed files.
2994         (tramp-gvfs-handle-make-directory): Make more traces.
2995         (tramp-gvfs-url-file-name): Hexify file name in url.
2996         (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
2997         into account for the resulting file name.
2998         (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
2999         the answer is "no".  See `tramp-gvfs-maybe-open-connection'.
3000         (tramp-gvfs-handler-mounted-unmounted)
3001         (tramp-gvfs-connection-mounted-p): Test also for new mountspec
3002         attribute "default_location".  Set "prefix" property.
3003         (tramp-gvfs-mount-spec): Return both prefix and mountspec.
3004         (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
3005         exists.  Raise an error, if not (due to a corresponding answer
3006         "no" in interactive questions, for example).
3008 2010-06-02  Dan Nicolaescu  <dann@ics.uci.edu>
3010         * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
3012 2010-06-01  Juanma Barranquero  <lekktu@gmail.com>
3014         * emacs-lisp/eldoc.el: Add completions for new commands left-* and
3015         right-*.  (Bug#6265)
3017 2010-06-01  Dan Nicolaescu  <dann@ics.uci.edu>
3019         Add support for vc-log-incoming, improve vc-log-outgoing for Git.
3020         * vc-git.el (vc-git-compute-remote): New function.
3021         (vc-git-log-outgoing): Use it instead of hard coding a value.
3022         (vc-git-log-incoming): New function.
3024         Improve state updating for VC tag commands.
3025         * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
3026         to update the state of all buffers in the directory.
3028         * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
3030 2010-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3032         * vc-bzr.el (vc-bzr-revision-completion-table): Apply
3033         `file-directory-p' to the filename part rather than to the whole text.
3035 2010-05-31  Jonathan Marchand  <jonathlela@gmail.com>  (tiny change)
3037         * cedet/ede/cpp-root.el (ede-set-project-variables): Fix feature name
3038         (bug#6231).
3040 2010-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3042         * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
3044 2010-05-31  Drew Adams  <drew.adams@oracle.com>
3046         * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
3048 2010-05-31  Juanma Barranquero  <lekktu@gmail.com>
3050         * subr.el (momentary-string-display): Just use read-event to read
3051         the exit event (Bug#6238).
3053 2010-05-30  Eli Zaretskii  <eliz@gnu.org>
3055         * international/mule.el (define-coding-system): Doc fix (bug#6313).
3057 2010-05-30  Juanma Barranquero  <lekktu@gmail.com>
3059         * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
3060         Suggested by Eli Zaretskii <eliz@gnu.org>.
3062 2010-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3064         * minibuffer.el (completion-file-name-table): Don't return a boundary
3065         past the end of `string' (bug#6299).
3066         (completion--file-name-table): Delegate to completion-file-name-table
3067         for the `boundaries' case.
3069 2010-05-30  Juanma Barranquero  <lekktu@gmail.com>
3071         * emulation/cua-base.el: Recognize `right-char' and `left-char' as
3072         movement commands.
3074         * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
3075         `path-separator', but maintain compatibility with Emacs 20.2.
3077 2010-05-29  Chong Yidong  <cyd@stupidchicken.com>
3079         * server.el (server-process-filter): Receive parent-id argument
3080         from emacsclient.
3081         (server-create-window-system-frame): New arg.  Pass parent-id as
3082         frame parameter.
3084 2010-05-29  Eli Zaretskii  <eliz@gnu.org>
3086         Bidi-sensitive word movement with arrow keys.
3087         * subr.el (right-arrow-command, left-arrow-command): Move to
3088         bindings.el.
3090         * bindings.el (right-char, left-char): Move from subr.el and
3091         rename from right-arrow-command and left-arrow-command.
3092         (right-word, left-word): New functions.
3093         (global-map) <right>: Bind to right-char.
3094         (global-map) <left>: Bind to left-char.
3095         (global-map) <C-right>: Bind to right-word.
3096         (global-map) <C-left>: Bind to left-word.
3098         * ls-lisp.el (ls-lisp-classify-file): New function.
3099         (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
3100         (ls-lisp-classify): Call ls-lisp-classify-file.
3101         (insert-directory): Remove blanks from switches.
3103 2010-05-29  Chong Yidong  <cyd@stupidchicken.com>
3105         * ansi-color.el: Delete unused escape sequences (Bug#6085).
3106         (ansi-color-drop-regexp): New constant.
3107         (ansi-color-apply, ansi-color-filter-region)
3108         (ansi-color-apply-on-region): Delete unrecognized control sequences.
3109         (ansi-color-apply): Build string list before calling concat.
3111 2010-05-28  Juri Linkov  <juri@jurta.org>
3113         * image-dired.el (image-dired-dired-toggle-marked-thumbs):
3114         Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
3115         (Bug#5270)
3117 2010-05-28  Michael Albinus  <michael.albinus@gmx.de>
3119         * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
3120         to ignored backtrace functions.
3121         (with-progress-reporter): Expand docstring.
3122         (tramp-handle-delete-file): Implement TRASH argument.
3123         (tramp-get-remote-trash): New defun.
3125 2010-05-28  Michael Albinus  <michael.albinus@gmx.de>
3127         * net/tramp-compat.el (tramp-compat-delete-file): Use
3128         `symbol-value' for backward compatibility.
3130         * net/tramp.el (tramp-handle-make-symbolic-link)
3131         (tramp-handle-load)
3132         (tramp-do-copy-or-rename-file-via-buffer)
3133         (tramp-do-copy-or-rename-file-directly)
3134         (tramp-do-copy-or-rename-file-out-of-band)
3135         (tramp-handle-process-file, tramp-handle-call-process-region)
3136         (tramp-handle-shell-command, tramp-handle-file-local-copy)
3137         (tramp-handle-insert-file-contents, tramp-handle-write-region)
3138         (tramp-delete-temp-file-function): Use `delete-file' instead
3139         of `tramp-compat-delete-file'.
3141         * net/tramp-fish.el (tramp-fish-handle-delete-directory)
3142         (tramp-fish-handle-make-symbolic-link)
3143         (tramp-fish-handle-process-file): Use `delete-file' instead
3144         of `tramp-compat-delete-file'.
3146         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use
3147         `delete-file' instead of `tramp-compat-delete-file'.
3149         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
3150         (tramp-gvfs-handle-write-region): Use `delete-file' instead of
3151         `tramp-compat-delete-file'.
3153         * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file): Use
3154         `delete-file' instead of `tramp-compat-delete-file'.
3156         * net/tramp-smb.el (tramp-smb-handle-copy-file)
3157         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
3158         (tramp-smb-handle-write-region): Use `delete-file' instead of
3159         `tramp-compat-delete-file'.
3160         (tramp-smb-handle-delete-directory): Use 'trash as arg.
3162 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
3164         * dired.el (dired-delete-file): New arg TRASH.
3165         (dired-internal-do-deletions): New arg TRASH.  Use progress reporter.
3166         (dired-do-flagged-delete, dired-do-delete): Use trash.
3168         * speedbar.el (speedbar-item-delete): Allow trashing.
3170         * files.el (delete-directory): New arg TRASH.
3172         * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
3173         (ange-ftp-rename-remote-to-remote)
3174         (ange-ftp-rename-local-to-remote)
3175         (ange-ftp-rename-remote-to-local, ange-ftp-load)
3176         (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
3177         `delete-file'.
3178         (ange-ftp-delete-directory): Add optional arg to `delete-file', to
3179         allow trashing.
3181         * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
3182         handle new TRASH arg of `delete-file'.
3184         * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
3185         (tramp-handle-make-symbolic-link, tramp-handle-load)
3186         (tramp-do-copy-or-rename-file-via-buffer)
3187         (tramp-do-copy-or-rename-file-directly)
3188         (tramp-do-copy-or-rename-file-out-of-band)
3189         (tramp-handle-process-file, tramp-handle-call-process-region)
3190         (tramp-handle-shell-command, tramp-handle-file-local-copy)
3191         (tramp-handle-insert-file-contents, tramp-handle-write-region)
3192         (tramp-delete-temp-file-function): Use null TRASH arg in
3193         tramp-compat-delete-file call.
3195         * net/tramp-fish.el (tramp-fish-handle-delete-directory)
3196         (tramp-fish-handle-delete-file)
3197         (tramp-fish-handle-make-symbolic-link)
3198         (tramp-fish-handle-process-file): Use null TRASH arg in
3199         `tramp-compat-delete-file' call.
3201         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
3202         arg in `tramp-compat-delete-file' call.
3204         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
3205         (tramp-gvfs-handle-write-region): Use null TRASH arg in
3206         `tramp-compat-delete-file' call.
3208         * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
3209         (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
3210         `tramp-compat-delete-file' call.
3212         * net/tramp-smb.el (tramp-smb-handle-copy-file)
3213         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
3214         (tramp-smb-handle-write-region): Use null TRASH arg in
3215         tramp-compat-delete-file call.
3216         (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
3217         (tramp-smb-handle-delete-file): Rename arg.
3219         * diff.el (diff-sentinel):
3220         * epg.el (epg--make-temp-file, epg-decrypt-string)
3221         (epg-verify-string, epg-sign-string, epg-encrypt-string):
3222         * jka-compr.el (jka-compr-partial-uncompress)
3223         (jka-compr-call-process, jka-compr-write-region):
3224         * server.el (server-sentinel): Remove optional arg from
3225         delete-file, reverting 2010-05-03 change.
3227 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
3229         * progmodes/verilog-mode.el (verilog-type-font-keywords): Use
3230         font-lock-constant-face, not obsolete font-lock-reference-face.
3232 2010-05-27  Kenichi Handa  <handa@m17n.org>
3234         * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
3235         element of GSTRING is nil.
3237 2010-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3239         * emacs-lisp/smie.el (smie-forward-token-function)
3240         (smie-backward-token-function): New vars.
3241         (smie-backward-sexp, smie-forward-sexp)
3242         (smie-indent-hanging-p, smie-indent-calculate): Use them.
3243         (smie-default-backward-token): Rename from smie-backward-token and
3244         skip comments.
3245         (smie-default-forward-token): Rename from smie-forward-token and
3246         skip comments.
3247         (smie-next-sexp): Handle nil results from next-token.
3248         (smie-indent-calculate): Add a new case for special `fixindent' comments.
3250 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
3252         * progmodes/verilog-mode.el (verilog-type-font-keywords):
3253         Use font-lock-constant-face, not obsolete font-lock-reference-face.
3255 2010-05-27  Masatake YAMATO  <yamato@redhat.com>
3257         * htmlfontify.el (hfy-face-resolve-face): New function.
3258         (hfy-face-to-style): Use it (Bug#6279).
3260 2010-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3262         * progmodes/ada-xref.el (ada-gnat-parse-gpr):
3263         * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
3265 2010-05-26  Glenn Morris  <rgm@gnu.org>
3267         * emulation/edt.el (edt-load-keys): Use locate-library.
3269 2010-05-25  Chong Yidong  <cyd@stupidchicken.com>
3271         * log-edit.el (log-edit-strip-single-file-name): Default to nil.
3272         (log-edit-changelog-entries): Doc fix.
3273         (log-edit-changelog-insert-entries): Args changed.
3274         Rename relative filenames in ChangeLog entries.  Delete tabs.
3275         (log-edit-insert-changelog-entries): Reorganize return value of
3276         `log-edit-changelog-entries' to pass filenames to
3277         log-edit-changelog-insert-entries.
3279 2010-05-25  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3281         * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
3282         `image-dired-dired-insert-marked-thumbs' to
3283         `image-dired-dired-toggle-marked-thumbs'.
3285         * image-dired.el: Require cl when compiling.
3286         (image-dired-dired-toggle-marked-thumbs): Rename from
3287         `image-dired-dired-insert-marked-thumbs'.  Add ARG.  Doc fix.
3288         Use interactive spec "P".  Set LOCALP arg of `dired-get-filename'
3289         to 'no-dir.  Skip files whose names don't match
3290         `image-file-name-regexp'.  When file has a thumbnail overlay,
3291         delete it.  (Bug#5270)
3293 2010-05-25  Juri Linkov  <juri@jurta.org>
3295         * image-mode.el (image-mode): Add image-after-revert-hook to
3296         after-revert-hook.
3297         (image-after-revert-hook): New function.  (Bug#5669)
3299 2010-05-25  Juri Linkov  <juri@jurta.org>
3301         * image.el (image-animated-p): When delay between animated images
3302         is 0, set it to 10 (0.1 sec).  (Bug#6258)
3304 2010-05-25  Christian Lynbech  <christian.lynbech@tieto.com>  (tiny change)
3306         * net/tramp.el (tramp-handle-insert-directory): Don't use
3307         `forward-word', its default syntax could be changed.
3309 2010-05-25  Michael Albinus  <michael.albinus@gmx.de>
3311         * net/tramp.el (tramp-progress-reporter-update): New defun.
3312         (with-progress-reporter): Use it.
3313         (tramp-process-actions):
3314         * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion): Preserve
3315         current message, in order to let progress reporter continue
3316         afterwards.  (Bug#6257)
3318 2010-05-25  Glenn Morris  <rgm@gnu.org>
3320         * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
3321         Add :version.
3323 2010-05-25  Ryan Yeske  <rcyeske@gmail.com>
3325         * net/rcirc.el (rcirc-default-user-name): Change to "user".
3326         (rcirc-default-full-name): Change to "unknown".
3327         (rcirc-user-name-history): Add variable.
3329 2010-05-25  Ryan Yeske  <rcyeske@gmail.com>
3330             Jonathan Rockway  <jon@jrock.us>
3332         * net/rcirc.el (rcirc-server-alist): Add :pass.
3333         (rcirc): When prompting for connection parameters, also prompt for
3334         username and password.
3335         (rcirc-connect): Take a PASS argument.  If PASS is non-nil, send
3336         value to server when connecting.
3338 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3340         * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
3341         (smie-merge-prec2s): Pass the tables as separate args.
3342         (smie-bnf-precedence-table): Adjust call accordingly.
3343         (smie-prec2-levels): Set levels at the end.
3345         Replace Lisp calls to delete-backward-char by delete-char.
3346         * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
3347         * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
3348         * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
3349         * calc/calc.el, emacs-cl-extra.el, emacs-cl-loaddefs.el,
3350         * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
3351         * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
3352         * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
3353         * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
3354         * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
3355         * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
3356         * progmodes/ps-mode.el, progmodes/verilog-mode.el,
3357         * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
3358         * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
3359         * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
3360         delete-backward-char by calls to delete-char.
3362 2010-05-25  Kenichi Handa  <handa@m17n.org>
3364         * language/hebrew.el (hebrew-shape-gstring): New function.
3365         Register it in composition-function-table for all Hebrew combining
3366         characters.
3368 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3370         * epa.el (epa--select-keys): Don't explicitly delete the window since
3371         that can fail (e.g. sole window in frame).  Use dedication instead.
3373 2010-05-24  Uday S Reddy  <u.s.reddy@cs.bham.ac.uk>  (tiny change)
3375         * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
3377 2010-05-22  Chong Yidong  <cyd@stupidchicken.com>
3379         * image.el (image-refresh): Define as an alias for image-flush.
3381         * image-mode.el (image-toggle-display-image): Caller changed.
3383 2010-05-21  Juri Linkov  <juri@jurta.org>
3385         * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
3386         Remove "all" from grep-files-aliases.  Split grep-files-aliases by
3387         whitespace, call wildcard-to-regexp on substrings and concat them
3388         with "\\|".  (Bug#6114)
3390 2010-05-21  Alan Mackenzie  <acm@muc.de>
3392         * progmodes/cc-engine.el (c-parse-state-get-strategy):
3393         Replace parameter `here' with `here-' and `here-plus', which sandwich
3394         any pertinent CPP construct.
3395         (c-remove-stale-state-cache-backwards): Fix a bug which happens
3396         when doing (c-parse-state) in a CPP construct: Exclude any "new"
3397         CPP construct from taking part in the scanning.
3399 2010-05-21  Michael Albinus  <michael.albinus@gmx.de>
3401         * net/tramp.el (tramp-do-copy-or-rename-file)
3402         (tramp-handle-file-local-copy, tramp-maybe-open-connection):
3403         Tune `with-progress-reporter' messages.
3404         (tramp-handle-vc-registered):
3405         * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
3406         (tramp-fish-handle-insert-file-contents)
3407         (tramp-fish-maybe-open-connection):
3408         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
3409         * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
3410         (tramp-imap-handle-insert-file-contents)
3411         (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
3413 2010-05-21  Juanma Barranquero  <lekktu@gmail.com>
3415         * add-log.el (change-log-font-lock-keywords):
3416         Highlight all authors in multi-author entries.
3418         * smerge-mode.el (smerge-refine-ignore-whitespace)
3419         (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
3420         Fix typos in docstrings.
3421         (smerge-resolve, smerge-refine-subst): Reflow docstrings.
3423 2010-05-21  Glenn Morris  <rgm@gnu.org>
3425         * progmodes/fortran.el (fortran-mode):
3426         * progmodes/f90.el (f90-mode): Derive from prog-mode.
3428         * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
3429         having a relative path in src/Makefile.in.
3431 2010-05-20  Kevin Ryde  <user42@zip.com.au>
3433         * help-mode.el (help-make-xrefs): For Info node links turn
3434         newlines into spaces.  Link node names with newlines are matched
3435         by help-xref-info-regexp and buttonized, this change ensures they
3436         can be followed successfully with RET.  (Bug#6206)
3438 2010-05-20  Juri Linkov  <juri@jurta.org>
3440         * locate.el (locate): Use pop-to-buffer instead of
3441         switch-to-buffer-other-window.  (Bug#6204)
3443 2010-05-20  Juri Linkov  <juri@jurta.org>
3445         * replace.el (replace-highlight): Fix lazy-highlighting
3446         for `M-s w str M-% str RET'.
3448 2009-12-15  Masatake YAMATO  <yamato@redhat.com>
3450         * isearch.el (isearch-yank-word-or-char): Pull next subword
3451         when `subword-mode' is activated.  (Bug#6220)
3453 2010-05-20  Mark A. Hershberger  <mah@everybody.org>
3455         * isearch.el (isearch-update-post-hook): New hook.
3456         (isearch-update): Use the new hook.  (Bug#6225)
3458 2010-05-20  Juri Linkov  <juri@jurta.org>
3460         * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
3461         [f1], [help], and (char-to-string help-char) instead of "\C-h".
3462         (Bug#6222)
3464 2010-05-20  Juri Linkov  <juri@jurta.org>
3466         * isearch.el (isearch-yank-string): Use isearch-process-search-string.
3467         (Bug#6223)
3469 2010-05-20  Juri Linkov  <juri@jurta.org>
3471         * dired-x.el (dired-jump, dired-jump-other-window): Add arg
3472         FILE-NAME to read from the minibuffer when called interactively
3473         with prefix argument instead of using buffer-file-name.
3474         http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
3476         * dired.el: Update autoloads.
3478 2010-05-20  Chong Yidong  <cyd@stupidchicken.com>
3480         * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
3481         nxml-finish-element, for consistency with SGML mode.
3483         * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
3484         octave-close-block.
3486 2010-05-20  Juanma Barranquero  <lekktu@gmail.com>
3488         * composite.el: Require cl when compiling.
3489         (reference-point-alist, compose-gstring-for-graphic)
3490         (compose-gstring-for-terminal): Fix typos in docstrings.
3492 2010-05-19  Juri Linkov  <juri@jurta.org>
3494         * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
3495         set-window-parameter.
3497 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
3499         * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
3500         where appropriate.
3501         (tramp-maybe-open-connection): Use it.
3503 2010-05-19  Eli Zaretskii  <eliz@gnu.org>
3505         * simple.el (move-end-of-line): Make sure we are at line beginning
3506         before backing up to end of previous line.
3508 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
3510         * password-cache.el (password-cache-remove): Fix docstring.
3512         * net/secrets.el: Autoload the widget functions.
3513         (secrets-search-items, secrets-create-item)
3514         (secrets-get-attributes, secrets-expand-item): Attributes will be
3515         stored on the password database without leading ":", as all other
3516         clients do as well.
3517         (secrets-mode): Fix docstring.
3518         (secrets-show-secrets): Provide it as autoloaded command only when
3519         D-Bus support is available.  Check existence of Secret Service API.
3521 2010-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3523         * indent.el (indent-region): Deactivate region (bug#6200).
3525 2010-05-19  Glenn Morris  <rgm@gnu.org>
3527         * vc-dir.el (vc-dir): Don't pop-up-windows.  (Bug#6204)
3529 2010-05-19  Kenichi Handa  <handa@m17n.org>
3531         * composite.el: Register compose-gstring-for-graphic in
3532         composition-function-table only for combining characters (Mn, Mc, Me).
3534 2010-05-18  Jay Belanger  <jay.p.belanger@gmail.com>
3536         * calc/calc-trail.el (calc-trail-isearch-forward)
3537         (calc-trail-isearch-backward): Ensure that the new window
3538         point is set correctly.
3540 2010-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3542         * subr.el (read-quoted-char): Resolve modifiers after key
3543         remapping (bug#6212).
3545 2010-05-18  Michael Albinus  <michael.albinus@gmx.de>
3547         Add visualization code for secrets.
3548         * net/secrets.el (secrets-mode): New major mode.
3549         (secrets-show-secrets, secrets-show-collections)
3550         (secrets-expand-collection, secrets-expand-item)
3551         (secrets-tree-widget-after-toggle-function)
3552         (secrets-tree-widget-show-password): New defuns.
3554 2010-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3556         * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
3557         (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
3558         handled in smie-next-sexp.
3559         (smie-indent-calculate): Provide a starting indentation (so the
3560         recursion is well-founded ;-).
3562         Fix handling of non-associative equal levels.
3563         * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
3564         when it's not needed.
3565         (smie-op-left, smie-op-right): New functions.
3566         (smie-next-sexp): New function, extracted from smie-backward-sexp.
3567         Better handle equal levels to distinguish the associative case from
3568         the "multi-keyword construct" case.
3569         (smie-backward-sexp, smie-forward-sexp): Use it.
3571 2010-05-18  Juanma Barranquero  <lekktu@gmail.com>
3573         * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
3575         * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
3576         (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
3578 2010-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3580         Provide a simple generic indentation engine and use it for Prolog.
3581         * emacs-lisp/smie.el: New file.
3582         * progmodes/prolog.el (prolog-smie-op-levels)
3583         (prolog-smie-indent-rules): New var.
3584         (prolog-mode-variables): Use them to configure SMIE.
3585         (prolog-indent-line, prolog-indent-level): Remove.
3587 2010-05-17  Jay Belanger  <jay.p.belanger@gmail.com>
3589         * calc/calc-vec.el (math-vector-avg): Put the vector elements in
3590         order before computing the averages.
3592 2010-05-16  Jay Belanger  <jay.p.belanger@gmail.com>
3594         * calc/calc-vec.el (calc-histogram):
3595         (calcFunc-histogram): Allow vectors as inputs.
3596         (math-vector-avg): New function.
3598         * calc/calc-ext.el (math-group-float): Have the number of digits
3599         being grouped depend on the radix (Bug#6189).
3601 2010-05-15  Ken Raeburn  <raeburn@raeburn.org>
3603         * version.el (emacs-copyright, emacs-version): Don't define here,
3604         now that emacs.c defines it.
3606 2010-05-15  Eli Zaretskii  <eliz@gnu.org>
3608         * international/mule-cmds.el (mule-menu-keymap): Fix definition of
3609         "Describe Language Environment" menu item.
3611         * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
3613         Bidi-sensitive movement with arrow keys.
3614         * subr.el (right-arrow-command, left-arrow-command): New functions.
3616         * bindings.el (global-map): Bind them to right and left arrow keys.
3618         Don't override standard definition of convert-standard-filename.
3619         * files.el (convert-standard-filename): Call
3620         w32-convert-standard-filename and dos-convert-standard-filename on
3621         the corresponding systems.
3623         * w32-fns.el (w32-convert-standard-filename): Rename from
3624         convert-standard-filename.  Doc fix.
3626         * dos-fns.el (dos-convert-standard-filename): Doc fix.
3627         (convert-standard-filename): Don't defalias.
3628         (register-name-alist, make-register, register-value)
3629         (set-register-value, intdos): Obsolete aliases for the
3630         corresponding dos-* functions and variables.
3631         (dos-intdos): Add a doc string.
3633 2010-05-15  Jay Belanger  <jay.p.belanger@gmail.com>
3635         * calc/calc-aent.el (math-read-token, math-find-user-tokens):
3636         * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
3637         (math-compose-tex-func):
3638         * calc/calccomp.el (math-compose-expr):
3639         * calc/calc-ext.el (math-format-flat-expr-fancy):
3640         * calc/calc-store.el (calc-read-var-name):
3641         * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
3643         * calc/calc.el (var-π, var-φ, var-γ): New variables.
3644         * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
3645         * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
3646         (math-standard-units): Add units.
3648 2010-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3650         * progmodes/asm-mode.el (asm-mode):
3651         * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
3653         * pcomplete.el (pcomplete-completions-at-point): New function,
3654         extracted from pcomplete-std-complete.
3655         (pcomplete-std-complete): Use it.
3657 2010-05-15  Glenn Morris  <rgm@gnu.org>
3659         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
3660         Remove references to CVS, RCS and Old directories.
3662 2010-05-14  Jay Belanger  <jay.p.belanger@gmail.com>
3664         * calc/calc-bin.el (math-format-twos-complement): Group digits when
3665         appropriate.
3667 2010-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3669         * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
3670         (sh-mode-syntax-table): Give it a default value instead.
3671         (sh-header-marker): Make buffer-local.
3672         (sh-mode): Move make-local-variable to the corresponding setq.
3673         (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
3674         Use complete-with-action.
3676         * simple.el (prog-mode): New (abstract) major mode.
3677         * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
3678         * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
3680 2010-05-14  Juanma Barranquero  <lekktu@gmail.com>
3682         * progmodes/sql.el (sql-oracle-program): Reflow docstring.
3683         (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
3684         (sql-add-product-keywords, sql-highlight-product, sql-set-product)
3685         (sql-make-alternate-buffer-name, sql-placeholders-filter)
3686         (sql-escape-newlines-filter, sql-input-sender)
3687         (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
3689 2010-05-13  Chong Yidong  <cyd@stupidchicken.com>
3691         Add TeX open-block and close-block keybindings to SGML, and vice versa.
3693         * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
3694         latex-open-block and C-c / to latex-close-block.
3696         * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
3697         and C-c C-e to sgml-close-tag.
3699 2010-05-13  Michael Albinus  <michael.albinus@gmx.de>
3701         * net/tramp.el (with-progress-reporter): Create reporter object
3702         only when the message would be displayed.  Handle nested calls.
3703         (tramp-handle-load, tramp-handle-file-local-copy)
3704         (tramp-handle-insert-file-contents, tramp-handle-write-region)
3705         (tramp-maybe-send-script, tramp-find-shell):
3706         Use `with-progress-reporter'.
3707         (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
3708         Fix message text.
3710         * net/tramp-smb.el (tramp-smb-handle-copy-file)
3711         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
3712         (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
3713         Use `with-progress-reporter'.
3715 2010-05-13  Agustín Martín  <agustin.martin@hispalinux.es>
3717         * textmodes/ispell.el (ispell-init-process): Do not kill ispell
3718         process everytime when spellchecking from the minibuffer (bug#6143).
3720 2010-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3722         * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
3724         * dos-fns.el: Add "dos-" prefix for namespace control.
3725         (convert-standard-filename): Define as alias for
3726         dos-convert-standard-filename but only if applicable.
3728 2010-05-12  Alan Mackenzie  <acm@muc.de>
3730         * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
3731         Push the mark at the start of these functions when appropriate.
3733 2010-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3735         * minibuffer.el (completion-cycle-threshold): New custom var.
3736         (completion--do-completion): Use it.
3737         (minibuffer-complete): Use cycling if appropriate.
3739 2010-05-11  Juanma Barranquero  <lekktu@gmail.com>
3741         * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
3742         buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
3744 2010-05-11  Juri Linkov  <juri@jurta.org>
3746         * scroll-all.el (scroll-all-check-to-scroll):
3747         Add `scroll-up-command' and `scroll-down-command' (bug#6164).
3749 2010-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3751         * iimage.el (iimage-mode-map): Move initialization into declaration.
3752         (iimage-mode-buffer): Use with-silent-modifications.
3753         Simplify calling convention.  Adjust callers.
3754         (iimage-mode): Don't run hook redundantly.
3756         * minibuffer.el (completion-pcm--pattern->regex):
3757         Fix last change (bug#6160).
3759 2010-05-10  Juri Linkov  <juri@jurta.org>
3761         Remove nodes visited during Isearch from the Info history.
3762         * info.el (Info-isearch-initial-history)
3763         (Info-isearch-initial-history-list): New variables.
3764         (Info-isearch-start): Record initial values of
3765         Info-isearch-initial-history and Info-isearch-initial-history-list.
3766         Add Info-isearch-end to isearch-mode-end-hook.
3767         (Info-isearch-end): New function.
3769 2010-05-10  Michael Albinus  <michael.albinus@gmx.de>
3771         * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
3772         format string, in order to work around a bug in pdksh.
3773         Reported by Gilles Pion <gpion@lfdj.com>.
3774         (tramp-handle-verify-visited-file-modtime): Do not send a command
3775         when the connection is not established.
3776         (tramp-handle-set-file-times): Simplify the check for utc.
3778 2010-05-10  Juanma Barranquero  <lekktu@gmail.com>
3780         Fix use of `filter-buffer-substring' (rework previous change).
3781         * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
3782         (cua-repeat-replace-region):
3783         * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
3784         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
3785         (cua-cut-region-to-global-mark): Use it.
3787 2010-05-09  Michael R. Mauger  <mmaug@yahoo.com>
3789         * progmodes/sql.el: Version 2.1.
3790         (sql-product-alist): Redesign structure of product info.
3791         (sql-product, sql-user, sql-server, sql-database): Safe variables.
3792         (sql-port, sql-port-history): New variables.
3793         (sql-interactive-product): New variable.
3794         (sql-send-terminator): New variable.
3795         (sql-imenu-generic-expression): Add "Types" imenu entry.
3796         (sql-oracle-login-params, sql-sqlite-login-params)
3797         (sql-mysql-login-params, sql-solid-login-params)
3798         (sql-sybase-login-params, sql-informix-login-params)
3799         (sql-ingres-login-params, sql-ms-login-params)
3800         (sql-postgres-login-params, sql-interbase-login-params)
3801         (sql-db2-login-params, sql-linter-login-params)
3802         (sql-oracle-scan-on): New variables.
3803         (sql-mode-map): Add C-c C-i to start interactive mode.
3804         (sql-mode-menu): Update existing menu entries.
3805         (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
3806         (sql-mode-oracle-font-lock-keywords)
3807         (sql-mode-postgres-font-lock-keywords)
3808         (sql-mode-ms-font-lock-keywords)
3809         (sql-mode-sybase-font-lock-keywords)
3810         (sql-mode-informix-font-lock-keywords)
3811         (sql-mode-interbase-font-lock-keywords)
3812         (sql-mode-ingres-font-lock-keywords)
3813         (sql-mode-solid-font-lock-keywords)
3814         (sql-mode-mysql-font-lock-keywords)
3815         (sql-mode-sqlite-font-lock-keywords)
3816         (sql-mode-db2-font-lock-keywords)
3817         (sql-mode-linter-font-lock-keywords): Update initialization to
3818         reduce run-time complexity.
3819         (sql-add-product, sql-del-product): New functions.
3820         (sql-set-product-feature, sql-get-product-feature): New functions.
3821         (sql-product-font-lock): Update product API.
3822         (sql-add-product-keywords): New function.
3823         (sql-highlight-product): Update product API.
3824         (sql-help-list-products): New function.
3825         (sql-help): Dynamically lists free and non-free products.
3826         (sql-get-login): Correct bug in handling history and added
3827         prompt for port.
3828         (sql-copy-column): Copy without properties.
3829         (sqli-input-sender): Apply filters to SQLi input.
3830         (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
3831         Implement as a filter.
3832         (sql-escape-newlines-filter): Implement as a filter.
3833         (sql-remove-tabs-filter): New function.
3834         (sql-send-magic-terminator): New function.
3835         (sql-send-string): Implement magic terminator.
3836         (sql-send-region): Use `sql-send-string'.
3837         (sql-interactive-mode): Use product API.
3838         (sql-product-interactive): Use product API.
3839         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
3840         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
3841         (sql-db2, sql-linter): Use `sql-product-interactive'.
3842         (sql-connect): New function.
3843         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
3844         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
3845         (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
3846         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
3847         Use `sql-connect'.
3849 2010-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3851         * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
3852         New custom variable.
3853         (completion-pcm--string->pattern): Use it.
3854         (completion-pcm--pattern->regex, completion-pcm--pattern->string):
3855         Make it handle any symbol as `any'.
3856         (completion-pcm--merge-completions): Extract common suffix for the new
3857         `prefix' symbol as well.
3858         (completion-substring--all-completions): Use the new `prefix' symbol.
3860 2010-05-09  Michael Albinus  <michael.albinus@gmx.de>
3862         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
3863         not bound.
3864         (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
3865         (tramp-compat-funcall): New defmacro.
3866         (tramp-compat-line-beginning-position)
3867         (tramp-compat-line-end-position)
3868         (tramp-compat-temporary-file-directory)
3869         (tramp-compat-make-temp-file, tramp-compat-file-attributes)
3870         (tramp-compat-copy-file, tramp-compat-copy-directory)
3871         (tramp-compat-delete-file, tramp-compat-delete-directory)
3872         (tramp-compat-number-sequence, tramp-compat-process-running-p)
3873         * net/tramp.el (top, with-progress-reporter)
3874         (tramp-rfn-eshadow-setup-minibuffer)
3875         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
3876         (tramp-handle-dired-compress-file, tramp-handle-shell-command)
3877         (tramp-completion-mode-p, tramp-check-for-regexp)
3878         (tramp-open-connection-setup-interactive-shell)
3879         (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
3880         (tramp-time-diff, tramp-coding-system-change-eol-conversion)
3881         (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
3882         * net/tramp-cmds.el (tramp-cleanup-all-connections)
3883         (tramp-reporter-dump-variable, tramp-load-report-modules)
3884         (tramp-append-tramp-buffers)
3885         * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
3887         * net/tramp-imap.el (top): Autoload `epg-make-context'.
3889 2010-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3891         * progmodes/compile.el (compilation-buffer-modtime): Rename from
3892         buffer-modtime.  Adjust users.
3894 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
3896         * international/mule.el (auto-coding-alist): Only purecopy
3897         car of each item, not the whole list (Bug#6083).
3899 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
3901         * progmodes/js.el (js-mode): Make paragraph variables local before
3902         calling c-setup-paragraph-variables (Bug#6071).
3904 2010-05-08  Eli Zaretskii  <eliz@gnu.org>
3906         * composite.el (compose-region, reference-point-alist): Fix typos
3907         in the doc strings.
3909 2010-05-08  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
3911         * calc/calc-graph.el (calc-graph-plot): Use the proper form for
3912         gnuplot's "set" command.
3914 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
3916         * abbrev.el (last-abbrev-text): Doc fix.
3917         (abbrev-prefix-mark): Don't escape parenthesis.
3919 2010-05-08  Andreas Schwab  <schwab@linux-m68k.org>
3921         * composite.el (find-composition): Doc fix.
3923 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
3925         * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
3926         (sql-oracle-program, sql-sqlite-options)
3927         (sql-query-placeholders-and-send): Doc fixes.
3928         (sql-set-product, sql-interactive-mode): Reflow docstrings.
3929         (sql-imenu-generic-expression, sql-buffer)
3930         (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
3931         (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
3932         (sql-mode-sybase-font-lock-keywords)
3933         (sql-mode-informix-font-lock-keywords)
3934         (sql-mode-interbase-font-lock-keywords)
3935         (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
3936         (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
3937         (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
3938         (sql-product-feature, sql-highlight-product)
3939         (comint-line-beginning-position, sql-rename-buffer)
3940         (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
3941         (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
3942         (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
3943         Fix typos in docstrings.
3945 2010-05-08  Juri Linkov  <juri@jurta.org>
3947         * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
3948         property instead of `invisible' and `after-string' (bug#5998).
3950 2010-05-08  Juri Linkov  <juri@jurta.org>
3952         * image-mode.el (image-mode-as-text): Fix typo in docstring.
3954 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
3956         * filecache.el (file-cache-add-directory-list)
3957         (file-cache-add-directory-recursively): Fix typos in docstrings.
3959 2010-05-08  Kenichi Handa  <handa@m17n.org>
3961         * language/indian.el (gurmukhi-composable-pattern): Fix typo.
3962         (gujarati-composable-pattern): Fix typo.
3964 2010-05-08  Kenichi Handa  <handa@m17n.org>
3966         * language/indian.el (oriya-composable-pattern)
3967         (tamil-composable-pattern, malayalam-composable-pattern):
3968         Add two-part vowels to "v" (vowel sign).
3970 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
3972         * files.el (copy-directory): Handle symlinks (Bug#5982).
3974 2010-05-08  Dan Nicolaescu  <dann@ics.uci.edu>
3976         * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
3977         (vc-hg-working-revision): Likewise.  Use hg parents, not hg parent
3978         (Bug#5846).
3980 2010-05-08  Glenn Morris  <rgm@gnu.org>
3982         * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
3984         * minibuffer.el (completion-at-point): Doc fix.
3986 2010-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3988         * electric.el (Electric-command-loop): Minor tweak.
3990         * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
3991         better with dedicated windows.
3993 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
3995         * Version 23.2 released.
3997 2010-05-07  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
3998             Stefan Monnier  <monnier@iro.umontreal.ca>
4000         Highlight vendor specific properties.
4001         * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
4002         (css-proprietary-property): New face.
4003         (css-font-lock-keywords): Use them.
4005 2010-05-07  Eli Zaretskii  <eliz@gnu.org>
4007         * cus-start.el (all): Add native condition for tool-bar-* symbols.
4009 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4011         * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
4012         * files.el (auto-mode-alist): Remove redundant entries.
4014         * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
4015         * simple.el (auto-save-mode): Move from files.el.
4016         * minibuffer.el (completion--common-suffix): Fix copy&paste error.
4018 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
4020         * lisp/epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
4022 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4024         * mail/binhex.el (binhex-decode-region-internal)
4025         * mail/uudecode.el (uudecode-decode-region-internal)
4026         * net/dns.el (dns-read-string-name, dns-write, dns-read)
4027         (dns-read-type, dns-query)
4028         * pgg-parse.el (pgg-parse-armor)
4029         * pgg.el (pgg-verify-region)
4030         * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
4031         XEmacs.
4033         * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
4035 2010-05-07  Juanma Barranquero  <lekktu@gmail.com>
4037         * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
4039         Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
4040         * emulation/cua-base.el (cua-repeat-replace-region):
4041         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
4042         (cua-cut-region-to-global-mark):
4043         Remove text properties with `set-text-properties'.
4045 2010-05-06  Michael Albinus  <michael.albinus@gmx.de>
4047         * net/tramp.el (top, with-progress-reporter):
4048         Use `symbol-function' inside `funcall'.
4050         * net/tramp-compat.el (tramp-compat-file-attributes)
4051         (tramp-compat-delete-file, tramp-compat-delete-directory):
4052         Handle only `wrong-number-of-arguments' error.
4054         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
4055         (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
4056         inside `funcall'.
4058 2010-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4060         * minibuffer.el (completion--sreverse, completion--common-suffix):
4061         New functions.
4062         (completion-pcm--merge-completions): Extract common suffix when safe.
4064         * emacs-lisp/easy-mmode.el (define-minor-mode):
4065         Make :variable more flexible.
4066         * files.el (auto-save-mode): Use it to define using define-minor-mode.
4068 2010-05-05  Juri Linkov  <juri@jurta.org>
4070         Add `slow' and `history' tags to the desktop data.
4072         * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
4073         (Info-virtual-files) [*Apropos*]: Add `slow' tag.
4074         (Info-finder-find-node): Require `finder.el' to be able
4075         to restore node from the desktop.
4076         (Info-desktop-buffer-misc-data): Save all nodes.  Save additional
4077         data `Info-history' and `slow' tag in the assoc list.
4078         (Info-restore-desktop-buffer): Don't restore nodes with the
4079         `slow' tag.  Restore `Info-history'.
4081 2010-05-05  Michael Albinus  <michael.albinus@gmx.de>
4083         Add FORCE argument to `delete-file'.
4085         * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
4086         forcing to delete the temporary file.
4087         (ange-ftp-delete-file): Add FORCE arg.
4088         (ange-ftp-rename-remote-to-remote)
4089         (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
4090         (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
4091         Force file deletion.
4093         * net/tramp-compat.el (tramp-compat-delete-file): New defun.
4095         * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
4096         (tramp-handle-make-symbolic-link, tramp-handle-load)
4097         (tramp-do-copy-or-rename-file-via-buffer)
4098         (tramp-do-copy-or-rename-file-directly)
4099         (tramp-do-copy-or-rename-file-out-of-band)
4100         (tramp-handle-process-file, tramp-handle-call-process-region)
4101         (tramp-handle-shell-command, tramp-handle-file-local-copy)
4102         (tramp-handle-insert-file-contents, tramp-handle-write-region)
4103         (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
4105         * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
4106         (tramp-fish-handle-make-symbolic-link)
4107         (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
4109         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
4110         Use `tramp-compat-delete-file'.
4112         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
4113         (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
4115         * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
4116         (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
4118         * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
4119         (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
4120         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region): Use
4121         `tramp-compat-delete-file'.
4123 2010-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4125         Minor cleanups.
4126         * subr.el (add-minor-mode): Use push.
4127         * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
4128         * emulation/edt.el (edt-select-mode): Simplify.
4130         Use define-minor-mode in more cases.
4131         * term/tvi970.el (tvi970-set-keypad-mode):
4132         * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
4133         (normal-erase-is-backspace-mode):
4134         * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
4135         (set-scroll-bar-mode-1): (Re)move to its sole caller.
4136         (get-scroll-bar-mode): New function.
4137         * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
4139         Use define-minor-mode for less obvious cases.
4140         * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
4141         * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
4142         * international/iso-ascii.el (iso-ascii-mode):
4143         * frame.el (auto-raise-mode, auto-lower-mode):
4144         * composite.el (global-auto-composition-mode): Use define-minor-mode.
4146 2010-05-04  Michael Albinus  <michael.albinus@gmx.de>
4148         * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
4149         in order to see error messages for failed logins.
4151 2010-05-03  Chong Yidong  <cyd@stupidchicken.com>
4153         * diff.el (diff-sentinel):
4155         * epg.el (epg--make-temp-file, epg-decrypt-string)
4156         (epg-verify-string, epg-sign-string, epg-encrypt-string):
4158         * jka-compr.el (jka-compr-partial-uncompress)
4159         (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
4161         * server.el (server-sentinel): Use delete-file's new FORCE arg
4162         (Bug#6070).
4164 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4166         Use define-minor-mode where applicable.
4167         * view.el (view-mode):
4168         * type-break.el (type-break-query-mode)
4169         (type-break-mode-line-message-mode):
4170         * textmodes/reftex.el (reftex-mode):
4171         * term/vt100.el (vt100-wide-mode):
4172         * tar-mode.el (tar-subfile-mode):
4173         * savehist.el (savehist-mode):
4174         * ibuf-ext.el (ibuffer-auto-mode):
4175         * composite.el (auto-composition-mode):
4176         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
4177         Use define-minor-mode.
4178         (vhdl-mode): Use static mode-line format.
4179         (vhdl-mode-line-update): Delete.
4180         (vhdl-create-mode-menu, vhdl-activate-customizations)
4181         (vhdl-hs-minor-mode): Don't bother calling it.
4183 2010-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4185         * simple.el (with-wrapper-hook): Move.
4186         (buffer-substring-filters): Mark obsolete.
4187         (filter-buffer-substring-functions): New variable.
4188         (filter-buffer-substring): Use it.  Remove unused arg `noprops'.
4190         Use a mode-line spec rather than a static string in Semantic.
4191         * cedet/semantic/util-modes.el:
4192         (semantic-minor-modes-format): New var to replace...
4193         (semantic-minor-modes-status): Remove.
4194         (semantic-mode-line-update): Construct a mode-line spec rather than
4195         a static string so that mouse buttons can be used on individual minor
4196         modes and so that semantic-mode-line-update only needs to be called
4197         when global settings are changed.
4198         (semantic-add-minor-mode, semantic-toggle-minor-mode-globally):
4199         Call semantic-mode-line-update.
4200         (semantic-toggle-minor-mode-globally): Don't assume mode is on
4201         minor-mode-alist, check semantic-minor-mode-alist as well.
4202         (semantic-stickyfunc-mode, semantic-show-parser-state-auto-marker)
4203         (semantic-show-parser-state-marker, semantic-show-parser-state-mode)
4204         (semantic-show-unmatched-syntax-mode, semantic-highlight-edits-mode):
4205         * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
4206         * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
4207         (define-semantic-idle-service, semantic-idle-summary-mode):
4208         * cedet/semantic/decorate/mode.el (semantic-decoration-mode):
4209         Don't call semantic-mode-line-update any more.
4211 2010-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4213         Use define-minor-mode in CEDET where applicable.
4215         * cedet/srecode/mode.el (srecode-minor-mode,global-srecode-minor-mode):
4216         Use define-minor-mode.
4218         * cedet/semantic/util-modes.el (semantic-add-minor-mode):
4219         Remove unused arg `keymap' and code redundant with define-minor-mode.
4220         (semantic-toggle-minor-mode-globally): Only handle arg -1 and 1.
4221         (semantic-stickyfunc-mode, global-semantic-show-unmatched-syntax-mode)
4222         (semantic-highlight-func-mode, global-semantic-show-parser-state-mode)
4223         (global-semantic-highlight-edits-mode, semantic-highlight-edits-mode)
4224         (semantic-show-unmatched-syntax-mode, semantic-show-parser-state-mode)
4225         (global-semantic-stickyfunc-mode, global-semantic-highlight-func-mode):
4226         Use define-minor-mode.
4227         (semantic-stickyfunc-mode-setup, semantic-highlight-edits-mode-setup)
4228         (semantic-show-unmatched-syntax-mode-setup)
4229         (semantic-show-parser-state-mode-setup)
4230         (semantic-highlight-func-mode-setup): Inline into sole caller.
4232         * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
4233         (semantic-mru-bookmark-mode): Use define-minor-mode.
4234         (semantic-mru-bookmark-mode-setup): Inline into sole caller.
4236         * cedet/semantic/idle.el (define-semantic-idle-service):
4237         Use define-minor-mode and inline setup function into its sole caller.
4238         (semantic-idle-scheduler-mode-setup)
4239         (semantic-idle-summary-mode-setup): Inline into sole caller.
4240         (global-semantic-idle-scheduler-mode, semantic-idle-scheduler-mode):
4241         Use define-minor-mode.
4243         * cedet/semantic/decorate/mode.el (global-semantic-decoration-mode)
4244         (semantic-decoration-mode): Use define-minor-mode.
4245         (semantic-decoration-mode-setup): Inline into sole caller.
4247         * cedet/ede/dired.el (ede-dired-minor-mode): Initialize in declaration.
4248         (ede-dired-minor-mode): Use define-minor-mode and derived-mode-p.
4249         (ede-dired-add-to-target): Use dolist.
4251 2010-05-01  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
4252             Michael Albinus  <michael.albinus@gmx.de>
4254         Implement compression for inline methods.
4256         * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
4257         (tramp-copy-size-limit): Allow also nil.
4258         (tramp-inline-compress-commands): New defconst.
4259         (tramp-find-inline-compress, tramp-get-inline-compress)
4260         (tramp-get-inline-coding): New defuns.
4261         (tramp-get-remote-coding, tramp-get-local-coding): Remove,
4262         replaced by `tramp-get-inline-coding'.
4263         (tramp-handle-file-local-copy, tramp-handle-write-region)
4264         (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
4266 2010-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4268         * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
4269         Remove unused functions.
4271         * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
4272         Set find-tag-default-function as a variable rather than a property.
4274         * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
4275         * progmodes/etags.el (tags-completion-at-point-function):
4276         Remove left over interactive spec.  Add autoloading stub.
4277         (complete-tag): Use tags-completion-at-point-function.
4279 2010-04-30  Chong Yidong  <cyd@stupidchicken.com>
4281         * minibuffer.el (tags-completion-at-point-function): Fix return value.
4283 2010-04-29  Chong Yidong  <cyd@stupidchicken.com>
4285         * ido.el (ido-init-completion-maps): Remove C-v binding.
4286         (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
4288 2010-04-29  Chong Yidong  <cyd@stupidchicken.com>
4290         * minibuffer.el (tags-completion-at-point-function): New function.
4291         (completion-at-point-functions): Use it.
4293         * cedet/semantic.el (semantic-completion-at-point-function):
4294         New function.
4295         (semantic-mode): Use semantic-completion-at-point-function for
4296         completion-at-point-functions instead.
4298         * progmodes/etags.el (complete-tag): Revert last change.
4300 2010-04-29  Alan Mackenzie  <acm@muc.de>
4302         * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
4303         off-by-one error (in end of macro position).
4305 2010-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4307         * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
4308         firefox is absent.  Don't autoload.
4309         (browse-url-galeon-program): Don't autoload.
4311 2010-04-28  Chong Yidong  <cyd@stupidchicken.com>
4313         * bindings.el (complete-symbol): Move into minibuffer.el.
4315         * minibuffer.el (complete-tag): Move from etags.el.  If tags
4316         completion cannot be performed, return nil instead of signalling
4317         an error.
4318         (completion-at-point): Make it an alias for complete-symbol.
4319         (complete-symbol): Move from bindings.el, and replace with the
4320         body of completion-at-point.
4322         * progmodes/etags.el (complete-tag): Move to minibuffer.el.
4324         * cedet/semantic.el (semantic-mode): When enabled, add
4325         semantic-ia-complete-symbol to completion-at-point-functions.
4327         * cedet/semantic/ia.el (semantic-ia-complete-symbol): Return nil
4328         if Semantic is not active.
4330 2010-04-28  Michael Albinus  <michael.albinus@gmx.de>
4332         * net/tramp.el (tramp-remote-selinux-p): New defun.
4333         (tramp-handle-file-selinux-context)
4334         (tramp-handle-set-file-selinux-context): Use it.
4336 2010-04-28  Sam Steingold  <sds@gnu.org>
4338         * progmodes/bug-reference.el (bug-reference-url-format): Mark as
4339         `safe-local-variable' if the value is a string or a symbol with
4340         the property `bug-reference-url-format'.
4342 2010-04-28  Chong Yidong  <cyd@stupidchicken.com>
4344         * progmodes/bug-reference.el (bug-reference-url-format):
4345         Revert 2010-04-27 change due to security risk.
4347 2010-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4349         Make it possible to locally disable a globally enabled mode.
4350         * simple.el (fundamental-mode): Run fundamental-mode-hook.
4351         * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
4352         rather than kill-all-local-variables so it runs fundamental-mode-hook.
4353         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
4354         Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
4355         that subsequent hooks get a chance to disable it.
4357 2010-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4359         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
4360         Avoid re-enabling a minor mode after the user turned the minor mode
4361         off if MODE-enable-in-buffers is run twice (typically once from
4362         fundamental-mode's after-change-major-mode-hook and a second time from
4363         run-mode-hook's own after-change-major-mode-hook).
4365         * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
4367 2010-04-27  Sam Steingold  <sds@gnu.org>
4369         * progmodes/bug-reference.el (bug-reference-url-format): Mark as
4370         `safe-local-variable' if the value is a string or a function, as
4371         documented and implemented on 2010-04-02.
4373 2010-04-27  Juanma Barranquero  <lekktu@gmail.com>
4375         * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
4376         when method is 'kill.
4378 2010-04-27  Agustín Martín  <agustin.martin@hispalinux.es>
4380         * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
4381         condition in default directory check.
4382         (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
4383         Kill ispell process when killing its associated buffer.
4385 2010-04-27  Jan Djärv  <jan.h.d@swipnet.se>
4387         * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
4388         but we aren't using it.
4390 2010-04-25  Jan Djärv  <jan.h.d@swipnet.se>
4392         * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
4393         checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
4395 2010-04-24  Glenn Morris  <rgm@gnu.org>
4397         * emacs-lisp/authors.el (authors-obsolete-files-regexps):
4398         Ignore VCS-ignore files, and deleted nextstep preferences files.
4399         (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
4400         (authors-ambiguous-files): New list.
4401         (authors-valid-file-names): Add some deleted files.
4402         (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
4403         (authors-disambiguate-file-name): New function.  (Bug#5501)
4404         (authors-canonical-file-name): Doc fix.
4405         Don't warn about obsolete files.
4406         (authors-canonical-file-name, authors-scan-el):
4407         Use authors-disambiguate-file-name.
4409         * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
4410         Add autoload cookies.
4411         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
4412         (generated-autoload-file): Set file-local value to "htmlfontify.el".
4413         * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
4414         They have definitions / compiler macros in cl.el.
4415         (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
4416         Replace manual autoloads with generated ones.
4417         (htmlfontify-unload-rgb-file): Remove autoload.
4418         * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
4420 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4422         * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
4423         (byte-compile-setq-default): Optimize for the
4424         single-var case and don't call byte-compile-form in this case to avoid
4425         inf-loop with byte-compile-set-default.
4427         * progmodes/compile.el (compilation-start): Abbreviate default directory.
4429 2010-04-23  Michael Albinus  <michael.albinus@gmx.de>
4431         Implement SELINUX backends.
4433         * net/tramp.el (tramp-file-name-handler-alist):
4434         Add `file-selinux-context' and `set-file-selinux-context'.
4435         (tramp-handle-file-selinux-context)
4436         (tramp-handle-set-file-selinux-context): New defuns.
4437         (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
4438         Handle PRESERVE-SELINUX-CONTEXT.
4440         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
4441         Add `file-selinux-context' and `set-file-selinux-context'.
4442         (tramp-gvfs-handle-file-selinux-context)
4443         (tramp-gvfs-handle-set-file-selinux-context): New defuns.
4444         (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
4446         * net/ange-ftp.el (ange-ftp-copy-file):
4447         * net/tramp-fish.el (tramp-fish-handle-copy-file):
4448         * net/tramp-imap.el (tramp-imap-handle-copy-file):
4449         * net/tramp-smb.el (tramp-smb-handle-copy-file):
4450         Add PRESERVE-SELINUX-CONTEXT.
4452 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
4454         Synchronize with Tramp repository.
4456         * net/tramp.el (with-connection-property, tramp-completion-mode-p)
4457         (tramp-action-process-alive, tramp-action-out-of-band)
4458         (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
4459         (tramp-exists-file-name-handler): Fix docstring.
4460         (with-progress-reporter): New defmacro.
4461         (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
4462         (tramp-maybe-open-connection): Use it.
4464 2010-04-22  Noah Lavine  <noah549@gmail.com>  (tiny change)
4466         Detect ssh 'ControlMaster' argument automatically in some cases.
4468         * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
4469         (tramp-default-method): Use it.
4471 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
4473         * net/tramp.el (tramp-handle-copy-file): Add new optional
4474         parameter `preserve-selinux-context'.
4475         (tramp-file-name-for-operation): Add `set-file-selinux-context'.
4477 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
4479         * net/tramp.el (tramp-completion-handle-file-name-all-completions):
4480         Ensure, that non remote files are still checked.  Oops.
4482 2010-04-21  Michael Albinus  <michael.albinus@gmx.de>
4484         Fix Bug#5840.
4486         * icomplete.el (icomplete-completions): Use `non-essential'.
4488         * net/tramp.el (tramp-connectable-p): New defun.
4489         (tramp-handle-expand-file-name)
4490         (tramp-completion-handle-file-name-all-completions)
4491         (tramp-completion-handle-file-name-completion): Use it.
4493 2010-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4495         * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
4497 2010-04-21  Jan Djärv  <jan.h.d@swipnet.se>
4499         * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
4501         * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
4503         * loadup.el: Load dynamic-setting.el if feature dynamic-setting
4504         is present.
4506         * info.el (info-tool-bar-map): Add labels.
4508         * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
4510         * cus-edit.el (custom-commands): Add labels for tool bar.
4511         (custom-buffer-create-internal, Custom-mode): Adjust for
4512         labels in custom-commands.
4514         * dynamic-setting.el: Renamed from font-setting.el.
4516 2010-04-21  John Wiegley  <jwiegley@gmail.com>
4518         * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
4519         toggles the use of virtual buffers.
4520         (ido-buffer-internal): Guard `ido-use-virtual-buffers' global value.
4521         (ido-toggle-virtual-buffers): New function.
4523 2010-04-21  Juanma Barranquero  <lekktu@gmail.com>
4525         Use `define-derived-mode'; fix window selection; doc fixes.
4526         * play/tetris.el (tetris, tetris-update-speed-function)
4527         (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
4528         (tetris-move-left, tetris-move-right, tetris-rotate-prev)
4529         (tetris-rotate-next, tetris-end-game, tetris-start-game)
4530         (tetris-pause-game): Fix typos in docstrings.
4531         (tetris-mode-map, tetris-null-map):
4532         Move initialization into declaration.
4533         (tetris-mode): Define with `define-derived-mode';
4534         set show-trailing-whitespace to nil.
4535         (tetris): Prefer window already displaying the "*Tetris*" buffer.
4537 2010-04-21  Karel Klíč  <kklic@redhat.com>
4539         * files.el (backup-buffer): Handle SELinux context, and return it
4540         if a backup was made by renaming.
4541         (backup-buffer-copy): Set SELinux context to the target file.
4542         (basic-save-buffer): Set SELinux context of the newly written file.
4543         (basic-save-buffer-1): Now it also returns any SELinux context.
4544         (basic-save-buffer-2): Set SELinux context of the newly created file,
4545         and return it.
4546         * net/tramp.el (tramp-file-name-for-operation):
4547         Add file-selinux-context.
4549 2010-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4551         Make the log-edit comments use RFC822 format throughout.
4553         * vc.el (vc-checkin, vc-modify-change-comment):
4554         Adjust to new vc-start/finish-logentry.
4555         (vc-find-conflicted-file): New command.
4556         (vc-transfer-file): Adjust to new vc-checkin.
4557         (vc-next-action): Improve scoping.
4559         * vc-hg.el (vc-hg-log-edit-mode): Remove.
4560         (vc-hg-checkin): Remove extra arg.  Use log-edit-extract-headers.
4562         * vc-git.el (vc-git-log-edit-mode): Remove.
4563         (vc-git-checkin): Remove extra arg.  Use log-edit-extract-headers.
4564         (vc-git-commits-coding-system): Rename from git-commits-coding-system.
4566         * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
4567         (vc-start-logentry): Remove argument `extra'.
4568         (vc-finish-logentry): Remove extra args.
4570         * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
4571         (vc-bzr-checkin): Remove extra arg.  Use log-edit-extract-headers.
4572         (vc-bzr-conflicted-files): New function.
4574         * log-edit.el (log-edit-extra-flags)
4575         (log-edit-before-checkin-process): Remove.
4576         (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
4577         (log-edit-headers-alist): New var.
4578         (log-edit-header-contents-regexp): New const.
4579         (log-edit-match-to-eoh): New function.
4580         (log-edit-font-lock-keywords): Use them.
4581         (log-edit): Insert a "Summary:" header as default.
4582         (log-edit-mode): Mark font-lock rules as case-insensitive.
4583         (log-edit-done): Cleanup headers.
4584         (log-view-process-buffer): Remove.
4585         (log-edit-extract-headers): New function to replace it.
4587 2010-04-20  Juanma Barranquero  <lekktu@gmail.com>
4589         * subr.el (default-direction-reversed): Remove obsolescence info.
4591 2010-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4593         * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
4594         windows/frames.
4596         * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
4597         I.e. include text after point in the completion region.
4598         Also, return nil when we're not after/in a symbol.
4600         * international/mule-cmds.el (view-hello-file): Don't fiddle with the
4601         default enable-multibyte-characters.
4603 2010-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4605         * international/mule.el: Help the user choose a valid coding-system.
4606         (read-buffer-file-coding-system): New function.
4607         (set-buffer-file-coding-system): Use it.  Prompt the user if the
4608         coding-system cannot encode all the chars.
4610         * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
4611         (vc-bzr-shelve-show, vc-bzr-shelve-apply)
4612         (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
4613         Don't use *vc-bzr-shelve*.
4615 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
4617         * cedet/ede/pmake.el (ede-proj-makefile-insert-variables):
4618         Don't destroy list before using it.
4620 2010-04-19  Dan Nicolaescu  <dann@ics.uci.edu>
4622         Fix the version number for added files.
4623         * vc-hg.el (vc-hg-working-revision): Check if the file is
4624         registered after hg parent fails (Bug#5961).
4626 2010-04-19  Glenn Morris  <rgm@gnu.org>
4628         * htmlfontify.el (htmlfontify-buffer)
4629         (htmlfontify-copy-and-link-dir): Autoload entry points.
4631 2010-04-19  Magnus Henoch  <magnus.henoch@gmail.com>
4633         * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
4634         name relative to the project root (Bug#5960).
4636 2010-04-19  Glenn Morris  <rgm@gnu.org>
4638         * vc-git.el (vc-git-print-log): Doc fix.
4640 2010-04-19  Óscar Fuentes  <ofv@wanadoo.es>
4642         * ido.el (ido-file-internal): Fix 2009-12-02 change.
4644 2010-04-19  Christoph  <cschol2112@googlemail.com>  (tiny change)
4646         * progmodes/grep.el (grep-compute-defaults): Fix handling of host
4647         default settings (Bug#5928).
4649 2010-04-19  Glenn Morris  <rgm@gnu.org>
4651         * progmodes/fortran.el (fortran-match-and-skip-declaration):
4652         New function.
4653         (fortran-font-lock-keywords-3): Use it.  (Bug#1385)
4655 2010-04-19  Kenichi Handa  <handa@m17n.org>
4657         * language/indian.el (malayalam-composable-pattern): Fix previous
4658         change (add U+0D4D "SIGN VIRAMA").
4659         (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
4660         (tamil-composable-pattern): Fix typo in the regexp.
4661         (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
4662         (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
4663         (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
4665 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
4667         * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
4668         paragraph-separate (Bug#5821).
4670 2010-04-19  Juri Linkov  <juri@jurta.org>
4672         Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
4674         * info.el (Info-find-node-2): Comment out code that skips
4675         breadcrumbs line.
4676         (Info-mouse-follow-link): New command.
4677         (Info-link-keymap): New keymap.
4678         (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
4679         Return a string with links instead of inserting breadcrumbs
4680         to the Info buffer.
4681         (Info-fontify-node): Comment out code that inserts breadcrumbs.
4682         Instead of putting the `invisible' text property over the Info
4683         header, make an overlay over the Info header with the `invisible'
4684         property and `after-string' set to the string returned by
4685         `Info-breadcrumbs'.
4687 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
4689         * help.el (help-window-setup-finish): Doc fix (Bug#5830).
4690         Reported by monkey@sandpframing.com.
4692 2010-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4694         * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
4695         (tmm-get-keymap): Add key-binding shortcuts now that they're not
4696         available in the "keyseq cache" any more.
4698         * custom.el (defcustom): Add edebug spec.
4700 2010-04-18  Juri Linkov  <juri@jurta.org>
4702         Test for special mode-class in view-buffer instead of view-file (bug#5513).
4704         * view.el (view-file, view-buffer): Move test for special mode-class
4705         from view-file to view-buffer.
4707         * tar-mode.el (tar-extract): Turn if's into one cond
4708         like in arc-mode.el.
4710 2010-04-18  Juri Linkov  <juri@jurta.org>
4712         Add 7z archive format support (bug#5475).
4714         * arc-mode.el (archive-zip-extract): Try to find 7z executable.
4715         (archive-7z-extract): New defcustom.
4716         (archive-find-type): Add magic string for 7z.
4717         (archive-extract-by-stdout): Add new optional arg `stderr-file'.
4718         If `stderr-file' is non-nil, use `(t stderr-file)' for the
4719         `buffer' arg of `call-process'.
4720         (archive-zip-extract): Check `archive-zip-extract' for "7z" and
4721         call the function `archive-7z-extract' with the variable
4722         `archive-7z-extract' let-bound to `archive-zip-extract'.
4723         (archive-7z-summarize, archive-7z-extract): New functions.
4725         * international/mule.el (auto-coding-alist):
4726         * files.el (auto-mode-alist): Add 7z file extension.
4728 2010-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4730         * loadup.el: Setup hash-cons for pure data.
4732         Fix duplicate entries in cedet's loaddefs.el files.
4733         * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
4734         Should make most file-local generated-autoload-file unnecessary.
4735         (print-readably): Silence warnings.
4736         (autoload-find-destination): Take load-name as an arg to make sure
4737         it's the same as the one that will be in the file.
4738         (autoload-generate-file-autoloads): Adjust to above changes.
4739         Try to make the dataflow a bit simpler.
4741         * cvs-status.el (cvs-refontify): Remove unused.
4743 2010-04-18  Jay Belanger  <jay.p.belanger@gmail.com>
4745         * calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
4747         * calc-bin.el (calc-radix): Have the "O" option turn on
4748         twos-complement mode.
4750 2010-04-17  Jay Belanger  <jay.p.belanger@gmail.com>
4752         * calc-ext.el (calc-init-extensions): Add keybinding for 'calc-option'.
4753         Add `calc-option-prefix-help' to calc-help autoloads.
4754         (calc-inverse): Add "Option" to message, as appropriate.
4755         (calc-hyperbolic): Add "Option" to message, as appropriate.
4756         (calc-option, calc-is-option): New functions.
4758         * calc-help.el (calc-full-help): Add `calc-option-help'.
4759         (calc-option-prefix-help): New function.
4761         * calc-misc.el (calc-help): Add "Option" entry.
4763         * calc.el (calc-local-var-list): Add `calc-option-flag'.
4764         (calc-option-flag): New variable.
4765         (calc-do): Set `calc-option-flag to nil.
4766         (calc-set-mode-line): Add "Opt " as appropriate.
4768 2010-04-16  Juri Linkov  <juri@jurta.org>
4770         Move scrolling commands from simple.el to window.el
4771         because their primitives are implemented in window.c.
4773         * simple.el (scroll-error-top-bottom)
4774         (scroll-up-command, scroll-down-command, scroll-up-line)
4775         (scroll-down-line, scroll-other-window-down)
4776         (beginning-of-buffer-other-window, end-of-buffer-other-window):
4777         * window.el (scroll-error-top-bottom)
4778         (scroll-up-command, scroll-down-command, scroll-up-line)
4779         (scroll-down-line, scroll-other-window-down)
4780         (beginning-of-buffer-other-window, end-of-buffer-other-window):
4781         Move from simple.el to window.el because their primitives are
4782         implemented in window.c.
4784 2010-04-16  Juri Linkov  <juri@jurta.org>
4786         * isearch.el (isearch-lookup-scroll-key): Check both
4787         `isearch-scroll' and `scroll-command' properties.
4788         (scroll-up, scroll-down): Remove `isearch-scroll' property.
4790         * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
4792         * simple.el (scroll-up-command, scroll-down-command)
4793         (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
4795 2010-04-15  Juri Linkov  <juri@jurta.org>
4797         * simple.el (scroll-up-command, scroll-down-command)
4798         (scroll-up-line, scroll-down-line): Put `scroll-command'
4799         property on the these symbols.  Remove them from
4800         `scroll-preserve-screen-position-commands'.
4802         * mwheel.el (mwheel-scroll): Put `scroll-command' and
4803         `isearch-scroll' properties on the `mwheel-scroll' symbol.
4804         Remove it from `scroll-preserve-screen-position-commands'.
4806         * isearch.el (isearch-allow-scroll): Doc fix.
4808 2010-04-15  Michael Albinus  <michael.albinus@gmx.de>
4810         * net/tramp.el (tramp-error-with-buffer): Don't show the
4811         connection buffer when we are in completion mode.
4812         (tramp-file-name-handler): Catch the error for some operations
4813         when we are in completion mode.  This gives the user the chance to
4814         correct the file name in the minibuffer.
4816 2010-04-15  Glenn Morris  <rgm@gnu.org>
4818         * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
4820 2010-04-15  Juanma Barranquero  <lekktu@gmail.com>
4822         Simplify by using `define-derived-mode'.
4823         * info.el (Info-mode):
4824         * calendar/todo-mode.el (todo-mode):
4825         * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
4826         (gomoku-mode-map): Move initialization into declaration.
4828 2010-04-14  Michael Albinus  <michael.albinus@gmx.de>
4830         Fix Bug#5840.
4831         * ido.el (ido-file-name-all-completions-1):
4832         * minibuffer.el (minibuffer-completion-help):
4833         * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
4835 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4837         * simple.el (non-essential): New var.
4839         Add a new field `location' to bookmarks for non-file bookmarks.
4840         * bookmark.el (bookmark-location): Use the new field, if present.
4841         (bookmark-insert-location): Undo last change, not needed any more.
4842         * man.el (Man-bookmark-make-record):
4843         * woman.el (woman-bookmark-make-record): Add `location' field.
4845 2010-04-14  Juri Linkov  <juri@jurta.org>
4847         * simple.el (scroll-error-top-bottom): New defcustom.
4848         (scroll-up-command, scroll-down-command): Use it.  Doc fix.
4850         * emulation/pc-select.el (pc-select-override-scroll-error):
4851         Obsolete in favor of `scroll-error-top-bottom'.
4853 2010-04-14  Juri Linkov  <juri@jurta.org>
4855         * tutorial.el (tutorial--default-keys): Rebind `C-v' to
4856         `scroll-up-command' and `M-v' to `scroll-down-command'.
4858         * emulation/cua-rect.el (cua--init-rectangles):
4859         * forms.el (forms--change-commands):
4860         * image-mode.el (image-mode-map):
4861         Remap scroll-down-command and scroll-up-command
4862         in addition to scroll-down and scroll-up.
4864 2010-04-14  Juri Linkov  <juri@jurta.org>
4866         * mwheel.el (scroll-preserve-screen-position-commands):
4867         Add mwheel-scroll to this list of commands.
4869         * simple.el (scroll-preserve-screen-position-commands):
4870         Add scroll-up-command, scroll-down-command, scroll-up-line,
4871         scroll-down-line to this list of commands.
4873 2010-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4875         * obsolete/complete.el: Move from lisp/complete.el.
4877         * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
4879         * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
4880         to the minor mode function now turns the mode ON unconditionally.
4882 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4884         * vc-dir.el (vc-dir-kill-line): New command.
4885         (vc-dir-mode-map): Bind it to C-k.
4887         * bookmark.el (bookmark-insert-location): Handle a nil filename.
4889         * woman.el: Add bookmark declarations to silence the compiler.
4890         (bookmark-prop-get): Use `man-args' rather than `filename' as a first
4891         step to compatibility between man and woman bookmarks.
4892         Adjust for Man-default-bookmark-title renaming.
4893         (woman-bookmark-jump): Adjust accordingly.  Don't forget to autoload.
4895         * man.el: Add bookmark declarations to silence the compiler.
4896         (Man-name-local-regexp): Make it match NAME as well.
4897         (Man-getpage-in-background): Return the buffer.
4898         (Man-notify-when-ready): Use `case'.
4899         (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
4900         Don't hardcode "NAME".  Simplify.
4901         (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
4902         Rename from Man-bookmark-make-record.
4903         (Man-bookmark-jump): Rename from man-bookmark-jump.  Simplify now that
4904         we have the actual man-args.  Use Man-getpage-in-background rather
4905         than `man' since the arg is already processed.  Let bookmark.el do the
4906         window handling.  Only wait for the relevant process.
4907         Don't forget to autoload.
4909         * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
4911 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4913         * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
4914         New functions.
4915         (woman-mode): Setup bookmark support.
4917         * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
4918         (man-bookmark-jump): New functions.
4919         (Man-mode): Setup bookmark support.
4921 2010-04-10  Jari Aalto  <jari.aalto@cante.net>
4923         * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
4924         recognize ssh-keygen prompt (Bug#2817).
4926 2010-04-10  Michael Albinus  <michael.albinus@gmx.de>
4928         * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
4930 2010-04-10  Michael Albinus  <michael.albinus@gmx.de>
4932         Synchronize with Tramp repository.
4934         * net/tramp.el (tramp-completion-function-alist)
4935         (tramp-file-name-regexp, tramp-chunksize)
4936         (tramp-local-coding-commands, tramp-remote-coding-commands):
4937         Fix docstring.
4938         (tramp-remote-process-environment): Use `format' instead of `concat'.
4939         (tramp-handle-directory-files-and-attributes)
4940         (tramp-get-remote-path): Use `copy-tree'.
4941         (tramp-handle-file-name-all-completions): Backward/ XEmacs
4942         compatibility: Use `completion-ignore-case' if
4943         `read-file-name-completion-ignore-case' does not exist.
4944         (tramp-do-copy-or-rename-file-directly): Do not use
4945         `tramp-handle-file-remote-p'.
4946         (tramp-do-copy-or-rename-file-out-of-band):
4947         Use `tramp-compat-delete-directory'.
4948         (tramp-do-copy-or-rename-file-out-of-band)
4949         (tramp-compute-multi-hops, tramp-maybe-open-connection):
4950         Use `format-spec-make'.
4951         (tramp-find-foreign-file-name-handler)
4952         (tramp-advice-make-auto-save-file-name)
4953         (tramp-set-auto-save-file-modes): Remove superfluous check for
4954         `stringp'.  This is done inside `tramp-tramp-file-p'.
4955         (tramp-debug-outline-regexp): New defconst.
4956         (tramp-get-debug-buffer): Use it.
4957         (tramp-check-for-regexp): Use (forward-line 1).
4958         (tramp-set-auto-save-file-modes): Adapt version check.
4960         * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
4961         Wrap call of `featurep' for 2nd argument.
4962         (tramp-compat-make-temp-file): Simplify fallback implementation.
4963         (tramp-compat-copy-tree): Remove function.
4964         (tramp-compat-delete-directory): Provide implementation for older
4965         Emacsen.
4967         * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
4968         Do not use `tramp-fish-handle-file-attributes.
4970         * net/trampver.el: Update release number.
4972 2010-04-10  Glenn Morris  <rgm@gnu.org>
4974         * progmodes/compile.el (compilation-save-buffers-predicate):
4975         Add missing :version tag.
4977 2010-04-09  Sam Steingold  <sds@gnu.org>
4979         * progmodes/compile.el (compilation-save-buffers-predicate):
4980         Remove the "autoload" cookie.
4982         * progmodes/bug-reference.el (turn-on-bug-reference-mode)
4983         (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
4984         and `bug-reference-prog-mode' can be used in hooks directly.
4986 2010-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
4988         Add --author support to git commit.
4989         * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
4990         (vc-git-log-edit-mode): New minor mode.
4991         (log-edit-mode, log-edit-extra-flags, log-edit-mode):
4992         New declarations.
4994 2010-04-09  Eric Raymond  <esr@snark.thyrsus.com>
4996         * vc-hooks.el, vc-git.el: Improve documentation comments.
4998 2010-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5000         Fix some of the problems in defsubst* (bug#5728).
5001         * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
5002         (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
5004 2010-04-07  Sam Steingold  <sds@gnu.org>
5006         * progmodes/compile.el (compilation-save-buffers-predicate):
5007         New custom variable.
5008         (compile, recompile): Pass it to `save-some-buffers'.
5010 2010-04-07  Jan Djärv  <jan.h.d@swipnet.se>
5012         * wid-edit.el (widget-choose): Move cursor to the second line of
5013         the buffer (Bug#5695).
5015 2010-04-07  Dan Nicolaescu  <dann@ics.uci.edu>
5017         Add new VC methods: vc-log-incoming and vc-log-outgoing.
5018         * vc.el (vc-print-log-setup-buttons): New function split out from
5019         vc-print-log-internal.
5020         (vc-log-internal-common): New function, a parametrized version of
5021         vc-print-log-internal.
5022         (vc-print-log-internal): Just call vc-log-internal-common with the
5023         right arguments.
5024         (vc-incoming-outgoing-internal):
5025         (vc-log-incoming, vc-log-outgoing): New functions.
5026         (vc-log-view-type): New permanent local variable.
5028         * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
5030         * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
5031         of the dynamic bound vc-short-log.
5032         (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
5034         * vc-git.el (vc-git-log-outgoing): New function.
5035         (vc-git-log-view-mode): Use vc-log-view-type instead
5036         of the dynamic bound vc-short-log.
5038         * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
5039         of the dynamic bound vc-short-log.  Highlight the tag.
5040         (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
5041         (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
5042         (vc-hg-incoming-mode): Remove.
5043         (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
5045 2010-04-07  Dan Nicolaescu  <dann@ics.uci.edu>
5047         Fix default-directory for vc-root-diff.
5048         * vc.el (vc-root-diff): Bind default-directory to the root
5049         directory for the diff command.
5051 2010-04-07  Michael McNamara  <mac@mail.brushroad.com>
5053         * progmodes/verilog-mode.el (verilog-forward-sexp):
5054         (verilog-calc-1): Support "disable fork" and "fork wait" multi
5055         word keywords, suggested by Steve Pearlmutter.
5056         (verilog-pretty-declarations): Support lineup of declarations in
5057         port lists.
5058         (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
5059         fix bug for /* / comments.
5060         (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
5061         Speed up and simplfy as this is never called with a bound.
5062         (verilog-pretty-declarations): Enhance to line up declarations
5063         inside a parameter list, suggested by Alan Morgan.
5064         (verilog-pretty-expr): Tune assignment regular expression match
5065         string for corner cases; also use markers instead of character
5066         number as indent changes the later.
5068 2010-04-07  Wilson Snyder  <wsnyder@wsnyder.org>
5070         * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
5071         as missing keyword.
5072         (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
5073         causing truncation of AUTOWIRE signals.  Reported by Bruce Tennant.
5074         (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
5075         AUTO_TEMPLATEs needing multiple array bits.  Suggested by Bruce
5076         Tennant.
5077         (verilog-keywords):
5078         (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
5079         1800-2009 keywords, including "global.".
5081 2010-04-06  John Wiegley  <jwiegley@gmail.com>
5083         * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
5084         appearing in buffer list (if a live buffer name matched a recentf
5085         file basename).  Should use uniquify to offer a real solution.
5087 2010-04-06  John Wiegley  <jwiegley@gmail.com>
5089         * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
5090         comment to code, and add a :version tag.
5091         (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
5093 2010-04-06  Juanma Barranquero  <lekktu@gmail.com>
5095         Enable recentf-mode if using virtual buffers.
5096         * ido.el (recentf-list): Declare for byte-compiler.
5097         (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring.
5098         (ido-make-buffer-list): Simplify.
5099         (ido-add-virtual-buffers-to-list): Simplify.  Enable recentf-mode.
5101 2010-04-05  Juri Linkov  <juri@jurta.org>
5103         Scrolling commands which scroll a line instead of full screen.
5104         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
5106         * simple.el (scroll-up-line, scroll-down-line): New commands.
5107         Put property isearch-scroll=t on them.
5109         * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
5110         Remove commands.
5112 2010-04-05  Juri Linkov  <juri@jurta.org>
5114         Scrolling commands which do not signal errors at top/bottom.
5115         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
5117         * simple.el (scroll-up-command, scroll-down-command): New commands.
5118         Put property isearch-scroll=t on them.
5120         * bindings.el (global-map): Rebind [prior] from `scroll-down' to
5121         `scroll-down-command' and [next] from `scroll-up' to
5122         `scroll-up-command'.
5124         * emulation/cua-base.el: Put property CUA=move on
5125         `scroll-up-command' and `scroll-down-command'.
5126         (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
5127         and `scroll-down-command' to `cua-scroll-down'.
5129 2010-04-05  Juanma Barranquero  <lekktu@gmail.com>
5131         * help.el (describe-mode): Return nil.
5133 2010-04-04  John Wiegley  <jwiegley@gmail.com>
5135         * ido.el (ido-use-virtual-buffers): New variable to indicate
5136         whether "virtual buffer" support is enabled for IDO.
5137         (ido-virtual): Face used to indicate virtual buffers in the list.
5138         (ido-buffer-internal): If a buffer is chosen, and no such buffer
5139         exists, but a virtual buffer of that name does (which would be why
5140         it was in the list), recreate the buffer by reopening the file.
5141         (ido-make-buffer-list): If virtual buffers are being used, call
5142         `ido-add-virtual-buffers-to-list' before the make list hook.
5143         (ido-virtual-buffers): New variable which contains a copy of the
5144         current contents of the `recentf-list', albeit pared down for the
5145         sake of speed, and with proper faces applied.
5146         (ido-add-virtual-buffers-to-list): Using the `recentf-list',
5147         create a list of "virtual buffers" to present to the user in
5148         addition to the currently open set.  Note that this logic could
5149         get rather slow if that list is too large.  With the default
5150         `recentf-max-saved-items' of 200, there is little speed penalty.
5152 2010-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5154         * font-lock.el: Require CL when compiling.
5155         (font-lock-turn-on-thing-lock): Use `case'.
5157 2010-04-03  Eli Zaretskii  <eliz@gnu.org>
5159         * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
5160         Zaretskii.
5162 2010-04-02  Juanma Barranquero  <lekktu@gmail.com>
5164         * cedet/semantic/imenu.el (semantic-imenu-bucketize-type-members)
5165         (semantic-create-imenu-directory-index): Fix typos in docstrings.
5166         (semantic-imenu-goto-function): Reflow docstring.
5168 2010-04-02  Juri Linkov  <juri@jurta.org>
5170         * ehelp.el (electric-help-orig-major-mode):
5171         New buffer-local variable.
5172         (electric-help-mode): Set it to original major-mode.  Doc fix.
5173         (with-electric-help): Use `electric-help-orig-major-mode' instead
5174         of (default-value 'major-mode).  Doc fix.
5175         http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
5177 2010-04-02  Sam Steingold  <sds@gnu.org>
5179         * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
5180         `vc-hg-command' with a list of flags.
5182         * progmodes/bug-reference.el (bug-reference-bug-regexp):
5183         Also accept "patch" and "RFE".
5184         (bug-reference-fontify): `bug-reference-url-format' can also be a
5185         function to be able to handle the bug kind.
5186         (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
5188 2010-04-02  Jan Djärv  <jan.h.d@swipnet.se>
5190         * tmm.el (tmm-get-keymap): Check with symbolp before passing
5191         value to fboundp, it may not be a symbol.
5193 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
5195         * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
5197 2010-03-31  Juri Linkov  <juri@jurta.org>
5199         * simple.el (next-line, previous-line): Re-throw a signal
5200         with `signal' instead of using `ding'.
5201         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
5203 2010-03-31  Juri Linkov  <juri@jurta.org>
5205         * simple.el (keyboard-escape-quit): Raise deselecting the active
5206         region higher than exiting the minibuffer.
5207         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
5209 2010-03-31  Juri Linkov  <juri@jurta.org>
5211         * image.el (image-animated-p): Use `image-metadata' instead of
5212         `image-extension-data'.  Get GIF extenstion data from metadata
5213         property `extension-data'.
5215 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5217         * simple.el (append-to-buffer): Simplify.
5219 2010-03-31  Tomas Abrahamsson  <tab@lysator.liu.se>
5221         * textmodes/artist.el (artist-mode): Fix typo in docstring.
5222         Reported by Alex Schröder <kensanata@gmail.com>.  (Bug#5807)
5224 2010-03-31  Kenichi Handa  <handa@m17n.org>
5226         * language/sinhala.el (composition-function-table): Fix regexp for
5227         the new Unicode specification.
5229         * language/indian.el (devanagari-composable-pattern)
5230         (tamil-composable-pattern, kannada-composable-pattern)
5231         (malayalam-composable-pattern): Adjust for the new Unicode
5232         specification.
5233         (bengali-composable-pattern, gurmukhi-composable-pattern)
5234         (gujarati-composable-pattern, oriya-composable-pattern)
5235         (telugu-composable-pattern): New variables to cope with the new
5236         Unicode specification.  Use them in composition-function-table.
5238 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5240         Make tmm-menubar work for the Buffers menu again (bug#5726).
5241         * tmm.el (tmm-prompt): Also handle keymap entries in the form of
5242         vectors rather than cons cells, as used in menu-bar-update-buffers.
5244 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
5246         * progmodes/js.el (js-auto-indent-flag, js-mode-map)
5247         (js-insert-and-indent): Revert 2009-08-15 change, restoring
5248         electric punctuation for "{}();,:" (Bug#5586).
5250         * mail/sendmail.el (mail-default-directory): Doc fix.
5252 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
5254         * mail/sendmail.el (mail-default-directory): Doc fix.
5256 2010-03-31  Eli Zaretskii  <eliz@gnu.org>
5258         * subr.el (version-regexp-alist, version-to-list)
5259         (version-list-<, version-list-=, version-list-<=)
5260         (version-list-not-zero, version<, version<=, version=): Doc fix.
5261         (Bug#5744).
5263 2010-02-31  Dan Nicolaescu  <dann@ics.uci.edu>
5265         * vc.el (vc-root-diff): Doc fix.
5267 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
5269         * vc.el (vc-print-log, vc-print-root-log): Doc fix.
5271         * simple.el (append-to-buffer): Fix last change.
5273 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
5275         * simple.el (append-to-buffer): Ensure that point is preserved if
5276         BUFFER is the current buffer.  Suggested by YAMAMOTO Mitsuharu.
5277         (Bug#5749)
5279 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5281         * files.el (auto-mode-case-fold): Change default to t.
5283 2010-03-30  Juri Linkov  <juri@jurta.org>
5285         * dired-x.el (dired-omit-mode): Doc fix.
5287 2010-03-30  Juri Linkov  <juri@jurta.org>
5289         * replace.el (occur-accumulate-lines): Move occur-engine related
5290         functions `occur-accumulate-lines' and `occur-engine-add-prefix'
5291         to be located after `occur-engine'.
5293 2010-03-30  Juri Linkov  <juri@jurta.org>
5295         Make occur handle multi-line matches cleanly with context.
5296         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
5298         * replace.el (occur-accumulate-lines): Add optional arg `pt'.
5299         (occur-engine): Add local variables `ret', `prev-after-lines',
5300         `prev-lines'.  Use more arguments for `occur-context-lines'.
5301         Set first elem of its returned list to `data', and the second elem
5302         to `prev-after-lines'.  Don't print the separator line.
5303         In the end, print remaining context after-lines.
5304         (occur-context-lines): Add new arguments `begpt', `endpt',
5305         `lines', `prev-lines', `prev-after-lines'.  Rewrite to combine
5306         after-lines of the previous match with before-lines of the
5307         current match and not overlap them.  Return a list with two
5308         values: the output line and the list of context after-lines.
5310 2010-03-30  Juri Linkov  <juri@jurta.org>
5312         * replace.el (occur-accumulate-lines): Fix a bug where the first
5313         context line at the beginning of the buffer was missing.
5315 2010-03-30  Eli Zaretskii  <eliz@gnu.org>
5317         * files.el: Make bidi-display-reordering safe variable for boolean
5318         values.
5320 2010-03-29  Phil Hagelberg  <phil@evri.com>
5321             Chong Yidong  <cyd@stupidchicken.com>
5323         * subr.el: Extend progress reporters to perform "spinning".
5324         (progress-reporter-update, progress-reporter-do-update):
5325         Handle non-numeric value arguments.
5326         (progress-reporter--pulse-characters): New var.
5328 2010-03-28  Chong Yidong  <cyd@stupidchicken.com>
5330         * progmodes/compile.el (compilation-start): Fix regexp detection
5331         of initial cd command (Bug#5771).
5333 2010-03-28  Stefan Guath  <stefan@automata.se>  (tiny change)
5335         * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
5337 2010-03-27  Nick Roberts  <nickrob@snap.net.nz>
5339         Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
5340         * lisp/progmodes/gdb-mi.el: Restore.
5341         * lisp/progmodes/gdb-ui.el: Remove.
5342         * lisp/progmodes/gud.el: Re-accommodate for gdb-mi.el.
5344 2010-03-25  Glenn Morris  <rgm@gnu.org>
5346         * desktop.el (desktop-save-buffer-p): Don't mistakenly include
5347         all dired buffers, even tramp ones.  (Bug#5755)
5349 2010-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5351         Add "union tags" in mpc.el.
5352         * mpc.el: Remove backward compatibility code.
5353         (mpc-browser-tags): Change default.
5354         (mpc--find-memoize-union-tags): New var.
5355         (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
5356         (mpc-cmd-find): Handle the case where the playlist does not exist.
5357         Handle union-tags.
5358         (mpc-cmd-list): Use mpc-cmd-special-tag-p.  Handle union-tags.
5359         (mpc-cmd-add): Use mpc-cmd-flush.
5360         (mpc-tagbrowser-tag-name): New fun.
5361         (mpc-tagbrowser-buf): Use it.
5362         (mpc-songs-refresh): Use cond.  Move to point-min as a fallback.
5364 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5366         Misc cleanup.
5367         * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
5368         Use replace-regexp-in-string.
5369         (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
5370         (makefile-imake-mode-syntax-table): Move init into defvar.
5371         (makefile-mode): Use define-derived-mode.
5373         * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
5374         (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
5375         not be present any more.
5377 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
5379         * faces.el (set-face-attribute): Fix typo in docstring.
5380         (face-valid-attribute-values): Reflow docstring.
5382         * cedet/srecode/table.el (srecode-template-table): Fix docstring typo.
5384 2010-03-24  Glenn Morris  <rgm@gnu.org>
5386         * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
5388 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
5390         * indent.el (indent-for-tab-command): Doc fix.
5392 2010-03-24  Alan Mackenzie  <acm@muc.de>
5394         * progmodes/cc-engine.el (c-remove-stale-state-cache):
5395         Fix off-by-one error.  Fixes bug #5747.
5397 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
5399         * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
5400         (image-dired-read-comment): Doc fix.
5402         * json.el (json-object-type, json-array-type, json-key-type)
5403         (json-false, json-null, json-read-number):
5404         * minibuffer.el (completion-in-region-functions):
5405         * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
5406         (cal-tex-cursor-week):
5407         * emacs-lisp/trace.el (trace-function):
5408         * eshell/em-basic.el (eshell/printnl):
5409         * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
5410         (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
5411         * obsolete/levents.el (allocate-event, event-key, event-object)
5412         (event-point, event-process, event-timestamp, event-to-character)
5413         (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
5414         * textmodes/reftex-vars.el (reftex-index-macros-builtin)
5415         (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
5416         (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
5417         (reftex-highlight-selection): Fix typos in docstrings.
5419 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
5421         * minibuffer.el (completion-in-region-functions): Fix docstring typos.
5423 2010-03-24  Glenn Morris  <rgm@gnu.org>
5425         * mail/rmail.el (rmail-highlight-face): Restore option deleted
5426         2008-02-13 without comment; mark it obsolete.
5427         (rmail-highlight-headers): Use rmail-highlight-face once more.
5429 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
5431         * woman.el (woman2-process-escapes): Only consume the newline if
5432         the filler character is on a line by itself (Bug#5729).
5434 2010-03-24  Kenichi Handa  <handa@m17n.org>
5436         * language/indian.el (devanagari-composable-pattern): Add more
5437         consonants.
5439 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
5441         * net/trampver.el: Update release number.
5443 2010-03-24  Glenn Morris  <rgm@gnu.org>
5445         * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
5447 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
5449         * net/tramp.el (tramp-find-executable):
5450         Use `tramp-get-connection-buffer'.  Make the regexp for checking
5451         output of "wc -l" more robust.
5452         (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
5453         (tramp-open-connection-setup-interactive-shell): Remove workaround
5454         for OpenSolaris bug, it is not needed anymore.
5456 2010-03-24  Eric M. Ludlam  <zappo@gnu.org>
5458         * cedet/semantic/imenu.el: New file, from the CEDET repository
5459         (Bug#5412).
5461 2010-03-24  Glenn Morris  <rgm@gnu.org>
5463         * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie.  (Bug#4427)
5465 2010-03-24  Wilson Snyder  <wsnyder@wsnyder.org>
5467         * files.el (auto-mode-alist): Accept more verilog file patterns.
5469 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5471         * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
5473 2010-03-24  Glenn Morris  <rgm@gnu.org>
5475         * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
5476         log-edit-before-checkin-process.
5478         * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
5480         * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
5482         * vc-dispatcher.el (vc-start-logentry): Doc fix.
5483         (log-view-process-buffer, log-edit-extra-flags): Declare.
5485         * log-edit.el (log-edit-before-checkin-process): Doc fix.
5487         * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
5488         Consistently check ede-object is bound throughout.
5490         * cedet/ede/project-am.el (ede-shell-run-something): Declare.
5492 2010-03-23  Sam Steingold  <sds@gnu.org>
5494         Fix bug#5620: recalculate all markers on compilation buffer
5495         modifications, not on file modifications.
5496         * progmodes/compile.el (buffer-modtime): New buffer-local variable:
5497         the buffer modification time, for buffers not associated with files.
5498         (compilation-mode): Create it.
5499         (compilation-filter): Update it.
5500         (compilation-next-error-function): Use it instead of
5501         `visited-file-modtime' for timestamp.
5503 2010-03-23  Juri Linkov  <juri@jurta.org>
5505         Implement Occur multi-line matches.
5506         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
5508         * replace.el (occur): Doc fix.
5509         (occur-engine): Set `begpt' to the beginning of the first line.
5510         Set `endpt' to the end of the last match line.  At first, count
5511         line numbers between `origpt' and `begpt'.  Split out code from
5512         `out-line' variable to new let-bindings `match-prefix' and
5513         `match-str'.  In `out-line' add non-numeric prefix to all
5514         non-first lines of multi-line matches.  Finally, count lines
5515         between `begpt' and `endpt' and add to `lines'.
5517 2010-03-23  Juri Linkov  <juri@jurta.org>
5519         * replace.el (occur-accumulate-lines, occur-engine):
5520         Use `occur-engine-line' instead of duplicate code.
5521         (occur-engine-line): New function created from duplicate code
5522         in `occur-accumulate-lines' and `occur-engine'.
5524         * replace.el (occur-engine-line): Add optional arg `keep-props'.
5525         (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
5527 2010-03-23  Juri Linkov  <juri@jurta.org>
5529         * finder.el: Remove TODO tasks.
5531         * info.el (Info-finder-find-node): Add node "all"
5532         with all package info.  Handle a list of multiple keywords
5533         separated by comma.
5534         (info-finder): In interactive use with a prefix argument,
5535         use `completing-read-multiple' to read a list of keywords
5536         separated by comma.
5538 2010-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5540         Add a new completion style `substring'.
5541         * minibuffer.el (completion-basic--pattern): New function.
5542         (completion-basic-try-completion, completion-basic-all-completions):
5543         Use it.
5544         (completion-substring--all-completions)
5545         (completion-substring-try-completion)
5546         (completion-substring-all-completions): New functions.
5547         (completion-styles-alist): New style `substring'.
5549 2010-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5551         Get rid of .elc files after removal of the corresponding .el.
5552         * Makefile.in (compile-clean): New target.
5553         (compile-main): Use it.
5555 2010-03-22  Jan Djärv  <jan.h.d@swipnet.se>
5557         * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
5558         don't do make there.  When compiling with separate object dir, there
5559         is no Makefile there.
5561 2010-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5563         Get rid of the ELCFILES abomination, again.
5564         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
5565         (all, compile): Don't call compile-last.
5566         (compile-main): Build the "elcfiles" list dynamically.
5567         (compile-targets): New (internal) target.
5569 2010-03-21  Andreas Schwab  <schwab@linux-m68k.org>
5571         * Makefile.in (top_srcdir): Define.
5572         (abs_top_builddir): Define.
5573         (srcdir): Don't append `/..'.
5574         (EMACS): Use ${abs_top_builddir}.
5575         (all, compile, compile-always, compile-last): Don't set emacswd.
5576         (update-subdirs, update-authors): Use $(top_srcdir) instead of
5577         $(srcdir).
5578         (lisp): Use $(srcdir) instead of @srcdir@.
5580 2010-03-21  Juri Linkov  <juri@jurta.org>
5582         Fix message of multi-line occur regexps and multi-buffer header lines.
5583         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
5585         * replace.el (occur-1): Don't display regexp if it is longer
5586         than window-width.  Use `query-replace-descr' to display regexp.
5587         (occur-engine): Don't display regexp in the buffer header for
5588         multi-buffer occur.  Display a separate header line with total
5589         match count and regexp for multi-buffer occur.
5590         Use `query-replace-descr' to display regexp.
5592 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5594         * net/secrets.el: Fix parenthesis.
5595         (secrets-enabled): Fix parenthesis.
5597 2010-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5599         Use more relative file and directory names.
5600         * Makefile.in (EMACS): Arrange for it to work when we chdir.
5601         (setwins, setwins_almost, setwins_for_subdirs):
5602         Don't `cd'; output relative names.
5603         (all, compile, compile-always, compile-last): Set emacswd.
5604         (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
5605         Just cd to the lisp source dir so we can use relative file names.
5607         * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
5609 2010-03-20  Glenn Morris  <rgm@gnu.org>
5611         * textmodes/rst.el: Use faces for font-lock customization, and make the
5612         old -face variables obsolete.
5613         (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
5614         (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
5615         (rst-block-face, rst-external-face, rst-definition-face)
5616         (rst-directive-face, rst-comment-face, rst-emphasis1-face)
5617         (rst-emphasis2-face, rst-literal-face, rst-reference-face):
5618         Make obsolete.
5619         (rst-font-lock-keywords-function): Update for above changes.
5621 2010-03-20  Juri Linkov  <juri@jurta.org>
5623         * s-region.el:
5624         * obsolete/s-region.el: Move to obsolete.
5626 2010-03-19  Juanma Barranquero  <lekktu@gmail.com>
5628         * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
5630 2010-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
5632         * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
5634 2010-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
5636         Add special markup processing for commit logs.
5637         * log-edit.el (log-edit-extra-flags): New variable.
5638         (log-edit): Add new argument MODE.  Use that mode when non-nil
5639         instead of the log-view-mode.
5640         (log-view-process-buffer): New function.
5642         * vc.el: Document that the checkin method takes optional
5643         arguments.  Document new backend specific method: log-view-mode.
5644         (vc-default-log-edit-mode): New function.
5645         (vc-checkin): Use a backend specific log-view-mode.
5646         Pass extra arguments to the checkin method.
5647         (vc-modify-change-comment): Pass a dummy extra argument.
5649         * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
5650         log-edit.
5651         (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
5652         (vc-finish-logentry): Process the log buffer before passing it
5653         down.  Pass log-edit-extra-flags.
5655         * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
5656         command.
5657         (log-edit-extra-flags, log-edit-before-checkin-process):
5658         New declarations.
5660         * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
5661         command.
5662         (log-edit-extra-flags, log-edit-before-checkin-process):
5663         New declarations.
5664         (vc-hg-log-edit-mode): New derived mode.
5666         * vc-arch.el (vc-arch-checkin):
5667         * vc-cvs.el (vc-cvs-checkin):
5668         * vc-git.el (vc-git-checkin):
5669         * vc-mtn.el (vc-mtn-checkin):
5670         * vc-rcs.el (vc-rcs-checkin):
5671         * vc-sccs.el (vc-sccs-checkin):
5672         * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
5674 2010-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5676         * outline.el (hide-sublevels): Don't hide trailing newline (and fix
5677         parent typo).
5679 2010-03-19  Glenn Morris  <rgm@gnu.org>
5681         * password-cache.el (password-cache, password-cache-expiry): Autoload.
5683 2010-03-18  Glenn Morris  <rgm@gnu.org>
5685         * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
5687         * replace.el (query-replace-history): Give it a doc string.
5688         (map-query-replace-regexp): Use query-replace-from-history-variable
5689         and query-replace-to-history-variable.
5691         * mail/hashcash.el (declare-function): Remove duplicate definition.
5693         * mail/emacsbug.el (report-emacs-bug-pretest-address):
5694         Make it an obsolete alias for report-emacs-bug-address.
5695         (message-strip-special-text-properties): Declare.
5696         (report-emacs-bug): Remove test for a pretest bug address.
5697         Combine message-mode-specific code.
5699         * mail/supercite.el: Don't require sendmail.
5700         (mh-in-header-p): Declare rather than using with-no-warnings.
5701         (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
5702         mail-header-end.  Don't bind mysterious variable `kill-lines-magic'.
5704         * calendar/cal-french.el: Convert to utf-8.
5706         * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
5707         Emacs scripts.
5709 2010-03-16  Michael Albinus  <michael.albinus@gmx.de>
5711         * net/secrets.el (secrets-enabled): New variable.  Use it instead
5712         of a subfeature.
5714 2010-03-15  Michael Albinus  <michael.albinus@gmx.de>
5716         * net/secrets.el (top): Register the D-Bus signals only when the
5717         service "org.freedesktop.secrets" can be pinged.
5718         Provide subfeature `enabled'.
5720 2010-03-14  Juri Linkov  <juri@jurta.org>
5722         Add finder unknown keywords.
5724         * finder.el (finder-unknown-keywords): New function.
5726         * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
5727         to create a Finder node with unknown keywords.
5729 2010-03-14  Juri Linkov  <juri@jurta.org>
5731         * finder.el (finder-compile-keywords): Replace `princ' with
5732         `prin1' on a list of symbols interned from keyword strings.
5734         * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
5735         a comma, then split keywords using a comma and optional whitespace.
5736         Otherwise, split by whitespace.
5738         * complete.el:
5739         * face-remap.el:
5740         * log-view.el:
5741         * net/hmac-def.el:
5742         * net/hmac-md5.el:
5743         * net/netrc.el:
5744         * progmodes/mixal-mode.el: Fix keywords.
5746 2010-03-13  Michael Albinus  <michael.albinus@gmx.de>
5748         * Makefile.in (ELCFILES): Add net/secrets.elc.
5750         * net/secrets.el: New file.
5752 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
5754         * facemenu.el (list-colors-display, list-colors-print): New arg
5755         callback.  Use it to allow selecting colors.
5757         * wid-edit.el (widget-image-insert): Insert image prop even if the
5758         current display is non-graphic.
5759         (widget-field-value-set): New fun.
5760         (editable-field): Use it.
5761         (widget-field-value-get): Clean up unused var.
5762         (widget-color-value-create, widget-color--choose-action):
5763         New funs.  Allow using list-colors-display to choose color.
5765 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
5767         * cus-edit.el: Resort topmost custom groups.
5768         (custom-buffer-sort-alphabetically): Default to t.
5769         (customize-apropos): Use apropos-parse-pattern.
5770         (custom-search-field): New var.
5771         (custom-buffer-create-internal): Add custom-apropos search field.
5772         (custom-add-parent-links): Don't display parent doc.
5773         (custom-group-value-create): Don't sort top-level custom group.
5774         (custom-magic-value-create): Show visibility button before option name.
5776         (custom-variable-state): New fun, from custom-variable-state-set.
5777         (custom-variable-state-set): Use it.
5778         (custom-group-value-create): Hide options with standard values
5779         using the :hidden-states property.  Use progress reporter.
5781         (custom-show): Simplify.
5782         (custom-visibility): Disable images by default.
5783         (custom-variable): New property :hidden-states.
5784         (custom-variable-value-create): Enable images for
5785         custom-visibility widgets.  Use :hidden-states property to
5786         determine initial visibility.
5788         * wid-edit.el (widget-image-find): Give images center ascent.
5789         (visibility): Add :on-image and :off-image properties.
5790         (widget-visibility-value-create): Use them.
5792 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
5794         * cus-edit.el (processes): Remove from development group.
5795         (oop, hypermedia): Delete group.
5796         (comm): Promote to top-level group.
5798         * net/browse-url.el (browse-url):
5799         * net/xesam.el (xesam):
5800         * net/tramp.el (tramp):
5801         * net/goto-addr.el (goto-address):
5802         * net/ange-ftp.el (ange-ftp): Put in comm group.
5804         * view.el (view): Remove from editing group.
5806         * uniquify.el (uniquify): Put in files group.
5808         * net/browse-url.el (browse-url):
5809         * ps-print.el (postscript): Put in external group.
5811         * cus-edit.el (outlines):
5812         * textmodes/text-mode.el (text-mode-hook):
5813         * textmodes/table.el (table):
5814         * textmodes/picture.el (picture):
5815         * outline.el (outlines): Put in wp group.
5817         * nxml/nxml-mode.el (nxml): Remove from wp group.
5819         * net/tramp-imap.el (tramp-imap): Put in tramp group.
5821         * mail/metamail.el (metamail): Remove from hypermedia group.
5823         * cus-edit.el (abbrev):
5824         * whitespace.el (whitespace):
5825         * vcursor.el (vcursor):
5826         * reveal.el (reveal):
5827         * hl-line.el (hl-line): Put in convenience group.
5829         * epg-config.el (epg): Put in data group.
5831         * emulation/pc-select.el (pc-select): Put in emulations group.
5833         * calculator.el (calculator): Put in applications group.
5835 2010-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
5837         Add .dir-locals.el support for file-less buffers.
5838         * files.el (hack-local-variables): Split out code to apply local
5839         variable settings ...
5840         (hack-local-variables-apply): ... here.  New function.
5841         (hack-dir-local-variables): Use the default directory for when the
5842         buffer does not have an associated file.
5843         (hack-dir-local-variables-non-file-buffer): New function.
5844         * diff-mode.el (diff-mode):
5845         * vc-annotate.el (vc-annotate-mode):
5846         * vc-dir.el (vc-dir-mode):
5847         * log-edit.el (log-edit-mode):
5848         * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
5850 2010-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
5852         Add support for shelving snapshots and for showing shelves.
5853         * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
5854         (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
5855         New functions.
5856         (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
5857         (vc-bzr-extra-menu-map): Map them.
5859 2010-03-11  Glenn Morris  <rgm@gnu.org>
5861         * cus-edit.el (customize-changed-options-previous-release):
5862         Bump to 23.1.
5864         * image.el (image-animate-max-time): Fix :version tag.
5866 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
5868         * Branch for 23.2.
5870 2010-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5872         * vc-git.el (vc-git-revision-table): Include remote branches.
5874 2010-03-10  Kim F. Storm  <storm@cua.dk>
5876         Animated image API.
5877         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
5879         * image.el (image-animate-max-time): New defcustom.
5880         (image-animated-types): New defconst.
5881         (create-animated-image, image-animate-timer)
5882         (image-animate-start, image-animate-stop, image-animate-timeout)
5883         (image-animated-p): New functions.
5885         * image-mode.el (image-toggle-display-image):
5886         Replace `create-image' with `create-animated-image'.
5888 2010-03-09  Miles Bader  <miles@gnu.org>
5890         * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
5891         instead of "format:"; this ensures that the output is
5892         newline-terminated.
5894 2010-03-08  Chong Yidong  <cyd@stupidchicken.com>
5896         * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
5897         that all errors are caught, and that the return value is always a
5898         list (Bug#5692).
5900 2010-03-08  Kenichi Handa  <handa@m17n.org>
5902         * language/misc-lang.el (windows-1256): New coding system.
5903         (cp1256): New alias of windows-1256 (bug#5690).
5905 2010-03-07  Andreas Schwab  <schwab@linux-m68k.org>
5907         * mail/rfc822.el (rfc822-addresses): Move catch clause down around
5908         call to rfc822-bad-address.  (Bug#5692)
5910 2010-03-07  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
5912         * vc-git.el (vc-git-annotate-extract-revision-at-line):
5913         Use vc-git-root as default directory for revision path (Bug#5657).
5915 2010-03-06  Chong Yidong  <cyd@stupidchicken.com>
5917         * calculator.el (calculator): Don't bind split-window-keep-point
5918         (Bug#5674).
5920 2010-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5922         * vc-git.el: Re-flow to fit into 80 columns.
5923         (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
5924         Remove spurious `quote' element in each case alternative.
5925         (vc-git-show-log-entry): Use prog1.
5926         (vc-git-after-dir-status-stage): Remove unused var `remaining'.
5928 2010-03-06  Glenn Morris  <rgm@gnu.org>
5930         * cedet/semantic/grammar.el (semantic-grammar-header-template):
5931         Update template copyright to GPLv3+.
5933 2010-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5935         * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
5937 2010-03-03  Chong Yidong  <cyd@stupidchicken.com>
5939         * macros.el (insert-kbd-macro): Look up keyboard macro using the
5940         definition, not the name (Bug#5481).
5942 2010-03-03  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
5944         * subr.el (momentary-string-display): Don't overwrite the MESSAGE
5945         argument with a local variable.  (Bug#5670)
5947 2010-03-02  Juri Linkov  <juri@jurta.org>
5949         * info.el (Info-index-next): Decrement line number by 2.  (Bug#5652)
5951 2010-03-02  Michael Albinus  <michael.albinus@gmx.de>
5953         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
5954         error when FILENAME and NEWNAME are existing remote directories.
5956         * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
5957         parameter DIR-FLAG.
5959 2010-03-02  Glenn Morris  <rgm@gnu.org>
5961         * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
5962         of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
5964 2010-03-01  Kenichi Handa  <handa@m17n.org>
5966         * language/burmese.el (burmese-composable-pattern): Rename from
5967         myanmar-composable-pattern.
5969         * international/characters.el (script-list):
5970         * international/fontset.el (script-representative-chars):
5971         Change myanmar to burmese.
5972         (otf-script-alist): Likewise.
5973         (setup-default-fontset): Likewise.  Re-fix :otf spec.
5975 2010-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5977         * menu-bar.el (menu-bar-manuals-menu): Fix typo.
5979 2010-02-28  Jan Djärv  <jan.h.d@swipnet.se>
5981         * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
5983 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
5985         * net/tramp.el (tramp-handle-write-region): START can be a string.
5986         Take care in the checks.  Reported by Dan Davison
5987         <davison@stats.ox.ac.uk>.
5989 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
5991         * net/dbus.el (dbus-introspect, dbus-get-property)
5992         (dbus-set-property, dbus-get-all-properties):
5993         Use `dbus-call-method' when noninteractive.  (Bug#5645)
5995 2010-02-28  Chong Yidong  <cyd@stupidchicken.com>
5997         * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
5998         * emacs-lisp/elint.el (elint-add-required-env):
5999         * cedet/semantic/db-find.el
6000         (semanticdb-find-translate-path-brutish-default):
6001         * cedet/ede/make.el (ede-make-check-version):
6002         * calendar/icalendar.el (icalendar--add-diary-entry):
6003         * calc/calcalg2.el (math-tracing-integral):
6004         * files.el (recover-session-finish): Use with-current-buffer
6005         instead of save-excursion.
6007 2010-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6009         Fix in-buffer completion when after-change-functions modify the buffer.
6010         * minibuffer.el (completion--replace): New function.
6011         (completion--do-completion): Use it and use relative movement.
6013 2010-02-27  Chong Yidong  <cyd@stupidchicken.com>
6015         * international/fontset.el (setup-default-fontset): Fix :otf spec.
6017 2010-02-27  Jeremy Whitlock  <jcscoobyrs@gmail.com>  (tiny change)
6019         * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
6020         Allow the characters _<> in the stack entry (Bug#5653).
6022 2010-02-26  Kenichi Handa  <handa@m17n.org>
6024         * language/burmese.el: Fix entries in composition-function-table.
6025         (myanmar-composable-pattern): New variable.
6027         * international/fontset.el (setup-default-fontset): Add an entry
6028         for myanmar.
6030         * international/characters.el (script-list): Add Myanmar
6031         Extended-A.
6033 2010-02-26  Glenn Morris  <rgm@gnu.org>
6035         * custom.el (custom-initialize-delay): Doc fix.
6037         * mail/sendmail.el (send-mail-function): Autoload the call
6038         to custom-initialize-delay, not otherwise preserved in loaddefs.el.
6040 2010-02-24  Chong Yidong  <cyd@stupidchicken.com>
6042         * files.el (hack-local-variables-filter): For eval forms, also
6043         check safe-local-variable-p (Bug#5636).
6045 2010-02-24  Eduard Wiebe  <usenet@pusto.de>
6047         * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
6048         and use c(ad)r of cddr (Bug#5640).
6050 2010-02-22  Michael Albinus  <michael.albinus@gmx.de>
6052         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
6053         setting the modes by `ignore-errors'.  It might fail, for example
6054         if the file is not owned by the user but the group.
6055         (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
6057 2010-02-21  Chong Yidong  <cyd@stupidchicken.com>
6059         * files.el (directory-listing-before-filename-regexp): Use
6060         stricter matching for iso-style dates, to avoid false matches with
6061         date-like filenames (Bug#5597).
6063         * htmlfontify.el (htmlfontify): Doc fix.
6065         * eshell/eshell.el (eshell): Doc fix.
6067         * startup.el (fancy-about-screen): In mode-line, apply
6068         mode-line-buffer-id face only to the buffer name (Bug#5613).
6070 2010-02-20  Kevin Ryde  <user42@zip.com.au>
6072         * progmodes/compile.el (compilation-error-regexp-alist-alist):
6073         In `watcom' anchor regexp to start of line, to avoid slowness
6074         (Bug#5599).
6076 2010-02-20  Eli Zaretskii  <eliz@gnu.org>
6078         * subr.el (remove-yank-excluded-properties): Explain in a comment
6079         why `category' property is removed.
6081 2010-02-19  Chong Yidong  <cyd@stupidchicken.com>
6083         * isearch.el (isearch-update-post-hook, isearch-update): Revert
6084         2010-02-17 change.
6086 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
6088         * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
6089         (icalendar--convert-weekly-to-ical)
6090         (icalendar--convert-yearly-to-ical)
6091         (icalendar--convert-block-to-ical)
6092         (icalendar--convert-cyclic-to-ical)
6093         (icalendar--convert-anniversary-to-ical): Take care of time
6094         specifications where hour has 1-digit only (Bug#5549).
6096 2010-02-19  Nick Roberts  <nickrob@snap.net.nz>
6098         * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
6099         of disassemble output in GDB 7.1.
6101 2010-02-19  Glenn Morris  <rgm@gnu.org>
6103         * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
6104         property.  (Bug#5593)
6106 2010-02-18  Sam Steingold  <sds@gnu.org>
6108         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
6110 2010-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6112         Use abbreviated file names in bookmarks (bug#5591).
6113         * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
6114         calls to expand-file-name.
6115         (bookmark-relocate): Use abbreviated file names in bookmarks.
6116         (bookmark-load): Use abbreviated file names in messages.
6118 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
6120         * net/tramp.el (tramp-handle-directory-files): When FULL, do not
6121         expand "." and "..".  Reported by Thierry Volpiatto
6122         <thierry.volpiatto@gmail.com>.
6124 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
6126         * net/tramp.el (tramp-handle-insert-file-contents): Set always the
6127         permissions of the temporary file to "0600".  In case the remote
6128         file has no read permissions for the owner, there might be
6129         problems otherwise.  Reported by Ole Laursen <olau@iola.dk>.
6131 22010-02-18  Glenn Morris  <rgm@gnu.org>
6133         * emacs-lisp/authors.el (authors-renamed-files-alist):
6134         Add entries for INSTALL.CVS.
6136 2010-02-17  Mark A. Hershberger  <mah@everybody.org>
6138         * vc-bzr.el: Fix typo in Known Bugs section.
6140         * isearch.el (isearch-update-post-hook): New hook.
6141         (isearch-update): Use the new hook.
6143 2010-02-16  Michael Albinus  <michael.albinus@gmx.de>
6145         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
6146         Fix errors in copying directories.
6147         (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
6148         (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
6149         (tramp-handle-delete-file)
6150         (tramp-handle-dired-recursive-delete-directory)
6151         (tramp-handle-write-region): Flush also the cache for the upper
6152         directory.
6154 2010-02-16  Chong Yidong  <cyd@stupidchicken.com>
6156         * simple.el (save-interprogram-paste-before-kill): Doc fix.
6158         * cus-edit.el (hardware): Doc fix.
6160         * man.el (man): Add to external custom group.
6162         * delim-col.el (columns): Move to wp custom group.
6164         * doc-view.el (doc-view): Add to data custom group.
6166         * cedet/data-debug.el (data-debug): Move to extensions group.
6168         * cedet/ede.el (ede):
6169         * cedet/srecode.el (srecode):
6170         * cedet/semantic.el (semantic): Put in tools and extensions group.
6172         * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
6174         * textmodes/flyspell.el (flyspell-word): Obey the offset specified
6175         by ispell-parse-output (Bug#5575).
6177 2010-02-16  Kenichi Handa  <handa@m17n.org>
6179         * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
6180         (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
6181         (skkdic-convert): Use `euc-japan' coding system for writing.
6183 2010-02-16  Glenn Morris  <rgm@gnu.org>
6185         * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
6186         tex-main-file before using it.  (Bug#5562)
6188 2010-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6190         * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
6191         warnings, since it is annoying for the user to see them each time he
6192         runs the code.
6194 2010-02-15  Michael Albinus  <michael.albinus@gmx.de>
6196         * net/tramp.el (tramp-process-actions, tramp-read-passwd):
6197         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
6198         instead of PROC for caching "first-password-request".  Otherwise,
6199         new processes would not profit from passwords already entered.
6201         * net/tramp-cache.el (tramp-dump-connection-properties):
6202         Don't save "first-password-request" property.
6204 2010-02-14  Juanma Barranquero  <lekktu@gmail.com>
6206         * outline.el (outline-head-from-level):
6207         * simple.el (with-wrapper-hook):
6208         * cedet/ede.el (ede-run-target, project-delete-target)
6209         (project-dist-files, ede-name, ede-documentation, ede-parent-project)
6210         (ede-adebug-project, ede-adebug-project-parent)
6211         (ede-adebug-project-root):
6212         * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
6213         (elint-defun, elint-buffer-env, elint-top-form-logged)
6214         (elint-unbound-variable):
6215         * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
6216         Fix typos in docstrings.
6218 2010-02-14  Michael Albinus  <michael.albinus@gmx.de>
6220         * files.el (insert-directory): When WILDCARD-REGEXP and
6221         FULL-DIRECTORY-P are nil, insert the file entry instead of the
6222         whole directory.  (Bug#5551)
6224         * net/ange-ftp.el (ange-ftp-insert-directory): Insert "  " for
6225         dired's alignment sanity.  (Bug#5516)
6227 2010-02-14  Juri Linkov  <juri@jurta.org>
6229         * man.el (Man-fontify-manpage, Man-cleanup-manpage):
6230         Remove remaining ^H with their preceding chars.  (Bug#5566)
6232 2010-02-13  Glenn Morris  <rgm@gnu.org>
6234         * simple.el (transpose-subr): Give it a doc-string.
6236         * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
6237         Doc fixes.
6239 2010-02-12  Juri Linkov  <juri@jurta.org>
6241         * arc-mode.el (archive-unique-fname): Make directories for nested
6242         archives.  (Bug#5540)
6244 2010-02-12  Juri Linkov  <juri@jurta.org>
6246         * ffap.el (dired-at-point): Fix docstring.  (Bug#5565)
6248 2010-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6250         * subr.el (copy-overlay): Handle deleted overlays.
6252         * man.el (Man-completion-table): Don't signal an error if we can't run
6253         manual-program (bug#4056).
6255 2010-02-10  Juanma Barranquero  <lekktu@gmail.com>
6257         * textmodes/artist.el (artist-mt): Fix typos in docstring.
6259 2010-02-10  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6261         * info.el (Info-bookmark-jump): Simplify.
6263         * bookmark.el (bookmark-handle-bookmark): Catch the right error.
6264         (bookmark-default-handler): Accept new bookmark field `buffer'.
6266 2010-02-10  Chong Yidong  <cyd@stupidchicken.com>
6268         * iswitchb.el (iswitchb-completions): Revert last change.
6270 2010-02-10  Michael Albinus  <michael.albinus@gmx.de>
6272         * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
6273         FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
6274         This prevents file names like "~/" being listed literally.
6276 2010-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
6278         * term/xterm.el (xterm-maybe-set-dark-background-mode):
6279         Remove dead code.  (Bug#5546)
6281 2010-02-09  Chong Yidong  <cyd@stupidchicken.com>
6283         * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
6284         correctly (Bug#5548).
6286 2010-02-08  Jose E. Marchesi  <jemarch@gnu.org>
6288         * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
6289         (ada-adjust-case): Don't adjust case in hexadecimal number literals.
6291 2010-02-08  Kenichi Handa  <handa@m17n.org>
6293         * international/mule-util.el (with-coding-priority): Add autoload
6294         cookie for putting `lisp-indent-function'.
6296 2010-02-07  Glenn Morris  <rgm@gnu.org>
6298         * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
6299         Move F2003 named interfaces from keywords-2 to keywords-1, and
6300         use function-name-face rather than constant-face.
6301         Simplify "abstract interface" regexp.
6303 2010-02-07  Chong Yidong  <cyd@stupidchicken.com>
6305         * eshell/esh-util.el (eshell-file-attributes): New optional arg
6306         ID-FORMAT.  Pass it to `file-attributes'.
6308         * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
6310 2010-02-07  sj  <prime.wizard+emacs@gmail.com>  (tiny change)
6312         * faces.el (set-face-attribute): Allow calling
6313         internal-set-lisp-face-attribute with 'unspecified family and
6314         foundry argument (Bug#5536).
6316 2010-02-07  Glenn Morris  <rgm@gnu.org>
6318         * progmodes/f90.el (f90-font-lock-keywords-2)
6319         (f90-looking-at-type-like, f90-looking-at-program-block-end):
6320         Handle F2003 named interfaces.
6322 2010-02-06  Chong Yidong  <cyd@stupidchicken.com>
6324         * progmodes/cc-mode.el (c-common-init): Bind temporary variables
6325         beg and end before calling c-get-state-before-change-functions.
6327 2010-02-06  Dan Nicolaescu  <dann@ics.uci.edu>
6329         * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
6331 2010-02-05  Juri Linkov  <juri@jurta.org>
6333         * doc-view.el (doc-view-mode):
6334         * image-mode.el (image-mode): Put property mode-class=special.
6335         (Bug#4896)
6337 2010-02-05  Mark A. Hershberger  <mah@everybody.org>
6339         * vc-svn.el (vc-svn-revision-table): New function.
6341 2010-02-05  Michael Albinus  <michael.albinus@gmx.de>
6343         * net/ange-ftp.el (ange-ftp-insert-directory):
6344         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
6345         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
6346         Handle also directories.  (Bug#5478)
6348 2010-02-05  Glenn Morris  <rgm@gnu.org>
6350         * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
6352 2010-02-05  Chong Yidong  <cyd@stupidchicken.com>
6354         * startup.el (command-line-1): Convert options beginning with a
6355         single dash as well (Bug#5519).
6357 2010-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6359         Make `initials' completion work for /hh -> /home/horn again (bug#5524).
6360         * minibuffer.el (completion-initials-expand): Only check the presence
6361         of delims *within* the boundaries, since otherwise the / delim is
6362         always found for files.
6364         Fix up various corner case problems.
6365         * doc-view.el (doc-view-last-page-number): New function.
6366         (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
6367         (doc-view-goto-page): Avoid inf-loops when the conversion fails.
6368         (doc-view-kill-proc): Avoid inf-loop in freak cases.
6369         (doc-view-reconvert-doc): Use the new recursive delete-directory.
6370         (doc-view-convert-current-doc): Don't create the resolution.el file
6371         here any more.
6372         (doc-view-pdf/ps->png): Do it here instead.
6373         (doc-view-already-converted-p): Check that resolution.el is present.
6374         (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
6375         windows that are not yet showing images.
6377 2010-02-04  Michael Albinus  <michael.albinus@gmx.de>
6379         * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
6380         `dired-uncache' for every elemnt which is an absolute file name.
6382         * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
6383         directory, handle its directory component.
6384         (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
6385         function is called permanently and creates noise, otherwise.
6387         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
6388         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
6389         Handle the case, FILENAME is not in `default-directory'.  (Bug#5478)
6391 2010-02-04  David Burger  <dburger@google.com>  (tiny change)
6393         * macros.el (apply-macro-to-region-lines):
6394         Minor simplification.  (Bug#5485)
6396 2010-02-04  Glenn Morris  <rgm@gnu.org>
6398         * mail/rmail.el (rmail-show-message-1): Handle malformed
6399         quoted-printable text.  (Bug#5441)
6401         * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
6403         * simple.el (visual-line-mode): Capitalize lighter.
6405 2010-02-03  John Wiegley  <jwiegley@gmail.com>
6407         * iswitchb.el (iswitchb-completions): Add bookmark files to the
6408         list of files considered for "virtual buffer" completions.
6410 2010-02-03  Michael Albinus  <michael.albinus@gmx.de>
6412         * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
6413         also in case of (and (not full) (not wildcard)).  This is needed
6414         when dired is called with a list of files, which are not in
6415         `default-directory'.  (Bug#5478)
6417 2010-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6419         * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
6421 2010-02-02  Juri Linkov  <juri@jurta.org>
6423         * textmodes/ispell.el (ispell-message-text-end): Remove final newline
6424         from unidiff to allow function-line after @@.
6426 2010-02-02  Juri Linkov  <juri@jurta.org>
6428         * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
6429         '(RCS SCCS) with inverted condition.
6431 2010-02-02  Michael Albinus  <michael.albinus@gmx.de>
6433         * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
6434         messages.
6436 2010-02-01  Juri Linkov  <juri@jurta.org>
6438         * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
6439         compare with "pkunzip" and "pkzip" instead of only "pkzip".
6440         In the `archive-extract-by-stdout' branch use `shell-quote-argument'
6441         only when (car archive-zip-extract) is "unzip".  (Bug#5475)
6443 2010-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6445         * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
6446         (doc-view-revert-buffer): New command.
6447         (doc-view-mode-map): Use it.
6449 2010-02-01  Dan Nicolaescu  <dann@ics.uci.edu>
6451         * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
6452         pending merge is detected.
6454 2010-01-31  Juri Linkov  <juri@jurta.org>
6456         * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
6457         beginning of interactive spec like all other grep commands do.
6458         Put "all" in front of "gz".  (Bug#5260)
6460 2010-01-29  Dan Nicolaescu  <dann@ics.uci.edu>
6462         * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
6464 2010-01-29  Chong Yidong  <cyd@stupidchicken.com>
6466         * dirtrack.el (dirtrack): Warn instead of signalling error if the
6467         regexp is incorrect (Bug#5476).
6469 2010-01-29  Michael Albinus  <michael.albinus@gmx.de>
6471         * net/tramp.el (tramp-handle-insert-directory): Handle also
6472         symlinks, when FILENAME is not in `default-directory'.
6474 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
6476         * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
6477         FILE is not in `default-directory'.  (Bug#5478)
6479         * net/tramp.el (tramp-handle-insert-directory): Simplify handling
6480         of SWITCHES.  Handle the case, FILENAME is not in
6481         `default-directory'.  (Bug#5478)
6482         (tramp-register-file-name-handlers): Add safe-magic property.
6484 2010-01-28  Chong Yidong  <cyd@stupidchicken.com>
6486         * arc-mode.el (archive-zip-extract): Quote the argument passed to
6487         unzip (Bug#5475).
6489 2010-01-28  Nil Geisweiller  <ngeiswei@googlemail.com>  (tiny change)
6491         * progmodes/flymake.el (flymake-allowed-file-name-masks)
6492         (flymake-master-make-header-init): Add other C++ filename masks.
6493         (flymake-find-possible-master-files)
6494         (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
6496 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
6498         Fix some busybox annoyances.
6500         * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
6501         not responding." string.
6502         (tramp-open-connection-setup-interactive-shell): Dump stty
6503         settings.  Enable "neveropen" arg for all `tramp-send-command'
6504         calls.  Handle "=" in variable values properly.
6505         (tramp-find-inline-encoding): Raise an error, when no encoding is
6506         found.
6507         (tramp-wait-for-output): Check, whether PROC buffer is available.
6508         Remove spurious " ^H" sequences, sent by busybox.
6509         (tramp-get-ls-command): Suppress coloring, if possible.
6511 2010-01-28  Glenn Morris  <rgm@gnu.org>
6513         * vc-svn.el (vc-svn-update): Use "svn --non-interactive".  (Bug#4280)
6515         * log-edit.el (log-edit-strip-single-file-name): Add missing
6516         :safe, :group, and :version tags.
6518 2010-01-27  Stephen Berman  <stephen.berman@gmx.net>
6520         * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
6521         buffers.  (Bug#5477)
6523 2010-01-27  David De La Harpe Golden  <david@harpegolden.net>
6525         * files.el (delete-directory): Handle moving to trash without
6526         first doing recursion (Bug#5436).
6528 2010-01-26  Dan Nicolaescu  <dann@ics.uci.edu>
6530         * vc-hooks.el (vc-path): Mark as obsolete.
6532 2010-01-25  Dan Nicolaescu  <dann@ics.uci.edu>
6534         * vc-annotate.el (vc-annotate-revision-at-line): Compare file
6535         names too.
6537         * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
6538         for the short log.
6539         (vc-bzr-log-view-mode): Adjust regexp for the above change.
6541 2010-01-25  Mark A. Hershberger  <mah@everybody.org>
6543         * progmodes/python.el: Replace reference to obsolete c-subword-mode.
6545         * vc-bzr.el (vc-bzr-revision-table): New function.
6547 2010-01-25  Eric Hanchrow  <eric.hanchrow@gmail.com>  (tiny change)
6549         * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
6550         diff-index command.  This requires at least git-1.5.5.  (Bug#1589).
6552 2010-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
6554         Remove support for adding --signoff on commit.
6555         Future support will use an incompatible generic mechanism.
6556         * vc-git.el (vc-git-add-signoff): Remove variable.
6557         (vc-git-toggle-signoff): Remove function.
6558         (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
6560         * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
6561         from xterm-set-background-mode.  Return t if the background mode
6562         was set.
6563         (terminal-init-xterm): Move tty-set-up-initial-frame-faces
6564         earlier, call it again in case the background mode has changed.
6566 2010-01-23  Dmitri Paduchikh  <dpaduch@k66.ru>  (tiny change)
6568         * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
6569         (Bug#3541).
6571 2010-01-23  Chong Yidong  <cyd@stupidchicken.com>
6573         * emacs-lisp/assoc.el (aelement): Doc fix.
6574         (aput, adelete, amake): Use lexical-let (Bug#5450).
6576 2010-01-23  Stephen Leake  <stephen_leake@member.fsf.org>
6578         * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
6579         is the same as subprogram call, not declaration.  (Bug#5435).
6581 2010-01-23  Michael Albinus  <michael.albinus@gmx.de>
6583         * net/tramp-smb.el (tramp-smb-conf): New defcustom.
6584         (tramp-smb-maybe-open-connection): Use it.
6586 2010-01-22  Michael Albinus  <michael.albinus@gmx.de>
6588         * net/tramp-imap.el (top): Autoload needed packages.  (Bug#5448)
6590 2010-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6592         * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
6593         just because we see "encoding: 8bit".
6594         * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
6596 2010-01-22  Chong Yidong  <cyd@stupidchicken.com>
6598         * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
6600 2010-01-22  Eli Zaretskii  <eliz@gnu.org>
6602         * jka-compr.el (jka-compr-load): If load-file is not in
6603         load-history, try its file-truename version.  (bug#5447)
6605 2010-01-21  Alan Mackenzie  <acm@muc.de>
6607         Fix a situation where deletion of a cpp construct throws an error.
6608         * progmodes/cc-engine.el (c-invalidate-state-cache):
6609         Before invoking c-with-all-but-one-cpps-commented-out, check that the
6610         special cpp construct is still in the buffer.
6611         (c-parse-state): Record the special cpp with markers, not numbers.
6613 2010-01-21  Kenichi Handa  <handa@m17n.org>
6615         * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
6616         process last-command-event, as it is now decoded first (Bug#5380).
6618 2010-01-20  Chong Yidong  <cyd@stupidchicken.com>
6620         * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
6622 2010-01-20  Glenn Morris  <rgm@gnu.org>
6624         * indent.el (tab-always-indent): Fix custom-type.
6626 2010-01-19  Alan Mackenzie  <acm@muc.de>
6628         * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
6629         buffer throws "args out of range".
6630         (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
6631         playing the role of delimiter.
6633 2010-01-18  Stephen Leake  <stephen_leake@member.fsf.org>
6635         * progmodes/ada-mode.el: Fix bug#5400.
6636         (ada-matching-decl-start-re): Move into ada-goto-decl-start.
6637         (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
6638         changed.  Delete RECURSIVE parameter; never used.  Improve doc string.
6639         Improve comments in "is" portion.  Handle null procedure declaration.
6640         (ada-move-to-end): Improve doc string.
6642 2010-01-18  Óscar Fuentes  <ofv@wanadoo.es>
6644         * ido.el (ido-cur-list): Initialize to nil.
6645         Remove obsolete information from commentary.
6646         (ido-choice-list): Initialize to nil.
6647         (ido-get-bufname): Reject minibuffers.
6648         (ido-make-buffer-list): If "default" is a nonexistent
6649         buffer, ignore it, as per the function's comment.
6650         (ido-kill-buffer-internal): New function.
6651         (ido-kill-buffer-at-head): Use it.
6652         (ido-visit-buffer): Likewise.
6654 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
6656         * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
6658 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
6660         * cedet/ede/locate.el (ede-locate-file-in-project)
6661         (ede-locate-file-in-project-impl): Fix typos in docstrings.
6662         (ede-enable-locate-on-project): Fix typos in error messages.
6664         * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
6665         (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
6666         (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
6667         (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
6668         (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
6669         Fix typos in menu help.
6671         * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
6672         Fix typos in chart titles.
6674         * whitespace.el (whitespace-style, global-whitespace-newline-mode):
6675         * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
6676         (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
6677         (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
6678         (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
6679         (semantic-parse-stream, semantic-parse-region)
6680         (semantic-parse-region-default, semantic--set-buffer-cache)
6681         (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
6682         (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
6683         (semantic-default-submodes):
6684         * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
6685         (semanticdb-create-ebrowse-database)
6686         (semanticdb-find-tags-for-completion-method)
6687         (semanticdb-find-tags-by-class-method)
6688         (semanticdb-deep-find-tags-by-name-method)
6689         (semanticdb-deep-find-tags-for-completion-method):
6690         * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
6691         (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
6692         (semanticdb-find-tags-for-completion-method)
6693         (semanticdb-find-tags-by-class-method)
6694         (semanticdb-deep-find-tags-for-completion-method):
6695         * cedet/semantic/db-find.el (semanticdb-find-translate-path)
6696         (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
6697         (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
6698         (semanticdb-find-tags-by-name-method)
6699         (semanticdb-find-tags-by-name-regexp-method)
6700         (semanticdb-find-tags-for-completion-method)
6701         (semanticdb-find-tags-by-class-method)
6702         (semanticdb-find-tags-external-children-of-type-method)
6703         (semanticdb-find-tags-subclasses-of-type-method)
6704         (semanticdb-deep-find-tags-by-name-method)
6705         (semanticdb-deep-find-tags-by-name-regexp-method)
6706         (semanticdb-deep-find-tags-for-completion-method):
6707         * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
6708         (semanticdb-enable-gnu-global-in-buffer)
6709         (semanticdb-find-tags-for-completion-method)
6710         (semanticdb-deep-find-tags-by-name-method)
6711         (semanticdb-deep-find-tags-for-completion-method):
6712         * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
6713         (javascript-mode, semanticdb-find-translate-path)
6714         (semanticdb-find-tags-for-completion-method)
6715         (semanticdb-find-tags-by-class-method)
6716         (semanticdb-deep-find-tags-by-name-method)
6717         (semanticdb-deep-find-tags-for-completion-method)
6718         (semanticdb-find-tags-external-children-of-type-method):
6719         * cedet/semantic/idle.el (semantic-idle-work-core-handler)
6720         (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
6721         (global-semantic-idle-scheduler-mode):
6722         * cedet/srecode/dictionary.el (srecode-field-value)
6723         (srecode-dictionary-add-section-dictionary):
6724         * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
6725         (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
6726         (describe-class, eieio-describe-generic, describe-generic):
6727         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
6728         (eieio-speedbar-expand):
6729         * emulation/viper-cmd.el (viper-exec-form-in-vi)
6730         (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
6731         (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
6732         (viper-del-backward-char-in-replace, viper-backward-indent)
6733         (viper-brac-function, viper-register-to-point, viper-submit-report):
6734         * net/tramp.el (tramp-remote-coding-commands):
6735         * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
6736         Fix typos in docstrings.
6738 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
6740         * mail/sendmail.el (mail-yank-original): Set the mark if the
6741         specified function for yanking does not do it.
6743 2010-01-17  Dan Nicolaescu  <dann@ics.uci.edu>
6745         * vc.el (with-vc-properties): Deal with directory arguments.  (Bug#5298)
6747         * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
6748         resyncing a directory.
6750 2010-01-17  Stephen Leake  <stephen_leake@member.fsf.org>
6752         * progmodes/ada-mode.el: Fix bug#1920.
6753         (ada-ident-re): Delete ., allow multibyte characters.
6754         (ada-goto-label-re): New; matches goto labels.
6755         (ada-block-label-re): New; matches block labels.
6756         (ada-label-re): New; matches both.
6757         (ada-named-block-re): Deleted; callers changed to use
6758         `ada-block-label-re' instead.
6759         (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
6760         Use `ada-block-label-re'.
6761         (ada-indent-on-previous-lines): Improve handling of goto labels.
6762         (ada-get-indent-block-start): Special-case block label.
6763         (ada-get-indent-label): Split into `ada-indent-block-label' and
6764         `ada-indent-goto-label'.
6765         (ada-goto-stmt-start, ada-goto-next-non-ws):
6766         Optionally ignore goto labels.
6767         (ada-goto-next-word): Simplify.
6768         (ada-indent-newline-indent-conditional): Insert newline before
6769         trying to fix indentation; doc fix.
6771 2010-01-17  Jay Belanger  <jay.p.belanger@gmail.com>
6773         * calc/calc.el (calc-command-flags): Give it an initial value.
6775 2010-01-17  Glenn Morris  <rgm@gnu.org>
6777         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
6779 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
6781         * cedet/semantic.el (semantic-mode):
6782         * files.el (minibuffer-with-setup-hook):
6783         * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
6784         (artist-key-draw-continously, artist-key-do-continously-continously)
6785         (artist-key-set-point-continously, artist-mouse-draw-continously):
6786         Fix typos in docstrings.
6788 2010-01-16  Lennart Borgman  <lennart.borgman@gmail.com>
6790         * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
6791         return t (Bug#3898).
6793 2010-01-16  Frédéric Perrin  <frederic.perrin@resel.fr>  (tiny change)
6795         * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
6796         can parse the output of the external commands (Bug#5279).
6798 2010-01-16  Jari Aalto  <jari.aalto@cante.net>
6800         * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
6802 2010-01-16  Chong Yidong  <cyd@stupidchicken.com>
6804         * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
6806         * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
6808         * startup.el (command-line): Remove unused --icon-type arg.
6809         Handle --display arg, passing it to command-line-1 (Bug#5392).
6811 2010-01-16  Mario Lang  <mlang@delysid.org>
6813         * cedet/ede/cpp-root.el (ede-cpp-root-project):
6814         * cedet/ede/files.el (ede-expand-filename):
6815         * cedet/ede/simple.el (ede-simple-project):
6816         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
6817         (semantic-complete-inline-tag-engine):
6818         * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
6819         * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
6820         * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
6821         * cedet/semantic/db.el (semanticdb-equivalent-mode):
6822         * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
6823         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
6824         * emacs-lisp/chart.el (chart-translate-namezone):
6825         * textmodes/artist.el (artist-compute-popup-menu-table):
6826         Remove duplicated words in doc-strings.
6828 2010-01-15   David Abrahams  <dave@boostpro.com>  (tiny change)
6830         * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
6831         to mairix-search to suppress threading (Bug#5342).
6833 2010-01-15  Kenichi Handa  <handa@m17n.org>
6835         * international/mule-cmds.el (canonicalize-coding-system-name):
6836         Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
6838 2010-01-15  Glenn Morris  <rgm@gnu.org>
6840         * log-view.el (top-level): Require 'wid-edit.  (Bug#5311)
6842         * wid-edit.el (widget-keymap): Doc fix.
6844         * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
6845         former seems to be more widely accepted by various svn versions.
6847 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
6849         * find-cmd.el (find-constituents):
6850         * vc-arch.el (vc-arch-root):
6851         * window.el (window-body-height, pop-up-frames):
6852         * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
6853         (semantic-no-reparse-needed-change-hook):
6854         * cedet/srecode/insert.el (srecode-resolve-argument-list)
6855         (srecode-template-inserter-blank, srecode-template-inserter-variable)
6856         (srecode-template-inserter-ask, srecode-template-inserter-width)
6857         (srecode-template-inserter-section-start)
6858         (srecode-template-inserter-section-end, srecode-insert-method):
6859         * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
6860         * progmodes/ada-stmt.el (ada-if):
6861         * progmodes/gdb-ui.el (gdb-jsonify-buffer):
6862         * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
6863         (ispell-encoding8-command, ispell-aspell-supports-utf8)
6864         (ispell-last-program-name, ispell-help): Fix typos in docstrings.
6866         * progmodes/flymake.el (flymake-post-syntax-check):
6867         Fix typo in error message.
6869 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
6871         * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
6872         which is always a string.  (Bug#5313)
6874 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
6876         * progmodes/ada-xref.el (ada-default-prj-properties):
6877         Simplify previous change.
6879 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
6881         * progmodes/ada-xref.el (ada-default-prj-properties):
6882         Default ada_project_path to $ADA_PROJECT_PATH.
6884 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
6886         * progmodes/ada-mode.el (ada-create-keymap):
6887         Override `narrow-to-defun' with `ada-narrow-to-defun'.
6889 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
6891         * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
6892         (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
6893         (ada-get-current-indent, ada-imenu-generic-expression)
6894         (ada-which-function): Check for it.
6896 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
6898         * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
6899         (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
6901 2010-01-14  Glenn Morris  <rgm@gnu.org>
6903         * frame.el (show-trailing-whitespace): Safe if boolean.  (Bug#5312)
6905 2010-01-14  Kenichi Handa  <handa@m17n.org>
6907         * composite.el (auto-composition-mode): Make it a buffer local
6908         variable (permanent-local).
6909         (auto-composition-function): Set the default value to
6910         auto-compose-chars.
6911         (auto-composition-mode): Make it a simple function, not a minor mode.
6912         (global-auto-composition-mode): Likewise.
6913         (turn-on-auto-composition-if-enabled): Delete it.
6915 2010-01-13  Karl Fogel  <kfogel@red-bean.com>
6917         * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
6919 2010-01-12  Michael Albinus  <michael.albinus@gmx.de>
6921         * files.el (copy-directory): Compute target for recursive
6922         directories with identical names.  (Bug#5343)
6924 2010-01-12  Glenn Morris  <rgm@gnu.org>
6926         * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
6927         it to bug-gnu-emacs rather than emacs-pretest-bug.
6929 2010-01-12  Juanma Barranquero  <lekktu@gmail.com>
6931         * cedet/data-debug.el (data-debug): Fix customization group reference.
6933 2010-01-12  Juanma Barranquero  <lekktu@gmail.com>
6935         * cedet/semantic/analyze.el (semantic-analyze-push-error)
6936         (semantic-analyze-context, semantic-analyze-context-assignment)
6937         (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
6938         * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
6939         (semantic-java-doc-keywords-map):
6940         * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
6941         (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
6942         (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
6943         (semantic-c-classname, semantic-format-tag-uml-prototype)
6944         (semantic-c-dereference-namespace, semantic-analyze-type-constants):
6945         * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
6946         (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
6947         (semantic-get-local-variables, semantic-end-of-command)
6948         (semantic-beginning-of-command, semantic-ctxt-current-class-list)
6949         (lisp-mode):
6950         * cedet/semantic/bovine/make.el (makefile-mode):
6951         * cedet/semantic/wisent/python.el (wisent-python-string-re)
6952         (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
6953         (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
6954         (semantic-lex, semantic-get-local-variables, python-mode):
6955         * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
6956         * cedet/srecode/extract.el (srecode-extract-state-set)
6957         (srecode-extract-method): Fix typos in docstrings.
6959 2010-01-11  Sam Steingold  <sds@gnu.org>
6961         * imenu.el (imenu-default-create-index-function): Detect infinite
6962         loops caused by imenu-prev-index-position-function.
6964 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
6966         * htmlfontify.el (htmlfontify-load-rgb-file)
6967         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
6968         (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
6969         (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
6970         (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
6971         (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
6972         (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
6973         (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
6974         (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
6975         (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
6976         (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
6977         (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
6978         (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
6979         (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
6980         (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
6981         (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
6982         (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
6983         (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
6984         (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
6985         (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
6986         (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
6987         (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
6988         (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
6989         backslash-quoting from parentheses, etc.
6991 2010-01-11  Chong Yidong  <cyd@stupidchicken.com>
6993         * progmodes/js.el: Autoload javascript-mode alias.
6995 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
6997         * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
6998         (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
6999         (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
7000         (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
7001         Fix typos in docstrings.
7002         (ffap-url-regexp): Doc fix.
7003         (ffap-at-mouse): Fix typo in message.
7005 2010-01-11  Glenn Morris  <rgm@gnu.org>
7007         * version.el (emacs-copyright): Set copyright year to 2010.
7009 2010-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7011         * format.el (format-annotate-function): Only set
7012         write-region-post-annotation-function after running to-fn so as not to
7013         affect nested write-region calls (bug#5273).
7015 2010-01-10  Chong Yidong  <cyd@stupidchicken.com>
7017         * cedet/semantic.el (semantic-new-buffer-setup-functions):
7018         Add python parser.
7020         * Makefile.in (ELCFILES): Add wisent/python-wy.el and
7021         wisent/python.el.
7023 2010-01-10  Richard Kim  <emacs18@gmail.com>
7025         * cedet/semantic/wisent/python-wy.el:
7026         * cedet/semantic/wisent/python.el: New files.
7028 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
7030         * man.el (Man-goto-section): Signal error if the section is not
7031         found (Bug#5317).
7033 2010-01-09  Juanma Barranquero  <lekktu@gmail.com>
7035         * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
7036         URLs with a leading triple slash in the file: scheme.  (Bug#5345)
7038 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
7040         * progmodes/compile.el: Don't treat compile-command as safe if
7041         compilation-read-command might be nil (Bug#4218).
7043 2010-01-09  Jan Djärv  <jan.h.d@swipnet.se>
7045         * startup.el (command-line-1): Use orig-argi to check for ignored X and
7046         NS options.
7048 2010-01-08  Kenichi Handa  <handa@m17n.org>
7050         * international/fontset.el (build-default-fontset-data):
7051         Exclude characters in scripts kana, hangul, han, or cjk-misc.
7053 2010-01-07  Juanma Barranquero  <lekktu@gmail.com>
7055         * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
7056         to `create-file-buffer' as it expects, not just a buffer name.
7057         (vc-dir-mode): Include the buffer name in `list-buffers-directory',
7058         to help uniquify.  (Bug#3224)
7060 2010-01-06  Jan Djärv  <jan.h.d@swipnet.se>
7062         * font-setting.el (font-setting-change-default-font): Use user-spec
7063         instead of name.
7065 2010-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
7067         * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
7069 2010-01-05  Tom Tromey  <tromey@redhat.com>
7071         * progmodes/python.el (python-font-lock-keywords):
7072         Handle qualified decorators (Bug#881).
7074 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
7076         * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
7077         in a lightweight checkout.
7079 2010-01-05  Kenichi Handa  <handa@m17n.org>
7081         * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
7083 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
7085         * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
7087 2010-01-04  Dan Nicolaescu  <dann@ics.uci.edu>
7089         * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
7090         checkouts.  (Bug#618)
7091         (vc-bzr-log-view-mode): Also highlight the author.
7092         (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
7093         (vc-bzr-shelve-menu-map):
7094         (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
7095         (vc-bzr-shelve-apply): Make prompt more explicit.
7097 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
7099         * net/browse-url.el (browse-url-encode-url): Don't escape commas.
7100         They are valid characters in URL paths (rfc3986), and at least
7101         Firefox does not understand the encoded version (Bug#3166).
7103 2010-01-02  Daniel Elliott  <danelliottster@gmail.com>  (tiny change)
7105         * progmodes/octave-mod.el (octave-end-keywords)
7106         (octave-block-begin-or-end-regexp, octave-block-match-alist):
7107         Add "end" keyword (Bug#3061).
7108         (octave-end-as-array-index-p): New function.
7109         (calculate-octave-indent): Use it.
7111 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
7113         * bookmark.el: Consistently put the text property on the bookmark name.
7114         (bookmark-bmenu-marks-width): Bump back to 2, to include
7115         annotation marks.
7116         (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
7117         property on the bookmark name, instead of not putting it at all.
7118         (bookmark-bmenu-list): Fix where we put the text property.
7120 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
7122         * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
7123         for showing buffer modified state (as added in the previous change).
7125 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
7127         * bookmark.el: Show modified state of bookmark buffer more accurately.
7128         (bookmark-bmenu-list): Initialize buffer-modified-p properly.
7129         (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
7130         (with-buffer-modified-unmodified): New macro.
7131         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
7132         (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
7133         Use new macro to preserve the buffer modified state.
7135 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
7137         * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
7138         (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
7139         (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
7140         (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
7141         (bookmark-bmenu-rename, bookmark-bmenu-locate)
7142         (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
7143         Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
7145 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
7147         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
7148         Make the lines in the generated doc string shorter.  (Bug#4668)
7150 2010-01-02  Ryan Yeske  <rcyeske@gmail.com>
7152         * net/rcirc.el: Add follow-link binding (Bug#4738).
7154 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
7156         * Makefile.in (bzr-update): Rename from cvs-update.
7157         (cvs-update): New target for backward compatibility.
7159         * makefile.w32-in (bzr-update): Rename from cvs-update.
7160         (cvs-update): New target for backward compatibility.
7162 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
7164         * bookmark.el: Remove gratuitous gratitude.
7166 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
7168         * bookmark.el (bookmark-bmenu-any-marks): New function.
7169         (bookmark-bmenu-save): Clear buffer modification if no marks.
7171 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
7173         * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
7174         (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
7175         positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
7176         This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
7178         http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
7179         From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
7180         To: emacs-devel {_AT_} gnu.org
7181         Subject: bookmark.el bug report
7182         Date: Mon, 28 Dec 2009 14:19:16 +0800
7183         Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
7185 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
7187         * bookmark.el: Improvements suggested by Drew Adams:
7188         (bookmark-bmenu-ensure-position): New name for
7189         `bookmark-bmenu-check-position'.  Just ensure the position,
7190         don't return any meaningful value.
7191         (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
7192         New constants.
7194 2010-01-02  Juanma Barranquero  <lekktu@gmail.com>
7196         * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
7197         (bookmark-yank-point, bookmark-bmenu-check-position):
7198         Fix typos in docstrings.
7199         (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
7200         (bookmark-name-from-full-record, bookmark-get-position)
7201         (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
7202         (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
7203         Remove useless quoting of parenthesis, etc. in docstrings.
7205         * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
7206         (ediff-append-custom-diff): Fix typo in error message.
7207         (ediff-meta-mark-equal-files): Fix typos in messages.
7209         * mpc.el (mpc-playlist-delete): Fix typo in error messages.
7211         * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
7212         Fix typo in docstring.
7214         * net/imap-hash.el (imap-hash-make): Doc fix.
7215         (imap-hash-test): Fix typo in error message; reflow docstring.
7216         (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
7217         (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
7218         (imap-hash-mailbox, imap-hash-user, imap-hash-password):
7219         Fix typos in docstrings.
7220         (imap-hash-open-connection): Fix typo in error message.
7222         * play/gomoku.el (gomoku): Fix typos in docstring.
7224         * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
7225         (gdb-jsonify-buffer): Fix typos in docstring.
7226         (gdb-goto-breakpoint): Fix typo in error message.
7227         ("Display Other Windows"): Fix typo in help message.
7228         (gdb-speedbar-expand-node): Fix typo in question.
7230         * progmodes/idlw-help.el (idlwave-help-browse-url-available)
7231         (idlwave-html-system-help-location, idlwave-html-help-location)
7232         (idlwave-help-browser-function, idlwave-help-browser-generic-program)
7233         (idlwave-help-browser-generic-args, idlwave-help-directory)
7234         (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
7235         (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
7236         (idlwave-online-help, idlwave-help-html-link)
7237         (idlwave-help-show-help-frame, idlwave-help-assistant-command):
7238         Fix typos in docstrings.
7239         (idlwave-help-with-source, idlwave-help-find-routine-definition):
7240         Reflow docstrings.
7241         (idlwave-help-assistant-start): Fix typo in error message.
7243         * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
7244         (octave-electric-space): Fix typos in docstrings.
7246 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
7248         * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
7250 2010-01-01  Juri Linkov  <juri@jurta.org>
7252         * comint.el (comint-input-ring-size): Make it a defcustom and
7253         increase the default to 500 (Bug#5148).
7255 2009-12-31  Nick Roberts  <nickrob@snap.net.nz>
7257         Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
7258         * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
7259         * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
7261 2009-12-30  Nick Roberts  <nickrob@snap.net.nz>
7263         Show working revision correctly for mercurial.
7264         * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
7265         hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
7267 2009-12-29  Juanma Barranquero  <lekktu@gmail.com>
7269         Declare some functions for the byte-compiler.
7270         * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
7271         (speedbar-timer-fn, speedbar-change-expand-button-char)
7272         (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
7274 2009-12-29  Nick Roberts  <nickrob@snap.net.nz>
7276         This changeset reverts GDB Graphical Interface to use annotations.
7277         * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
7279 2009-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
7281         Make vc-dir work on subdirectories of the bzr root.
7282         * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.  Return
7283         file names relative to it.
7284         (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
7285         relative directory to vc-bzr-after-dir-status.
7287 2009-12-28  Tassilo Horn  <tassilo@member.fsf.org>
7289         * font-lock.el (font-lock-refresh-defaults): New function, which
7290         can be used to let font-lock react to external changes in
7291         variables like font-lock-defaults and keywords.
7292         See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
7294 2009-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
7296         * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
7298         * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
7300 2009-12-28  Juanma Barranquero  <lekktu@gmail.com>
7302         Supersede color.diff settings in git log (bug#5211).
7304         * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
7305         escape chars in its output when the user has color.diff set to `always'.
7306         This fix works on git 1.4.2 and newer (released on 2006-08-13).
7308 2009-12-26  Kevin Ryde  <user42@zip.com.au>
7310         * info-look.el (sh-mode): Look for coreutils new "Concept Index"
7311         node.  Keep previous "Index" name to work with past coreutils too.
7313         * man.el (man): Revise docstring a bit to show -a and -l as
7314         examples.  Add -k description since support for it has otherwise
7315         been a secret.  (Further to bug#3717.)
7316         (Man-bgproc-sentinel): When "-k foo" produces no output show error
7317         "no matches" rather than "Can't find manpage", as the latter reads
7318         like -k was interpreted as a page name, which is not so.  (Bug#5431)
7320 2009-12-26  Michael Albinus  <michael.albinus@gmx.de>
7322         * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
7323         switches.  Check also for //SUBDIRED// line.
7325 2009-12-25  Kenichi Handa  <handa@m17n.org>
7327         * language/indian.el (devanagari-composable-pattern): Fixed to
7328         handle ZWNJ and ZWJ.  Use it in composition-function-table for
7329         Devanagari.
7330         (malayalam-composable-pattern): Fix previous change.
7332 2009-12-23  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7334         * ps-print.el (ps-face-attributes): It was not returning the
7335         attribute face for faces specified as string.  Reported by harven
7336         <harven@free.fr>.  (Bug#5254)
7337         (ps-print-version): New version 7.3.5.
7339 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
7341         * calendar/icalendar.el (icalendar--convert-tz-offset):
7342         Fix timezone names.
7343         (icalendar--convert-tz-offset): Fix the "last-day-problem".
7344         (icalendar--add-diary-entry): Remove the trailing blank that
7345         diary-make-entry inserts.
7347 2009-12-17  Michael Albinus  <michael.albinus@gmx.de>
7349         Make `file-expand-wildcards' work for remote files.
7351         * files.el (file-expand-wildcards): In case of remote files, check
7352         only local file name part for wildcards.  Provide feature 'files
7353         and subfeature 'remote-wildcards.  (Bug#5198)
7355         * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
7356         if there is already an established connection.
7357         (tramp-advice-file-expand-wildcards): Remove it.
7359         * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
7360         (tramp-advice-file-expand-wildcards): Move from tramp.el.
7361         Activate advice for older GNU Emacs versions.  (Bug#5237)
7363 2009-12-17  Juanma Barranquero  <lekktu@gmail.com>
7365         Some doc fixes (more needed).
7367         * find-cmd.el (find-constituents): Reflow docstring.
7368         (find-cmd, find-prune, find-command): Fix typos in docstrings.
7369         (find-generic): Doc fix.
7371 2009-12-17  Juri Linkov  <juri@jurta.org>
7373         Fix regression from 23.1 to allow multiple modes in Local Variables.
7375         * files.el (hack-local-variables-filter): While ignoring duplicates,
7376         don't take `mode' into account.
7377         (hack-local-variables-filter, hack-dir-local-variables):
7378         Don't remove duplicate `mode' from local-variables-alist (like `eval').
7380 2009-12-17  Juri Linkov  <juri@jurta.org>
7382         Make `dired-diff' safer.  (Bug#5225)
7384         * dired-aux.el (dired-diff): Signal an error when `file' equals to
7385         `current' or when `file' is a directory of the `current' file.
7387 2009-12-17  Andreas Schwab  <schwab@linux-m68k.org>
7389         * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
7390         unconditionally preloaded files.
7392 2009-12-16  Juri Linkov  <juri@jurta.org>
7394         Revert to old 23.1 logic of using the file at the mark as default.
7395         * dired-aux.el (dired-diff): Use the file at the mark as default
7396         if it's not the same as the current file, and the target dir is
7397         the current dir or the mark is active.  Add the current file
7398         as the arg of `dired-dwim-target-defaults'.  Use the default file
7399         in the prompt.  (Bug#5225)
7401 2009-12-15  Michael Albinus  <michael.albinus@gmx.de>
7403         * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
7404         (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
7405         (tramp-check-for-regexp): Check also, when an echoing shell stops
7406         to echo sent commands.
7408 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
7410         * Makefile.in: Revert last change (Bug#5191).
7412 2009-12-14  Dan Nicolaescu  <dann@ics.uci.edu>
7414         * vc-hg.el (vc-hg-print-log): Fix argument order.
7415         (vc-hg-working-revision): Make sure the command is executed in a
7416         known environment so that we can parse the output.  (Bug#4417)
7418 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
7420         * progmodes/python.el (python-symbol-completions): Remove text
7421         properties from symbol string before calling python-send-receive.
7423 2009-12-14  Nick Roberts  <nickrob@snap.net.nz>
7425         * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
7426         when there are values for both file and line.  (Bug#5060)
7428 2009-12-14  Juri Linkov  <juri@jurta.org>
7430         * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
7431         whitespace after the file name of the first line of unified format,
7432         because git-diff doesn't output whitespace and file modification time
7433         after the file name.
7435 2009-12-14  David Kastrup  <dak@gnu.org>
7437         * info.el (Info-hide-cookies-node): Before hiding a cookie,
7438         check if it already has the `display' property added by
7439         `Info-display-images-node', and not put the `invisible' property
7440         in this case.
7442 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
7444         * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
7445         (semantic-mru-bookmark-mode): Doc fixes.
7447         * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
7448         of assert.
7450 2009-12-13  Glenn Morris  <rgm@gnu.org>
7452         * mail/emacsbug.el (message-sort-headers): Define for compiler.
7453         (report-emacs-bug): In message-mode, sort manually before storing
7454         original report text.  (Bug#5178)
7455         Remove superfluous save-excursion.
7457 2009-12-12  Michael Albinus  <michael.albinus@gmx.de>
7459         * net/dbus.el (dbus-property-handler): Filter lambda forms out
7460         when responding to "GetAll" properties.
7462 2009-12-12  Chong Yidong  <cyd@stupidchicken.com>
7464         * simple.el (compose-mail): Remove mail-setup-with-from from
7465         customization checks.
7467 2009-12-12  Eli Zaretskii  <eliz@gnu.org>
7469         * arc-mode.el (archive-rar-summarize): Support Attribute fields in
7470         RAR archives created on Unix systems.
7472 2009-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7474         * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
7475         the varalias that was accidentally removed by the 2009-11-19 change
7476         (bug#5186).
7478 2009-12-12  Kenichi Handa  <handa@m17n.org>
7480         * language/indian.el (indian-compose-regexp): New function.
7481         (malayalam-composable-pattern): Fix the pattern.
7482         (composition-function-table): Set malayalam-composable-pattern for
7483         Malayalam characters.
7485 2009-12-11  Chong Yidong  <cyd@stupidchicken.com>
7487         * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
7488         rather than down-mouse-1, based on follow-link conventions.
7490         * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
7491         are compiled.
7493 2009-12-11  Michael McNamara  <mac@mail.brushroad.com>
7495         * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
7496         (verilog-vmm-statement-re, verilog-ovm-statement-re)
7497         (verilog-defun-level-not-generate-re, verilog-calculate-indent)
7498         (verilog-leap-to-head, verilog-backward-token):
7499         Fix indenting VMM macros.  Reported by Jonathan Ashbrook.
7501 2009-12-11  Wilson Snyder  <wsnyder@wsnyder.org>
7503         * progmodes/verilog-mode.el (verilog-auto-lineup)
7504         (verilog-nameable-item-re): Cleanup user-visible spelling and
7505         documentation errors.  One reported by Gary Delp.
7506         (verilog-submit-bug-report): Mention bug tracking and CC co-author.
7507         (verilog-read-decls): Fix AUTOWIRE with types declared in a
7508         package, bug195.  Reported by Pierre-David Pfister.
7510 2009-12-11  Glenn Morris  <rgm@gnu.org>
7512         * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
7514         * mail/emacsbug.el: No longer require sendmail.
7515         Replace sendmail's `mail-text' by `rfc822-goto-eoh'.  (Bug#5174)
7516         (report-emacs-bug-orig-text): Doc fix.
7517         (report-emacs-bug-send-command, report-emacs-bug-send-hook):
7518         New local variables, to adapt to different mail-user-agents.
7519         (report-emacs-bug): Fix test for a gnu.org address.
7520         Use overlays for emphasis, since font-lock defeats 'face property.
7521         Pretest bugs also end up at the newsgroup these days.
7522         Stop message-mode stripping text properties.
7523         Set and use the new buffer-local variables.
7524         (report-emacs-bug-hook): Add doc-string.
7525         Remove some unnecessary save-excursions and simplify.
7526         Use the appropriate hook and send-command.
7528         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
7529         capitalization of some menu entries.
7531 2009-12-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7533         * whitespace.el (whitespace-display-char-on):
7534         Ensure `buffer-display-table' is unique when two or more windows are
7535         visible.  Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
7536         New version 12.1.
7538 2009-12-10  Eli Zaretskii  <eliz@gnu.org>
7540         * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
7541         characters in the Attribute field.
7543 2009-12-10  Dan Nicolaescu  <dann@ics.uci.edu>
7545         * vc-svn.el (vc-svn-after-dir-status): Fix regexp.  (Bug#4741)
7547 2009-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7549         Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
7550         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
7551         Disregard autoload-excludes.
7552         (update-directory-autoloads): Obey autoload-excludes here instead.
7553         But don't store its contents in no-autoloads and remove entries that
7554         refer to excludes files.
7556 2009-12-10  Glenn Morris  <rgm@gnu.org>
7558         * mail/feedmail.el (top-level): Move require 'mail-utils to start.
7559         (expand-mail-aliases): Define for compiler.
7561         * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
7562         Define for compiler.
7564         * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
7565         appropriate for the mail-user-agent in use.
7567 2009-12-09  Michael Albinus  <michael.albinus@gmx.de>
7569         * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
7571 2009-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
7573         Fix short log parsing and fontification.
7574         * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
7575         Fix fontification for the [merge] label.
7577 2009-12-09  Vivek Dasmohapatra  <vivek@etla.org>
7579         Drop some properties to avoid surprises (bug#5002).
7580         * htmlfontify.el (hfy-ignored-properties): New defcustom.
7581         (hfy-fontify-buffer): Use it.
7583 2009-12-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7585         Minor cleanup.
7586         * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
7587         Adjust all callers.
7588         (ffap-locate-file): Remove unused arg `dir-ok' and make other
7589         args compulsory.  Adjust callers.
7590         (ffap-gopher-at-point): Remove unused var `name'.
7592         Get rid of the ELCFILES abomination.
7593         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
7594         (compile-elcfiles): New phony target.
7595         (compile-main): Compute ELCFILES dynamically.
7596         (compile-clean): New target to remove left-over elc files.
7597         (compile, all): Use it.
7599 2009-12-09  Kenichi Handa  <handa@etlken>
7601         * international/mule-diag.el: Require help-mode instead of help-fns.
7603 2009-12-09  Kenichi Handa  <handa@m17n.org>
7605         * international/mule-cmds.el (ucs-names): Supply sufficiently
7606         fine ranges instead of pre-calculating accurate ranges.
7607         Iterate with bigger gc-cons-threshold.
7609 2009-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
7611         Add support for stashing a snapshot of the current tree.
7612         * vc-git.el (vc-git-stash-snapshot): New function.
7613         (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
7615 2009-12-08  Jose E. Marchesi  <jemarch@gnu.org>
7617         * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
7618         instead of `(beginning|end)-of-line'.
7620 2009-12-08  Glenn Morris  <rgm@gnu.org>
7622         * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
7624         * Makefile.in (ELCFILES): Regenerate.
7626 2009-12-07  Juri Linkov  <juri@jurta.org>
7628         Don't lazy-highlight the comint output in history Isearch mode.
7630         * comint.el (comint-history-isearch-search): Instead of
7631         `comint-line-beginning-position', use `comint-after-pmark-p'
7632         to check if point if before the process mark, and go to
7633         `process-mark' in this case.
7635 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7637         * textmodes/tex-mode.el (latex-complete)
7638         (latex-indent-or-complete): Remove.
7639         (latex-mode): Set completion-at-point-functions instead.
7641         Provide a standard completion command and hook it into TAB.
7642         * minibuffer.el (completion-at-point-functions): New var.
7643         (completion-at-point): New command.
7644         * indent.el (indent-for-tab-command): Handle the `complete' behavior.
7645         * progmodes/python.el (python-mode-map): Use completion-at-point.
7646         (python-completion-at-point): Rename from python-partial-symbol and
7647         adjust for use in completion-at-point-functions.
7648         (python-mode): Setup completion-at-point for Python completion.
7649         * emacs-lisp/lisp.el (lisp-completion-at-point): New function
7650         extracted from lisp-complete-symbol.
7651         (lisp-complete-symbol): Use it.
7652         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
7653         setup completion-at-point for Elisp completion.
7654         (emacs-lisp-mode-map, lisp-interaction-mode-map):
7655         Use completion-at-point.
7656         * ielm.el (ielm-map): Use completion-at-point.
7657         (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
7658         * progmodes/sym-comp.el: Move to...
7659         * obsolete/sym-comp.el: Move from progmodes.
7661 2009-12-07  Eli Zaretskii  <eliz@gnu.org>
7663         Prevent save-buffer in Rmail buffers from using the coding-system
7664         of the current message, and from clobbering the encoding mnemonics
7665         in the mode line (Bug#4623).
7667         * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
7668         flag, too.
7669         (rmail-message-encoding): New variable.
7670         (rmail-write-region-annotate): Record the encoding of the current
7671         message in rmail-message-encoding.
7672         (rmail-after-save-hook): New function, restores the encoding of
7673         the current message after the message collection is saved.
7675 2009-12-07  Juri Linkov  <juri@jurta.org>
7677         * progmodes/grep.el (grep-read-files): Use `completing-read'
7678         instead of `read-string'.  Set its `collection' arg to
7679         `read-file-name-internal'.  (Bug#4301)
7681 2009-12-07  Juri Linkov  <juri@jurta.org>
7683         Correctly restore original Isearch point.  (Bug#4994)
7685         * isearch.el (isearch-mode): Move `isearch-push-state' after
7686         `(run-hooks 'isearch-mode-hook)'.
7687         (isearch-cancel): When `isearch-push-state-function' is defined,
7688         let-bind `isearch-cmds' to the first state (the last element of
7689         `isearch-cmds') and call `isearch-top-state' (it calls pop-state
7690         function and restores the original point).  Otherwise, move point
7691         to `isearch-opoint'.
7693 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7695         * international/mule-cmds.el (ucs-names): Weed out at compile-time the
7696         chars that don't have names, so the table can be built much faster at
7697         run-time.
7699 2009-12-07  Chong Yidong  <cyd@stupidchicken.com>
7701         * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
7702         change.  Suggested by David Kastrup.
7704         * simple.el (compose-mail): Check for incompatibilities and warn.
7705         (compose-mail-user-agent-warnings): New option.
7707 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
7709         Support showing a single log entry from vc-annotate.
7710         * vc.el (print-log): Add a new argument: START-REVISION.
7711         (vc-print-log-internal): Add a new optional argument and
7712         pass it to the backend.
7713         (vc-print-log, vc-print-root-log): Adjust callers.
7714         * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
7715         buffer already displays the requested log entry, use it.
7716         Otherwise display only the log entry in question.
7717         * vc-svn.el (vc-svn-print-log):
7718         * vc-mtn.el (vc-mtn-print-log):
7719         * vc-hg.el (vc-hg-state):
7720         * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
7721         (vc-git-show-log-entry): Return t on success.
7722         * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
7723         (vc-bzr-show-log-entry): Return t on success.
7724         * vc-rcs.el (vc-rcs-print-log):
7725         * vc-sccs.el (vc-sccs-print-log):
7726         * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
7728 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
7730         * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
7731         Add menus to the meta mode.  (Bug#5043)
7733 2009-12-07  Michael Kifer  <kifer@cs.stonybrook.edu>
7735         * ediff-init.el (ediff-event-key): Use event-to-character instead of
7736         event-key.
7738         * ediff.el (ediff-buffers-internal): Add unwind-protect.
7740 2009-12-07  Michael Albinus  <michael.albinus@gmx.de>
7742         Handle prompt rules of ksh in OpenBSD 4.5.  Reported by Raphaël
7743         Berbain <raphael.berbain@gmail.com>.
7745         * net/tramp.el (tramp-end-of-output): Move up.  Use `#' and `$'
7746         characters.
7747         (tramp-initial-end-of-output): New defconst.
7748         (tramp-methods, tramp-find-shell)
7749         (tramp-open-connection-setup-interactive-shell)
7750         (tramp-maybe-open-connection): Use it.
7751         (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
7752         existence of `#' and `$'.
7754         * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
7755         `tramp-initial-end-of-output'.
7757 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
7759         Get the background mode from the terminal for xterm, and set
7760         faces accordingly.
7761         * term/xterm.el (xterm-set-background-mode): New function.
7762         (terminal-init-xterm): Use it in case xterm supports background
7763         color queries.  Recompute faces after getting the background
7764         color.
7766 2009-12-07  Ulrich Mueller  <ulm@gentoo.org>
7768         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
7769         number comment back on its own line, for easier parsing.
7771 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7773         Make it work for non-file buffers (bug#5102).
7774         * doc-view.el (doc-view-current-cache-dir):
7775         Use doc-view-buffer-file-name rather than buffer-file-name.
7776         (doc-view-mode): Use buffer-name when buffer-file-name is nil.
7778 2009-12-06  Óscar Fuentes  <ofv@wanadoo.es>
7780         * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
7781         author field is too short.
7783 2009-12-06  Dan Nicolaescu  <dann@ics.uci.edu>
7785         * vc-git.el (vc-git-print-log): Handle a limit argument.
7786         Display the short log in graph form and with labels.
7787         (vc-git-log-view-mode): Handle labels.
7789         Make vc-revert change VC state from 'added to 'unregistered.
7790         * vc-git.el (vc-git-revert): Call git reset first.
7792 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
7794         * net/newst-backend.el, net/newst-plainview.el:
7795         * net/newst-reader.el, net/newst-ticker.el:
7796         * net/newst-treeview.el, net/newsticker.el:
7797         Require/provide newst-... (instead of newsticker-...).  (Bug#5096)
7799 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
7801         * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
7803         * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
7804         Handle empty author field (Bug#4144).  Suggested by Óscar Fuentes.
7805         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
7806         Update annotation regexp.
7808         * simple.el (beginning-of-visual-line): Constrain to field
7809         boundaries (Bug#5106).
7811 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
7813         * xml.el (xml-substitute-numeric-entities): Move
7814         newsticker--decode-numeric-entities in newst-backend.el to
7815         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
7816         * net/newst-backend.el (newsticker--parse-generic-feed)
7817         (newsticker--parse-generic-items)
7818         (newsticker--decode-numeric-entities): Move
7819         newsticker--decode-numeric-entities in newst-backend.el to
7820         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
7822 2009-12-06  Daniel Colascione  <dan.colascione@gmail.com>
7824         * progmodes/js.el (js--js-not): Add null to the list of values.
7826 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
7828         * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
7830 2009-12-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7832         * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
7833         delimiter if it is at the end of the current line.
7834         (bibtex-generate-url-list): Fix docstring.
7836 2009-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7838         * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
7839         minibuffer's content with itself.
7840         Fold the confirm-after-completion case into the `confirm' case.
7841         (completion-pcm-word-delimiters): Add : and / to the delimiters.
7843 2009-12-06  Kevin Ryde  <user42@zip.com.au>
7845         * ffap.el (ffap-rfc-path): Make this a defcustom since
7846         `ffap-rfc-directories' is also a defcustom.  (Bug#4514.)
7848         * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
7849         manuals, similar to existing setup for help-mode.  (Bug#3913.)
7851 2009-12-05  Juri Linkov  <juri@jurta.org>
7853         Save and restore dired buffer's point positions too.  (Bug#4880)
7855         * dired.el (dired-save-positions): Return in the first element
7856         buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
7857         Doc fix.
7858         (dired-restore-positions): First restore buffer's position.
7859         While restoring window's positions, check if window still displays
7860         the original buffer.
7862 2009-12-05  Chong Yidong  <cyd@stupidchicken.com>
7864         * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
7865         if possible.
7867         * cedet/semantic/ia.el (semantic-ia-complete-symbol):
7868         Make argument optional.
7870         * shell.el (shell): Require ansi-color (Bug#5113).
7872         * ansi-color.el (ansi-color-for-comint-mode): Default to t.
7874         * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
7876 2009-12-05  Alan Mackenzie  <acm@muc.de>
7878         * progmodes/cc-mode.el (c-before-hack-hook)
7879         (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
7880         `c-file-style' to work again.  This reversion restores the current
7881         software to its state in Emacs 23.1.  (Bug#4146)
7883 2009-12-05  Kevin Ryde  <user42@zip.com.au>
7885         * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
7886         comment-start-skip to comment-end-skip as comment (Bug#4781).
7888 2009-12-05  Juri Linkov  <juri@jurta.org>
7890         * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
7891         for virtual nodes.  (Bug#4147)
7892         (Info-find-node-2): Set `Info-current-node-virtual' to nil
7893         when moving from a virtual node.
7894         (Info-mode-menu): Add `Info-virtual-index' to the menu.
7895         (Info-mode): Add `Info-virtual-index' to the docstring.
7897 2009-12-05  Eric Ludlam  <zappo@gnu.org>
7899         * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
7900         Describe project macro symbols.
7902         * cedet/semantic/complete.el (semantic-complete-do-completion):
7903         Don't call semantic-collector-current-exact-match.
7905         * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
7906         ede-objects as targets.
7908         * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
7909         a target's object list even if compiler vars are already in the
7910         Makefile.
7912         * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
7913         list of headers producing necessary macros.
7915 2009-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7917         * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
7918         track of the buffer position of the end of a BibTeX entry as this
7919         position may change during reformatting.
7920         (bibtex-format-entry): Remove whitespace before processing
7921         numerical fields so that we recognize the latter properly.
7922         (bibtex-reformat): Do not use push which changes the global value
7923         of bibtex-entry-format.
7924         (bibtex-field-braces-alist, bibtex-field-strings-alist)
7925         (bibtex-field-re-init): Replace only space characters by regexp
7926         for whitespace.
7927         (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
7928         (bibtex-initialize): Also update bibtex-strings.
7929         (bibtex-kill-field): Preserve white space at end of entry.
7930         (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
7931         Update bibtex-reference-keys.
7933 2009-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7935         * minibuffer.el (completion-pcm--merge-try): Also consider placing
7936         point after a star, if that's the only place where modifications can
7937         make progress.
7939 2009-12-05  Dan Nicolaescu  <dann@ics.uci.edu>
7941         * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
7942         in docstrings.
7944 2009-12-04  Juri Linkov  <juri@jurta.org>
7946         * proced.el (proced): Call `(proced-update t)' to update process
7947         information instead of only running proced-post-display-hook.
7948         (proced-send-signal): Add a leading space to the buffer name
7949         " *Marked Processes*" to make this buffer ephemeral.
7951 2009-12-04  Juri Linkov  <juri@jurta.org>
7953         * dired.el (dired-auto-revert-buffer): New defcustom.
7954         (dired-internal-noselect): Use it.
7956 2009-12-04  Juri Linkov  <juri@jurta.org>
7958         Change roles of modes and functions in image-mode.el (Bug#5062).
7960         * image-mode.el: Replace `image-mode-maybe' with `image-mode'
7961         in `auto-mode-alist'.
7962         (image-mode-previous-major-mode): New variable.
7963         (image-minor-mode-map): Rename from `image-mode-text-map'.
7964         (image-mode): Move graceful error-handling code from
7965         `image-minor-mode' to here.  On errors call `image-mode-as-text'.
7966         (image-minor-mode): Remove all image-handling code.
7967         Replace `image-mode-text-map' with `image-minor-mode-map'.
7968         Check for `image-type' in mode-line format string.
7969         (image-mode-maybe): Make obsolete with an alias to `image-mode'.
7970         (image-mode-as-text): New function with most code from
7971         `image-mode-maybe'.
7972         (image-toggle-display-text): Move code that removes image
7973         properties from `image-toggle-display' to here.
7974         (image-toggle-display-image): New function with code that adds
7975         image properties copied from `image-toggle-display'.
7976         (image-toggle-display): Remove most code with leaving only code
7977         that toggles between `image-mode-as-text' and `image-mode'.
7979 2009-12-04  Ulf Jasper  <ulf.jasper@web.de>
7981         * net/newst-treeview.el
7982         (newsticker--treeview-list-highlight-start): Restored call to
7983         save-excursion: Selected item was stuck.
7984         (newsticker--treeview-list-select): New.
7985         (newsticker--treeview-item-show-text)
7986         (newsticker--treeview-item-show)
7987         (newsticker--treeview-item-update): Use new
7988         newsticker-treeview-item-mode.
7989         (newsticker-treeview-update): Keep current item.
7990         (newsticker-treeview-next-new-or-immortal-item): Doc change.
7991         (newsticker--treeview-first-feed): Doc change.
7992         (newsticker-treeview-list-menu)
7993         (newsticker-treeview-item-menu): Added menu entries.
7994         (newsticker-treeview-item-mode): New.
7996         * net/newst-backend.el (newsticker-customize): Delete other
7997         windows.
7999 2009-12-04  Sam Steingold  <sds@gnu.org>
8001         * log-view.el (log-view-mode-map): "q" calls quit-window,
8002         like in all the other non-self-insert buffers.
8004 2009-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8006         Minor cleanup.
8007         * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
8008         key decoding rather than do it manually via last-input-event +
8009         ascii-character.
8010         (term-exec): Use delete-and-extract-region.
8011         (term-handle-ansi-terminal-messages): Remove unused var `end'.
8012         (term-process-pager): Remove unused var `i'.
8013         (term-dynamic-simple-complete): Make obsolete.
8014         (serial-update-config-menu): Remove unused vars `y' and `str'.
8015         (term-update-mode-line): Remove unused var `temp'.
8017 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
8019         Limit the number of log entries displayed by default.
8020         * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
8021         (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
8022         using a prefix argument.
8024 2009-12-03  Glenn Morris  <rgm@gnu.org>
8026         * progmodes/idlwave.el (class): Restore still useful declaration.
8028 2009-12-03  Alan Mackenzie  <acm@muc.de>
8030         Enhance `c-parse-state' to run efficiently in "brace deserts".
8032         * progmodes/cc-mode.el (c-basic-common-init):
8033         Call c-state-cache-init.
8034         (c-neutralize-syntax-in-and-mark-CPP): Rename from
8035         c-extend-and-neutralize-syntax-in-CPP.  Mark each CPP construct by
8036         placing `category' properties value 'c-cpp-delimiter at its boundaries.
8038         * progmodes/cc-langs.el (c-before-font-lock-function):
8039         c-extend-and-neutralize-syntax-in-CPP has been renamed
8040         c-neutralize-syntax-in-and-mark-CPP.
8042         * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
8043         with `category' properties now, not `syntax-table' ones.
8045         * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
8046         enhanced (but slower) version of c-end-of-macro that won't land
8047         inside a literal or on another awkward character.
8048         (c-state-cache-too-far, c-state-cache-start)
8049         (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
8050         (c-state-nonlit-pos-cache-limit, c-state-point-min)
8051         (c-state-point-min-lit-type, c-state-point-min-lit-start)
8052         (c-state-min-scan-pos, c-state-brace-pair-desert)
8053         (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
8054         buffer local variables.
8055         (c-state-literal-at, c-state-lit-beg)
8056         (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
8057         (c-state-mark-point-min-literal, c-state-cache-top-lparen)
8058         (c-state-cache-top-paren, c-state-cache-after-top-paren)
8059         (c-get-cache-scan-pos, c-get-fallback-scan-pos)
8060         (c-state-balance-parens-backwards, c-parse-state-get-strategy)
8061         (c-renarrow-state-cache)
8062         (c-append-lower-brace-pair-to-state-cache)
8063         (c-state-push-any-brace-pair, c-append-to-state-cache)
8064         (c-remove-stale-state-cache)
8065         (c-remove-stale-state-cache-backwards, c-state-cache-init)
8066         (c-invalidate-state-cache-1, c-parse-state-1)
8067         (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
8068         (c-parse-state): Enhance and refactor.
8069         (c-debug-parse-state): Amend to deal with all the new variables.
8071         * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
8072         (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
8073         modify to use category text properties rather than syntax-table ones.
8074         (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
8075         to switch off/on the syntactic paren property of C++ template
8076         delimiters using the category property.
8077         (c-with-<->-as-parens-suppressed): Macro to invoke code with
8078         template delims suppressed.
8079         (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
8080         New constant/macros which apply category properties to the start
8081         and end of preprocessor constructs.
8082         (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
8083         "comment out" the syntactic value of characters in preprocessor
8084         constructs.
8085         (c-with-cpps-commented-out)
8086         (c-with-all-but-one-cpps-commented-out): Macros to invoke code
8087         with characters in all or all but one preprocessor constructs
8088         "commented out".
8090 2009-12-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8092         * proced.el (proced-filter-alist): Use regexp-quote.
8094 2009-12-03  Michael Albinus  <michael.albinus@gmx.de>
8096         Cleanup.
8097         * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
8098         (eshell/su, eshell/sudo): Require 'tramp.  Fix problems reading
8099         arguments.  Expand `default-directory'.
8101         * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
8102         the benefit of returning an expanded localname.
8103         (tramp-tramp-file-p): Handle the case NAME is not a string.
8105 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
8107         Add support for bzr shelve/unshelve.
8108         * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
8109         (vc-bzr-extra-menu-map): New variables.
8110         (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
8111         (vc-bzr-shelve-apply, vc-bzr-shelve-list)
8112         (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
8113         (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
8114         (vc-bzr-dir-extra-headers): Display shelves.
8116         * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
8118 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8120         * textmodes/bibtex.el (bibtex-complete-internal):
8121         Use completion-in-region.
8122         (bibtex-text-in-field-bounds): Remove unused var `opoint'.
8124 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
8126         Support applying stashes.  Improve UI.
8127         * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
8128         (vc-git-stash-apply, vc-git-stash-pop)
8129         (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
8130         (vc-git-stash-menu): New functions.
8131         (vc-git-stash-menu-map): New variable.
8132         (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
8134 2009-12-03  Glenn Morris  <rgm@gnu.org>
8136         * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
8137         (vc-print-log-internal): Fix previous change.
8138         (vc-revert): Correct pluralization.
8140 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8142         * progmodes/make-mode.el (makefile-special-targets-list): No need for
8143         it to be an alist any more.
8144         (makefile-complete): Use completion-in-region.
8146         * progmodes/octave-mod.el (octave-complete-symbol):
8147         Use completion-in-region.
8149         Misc cleanup.
8150         * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
8151         (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
8152         (idlwave-complete-class): Don't quote lambda.
8153         (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
8154         (idlwave-mode-map): Move initialization into declaration.
8155         (idlwave-action-and-binding): Use backquotes.
8156         (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
8157         Simplify.
8158         (idlwave-is-pointer-dereference): Remove unused var `pos'.
8159         (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
8160         (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
8161         `parts', and `all-parts'.
8162         (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
8163         (idlwave-convert-xml-system-routine-info): Remove unused string
8164         `version-string'.
8165         (idlwave-display-user-catalog-widget): Use dolist.
8166         (idlwave-scanning-lib): Declare dynamically-scoped var.
8167         (idlwave-scan-library-catalogs): Remove unused var `flags'.
8168         (completion-highlight-first-word-only): Declare to silence bytecomp.
8169         (idlwave-popup-select): Tighten scope of `resp'.
8170         (idlwave-find-struct-tag): Remove unused var `beg'.
8171         (idlwave-after-load-rinfo-hook): Declare.
8172         (idlwave-sintern-class-info): Remove unused var `taglist'.
8173         (idlwave-find-class-definition): Remove unused var `list'.
8174         (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
8175         (idlwave-what-module-find-class): Remove unused var `classes'.
8177 2009-12-03  Juanma Barranquero  <lekktu@gmail.com>
8179         * progmodes/pascal.el: Require CL when compiling (for lexical-let).
8181 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8183         * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
8184         buffers visited.  Remove redundant current-buffer-saving.
8186 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8188         Use completion-in-buffer and remove uses of dynamic scoping.
8189         * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
8190         (pascal-buffer-to-use, pascal-flag): Don't declare.
8191         (pascal-func-completion, pascal-type-completion, pascal-var-completion)
8192         (pascal-get-completion-decl, pascal-keyword-completion):
8193         Add `pascal-str' argument, save-excursion,
8194         return the found completions, and don't filter with pascal-pred.
8195         (pascal-completion-cache): New var.
8196         (pascal-completion): Don't switch buffer any more (it was never
8197         necessary).  Don't save-excursion any more (it's done by the called
8198         subroutines).  Use a cache to avoid redundant computations.
8199         Use complete-with-action rather than pascal-completion-response and
8200         let it apply the predicate as well.
8201         (pascal-complete-word): Use completion-in-buffer when
8202         pascal-toggle-completions is nil.
8203         (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
8204         not used any more.
8205         (pascal-comp-defun): Don't change buffer any more.
8206         Use complete-with-action rather than pascal-completion-response and
8207         let it apply the predicate as well.
8208         (pascal-goto-defun): Change buffer before calling pascal-comp-defun
8209         when neded.
8211 2009-12-02  Kenichi Handa  <handa@m17n.org>
8213         * language/indian.el: Include ZWJ and ZWNJ in the patterns to
8214         shape for all Indic scripts.
8216 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8218         Use completion-in-buffer.
8219         * wid-edit.el (widget-field-text-end): New function.
8220         (widget-field-value-get): Use it.
8221         (widget-string-complete, widget-file-complete)
8222         (widget-color-complete): Use it and completion-in-region.
8223         (widget-complete): Don't narrow the buffer.
8225 2009-12-02  Glenn Morris  <rgm@gnu.org>
8227         * mail/rmail.el (rmail-pop-to-buffer): New function.  (Bug#2282)
8228         (rmail-select-summary): Use rmail-pop-to-buffer.
8229         * mail/rmailsum.el: Replace all pop-to-buffer calls with
8230         rmail-pop-to-buffer, to prevent horizontal splits.
8232         * calendar/diary-lib.el (diary-list-entries): Replace superfluous
8233         save-excursion with save-current-buffer.
8234         Widen before searching.  (Bug#5093)
8235         (diary-list-sexp-entries): Remove superfluous save-excursion.
8237 2009-12-02  Michael Welsh Duggan  <mwd@cert.org>
8239         * woman.el (woman-make-bufname): Handle man-pages with "." in the
8240         name.  (Bug#5038)
8242 2009-12-02  Andreas Politz  <politza@fh-trier.de>  (tiny change)
8244         * ido.el (ido-file-internal): Handle filenames at point that do
8245         not have a directory part.  (Bug#5049)
8247 2009-12-02  Juanma Barranquero  <lekktu@gmail.com>
8249         * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
8250         (mpc-songs-jump-to, mpc-resume): Doc fixes.
8252 2009-12-01  Rob Riepel  <riepel@networking.Stanford.EDU>
8254         * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
8255         (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
8256         any more.
8258 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8260         * comint.el (comint-insert-input): Ignore clicks to the right of
8261         the field.  Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
8263         * vc.el (vc-print-log-internal): Don't wait for the process to
8264         terminate before setting up the major mode.
8266         * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
8267         in case.
8269         * pcomplete.el (pcomplete-std-complete): Don't try to complete past
8270         the last element.
8272         * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
8274 2009-12-01  Glenn Morris  <rgm@gnu.org>
8276         * window.el (window--display-buffer-2): Fix previous changes.
8278 2009-12-01  Chong Yidong  <cyd@stupidchicken.com>
8280         * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
8282 2009-12-01  Glenn Morris  <rgm@gnu.org>
8284         * Makefile.in (ELCFILES): Add mpc.elc.
8286 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8288         * mpc.el: New file.
8290 2009-12-01  Glenn Morris  <rgm@gnu.org>
8292         * window.el (window-to-use): Define for compiler.
8294         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
8295         consistent with others (no final period).
8297         * mail/rmailmm.el (rmail-mime-handle): Doc fix.
8298         (rmail-mime-show): Downcase the encoding.  (Bug#5070)
8300 2009-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
8302         Make vc-print-log buttons work.
8303         * log-view.el (log-view-mode-map): Inherit from widget-keymap.
8305 2009-11-30  Ryan C. Thompson  <rct@thompsonclan.org>  (tiny change)
8307         * savehist.el (savehist-autosave-interval): Allow setting to nil
8308         through customize.  (Bug#5056)
8310 2009-11-30  Juanma Barranquero  <lekktu@gmail.com>
8312         Fix references to jit-lock properties.
8313         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
8314         Refer to jit-lock-defer-multiline, not jit-lock-multiline.
8315         (perl-font-lock-special-syntactic-constructs):
8316         Quote jit-lock-defer-multiline property.
8318 2009-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
8320         * vc-git.el (vc-git-registered): Call vc-git-root only once.
8322 2009-11-30  Juri Linkov  <juri@jurta.org>
8324         * misearch.el (multi-isearch-search-fun): Always provide a non-nil
8325         value `buffer' of `multi-isearch-next-buffer-current-function'.
8326         Use `(current-buffer)' when `buffer' is nil.
8327         (multi-isearch-next-buffer-from-list): Don't fallback to
8328         `(current-buffer)' when `buffer' is nil.  (Bug#4947)
8330 2009-11-30  Juri Linkov  <juri@jurta.org>
8332         * misearch.el (multi-isearch-read-buffers): Move canonicalization
8333         of buffers with `get-buffer' to `multi-isearch-buffers'.
8334         (multi-isearch-buffers, multi-isearch-buffers-regexp):
8335         Canonicalize BUFFERS with `get-buffer'.  Doc fix.
8336         (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
8337         FILES with `expand-file-name' converting relative file names
8338         to absolute.  Doc fix.  (Bug#4727)
8340 2009-11-30  Juri Linkov  <juri@jurta.org>
8342         * misearch.el (multi-isearch-read-buffers)
8343         (multi-isearch-read-matching-buffers): New functions.
8344         (multi-isearch-buffers, multi-isearch-buffers-regexp):
8345         Use them in the `interactive' spec.  Doc fix.
8346         (multi-isearch-read-files, multi-isearch-read-matching-files):
8347         New functions.
8348         (multi-isearch-files, multi-isearch-files-regexp):
8349         Use them in the `interactive' spec.  Doc fix.  (Bug#4725)
8351 2009-11-30  Juri Linkov  <juri@jurta.org>
8353         * doc-view.el (doc-view-continuous):
8354         Rename from `doc-view-continuous-mode'.
8355         (doc-view-menu): Move "Toggle display" to the top.
8356         Add submenu "Continuous" with radio buttons "Off"/"On"
8357         and "Save as Default".
8358         (doc-view-scroll-up-or-next-page)
8359         (doc-view-scroll-down-or-previous-page)
8360         (doc-view-next-line-or-next-page)
8361         (doc-view-previous-line-or-previous-page): Rename
8362         `doc-view-continuous-mode' to `doc-view-continuous'.  (Bug#4896)
8364 2009-11-30  Juri Linkov  <juri@jurta.org>
8366         * comint.el (comint-mode-map): Rebind `M-r' from
8367         `comint-previous-matching-input' to
8368         `comint-history-isearch-backward-regexp'.
8369         Unbind `M-s' to allow global key binding `M-s'.
8370         Add menu items for `comint-history-isearch-backward' and
8371         `comint-history-isearch-backward-regexp'.  (Bug#3746)
8373 2009-11-30  Juri Linkov  <juri@jurta.org>
8375         * replace.el (perform-replace): Let-bind recenter-last-op to nil.
8376         For def=recenter, replace `recenter' with `recenter-top-bottom'
8377         that is called with `this-command' and `last-command' let-bound
8378         to `recenter-top-bottom'.  When the last `def' was not `recenter',
8379         set `recenter-last-op' to nil.  (Bug#4981)
8381 2009-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8383         Minor cleanup and simplification.
8384         * filecache.el (file-cache-add-directory)
8385         (file-cache-add-directory-recursively)
8386         (file-cache-add-from-file-cache-buffer)
8387         (file-cache-delete-file-regexp, file-cache-delete-directory)
8388         (file-cache-files-matching-internal, file-cache-display): Use dolist.
8389         (file-cache-temp-minibuffer-message): Delete function.
8390         (file-cache-minibuffer-complete): Use minibuffer-message instead.
8392         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
8393         Don't signal an error when bumping into EOB in tr, s, or y.
8395 2009-11-29  Juri Linkov  <juri@jurta.org>
8397         * startup.el (fancy-about-text): Fix wording of Guided Tour.
8398         (Bug#4960)
8400         * descr-text.el (describe-char-unidata-list): Use lowercase name
8401         for "Unicode name" like in other tags.
8403 2009-11-29  Juri Linkov  <juri@jurta.org>
8405         * ediff-util.el (ediff-minibuffer-with-setup-hook):
8406         New compatibility macro.
8407         (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
8409 2009-11-29  Juri Linkov  <juri@jurta.org>
8411         Add defcustom to define the cycling order of `recenter-top-bottom'.
8412         (Bug#4981)
8414         * window.el (recenter-last-op): Doc fix.
8415         (recenter-positions): New defcustom.
8416         (recenter-top-bottom): Rewrite to use `recenter-positions'.
8417         (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
8419 2009-11-29  Michael Albinus  <michael.albinus@gmx.de>
8421         Improve integration of Tramp and ange-ftp in eshell.
8423         * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
8424         (eshell/su): Flatten args.  Apply better args parsing.  Use "cd".
8425         (eshell/sudo): Flatten args.  Let-bind `default-directory'.
8427         * eshell/esh-util.el (top): Require also Tramp when compiling.
8428         (eshell-directory-files-and-attributes): Check for FTP remote
8429         connection.
8430         (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
8431         `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
8432         (eshell-file-attributes): Handle ".".  Return `entry'.
8434         * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
8435         (ange-ftp-directory-files-and-attributes)
8436         (ange-ftp-real-directory-files-and-attributes): New defuns.
8438         * net/tramp.el (tramp-maybe-open-connection): Open the remote
8439         shell with "exec" when possible.  This prevents trailing prompts
8440         in `start-file-process'.
8442 2009-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8444         Try and remove assumptions about point-min==1.
8445         * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
8446         (rng-compute-mode-line-string): Show the validation percentage in
8447         terms of the narrowed text, not the widened text.
8448         (rng-do-some-validation): Don't catch internal errors when debugging.
8449         (rng-first-error): Simplify.
8450         (rng-after-change-function): Remove work around.  AFAIK the bug has
8451         been fixed a while ago.
8453         * image-mode.el (image-minor-mode): Exit more gracefully when the image
8454         cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
8456         * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
8458         * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
8459         `cd' doesn't always do it for us (bug#5067).
8461         * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
8462         on 2009-10-25 as part of some other change (bug#5067).
8464 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8466         * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
8467         `suspicious'.
8468         (byte-compile-warnings): Use byte-compile-warning-types.
8469         (byte-compile-save-excursion): Warn about use of set-buffer right
8470         after save-excursion.
8472         * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
8473         the excursion as well.
8475 2009-11-27  Michael Albinus  <michael.albinus@gmx.de>
8477         * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
8478         providing a Tramp related implementation of "su" and "sudo".
8479         (eshell-unix-initialize): Add "su" and "sudo".
8481 2009-11-27  Daiki Ueno  <ueno@unixuser.org>
8483         * net/socks.el (socks-send-command): Convert binary request to
8484         unibyte before sending.  This fixes mishandling of some port
8485         numbers such as 129.
8487 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8489         * help.el (describe-bindings-internal): Remove `interactive'.
8491         * man.el (Man-completion-table): Trim a terminating "(".
8492         Remove the space between name page a section.
8493         Add the command's description on the `help-echo' property.
8494         Remove `process-connection-type' binding since it's unused by
8495         call-process.
8496         Provide completion for the "<section> <name>" format as well.
8497         (Man-default-man-entry): Remove spurious var shadowing the argument.
8499 2009-11-26  Kevin Ryde  <user42@zip.com.au>
8501         * log-view.el: Add "Keywords: tools", since its other keywords
8502         aren't in finder-known-keywords, and following vc.el.
8504         * sha1.el (sha1-string-external): default-directory "/" in case
8505         otherwise non-existent.  process-connection-type pipe for touch of
8506         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
8508 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8510         Misc coding convention cleanups.
8511         * htmlfontify.el (hfy-init-kludge-hook): Rename from
8512         hfy-init-kludge-hooks.
8513         (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
8514         (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
8515         (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
8516         and push.
8517         (hfy-slant, hfy-weight): Use tables rather than code.
8518         (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
8519         (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
8520         (hfy-face-attr-for-class): Initialize `face-spec' directly.
8521         (hfy-face-to-css): Remove `nconc' with single arg.
8522         (hfy-p-to-face-lennart): Use `or'.
8523         (hfy-face-at): Hoist common code.  Remove spurious quotes in `case'.
8524         (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
8525         (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
8526         (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
8527         (hfy-force-fontification): Use run-hooks.
8529 2009-11-26  Vivek Dasmohapatra  <vivek@etla.org>
8531         Various minor fixes.
8532         * htmlfontify.el (hfy-default-header): Add toggle_invis since
8533         Javascript belongs in the header, not the body.
8534         (hfy-javascript): Remove.
8535         (hfy-fontify-buffer): Don't insert it any more.
8536         (hfy-face-at): Handle (face0 face1 face2) style face properties.
8537         Fix bug in invis handling when there were no invis props in a chunk.
8539 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8541         * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
8543 2009-11-26  Dan Nicolaescu  <dann@ics.uci.edu>
8545         * finder.el (finder-mode-map): Add a menu.
8547 2009-11-26  Michael McNamara  <mac@mail.brushroad.com>
8549         * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
8550         "unsigned" structs.
8552         (verilog-leap-to-head, verilog-backward-token): Handle "disable
8553         fork" statement better.
8555 2009-11-26  Wilson Snyder  <wsnyder@wsnyder.org>
8557         * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
8558         (verilog-delete-auto, verilog-delete-empty-auto-pair)
8559         (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
8560         Reported by Clay Douglass.
8562         (verilog-auto-inst, verilog-auto-star-safe)
8563         (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
8564         Fix removing "// Interfaces" when saving .* expansions.  Reported by
8565         Pierre-David Pfister.
8567 2009-11-26  Glenn Morris  <rgm@gnu.org>
8569         * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
8570         the scope.
8572 2009-11-25  Johan Bockgård  <bojohan@gnu.org>
8574         * vc-annotate.el (vc-annotate-revision-previous-to-line):
8575         Really use previous revision.
8577 2009-11-25  Kevin Ryde  <user42@zip.com.au>
8579         * man.el (Man-completion-table): default-directory "/" in case
8580         doesn't otherwise exist.  process-environment COLUMNS=999 so as
8581         not to truncate long names.  process-connection-type pipe to avoid
8582         any chance of hitting the pseudo-tty TIOCGWINSZ.
8583         (man): completion-ignore-case t for friendliness and since man
8584         itself is case-insensitive on the command line.
8585         Further to Bug#3717.
8587         * arc-mode.el: Add "Keywords: files", so the details in its
8588         commentary can be reached from finder-by-keyword.
8589         * textmodes/dns-mode.el: Add "Keywords: comm".  It's only an
8590         editing mode, but it's comms related and sgml-mode.el has "comm"
8591         on that basis too.
8592         * textmodes/bibtex-style.el: Add "Keywords: tex".
8593         * international/isearch-x.el, international/ja-dic-cnv.el:
8594         * international/ja-dic-utl.el, international/kkc.el:
8595         Add "Keywords: i18n", so they can be reached from finder-by-keyword.
8597 2009-11-25  Juri Linkov  <juri@jurta.org>
8599         * man.el (Man-completion-table): Modify regexp to include
8600         section names to completion strings.  (Bug#3717)
8602 2009-11-25  Juri Linkov  <juri@jurta.org>
8604         Search recursively in gzipped files.  (Bug#4982)
8606         * progmodes/grep.el (grep-highlight-matches): Add new options
8607         `always' and `auto'.  Doc fix.
8608         (grep-process-setup): Check `grep-highlight-matches' for
8609         `auto-detect' to determine the need to compute grep defaults.
8610         Move Windows/DOS specific --colors settings handling
8611         to `grep-compute-defaults'.  Check `grep-highlight-matches'
8612         to get the value of "--color=".
8613         (grep-compute-defaults): Compute `grep-highlight-matches' when it
8614         has the value `auto-detect'.  Move Windows/DOS specific settings
8615         from `grep-process-setup'.
8616         (zrgrep): New command with alias `rzgrep'.
8618 2009-11-25  Juri Linkov  <juri@jurta.org>
8620         * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
8621         to nil instead of switching off view-mode.  (Bug#4896)
8623 2009-11-25  Juri Linkov  <juri@jurta.org>
8625         Mouse-wheel scrolling for DocView Continuous mode.  (Bug#4896)
8627         * mwheel.el (mwheel-scroll-up-function)
8628         (mwheel-scroll-down-function): New defvars.
8629         (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
8630         `scroll-up', and `mwheel-scroll-down-function' instead of
8631         `scroll-down'.
8633         * doc-view.el (doc-view-scroll-up-or-next-page)
8634         (doc-view-scroll-down-or-previous-page): Add optional ARG.
8635         Use this ARG in the call to image-scroll-up/image-scroll-down.
8636         Change `interactive' spec to "P".  Goto next/previous page only
8637         when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
8638         SPC/DEL case).  Doc fix.
8639         (doc-view-next-line-or-next-page)
8640         (doc-view-previous-line-or-previous-page): Rename arg to ARG
8641         for consistency.
8642         (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
8643         `doc-view-scroll-up-or-next-page', and buffer-local
8644         `mwheel-scroll-down-function' to
8645         `doc-view-scroll-down-or-previous-page'.
8647 2009-11-25  Juri Linkov  <juri@jurta.org>
8649         Provide additional default values (directories at other Dired
8650         windows) via M-n in the minibuffer of some Dired commands.
8652         * dired-aux.el (dired-diff, dired-compare-directories)
8653         (dired-do-create-files): Use `dired-dwim-target-defaults' to set
8654         `minibuffer-default' in `minibuffer-with-setup-hook'.
8655         (dired-dwim-target-directory): Find a window that displays Dired
8656         buffer instead of failing when the next window is not Dired.
8657         Use `get-window-with-predicate' to find for the next Dired window.
8658         (dired-dwim-target-defaults): New function.
8660         * ediff-util.el (ediff-read-file-name):
8661         Use `dired-dwim-target-defaults' to set `minibuffer-default'
8662         in `minibuffer-with-setup-hook'.
8664 2009-11-25  Juri Linkov  <juri@jurta.org>
8666         Provide additional default values (file name at point or at the
8667         current Dired line) via M-n for file reading minibuffers.  (Bug#5010)
8669         * minibuffer.el (read-file-name-defaults): New function.
8670         (read-file-name): Reset `minibuffer-default' to nil when
8671         it duplicates initial input `insdef'.
8672         Bind `minibuffer-default-add-function' to lambda that
8673         calls `read-file-name-defaults' in `minibuffer-selected-window'.
8674         (minibuffer-insert-file-name-at-point): New command.
8676         * files.el (file-name-at-point-functions): New defcustom.
8677         (find-file-default): Remove defvar.
8678         (find-file-read-args): Don't use `find-file-default'.
8679         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
8680         to `read-file-name'.
8681         (find-file-literally): Use `read-file-name' with
8682         `confirm-nonexistent-file-or-buffer'.
8684         * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
8686         * dired.el (dired-read-dir-and-switches):
8687         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
8688         to `read-file-name'.
8689         (dired-file-name-at-point): New function.
8690         (dired-mode): Add hook `dired-file-name-at-point' to
8691         `file-name-at-point-functions'.
8693 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8695         Really make the *Completions* window soft-dedicated (bug#5030).
8696         * window.el (window--display-buffer-2): Add `dedicated' argument.
8697         (display-buffer): Pass it when needed so the dedicated flag is set
8698         after calling set-window-buffer, which would otherwise reset it.
8700 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8702         * progmodes/meta-mode.el (meta-complete-symbol):
8703         * progmodes/etags.el (complete-tag):
8704         * mail/mailabbrev.el (mail-abbrev-complete-alias):
8705         Use completion-in-region.
8707         * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
8708         (dabbrev-completion): Use completion-in-region.
8709         (dabbrev--abbrev-at-point): Simplify regexp.
8711         * abbrev.el (abbrev--before-point): Use word-motion functions
8712         if :regexp is not specified (bug#5031).
8714         * subr.el (string-prefix-p): New function.
8716         * man.el (Man-completion-cache): New var.
8717         (Man-completion-table): Use it.
8719         * vc.el (vc-print-log-internal): Make `limit' optional for better
8720         compatibility (e.g. with vc-annotate.el).
8722 2009-11-24  Kevin Ryde  <user42@zip.com.au>
8724         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
8725         Build value with regexp-opt instead of explicit joining loop.  (Bug#4927)
8727         * emacs-lisp/elint.el (elint-add-required-env): Better error message
8728         when .el source file not found or other error.
8730 2009-11-24  Markus Triska  <markus.triska@gmx.at>
8732         * linum.el (linum-update-window): Ignore intangible (bug#4996).
8734 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8736         Handle the [back] button properly (bug#4979).
8737         * descr-text.el (describe-text-properties): Add a `buffer' argument.
8738         Use help-setup-xref, help-buffer, and with-help-window.
8739         (describe-char): Add `buffer' argument.
8740         Pass proper command to help-setup-xref.  Don't meddle with
8741         help-xref-stack-item directly.
8742         (describe-text-category): Use with-help-window and help-buffer.
8744         * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
8745         for the displayed buffer (bug#4887).
8747         * man.el (Man-completion-table): New function.
8748         (man): Use it.
8750 2009-11-24  David Reitter  <david.reitter@gmail.com>
8752         * vc-git.el (vc-git-registered): Use checkout directory (where
8753         .git is) rather than the file's directory and a relative path spec
8754         to work around a bug in git.
8756 2009-11-24  Michael Albinus  <michael.albinus@gmx.de>
8758         Improve handling of processes on remote hosts.
8760         * eshell/esh-util.el (eshell-path-env): New defvar.
8761         (eshell-parse-colon-path): New defun.
8762         (eshell-file-attributes): Use `eshell-parse-colon-path'.
8764         * eshell/esh-ext.el (eshell-search-path):
8765         Use `eshell-parse-colon-path'.
8766         (eshell-remote-command): Remove argument HANDLER.
8767         (eshell-external-command): Check for FTP remote connection.
8769         * eshell/esh-proc.el (eshell-gather-process-output):
8770         Use `file-truename', in order to start also symlinked files.
8771         Apply `start-file-process' instead of `start-process'.
8772         Shorten `command' to the local file name part.
8774         * eshell/em-cmpl.el (eshell-complete-commands-list):
8775         Use `eshell-parse-colon-path'.
8777         * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
8779         * net/tramp.el (tramp-eshell-directory-change): New defun.  Add it
8780         to `eshell-directory-change-hook'.
8782 2009-11-24  Tassilo Horn  <tassilo@member.fsf.org>
8784         * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
8785         because it could be enabled automatically if view-read-only is non-nil.
8787 2009-11-24  Michael Kifer  <kifer@cs.stonybrook.edu>
8789         * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
8790         made on 2009-11-22.
8792 2009-11-24  Glenn Morris  <rgm@gnu.org>
8794         * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
8795         deleted variable bookmark-bmenu-bookmark-column.
8797         * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
8798         Move after definition of global-semantic-idle-tag-highlight-mode.
8800 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8802         * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
8804 2009-11-23  Ken Brown  <kbrown@cornell.edu>  (tiny change)
8806         * net/browse-url.el (browse-url-filename-alist): On Windows, add
8807         two slashes to the "file:" prefix.
8808         (browse-url-file-url): De-munge Cygwin filenames before passing
8809         them to Windows browser.
8810         (browse-url-default-windows-browser): Use call-process.
8812 2009-11-23  Juri Linkov  <juri@jurta.org>
8814         Implement DocView Continuous mode.  (Bug#4896)
8815         * doc-view.el (doc-view-continuous-mode): New defcustom.
8816         (doc-view-mode-map): Bind C-n/<down> to
8817         `doc-view-next-line-or-next-page', C-p/<up> to
8818         `doc-view-previous-line-or-previous-page'.
8819         (doc-view-next-line-or-next-page)
8820         (doc-view-previous-line-or-previous-page): New commands.
8822 2009-11-23  Juri Linkov  <juri@jurta.org>
8824         Implement Isearch in comint input history.  (Bug#3746)
8825         * comint.el (comint-mode): Add `comint-history-isearch-setup' to
8826         `isearch-mode-hook'.
8827         (comint-history-isearch): New defcustom.
8828         (comint-history-isearch-backward)
8829         (comint-history-isearch-backward-regexp): New commands.
8830         (comint-history-isearch-message-overlay): New buffer-local variable.
8831         (comint-history-isearch-setup, comint-history-isearch-end)
8832         (comint-goto-input, comint-history-isearch-search)
8833         (comint-history-isearch-message, comint-history-isearch-wrap)
8834         (comint-history-isearch-push-state)
8835         (comint-history-isearch-pop-state): New functions.
8837 2009-11-23  Michael Albinus  <michael.albinus@gmx.de>
8839         * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
8840         return.
8841         (tramp-handle-make-symbolic-link)
8842         (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
8843         Quote file names.
8844         (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
8845         (tramp-handle-process-file): Use it.
8847 2009-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8849         * window.el (move-to-window-line-last-op): Remove.
8850         (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
8852 2009-11-23  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
8854         Make M-r mirror the new cycling behavior of C-l.
8855         * window.el (move-to-window-line-last-op): New var.
8856         (move-to-window-line-top-bottom): New command.
8857         (global-map): Bind M-r move-to-window-line-top-bottom.
8859 2009-11-23  Sven Joachim  <svenjoac@gmx.de>
8861         * dired-x.el (dired-guess-shell-alist-default):
8862         Support xz format.  (Bug#4953)
8864 2009-11-22  Chong Yidong  <cyd@stupidchicken.com>
8866         * cedet/srecode/map.el (srecode-get-maps):
8867         * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
8868         * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
8869         * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
8870         (semantic-toggle-decoration-style):
8871         * cedet/semantic/decorate/include.el
8872         (semantic-decoration-include-describe)
8873         (semantic-decoration-unknown-include-describe)
8874         (semantic-decoration-unparsed-include-describe)
8875         (semantic-decoration-all-include-summary):
8876         * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
8877         * cedet/semantic/analyze/complete.el
8878         (semantic-analyze-possible-completions):
8879         * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
8880         (semantic-show-unmatched-syntax-mode)
8881         (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
8882         (semantic-highlight-func-mode):
8883         * cedet/semantic/util.el (semantic-describe-buffer):
8884         * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
8885         (semantic-symref-find-tags-by-name)
8886         (semantic-symref-find-tags-by-regexp)
8887         (semantic-symref-find-tags-by-completion)
8888         (semantic-symref-find-file-references-by-name)
8889         (semantic-symref-find-text):
8890         * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
8891         (senator-yank-tag):
8892         * cedet/semantic/scope.el (semantic-calculate-scope):
8893         * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
8894         * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
8895         (define-semantic-idle-service):
8896         * cedet/semantic/complete.el (semantic-complete-analyze-inline)
8897         (semantic-complete-analyze-inline-idle):
8898         * cedet/semantic/analyze.el (semantic-analyze-current-context):
8899         * cedet/mode-local.el (describe-mode-local-bindings)
8900         (describe-mode-local-bindings-in-mode):
8901         * cedet/ede/make.el (ede-make-check-version):
8902         * cedet/ede/locate.el (ede-enable-locate-on-project):
8903         * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
8904         (cedet-idutils-version-check):
8905         * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
8906         (cedet-gnu-global-version-check):
8907         * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
8908         (cedet-cscope-version-check): Use called-interactively-p instead
8909         of interactive-p.
8911         * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
8912         Use semantic-format-tag-prototype.
8914 2009-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
8916         * emulation/viper-cmd.el: Use viper-last-command-char instead of
8917         last-command-char/last-command-event.
8918         (viper-prefix-arg-value): Do correct conversion of event-char for
8919         XEmacs.
8921         * emulation/viper-util.el, emulation/viper.el:
8922         Use viper-last-command-char instead of
8923         last-command-char/last-command-event.
8925         * ediff-init.el, ediff-mult.el, ediff-util.el:
8926         Replace last-command-char and last-command-event
8927         with (ediff-last-command-char) everywhere.
8929         * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
8930         created in fundamental mode.
8932         * ediff.el (ediff-version): Revert the change of interactive-p to
8933         called-interactively-p.
8935 2009-11-22  Tassilo Horn  <tassilo@member.fsf.org>
8937         * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
8938         generation from word-movement command names.
8940 2009-11-21  Chong Yidong  <cyd@stupidchicken.com>
8942         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
8943         (semantic-complete-jump-local, semantic-complete-jump):
8944         Improve prompt string.
8946 2009-11-21  Jan Djärv  <jan.h.d@swipnet.se>
8948         * cus-start.el (all): Add native condition for font-use-system-font.
8950 2009-11-21  Nathaniel Flath  <flat0103@gmail.com>
8952         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
8953         Correct the patch from 2009-11-18.  (Bug#3910)
8955 2009-11-21  Tassilo Horn  <tassilo@member.fsf.org>
8957         * progmodes/subword.el: Rename from lisp/subword.el.
8959         * subword.el: Rename to progmodes/subword.el.
8961         * Makefile.in (ELCFILES): Adapt to subword.el move.
8963 2009-11-21  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
8964             Stefan Monnier  <monnier@iro.umontreal.ca>
8966         * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
8967         (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
8968         (bookmark-bmenu-show-filenames): Use push.
8969         (bookmark-bmenu-hide-filenames): Use local var instead of
8970         bookmark-bmenu-bookmark-column.  Use pop.  Don't save window-excursion.
8971         (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
8972         (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
8973         filenames now that the bookmark names are always available.
8975 2009-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8977         * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
8978         (bookmark-search-pattern): Move and leave unbound.
8979         (bookmark-bmenu-mode-map): Change binding.
8980         (bookmark-read-search-input): Simplify.
8981         Don't use text-char-description.  Don't error on non-char events.
8982         (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
8983         only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
8984         (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
8985         Use a local var for the timer.
8986         (bookmark-bmenu-cancel-search): Remove by folding into the only caller
8987         (i.e. bookmark-bmenu-search).
8989 2009-11-21  Glenn Morris  <rgm@gnu.org>
8991         * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode.  (Bug#4993)
8993 2009-11-20  Ken Brown  <kbrown@cornell.edu>  (tiny change)
8995         * net/browse-url.el (browse-url-default-windows-browser):
8996         Use cygstart for cygwin.
8998 2009-11-20  Karl Fogel  <karl.fogel@red-bean.com>
9000         * bookmark.el: Formatting and doc fixes only:
9001         (bookmark-search-delay): Shorten doc string to fit in 80 columns.
9002         (bookmark-bmenu-search): Wrap to fit within 80 columns.
9003         Minor grammar and punctuation fixes in doc string.
9004         (bookmark-read-search-input): Adjust to fit within 80 columns.
9006 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
9008         * progmodes/cc-cmds.el (c-forward-into-nomenclature)
9009         (c-backward-into-nomenclature): Adapt to subword renaming.
9011         * subword.el (subword-forward, subword-backward, subword-mark)
9012         (subword-kill, subword-backward-kill, subword-transpose)
9013         (subword-downcase, subword-upcase, subword-capitalize)
9014         (subword-forward-internal, subword-backward-internal):
9015         Rename from forward-subword, backward-subword, mark-subword,
9016         kill-subword, backward-kill-subword, transpose-subwords,
9017         downcase-subword, upcase-subword, capitalize-subword,
9018         forward-subword-internal, backward-subword-internal.
9020 2009-11-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
9022         * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
9023         New options.
9024         (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
9025         New vars.
9026         (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
9027         (bookmark-bmenu-filter-alist-by-regexp)
9028         (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
9029         (bookmark-bmenu-search): New command.
9030         (bookmark-bmenu-mode-map): Bind it.
9032 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
9034         * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
9036         * cedet/semantic/idle.el (define-semantic-idle-service)
9037         (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
9039 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
9041         * progmodes/cc-cmds.el: declare-functioned forward-subword and
9042         backward-subword to quit the byte-compiler.
9044         * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
9046         * Makefile.in: Don't refer cc-subword.elc but subword.elc.
9048         * progmodes/cc-cmds.el (c-update-modeline)
9049         (c-forward-into-nomenclature, c-backward-into-nomenclature):
9050         Refer to subword.el functions instead of cc-subword.el.
9052         * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
9053         subword.el functions instead of cc-subword.el.
9055         * progmodes/cc-subword.el: Rename to subword.el.
9056         * subword.el: Rename from progmodes/cc-subword.el.
9057         (subword-mode-map): Rename from c-subword-mode-map.
9058         (subword-mode): Rename from c-subword-mode.
9059         (global-subword-mode): New global minor mode.
9060         (forward-subword): Rename from c-forward-subword.
9061         (backward-subword): Rename from c-backward-subword.
9062         (mark-subword): Rename from c-mark-subword.
9063         (kill-subword): Rename from c-kill-subword.
9064         (backward-kill-subword): Rename from c-backward-kill-subword.
9065         (transpose-subwords): Rename from c-tranpose-subword.
9066         (downcase-subword): Rename from c-downcase-subword.
9067         (capitalize-subword): Rename from c-capitalize-subword.
9068         (forward-subword-internal): Rename from c-forward-subword-internal.
9069         (backward-subword-internal): Rename from c-backward-subword-internal.
9071 2009-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
9073         * vc.el (vc-deduce-fileset): Allow non-state changing operations
9074         from a dired buffer.
9075         (vc-dired-deduce-fileset): New function.
9076         (vc-root-diff, vc-print-root-log): Use it.
9078         * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
9079         nil LIMIT argument to vc-print-log-internal.
9081 2009-11-20  Glenn Morris  <rgm@gnu.org>
9083         * Makefile.in (ELCFILES): Regenerate.
9085 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
9087         * cedet/cedet.el (cedet-menu-map): Re-order menu items.
9089         * cedet/semantic.el: Enable idle-mode menu items only if
9090         global-semantic-idle-scheduler-mode is enabled.
9091         (semantic-default-submodes): Doc fix.
9093         * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
9094         When turning off, disable other idle modes.
9096 2009-11-20  Jay Belanger  <jay.p.belanger@gmail.com>
9098         * calc/calc.el (calc-set-mode-line):
9099         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
9100         (math-format-number): Rename `math-format-complement-signed' to
9101         `math-format-twos-complement'.
9103         * calc/calc-bin.el (math-format-twos-complement): Rename from
9104         math-format-complement-signed.
9105         (calc-radix): Rename `calc-complement-signed-mode' to
9106         `calc-twos-complement-mode'.
9107         (calc-octal-radix, calc-hex-radix): Add an argument for
9108         two's complement.
9110         * calc/calc-embed.el (calc-embedded-mode-vars):
9111         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
9113         * calc/calc-ext.el (calc-init-extensions):
9114         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
9115         (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
9117         * calc/calc-units.el (math-build-units-table-buffer):
9118         Let `calc-twos-complement-mode' be nil.
9120         * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
9121         entries.
9123         * calc/calc-vec.el (calcFunc-vunpack):
9124         * calc/calc-aent.el (calc-do-calc-eval):
9125         * calc/calc-forms.el (math-format-date):
9126         * calc/calc-graph.el (calc-graph-plot):
9127         * calc/calc-math.el (math-use-emacs-fn):
9128         * calc/calccomp.el (math-compose-expr):
9129         Let `calc-twos-complement-mode' be nil.
9131 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9133         * abbrev.el (abbrev-with-wrapper-hook): (re)move...
9134         * simple.el (with-wrapper-hook): ...to here.  Add argument `args'.
9135         * minibuffer.el (completion-in-region-functions): New hook.
9136         (completion-in-region): New function.
9137         * emacs-lisp/lisp.el (lisp-complete-symbol):
9138         * pcomplete.el (pcomplete-std-complete): Use it.
9140 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9142         * textmodes/tex-mode.el (latex-complete-bibtex-cache)
9143         (latex-complete-alist): New vars.
9144         (latex-string-prefix-p, latex-complete-bibtex-keys)
9145         (latex-complete-envnames, latex-complete-refkeys)
9146         (latex-complete-data): New functions.
9147         (latex-complete, latex-indent-or-complete): New commands.
9149         * window.el (display-buffer-mark-dedicated): New var.
9150         (display-buffer): Obey it.
9151         * minibuffer.el (minibuffer-completion-help): Use it.
9153         * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
9155         * filecache.el (file-cache-add-file): Use push and cons.
9156         (file-cache-delete-file-regexp): Use push.
9157         (file-cache-complete): Use completion-in-region.
9159         * simple.el (with-wrapper-hook): Fix thinko.
9161         * hfy-cmap.el (hfy-rgb-file): Use locate-file.
9162         (htmlfontify-load-rgb-file): Remove unnused var `ff'.
9163         Use with-current-buffer and string-to-number.
9164         (hfy-fallback-colour-values): Use assoc-string.
9165         * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
9166         (hfy-face-at): Remove unused var `found-face'.
9167         (hfy-compile-stylesheet): Remove unused var `css'.
9168         (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
9169         and `orig-buffer'.
9170         (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
9171         Use with-current-buffer.
9172         (hfy-text-p): Use expand-file-name and fewer setq.
9174 2009-11-19  Vivek Dasmohapatra  <vivek@etla.org>
9176         * htmlfontify.el, hfy-cmap.el: New files.
9178 2009-11-19  Juri Linkov  <juri@jurta.org>
9180         * minibuffer.el (completions-format): New defcustom.
9181         (completion--insert-strings): Implement vertical format.
9183         * simple.el (switch-to-completions): Move point to the first
9184         completion when point was at the beginning of the buffer.
9186 2009-11-19  Juri Linkov  <juri@jurta.org>
9188         * find-dired.el (find-name-arg): Remove autoload.  (Bug#4387)
9190         * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
9192 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
9194         * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
9195         (mail-signature): Change default to t.
9196         (mail-from-style): Deprecate `system-default' value.
9197         (mail-insert-from-field): For default value of mail-from-style,
9198         default to `angles' unless `angles' needs quoting and `parens'
9199         does not.
9200         (mail-citation-prefix-regexp): Use citation regexp from
9201         message-mode.
9203 2009-11-19  Michael Albinus  <michael.albinus@gmx.de>
9205         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
9206         Set variables for computing the prompt for reading password.
9208 2009-11-19  Glenn Morris  <rgm@gnu.org>
9210         * dired-aux.el (dired-compress-file-suffixes): Add ".xz".  (Bug#4953)
9212         * textmodes/flyspell.el (sgml-lexical-context): Declare.
9214         * net/newst-treeview.el (newsticker-treeview-treewindow-width)
9215         (newsticker-treeview-listwindow-height): Fix custom type.
9217 2009-11-19  Kenichi Handa  <handa@m17n.org>
9219         * descr-text.el (describe-char-padded-string): Compose with TAB
9220         only if there's a font for CH.
9221         (describe-char): Fix the condition for detecting a trivial composition.
9223 2009-11-18  Nathaniel Flath  <flat0103@gmail.com>
9225         * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
9226         more accurate version of the regexp.  (Bug#3910)
9228 2009-11-18  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
9230         * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
9232 2009-11-18  Juanma Barranquero  <lekktu@gmail.com>
9234         * font-setting.el (font-use-system-font): Declare for byte-compiler.
9235         (font-setting-change-default-font): Fix typo in docstring.
9237 2009-11-18  Alan Mackenzie  <acm@muc.de>
9239         * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
9241 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
9243         * font-setting.el (font-use-system-font): Move ...
9245         * cus-start.el (all): ... to here.
9247 2009-11-17  Michael Albinus  <michael.albinus@gmx.de>
9249         * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
9250         Don't set `ad-return-value' if `ad-do-it' doesn't.
9252         * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
9253         modification time.
9255 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
9257         * menu-bar.el: Put "Use system font" in Option-menu.
9258         (menu-bar-options-save): Add font-use-system-font.
9260         * loadup.el: If feature system-font-setting or font-render-setting is
9261         there, load font-setting.
9263         * Makefile.in (ELCFILES): Add font-settings.el.
9264         * font-setting.el: New file.
9266 2009-11-17  Glenn Morris  <rgm@gnu.org>
9268         * vc-svn.el (vc-svn-print-log): Fix typo in previous.
9270         * net/newst-treeview.el (newsticker--treeview-list-update-faces):
9271         Preserve point in the list buffer.  (Bug#4939)
9272         Use point-at-eol.
9273         (newsticker--treeview-list-update-highlight)
9274         (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
9276 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
9278         * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
9279         Remove.
9281         * calc/calc-ext.el (calc-init-extensions): Remove references to
9282         symclip.
9284         * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
9286         * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
9287         * calc/calc-help.el (calc-b-prefix-help): Remove references to
9288         `calc-symclip'.
9290 2009-11-16  Kevin Ryde  <user42@zip.com.au>
9292         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
9293         Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
9295         * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
9296         (lm-keywords-list): Allow comma-only separator like "foo,bar".
9297         Ignore trailing spaces by omit-nulls to split-string (fixing
9298         regression from Emacs 21 due to the incompatible split-string
9299         change).  (Bug #4928.)
9301 2009-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
9303         * vc.el (vc-log-show-limit): Default to 2000.
9304         (vc-print-log-internal): Insert buttons to request more entries
9305         when limiting the output.
9307         * vc-sccs.el (vc-sccs-print-log):
9308         * vc-rcs.el (vc-rcs-print-log):
9309         * vc-cvs.el (vc-cvs-print-log):
9310         * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
9311         LIMIT is non-nil.
9313 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
9315         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
9316         error when `tramp-gvfs-dbus-event-vector' is set.
9317         (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
9319 2009-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9321         * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
9323 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
9325         * net/dbus.el (dbus-unregister-service): New defun.
9326         (dbus-register-property): Register the handlers of
9327         "org.freedesktop.DBus.Properties" for SERVICE.
9328         (dbus-property-handler): Fix docstring.
9330 2009-11-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9332         * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
9333         Quote doc string reference in defvaralias as it is not in special form.
9334         (byte-compile-output-docform): Doc fix.
9336 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
9338         * calc/calc.el (math-2-word-size, math-half-2-word-size)
9339         (calc-complement-signed-mode): New variables.
9340         (calc-set-mode-line): Add indicator for twos-complements.
9341         (math-format-number): Format twos-complement notation.
9343         * calc/calc-bin.el (calc-word-size): Reset the variables
9344         `math-2-word-size' and `math-half-2-word-size'.
9345         (math-format-complement-signed, math-symclip, calcFunc-symclip)
9346         (calc-symclip): New functions.
9348         * calc/calc-aent.el (math-read-token): Read complement signed numbers.
9350         * calc/calc-embed.el (calc-embedded-mode-vars):
9351         Add `calc-complement-signed-mode' to the list of modes.
9353         * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
9354         (calc-b-oper-keys): Add `calc-symclip' to list.
9356         * calc/calc-ext.el (math-read-number-fancy): Read complement
9357         signed numbers.
9358         (calc-init-extensions): Add binding for `calc-symclip'.
9359         Add autoload for `calcFunc-symclip' and `calc-symclip'.
9361         * calc/calc-menu.el (calc-arithmetic-menu): Add item for
9362         `calc-symclip'.
9363         (calc-modes-menu): Add item for twos complement mode.
9365         * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
9367 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
9369         * register.el (jump-to-register, insert-register): Handle Semantic
9370         tags.  From commented-out advice in semantic/senator.el.
9372 2009-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
9374         * vc.el (vc-log-show-limit): New variable.
9375         (vc-print-log, vc-print-root-log): Add new argument LIMIT.  Set it
9376         when using a prefix argument.
9377         (vc-print-log-internal): Add new argument LIMIT.
9379         * vc-svn.el (vc-svn-print-log):
9380         * vc-mtn.el (vc-mtn-print-log):
9381         * vc-hg.el (vc-hg-print-log):
9382         * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
9383         pass it to the log command when set.  Make the BUFFER argument
9384         non-optional.
9386         * vc-sccs.el (vc-sccs-print-log):
9387         * vc-rcs.el (vc-rcs-print-log):
9388         * vc-git.el (vc-git-print-log):
9389         * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
9390         ignore it.  Make the BUFFER argument non-optional
9392         * bindings.el (mode-line-buffer-identification): Do not purecopy.
9394 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
9396         * dired.el (dired-mode-map): Move encryption items to "Operate"
9397         menu (Bug#4703).
9399         * strokes.el (strokes-update-window-configuration): Make strokes
9400         buffer current before erasing (Bug#4906).
9402         * cedet/semantic/idle.el (semantic-idle-summary-mode)
9403         (semantic-idle-summary-mode): Define using define-minor-mode
9404         instead of define-semantic-idle-service.
9405         (semantic-idle-summary-mode): New function.
9406         (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
9407         that mouse motion does not reset the echo area.
9409 2009-11-15  Juri Linkov  <juri@jurta.org>
9411         * simple.el (set-mark-default-inactive): Add :type, :group
9412         and :version.  (Bug#4876)
9414 2009-11-15  Michael Albinus  <michael.albinus@gmx.de>
9416         * arc-mode.el (archive-maybe-copy): Move creation of directory ...
9417         (archive-unique-fname): ... here.  (Bug#4929)
9419 2009-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9421         * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
9422         with a real fix.
9424         * novice.el (disabled-command-function): Add useful args.
9425         Setup the help buffer so that [back] works.
9426         Remove redundant call to help-mode.
9427         (disabled-command-function): Use `case'.
9428         (en/disable-command): New function extracted from enable-command.
9429         (enable-command, disable-command): Use it.
9431 2009-11-14  Glenn Morris  <rgm@gnu.org>
9433         * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
9434         constants.  (Bug#4913)
9436         * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
9438 2009-11-14  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
9440         * emacs-lisp/elint.el (elint-standard-variables): Add some variables
9441         defined in C that have no doc-strings.  (Bug#1063)
9443 2009-11-14  Francis Wright  <F.J.Wright@qmul.ac.uk>
9445         * cus-edit.el (data, files):
9446         * ps-print.el (postscript): Doc fixes for custom groups.  (Bug#3327)
9448 2009-11-14  Chong Yidong  <cyd@stupidchicken.com>
9450         * simple.el (shell-command): Doc fix (Bug#4891).
9452         * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
9454 2009-11-14  Glenn Morris  <rgm@gnu.org>
9456         * emulation/viper.el (viper-set-hooks): Remove duplicate advice
9457         statements for vc-diff, emerge-quit, and rmail-cease-edit.
9458         If they are already loaded, eval-after-load will do the right thing.
9460         * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
9461         compiling.
9463         * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
9465         * simple.el (x-selection-owner-p): Declare.
9466         (read-mail-command): Use custom radio type rather than choice.
9467         (completion-no-auto-exit): Doc fix.
9469         * custom.el (defgroup):
9470         * epg-config.el (epg): Doc fixes.
9472 2009-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
9474         * bindings.el (mode-line-buffer-identification): Purecopy only the string.
9475         * international/ccl.el (define-ccl-program): Do not purecopy the
9476         docstring, defconst does it anyway.
9478 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9480         * add-log.el (add-change-log-entry): Avoid displaying the changelog
9481         a second time.
9483         * x-dnd.el (x-dnd-maybe-call-test-function):
9484         * window.el (split-window-vertically):
9485         * whitespace.el (whitespace-help-on):
9486         * vc-rcs.el (vc-rcs-consult-headers):
9487         * userlock.el (ask-user-about-lock-help)
9488         (ask-user-about-supersession-help):
9489         * type-break.el (type-break-force-mode-line-update):
9490         * time-stamp.el (time-stamp-conv-warn):
9491         * terminal.el (te-set-output-log, te-more-break, te-filter)
9492         (te-sentinel, terminal-emulator):
9493         * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
9494         (term-write-input-ring, term-check-source, term-start-output-log):
9495         (term-display-buffer-line, term-dynamic-list-completions):
9496         (term-ansi-make-term, serial-term):
9497         * subr.el (selective-display):
9498         * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
9499         (strokes-encode-buffer, strokes-xpm-for-compressed-string):
9500         * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
9501         (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
9502         (speedbar-remove-localized-speedbar-support)
9503         (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
9504         (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
9505         (speedbar-buffers-line-directory):
9506         * simple.el (shell-command-on-region, append-to-buffer)
9507         (prepend-to-buffer):
9508         * shadowfile.el (shadow-save-todo-file):
9509         * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
9510         (scroll-bar-maybe-set-window-start):
9511         * sb-image.el (speedbar-image-dump):
9512         * saveplace.el (save-place-alist-to-file, save-places-to-alist)
9513         (load-save-place-alist-from-file):
9514         * ps-samp.el (ps-print-message-from-summary):
9515         * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
9516         (ps-background-image, ps-begin-job, ps-do-despool):
9517         * ps-bdf.el (bdf-find-file, bdf-read-font-info):
9518         * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
9519         (pr-ps-message-from-summary, pr-lpr-message-from-summary):
9520         (pr-call-process, pr-file-list, pr-interface-save):
9521         * novice.el (disabled-command-function)
9522         (enable-command, disable-command):
9523         * mouse.el (mouse-buffer-menu-alist):
9524         * mouse-copy.el (mouse-kill-preserving-secondary):
9525         * macros.el (kbd-macro-query):
9526         * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
9527         * informat.el (batch-info-validate):
9528         * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
9529         * hippie-exp.el (try-expand-dabbrev-visible):
9530         * help-mode.el (help-make-xrefs):
9531         * help-fns.el (describe-variable):
9532         * generic-x.el (bat-generic-mode-run-as-comint):
9533         * finder.el (finder-mouse-select):
9534         * find-dired.el (find-dired-sentinel):
9535         * filesets.el (filesets-file-close):
9536         * files.el (list-directory):
9537         * faces.el (list-faces-display, describe-face):
9538         * facemenu.el (list-colors-display):
9539         * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
9540         * epg.el (epg--process-filter, epg-cancel):
9541         * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
9542         (epa--read-signature-type):
9543         * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
9544         (emerge-file-names):
9545         * ehelp.el (electric-helpify):
9546         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
9547         * ediff-vers.el (rcs-ediff-view-revision):
9548         * ediff-util.el (ediff-setup):
9549         * ediff-mult.el (ediff-append-custom-diff):
9550         * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
9551         (ediff-wordify):
9552         * echistory.el (Electric-command-history-redo-expression):
9553         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
9554         * disp-table.el (describe-display-table):
9555         * dired.el (dired-find-buffer-nocreate):
9556         * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
9557         * dabbrev.el (dabbrev--same-major-mode-p):
9558         * chistory.el (list-command-history):
9559         * apropos.el (apropos-documentation):
9560         * allout.el (allout-obtain-passphrase):
9561         (allout-copy-exposed-to-buffer):
9562         (allout-verify-passphrase): Use with-current-buffer.
9564 2009-11-13  Glenn Morris  <rgm@gnu.org>
9566         * Makefile.in (ELCFILES): Regenerate.
9568 2009-11-13  Michael Albinus  <michael.albinus@gmx.de>
9570         * net/dbus.el (dbus-registered-objects-table): Rename from
9571         `dbus-registered-functions-table', because it contains also properties.
9572         (dbus-unregister-object): Unregister also properties.
9573         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
9574         Use a timeout of 500 msec, in order to not block.
9575         (dbus-register-property, dbus-property-handler): New defuns.
9577 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9579         * simple.el (minibuffer-default-add-completions): Drop deprecated
9580         4th arg.
9582 2009-11-13  Tomas Abrahamsson  <tab@lysator.liu.se>
9584         * textmodes/artist.el (artist-mouse-choose-operation):
9585         Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
9586         menus.  Bug noticed by Eli Zaretskii <eliz@gnu.org>.
9587         (artist-compute-up-event-key): New function.
9588         (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
9590 2009-11-13  Kenichi Handa  <handa@m17n.org>
9592         * language/japan-util.el: Make sure that the value of jisx0208
9593         property is jisx0208 character.
9595 2009-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
9597         * international/mule.el (auto-coding-regexp-alist): Only purecopy
9598         car or each item, not the whole list.
9600 2009-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9602         * minibuffer.el (minibuffer-completion-help):
9603         Use minibuffer-hide-completions.
9605 2009-11-12  Per Starbäck  <per@starback.se>  (tiny change)
9607         * dired.el (dired-save-positions, dired-restore-positions): New funs.
9608         (dired-revert): Use them (bug#4880).
9610 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
9612         * tooltip.el (tooltip-frame-parameters): Undo previous change.
9614 2009-11-12  Juri Linkov  <juri@jurta.org>
9616         * ffap.el (ffap-alternate-file-other-window, ffap-literally):
9617         New functions.
9618         (find-file-literally-at-point): Alias of `ffap-literally'.
9620 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
9622         * textmodes/ispell.el (ispell-skip-region-alist):
9623         * textmodes/css-mode.el (auto-mode-alist):
9624         * progmodes/compile.el (auto-mode-alist):
9625         * international/mule.el (ctext-non-standard-encodings-alist)
9626         (ctext-non-standard-encodings-regexp):
9627         * simple.el (shell-command-switch, text-read-only):
9628         * replace.el (occur-mode-map):
9629         * paths.el (rmail-file-name):
9630         * jka-cmpr-hook.el (jka-compr-build-file-regexp):
9631         * find-file.el (ff-special-constructs):
9632         * files.el (file-name-handler-alist):
9633         * composite.el: Purecopy strings.
9635         * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
9637 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
9639         * widget.el (define-widget): Purecopy the docstring.
9640         * international/mule-cmds.el (charset): Do not purecopy the
9641         docstring here, define-widget does it.
9643         * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
9644         * textmodes/bibtex-style.el (auto-mode-alist):
9645         * progmodes/inf-lisp.el (inferior-lisp-prompt):
9646         * progmodes/compile.el (compile-command):
9647         * language/korea-util.el (default-korean-keyboard):
9648         * international/mule-conf.el (file-coding-system-alist):
9649         * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
9650         * tooltip.el (tooltip-frame-parameters):
9651         * newcomment.el (comment-end, comment-padding):
9652         * dired.el (dired-trivial-filenames):
9653         * comint.el (comint-file-name-prefix): Purecopy initial values.
9655 2009-11-11  Michael Albinus  <michael.albinus@gmx.de>
9657         * net/tramp.el (tramp-advice-minibuffer-electric-separator)
9658         (tramp-advice-minibuffer-electric-tilde): Unload advices via
9659         `tramp-unload'.
9660         (tramp-advice-make-auto-save-file-name)
9661         (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
9662         after removing the advice.
9664 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
9666         * progmodes/grep.el (grep-regexp-alist):
9667         * international/mule-cmds.el (iso-2022-control-alist):
9668         * emacs-lisp/timer.el (timer-duration-words):
9669         * subr.el (version-separator, version-regexp-alist):
9670         * minibuffer.el (completion-styles-alist):
9671         * faces.el (face-attribute-name-alist, list-faces-sample-text):
9672         Change defvars to defconsts.
9674         * Makefile.in (ELCFILES): Add international/mule-conf.elc.
9675         * loadup.el ("international/mule-conf"): Load the byte compiled version.
9676         * international/mule-conf.el: Allow to be byte compiled.
9678         * international/mule.el (define-charset): Purecopy props.
9679         (load-with-code-conversion): Purecopy doc string and file name.
9680         (put-charset-property): Purecopy strings.
9681         (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
9683         * international/mule-cmds.el (register-input-method): Purecopy arguments.
9684         (define-char-code-property): Correctly purecopy the table.
9686         * international/ccl.el (define-ccl-program): Purecopy the docstring.
9688         * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
9690         * subr.el (add-hook): Purecopy strings.
9691         (eval-after-load): Purecopy load-history-regexp and the form.
9693         * custom.el (custom-declare-group): Purecopy load-file-name.
9695         * subr.el (menu-bar-separator): New defconst.
9696         * net/eudc.el (eudc-tools-menu):
9697         * international/mule-cmds.el (set-coding-system-map)
9698         (mule-menu-keymap):
9699         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
9700         * vc-hooks.el (vc-menu-map):
9701         * replace.el (occur-mode-map):
9702         * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
9703         (menu-bar-edit-menu, menu-bar-goto-menu)
9704         (menu-bar-custom-menu, menu-bar-showhide-menu)
9705         (menu-bar-options-menu, menu-bar-tools-menu)
9706         (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
9707         (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
9708         (menu-bar-help-menu):
9709         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
9710         * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
9712         * term/x-win.el (x-gtk-stock-map):
9713         * progmodes/vera-mode.el (auto-mode-alist):
9714         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
9715         (inferior-lisp-program, inferior-lisp-load-command):
9716         * progmodes/hideshow.el (hs-special-modes-alist):
9717         * progmodes/gud.el (same-window-regexps):
9718         * progmodes/grep.el (grep-program, find-program, xargs-program):
9719         * net/telnet.el (same-window-regexps):
9720         * net/rlogin.el (same-window-regexps):
9721         * language/ethiopic.el (font-ccl-encoder-alist):
9722         * vc-sccs.el (vc-sccs-master-templates):
9723         * vc-rcs.el (vc-rcs-master-templates):
9724         * subr.el (cl-assertion-failed):
9725         * simple.el (next-error-overlay-arrow-position):
9726         * lpr.el (lpr-command):
9727         * locate.el (locate-ls-subdir-switches):
9728         * info.el (same-window-regexps, info)
9729         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
9730         * image-mode.el (image-mode, auto-mode-alist):
9731         * hippie-exp.el (hippie-expand-ignore-buffers):
9732         * format.el (format-alist):
9733         * find-dired.el (find-ls-subdir-switches, find-grep-options)
9734         (find-name-arg):
9735         * facemenu.el (facemenu-keybindings):
9736         * dired.el (dired-listing-switches, dired-chown-program):
9737         * diff.el (diff-switches, diff-command):
9738         * cus-edit.el (same-window-regexps):
9739         * bindings.el (mode-line-mule-info)
9740         (mode-line-buffer-identification): Purecopy strings.
9742 2009-11-11  Juri Linkov  <juri@jurta.org>
9744         * simple.el (dired-get-filename) <declare-function>:
9745         Tell the byte-compiler about dired-get-filename.
9746         (shell-command): In Dired mode, get filename from the current line
9747         as the default value.
9749 2009-11-10  Glenn Morris  <rgm@gnu.org>
9751         * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
9752         * calendar/holidays.el, progmodes/cperl-mode.el:
9753         Update x-popup-menu declarations.
9755         * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
9756         (list-load-path-shadows): Use dolist.
9757         (list-load-path-shadows): Use with-current-buffer.
9759 2009-11-10  Juri Linkov  <juri@jurta.org>
9761         * minibuffer.el (read-file-name): Support a list of default values
9762         in `default-filename'.  Use the first file name where only one
9763         element is required.  Doc fix.
9765 2009-11-09  Michael Albinus  <michael.albinus@gmx.de>
9767         * net/dbus.el (dbus-unregister-object): Release service, if no
9768         other method is registered for it.
9770 2009-11-08  Markus Rost  <rost@math.uni-bielefeld.de>
9772         * bookmark.el (bookmark-completing-read): Sort bookmark names if
9773         bookmark-sort-flag is non-nil (Bug#4653).
9775 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
9777         * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
9778         the progress reporter entirely.
9780         * emulation/cua-base.el: Add CUA property to some CC mode commands
9781         (Bug#4100).
9783 2009-11-08  Kevin Ryde  <user42@zip.com.au>
9785         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
9786         at end of sentence (Bug#4818).
9788 2009-11-08  Jared Finder  <jfinder@crypticstudios.com>
9790         * progmodes/compile.el (compilation-error-regexp-alist-alist):
9791         Handle "see declaration of" MSFT statements (Bug#4100).
9793 2009-11-08  Michael Albinus  <michael.albinus@gmx.de>
9795         * net/tramp.el (tramp-advice-make-auto-save-file-name)
9796         (tramp-advice-file-expand-wildcards): Unload via
9797         `ad-remove-advice'.
9799         * net/trampver.el: Update release number.
9801 2009-11-08  Kevin Ryde  <user42@zip.com.au>
9803         * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
9804         `ad-do-it'.
9806 2009-11-08  Andr  <m00naticus@gmail.com>  (tiny change)
9808         * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
9809         in order to keep context in SELinux.
9811 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
9813         * dired-aux.el (dired-query): Place cursor in echo area and allow
9814         C-g.
9816         * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
9817         menu item if not on a directory (Bug#4701).
9819 2009-11-07  Michael Albinus  <michael.albinus@gmx.de>
9821         Sync with Tramp 2.1.17.
9823         * net/tramp.el (tramp-handle-copy-directory): Don't use
9824         `file-remote-p' (due to compatibility).
9826         * net/tramp-compat.el (tramp-compat-copy-directory)
9827         (tramp-compat-delete-directory): New defuns.
9829         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
9830         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
9831         `tramp-compat-delete-directory'.
9833         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
9834         (tramp-smb-handle-delete-directory): Use
9835         `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
9837         * net/trampver.el: Update release number.
9839 2009-11-07  Chong Yidong  <cyd@stupidchicken.com>
9841         * tar-mode.el (tar-copy): Call write-region on the right buffer
9842         (Bug#4857).
9844         * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
9845         by hand, if necessary (Bug#4878).
9847 2009-11-06  Chong Yidong  <cyd@stupidchicken.com>
9849         * buff-menu.el (Buffer-menu-buffer+size): Use display property to
9850         align size column (Bug#4839).
9852         * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
9853         statement.
9855 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
9857         * progmodes/ld-script.el (auto-mode-alist):
9858         * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
9860         * cus-face.el (custom-declare-face): Purecopy face spec.
9862 2009-11-06  Kenichi Handa  <handa@m17n.org>
9864         * international/uni-bidi.el: Re-generated.
9865         * international/uni-category.el: Re-generated.
9866         * international/uni-combining.el: Re-generated.
9867         * international/uni-mirrored.el: Re-generated.
9869 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
9871         * textmodes/tex-mode.el (tex-alt-dvi-print-command)
9872         (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
9873         (tex-start-options, slitex-run-command, latex-run-command)
9874         (tex-run-command, tex-directory):
9875         * textmodes/ispell.el (ispell-html-skip-alists)
9876         (ispell-tex-skip-alists, ispell-tex-skip-alists):
9877         * textmodes/fill.el (adaptive-fill-first-line-regexp):
9878         (adaptive-fill-regexp):
9879         * textmodes/dns-mode.el (auto-mode-alist):
9880         * progmodes/python.el (interpreter-mode-alist):
9881         * progmodes/etags.el (tags-compression-info-list):
9882         * progmodes/etags.el (tags-file-name):
9883         * net/browse-url.el (browse-url-galeon-program)
9884         (browse-url-firefox-program):
9885         * mail/sendmail.el (mail-signature-file)
9886         (mail-citation-prefix-regexp):
9887         * international/mule-conf.el (eight-bit):
9888         * international/latexenc.el (latex-inputenc-coding-alist):
9889         * international/fontset.el (x-pixel-size-width-font-regexp):
9890         * emacs-lisp/warnings.el (warning-type-format):
9891         * emacs-lisp/trace.el (trace-buffer):
9892         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
9893         (emacs-lisp-mode-map):
9894         * calendar/holidays.el (holiday-solar-holidays)
9895         (holiday-bahai-holidays, holiday-islamic-holidays)
9896         (holiday-christian-holidays, holiday-hebrew-holidays)
9897         (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
9898         (hebrew-holidays-1, holiday-oriental-holidays)
9899         (holiday-general-holidays):
9900         * x-dnd.el (x-dnd-known-types):
9901         * tool-bar.el (tool-bar):
9902         * startup.el (site-run-file):
9903         * shell.el (shell-dumb-shell-regexp):
9904         * rfn-eshadow.el (file-name-shadow-tty-properties)
9905         (file-name-shadow-properties):
9906         * paths.el (remote-shell-program, news-directory):
9907         * mouse.el ([C-down-mouse-3]):
9908         * menu-bar.el (menu-bar-tools-menu):
9909         * jka-cmpr-hook.el (jka-compr-load-suffixes)
9910         (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
9911         (jka-compr-compression-info-list):
9912         * isearch.el (search-whitespace-regexp):
9913         * image-file.el (image-file-name-extensions):
9914         * find-dired.el (find-ls-option):
9915         * files.el (directory-listing-before-filename-regexp)
9916         (directory-free-space-args, insert-directory-program)
9917         (list-directory-brief-switches, magic-fallback-mode-alist)
9918         (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
9919         (automount-dir-prefix):
9920         * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
9921         (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
9922         (face-font-registry-alternatives, face-font-registry-alternatives)
9923         (face-font-family-alternatives):
9924         * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
9925         (facemenu-foreground-menu, facemenu-face-menu):
9926         * epa-hook.el (epa-file-name-regexp):
9927         * dnd.el (dnd-protocol-alist):
9928         * textmodes/rst.el (auto-mode-alist):
9929         * button.el (default-button): Purecopy strings.
9931 2009-11-06  Glenn Morris  <rgm@gnu.org>
9933         * Makefile.in (ELCFILES): Update.
9935 2009-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9937         * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
9938         * emacs-lisp/levents.el: Move to obsolete/levents.el.
9940         * nxml/xsd-regexp.el (xsdre-gen-categories):
9941         * nxml/xmltok.el (xmltok-parse-entity):
9942         * nxml/rng-parse.el (rng-parse-validate-file):
9943         * nxml/rng-maint.el (rng-format-manual)
9944         (rng-manual-output-force-new-line):
9945         * nxml/rng-loc.el (rng-save-schema-location-1):
9946         * nxml/rng-cmpct.el (rng-c-parse-file):
9947         * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
9948         * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
9950 2009-11-05  Wilson Snyder  <wsnyder@wsnyder.org>
9952         * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
9953         Remove extra save-excursions and make-variable-buffer-local's.
9954         Suggested by Stefan Monnier.
9956         (verilog-getopt-file, verilog-module-inside-filename-p)
9957         (verilog-set-define): Merge GNU 1.35 and repair changes from
9958         switching to using with-current-buffer.
9960         (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
9961         being treated as a number and confusing AUTORESET.
9962         Reported by Dan Dever.
9964         (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
9965         Add verilog-auto-ignore-concat to fix backward compatibility with
9966         older verilog-modes.  Reported by Dan Katz.
9968         (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
9969         containing closing anchors "...$".
9971         (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
9972         Reported by Wade Smith.
9974         (verilog-batch-execute-func): Comment on function usage.
9976 2009-11-05  Michael McNamara  <mac@mail.brushroad.com>
9978         * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
9979         for labels.
9981         (verilog-label-re, verilog-calc-1): Support proper indent of named
9982         asserts.
9984         (verilog-backward-token, verilog-basic-complete-re)
9985         (verilog-beg-of-statement, verilog-indent-re): Support proper
9986         indent of the assert statement at the beginning of a block of text.
9988         (verilog-beg-block-re, verilog-ovm-begin-re): Support the
9989         `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
9990         tokens as begins.
9992 2009-11-05  Glenn Morris  <rgm@gnu.org>
9994         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
9995         Emacs 19.  (Bug#1531)
9996         (byte-compile-fix-header): Update for the above change.
9997         Drop test for epoch::version.
9999         * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
10000         * cus-dep.el (custom-make-dependencies):
10001         * finder.el (finder-compile-keywords):
10002         Use autoload-rubric's feature argument.
10004         * calendar/diary-lib.el (top-level): Make load behave more like require.
10006         * vc-git.el (vc-git-stash-map): Move definition before use.
10008 2009-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
10010         * custom.el (custom-declare-group): Purecopy standard-value.
10011         (custom-declare-group): Purecopy custom-prefix.
10013         * international/mule.el (load-with-code-conversion):
10014         Call do-after-load-evaluation unconditionally.
10016         * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
10018 2009-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10020         * descr-text.el: Require help-mode rather than help-fns (bug#4861).
10022 2009-11-04  Glenn Morris  <rgm@gnu.org>
10024         * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
10025         (byte-compile-compatibility): Remove option.
10026         (byte-compile-close-variables, byte-compile-fix-header)
10027         (byte-compile-insert-header, byte-compile-output-docform)
10028         (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
10029         (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
10030         (byte-compile-list, byte-compile-concat, byte-compile-function-form)
10031         (byte-compile-insert, byte-compile-defun):
10032         Remove support for byte-compile-compatibility and Emacs 18.  (Bug#4571)
10033         (byte-defop-compiler19): Remove.
10034         Without byte-compile-compatibility, the 'emacs19-opcode property is not
10035         used by anything.  Replace all calls with byte-defop-compiler.
10037 2009-11-04  Juri Linkov  <juri@jurta.org>
10039         * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
10040         (menu-bar-options-menu): Don't quote the `prop' arg of
10041         `menu-bar-make-mm-toggle'.
10043 2009-11-04  Juanma Barranquero  <lekktu@gmail.com>
10045         * calendar/calendar.el (cal-loaddefs):
10046         * calendar/diary-lib.el (diary-loaddefs):
10047         * calendar/holidays.el (hol-loaddefs):
10048         * eshell/esh-module.el (esh-groups): Load rather than require.
10050 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10052         * calendar/todo-mode.el (todo-add-category): Don't hardcode
10053         point-min==1.
10054         (todo-top-priorities): Only display-buffer when called interactively.
10055         (todo-item-start): Don't save excursion point.
10056         (todo-item-end): Be slightly more careful.  Add `include-sep' arg.
10057         (todo-insert-item-here, todo-file-item, todo-remove-item):
10058         Adjust uses of todo-item-start and todo-item-end.
10060         * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
10061         (autoload-rubric): Don't use any more.
10062         * cedet/semantic/fw.el (semantic/loaddefs):
10063         * cedet/srecode.el (srecode/loaddefs):
10064         * cedet/ede.el (ede/loaddefs): Load rather than require.
10065         * cedet/ede/cpp-root.el:
10066         * cedet/ede/emacs.el:
10067         * cedet/ede/files.el:
10068         * cedet/ede/linux.el:
10069         * cedet/ede/locate.el:
10070         * cedet/ede/make.el:
10071         * cedet/ede/shell.el:
10072         * cedet/ede/speedbar.el:
10073         * cedet/ede/system.el:
10074         * cedet/ede/util.el:
10075         * cedet/semantic/analyze.el:
10076         * cedet/semantic/bovine.el:
10077         * cedet/semantic/complete.el:
10078         * cedet/semantic/ctxt.el:
10079         * cedet/semantic/db-file.el:
10080         * cedet/semantic/db-find.el:
10081         * cedet/semantic/db-global.el:
10082         * cedet/semantic/db-mode.el:
10083         * cedet/semantic/db-typecache.el:
10084         * cedet/semantic/db.el:
10085         * cedet/semantic/debug.el:
10086         * cedet/semantic/dep.el:
10087         * cedet/semantic/doc.el:
10088         * cedet/semantic/edit.el:
10089         * cedet/semantic/find.el:
10090         * cedet/semantic/format.el:
10091         * cedet/semantic/html.el:
10092         * cedet/semantic/ia-sb.el:
10093         * cedet/semantic/ia.el:
10094         * cedet/semantic/idle.el:
10095         * cedet/semantic/lex-spp.el:
10096         * cedet/semantic/lex.el:
10097         * cedet/semantic/mru-bookmark.el:
10098         * cedet/semantic/scope.el:
10099         * cedet/semantic/senator.el:
10100         * cedet/semantic/sort.el:
10101         * cedet/semantic/symref.el:
10102         * cedet/semantic/tag-file.el:
10103         * cedet/semantic/tag-ls.el:
10104         * cedet/semantic/tag-write.el:
10105         * cedet/semantic/tag.el:
10106         * cedet/semantic/util-modes.el:
10107         * cedet/semantic/analyze/complete.el:
10108         * cedet/semantic/analyze/refs.el:
10109         * cedet/semantic/bovine/c.el:
10110         * cedet/semantic/bovine/gcc.el:
10111         * cedet/semantic/bovine/make.el:
10112         * cedet/semantic/bovine/scm.el:
10113         * cedet/semantic/decorate/include.el:
10114         * cedet/semantic/decorate/mode.el:
10115         * cedet/semantic/symref/cscope.el:
10116         * cedet/semantic/symref/global.el:
10117         * cedet/semantic/symref/grep.el:
10118         * cedet/semantic/symref/idutils.el:
10119         * cedet/semantic/symref/list.el:
10120         * cedet/semantic/wisent/java-tags.el:
10121         * cedet/semantic/wisent/javascript.el:
10122         * cedet/srecode/compile.el:
10123         * cedet/srecode/cpp.el:
10124         * cedet/srecode/document.el:
10125         * cedet/srecode/el.el:
10126         * cedet/srecode/expandproto.el:
10127         * cedet/srecode/getset.el:
10128         * cedet/srecode/insert.el:
10129         * cedet/srecode/java.el:
10130         * cedet/srecode/map.el:
10131         * cedet/srecode/mode.el:
10132         * cedet/srecode/template.el:
10133         * cedet/srecode/texi.el: Remove the file-local setting of
10134         generated-autoload-feature.
10136         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
10137         and only put a prop if it is non-nil.
10139 2009-11-03  Juri Linkov  <juri@jurta.org>
10141         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
10142         (menu-bar-options-menu): Fix list quoting (Bug#4429).
10144         * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
10145         and "Menu" to make top-level menu item visually one unit (like
10146         it's done for "Lisp-Interaction", "Emacs-Lisp" and other
10147         multi-word menu items).  Fix :help string for quit-window.
10149 2009-11-03  Glenn Morris  <rgm@gnu.org>
10151         * cedet/mode-local.el (with-mode-local): Doc fix.
10153         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
10154         (byte-compile-file-form-define-abbrev-table)
10155         (byte-compile-file-form-custom-declare-variable)
10156         (byte-compile-variable-ref, byte-compile-defvar):
10157         Whether or not a warning is enabled should only affect whether we issue
10158         the warning, not whether or not we collect the relevant data.
10159         Eg warnings can be turned on and off throughout the course of a file.
10161         * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
10162         (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
10164 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10166         * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
10167         * play/mpuz.el (mpuz-create-buffer):
10168         * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
10169         (lm-print-y,s,noise, lm-print-w0, lm-init):
10170         * play/gomoku.el (gomoku-prompt-for-move):
10171         * play/fortune.el (fortune-in-buffer):
10172         * play/dissociate.el (dissociated-press):
10173         * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
10174         (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
10175         * mail/supercite.el (sc-eref-show):
10176         * mail/smtpmail.el (smtpmail-send-it):
10177         * mail/rmailsum.el (rmail-summary-next-labeled-message)
10178         (rmail-summary-previous-labeled-message, rmail-summary-wipe)
10179         (rmail-summary-undelete-many, rmail-summary-rmail-update)
10180         (rmail-summary-goto-msg, rmail-summary-expunge)
10181         (rmail-summary-get-new-mail, rmail-summary-search-backward)
10182         (rmail-summary-add-label, rmail-summary-output-menu)
10183         (rmail-summary-output-body):
10184         * mail/rfc822.el (rfc822-addresses):
10185         * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
10186         * mail/mailpost.el (post-mail-send-it):
10187         * mail/hashcash.el (hashcash-generate-payment):
10188         * mail/feedmail.el (feedmail-run-the-queue)
10189         (feedmail-queue-send-edit-prompt-help-first)
10190         (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
10191         (feedmail-deduce-address-list):
10192         * eshell/esh-ext.el (eshell-remote-command):
10193         * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
10194         * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
10195         (viper-wildcard-to-regexp, viper-glob-mswindows-files)
10196         (viper-save-string-in-file, viper-valid-marker):
10197         * emulation/viper-keym.el (viper-toggle-key):
10198         * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
10199         (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
10200         (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
10201         * emulation/viper-cmd.el (viper-exec-form-in-vi)
10202         (viper-exec-form-in-emacs, viper-brac-function):
10203         * emulation/viper.el (viper-delocalize-var):
10204         * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
10205         (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
10206         (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
10207         (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
10208         * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
10209         * emulation/edt.el (edt-electric-helpify):
10210         * emulation/cua-rect.el (cua--rectangle-aux-replace):
10211         * emulation/cua-gmrk.el (cua--insert-at-global-mark)
10212         (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
10213         (cua-indent-to-global-mark-column):
10214         * calendar/diary-lib.el (calendar-mark-1):
10215         * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
10216         Use with-current-buffer.
10217         * emulation/viper.el (viper-delocalize-var): Use dolist.
10219 2009-11-03  Chong Yidong  <cyd@stupidchicken.com>
10221         * comint.el (comint-replace-by-expanded-history-before-point):
10222         Replace !! with the previous input string literally (Bug#1795).
10224 2009-11-02  Jay Belanger  <jay.p.belanger@gmail.com>
10226         * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
10227         to be made up of whitespace.
10229 2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
10231         * minibuffer.el (read-file-name): Don't use file dialogs for
10232         remote directories (Bug#99).
10234 2009-11-01  Chong Yidong  <cyd@stupidchicken.com>
10236         * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
10238 2009-11-01  Andreas Schwab  <schwab@linux-m68k.org>
10240         * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
10241         instead of deleting the window or frame.
10243 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
10245         * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
10246         Support face colors.
10248         * textmodes/tex-mode.el (tex-facemenu-add-face-function):
10249         New function.  Support face colors (Bug#1168).
10250         (tex-common-initialization): Use it.
10252         * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
10253         mode allows it (Bug#1168).
10255 2009-10-31  Juri Linkov  <juri@jurta.org>
10257         * facemenu.el (list-colors-display): Don't mark buffer as
10258         modified (Bug#3948).
10260 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
10262         * international/mule-diag.el (list-character-sets-1): Minor
10263         message fix (Bug#3526).
10265         * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
10266         face property (Bug#4834).
10267         (etags-list-tags, etags-tags-apropos-additional)
10268         (etags-tags-apropos, tags-select-tags-table): Add follow-link
10269         property.
10271         * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
10272         items.
10274         * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
10275         items.
10277         * cedet/ede.el (ede-minor-mode):
10278         * cedet/semantic.el (semantic-mode): Toggle menu separators.
10280 2009-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
10282         * textmodes/two-column.el (2C-split):
10283         * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
10284         * textmodes/tex-mode.el (tex-set-buffer-directory):
10285         * textmodes/spell.el (spell-region, spell-string):
10286         * textmodes/reftex.el (reftex-erase-buffer):
10287         (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
10288         * textmodes/reftex-toc.el (reftex-toc-promote-action):
10289         * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
10290         (reftex-select-item):
10291         * textmodes/reftex-ref.el (reftex-label-info-update)
10292         (reftex-offer-label-menu):
10293         * textmodes/reftex-index.el (reftex-index-change-entry)
10294         (reftex-index-phrases-info):
10295         * textmodes/reftex-global.el (reftex-create-tags-file)
10296         (reftex-save-all-document-buffers, reftex-ensure-write-access):
10297         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
10298         (reftex-view-crossref-from-bibtex):
10299         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
10300         (reftex-extract-bib-entries-from-thebibliography)
10301         (reftex-all-used-citation-keys, reftex-create-bibtex-file):
10302         * textmodes/refbib.el (r2b-capitalize-title):
10303         (r2b-convert-buffer, r2b-help):
10304         * textmodes/page-ext.el (pages-directory)
10305         (pages-directory-goto-with-mouse):
10306         * textmodes/bibtex.el (bibtex-validate-globally):
10307         * textmodes/bib-mode.el (bib-capitalize-title):
10308         * textmodes/artist.el (artist-clear-buffer, artist-system):
10309         * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
10310         (local-set-scheme-interaction-buffer, xscheme-process-filter)
10311         (verify-xscheme-buffer, xscheme-enter-interaction-mode)
10312         (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
10313         (xscheme-send-control-g-interrupt, xscheme-start-process)
10314         (xscheme-process-sentinel, xscheme-cd):
10315         * progmodes/verilog-mode.el (verilog-read-always-signals)
10316         (verilog-set-define, verilog-getopt-file)
10317         (verilog-module-inside-filename-p):
10318         * progmodes/sh-script.el:
10319         * progmodes/python.el (python-pdbtrack-get-source-buffer)
10320         (python-pdbtrack-grub-for-buffer, python-execute-file):
10321         * progmodes/octave-inf.el (inferior-octave):
10322         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
10323         (idlwave-shell-compile-helper-routines, idlwave-set-local)
10324         (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
10325         (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
10326         (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
10327         * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
10328         (idlwave-shell-filter, idlwave-shell-examine-highlight)
10329         (idlwave-shell-sentinel, idlwave-shell-filter-directory)
10330         (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
10331         (idlwave-shell-examine-display, idlwave-shell-run-region)
10332         (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
10333         (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
10334         * progmodes/idlw-help.el (idlwave-help-get-special-help)
10335         (idlwave-help-get-help-buffer):
10336         * progmodes/gud.el (gud-basic-call, gud-find-class)
10337         (gud-tooltip-activate-mouse-motions-if-enabled):
10338         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
10339         * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
10340         (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
10341         (ebrowse-tags-next-file):
10342         * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
10343         (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
10344         (ebnf-eps-finish-and-write):
10345         * progmodes/cpp.el (cpp-edit-save):
10346         * progmodes/cperl-mode.el (cperl-pod-to-manpage):
10347         * progmodes/cc-defs.el (c-emacs-features):
10348         * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
10349         (antlr-directory-dependencies):
10350         * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
10351         (ada-run-application, ada-find-in-src-path, ada-goto-parent)
10352         (ada-find-any-references, ada-make-filename-from-adaname)
10353         (ada-make-body-gnatstub):
10354         * obsolete/rnews.el (news-list-news-groups):
10355         * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
10356         * obsolete/iso-acc.el (iso-acc-minibuf-setup):
10357         * net/rcirc.el (rcirc-debug):
10358         * net/newst-treeview.el (newsticker--treeview-list-add-item)
10359         (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
10360         (newsticker--treeview-list-update-faces, newsticker-treeview-save)
10361         (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
10362         (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
10363         (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
10364         (newsticker--treeview-list-clear-highlight)
10365         (newsticker--treeview-list-update-highlight)
10366         (newsticker--treeview-list-highlight-start)
10367         (newsticker--treeview-tree-update-highlight)
10368         (newsticker--treeview-get-selected-item)
10369         (newsticker-treeview-mark-list-items-old)
10370         (newsticker--treeview-set-current-node):
10371         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
10372         * net/newst-backend.el (newsticker--get-news-by-funcall)
10373         (newsticker--get-news-by-wget, newsticker--image-get)
10374         (newsticker--image-sentinel):
10375         * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
10376         * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
10377         (eudc-ph-close-session):
10378         * net/eudc.el (eudc-save-options):
10379         * language/thai-word.el (thai-update-word-table):
10380         * language/japan-util.el (japanese-string-conversion):
10381         * international/titdic-cnv.el (tsang-quick-converter)
10382         (ziranma-converter, ctlau-converter):
10383         * international/mule-cmds.el (describe-language-environment):
10384         * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
10385         (skkdic-convert-postfix, skkdic-convert-prefix):
10386         (skkdic-convert-okuri-nasi, skkdic-convert):
10387         * emacs-lisp/re-builder.el (reb-update-overlays):
10388         * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
10389         * emacs-lisp/gulp.el (gulp-send-requests):
10390         * emacs-lisp/find-gc.el (trace-call-tree):
10391         * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
10392         (eieio-describe-generic):
10393         * emacs-lisp/eieio-base.el (eieio-persistent-read):
10394         * emacs-lisp/edebug.el (edebug-outside-excursion):
10395         * emacs-lisp/debug.el (debugger-make-xrefs):
10396         * emacs-lisp/cust-print.el (custom-prin1-to-string):
10397         * emacs-lisp/chart.el (chart-new-buffer):
10398         * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
10399         Use with-current-buffer.
10400         * textmodes/artist.el (artist-system): Don't call
10401         copy-sequence on a fresh string.
10402         * progmodes/idlw-shell.el (easymenu setup): Use dolist.
10404 2009-10-31  Stephen Berman  <stephen.berman@gmx.net>
10406         * calendar/todo-mode.el (todo-edit-item): Signal an error if there
10407         is no item to edit.  (Bug#4820)
10408         (todo-top-priorities): Restore point and restore narrowing in Todo
10409         buffer.  (Bug#4820)
10411 2009-10-31  Glenn Morris  <rgm@gnu.org>
10413         * net/ange-ftp.el (top-level): Don't require dired when compiling.
10414         (comint-last-output-start, comint-last-input-start)
10415         (comint-last-input-end): Don't defvar when compiling.
10416         (ange-ftp-process-file): Use bound-and-true-p.
10418         * pcmpl-rpm.el (top-level): Move provide statement to end.
10419         (pcmpl-rpm): Remove unused custom group.
10421         * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
10423         * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
10425         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
10426         (byte-compile-warnings): Add `constants' as an option.
10427         (byte-compile-callargs-warn, byte-compile-arglist-warn)
10428         (display-call-tree): Update for byte-compile-fdefinition possibly
10429         returning `(macro lambda ...)'.  (Bug#4778)
10430         (byte-compile-variable-ref, byte-compile-setq-default):
10431         Respect `constants' member of byte-compile-warnings.
10433         * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
10434         Use mapc rather than mapcar because the return value is never used.
10436         * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
10437         * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
10438         * cedet/semantic/html.el:
10439         Suppress harmless warnings about setting up semantic-imenu (not
10440         part of Emacs) variables.
10442 2009-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10444         * vc-bzr.el (vc-bzr-revision-keywords): New var.
10445         (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
10446         to "submit:".
10448         * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
10449         * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
10450         * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
10451         * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
10452         * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
10453         * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
10454         (semantic-analyzer-debug-global-symbol)
10455         (semantic-analyzer-debug-missing-innertype)
10456         (semantic-analyzer-debug-insert-include-summary):
10457         * cedet/semantic/util.el (semantic-file-tag-table):
10458         (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
10459         (semantic-recursive-find-nonterminal-by-name):
10460         * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
10461         * cedet/semantic/tag-file.el (semantic-prototype-file):
10462         * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
10463         * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
10464         * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
10465         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
10466         (semantic-idle-summary-maybe-highlight):
10467         * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
10468         (semantic-ia-sb-tag-info):
10469         * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
10470         * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
10471         * cedet/semantic/ede-grammar.el (project-compile-target):
10472         (ede-proj-makefile-insert-variables):
10473         * cedet/semantic/debug.el (semantic-debug-set-parser-location):
10474         (semantic-debug-set-source-location, semantic-debug-interface-layout)
10475         (semantic-debug-mode, semantic-debug):
10476         * cedet/semantic/db.el (semanticdb-needs-refresh-p):
10477         * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
10478         * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
10479         * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
10480         (semanticdb-find-translate-path-includes--internal)
10481         (semanticdb-reset-log, semanticdb-find-log-activity):
10482         * cedet/semantic/db-file.el (object-write):
10483         * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
10484         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
10485         (semanticdb-create-ebrowse-database):
10486         * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
10487         * cedet/semantic/complete.el (semantic-displayor-focus-request)
10488         (semantic-collector-calculate-completions-raw)
10489         (semantic-complete-read-tag-analyzer):
10490         * cedet/semantic/analyze.el (semantic-analyze-pulse):
10491         * cedet/ede/util.el (ede-update-version-in-source):
10492         * cedet/ede/proj.el (project-delete-target):
10493         * cedet/ede/proj-elisp.el (ede-update-version-in-source)
10494         (ede-proj-flush-autoconf):
10495         * cedet/ede/pconf.el (ede-proj-configure-synchronize)
10496         (ede-proj-configure-synchronize):
10497         * cedet/ede/locate.el (ede-locate-file-in-project-impl):
10498         * cedet/ede/linux.el (ede-linux-version):
10499         * cedet/ede/emacs.el (ede-emacs-version):
10500         * cedet/ede/dired.el (ede-dired-add-to-target):
10501         * cedet/ede.el (ede-buffer-header-file, ede-find-target)
10502         (ede-buffer-documentation-files, ede-project-buffers, ede-set)
10503         (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
10504         * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
10505         (cedet-idutils-lid-call, cedet-idutils-expand-filename)
10506         (cedet-idutils-version-check):
10507         * cedet/cedet-global.el (cedet-gnu-global-call):
10508         (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
10509         (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
10510         * cedet/cedet-cscope.el (cedet-cscope-call)
10511         (cedet-cscope-expand-filename, cedet-cscope-version-check):
10512         Use with-current-buffer.
10513         * cedet/ede.el (ede-make-project-local-variable)
10514         (ede-set-project-variables, ede-set): Use dolist.
10516 2009-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
10518         * textmodes/ispell.el (ispell-skip-region-alist):
10519         * international/mule-conf.el (eight-bit):
10520         * international/fontset.el (font-encoding-alist):
10521         * startup.el (pure-space-overflow-message):
10522         * simple.el (overwrite-mode-textual, overwrite-mode-binary):
10523         * paths.el (gnus-nntp-service, rmail-spool-directory)
10524         (term-file-prefix):
10525         * files.el (save-some-buffers-action-alist):
10526         * cmuscheme.el (same-window-buffer-names):
10527         * ielm.el (same-window-buffer-names):
10528         * shell.el (same-window-buffer-names):
10529         * mail/sendmail.el (same-window-buffer-names):
10530         * progmodes/inf-lisp.el (same-window-buffer-names):
10531         * bindings.el (mode-line-client)
10532         (mode-line-column-line-number-mode-map):
10533         * language/tibetan.el (tibetan-precomposition-rule-regexp)
10534         (tibetan-precomposed-regexp): Purecopy string arguments.
10536 2009-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10538         * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
10539         (calcDigit-nondigit):
10540         * calc/calc-yank.el (calc-copy-to-buffer):
10541         * calc/calc-units.el (calc-invalidate-units-table):
10542         * calc/calc-trail.el (calc-trail-yank):
10543         * calc/calc-store.el (calc-insert-variables):
10544         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
10545         * calc/calc-prog.el (calc-read-parse-table):
10546         * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
10547         * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
10548         * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
10549         (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
10550         (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
10551         (calc-graph-name, calc-graph-find-command, calc-graph-view)
10552         (calc-graph-view, calc-gnuplot-command, calc-graph-init):
10553         * calc/calc-ext.el (calc-realign):
10554         * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
10555         (calc-embedded-finish-edit, calc-embedded-make-info)
10556         (calc-embedded-finish-command, calc-embedded-stack-change):
10557         * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
10559         * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
10560         (overload-docstring-extension): Use that info.
10561         * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
10562         * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
10563         * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
10564         (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
10565         (semantic-nonterminal-full-name): Add the new `when' info.
10566         * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
10567         `assert'.
10569         * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
10570         shell-dynamic-complete-filename in preference to
10571         comint-dynamic-complete-filename.
10573         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
10574         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
10575         Don't consider whether the display supports colors.
10576         (bookmark-import-new-list): Use dolist.
10577         (bookmark-bmenu-mode-map): Move initialization into declaration.
10578         (bookmark-bmenu-list): Use dolist, simplify.
10579         (bookmark-show-all-annotations): Use save-selected-window and dolist.
10580         (menu-bar-final-items): Use push.
10582 2009-10-28  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
10584         * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
10585         it works on remote files.
10586         (vc-hg-diff): Don't pass any `--cwd' argument.
10588 2009-10-27  Kevin Ryde  <user42@zip.com.au>
10590         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
10591         Use help-xref-info-regexp and help-xref-url-regexp to identify links.
10592         (Further to Bug#3921).
10594 2009-10-27  Michael Albinus  <michael.albinus@gmx.de>
10596         * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
10597         (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
10598         calling `tramp-imap-put-file'.  Add file size to the call.
10599         (tramp-imap-get-file-entries): Compute also user name, file size,
10600         and date.
10601         (tramp-imap-handle-insert-directory): Insert uid and gid.
10602         (tramp-imap-handle-file-attributes): Transform uid and gid
10603         according to `id-format'.
10604         (tramp-imap-put-file): New optional parameter SIZE.  Encode file
10605         size in header X-Size.
10607 2009-10-26  Juanma Barranquero  <lekktu@gmail.com>
10609         * simple.el (transpose-subr): Give clearer error when the mark
10610         is not set.  (Bug#4807)
10612 2009-10-26  Michael Albinus  <michael.albinus@gmx.de>
10614         * net/tramp.el (tramp-perl-file-truename): New defconst.
10615         Perl code contributed by yary <not.com@gmail.com> (tiny change).
10616         (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
10617         Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
10618         (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
10620         * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
10621         Ignore `dired-call-process'.
10622         (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
10624 2009-10-26  Julian Scheid  <julians37@gmail.com>
10626         * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
10627         (tramp-get-remote-readlink): New defun.
10628         (tramp-handle-file-truename): Use it.
10629         (tramp-handle-file-exists-p): Check file-attributes cache, assume
10630         file exists if cache value present.
10631         (tramp-check-cached-permissions): New defun.
10632         (tramp-handle-file-readable-p): Use it.
10633         (tramp-handle-file-writable-p): Likewise.
10634         (tramp-handle-file-executable-p): Likewise.
10635         (tramp-handle-file-name-all-completions): Try using Perl to get
10636         partial completions.  When perl not available, combine `cd' and
10637         `ls' into single remote operation and use shell expansion to get
10638         partial remote directory contents.  Set `file-exists-p' cache for
10639         directory and any files returned by ls.  Change cache handling to
10640         support partial directory contents.  Use error message emitted by
10641         remote `cd' or Perl code for local tramp-error.
10642         (tramp-do-copy-or-rename-file-directly): Avoid separate
10643         tramp-send-command-and-check call.
10644         (tramp-handle-process-file): Merge three remote ops into one.
10645         Do not flush all caches when `process-file-side-effects' is set.
10646         (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
10647         file-attributes shows uid/gid to be set already.
10649 2009-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
10651         * textmodes/tex-mode.el (tex-dvi-view-command)
10652         (tex-show-queue-command, tex-open-quote):
10653         * progmodes/ruby-mode.el (auto-mode-alist)
10654         (interpreter-mode-alist): Purecopy strings.
10656         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
10658         * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
10659         string for the hook, keymap and abbrev table.
10661         * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
10663         * x-dnd.el (x-dnd-xdnd-to-action):
10664         * startup.el (fancy-startup-text, fancy-about-text): Change to
10665         defconst from defvar.
10667         * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
10669         * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
10670         Purecopy initialization strings.
10672         * mail/sendmail.el (mail-header-separator)
10673         (mail-personal-alias-file):
10674         * mail/rmail.el (rmail-default-dont-reply-to-names)
10675         (rmail-ignored-headers, rmail-retry-ignored-headers)
10676         (rmail-highlighted-headers, rmail-secondary-file-directory)
10677         (rmail-secondary-file-regexp):
10678         * files.el (null-device, file-name-invalid-regexp)
10679         (locate-dominating-stop-dir-regexp)
10680         (inhibit-first-line-modes-regexps): Purecopy initialization strings.
10681         (interpreter-mode-alist): Use mapcar instead of mapc.
10683         * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
10685         * bindings.el (mode-line-major-mode-keymap): Purecopy name.
10686         (completion-ignored-extensions):
10687         (debug-ignored-errors): Purecopy strings.
10689 2009-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10691         * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
10692         (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
10693         (pcomplete--here): Use push.
10695         * subr.el (all-completions): Declare the 4th arg obsolete.
10697 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
10699         * pcomplete.el (pcomplete-unquote-argument-function): New var.
10700         (pcomplete-unquote-argument): New function.
10701         (pcomplete--common-suffix): Always pay attention to case.
10702         (pcomplete--table-subvert): Quote and unquote the text.
10703         (pcomplete--common-quoted-suffix): New function.
10704         (pcomplete-std-complete): Use it and pcomplete-begin.
10706         * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
10707         we're inside a dedicated or minibuffer window.
10709 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
10711         * cedet/semantic/fw.el (semantic-alias-obsolete)
10712         (semantic-varalias-obsolete): Make the `when' arg mandatory.
10713         (define-mode-overload-implementation):
10714         * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
10715         * cedet/semantic/wisent.el (wisent-lex-make-token-table):
10716         * cedet/semantic/util.el (semantic-file-token-stream)
10717         (semantic-something-to-stream):
10718         * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
10719         (semantic-expand-nonterminal):
10720         * cedet/semantic/tag-file.el (semantic-find-nonterminal)
10721         (semantic-find-dependency, semantic-find-nonterminal)
10722         (semantic-find-dependency):
10723         * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
10724         (semantic-flex-text, semantic-flex-make-keyword-table)
10725         (semantic-flex-keyword-p, semantic-flex-keyword-put)
10726         (semantic-flex-keyword-get, semantic-flex-map-keywords)
10727         (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
10728         * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
10729         * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
10730         (semantic-after-idle-scheduler-reparse-hooks):
10731         * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
10732         * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
10733         * cedet/semantic.el (semantic-toplevel-bovine-table)
10734         (semantic-toplevel-bovine-cache)
10735         (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
10736         (semantic-init-mode-hooks, semantic-init-db-hooks)
10737         (semantic-bovination-working-type): Provide the `when' arg.
10739 2009-10-24  Karl Fogel  <kfogel@red-bean.com>
10741         * bookmark.el: Update documentation, especially documentation
10742         of `bookmark-alist' and of the bookmark file format.
10743         Patch by Drew Adams, with minor tweaks from me.  (Bug#4195)
10745 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
10747         * mail/emacsbug.el (report-emacs-bug): Clarify that the
10748         keybindings apply to the mail buffer (Bug#4003).  Shrink help
10749         window to buffer.
10751         * whitespace.el (whitespace-mode, whitespace-newline-mode)
10752         (global-whitespace-mode, global-whitespace-newline-mode)
10753         (whitespace-toggle-options, global-whitespace-toggle-options):
10754         Doc fix (Bug#3660).
10756         * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
10757         of xmltok-start before the end tag was inserted (Bug#2840).
10759         * progmodes/sh-script.el (sh-font-lock-paren): Handle case
10760         patterns that are preceded by an open-paren (Bug#1320).
10762 2009-10-24  Sven Joachim  <svenjoac@gmx.de>
10764         * files.el (delete-directory): Delete symlinks to directories with
10765         delete-file (Bug#4739).
10767 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
10769         * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
10770         * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
10771         argument to make-obsolete.
10773         * cedet/semantic/fw.el (semantic-alias-obsolete)
10774         (semantic-varalias-obsolete): Add optional WHEN argument.
10776 2009-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
10778         * vc.el (vc-backend-for-registration): Rename from
10779         vc-get-backend-for-registration.  Update callers.
10781         * international/mule-cmds.el (set-language-info-alist):
10782         Purecopy lang-env.
10783         (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
10784         (charset): Purecopy the name.
10785         (define-char-code-property): Purecopy string arguments.
10787         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
10788         Purecopy string arguments.
10790         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
10791         * ediff-hook.el (menu-bar-ediff-menu):
10792         * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
10793         * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
10795 2009-10-24  Glenn Morris  <rgm@gnu.org>
10797         * comint.el (comint-dynamic-list-completions):
10798         * term.el (term-dynamic-list-completions): Use choose-completion rather
10799         than obsolete alias mouse-choose-completion.
10801         * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
10802         file-cache-choose-completion.
10803         (file-cache-choose-completion): Handle an optional event argument.
10804         (file-cache-mouse-choose-completion): Make it an obsolete alias.
10806         * progmodes/octave-mod.el (octave-complete-symbol):
10807         Use choose-completion if mouse-choose-completion is ever removed.
10809         * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
10810         use.
10812         * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
10813         compiler.
10815         * vc-hooks.el (vc-responsible-backend): Fix declaration.
10817 2009-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10819         * minibuffer.el (completion--embedded-envvar-table): Fix last change.
10820         Ignore `pred' now that we receive one.
10821         Handle test-completion specially.
10823 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
10825         * vc.el (vc-responsible-backend): Throw an error if not backend is
10826         found.  Remove the REGISTER argument.  Move the code dealing with
10827         REGISTER ...
10828         (vc-get-backend-for-registration): ... here.  New function.
10829         (vc-deduce-fileset): Call vc-get-backend-for-registration instead
10830         of vc-responsible-backend, pass the file name instead of the
10831         directory name.
10833 2009-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10835         * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
10836         New funs.
10837         (pcomplete-std-complete): Use them.  Obey pcomplete-termination-string.
10838         (pcomplete-comint-setup): Don't modify a global var via
10839         accidental side-effects.
10840         (pcomplete-shell-setup): Adjust call accordingly.
10841         (pcomplete-parse-comint-arguments): Use push.
10843 2009-10-23  Chong Yidong  <cyd@stupidchicken.com>
10845         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
10846         Allow uncapitalized info node names (Bug#3921).
10848         * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
10849         to the DEBUG file (Bug#3781).
10851 2009-10-23  Jari Aalto  <jari.aalto@cante.net>
10853         * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
10854         dictionary entry (Bug#4579).
10856 2009-10-23  Michael Albinus  <michael.albinus@gmx.de>
10858         * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
10859         from `rfn-eshadow-update-overlay-hook' when unloading.
10860         (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
10861         "rsyncc".  Adjust doc string.
10862         (tramp-temp-buffer-file-name): New buffer-local defvar.
10863         (tramp-handle-insert-file-contents, tramp-handle-write-region):
10864         Keep temporary file when indicated by method ("rsync" and
10865         "rsyncc").
10866         (tramp-handle-write-region): Handle APPEND.
10867         (tramp-delete-temp-file-function): New defun.  Added to
10868         `kill-buffer-hook'.
10870 2009-10-23  Juanma Barranquero  <lekktu@gmail.com>
10872         * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
10874 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
10876         * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
10877         (color-name-rgb-alist, tty-standard-colors)
10878         (tty-color-mode-alist): Change to defconst.
10880         * simple.el (mark-inactive): Purecopy message.
10882         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
10883         (global-map, yank-menu):
10884         * textmodes/ispell.el (ispell-menu-map):
10885         * net/eudc.el (eudc-tools-menu):
10886         * international/mule-cmds.el (describe-language-environment-map)
10887         (setup-language-environment-map, set-coding-system-map)
10888         (mule-menu-keymap):
10889         * vc-hooks.el (vc-menu-entry, vc-menu-map):
10890         * replace.el (occur-mode-map):
10891         * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
10893 2009-10-23  Jay Belanger  <jay.p.belanger@gmail.com>
10895         * calc/calc.el (math-read-number, math-read-number-simple): Use
10896         `save-match-data'.
10898 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10900         * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
10901         rather than fiddling with global-map bindings, since it should only
10902         affect per-terminal settings.
10903         See http://bugs.gentoo.org/show_bug.cgi?id=289709.
10905         * minibuffer.el (completion-table-with-terminator): Allow to specify
10906         the terminator-regexp.
10908         * simple.el (switch-to-completions): Look for *Completions* in other
10909         frames as well.
10911         * pcomplete.el: Allow the use of completion-tables.
10912         (pcomplete-std-complete): New command.
10913         (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
10914         (pcomplete--here): Use a function for `form' rather than an expression,
10915         so it can be byte-compiled.
10916         (pcomplete-here, pcomplete-here*): Adjust accordingly.
10917         Add edebug declaration.
10918         (pcomplete-show-completions): Remove unused var `curbuf'.
10919         (pcomplete-do-complete, pcomplete-stub):
10920         Don't assume `completions' is a list of strings any more.
10922 2009-10-22  Juanma Barranquero  <lekktu@gmail.com>
10924         * find-dired.el (find-name-arg): Fix typo in docstring.
10926 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10928         * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
10929         (pcmpl-linux-fs-types): Same, and update to new modules layout.
10931         * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
10932         pcomplete-entries.
10934         * comint.el (comint-read-input-ring, comint-write-input-ring)
10935         (comint-substitute-in-file-name)
10936         (comint-dynamic-complete-as-filename)
10937         (comint-dynamic-simple-complete)
10938         (comint-dynamic-list-filename-completions)
10939         (comint-dynamic-list-completions)
10940         (comint-redirect-results-list-from-process): Minor simplifications.
10942 2009-10-21  Kevin Ryde  <user42@zip.com.au>
10944         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
10945         When inserting ";;; Code" put it before any ";;;###autoload" cookie on
10946         the first form.  And insert a blank line after ";;; Code" since
10947         that's usual style.  (Bug#4612)
10949         * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
10951 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10953         * minibuffer.el (completion-table-with-terminator): Properly implement
10954         boundaries, in case `terminator' appears in the suffix.
10955         (completion--embedded-envvar-table): Don't return boundaries if
10956         there's no valid completion.  Simplify.
10957         (completion-file-name-table): New completion table extracted from
10958         completion--file-name-table.
10959         (completion--file-name-table): Use it.
10960         (read-file-name-predicate): Declare obsolete.
10961         (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
10962         * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
10963         completion-file-name-table, and use the `pred' argument.
10964         * files.el (locate-file-completion-table): Use the `pred' arg rather
10965         than read-file-name-predicate.
10966         (abbreviate-file-name): Use \` rather than ^ for BOS.
10968 2009-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
10970         * vc.el (vc-deduce-fileset): Undo previous change, do not tell
10971         vc-responsible-backend to register, it causes problems.
10973 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10975         * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
10977 2009-10-21  Eric Ludlam  <zappo@gnu.org>
10979         * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
10980         (semantic-c-debug-mode-init-pch): New functions.
10981         (semantic-c-debug-mode-init-last-mode): New var.
10982         (semantic-c-parse-lexical-token): Use them.
10984         * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
10985         When extracting the argument list, limit only by point-max.
10987 2009-10-21  Michael Albinus  <michael.albinus@gmx.de>
10989         * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
10990         (tramp-smb-handle-file-attributes): Use it.
10991         (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
10992         (tramp-smb-handle-insert-directory): Use `mapc' rather than
10993         `mapcar'.  Use `tramp-smb-get-stat-capability'.
10994         Add `dired-filename' text properties.
10995         (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
10996         (tramp-smb-maybe-open-connection): Simplify check for smbclient
10997         version.
10999 2009-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11001         * subr.el (read-key-delay): Reduce to 0.01.
11002         (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
11003         (bug#4751).
11005 2009-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11007         * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
11009         * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
11010         (Info-menu): Remove unused vars `last' and `completions'.
11011         (Info-index-nodes): Remove unused var `node'.
11013         * info.el (Info-complete-menu-item): Use complete-with-action.
11015 2009-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
11017         Make vc-annotate work through copies and renames.
11018         * vc-annotate.el (vc-annotate-extract-revision-at-line):
11019         Return the file name too.
11020         (vc-annotate-revision-at-line)
11021         (vc-annotate-find-revision-at-line)
11022         (vc-annotate-revision-previous-to-line)
11023         (vc-annotate-show-log-revision-at-line): Update to get the file
11024         name from vc-annotate-extract-revision-at-line.
11025         (vc-annotate-show-diff-revision-at-line-internal): Change the
11026         argument to mean whether to show a file diff or not.  Get the file
11027         name from vc-annotate-extract-revision-at-line.
11028         (vc-annotate-show-diff-revision-at-line):
11029         Update vc-annotate-show-diff-revision-at-line call.
11030         (vc-annotate-warp-revision): Add an optional file argument.
11032         * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
11033         (vc-git-annotate-extract-revision-at-line): Also return the file
11034         name if found.
11036         * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
11037         command.  Remove unused code.
11038         (vc-hg-annotate-re): Update to match --follow output.
11039         (vc-hg-annotate-extract-revision-at-line): Also return the file
11040         name if found.
11042         * vc.el: Update annotate-extract-revision-at-line documentation.
11044 2009-10-18  Kevin Ryde  <user42@zip.com.au>
11046         * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
11047         re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
11049         * net/browse-url.el (browse-url): Identify alist with "consp and
11050         not functionp" and let all other things go down the `apply' leg,
11051         as suggested by Stefan.  (Further to bug#4531.)
11053 2009-10-18  Chong Yidong  <cyd@stupidchicken.com>
11055         * minibuffer.el (read-file-name): Check for repeat before putting
11056         a default argument in file-name-history (Bug#4657).
11058         * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
11059         read syntax (Bug#4737).
11061         * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
11063 2009-10-18  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
11065         * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
11066         (html-tag-alist, html-tag-help): Add descriptions for undocumented
11067         entries and make note of obsolete tags.
11069 2009-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11071         * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
11073 2009-10-18  Glenn Morris  <rgm@gnu.org>
11075         * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
11076         grep, so that binary files (eg international/uni-bidi.el) can match.
11077         Remove test for "UnicodeData" files, since it is hopefully unnecessary
11078         now, and in any case the file header format has changed.
11080 2009-10-17  Glenn Morris  <rgm@gnu.org>
11082         * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
11083         (flyspell-get-word, flyspell-large-region)
11084         (flyspell-auto-correct-previous-word): Doc/error message fixes.
11086 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
11088         * Makefile.in (ELCFILES): Add ede/shell.
11090 2009-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
11092         * term/common-win.el (x-colors): Purecopy it.
11094 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11096         * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
11097         permissive for when the buffer is empty.
11098         (tar-header-block-tokenize): Decode the username and groupname.
11099         (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
11101 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
11103         * cedet/srecode/srt.el:
11104         * cedet/srecode/compile.el:
11105         * cedet/semantic/mru-bookmark.el:
11106         * cedet/semantic/debug.el:
11107         * cedet/semantic/complete.el:
11108         * cedet/semantic/analyze.el: Require CL when compiling.
11110 2009-10-17  Eric Ludlam  <zappo@gnu.org>
11112         * cedet/semantic/scope.el
11113         (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
11114         tmpscope so that the regular scope will continue to work.
11116         * cedet/semantic/idle.el (semantic-idle-tag-highlight):
11117         Use semantic-idle-summary-highlight-face as the highlighting.
11119         * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
11120         contains multibyte characters, choose first applicable coding
11121         system automatically.
11123         * cedet/ede/project-am.el (project-run-target): New method.
11124         (project-run-target): New method.
11126         * cedet/ede.el (ede-target): Add run target menu item.
11127         (ede-project, ede-minor-keymap): Add ede-run-target binding.
11128         (ede-run-target): New function.
11129         (ede-target::project-run-target): New method.
11131         * cedet/ede/proj.el (project-run-target): New method.
11133         * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
11134         (ede-g++-libtool-shared-compiler): Remove SHELL.  Remove COMMANDS.
11135         Add :rules.
11136         (ede-proj-target-makefile-shared-object): Only libtool compilers
11137         now available.  Add linkers for libtool.
11138         (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
11139         (ede-proj-makefile-target-name): Always use .la extension.
11141         * cedet/ede/proj-prog.el (project-run-target): New method.
11143         * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
11144         (ede-g++-linker): Change Change link lines.
11146         * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
11147         When searching for old variables, go to the end of the buffer and
11148         search backward from there.
11149         (ede-proj-makefile-automake-insert-subdirs)
11150         (ede-proj-makefile-automake-insert-extradist): New methods.
11151         (ede-proj-makefile-create): Use them.
11153         * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
11154         Force FILE to expand to the current target.  Use file-exists-p to
11155         check that it exists.
11157         * cedet/ede/linux.el (ede-linux-version): Don't call "head".
11158         (ede-linux-load): Wrap dir in file-name-as-directory.
11159         Set :version slot.
11161         * cedet/ede/files.el (ede-get-locator-object): When enabling
11162         locate, do so on "top".
11164         * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
11165         file-name-as-directory during compare.
11166         (ede-emacs-version): Return Emacs/XEmacs differentiator.
11167         Get version number from different places.  Don't call egrep.
11168         (ede-emacs-load): Set :version slot.  Call file-name-as-directory
11169         to set the directory.
11171         * cedet/ede/shell.el: New file.
11173         * cedet/inversion.el (inversion-decoders): Allow for stray . in
11174         alpha/beta variants.
11176 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11178         * international/mule-cmds.el (select-safe-coding-system): If the file
11179         has a coding cookie, use it regardless of any other setting (bug#4712).
11181 2009-10-17  Glenn Morris  <rgm@gnu.org>
11183         * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
11184         All errors should have messages.
11186         * foldout.el (foldout-mouse-swallow-events):
11187         * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
11189         * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
11190         (dired-keep-marker-copy, dired-keep-marker-hardlink)
11191         (dired-keep-marker-symlink, dired-dwim-target)
11192         (dired-copy-preserve-time): Do not autoload these defcustoms.
11194         * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
11195         messages from messing up the file coding.  (Bug#4623)
11197 2009-10-17  Jari Aalto  <jari.aalto@cante.net>
11199         * textmodes/ispell.el (ispell-get-decoded-string): Give an error
11200         if no match is found for the current dictionary.  (Bug#4578)
11202         * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
11203         optional, since that is how it is documented, and this is often called
11204         with a nil argument.  (Bug#4577)
11205         (flyspell-external-point-words, flyspell-auto-correct-word)
11206         (flyspell-correct-word-before-point, flyspell-word-search-forward)
11207         (flyspell-word-search-backward): Remove nil argument in calls to
11208         flyspell-get-word, since it is not needed now.
11210 2009-10-17  Ulrich Mueller  <ulm@gentoo.org>
11212         * play/doctor.el (doctor-adverbp): Exclude some nouns.  (Bug#4565)
11214 2009-10-16  Glenn Morris  <rgm@gnu.org>
11216         * net/rcirc.el (rcirc-authenticate): Simplify previous change.
11218 2009-10-16  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
11220         * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
11221         (ange-ftp-file-size): New function.
11222         (ange-ftp-file-attributes): Use it.
11224 2009-10-16  Michael Albinus  <michael.albinus@gmx.de>
11226         * net/tramp-smb.el (tramp-smb-version): New defvar.
11227         (tramp-smb-maybe-open-connection): Use it, in order to avoid
11228         repeated checks.
11230 2009-10-16  Glenn Morris  <rgm@gnu.org>
11232         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
11233         Maybe copy some custom properties from old to new name.  (Bug#4706)
11235 2009-10-16  Juanma Barranquero  <lekktu@gmail.com>
11237         * subr.el (error, sit-for, start-process-shell-command)
11238         (start-file-process-shell-command): Set the calling convention
11239         after the function definition.
11241 2009-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11243         * subr.el (error, sit-for, start-process-shell-command)
11244         (start-file-process-shell-command): Use the new
11245         set-advertised-calling-convention feature.
11247 2009-10-16  Taichi Kawabata  <kawabata.taichi@gmail.com>
11249         * international/ucs-normalize.el (ucs-normalize-version):
11250         Change to 1.2.
11251         (check-range): Adjust for Unicode 5.2.
11253 2009-10-15  Juri Linkov  <juri@jurta.org>
11255         * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
11256         to the `menu-item' format.
11258 2009-10-15  Michael Albinus  <michael.albinus@gmx.de>
11260         * net/tramp.el (tramp-replace-environment-variables): Do not fail
11261         if the environment variable does not exist.
11263         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
11264         (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
11265         parameter.
11266         (tramp-smb-handle-add-name-to-file)
11267         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
11268         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
11269         (tramp-smb-handle-file-attributes)
11270         (tramp-smb-do-file-attributes-with-stat)
11271         (tramp-smb-handle-file-local-copy)
11272         (tramp-smb-handle-insert-directory)
11273         (tramp-smb-handle-make-directory)
11274         (tramp-smb-handle-make-directory-internal)
11275         (tramp-smb-handle-make-symbolic-link)
11276         (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
11277         (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
11278         (tramp-smb-maybe-open-connection): Apply the changed parameters.
11279         (tramp-smb-read-file-entry): Read Disk names in compressed format.
11280         Handle long file names.
11281         (tramp-smb-get-cifs-capabilities): Check, whether the connection
11282         process is running.
11283         (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
11284         Read share names with "-g" option.
11286 2009-10-15  Ryan Yeske  <rcyeske@gmail.com>
11288         * net/rcirc.el (rcirc-view-log-file): New command.
11289         (rcirc-track-minor-mode-map): Remove C-c ` binding.
11290         (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
11291         specified.
11293 2009-10-15  Glenn Morris  <rgm@gnu.org>
11295         * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
11296         from the second command-line argument.
11297         * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
11298         ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
11299         ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
11300         w32-batch-update-autoloads.
11301         * emacs-lisp/autoload.el (autoload-make-program): New variable.
11302         (batch-update-autoloads): Handle autoload-excludes on windows-nt.
11304         * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
11305         the headers cannot be located.  Simplify, subtracting superflous
11306         save-excursions.
11308 2009-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11310         Replace completion-base-size by completion-base-position to fix bugs
11311         such as (bug#4699).
11312         * simple.el (completion-base-position): New var.
11313         (completion-base-size): Mark as obsolete.
11314         (choose-completion): Make it work for mouse events as well.
11315         Pass the new base-position to choose-completion-string.
11316         (choose-completion-guess-base-position): New function, extracted from
11317         choose-completion-delete-max-match.
11318         (choose-completion-delete-max-match): Use it.  Make obsolete.
11319         (choose-completion-string): Use the new base-position info.
11320         (completion-root-regexp): Delete.
11321         (completion-setup-function): Preserve completion-base-position.
11322         Eliminate obsolete base-size manipulation.
11323         * minibuffer.el (display-completion-list): Don't mess with base-size.
11324         (minibuffer-completion-help): Set completion-base-position instead.
11325         * mouse.el (mouse-choose-completion): Redefine as a mere alias to
11326         choose-completion.
11327         * textmodes/bibtex.el (bibtex-complete):
11328         * emacs-lisp/crm.el (crm--choose-completion-string):
11329         Adjust to new calling convention.
11330         * complete.el (partial-completion-mode): Use minibufferp to avoid
11331         bumping into incompatible change to choose-completion-string-functions.
11332         * ido.el (ido-choose-completion-string): Make its calling convention
11333         more permissive.
11334         * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
11335         base-size manipulation.
11336         (comint-dynamic-list-input-ring): Use dotimes and push.
11337         * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
11338         fundamental-mode.  Use `or'.
11340 2009-10-14  Juri Linkov  <juri@jurta.org>
11342         * misearch.el (multi-isearch-next-buffer-from-list)
11343         (multi-isearch-next-file-buffer-from-list): Doc fix.  (Bug#4723)
11345 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11347         * Makefile.in (compile-onefile): Load `bytecomp' rather than
11348         `bytecomp.el'.
11350         * minibuffer.el (completion-pcm--merge-completions): Make sure the
11351         string we return is all made up of text from the completions rather
11352         than part from the completions and part from the input (bug#4219).
11354         * ido.el (ido-everywhere): Use define-minor-mode.
11356         * buff-menu.el (list-buffers, ctl-x-map):
11357         Mark the entry points with ;;;###autoload cookies.
11359 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
11361         * vc-git.el (vc-git-dir-extra-headers): Set the branch name
11362         correctly in the detached head case.
11363         (vc-git-print-log): Remove unused binding.
11365         * vc.el (vc-responsible-backend): When a directory is passed for
11366         for registration create a VC repository if no backend is
11367         responsible for the directory argument.
11368         (vc-deduce-fileset): Tell vc-responsible-backend to register.
11370         * vc.el: Move comments about RCS and SCCS ...
11371         * vc-rcs.el:
11372         * vc-sccs.el: ... here, respectively.
11374 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11376         * minibuffer.el (completion--file-name-table): Return nil if there's
11377         no file completion, even if substitute-in-file-name changed
11378         the string (bug#4708).
11380 2009-10-13  Juri Linkov  <juri@jurta.org>
11382         * files-x.el (read-file-local-variable-value): Don't filter out
11383         minor modes from mode name completion (bug#4664).
11385 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
11387         * international/mule-cmds.el (ucs-names): Remove exclusion of
11388         "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
11390 2009-10-13  Kenichi Handa  <handa@m17n.org>
11392         * international/uni-name.el: Regenerated.
11394 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
11396         * bs.el (bs-mode): Fix last change.  (`revert-buffer-function'
11397         should be automatically buffer-local, but isn't.)
11399 2009-10-12  Sam Steingold  <sds@gnu.org>
11401         * progmodes/compile.el (compilation-next-error-function): Fix the
11402         timestamps if the buffer has been visited before.
11403         (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
11404         non-anchored patterns, like the perl one (bug#3928).
11406 2009-10-12  Glenn Morris  <rgm@gnu.org>
11408         * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
11409         Let-bind `size'.
11411 2009-10-12  Juanma Barranquero  <lekktu@gmail.com>
11413         * proced.el (proced-unload-function): New function.
11415         * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
11416         (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
11417         Doc fix.
11419         * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
11421 2009-10-11  Juri Linkov  <juri@jurta.org>
11423         * files-x.el (read-file-local-variable-value):
11424         Provide default value only for bound variables (bug#4664).
11426 2009-10-11  Michael Albinus  <michael.albinus@gmx.de>
11428         * net/tramp.el (tramp-local-host-p): Function shall return nil for
11429         connection methods like smb.
11431         * net/tramp-cache.el (tramp-flush-connection-property): The hash
11432         can be empty.
11434         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
11435         (tramp-smb-file-name-handler-alist): Add handlers for
11436         `add-name-to-file', `make-symbolic-link'.
11437         (tramp-smb-handle-add-name-to-file)
11438         (tramp-smb-do-file-attributes-with-stat)
11439         (tramp-smb-handle-make-symbolic-link)
11440         (tramp-smb-get-cifs-capabilities): New defuns.
11441         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
11442         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
11443         (tramp-smb-handle-file-local-copy)
11444         (tramp-smb-handle-make-directory-internal)
11445         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
11446         The file name syntax depends on cifs capabilities.
11447         (tramp-smb-handle-file-attributes):
11448         Call `tramp-smb-do-file-attributes-with-stat' if possible.
11449         (tramp-smb-handle-insert-directory): Use posix attributes if possible.
11450         (tramp-smb-handle-set-file-modes): It is applicable for posix only.
11452 2009-10-11  Chong Yidong  <cyd@stupidchicken.com>
11454         * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
11455         (eieio-defclass): Apply deftype handler and setf-method properties
11456         directly.
11457         (eieio-add-new-slot): Avoid union function from cl library.
11458         (eieio--typep): New function.
11459         (eieio-perform-slot-validation): Use it.
11461 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
11463         * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
11464         Update documentation to refer to the variables documented in r1.135.
11465         (Bug#4188)
11467 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
11469         * bookmark.el (Info-suffix-list): Remove this unused variable.
11470         (bookmark-current-point): Remove this obsolete variable.
11471         (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
11472         Adjust for removal of bookmark-current-point.
11474         (bookmarks-already-loaded, bookmark-current-buffer)
11475         (bookmark-yank-point): Document.  (Bug#4188)
11477 2009-10-10  Glenn Morris  <rgm@gnu.org>
11479         * frame.el (frame-height): Doc fix.
11481         * calendar/calendar.el (calendar-split-width-threshold): New option.
11482         (calendar-basic-setup): Use calendar-split-width-threshold.
11484 2009-10-10  Sascha Wilde  <wilde@sha-bang.de>
11486         * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
11487         Use .la for Automake.
11489 2009-10-09  Chong Yidong  <cyd@stupidchicken.com>
11491         * cedet/ede/pconf.el (ede-proj-configure-synchronize):
11492         Use "autoreconf -i".  Suggested by Andreas Schwab.
11494 2009-10-09  Juanma Barranquero  <lekktu@gmail.com>
11496         * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
11497         Ideographic Supplement" range (U+1F200..U+1F2FF).
11499 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
11501         * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
11502         since the list will have been rebuilt anyway.  (Bug#4349)
11504 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
11506         * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
11507         (bookmark-bmenu-execute-deletions): Don't save here, as
11508         bookmark-delete will now do so if necessary.
11509         Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
11510         (Bug#4348)
11512 2009-10-09  Glenn Morris  <rgm@gnu.org>
11514         * mail/emacsbug.el (report-emacs-bug): Also print `features'.
11516 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
11518         * bookmark.el (bookmark-jump): Add new `display-func' parameter.
11519         (bookmark-jump-other-window): Just invoke bookmark-jump with new
11520         argument now, so the two function's behaviors will match.  (Bug#3645)
11522 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
11524         * cedet/ede/proj.el (project-make-dist, project-compile-project):
11525         Fix filename test.
11526         (ede-proj-dist-makefile): Use expand-file-name instead of concat
11527         to expand file names.
11529 2009-10-08  Michael Albinus  <michael.albinus@gmx.de>
11531         * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
11532         (tramp-file-name-real-host, tramp-file-name-port):
11533         Apply `save-match-data'.
11535         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
11536         case both directories are remote.
11537         (tramp-smb-handle-expand-file-name): Implement "~" expansion.
11538         (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
11540 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
11542         * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
11543         (ede-proj-target-makefile-objectcode): Use it.
11545         * cedet/ede/source.el (ede-want-any-source-files-p)
11546         (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
11547         Return search result.  This error was introduced while merging.
11549 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
11551         * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
11553 2009-10-07  Glenn Morris  <rgm@gnu.org>
11555         * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
11556         of concat.
11558 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11560         * files-x.el (read-file-local-variable): Include some
11561         non-user-variables in the completion table (bug#4664).
11563 2009-10-07  Michael Albinus  <michael.albinus@gmx.de>
11565         * net/tramp-cache.el (tramp-flush-connection-property): Add trace
11566         message.
11568         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
11569         (tramp-smb-file-name-handler-alist): Add handler for
11570         `copy-directory', `expand-file-name', `set-file-modes'.
11571         (tramp-smb-handle-copy-directory)
11572         (tramp-smb-handle-expand-file-name)
11573         (tramp-smb-handle-set-file-modes): New defuns.
11574         (tramp-smb-handle-copy-file): Handle KEEP-DATE.
11575         (tramp-smb-handle-file-attributes): Simplify check for retrieving
11576         entry.
11577         (tramp-smb-handle-insert-directory): Don't flush the cache.
11578         (tramp-smb-maybe-open-connection): Check for samba client and
11579         server versions.
11581 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
11583         * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
11584         to not error out of search for "^lisp=" fails.
11586 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
11588         * makefile.w32-in (WINS_UPDATES): New macro.
11589         (custom-deps, finder-data, autoloads): Use it.
11591 2009-10-07  Glenn Morris  <rgm@gnu.org>
11593         * Makefile.in (autoloads): Revert previous change.
11594         * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
11595         the list of preloaded files passed on the command-line, get
11596         it from src/Makefile.
11598         * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
11599         show the original buffer rather than a random one.
11601 2009-10-07  Markus Rost  <rost@math.uni-bielefeld.de>
11603         * help.el (describe-no-warranty): Place point in a slightly better
11604         position in the GPLv3 text.
11606 2009-10-06  Sam Steingold  <sds@gnu.org>
11608         * net/tramp-compat.el (tramp-compat-process-running-p): Check that
11609         the comm attribute is present before calling regexp-quote.
11611 2009-10-06  Juanma Barranquero  <lekktu@gmail.com>
11613         * play/animate.el (animate-string): For good effect, make sure
11614         `indent-tabs-mode' and `show-trailing-whitespace' are nil.
11616         * play/animate.el (animate-sequence, animate-birthday-present):
11617         * misc.el (butterfly): Don't set `indent-tabs-mode'.
11619 2009-10-06  Glenn Morris  <rgm@gnu.org>
11621         * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
11623         * emacs-lisp/autoload.el (autoload-excludes): New variable.
11624         (autoload-generate-file-autoloads): Skip files in autoload-excludes.
11625         (batch-update-autoloads): Process a string value of autoload-excludes,
11626         set during the build process.
11627         * Makefile.in (autoloads): Skip preloaded files.  (Bug#4446)
11629         * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
11630         inside with-parsed...  macro so that `v' is defined.
11632         * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
11633         * progmodes/fortran.el (fortran-end-of-block)
11634         (fortran-beginning-of-block):
11635         Also push mark in the macro case.
11637         * emerge.el (emerge-show-file-name):
11638         * calc/calc.el (calc-quit):
11639         * calc/calc-misc.el (calc-big-or-small):
11640         * calc/calc-graph.el (calc-graph-view):
11641         * calc/calc-ext.el (calc-reset):
11642         * calendar/calendar.el (calendar-basic-setup):
11643         Use window-full-height-p.
11645         * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
11646         header we don't understand, don't insert another.  (Bug#4624)
11647         If changing mime charset, insert the new one in the right place.
11649 2009-10-06  Matthew Junker  <matthew.junker@sbcglobal.net>  (tiny change)
11651         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
11652         (cal-tex-cursor-month): Correctly increment the end date for diary and
11653         holiday listing.  (Bug#4626)
11655 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11657         * help-fns.el (describe-function-1): Don't burp if the function is not
11658         a symbol.
11660 2009-10-05  Juanma Barranquero  <lekktu@gmail.com>
11662         * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
11663         (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
11664         (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
11665         (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
11667         * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
11668         (eieio-default-superclass): Reflow docstrings.
11669         (this, class-option-assoc, defclass, eieio-class-un-autoload)
11670         (eieio-unbind-method-implementations, defmethod)
11671         (eieio-validate-slot-value, eieio-validate-class-slot-value)
11672         (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
11673         (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
11674         (eieio-slot-originating-class-p, eieio-slot-name-index)
11675         (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
11676         (constructor, initialize-instance, no-next-method, object-print)
11677         (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
11678         Fix typos in docstrings.
11679         (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
11680         (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
11681         (next-method-p): Doc fixes.
11682         (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
11683         Fix typos in error messages.
11684         (eieio-defmethod): Fix typo in description of generic method.
11686         * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
11687         (eieio-persistent-save-interactive, slot-missing):
11688         Fix typos in docstrings.
11689         (eieio-instance-inheritor-slot-boundp): Doc fix.
11691         * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
11692         (byte-compile-defmethod-param-convert): Fix typos in docstrings.
11694         * emacs-lisp/eieio-custom.el (eieio-done-customizing)
11695         (eieio-custom-object-apply-reset):
11696         Fix typos in docstrings and error messages.
11698         * emacs-lisp/eieio-datadebug.el (data-debug-show):
11699         Fix typo in docstring.
11701         * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
11702         (eieio-browse-tree): Doc fix.
11703         (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
11704         (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
11705         Fix typos in docstrings.
11707         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
11708         (eieio-speedbar-key-map, eieio-speedbar-create-engine)
11709         (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
11710         (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
11711         Reflow docstrings.
11713 2009-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
11715         * vc-hg.el (log-view-vc-backend): Declare for compiler.
11716         (vc-hg-outgoing-mode, vc-hg-incoming-mode):
11717         Set log-view-vc-backend so that diff can work.
11719         * log-view.el (log-view-diff): Use vc-diff-internal instead of
11720         vc-version-diff.
11721         (vc-diff-internal): Autoload this instead of vc-version-diff.
11723 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
11725         * simple.el (eval-expression): Doc fix.
11727         * progmodes/cwarn.el (cwarn-mode): Doc fix.
11729 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
11731         * files.el (directory-files-no-dot-files-regexp): New defconst.
11732         (delete-directory): Use it.
11733         (copy-directory): Use it.  Remove parameter PRESERVE-UID-GID.
11735         * net/tramp.el (tramp-verbose): Fix docstring.
11736         (tramp-methods): Add recursive option to `tramp-copy-args'.
11737         Add `tramp-copy-recursive'.  Valid for "rcp", "scp", "scp1", "scp2",
11738         "scp1_old", "scp2_old", "rsync", "rsyncc".
11739         (tramp-default-method): Check also for `auth-source-user-or-password'.
11740         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
11741         Add handler for `copy-directory'.
11742         (tramp-handle-copy-directory): New defun.
11743         (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
11744         (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
11745         Optimize sent command.
11747 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11749         * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
11750         window if necessary.
11752         * calendar/calendar.el (calendar-basic-setup): Don't call
11753         switch-to-buffer in a dedicated window.
11755 2009-10-05  Karl Fogel  <kfogel@red-bean.com>
11757         * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
11758         don't do anything related to relocating, just return nil.
11759         (bookmark-error-no-filename): New error.
11760         (bookmark-default-handler): Signal `bookmark-error-no-filename' if
11761         bookmark has no file.  Don't even attempt to handle things that
11762         are not files; the whole point of custom handlers is to keep that
11763         knowledge elsewhere anyway.  Tighten some comments.
11764         (bookmark-file-or-variation-thereof): Remove now-unused function.
11765         (bookmark-location): Doc string fix.
11766         (Bug#4250)
11768 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
11770         * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
11771         don't use a file dialog, because they usually don't know how to read
11772         a directory target from the user.  (Bug#4230)
11773         Also, make sure the prompt can display directories as well as files.
11775 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
11777         * bookmark.el (bookmark-set, bookmark-buffer-name):
11778         Improve doc strings.  (Bug#1193)
11780 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
11782         * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
11783         (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
11784         (bookmark-get-annotation, bookmark-set-annotation)
11785         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
11786         (bookmark-set-position, bookmark-get-front-context-string)
11787         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
11788         (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
11789         (bookmark-jump-other-window, bookmark-handle-bookmark)
11790         (bookmark-relocate, bookmark-insert-location, bookmark-rename)
11791         (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
11792         (bookmark-edit-annotation-mode, bookmark-edit-annotation):
11793         Improve doc strings to say whether bookmark can be a string or
11794         a record or both, and make other consistency and clarity fixes.
11795         (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
11796         (bookmark-default-annotation-text, bookmark-yank-word)
11797         (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
11798         (bookmark-import-new-list, bookmark-maybe-rename)
11799         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
11800         (bookmark-bmenu-bookmark): Give these doc strings.
11801         (bookmark-bmenu-check-position): Give this a doc string, but also
11802         add a FIXME comment about how the function may be pointless.
11803         (bookmark-default-handler): Rework doc string and change a
11804         parameter name, to clarify that this takes a bookmark record
11805         not a bookmark name.
11806         (bookmark-set): Change a parameter name to indicate its meaning,
11807         and improve the doc string a bit.
11808         (Bug#4188)
11810 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
11812         * bookmark.el (bookmark-alist): Document the new `handler' element
11813         in the param alist.
11814         (bookmark-make-record-function): Adjust documentation for above.
11815         (Bug#4193)
11817 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
11819         * info.el (Info-bookmark-make-record): Document this function.
11820         (Info-bookmark-jump): Document with a doc string, not just a comment.
11821         (Bug#4203)
11823 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
11825         * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
11826         (semantic-new-buffer-fcn): Call parser setup functions here.
11827         (semantic-mode): Don't call parser setup functions here, it's done
11828         in semantic-new-buffer-fcn now.
11829         (semantic-mode): Parse all existing buffers when enabled.
11831         * cedet/srecode/compile.el (srecode-compile-file):
11832         Call semantic-new-buffer-fcn if the buffer has not been parsed.
11834 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
11836         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
11838         * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
11839         (proj-comp-insert-variable-once): New macro, renamed from
11840         ede-pmake-insert-variable-once in ede/pmake.edl.
11841         (ede-proj-makefile-insert-variables): Use it.
11843 2009-10-04  Michael Albinus  <michael.albinus@gmx.de>
11845         * files.el (copy-directory): New defun.
11847         * dired-aux.el (dired-copy-file-recursive): Use it.
11849 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
11851         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
11852         (makefile-end-of-command):
11853         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
11854         (semantic-end-of-context): Fix previous change.  Doc fixes.
11856 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
11858         * files-x.el (modify-dir-local-variable)
11859         (copy-dir-locals-to-file-locals-prop-line):
11860         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
11861         (makefile-end-of-command):
11862         * cedet/semantic/lex.el (semantic-lex-token):
11863         * cedet/semantic/analyze/fcn.el
11864         (semantic-analyze-dereference-metatype-1):
11865         * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
11866         (semantic-lex-cpp-undef):
11867         * cedet/semantic/wisent/wisent.el (wisent-skip-block):
11868         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
11869         (semantic-end-of-context): Fix typos in docstrings.
11871         * recentf.el (recentf-unload-function): New function.
11873 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
11875         * cedet/ede.el (ede-project-placeholder-cache-file):
11876         * cedet/semantic/db-file.el (semanticdb-default-save-directory):
11877         * cedet/srecode/map.el (srecode-map-save-file):
11878         Use locate-user-emacs-file.  Suggested by Juanma Barranquero.
11880 2009-10-04  Glenn Morris  <rgm@gnu.org>
11882         * window.el (window-full-height-p): Add doc string.
11884 2009-10-04  Martin Rudalics  <rudalics@gmx.at>
11886         * window.el (window-full-height-p): New function.  (Bug#4543)
11888 2009-10-03  Chong Yidong  <cyd@stupidchicken.com>
11890         * cedet/srecode/insert.el: Require srecode/args.
11892         * cedet/srecode/args.el: Require srecode/dictionary instead of
11893         srecode/insert.
11895         * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
11897         * files.el (auto-mode-alist): Add .srt and Project.ede.
11899         * cedet/semantic.el (semantic-mode):
11900         Handle srecode-template-mode-hook as well.
11901         (semantic-mode): Use js-mode-hook for Javascript hook.
11903         * cedet/srecode/template.el: Remove hook variable.
11905         * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
11907         * cedet/ede.el (ede-target-forms-menu): Don't enable if no
11908         projects exist.
11909         (ede-project-placeholder-cache-file): Default to a file in
11910         user-emacs-directory.
11912         * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
11913         templates in data-directory.
11914         (srecode-map-save-file): Default to a file in user-emacs-directory.
11916         * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
11917         directory.
11919 2009-09-30  Eric Ludlam  <zappo@gnu.org>
11921         * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
11922         Doc fix.
11924         * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
11925         Only insert each variable once.
11927         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
11928         (ede-pmake-insert-variable-shared): Use it.
11930         * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
11931         for lexical table iff table is nil.
11933 2009-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
11935         * vc.el: Remove commented out code.
11936         (vc-derived-from-dir-mode): Remove, unused.
11937         (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
11939 2009-10-03  Michael Albinus  <michael.albinus@gmx.de>
11941         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
11942         Disable `file-name-handler-alist' when loading 'ange-ftp.  Otherwise,
11943         there could be recursive loading when `default-directory' is a
11944         remote file name.  (Bug#4614)
11946 2009-10-03  Glenn Morris  <rgm@gnu.org>
11948         * calendar/calendar.el (calendar-basic-setup): Handle the case where
11949         the frame is wide.
11950         (calendar-generate-window): Test for shrinkability rather than width.
11952         * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
11953         declaration, currently false.
11955         * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
11956         reusing existing buffers, in case we happen to visit two files with the
11957         same basename.  (Bug#4593)
11959 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
11961         * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
11962         (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
11963         (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
11964         subdirs of cedet as well.
11965         (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
11967 2009-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11969         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
11970         Obey advertised-signature-table.
11972         * help-fns.el (help-function-arglist): Don't check
11973         advertised-signature-table.
11974         (describe-function-1): Do it here instead so it also applies to subrs.
11976 2009-10-02  Michael Albinus  <michael.albinus@gmx.de>
11978         * simple.el (start-file-process): Say in the doc-string, that file
11979         handlers might not support pty association, if PROGRAM is nil.
11981         * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
11982         HOST and USER are strings.  They are nil, when there are
11983         incomplete entries in ~/.netrc, for example.
11984         (ange-ftp-delete-directory): Implement RECURSIVE case.  Change to
11985         root directory ("device busy" error otherwise).
11987         * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
11988         Flush file properties of created directory.
11990 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
11992         * makefile.w32-in (WINS_BASIC): Remove cedet.
11993         (WINS_CEDET): Add cedet.
11994         (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
11996 2009-10-02  Kevin Ryde  <user42@zip.com.au>
11998         * net/browse-url.el (browse-url): Pass any symbol in
11999         browse-url-browser-function to `apply', since if you've mistakenly put
12000         an unbound symbol then the error is clearer.  (Bug#4531)
12002 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
12004         * allout.el (allout-init, allout-back-to-current-heading)
12005         (allout-beginning-of-current-entry, allout-ascend-to-depth)
12006         (allout-ascend, allout-up-current-level, allout-end-of-level)
12007         (allout-previous-visible-heading, allout-forward-current-level)
12008         (allout-backward-current-level, allout-show-children):
12009         * apropos.el (apropos-describe-plist):
12010         * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
12011         * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
12012         * completion.el (add-completion, add-permanent-completion):
12013         * descr-text.el (describe-text-category, describe-char):
12014         * desktop.el (desktop-lazy-abort):
12015         * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
12016         * dired.el (dired-build-subdir-alist):
12017         * ediff.el (ediff-version):
12018         * elide-head.el (elide-head, elide-head-show):
12019         * emerge.el (emerge-version):
12020         * env.el (getenv):
12021         * face-remap.el (variable-pitch-mode):
12022         * faces.el (describe-face):
12023         * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
12024         (dired-at-point):
12025         * files.el (find-file-existing, auto-save-mode):
12026         * font-lock.el (font-lock-fontify-buffer):
12027         * help-fns.el (describe-function, describe-variable)
12028         (describe-syntax, describe-categories):
12029         * help.el (view-lossage, describe-bindings, describe-key)
12030         (describe-mode):
12031         * hexl.el (hexl-current-address):
12032         * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
12033         * info.el (Info-goto-emacs-key-command-node):
12034         * log-edit.el (log-edit-insert-cvs-template)
12035         (log-edit-insert-cvs-rcstemplate):
12036         * menu-bar.el (menu-bar-mode):
12037         * mouse.el (mouse-appearance-menu):
12038         * newcomment.el (comment-indent-new-line):
12039         * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
12040         (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
12041         (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
12042         (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
12043         * recentf.el (recentf-mode):
12044         * savehist.el (savehist-mode, savehist-save):
12045         * shadowfile.el (shadow-copy-files):
12046         * simple.el (kill-ring-save, next-line, previous-line)
12047         (normal-erase-is-backspace-mode):
12048         * strokes.el (strokes-update-window-configuration)
12049         (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
12050         (strokes-xpm-for-stroke):
12051         * time.el (emacs-uptime, emacs-init-time):
12052         * tutorial.el (tutorial--describe-nonstandard-key)
12053         (tutorial--detailed-help):
12054         * type-break.el (type-break-mode)
12055         (type-break-mode-line-message-mode, type-break-query-mode)
12056         (type-break-guesstimate-keystroke-threshold):
12057         * vc.el (vc-version-diff, vc-diff, vc-root-diff):
12058         * version.el (emacs-version):
12059         * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
12060         * winner.el (winner-mode):
12061         * calendar/timeclock.el (timeclock-in, timeclock-out)
12062         (timeclock-status-string, timeclock-change)
12063         (timeclock-workday-remaining-string)
12064         (timeclock-workday-elapsed-string)
12065         (timeclock-when-to-leave-string):
12066         * calendar/todo-mode.el (todo-add-category):
12067         * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
12068         * emacs-lisp/autoload.el (update-file-autoloads):
12069         * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
12070         (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
12071         (checkdoc-message-text, checkdoc-defun):
12072         * emacs-lisp/debug.el (debugger-list-functions):
12073         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
12074         * emacs-lisp/eieio-opt.el (eieio-describe-class)
12075         (eieio-describe-generic):
12076         * emacs-lisp/lisp-mnt.el (lm-synopsis):
12077         * emacs-lisp/shadow.el (list-load-path-shadows):
12078         * emulation/cua-base.el (cua-mode):
12079         * emulation/edt.el (edt-set-scroll-margins):
12080         * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
12081         (tpu-toggle-regexp, tpu-toggle-search-direction)
12082         (tpu-toggle-rectangle, tpu-toggle-control-keys):
12083         * emulation/tpu-extras.el (tpu-set-scroll-margins):
12084         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
12085         (viper-set-parsing-style-toggling-macro)
12086         (viper-set-emacs-state-searchstyle-macros):
12087         * emulation/viper.el (viper-set-hooks):
12088         * eshell/esh-mode.el (eshell-truncate-buffer):
12089         * international/mule-cmds.el (prefer-coding-system)
12090         (describe-input-method, describe-language-environment):
12091         * international/mule-diag.el (list-character-sets)
12092         (describe-character-set, describe-coding-system)
12093         (describe-fontset, list-fontsets, list-input-methods):
12094         * mail/sendmail.el (mail-signature):
12095         * net/ange-ftp.el (ange-ftp-copy-file):
12096         * net/browse-url.el (browse-url):
12097         * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
12098         * net/quickurl.el (quickurl-add-url):
12099         * net/rcirc.el (names, topic):
12100         * net/xesam.el (xesam-mode):
12101         * play/5x5.el (5x5-new-game):
12102         * play/yow.el (apropos-zippy):
12103         * progmodes/ada-mode.el (ada-mode-version):
12104         * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
12105         (f90-end-of-block)
12106         (f90-beginning-of-block):
12107         * progmodes/fortran.el (fortran-end-of-block)
12108         (fortran-beginning-of-block):
12109         * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
12110         * progmodes/python.el (python-describe-symbol, python-shell):
12111         * term/ns-win.el (ns-print-buffer):
12112         * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
12113         * textmodes/flyspell.el (flyspell-mode-on):
12114         * textmodes/page-ext.el (set-page-delimiter, pages-directory)
12115         (pages-directory-for-addresses):
12116         * textmodes/table.el (table-recognize-cell)
12117         (table-query-dimension, table-generate-source)
12118         (table-insert-sequence, table--warn-incompatibility):
12119         * textmodes/tex-mode.el (tex-validate-buffer):
12120         * textmodes/texinfmt.el (texinfmt-version)
12121         (texinfo-format-buffer):
12122         Use `called-interactively-p' instead of `interactive-p'.
12124 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
12126         * image-mode.el (image-toggle-display):
12127         * emacs-lisp/elp.el (elp-instrument-function):
12128         * emacs-lisp/advice.el (ad-make-advised-definition):
12129         * emacs-lisp/easy-mmode.el (define-minor-mode):
12130         * net/browse-url.el (browse-url-maybe-new-window):
12131         * progmodes/sh-script.el (sh-learn-buffer-indent):
12132         Pass new argument 'any to `called-interactively-p'.
12134 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
12136         * international/uni-bidi.el:
12137         * international/uni-category.el:
12138         * international/uni-combining.el:
12139         * international/uni-comment.el:
12140         * international/uni-decimal.el:
12141         * international/uni-decomposition.el:
12142         * international/uni-digit.el:
12143         * international/uni-lowercase.el:
12144         * international/uni-mirrored.el:
12145         * international/uni-name.el:
12146         * international/uni-numeric.el:
12147         * international/uni-old-name.el:
12148         * international/uni-titlecase.el:
12149         * international/uni-uppercase.el:
12150         Regenerate from Unicode 5.2.0 data.
12152 2009-10-01  Glenn Morris  <rgm@gnu.org>
12154         * Makefile.in (ELCFILES): Regenerate.
12156 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12158         * subr.el (interactive-p): Mark obsolete.
12159         (called-interactively-p): Make the optional-ness of `kind' obsolete.
12160         * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
12161         advertised-signature-table for subroutines as well.
12163         * emacs-lisp/byte-run.el (advertised-signature-table): New var.
12164         (set-advertised-calling-convention): New function.
12165         (make-obsolete, define-obsolete-function-alias)
12166         (make-obsolete-variable, define-obsolete-variable-alias):
12167         Make the optional-ness of `when' obsolete.
12168         (define-obsolete-face-alias): Make `when' non-optional.
12169         * help-fns.el (help-function-arglist):
12170         * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
12171         Use advertised-signature-table.
12173 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
12175         * files.el (delete-directory): New defun.  The original function
12176         in fileio.c has been renamed to `delete-directory-internal'.
12178         * dired.el (dired-delete-file): Call `delete-directory' with
12179         RECURSIVE parameter.
12181         * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
12182         parameter RECURSIVE.  Implementation is missing.
12184         * net/tramp.el (tramp-handle-make-directory): Flush upper
12185         directory's file properties.
12186         (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
12187         (tramp-handle-dired-recursive-delete-directory): Flush directory
12188         properties after the remove command only.
12190         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
12191         Handle optional parameter RECURSIVE.
12193         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
12194         Handle optional parameter RECURSIVE.
12196         * net/tramp-smb.el (tramp-smb-errors): Add error message for
12197         connection timeout.
12198         (tramp-smb-handle-delete-directory): Handle optional parameter
12199         RECURSIVE.
12201 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12203         * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
12204         (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
12205         (byte-compile-defmacro): Use backquotes.
12207         * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
12209         * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
12210         has no associated file.
12211         (vc-resynch-buffer): Use vc-dir-buffers.
12213 2009-10-01  Glenn Morris  <rgm@gnu.org>
12215         * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
12216         (chart-file-count):
12217         * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
12218         * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
12219         * emacs-lisp/eieio-opt.el (eieio-describe-class):
12220         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
12221         * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
12222         (eieio-copy-parents-into-subclass, make-instance, class-children)
12223         (eieio-generic-form):
12224         * cedet/cedet-files.el (cedet-directory-name-to-file-name):
12225         * cedet/cedet-idutils.el (cedet-idutils-search)
12226         (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
12227         (cedet-idutils-version-check):
12228         * cedet/cedet.el (cedet-version):
12229         * cedet/data-debug.el (data-debug-insert-overlay-button)
12230         (data-debug-insert-overlay-list-button)
12231         (data-debug-insert-buffer-button)
12232         (data-debug-insert-buffer-list-button)
12233         (data-debug-insert-process-button, data-debug-insert-ring-button)
12234         (data-debug-insert-widget, data-debug-insert-stuff-list-button)
12235         (data-debug-insert-stuff-vector-button)
12236         (data-debug-insert-symbol-button, data-debug-insert-string)
12237         (data-debug-insert-number, data-debug-insert-lambda-expression)
12238         (data-debug-insert-nil, data-debug-insert-simple-thing)
12239         (data-debug-insert-custom, data-debug-edebug-expr):
12240         * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
12241         (global-ede-mode-map, ede-new, ede-debug-target)
12242         (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
12243         * cedet/semantic.el (semantic-minimum-working-buffer-size)
12244         (semantic-fetch-tags, semantic-submode-list)
12245         (semantic-default-submodes):
12246         * cedet/ede/source.el (ede-source-match):
12247         * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
12248         (project-am-package-info):
12249         * cedet/ede/proj.el (ede-proj-target, project-new-target):
12250         * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
12251         * cedet/ede/proj-comp.el (ede-current-build-list):
12252         * cedet/ede/makefile-edit.el (makefile-move-to-macro):
12253         * cedet/ede/files.el (ede-toplevel-project-or-nil):
12254         * cedet/ede/cpp-root.el (initialize-instance):
12255         * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
12256         (autoconf-parameter-strip, autoconf-insert-new-macro):
12257         * cedet/semantic/wisent.el (wisent-lex-eoi):
12258         * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
12259         (semantic-show-parser-state-mode):
12260         * cedet/semantic/texi.el (semantic-texi-environment-regexp):
12261         * cedet/semantic/tag.el (semantic-tag-new-variable)
12262         (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
12263         (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
12264         (semantic--tag-deep-copy-tag-list)
12265         (semantic-tag-components-with-overlays-default):
12266         * cedet/semantic/symref.el (semantic-symref-find-text):
12267         * cedet/semantic/senator.el (senator-yank-tag)
12268         (senator-transpose-tags-up):
12269         * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
12270         (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
12271         * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
12272         * cedet/semantic/lex.el (semantic-lex-comment-regex)
12273         (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
12274         (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
12275         * cedet/semantic/lex-spp.el
12276         (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
12277         (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
12278         * cedet/semantic/idle.el
12279         (semantic-idle-summary-current-symbol-info-brutish)
12280         (semantic-idle-summary-current-symbol-info-default):
12281         * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
12282         (semantic--grammar-macro-compl-dict):
12283         * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
12284         * cedet/semantic/format.el (semantic-format-tag-custom-list)
12285         (semantic-format-tag-canonical-name-default):
12286         * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
12287         (semantic-find-tags-for-completion)
12288         (semantic-find-tags-by-scope-protection-default)
12289         (semantic-deep-find-tags-for-completion):
12290         * cedet/semantic/edit.el
12291         (semantic-edits-incremental-reparse-failed-hook)
12292         (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
12293         (semantic-edits-splice-remove, semantic-edits-splice-replace):
12294         * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
12295         * cedet/semantic/dep.el (semantic-dependency-include-path):
12296         * cedet/semantic/db.el (semanticdb-default-find-index-class)
12297         (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
12298         (semanticdb-project-roots):
12299         * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
12300         (semanticdb-find-adebug-insert-scanned-tag-cons)
12301         (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
12302         (semanticdb-brute-deep-find-tags-for-completion):
12303         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
12304         * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
12305         (semantic-end-of-context-default)
12306         (semantic-ctxt-current-function-default)
12307         (semantic-ctxt-scoped-types-default):
12308         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
12309         (semantic-complete-inline-tag-engine)
12310         (semantic-complete-inline-custom-type)
12311         (semantic-complete-read-tag-analyzer):
12312         * cedet/semantic/chart.el (semantic-chart-tags-by-class)
12313         (semantic-chart-database-size):
12314         * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
12315         (semantic-analyze-current-context):
12316         * cedet/semantic/symref/list.el (semantic-symref)
12317         (semantic-symref-hide-buffer, semantic-symref-symbol):
12318         * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
12319         * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
12320         * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
12321         * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
12322         (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
12323         (semantic-c-dereference-template):
12324         * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
12325         (semantic--analyze-refs-full-lookup-with-parents)
12326         (semantic--analyze-refs-full-lookup-simple):
12327         * cedet/semantic/analyze/complete.el
12328         (semantic-analyze-possible-completions):
12329         * cedet/srecode/table.el (srecode-mode-table-new):
12330         * cedet/srecode/srt.el (srecode-read-variable-name):
12331         * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
12332         * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
12333         (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
12334         * cedet/srecode/map.el (srecode-current-map):
12335         * cedet/srecode/insert.el (srecode-insert)
12336         (srecode-insert-variable-secondname-handler, srecode-insert-method)
12337         (srecode-template-inserter-point-override)
12338         (srecode-insert-include-lookup):
12339         * cedet/srecode/getset.el (srecode-auto-choose-class):
12340         * cedet/srecode/extract.el (srecode-inserter-extract):
12341         * cedet/srecode/document.el
12342         (srecode-document-autocomment-return-last-alist)
12343         (srecode-document-autocomment-param-type-alist)
12344         (srecode-document-insert-function-comment)
12345         (srecode-document-insert-variable-one-line-comment)
12346         (srecode-document-function-name-comment):
12347         * cedet/srecode/dictionary.el (srecode-create-dictionary)
12348         (srecode-compound-toString):
12349         * cedet/srecode/compile.el (srecode-flush-active-templates):
12350         * cedet/srecode/args.el (srecode-semantic-handle-:blank):
12351         Doc/message fixes.
12353         * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
12354         match-data.  (Bug#4555).
12356         * cedet/semantic/bovine/gcc.el
12357         (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
12358         (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
12360         * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
12361         rather than parsing it as a regexp.  This relaxes the layout
12362         requirements and makes errors easier to detect.
12363         (check-declare-verify): Check file is regular.
12364         (check-declare-directory): Doc fix.
12365         * subr.el (declare-function): Doc fix.
12367         * ibuffer.el (ibuffer-format-qualifier):
12368         * isearch.el (hi-lock-regexp-okay):
12369         * calc/calc.el (math-zerop):
12370         * mail/uce.el (rmail-msgbeg, rmail-msgend):
12371         * term/w32-win.el (setup-default-fontset, set-fontset-font):
12372         Remove unused declarations.
12374 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
12376         * cedet/semantic/wisent/javat-wy.el
12377         (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
12379 2009-09-30  Juanma Barranquero  <lekktu@gmail.com>
12381         * cedet/srecode/expandproto.el: Fix provide statement.
12383 2009-09-30  Eric Ludlam  <zappo@gnu.org>
12385         * emacs-lisp/eieio.el (boolean-p): Delete.
12387 2009-09-30  Sascha Wilde  <wilde@sha-bang.de>
12389         * cedet/ede/srecode.el: Fix provide statement.
12391 2009-09-30  Glenn Morris  <rgm@gnu.org>
12393         * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
12394         * cedet/ede/proj-aux.el (ede-aux-source):
12395         * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
12396         (ede-misc-source):
12397         * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
12398         (semantic-mrub-switch-tags): Fix doc typos.
12400         * cedet/semantic/db-global.el (data-debug-new-buffer)
12401         (data-debug-insert-thing): Remove unneeded declarations (one broken).
12402         (semanticdb-enable-gnu-global-databases): Fix prompt typo.
12404         * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
12406         * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
12407         use of CL function `remove-if-not'.
12409         * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
12411         * emacs-lisp/elint.el (elint-init-form): Report declarations where the
12412         filename is not a string.
12414 2009-09-29  Chong Yidong  <cyd@stupidchicken.com>
12416         * files.el (safe-local-eval-forms): Fix typo.
12418 2009-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12420         * vc-hooks.el (vc-dir-buffers): New var.
12421         (vc-state-refresh): New function.
12422         (vc-state): Use it.
12423         (vc-after-save): Always ask the backend to recompute the new state.
12424         Always call vc-dir if necessary, using vc-dir-buffers.
12425         * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
12426         Use vc-dir-buffers.
12427         (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
12428         (vc-dir-prepare-status-buffer, vc-dir-update)
12429         (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
12430         Don't call expand-file-name on default-directory.
12432 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
12434         * speedbar.el (speedbar-item-delete):
12435         * calc/calc-prog.el (calc-kbd-if):
12436         * language/hanja-util.el (hanja-init-load): Fix typos in messages.
12438         * epa.el (epa-key-list-mode-map):
12439         * hi-lock.el (hi-lock-menu): Fix typos in menus.
12441         * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
12442         (hs-show-hook): Fix typo in docstring.
12444 2009-09-29  Glenn Morris  <rgm@gnu.org>
12446         * cedet/semantic/symref/idutils.el:
12447         * cedet/semantic/symref/list.el: Relicense under GPLv3+.
12449         * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
12451         * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
12452         * cedet/semantic/tag-file.el (semanticdb-table-child-p):
12453         * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
12454         Mark declarations not understood by check-declare.
12456         * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
12457         file-name-nondirectory call preventing location of cedet files.
12458         (check-declare-verify): Use literal search rather than re-search.
12459         Add basic defmethod and defclass, and define-overloadable-function.
12461         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
12462         Use tramp-compat-file-attributes rather than nonexistent
12463         tramp-compat-handle-file-attributes.
12465         * Makefile.in (lisptagsfiles4): New.
12466         (AUTOGENEL): Add cedet loaddefs files.
12467         (TAGS, TAGS-LISP): Use $lisptagsfiles4.
12468         (update-elclist, compile-always, backup-compiled-files)
12469         (bootstrap-clean): Add yet another directory level.
12470         (update-elclist): Use LC_COLLATE rather than COLLATE.
12471         (ELCFILES): Update, via `make update-elclist'.
12473 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
12475         * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
12476         (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
12477         (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
12479 2009-09-28  Andreas Schwab  <schwab@linux-m68k.org>
12481         * Makefile.in (lisptagsfiles3): Define.
12482         (TAGS, TAGS-LISP): Use it.
12483         (update-elclist): Add third directory level to look for elc files.
12484         (compile-always): Likewise.
12485         (backup-compiled-files): Likewise.
12486         (bootstrap-clean): Likewise.
12487         (ELCFILES): Update.
12489 2009-09-28  Chong Yidong  <cyd@stupidchicken.com>
12491         * Makefile.in (ELCFILES): Add CEDET files.
12493 2009-09-28  Eric Ludlam  <zappo@gnu.org>
12495         CEDET (development tools) package merged.
12497         * cedet/*.el:
12498         * cedet/ede/*.el:
12499         * cedet/semantic/*.el:
12500         * cedet/srecode/*.el: New files.
12502 2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
12504         * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
12506         * net/tramp.el (top): Require tramp-imap.
12508         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
12509         Use `tramp-compat-handle-file-attributes'.
12511 2009-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12513         * net/tramp-imap.el: New package.
12515 2009-09-28  Eric Ludlam  <zappo@gnu.org>
12517         * emacs-lisp/chart.el:
12518         * emacs-lisp/eieio-base.el:
12519         * emacs-lisp/eieio-comp.el:
12520         * emacs-lisp/eieio-custom.el:
12521         * emacs-lisp/eieio-datadebug.el:
12522         * emacs-lisp/eieio-opt.el:
12523         * emacs-lisp/eieio-speedbar.el:
12524         * emacs-lisp/eieio.el: New files.
12526         * cedet/cedet-cscope.el:
12527         * cedet/cedet-files.el:
12528         * cedet/cedet-global.el:
12529         * cedet/cedet-idutils.el:
12530         * cedet/data-debug.el:
12531         * cedet/inversion.el:
12532         * cedet/mode-local.el:
12533         * cedet/pulse.el: New files.
12535 2009-09-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12537         * whitespace.el (whitespace-trailing-regexp)
12538         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
12539         Fix doc string.
12541 2009-09-27  Chong Yidong  <cyd@stupidchicken.com>
12543         * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
12544         menu.
12546         * ediff-hook.el: Move menu-bar-ediff-misc-menu into
12547         menu-bar-ediff-menu.
12549         * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
12550         define-overloadable-function.
12552         * progmodes/autoconf.el: Provide autoconf as well, so that this
12553         file can be `require'd.
12555         * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
12557         * emacs-lisp/autoload.el (generated-autoload-feature)
12558         (generated-autoload-load-name): New vars.
12559         (autoload-rubric, autoload-generate-file-autoloads): Use them.
12560         (make-autoload): Recognize define-overloadable-function and
12561         defclass forms (for EIEIO).
12563         * Makefile.in (update-subdirs): Exclude cedet directory.
12565 2009-09-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
12567         * term/ns-win.el: Don't set the region face background.  (Bug#4381)
12569         * faces.el: Default light-background background for region face to
12570         ns_selection_color under NS.
12572 2009-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
12574         * net/imap-hash.el: New library, see NEWS.
12576         * Makefile.in (ELCFILES): Add imap-hash.el.
12578 2009-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12580         * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
12581         * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
12582         * help-macro.el (make-help-screen): Avoid using an ambiguous function
12583         definition where the docstring could be taken for the return value.
12585 2009-09-26  Glenn Morris  <rgm@gnu.org>
12587         * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
12588         Add option to only show images below a certain size.
12589         (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
12590         save-excursion calls.
12592 2009-09-26  Eli Zaretskii  <eliz@gnu.org>
12594         * makefile.w32-in (WINS_ALMOST): Add cedet (with its
12595         subdirectories) and eieio.
12597 2009-09-26  Alan Mackenzie  <acm@muc.de>
12599         * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
12600         buggy bracketing.  (Bug#4289)
12602         * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
12603         character constants (as case labels).  (Bug#4289)
12605 2009-09-25  Juri Linkov  <juri@jurta.org>
12607         * files.el (safe-local-eval-forms): Allow time-stamp in
12608         before-save-hook (Bug#4554).
12610 2009-09-25  Drew Adams  <drew.adams@oracle.com>
12612         * menu-bar.el (list-buffers-directory): Doc fix.
12614 2009-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12616         * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
12617         Try and avoid copying twice the same paragraph.
12618         (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
12619         Remove save-excursion.
12620         (log-edit-changelog-entry): Do it here instead.
12622 2009-09-25  Juanma Barranquero  <lekktu@gmail.com>
12624         * bs.el (bs--get-file-name): Use `list-buffers-directory'
12625         when available, instead of hardcoding mode names.  Doc fix.
12627         * menu-bar.el (list-buffers-directory): Add docstring.
12628         Make automatically buffer-local.
12630         * dired.el (dired-mode):
12631         * files.el (cd-absolute):
12632         * pcvs.el (cvs-temp-buffer):
12633         * pcvs-util.el (cvs-get-buffer-create):
12634         * shell.el (shell-mode):
12635         * vc-dir.el (vc-dir-mode):
12636         Don't make `list-buffers-directory' buffer local.
12638 2009-09-25  Devon Sean McCullough  <emacs-hacker@Jovi.Net>
12640         * comint.el (comint-exec, comint-run, make-comint):
12641         Doc fixes (Bug#4542).
12643 2009-09-25  Glenn Morris  <rgm@gnu.org>
12645         * mail/rmailmm.el (rmail-mime): New custom group.
12646         Move all defcustoms in this file into this group.
12647         (rmail-mime-media-type-handlers-alist): Revert previous change.
12648         (rmail-mime-show-images): New option.
12649         (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
12650         references to it, since it wasn't actually used for anything.
12651         (rmail-mime-insert-image): New function.
12652         (rmail-mime-image): Use rmail-mime-insert-image.
12653         (rmail-mime-bulk-handler): Remove optional `image' argument, instead
12654         obey the value of `rmail-mime-show-images' option.  Print the size of
12655         attachments.
12657 2009-09-25  David Engster  <deng@randomsample.de>
12659         * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'.  (Bug#4548)
12661 2009-09-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12663         * whitespace.el: Does not highlight trailing spaces While point is
12664         at end of line.  Does not highligt spaces at beginning of buffer
12665         while point is at beginning of buffer.  Does not highlight spaces
12666         at end of buffer while point is at end of buffer.  (Bug#4177)
12667         New version 12.0.
12668         (whitespace-display-mappings): Adjust initialization.
12669         (whitespace-point, whitespace-font-lock-refontify): New vars.
12670         (whitespace-color-on, whitespace-color-off): Adjust code.
12671         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
12672         (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
12673         (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
12675 2009-09-24  Chong Yidong  <cyd@stupidchicken.com>
12677         * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
12679         * textmodes/sgml-mode.el: Remove xml-mode alias.
12681         * files.el (auto-mode-alist, conf-mode-maybe)
12682         (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
12684 2009-09-24  Alan Mackenzie  <acm@muc.de>
12686         * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
12687         c-forward-conditionals, but it doesn't move point and doesn't set
12688         the mark.
12689         (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
12690         (c-down-conditional-with-else, c-backward-conditional)
12691         (c-forward-conditional): Refactor to use c-scan-conditionals.
12693 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
12695         * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
12696         (help-default-arg-highlight): Remove.
12697         (help-highlight-arg): New function.
12698         (help-do-arg-highlight): Use it.
12699         Suggested by Drew Adams <drew.adams@oracle.com>.  (Bug#4510, bug#4520)
12701 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12703         * term.el (term-set-scroll-region, term-handle-ansi-escape):
12704         Undo last change, which didn't fix the problem and introduced others.
12706 2009-09-24  Nick Roberts  <nickrob@snap.net.nz>
12708         * progmodes/gdb-mi.el: Don't require speedbar.
12709         (gdb-jsonify-buffer): Handle case where "=" is part of value string.
12711 2009-09-24  Glenn Morris  <rgm@gnu.org>
12713         * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
12715         * term/ns-win.el (ns-reg-to-script): Define for compiler.
12717         * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
12718         there is no newline after the final mime boundary.  (Bug#4539)
12719         Move markers on insertion so that any buttons inserted don't end up in
12720         the next part of a multipart message.
12721         (rmail-mime-media-type-handlers-alist): Doc fix.  Add image handler.
12722         (rmail-mime-bulk-handler): Optionally handle images.
12723         (rmail-mime-image): New button action.
12724         (rmail-mime-image-handler): New function.
12725         (rmail-mime-mode): New mode.
12726         (rmail-mime): Doc fix.  Use rmail-mime-mode (for font-lock).
12728 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12730         * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
12731         than just dropping elements from it (bug#4504).
12733         * term.el (term-set-scroll-region): Don't move cursor any more.
12734         (term-handle-ansi-escape): Call term-goto here instead.
12735         Suggested by Ivan Kanis <apple@kanis.eu>.
12737         * term.el: Require CL.
12738         (term-ansi-reset): New function.
12739         (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
12740         (term-handle-colors-array): Simplify.
12742 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
12744         * allout.el (allout-overlay-interior-modification-handler)
12745         (allout-obtain-passphrase):
12746         * epa-file.el (epa-file-write-region):
12747         * ps-print.el (ps-begin-job):
12748         * vc-hooks.el (vc-toggle-read-only):
12749         * vc-rcs.el (vc-rcs-rollback):
12750         * vc-sccs.el (vc-sccs-rollback):
12751         * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
12752         (vc-version-diff, vc-revert, vc-rollback):
12753         * wdired.el (wdired-check-kill-buffer):
12754         * emacs-lisp/authors.el (authors):
12755         * net/socks.el (socks-open-connection):
12756         * net/zeroconf.el (zeroconf-service-add-hook):
12757         * obsolete/vc-mcvs.el (vc-mcvs-register):
12758         * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
12759         (gdb-select-frame):
12760         * progmodes/grep.el (lgrep, rgrep):
12761         * progmodes/idlw-help.el (idlwave-help-check-locations)
12762         (idlwave-help-html-link, idlwave-help-assistant-open-link):
12763         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
12764         * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
12765         (reftex-toc-rename-label): Fix typos in error messages.
12767         * dired-aux.el (dired-do-shell-command): Reflow docstring.
12768         (dired-copy-how-to-fn): Doc fix.
12769         (dired-files-attributes, dired-read-shell-command):
12770         Fix typos in docstrings.
12772         * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
12773         (dired-x-find-file-other-window): Reflow docstrings.
12774         (dired-omit-marker-char, dired-read-shell-command)
12775         (dired-x-submit-report): Fix typos in docstrings.
12777         * shell.el (shell-mode-hook):
12778         * view.el (View-scroll-line-forward):
12779         * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
12780         Fix typos in docstrings.
12782         * net/dig.el (dig-invoke): Fix typo in docstring.
12783         (query-dig): Reflow docstring.
12785         * progmodes/idlwave.el (idlwave-create-user-catalog-file)
12786         (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
12787         (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
12788         (idlwave-begin-block-reg, idlwave-begin-unit-reg)
12789         (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
12790         (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
12791         (idlwave-check-abbrev, idlwave-class-file-or-buffer)
12792         (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
12793         (idlwave-completion-map, idlwave-current-indent)
12794         (idlwave-custom-ampersand-surround, idlwave-customize)
12795         (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
12796         (idlwave-define-abbrev, idlwave-determine-class-special)
12797         (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
12798         (idlwave-end-block-reg, idlwave-end-of-statement)
12799         (idlwave-end-of-statement0, idlwave-end-of-subprogram)
12800         (idlwave-end-unit-reg, idlwave-entry-find-keyword)
12801         (idlwave-explicit-class-listed, idlwave-file-header)
12802         (idlwave-fill-paragraph, idlwave-find-class-definition)
12803         (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
12804         (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
12805         (idlwave-in-quote, idlwave-indent-action-table)
12806         (idlwave-indent-expand-table, idlwave-indent-line)
12807         (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
12808         (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
12809         (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
12810         (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
12811         (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
12812         (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
12813         (idlwave-outlawed-buffers, idlwave-popup-select)
12814         (idlwave-previous-statement, idlwave-rescan-catalog-directories)
12815         (idlwave-routine-entry-compare, idlwave-routine-info.pro)
12816         (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
12817         (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
12818         (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
12819         (idlwave-statement-type, idlwave-struct-skip)
12820         (idlwave-substitute-link-target, idlwave-toggle-comment-region)
12821         (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
12822         (idlwave-what-module-find-class): Fix typos in docstrings.
12823         (idlwave-all-method-classes, idlwave-calc-hanging-indent)
12824         (idlwave-calculate-cont-indent, idlwave-expand-equal)
12825         (idlwave-find-module, idlwave-find-structure-definition)
12826         (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
12827         (idlwave-list-load-path-shadows, idlwave-next-statement)
12828         (idlwave-routine-entry-compare-twins, idlwave-routine-info)
12829         (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
12830         (idlwave-template): Reflow docstrings.
12832         * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
12833         (idlwave-shell-batch-command, idlwave-shell-bp-alist)
12834         (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
12835         (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
12836         (idlwave-shell-display-line, idlwave-shell-display-wframe)
12837         (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
12838         (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
12839         (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
12840         (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
12841         (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
12842         (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
12843         (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
12844         (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
12845         (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
12846         (idlwave-shell-scan-for-state, idlwave-shell-send-command)
12847         (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
12848         (idlwave-shell-shell-command, idlwave-shell-sources-alist)
12849         (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
12850         (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
12851         (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
12852         Fix typos in docstrings.
12853         (idlwave-shell-bp, idlwave-shell-clear-current-bp)
12854         (idlwave-shell-hide-output, idlwave-shell-mode)
12855         (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
12856         Reflow docstrings.
12858         * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
12860 2009-09-24  Ivan Kanis  <apple@kanis.eu>
12862         * term.el (term-bold-attribute): New var.
12863         (term-handle-colors-array): Use it.
12865 2009-09-23  Nick Roberts  <nickrob@snap.net.nz>
12867         * progmodes/gdb-mi.el (gdb-version): New variable.
12868         (gdb-non-stop-handler): Set gdb-version.
12869         (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
12870         Condition "--thread" option on gdb-version.
12871         (gdb-invalidate-threads): Remove unused argument.
12873 2009-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12875         * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
12876         to looking-back to avoid ridiculous slow down in large files (bug#4511).
12878 2009-09-23  Glenn Morris  <rgm@gnu.org>
12880         * mail/rmail.el (rmail-reply): Don't try to add a References header when
12881         replying to mail without References or Message-Id.  (Bug#4525)
12883 2009-09-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
12885         * term/ns-win.el (ns-reg-to-script): New variable.
12887 2009-09-23  Daiki Ueno  <ueno@unixuser.org>
12889         * epg.el (epg-wait-for-status): Preserve existing 'error results.
12891 2009-09-22  Sam Steingold  <sds@gnu.org>
12893         * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
12894         (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
12895         to 1 because hg returns status 1 when nothing is found.
12896         Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
12898 2009-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12900         * textmodes/fill.el: Convert to utf-8 encoding.
12901         (fill-french-nobreak-p): Remove redundant » and « inherited from our
12902         pre-Unicode days.
12904         * add-log.el (change-log-fill-forward-paragraph): New function.
12905         (change-log-mode): Use it so fill-region DTRT.
12906         Set fill-indent-according-to-mode here rather than in
12907         change-log-fill-paragraph.
12908         (change-log-fill-paragraph): Remove.
12910 2009-09-22  Juanma Barranquero  <lekktu@gmail.com>
12912         * info.el (Info-try-follow-nearest-node): Use the URL extracted by
12913         `Info-get-token', instead of `browse-url-url-at-point'.  (Bug#4508)
12915 2009-09-22  Glenn Morris  <rgm@gnu.org>
12917         * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
12918         the scroll-bar scroll the calendar window rather than the buffer.
12920         * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
12921         commands that move point (as opposed to scrolling).
12923         * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
12925         * emacs-lisp/elint.el (elint): New custom group.
12926         (elint-log-buffer): Make it a defcustom.
12927         (elint-scan-preloaded, elint-ignored-warnings)
12928         (elint-directory-skip-re): New options.
12929         (elint-builtin-variables): Doc fix.
12930         (elint-preloaded-env): New variable.
12931         (elint-unknown-builtin-args): Add an entry for encode-time.
12932         (elint-extra-errors): Make it a variable rather than a constant.
12933         (elint-preloaded-skip-re): New constant.
12934         (elint-directory): Skip files matching elint-directory-skip-re.
12935         (elint-features): New variable, local to linted buffers.
12936         (elint-update-env): Initialize elint-features.  Possibly add
12937         elint-preloaded-env to the buffer's environment.
12938         (elint-get-top-forms): Bind elint-current-pos, for log messages.
12939         Skip quoted forms.
12940         (elint-init-form): New function, extracted from elint-init-env.
12941         Make non-list forms a warning rather than an error.
12942         Add the mode-map for define-derived-mode.  Handle define-minor-mode,
12943         easy-menu-define, put that adds an error-condition, and provide.
12944         When requiring cl, also require cl-macs.  Really require cl, to handle
12945         some cl macros.  Store required libraries in the list elint-features,
12946         so as not to re-load them.  Treat cc-require like require.
12947         (elint-init-env): Call elint-init-form to do the work.
12948         Handle eval-and-compile and such like.
12949         (elint-add-required-env): Do not clear messages.
12950         (elint-special-forms): Add handlers for function, defalias, if, when,
12951         unless, and, or.
12952         (elint-form): Add optional argument to ignore elint-special-forms,
12953         useful to prevent recursive calls from handlers.  Doc fix.
12954         Respect elint-ignored-warnings.
12955         (elint-form): Respect elint-ignored-warnings.
12956         (elint-bound-variable, elint-bound-function): New variables.
12957         (elint-unbound-variable): Respect elint-bound-variable.
12958         (elint-get-args): Respect elint-bound-function.
12959         (elint-check-cond-form): Add some simple handling for (f)boundp and
12960         featurep tests.
12961         (elint-check-defalias-form): New handler.
12962         (elint-check-let-form): Make an empty let a warning rather than an
12963         error.
12964         (elint-check-setq-form): Make an empty setq a warning rather than an
12965         error.  Respect elint-ignored-warnings.
12966         (elint-check-defvar-form): Accept null doc-strings.
12967         (elint-check-conditional-form): New handler.  Does some simple-minded
12968         checking of featurep and (f)boundp tests.
12969         (elint-put-function-args): New function.
12970         (elint-initialize): Use elint-scan-doc-file rather than
12971         elint-find-builtin-variables.  Use elint-put-function-args.
12972         Possibly scan preloaded-file-list.
12973         (elint-scan-doc-file): Rename from elint-find-builtin-variables and
12974         extend to handle functions as well.
12976 2009-09-22  Lennart Borgman  <lennart.borgman@gmail.com>
12978         * linum.el (linum-delete-overlays, linum-update-window):
12979         Do not modify the right margin.  (Bug#3971)
12981 2009-09-21  Chong Yidong  <cyd@stupidchicken.com>
12983         * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
12984         nxml-mode instead of xml-mode.
12986 2009-09-21  Kevin Ryde  <user42@zip.com.au>
12988         * net/dig.el: Add "Keywords: comm", as per net-utils.el.  (Bug#4501)
12990 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12992         * net/dig.el (dig-mode): Use define-derived-mode.
12994 2009-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
12996         * vc-dispatcher.el (vc-do-command): Return the process object in
12997         the asynchronous case.  Use when instead of if.  Do not run
12998         vc-exec-after to display a message if not enabled.  (Bug#4463)
13000         * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
13001         properties to the stash strings.
13002         (vc-git-stash-list): Return a list of strings.
13003         (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
13004         (vc-git-stash-show-at-point): New functions.
13005         (vc-git-stash-map): New keymap.
13007         * register.el (ctl-x-r-map): Define the keys here instead of
13008         using autoload.
13010 2009-09-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>  (tiny change)
13012         * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
13013         list, to workaround performance problem (bug#4485).
13015 2009-09-20  Nick Roberts  <nickrob@snap.net.nz>
13017         * progmodes/gud.el (gud-sentinel): Revert indavertant change.
13019 2009-09-20  Daiki Ueno  <ueno@unixuser.org>
13021         * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
13022         Document that this option is not recommended to use.
13024 2009-09-19  Glenn Morris  <rgm@gnu.org>
13026         * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
13027         variable `var'.
13029         * calc/calc-alg.el (var):
13030         * calc/calcalg2.el (var): Define for compiler.
13032 2009-09-19  Chong Yidong  <cyd@stupidchicken.com>
13034         * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
13035         Doc fix (Bug#3932).
13037         * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
13039         * time-stamp.el (time-stamp-month-dd-yyyy)
13040         (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
13041         (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
13042         (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
13043         (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
13044         Remove functions that have been obsolete since 1995 (Bug#4436).
13046         * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
13047         indent buffer only if called interactively (Bug#4452).
13049 2009-09-19  Juanma Barranquero  <lekktu@gmail.com>
13050             Eli Zaretskii  <eliz@gnu.org>
13052         This fixes bug#4197 (merged to bug#865, though not identical).
13053         * server.el (server-auth-dir): Add docstring note about FAT32.
13054         (server-ensure-safe-dir): Accept FAT32 directories as "safe",
13055         but warn against using them.
13057 2009-09-19  Nick Roberts  <nickrob@snap.net.nz>
13059         * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
13060         older GDB where there is no has_more field.
13062 2009-09-19  Glenn Morris  <rgm@gnu.org>
13064         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
13066 2009-09-18  Chong Yidong  <cyd@stupidchicken.com>
13068         * files.el (auto-mode-alist): Change default for XML files to nXML
13069         mode (Bug#4169).
13071 2009-09-18  Juanma Barranquero  <lekktu@gmail.com>
13073         * server.el (server-ensure-safe-dir): Pass 'integer
13074         to `file-attributes', as suggested.
13076 2009-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
13078         * dired-aux.el (dired-query-alist): Remove spurious backslash.
13079         (dired-query): Use read-key.
13081 2009-09-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
13083         * cus-start.el (ns-use-qd-smoothing): Remove.
13085 2009-09-18  Glenn Morris  <rgm@gnu.org>
13087         * allout.el (top-level): Remove unnecessary progn.
13089         * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
13091         * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
13092         definition of abbrev table.
13094         * speedbar.el (speedbar-track-mouse):
13095         * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
13096         * net/eudc.el (eudc-expand-inline):
13097         * net/newst-backend.el (newsticker--cache-read-feed):
13098         * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
13099         condition-case handlers.
13101 2009-09-18  Nick Roberts  <nickrob@snap.net.nz>
13103         * progmodes/gdb-mi.el (gdb-frame-address): New variable.
13104         (gdb-var-list): Add an element for has_more field.
13105         (gdb-non-stop-handler): Enable pretty printing for STL containers.
13106         (gdb-var-create-handler, gdb-var-list-children-handler-1)
13107         (gdb-var-update-handler-1): Parse output of dynamic variable
13108         objects (STL containers).
13109         (gdb-var-delete-1): Pass var1 as an explicit second argument.
13110         (gdb-get-field): Delete alias.  Use bindat-get-field directly.
13112         * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
13113         gdb-var-list.
13114         (gud-speedbar-buttons): Make node expandable if expression "has more"
13115         children.
13117 2009-09-17  Juanma Barranquero  <lekktu@gmail.com>
13119         * startup.el (emacs-quick-startup): Remove variable and all uses.
13120         (command-line): Set `inhibit-x-resources' instead.
13121         (command-line-1): Use `inhibit-x-resources' instead.
13123 2009-09-17  Chong Yidong  <cyd@stupidchicken.com>
13125         * subr.el: Fix last change to avoid using the `unless' macro,
13126         which breaks bootstrapping.
13128 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13130         * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
13131         extended definitions, in case we reload subr.el after having
13132         loaded CL.
13133         (eval-next-after-load): Mark as obsolete.
13135 2009-09-17  Juri Linkov  <juri@jurta.org>
13137         * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
13138         (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
13139         (menu-bar-showhide-menu, menu-bar-tools-menu)
13140         (menu-bar-describe-menu, menu-bar-help-menu)
13141         (minibuffer-local-completion-map, minibuffer-local-map):
13142         Fix list quoting.
13144 2009-09-17  Glenn Morris  <rgm@gnu.org>
13146         * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
13147         arguments, whether or not it has a handler.
13149         * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
13151         * simple.el (hard-newline): Give it a doc-string.
13153         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
13154         (lisp-mode-syntax-table): Give them doc-strings.
13156 2009-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
13158         * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
13159         (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
13160         (menu-bar-options-menu, menu-bar-showhide-menu)
13161         (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
13162         (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
13163         (menu-bar-options-menu, menu-bar-line-wrapping-menu)
13164         (menu-bar-options-menu, menu-bar-tools-menu)
13165         (menu-bar-describe-menu, menu-bar-search-documentation-menu)
13166         (menu-bar-help-menu):
13167         (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
13168         string arguments.
13170         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
13171         (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
13172         calls for the menu names and :help.
13174 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13176         * mouse.el (minor-mode-menu-from-indicator): Pay attention
13177         to :minor-mode-function (bug#4455).
13179 2009-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13181         * startup.el (command-line): Initialize the window-system after
13182         processing the command-line.
13184         * textmodes/page.el (what-page): Make sure we don't inf-loop if
13185         page-delimiter matches the empty string.
13187 2009-09-16  Glenn Morris  <rgm@gnu.org>
13189         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
13190         byte-compile-not-obsolete-var.  It's a list now.
13191         (byte-compile-not-obsolete-funcs): New variable.
13192         (byte-compile-warn-obsolete): Don't warn about functions if they are in
13193         byte-compile-not-obsolete-funcs.
13194         (byte-compile-variable-ref, byte-compile-defvar): Update for
13195         byte-compile-not-obsolete-vars name-change and list nature.
13196         (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
13197         and variables behind (f)boundp tests.
13198         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
13200 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
13202         * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
13204 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13206         * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
13207         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
13208         Don't autoload.
13210 2009-09-15  Stephen Eglen  <stephen@gnu.org>
13212         * iswitchb.el (iswitchb-read-buffer): When selecting a match from
13213         the virtual-buffers, use the name of the buffer specified by
13214         find-file-noselect, as the match may be a symlink.  (This was a
13215         problem if the target and the symlink had different names.)
13217 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13219         * custom.el (custom-initialize-default, custom-initialize-set): CSE.
13221         * desktop.el (desktop-path): Check user-emacs-directory.
13223         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
13225         * loadup.el: Use after-load-functions to GC after loading each file.
13226         Remove the explicit GC calls that used to be sprinkled around.
13228         * subr.el (after-load-functions): New hook.
13229         (do-after-load-evaluation): Run it.  Use string-match-p to detect
13230         `obsolete' packages, rather than painfully extracting the relevant
13231         directory name.
13233 2009-09-15  Glenn Morris  <rgm@gnu.org>
13235         * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
13236         free variable `doc'.
13238         * dired.el (dired-mode-map): Add menu entry for async shell command.
13240         * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
13241         variables, also consider the .elc files, since the .el files are
13242         normally gzipped (subsequent code locates the .el.gz from the .elc).
13244         * calc/calc-prog.el (arglist): Define for compiler.
13246         * calendar/diary-lib.el (diary-display-function): Change the default to
13247         fancy display.
13248         (body): Define for compiler.
13250         * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
13251         (byte-compile-file-form, byte-compile-lambda)
13252         (byte-compile-top-level-body, byte-compile-form)
13253         (byte-compile-variable-ref, byte-compile-setq)
13254         (byte-compile-setq-default, byte-compile-body)
13255         (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
13256         (batch-byte-compile): Give some more local variables with common names
13257         a "bytecomp-" prefix to avoid masking warnings about free variables.
13259         * startup.el (command-line-1): Give local variables with common names a
13260         distinguishing prefix, so as not to hide free variable warnings during
13261         bootstrap.
13263         * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
13264         clever and add a suffix to make a unique name, just let the user decide
13265         whether or not to overwrite it.  If the input is a directory, write the
13266         default filename to that directory.  (Bug#4388)
13267         (rmail-mime-bulk-handler): Ensure the save button's 'directory property
13268         is a filename-as-a-directory.
13270 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13272         * textmodes/page.el (what-page): Don't move to beginning of line.
13273         See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
13275 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
13277         * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
13279 2009-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
13281         * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
13282         * help.el (help-for-help-internal): Add purecopy calls for text.
13284         * vc.el (top): print-log method now takes an optional SHORTLOG
13285         argument.  Add a new method: root.
13286         (vc-root-diff, vc-print-root-log): New functions.
13287         (vc-log-short-style): New variable.
13288         (vc-print-log-internal): Add support for showing short logs.
13290         * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
13291         vc-print-root-log and vc-print-root-diff.
13293         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
13294         * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
13295         * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
13296         short logs.
13298         * vc-cvs.el (vc-cvs-print-log):
13299         * vc-mtn.el (vc-mtn-print-log):
13300         * vc-rcs.el (vc-rcs-print-log):
13301         * vc-sccs.el (vc-sccs-print-log):
13302         * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
13303         that is ignored for now.
13305         * vc-mtn.el (vc-mtn-annotate-command):
13306         * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
13308 2009-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13310         * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
13311         to function-key-map, and give them ascii-character property.
13312         * term/x-win.el (x-alternatives-map):
13313         * term/ns-win.el (ns-alternatives-map):
13314         * term/internal.el (msdos-key-remapping-map):
13315         * w32-fns.el (x-alternatives-map): Remove redundant mappings.
13317 2009-09-14  Glenn Morris  <rgm@gnu.org>
13319         * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
13320         temp-buffers (2009-09-12).
13322 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13324         * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
13325         the new read-key function.
13327 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
13329         * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
13330         is defined (Bug#4405).
13332 2009-09-13  Vincent Belaïche  <vincent.belaiche@gmail.com>
13334         * recentf.el (recentf-cleanup): Use a hash table to find
13335         duplicates (Bug#4407).
13337 2009-09-13  Per Starbäck  <per@starback.se>  (tiny change)
13339         * textmodes/ispell.el (ispell-command-loop): Convert keys such as
13340         kp-0 to ascii equivalents (Bug#4325).
13342 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
13344         * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
13346         * eshell/em-hist.el:
13347         * eshell/em-dirs.el (eshell-complete-user-reference):
13348         Declare pcomplete functions and variables to avoid compiler warnings.
13350 2009-09-13  Leo  <sdl.web@gmail.com>  (tiny change)
13352         * eshell/em-script.el (eshell-login-script, eshell-rc-script):
13353         * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
13354         * eshell/em-alias.el (eshell-aliases-file):
13355         * eshell/em-hist.el (eshell-history-file-name):
13356         Use expand-file-name instead of concat to make file names (Bug#4308).
13358 2009-09-13  Glenn Morris  <rgm@gnu.org>
13360         * ediff-merg.el (ediff-do-merge):
13361         * filesets.el (filesets-run-cmd):
13362         * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
13363         (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
13364         (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
13365         (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
13366         (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
13367         Replace empty `let's with `progn'.
13369 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13371         * mail/sendmail.el (send-mail-function):
13372         * tooltip.el (tooltip-mode):
13373         * simple.el (transient-mark-mode):
13374         * rfn-eshadow.el (file-name-shadow-mode):
13375         * frame.el (blink-cursor-mode):
13376         * font-core.el (global-font-lock-mode):
13377         * files.el (temporary-file-directory)
13378         (small-temporary-file-directory, auto-save-file-name-transforms):
13379         * epa-hook.el (auto-encryption-mode):
13380         * composite.el (global-auto-composition-mode):
13381         Use custom-initialize-delay.
13382         * startup.el (command-line): Don't explicitly call
13383         custom-reevaluate-setting for all the above vars.
13384         * custom.el (custom-initialize-safe-set)
13385         (custom-initialize-safe-default): Delete.
13387 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13389         * term/x-win.el (x-initialize-window-system):
13390         * term/w32-win.el (w32-initialize-window-system):
13391         * term/ns-win.el (ns-initialize-window-system): Don't call
13392         mouse-wheel-mode since it's enabled globally by default already.
13394         * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
13395         actually define the variable, but only silences the byte-compiler.
13396         (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
13397         before looking it up.
13398         (mouse-wheel-scroll-amount): Also reset the bindings if this value
13399         is changed.
13401 2009-09-12  Glenn Morris  <rgm@gnu.org>
13403         * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
13404         1000.
13405         (elint-add-required-env): Don't beep on error.
13406         (elint-forms): In case of error, return ENV unchanged.
13407         (elint-init-env): Skip non-list forms.
13408         (elint-log): Handle unknown file positions.
13410 2009-09-12  Daiki Ueno  <ueno@unixuser.org>
13412         * epg.el (epg-make-context): Add autoload cookie.
13413         (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
13414         (epg-decrypt-string, epg-start-verify, epg-verify-file)
13415         (epg-verify-string, epg-start-sign, epg-sign-file)
13416         (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
13417         (epg-encrypt-string, epg-start-export-keys)
13418         (epg-export-keys-to-file, epg-export-keys-to-string)
13419         (epg-start-import-keys, epg-import-keys-from-file)
13420         (epg-import-keys-from-string, epg-start-receive-keys)
13421         (epg-receive-keys, epg-import-keys-from-server)
13422         (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
13423         (epg-sign-keys, epg-start-generate-key)
13424         (epg-generate-key-from-file, epg-generate-key-from-string):
13425         Remove autoload cookie.
13427 2009-09-12  Eli Zaretskii  <eliz@gnu.org>
13429         * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
13430         reevaluation of trash-directory.
13432         * mwheel.el: Fix last change.
13433         (mouse-wheel-mode): New defvar.
13434         (mouse-wheel-mode): Remove autoload cookie.
13436 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13438         * mwheel.el (mwheel-installed-bindings): New var.
13439         (mouse-wheel-mode): Use it, so as to make sure we really remove all
13440         the bindings we set last time.  Use custom-initialize-delay.
13441         * loadup.el: Load mwheel after term/*-win.el.
13442         * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
13443         and mouse-wheel-up-event now that their first evaluation is done
13444         sufficiently late to be correct.
13446         * startup.el (tutorial-directory): Make it a defcustom.
13447         Use custom-initialize-delay rather than eval-at-startup to set it.
13448         * image.el (image-load-path): Make it a defcustom.
13449         Use custom-initialize-delay rather than eval-at-startup to set it.
13450         * subr.el (eval-at-startup): Remove.
13451         * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
13453         * subr.el (do-after-load-evaluation): Warn the user after loading an
13454         obsolete package.
13456 2009-09-12  Glenn Morris  <rgm@gnu.org>
13458         * proced.el (proced-mark-alt): Remove alias.
13459         (proced-mode-map): Remove proced-mark-alt.
13461         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
13462         Elint file and directory.  Remove initialization entry.
13464         * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
13465         commands.
13466         (elint-current-buffer): Set mode-line-process.
13467         (elint-init-env): Handle define-derived-mode.
13468         Fix declare-function with unspecified arglist.  Guard against odd
13469         defalias statements (eg iso-insert's 8859-1-map).
13470         (elint-add-required-env): Use a temp buffer.
13471         (elint-form): Just print the function/macro name, not the whole form.
13472         Return env unchanged if we fail to parse a macro.
13473         (elint-forms): Guard against parse errors.
13474         (elint-output): New function, to handle batch mode.
13475         (elint-log-message): Add optional argument.  Use elint-output.
13476         (elint-set-mode-line): New function.
13478 2009-09-12  Andreas Politz  <politza@fh-trier.de>  (tiny change)
13480         * emacs-lisp/elp.el (elp-not-profilable): Add more
13481         functions (Bug#4233).
13483 2009-09-12  Chong Yidong  <cyd@stupidchicken.com>
13485         * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
13486         (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
13488 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
13490         * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
13491         (gdb-var-list-children): Use json parsing.
13493 2009-09-11  Daniel Colascione  <dan.colascione@gmail.com>
13495         * progmodes/js.el (js--proper-indentation): Handle the case where
13496         char-before is null.  Reported by Deniz Dogan.
13498 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
13500         * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
13502 2009-09-11  Daiki Ueno  <ueno@unixuser.org>
13504         * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
13505         (epg-digest-algorithm-alist): Add SHA224.
13506         (epg-context-set-passphrase-callback)
13507         (epg-context-set-progress-callback): Add description about
13508         callback function.
13510 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13512         * custom.el (custom-delayed-init-variables): New var.
13513         (custom-initialize-delay): New function.
13514         * startup.el (command-line): "Re"evaluate all vars in
13515         custom-delayed-init-variables.  Don't reevaluate abbrev-file-name
13516         explicitly any more.
13517         * abbrev.el (abbrev-file-name): Use custom-initialize-delay
13518         to avoid creating a ~/.emacs.d at build-time (bug#4347).
13520         * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
13522 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
13524         * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
13525         (gdb-var-update-handler): Use json parsing.
13527 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
13529         * vc-annotate.el (vc-annotate): Use the main file's coding-system to
13530         decode annotated text, regardless of language environment.  (Bug#2741)
13532 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13534         * Makefile.in (autoloads): Make rmail.el writable as well.
13536 2009-09-11  Glenn Morris  <rgm@gnu.org>
13538         * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
13539         loaddefs.el.
13540         * dired.el: Regenerate with extracted autoloads.
13541         * Makefile.in (autoloads): Make dired.el writable.
13543         * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
13544         * ibuffer.el: Regenerate with extracted autoloads.
13545         * Makefile.in (autoloads): Make ibuffer.el writable.
13547         * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
13548         * version.el (emacs-copyright, emacs-major-version)
13549         (emacs-minor-version): Reformat doc-strings for make-docfile.
13551         * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
13552         functions and variables, since they must be stuff specific to some other
13553         platform.
13554         (apropos-print): Make mouse-click message less specific about button.
13556         * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
13557         that records where a macro was defined.
13558         * help-fns.el (describe-function-1): Mention if a function has a
13559         compiler-macro.
13560         * help-mode.el (help-function-cmacro): New button.
13562         * locate.el (top-level): Always require dired.
13563         (locate-mode-map): Initialize inside the defvar.
13565         * net/ange-ftp.el (dired-compress-file): Declare.
13566         (ange-ftp-dired-compress-file): Add doc string.
13568         * term/ns-win.el (x-display-name, x-setup-function-keys):
13569         Unify doc-strings with X versions.
13571 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13573         * emulation/crisp.el (crisp-mode-map): Move initialization
13574         into declaration.
13575         (crisp-mode): Use define-minor-mode.
13577         * progmodes/xscheme.el (xscheme-evaluation-commands):
13578         Put a :advertised-binding property rather than using
13579         advertised-xscheme-send-previous-expression.
13580         (advertised-xscheme-send-previous-expression): Declare obsolete.
13581         * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
13582         `advertised-undo'.
13583         (crisp-mode): Add corresponding bindings to
13584         undo's :advertised-binding instead.
13585         * dired.el (dired-mode-map): Put a :advertised-binding property rather
13586         than using dired-advertised-find-file.
13587         (dired-advertised-find-file):
13588         * simple.el (advertised-undo):
13589         * wid-edit.el (advertised-widget-backward): Declare obsolete.
13590         (widget-keymap): Put a :advertised-binding property rather
13591         than using advertised-widget-backward.
13592         * bindings.el (ctl-x-map): Put a :advertised-binding property rather
13593         than using advertised-undo.
13594         * tutorial.el (tutorial--default-keys): Adjust accordingly.
13596 2009-09-10  Simon South  <ssouth@slowcomputing.org>
13598         * progmodes/delphi.el (delphi-tab): Indent region when Transient
13599         Mark mode is enabled and region is active; otherwise indent or
13600         insert TAB as usual.
13601         (delphi-mode): Update description of TAB-key binding.
13603 2009-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13605         * subr.el (define-key-rebound-commands): Mark obsolete.
13606         * startup.el (precompute-menubar-bindings): Remove.
13607         (normal-top-level): Remove obsolete code that tried to precompute
13608         menubar bindings.
13609         * loadup.el (define-key-rebound-commands): Don't bother fiddling with
13610         define-key-rebound-commands and precompute-menubar-bindings.
13612 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
13614         * net/imap.el (imap-interactive-login): Better messages.
13615         (imap-open): Fix bug with renamed buffer on reconnect.
13616         (imap-authenticate): Add buffer-local imap-last-authenticator variable
13617         for easier debugging and cleaner code.  On successful (guessed based on
13618         server capabilities) secondary authentication, set imap-state
13619         correctly.
13620         (imap-last-authenticator): Define imap-last-authenticator as a variable
13621         to avoid warnings.
13623 2009-09-10  Glenn Morris  <rgm@gnu.org>
13625         * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
13627         * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
13628         (byte-compile-file-form-autoload): Don't warn about unknown functions
13629         where the autoload statement comes after the use.
13630         (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
13631         that any handlers inside the body (eg require) are in turn respected.
13633         * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
13634         effects.
13636         * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
13637         and syntax and abbrev tables basic docs, if they don't have any.
13639         * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
13641         * international/mule-cmds.el (top-level): Require cl when compiling.
13642         (view-hello-file): Use default-value rather than
13643         default-enable-multibyte-characters.
13645         * progmodes/fortran.el: Move all safe and risky properties into the
13646         defcustoms.
13648         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
13649         * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
13650         * mail/undigest.el:
13651         Put autoloads in rmail.el rather than loaddefs.el.
13652         * mail/rmail.el: Regenerate with extracted autoloads.
13654         * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
13655         * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
13657 2009-09-10  Nick Roberts  <nickrob@snap.net.nz>
13659         Reported in thread for Bug#4375.
13660         * progmodes/gud.el (gud-tooltip-print-command): Use MI command
13661         "-data-evaluate-expression" instead of print.
13662         * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
13663         (gdb-tooltip-print): Parse output from above MI command.
13664         (gdb): Revert 2009-08-11 change.  User should detach inferior
13665         manually.
13667         Remove the word "separate" from IO functions as inferior
13668         output is now never displayed in the GUD buffer.
13670 2009-09-10  Juanma Barranquero  <lekktu@gmail.com>
13672         * startup.el (command-line-normalize-file-name): On Windows and
13673         MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
13675 2009-09-10  Juri Linkov  <juri@jurta.org>
13677         * isearch.el (isearch-text-char-description): Propertize escape
13678         character sequences with the `escape-glyph' face.  (Bug#4344)
13680         * simple.el (shell-command): Set asynchronous process filter to
13681         `comint-output-filter'.  (Bug#4343)
13683         * progmodes/grep.el (grep-template): Add "<X>" to docstring.
13684         (grep-files-aliases): Add "all".  Move "el" and "ch" to the top of
13685         the list.  Move "asm" to the bottom.
13686         (grep-find-ignored-directories): Add `choice' with nil value
13687         to empty the list easily.
13688         (grep-find-ignored-files): New option.
13689         (grep-files-history): Set to nil by default instead of '("ch" "el").
13690         (grep-compute-defaults): Add "<X>" to `grep-template'.
13691         (grep-read-files): Bind new local variables `default-alias' and
13692         `default-extension'.  Use a list of default values for the file prompt.
13693         (lgrep): Add `--exclude=' command line options composed from
13694         `grep-find-ignored-files'.
13695         (rgrep): Add `-name' command line options composed from
13696         `grep-find-ignored-files'.  (Bug#4301)
13698 2009-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
13700         * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
13701         (bug#4368).
13703 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13705         * calendar/time-date.el (autoload):
13706         Expand define-obsolete-function-alias into defalias and make-obsolete
13707         for old Emacsen that Gnus supports.
13708         (with-no-warnings): Define it for old Emacsen.
13709         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
13710         is available.
13711         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
13712         float-time is available; suppress compile warning for time-to-seconds.
13714 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
13716         * net/imap.el (imap-message-map): Docstring fix.
13718 2009-09-09  Glenn Morris  <rgm@gnu.org>
13720         * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
13721         line numbers too.  (Bug#4374)
13723 2009-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13725         * smerge-mode.el (smerge-remove-props, smerge-refine):
13726         Use with-silent-modifications (bug#4342).
13728         * subr.el (with-silent-modifications): New macro.
13730 2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
13732         * files.el (top-level): Require `cl' when compiling.
13734 2009-09-07  Glenn Morris  <rgm@gnu.org>
13736         * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
13738         * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
13739         (proced-mark-alt): New alias, to control the advertised key.  (Bug#4362)
13741 2009-09-06  Nick Roberts  <nickrob@snap.net.nz>
13743         * vc-git.el (vc-git-annotate-command): Use separator to parse
13744         arguments correctly.
13746 2009-09-06  Eli Zaretskii  <eliz@gnu.org>
13748         * proced.el (proced-mode): Doc fix.
13750 2009-09-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
13752         * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
13753         lstat fails.
13754         (tramp-do-file-attributes-with-ls): Check for file existence at
13755         remote end.
13756         (tramp-do-file-attributes-with-stat): Likewise.
13757         (tramp-convert-file-attributes): Return nil when attr is nil.
13759 2009-09-05  Glenn Morris  <rgm@gnu.org>
13761         * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
13762         properties to this button.
13763         (diary-fancy-display): Don't extend the button to the final newline.
13764         (diary-fancy-display-mode): Continue to define "q" as a local key.
13766         * calendar/cal-china.el (holiday-chinese): Make it slightly more
13767         efficient.
13769         * font-lock.el (lisp-font-lock-keywords-2): Add letf.
13771         * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
13772         (byte-compile-dest-file-function): New option.
13773         (byte-compile-dest-file): Doc fix.
13774         Obey byte-compile-dest-file-function.
13775         (byte-compile-cl-file-p): New function.
13776         (byte-compile-eval): Only suppress noruntime warnings about cl functions
13777         if the cl-functions warning is enabled.  Use byte-compile-cl-file-p.
13778         (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
13779         than for file being previously loaded.
13780         (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
13781         (byte-compile-file-form-require): Handle the case where requiring a file
13782         indirectly causes CL to be loaded.
13784 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
13786         * files.el (find-alternate-file): Run `kill-buffer-hook' manually
13787         before killing the old buffer, since by the time `kill-buffer' is
13788         run so many buffer variables have been set to nil that it may not
13789         behave as expected.  (Bug#4061)
13791 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
13793         * files.el (find-alternate-file): If the old buffer is modified
13794         and visiting a file, behave similarly to `kill-buffer' when
13795         killing it, thus reverting to the pre-1.878 behavior; see
13796         http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
13797         for discussion.  Also, consult `buffer-file-name' as a variable
13798         not as a function, for consistency with the rest of the code.
13800 2009-09-04  Michael Albinus  <michael.albinus@gmx.de>
13802         * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
13803         also when adding a new directory.
13805         * net/tramp-compat.el (tramp-compat-line-beginning-position): New
13806         defun.
13808 2009-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
13810         * files.el (locate-file-completion-table): Make it provide boundary
13811         information, so partial-completion works better.
13813 2009-09-04  Leo  <sdl.web@gmail.com>  (tiny change)
13815         * mail/footnote.el (Footnote-text-under-cursor):
13816         Check footnote-text-marker-alist before using it (bug#4324).
13818 2009-09-04  Glenn Morris  <rgm@gnu.org>
13820         * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
13821         * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
13822         * play/solitaire.el, play/tetris.el:
13823         Remove leading * from defcustom and defface docs.
13825         * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
13826         necessary.
13827         (diary-fancy-overriding-map): New variable.
13828         (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
13829         Use view-mode.
13831         * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
13832         goto-line.
13834 2009-09-03  Glenn Morris  <rgm@gnu.org>
13836         * arc-mode.el (archive-mode):
13837         * dos-fns.el (set-default-process-coding-system):
13838         * man.el (Man-getpage-in-background):
13839         * menu-bar.el (menu-bar-describe-menu):
13840         * server.el (server-process-filter):
13841         * startup.el (command-line):
13842         * tar-mode.el (tar-header-block-tokenize, tar-extract):
13843         * w32-fns.el (set-default-process-coding-system):
13844         * x-dnd.el (x-dnd-handle-file-name):
13845         * international/mule-cmds.el (mule-menu-keymap)
13846         (set-default-coding-systems, language-info-alist, set-language-info)
13847         (set-language-environment, standard-display-european-internal)
13848         (set-locale-environment):
13849         * international/mule-diag.el (mule-diag):
13850         * mail/emacsbug.el (report-emacs-bug):
13851         * mail/rmail.el (rmail-mode):
13852         * mail/sendmail.el (mail-setup):
13853         Use default-value rather than default-enable-multibyte-characters.
13855         * progmodes/f90.el: Move all safe properties into the defcustoms.
13856         (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
13858         * calendar/appt.el (appt-check):
13859         * calendar/diary-lib.el (diary-set-header, diary-live-p)
13860         (diary-check-diary-file, diary-list-entries)
13861         (diary-include-other-diary-files, diary-simple-display)
13862         (diary-fancy-display, diary-print-entries)
13863         (diary-mark-included-diary-files, diary-make-entry):
13864         Don't call substitute-in-file-name on diary-file.
13866 2009-09-03  Eduard Wiebe  <usenet@pusto.de>
13867             Stefan Monnier  <monnier@iro.umontreal.ca>
13869         * mail/footnote.el (footnote-prefix): Make it a defcustom.
13870         (footnote-mode-map): Move initialization into the declaration.
13871         (footnote-minor-mode-map): Define it rather than changing global-map.
13872         (footnote-mode): Use define-minor-mode.
13874 2009-09-02  Michael Albinus  <michael.albinus@gmx.de>
13876         * net/tramp.el (tramp-handle-file-attributes-with-ls)
13877         (tramp-do-file-attributes-with-perl)
13878         (tramp-do-file-attributes-with-stat): Rename from
13879         `tramp-handle-file-attributes-with-*'.
13880         (tramp-handle-file-attributes): Use them.
13881         (tramp-do-directory-files-and-attributes-with-perl)
13882         (tramp-do-directory-files-and-attributes-with-stat): Rename from
13883         `tramp-handle-directory-files-and-attributes-with-*'.
13884         (tramp-handle-directory-files-and-attributes): Use them.
13885         (tramp-method-out-of-band-p): Additional parameter SIZE.
13886         (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
13887         (tramp-handle-write-region): Use it.
13888         (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
13889         (tramp-handle-vc-registered): Check, whether the first run did
13890         return files to be tested.
13891         (tramp-advice-make-auto-save-file-name): Do not call directly
13892         `tramp-handle-make-auto-save-file-name', because this would bypass
13893         the locking mechanism.
13895         * net/tramp-compat.el (top): Autoload used functions from tramp.el.
13896         (file-remote-p, process-file, start-file-process, set-file-times)
13897         (tramp-compat-file-attributes): Compatibility functions shall not
13898         call directly `tramp-handle-*', because this would bypass the
13899         locking mechanism.
13900         (tramp-compat-number-sequence): New defun.
13902 2009-09-02  Glenn Morris  <rgm@gnu.org>
13904         * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
13905         alias for float-time.
13906         (time-to-number-of-days): In Emacs, use float-time.
13907         * net/newst-backend.el (time-add): Suppress warnings from compat
13908         function.
13909         * time.el (emacs-uptime, emacs-init-time):
13910         * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
13911         Use float-time rather than time-to-seconds.
13913         * minibuffer.el (completion-initials-expand): Fix typo.
13915         * faces.el (modeline, modeline-inactive, modeline-highlight)
13916         (modeline-buffer-id):
13917         * info.el (info-menu-5): Mark these face aliases as obsolete.
13919 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
13921         * progmodes/gdb-mi.el (gdb-current-context-command): Move the
13922         space ...
13923         (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
13924         no "--thread" option.
13925         (gdb-stopped): Don't print "Switched to thread" message when it is
13926         unchanged.
13928 2009-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13930         * minibuffer.el (completion-try-completion)
13931         (completion-all-completions): Remove ill-defined (and
13932         mistakenly installed and luckily never used nor documented)
13933         `completion-styles' property.
13934         (completion-initials-expand, completion-initials-all-completions)
13935         (completion-initials-try-completion): New functions.
13936         (completion-styles-alist): Add doc to each entry.
13937         Add new `initials' entry.
13939 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
13941         * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
13942         MI command -var-evaluate-expression.
13943         (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
13944         and tweak for case of string child.
13945         (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
13947 2009-09-01  Glenn Morris  <rgm@gnu.org>
13949         * add-log.el (change-log-date-face, change-log-name-face)
13950         (change-log-email-face, change-log-file-face, change-log-list-face)
13951         (change-log-conditionals-face, change-log-function-face)
13952         (change-log-acknowledgement-face):
13953         * cus-edit.el (custom-invalid-face, custom-rogue-face)
13954         (custom-modified-face, custom-set-face, custom-changed-face)
13955         (custom-saved-face, custom-button-face, custom-button-pressed-face)
13956         (custom-documentation-face, custom-state-face, custom-comment-face)
13957         (custom-comment-tag-face, custom-variable-tag-face)
13958         (custom-variable-button-face, custom-face-tag-face)
13959         (custom-group-tag-face-1, custom-group-tag-face):
13960         * diff-mode.el (diff-header-face, diff-file-header-face)
13961         (diff-index-face, diff-hunk-header-face, diff-removed-face)
13962         (diff-added-face, diff-changed-face, diff-function-face)
13963         (diff-context-face, diff-nonexistent-face):
13964         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
13965         * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
13966         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
13967         (Info-title-4-face):
13968         * isearch.el (isearch-lazy-highlight-face):
13969         * log-view.el (log-view-file-face, log-view-message-face):
13970         * paren.el (show-paren-match-face, show-paren-mismatch-face):
13971         * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
13972         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
13973         (cvs-msg-face):
13974         * smerge-mode.el (smerge-mine-face, smerge-other-face)
13975         (smerge-base-face, smerge-markers-face):
13976         * wid-edit.el (widget-documentation-face, widget-button-face)
13977         (widget-field-face, widget-single-line-field-face)
13978         (widget-inactive-face, widget-button-pressed-face):
13979         * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
13980         (woman-addition-face):
13981         * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
13982         (eshell-ls-executable-face, eshell-ls-readonly-face)
13983         (eshell-ls-unreadable-face, eshell-ls-special-face)
13984         (eshell-ls-missing-face, eshell-ls-archive-face)
13985         (eshell-ls-backup-face, eshell-ls-product-face)
13986         (eshell-ls-clutter-face):
13987         * eshell/em-prompt.el (eshell-prompt-face):
13988         * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
13989         * obsolete/old-whitespace.el (whitespace-highlight-face):
13990         * progmodes/antlr-mode.el (antlr-font-lock-default-face)
13991         (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
13992         (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
13993         (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
13994         (antlr-font-lock-literal-face):
13995         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
13996         (ebrowse-root-class-face, ebrowse-file-name-face)
13997         (ebrowse-default-face, ebrowse-member-attribute-face)
13998         (ebrowse-member-class-face, ebrowse-progress-face):
13999         * progmodes/make-mode.el (makefile-space-face):
14000         * progmodes/sh-script.el (sh-heredoc-face):
14001         * textmodes/flyspell.el (flyspell-incorrect-face)
14002         (flyspell-duplicate-face):
14003         * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
14004         * textmodes/texinfo.el (texinfo-heading-face):
14005         Mark face aliases with "-face" suffix as obsolete.
14007         * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
14008         compiler.
14010         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
14011         (eudc-bob-sound-menu): Use defvar rather than defconst, since
14012         easy-menu-define wants to modify these.
14014         * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
14016         * net/browse-url.el (browse-url-file-url):
14017         * term/internal.el (dos-codepage-setup):
14018         Use default-value rather than default-enable-multibyte-characters.
14020         * progmodes/etags.el (etags-goto-tag-location):
14021         * progmodes/flymake.el (flymake-highlight-line)
14022         (flymake-goto-file-and-line, flymake-goto-line):
14023         * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
14024         (gdb-goto-breakpoint):
14025         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
14026         * progmodes/python.el (python-find-function)
14027         (python-pdbtrack-track-stack-file):
14028         * progmodes/verilog-mode.el (verilog-surelint-off):
14029         * term/ns-win.el (ns-open-file-select-line):
14030         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
14031         Use forward-line rather than goto-line.
14033         * textmodes/reftex-cite.el (reftex-offer-bib-menu):
14034         * textmodes/reftex-index.el (reftex-display-index):
14035         * textmodes/reftex-ref.el (reftex-offer-label-menu):
14036         * textmodes/reftex-toc.el (reftex-toc):
14037         Remove unnecessary bindings of default-major-mode (all are followed by
14038         major-mode check and possible mode switch).
14040 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
14042         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
14043         Handle watchpoints (bug#4282).
14044         (def-gdb-thread-buffer-command): Enable thread to be selected by
14045         clicking without selecting threads buffer first.
14046         (gdb-current-context-command): Use selected frame so that "up",
14047         "down" etc work in the GUD buffer.
14048         (gdb-update): Find selected frame before rendering stack buffer.
14049         (gdb-frame-handler): Set gdb-frame-number for stack buffer.
14051 2009-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
14053         * progmodes/sym-comp.el (displayed-completions): Remove.
14054         (symbol-complete): Use minibuffer-complete.
14056 2009-08-31  Glenn Morris  <rgm@gnu.org>
14058         * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
14060         * apropos.el (apropos-symbols-internal):
14061         Handle (obsolete) face aliases.
14063         * faces.el (describe-face): Adjust the output format to be more like
14064         describe-variable, and to mention (obsolete) face aliases.
14065         Adjust the whitespace so that help-setup-xref works.
14067         * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
14068         * calendar/diary-lib.el (diary-button-face):
14069         Mark these face aliases as obsolete.
14071         * calendar/calendar.el (calendar-today): Doc fix.
14073 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
14075         * progmodes/gdb-mi.el (gdb-control-all-threads)
14076         (gdb-control-current-thread): Force tool bar update.
14077         (gdb-non-stop-handler): New function.
14078         (gdb-init-1): Use it to test if non-stop mode is supported.
14079         Remove unused gdbmi buffer type.
14081 2009-08-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
14083         * progmodes/grep.el (grep-read-files): Strip trailing <N> from
14084         buffer names not visiting a file (e.g. cloned buffers).  (Bug#4210)
14086 2009-08-30  Nick Roberts  <nickrob@snap.net.nz>
14088         * comint.el (comint-exec-1): Check command is non-null first.
14089         Part of gdb-mi.el change (2009-08-28).
14091 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14093         * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
14095 2009-08-30  Juanma Barranquero  <lekktu@gmail.com>
14097         * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
14098         instead of `dolist' to avoid a recursive require when bootstrapping.
14100 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14102         * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
14104         * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
14106         * net/imap.el (imap-send-command): Simplify.
14107         (imap-wait-for-tag): point-max -> buffer-size.
14109         * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
14111         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
14112         with constant argument.
14114         * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
14116         * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
14118         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
14119         Change default, since most of our files don't have a history.
14120         (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
14121         the user.
14123         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
14124         Add comint-run.
14126         * calc/calc.el: Improve commenting convention.
14127         (calc-digit-map, toplevel): Simplify.
14129         * comint.el (comint-insert-input): Be careful to only set point if we
14130         don't delegate to some other command.
14132         * proced.el (proced-signal-list): Make it an alist.
14133         (proced-grammar-alist): Capitalize names.
14134         (proced-send-signal): Use a non-hidden buffer (since it's displayed).
14135         Disable undo manually and make it read-only.
14136         Use completion-annotate-function.
14138         * minibuffer.el (minibuffer-message): If the current buffer is not
14139         a minibuffer, insert the message in the echo area rather than at the
14140         end of the buffer.
14141         (completion-annotate-function): New variable.
14142         (minibuffer-completion-help): Use it.
14143         (completion--embedded-envvar-table): Environment vars are
14144         always case-sensitive.
14146 2009-08-30  Glenn Morris  <rgm@gnu.org>
14148         * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
14149         from fortran-current-defun.
14150         (fortran-beginning-of-subprogram): Be more precise about finding the
14151         start, to avoid an infinite loop in end-of-defun.  (Bug#4259)
14152         (fortran-end-of-subprogram): Simplify.
14153         (fortran-current-defun): Use fortran-start-prog-re.
14155 2009-08-29  Juanma Barranquero  <lekktu@gmail.com>
14157         * subr.el (do-after-load-evaluation): Simplify.
14159 2009-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
14161         * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
14163         * vc-rcs.el (vc-rcs-print-log-cleanup): ... here.  New function.
14164         (vc-rcs-print-log): Use it.
14166         * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
14168 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14170         * paths.el (abbrev-file-name): Move to abbrev.el.
14171         * abbrev.el (abbrev-file-name): Move from paths.el.
14172         Obey user-emacs-directory.
14173         * calc/calc.el (calc-settings-file): Don't autoload and instead obey
14174         user-emacs-directory.
14175         * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
14176         abbrev-file-name and calc-settings-file any more.
14177         * startup.el (command-line): Recompute abbrev-file-name and
14178         abbreviated-home-dir.
14179         (normal-no-mouse-startup-screen): Improve the generic code and get rid
14180         of the special code for when C-h bindings haven't been changed.
14181         (display-startup-echo-area-message): Use with-current-buffer.
14182         (command-line-1): Use a list of strings, rather than a list of lists
14183         of strings for longopts.
14185         * files.el (get-free-disk-space): Use / for default-directory.
14187         * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
14188         Use with-current-buffer.
14190         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
14191         Recognize immutable variables like most-positive-fixnum.
14192         (byte-compile-setq-default): Check and warn if trying to assign
14193         to an immutable variable, or a non-variable.
14195         * progmodes/cc-vars.el (c-comment-continuation-stars):
14196         * progmodes/cc-engine.el (c-looking-at-bos):
14197         * progmodes/cc-cmds.el (c-toggle-auto-state)
14198         (c-forward-into-nomenclature, c-backward-into-nomenclature)
14199         (c-comment-line-break-function): Add version of obsolescence.
14201 2009-08-28  Juri Linkov  <juri@jurta.org>
14203         * files.el (magic-fallback-mode-alist): Add ZIP magic number
14204         associated with `archive-mode'.
14206         * image.el (image-type-header-regexps): Use only JPEG magic number
14207         to determine JPEG images, and don't use `image-jpeg-p' because
14208         Emacs can display non-JFIF non-Exif JPEG images.
14210 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
14212         * arc-mode.el (archive-mode):
14213         * emacs-lisp/re-builder.el (re-builder-unload-function):
14214         Protect against the default value of `major-mode' being nil.
14216 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
14218         * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
14219         Fix typos in docstrings.
14221         * progmodes/js.el (js--macro-decl-re): Doc fix.
14222         (js--plain-method-re, js--split-name): Refloc docstring.
14223         (js--class-styles, js--make-merged-item, js--splice-into-items):
14224         Fix typos in docstrings; reflow docstrings.
14225         (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
14226         (js--variable-decl-matcher, js--inside-pitem-p)
14227         (js--parse-state-at-point, js--get-all-known-symbols)
14228         (js--symbol-history, js-find-symbol, js--js-references)
14229         (js--moz-interactor, js--js-encode-value, js--read-tab):
14230         Fix typos in docstrings.
14232 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14234         * textmodes/reftex.el (reftex-get-file-buffer-force):
14235         * progmodes/verilog-mode.el (verilog-batch-execute-func):
14236         * emulation/viper.el (viper-go-away, viper-set-hooks):
14237         * emacs-lisp/re-builder.el (re-builder-unload-function):
14238         * emacs-lisp/bytecomp.el (byte-compile-file):
14239         * ses.el (ses-unload-function):
14240         * hexl.el (hexl-find-file):
14241         * files.el (normal-mode):
14242         * ehelp.el (with-electric-help):
14243         * autoinsert.el (auto-insert-alist):
14244         * arc-mode.el (archive-mode):
14245         Use (default-value 'major-mode) instead of default-major-mode.
14247         * textmodes/ispell.el (ispell-check-version, ispell-send-string):
14248         * international/mule.el (load-with-code-conversion):
14249         * emacs-lisp/debug.el (debug):
14250         * ediff-vers.el (ediff-rcs-get-output-buffer):
14251         * dired.el (dired-internal-noselect): Don't let-bind
14252         default-major-mode around code that doesn't use it.
14253         E.g. buffer creation via get-buffer-create doesn't use it.
14255 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
14257         * net/tramp.el (all): Replace "'(lambda" by "(lambda".
14258         (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
14259         when writing the temp file.  Otherwise, epa-file gets confused.
14260         (tramp-register-file-name-handlers): Make it a defun.  Move also
14261         `epa-file-handler' to the front of `file-name-handler-alist'.
14263 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14265         * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
14266         start right after a ^M.
14267         (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
14268         (tramp-completion-file-name-regexp-separate)
14269         (tramp-completion-file-name-regexp-url): Use \\` and \\'.
14270         (tramp-handle-file-attributes, tramp-set-file-uid-gid):
14271         Don't modify last-coding-system-used by accident.
14272         (tramp-completion-file-name-handler): Apply the checks here,
14273         instead during registration.
14274         (tramp-register-file-name-handlers): Renamed from
14275         `tramp-register-file-name-handler'.  Register both
14276         `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
14277         (tramp-register-completion-file-name-handler): Remove.  (Bug#4260)
14279 2009-08-28  Nick Roberts  <nickrob@snap.net.nz>
14281         * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
14282         Remove variable ...
14283         (gdb-init-1, gdb-display-separate-io-buffer)
14284         (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
14285         references to it.
14286         (gdb-inferior-io-mode): Use make-comint-in-buffer.
14287         (gdb-inferior-filter): Use comint-output-filter to stop
14288         echoing and remove ^M characters.
14290 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14292         * emulation/viper-init.el (viper-restore-cursor-type):
14293         * emulation/cua-base.el (cua--update-indications):
14294         Replace default-cursor-type with (default-value 'cursor-type).
14296         * mail/sendmail.el (mail-recover-1):
14297         * international/mule-diag.el (describe-current-coding-system-briefly)
14298         (describe-current-coding-system):
14299         * international/mule-cmds.el (select-safe-coding-system)
14300         (select-message-coding-system)
14301         (set-language-environment-coding-systems, set-locale-environment):
14302         * hexl.el (hexl-insert-multibyte-char):
14303         * dos-w32.el (find-buffer-file-type-coding-system):
14304         * simple.el (what-cursor-position):
14305         Replace uses of default-buffer-file-coding-system
14306         with (default-value 'buffer-file-coding-system).
14308         * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
14309         Replace uses of default-cursor-in-non-selected-windows
14310         with (default-value 'cursor-in-non-selected-windows).
14311         Use with-current-buffer.
14313         * mail/feedmail.el: Use CL macros.
14314         (feedmail-run-the-queue, feedmail-send-it-immediately):
14315         * dos-w32.el (find-buffer-file-type): Replace uses of
14316         default-buffer-file-type with (default-value 'buffer-file-type).
14318 2009-08-28  Glenn Morris  <rgm@gnu.org>
14320         * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
14321         (diary-show-all-entries, diary-mark-entries, diary-make-entry):
14322         Use default-value of major-mode rather than default-major-mode.
14324 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
14326         * Makefile.in (update-elcfiles): Report left over elc files.
14328         * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
14329         expand-file-name and with-current-buffer.
14330         (mail-get-names, mail-directory): Use with-current-buffer.
14332         * vc.el (vc-read-revision): New function.
14333         (vc-version-diff, vc-merge): Use it.
14335 2009-08-27  Sam Steingold  <sds@gnu.org>
14337         * simple.el (kill-do-not-save-duplicates): New user option.
14338         (kill-new): When it is non-nil, and the new string is the same as
14339         the latest kill, set replace to t to avoid duplicates in kill-ring.
14341 2009-08-27  Julian Scheid  <julians37@gmail.com>  (tiny change)
14343         * net/tramp.el (tramp-handle-process-file): Do not flush all
14344         caches when `process-file-side-effects' is set.
14345         (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
14346         instead of `tramp-find-file-exists-command'.
14347         Unset `process-file-side-effects'.
14349 2009-08-27  Michael Albinus  <michael.albinus@gmx.de>
14351         * net/tramp.el (tramp-methods): New method "rsyncc".
14352         (top): Add completion function for "rsyncc".
14353         (tramp-message-show-message): New defvar.
14354         (tramp-message, tramp-error): Use it.
14355         (tramp-do-copy-or-rename-file-directly): Extend check for direct
14356         remote copying.
14357         (tramp-do-copy-or-rename-file-out-of-band): Handle new
14358         `tramp-methods' entry `copy-env' of "rsyncc".
14359         (tramp-vc-registered-read-file-names): New defconst.
14360         (tramp-vc-registered-file-names): New defvar.
14361         (tramp-handle-vc-registered): Implement optimization strategy.
14362         (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
14363         (tramp-vc-file-name-handler): New defun.
14364         (tramp-get-ls-command, tramp-get-test-command)
14365         (tramp-get-file-exists-command, tramp-get-remote-ln)
14366         (tramp-get-remote-perl, tramp-get-remote-stat)
14367         (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
14369         * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
14370         (tramp-cache-inhibit-cache): Extend doc string.  It allows also
14371         timestamps.
14372         (tramp-get-file-property): Check for timestamps in
14373         `tramp-cache-inhibit-cache'.
14374         (tramp-set-file-property): Write timestamp.
14376 2009-08-27  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14378         * language/japan-util.el (japanese-symbol-table): Add entries for
14379         cp932-2-byte.
14381         * international/characters.el: Add category `j' to cp932-2-byte.
14383 2009-08-27  Kenichi Handa  <handa@m17n.org>
14385         * international/fontset.el (build-default-fontset-data): New macro.
14386         (setup-default-fontset): Use build-default-fontset-data for CJK,
14387         tibetan, ethiopic, and ipa.
14389 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
14391         * cus-start.el (default-major-mode): Customize `major-mode' instead.
14392         (enable-multibyte-characters): Not customizable any more.
14394         * subr.el (default-mode-line-format, default-header-line-format)
14395         (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
14396         (default-direction-reversed, default-truncate-lines)
14397         (default-left-margin, default-tab-width, default-case-fold-search)
14398         (default-left-margin-width, default-right-margin-width)
14399         (default-left-fringe-width, default-right-fringe-width)
14400         (default-fringes-outside-margins, default-scroll-bar-width)
14401         (default-vertical-scroll-bar, default-indicate-empty-lines)
14402         (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
14403         (default-fringe-cursor-alist, default-scroll-up-aggressively)
14404         (default-scroll-down-aggressively, default-fill-column)
14405         (default-cursor-type, default-buffer-file-type)
14406         (default-cursor-in-non-selected-windows)
14407         (default-buffer-file-coding-system, default-major-mode)
14408         (default-enable-multibyte-characters): Mark as obsolete.
14410 2009-08-27  Dan Nicolaescu  <dann@ics.uci.edu>
14412         * vc-dir.el (vc-dir-update): Remove debug helper.
14414         * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
14416 2009-08-26  Sam Steingold  <sds@gnu.org>
14418         * simple.el (save-interprogram-paste-before-kill): New user option.
14419         (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
14420         save the interprogram-paste into kill-ring before overriding it
14421         with the Emacs kill.
14423 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
14425         * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
14426         (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
14427         (vc-default-previous-revision): Rename to vc-rcs-previous-revision
14428         and move to vc-rcs.el.
14429         (vc-default-next-revision): Rename to vc-rcs-next-revision and
14430         move to vc-rcs.el.
14431         (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
14432         (vc-rcs-update-changelog): Remove.
14433         (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
14434         and move to vc-rcs.el.
14436         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
14437         (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
14438         renaming.
14439         (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
14440         (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
14441         vc.el, renamed to be RCS specific.
14443         * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
14444         New functions.
14445         (vc-cvs-update-changelog): Move here from vc.el.
14447         * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
14448         New functions.
14450 2009-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14452         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
14454 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
14456         * vc-git.el (vc-git-register): Use "git add" for directories.
14457         (vc-git-stash, vc-git-stash-show): New functions.
14458         (vc-git-extra-menu-map): Bind them.
14460         * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
14461         directory correctly in case the item is a directory itself.
14463         * vc.el: Document the desired behavior for reverted files in the
14464         `added' state.
14465         (vc-default-prettify-state-info): Remove function, unused.
14467         * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
14469 2009-08-26  Glenn Morris  <rgm@gnu.org>
14471         * bindings.el (standard-mode-line-format): Reposition dashes in
14472         which-func entry.  (Bug#4217)
14474         * files.el (enable-local-variables, enable-local-eval)
14475         (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
14476         the defcustoms.
14477         (auto-mode-alist, ignored-local-variables)
14478         (save-some-buffers-action-alist): Move risky declarations to the
14479         definitions.
14480         (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
14481         (font-lock-defaults, format-alist, imenu--index-alist)
14482         (imenu-generic-expression, input-method-alist, minor-mode-alist)
14483         (mode-line-buffer-identification, mode-line-client, mode-line-modes)
14484         (mode-line-modified, mode-line-mule-info, mode-line-position)
14485         (mode-line-process, mode-line-remote, outline-level)
14486         (parse-time-rules, rmail-output-file-alist)
14487         (special-display-buffer-names, vc-mode):
14488         Move risky declarations to the relevant files.
14489         * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
14490         (mode-line-modified, mode-line-process, mode-line-position)
14491         (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
14492         * font-core.el (font-lock-defaults):
14493         * format.el (format-alist):
14494         * vc-hooks.el (vc-mode):
14495         * window.el (special-display-buffer-names):
14496         * international/mule-cmds.el (input-method-alist):
14497         Define riskiness here (dumped file) rather than in files.el.
14498         * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
14499         * imenu.el (imenu-generic-expression, imenu--index-alist):
14500         * outline.el (outline-level):
14501         * time.el (display-time-string):
14502         * calendar/parse-time.el (parse-time-rules):
14503         * mail/rmailout.el (rmail-output-file-alist):
14504         Autoload riskiness here, rather than placing in files.el.
14506 2009-08-26  Andreas Schwab  <schwab@linux-m68k.org>
14508         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
14510 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
14512         * simple.el (process-file-side-effects): New defvar.
14514         * dired-aux.el (dired-show-file-type):
14515         * vc.el (vc-diff-internal):
14516         * vc-arch.el (vc-arch-diff):
14517         * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
14518         * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
14519         * vc-git.el (vc-git-registered, vc-git-working-revision)
14520         (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
14521         (vc-git--empty-db-p):
14522         * vc-hooks.el (vc-user-login-name):
14523         * vc-svn.el (vc-svn-registered, vc-svn-state)
14524         (vc-svn-dir-extra-headers, vc-svn-find-revision):
14525         * progmodes/grep.el (grep-probe): Let-bind
14526         `process-file-side-effects' with nil.
14528         * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
14530         * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
14531         daemon.  Replace ping by checking for running service for bluez
14532         and zeroconf.  (Bug#4239)
14534 2009-08-25  Kevin Ryde  <user42@zip.com.au>
14536         * net/dig.el (dig): Add autoload cookie.
14538 2009-08-25  Glenn Morris  <rgm@gnu.org>
14540         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
14541         load-history for absolute file-names.
14542         (byte-compile-file-form-require): Warn about use of the cl package.
14544         * format.el (format-alist): Doc fix.
14546         * play/bubbles.el (top-level): Don't require cl at run-time.
14548         * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
14549         run-time cl).
14551 2009-08-24  Dmitry Dzhus  <dima@sphinx.net.ru>
14553         * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
14554         from cl package.
14555         (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
14557 2009-08-24  Jay Belanger  <jay.p.belanger@gmail.com>
14559         * calc/calc-alg.el (math-trig-rewrite)
14560         (math-hyperbolic-trig-rewrite): New functions.
14561         (calc-simplify): Simplify trig functions when asked.
14563 2009-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14565         * diff-mode.el (diff-find-source-location): Avoid goto-line.
14567 2009-08-24  Kenichi Handa  <handa@m17n.org>
14569         * language/ind-util.el (mapthread): Delete it.
14570         (combinatorial): New function.
14571         (indian--puthash-cv): Use combinatorial instead of mapthread.
14573 2009-08-22  Kevin Ryde  <user42@zip.com.au>
14575         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
14576         (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
14577         (checkdoc-symbol-words): Add safe-local-variable for list of strings.
14578         Clarify docstring that the value is strings not symbols.
14579         (checkdoc-list-of-strings-p): New function.
14581 2009-08-22  Glenn Morris  <rgm@gnu.org>
14583         * files.el (auto-mode-alist):
14584         * hippie-exp.el (he-concat-directory-file-name):
14585         * lpr.el (lpr-windows-system, printer-name):
14586         * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
14587         * ps-print.el (ps-windows-system):
14588         * startup.el (command-line):
14589         * emulation/viper-ex.el (viper-glob-function):
14590         * international/mule-cmds.el (set-language-environment-coding-systems):
14591         * net/ange-ftp.el (ange-ftp-write-region):
14592         * obsolete/fast-lock.el (fast-lock-cache-name):
14593         Remove code for defunct system-types emx, macos, mswindows, next-mach,
14594         unisoft-unix, vax-vms, win32, w32.
14596         * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
14597         given name if the pattern is not more specific.
14599         * calendar/lunar.el (lunar-phase-names): New option.
14600         (lunar-phase): Doc fix.
14601         (lunar-cycles-per-year): New constant.
14602         (lunar-index): New function.
14603         (lunar-phase-list, diary-lunar-phases): Use lunar-index.
14604         (lunar-phase-name): Use lunar-phase-names.
14605         (calendar-lunar-phases): Use format.
14606         (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
14608         * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
14609         Copy imenu-example--name-and-position function here for own use.
14610         (cperl-xsub-scan): Use cperl-imenu-name-and-position.
14612         * bs.el (bs--redisplay):
14613         * cus-edit.el (custom-redraw):
14614         * ibuffer.el (ibuffer-bury-buffer):
14615         * server.el (server-goto-line-column):
14616         * startup.el (command-line-1):
14617         * strokes.el (strokes-xpm-for-stroke):
14618         * term.el (term-display-buffer-line):
14619         * view.el (View-goto-line):
14620         * calc/calc.el (calc-do, calc-trail-buffer):
14621         * play/gamegrid.el (gamegrid-add-score-insecure):
14622         * progmodes/ada-mode.el (ada-compile-goto-error):
14623         * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
14624         (ebrowse-select-1st-to-9nth):
14625         * progmodes/cperl-mode.el (cperl-time-fontification):
14626         * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
14627         * progmodes/gud.el (gud-display-line):
14628         (idlwave-shell-display-line):
14629         * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
14630         * progmodes/make-mode.el (makefile-browser-toggle):
14631         (vhdl-speedbar-port-copy, vhdl-compose-components-package):
14632         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
14633         * textmodes/picture.el (picture-draw-rectangle):
14634         * textmodes/reftex-index.el (reftex-index-goto-letter):
14635         (reftex-select-jump-to-previous):
14636         * textmodes/reftex-sel.el (reftex-find-start-point)
14637         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
14638         (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
14639         * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
14640         * textmodes/tex-mode.el (tex-compilation-parse-errors):
14641         * textmodes/two-column.el (2C-associated-buffer):
14642         Use forward-line rather than goto-line.
14644         * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
14645         goto-line.
14647         * international/ucs-normalize.el (nfd, decomposition-translation-alist)
14648         (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
14649         (quick-check-list-to-regexp): Declare.
14651         * progmodes/make-mode.el (makefile-browser-insert-selection):
14652         Use goto-char rather than goto-line.
14654         * progmodes/prolog.el (compilation-error-regexp-alist)
14655         (compilation-forget-errors): Declare.
14657 2009-08-22  Juri Linkov  <juri@jurta.org>
14659         * progmodes/grep.el (lgrep, rgrep): At the beginning
14660         set `dir' to `default-directory' unless `dir' is a non-nil
14661         readable directory.  (Bug#4052)
14662         (lgrep, rgrep): Change a weird way to report an error
14663         from using `read-string' to using `error'.
14664         Instead of using interactive arguments in the function body,
14665         add new argument `confirm'.
14667 2009-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14669         * textmodes/remember.el (remember-buffer):
14670         * progmodes/cperl-mode.el (cperl-vc-header-alist):
14671         * calendar/icalendar.el (icalendar-convert-diary-to-ical)
14672         (icalendar-extract-ical-from-buffer):
14673         * net/newst-treeview.el (newsticker-groups-filename):
14674         * net/newst-backend.el (newsticker-cache-filename):
14675         * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
14676         (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
14677         (speedbar-add-ignored-path-regexp, speedbar-line-path)
14678         (speedbar-buffers-line-path, speedbar-path-line)
14679         (speedbar-buffers-line-path):
14680         * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
14681         (epg-sign-keys):
14682         * epa.el (epa-display-verify-result):
14683         * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
14685 2009-08-21  Glenn Morris  <rgm@gnu.org>
14687         * progmodes/js.el (inferior-moz-process): Fix declaration.
14689         * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
14691         * obsolete/rnewspost.el (news-mail-reply):
14692         Use goto-char rather than goto-line.
14694         * term/ns-win.el (ns-open-file-select-line):
14695         Use line-beginning-position rather than goto-line.
14697         * apropos.el (apropos-command):
14698         * ehelp.el (electric-helpify):
14699         * printing.el (pr-show-setup):
14700         * strokes.el (strokes-help):
14701         * tutorial.el (tutorial--describe-nonstandard-key)
14702         (tutorial--detailed-help):
14703         * woman.el (woman-mini-help, woman-display-extended-fonts):
14704         * calc/calc-help.el (calc-describe-key):
14705         * emulation/edt.el (edt-electric-helpify):
14706         * international/mule-diag.el (mule-diag):
14707         * play/yow.el (apropos-zippy):
14708         * progmodes/python.el (python-describe-symbol):
14709         * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
14710         * textmodes/table.el (*table--cell-describe-mode)
14711         (*table--cell-describe-bindings):
14712         Use help-print-return-message rather than the now obsolete alias.
14714         * calendar/cal-move.el (calendar-cursor-to-nearest-date)
14715         (calendar-cursor-to-visible-date):
14716         * play/5x5.el (5x5-position-cursor):
14717         * play/decipher.el (decipher):
14718         * play/gomoku.el (gomoku-goto-xy):
14719         * play/landmark.el (lm-goto-xy):
14720         * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
14721         (mpuz-paint-digit):
14722         Use forward-line, not goto-line.
14724         * mail/rmail.el (rmail-obsolete): Delete custom group.
14725         (rmail-pop-password, rmail-pop-password-required): Make into aliases.
14726         (rmail-remote-password, rmail-remote-password-required):
14727         Remove unneeded :set-after and :set properties.
14729 2009-08-21  Michael Albinus  <michael.albinus@gmx.de>
14731         * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
14733 2009-08-21  Dan Nicolaescu  <dann@ics.uci.edu>
14735         * loadup.el: Remove leftover macos code.
14737         * vc-git.el (vc-git-annotate-command): Run asynchronously.
14738         Explicitly pass the date format to git blame so that user local
14739         so that the output format can be parsed.
14741 2009-08-20  Michael Albinus  <michael.albinus@gmx.de>
14743         * net/dbus.el (top): Don't check for (getenv
14744         "DBUS_SESSION_BUS_ADDRESS").  It's done in dbusbind.c now.
14746 2009-08-19  Magnus Henoch  <magnus.henoch@gmail.com>
14748         * log-edit.el (log-edit-strip-single-file-name): New var.
14749         (log-edit-insert-changelog): Use it.  Bug#3571
14751 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
14753         * subr.el (read-passwd): Use read-key so keypad keys work as well.
14754         Bug#3287
14756         * help.el (help-print-return-message): Rename from
14757         print-help-return-message.
14759         * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
14760         cvs-mode-map parent hack.
14761         (log-view-mode): Derive from special-mode.
14763         * linum.el (linum-mode): window-size-change-functions is redundant.
14764         Adapt to new window-configuration-change-hook behavior.
14765         (linum-after-size, linum-after-config): Remove.
14767         * imenu.el (imenu-example--name-and-position)
14768         (imenu-example--lisp-extract-index-name)
14769         (imenu-example--create-lisp-index, imenu-example--create-c-index):
14770         Mark as obsolete.
14772         * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
14773         (inferior-prolog-mode): Use it.
14774         (inferior-prolog-load-file): Reset list of errors.
14776 2009-08-19  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14778         * language/tibetan.el ("Tibetan"): Fix sample-text entry.
14780         * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
14782 2009-08-19  Michael Albinus  <michael.albinus@gmx.de>
14784         * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
14785         is running already.
14787 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
14789         * subr.el (listify-key-sequence-1): Use normal syntax since those
14790         integers are nowadays always represented by the same (positive) number
14791         on all platforms.
14792         (read-key-empty-map): New const.
14793         (read-key-delay): New var.
14794         (read-key): New function.
14795         (force-mode-line-update): Use with-current-buffer.
14796         (locate-user-emacs-file): Don't forget to abbreviate the file name.
14797         (start-process-shell-command, start-file-process-shell-command):
14798         Discourage the use of command-args.
14800 2009-08-19  Glenn Morris  <rgm@gnu.org>
14802         * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
14804 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
14806         * simple.el (choose-completion-string): Don't rely on
14807         minibuffer-completing-file-name and ad-hoc checks to decide whether
14808         to continue completion or not.
14810         * minibuffer.el (minibuffer-hide-completions): New function.
14811         (completion--do-completion): Use it.
14812         (completions-annotations): New face.
14813         (completion--insert-strings): Use it.
14814         (completion-pcm--delim-wild-regex): Add docstring.
14815         (completion-pcm--string->pattern): Add support for 0-width delimiters
14816         in completion-pcm--delim-wild-regex.
14818 2009-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
14820         * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
14821         Remove unused var `buffer-modified-p'.
14823         * minibuffer.el (completion--do-completion): Move point for the #b001
14824         case as well (bug#4176).
14825         (minibuffer-complete, minibuffer-complete-word): Don't move point.
14827 2009-08-18  Michael Albinus  <michael.albinus@gmx.de>
14829         * net/dbus.el (dbus-init-bus): Declare.  Apply it for the :system
14830         and :session buses.
14832 2009-08-18  Kenichi Handa  <handa@m17n.org>
14834         * international/ucs-normalize.el (ucs-normalize-version):
14835         Change to 1.1.
14836         (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
14837         (utf-8-hfs): Make it perform normalization on encoding too.
14839         * textmodes/paragraphs.el: Change to utf-8.  Adjust coding cookie.
14840         (sentence-end-without-space): Delete duplicated chars.
14841         (sentence-end-base): Likewise.
14843         * textmodes/sgml-mode.el: Change to utf-8.  Adjust coding cookie.
14844         (html-mode): Delete duplicated chars from sentence-end-base.
14846         * textmodes/texinfo.el: Change to utf-8.  Adjust coding cookie.
14847         (texinfo-mode): Delete duplicated chars from sentence-end-base.
14849 2009-08-17  Chong Yidong  <cyd@stupidchicken.com>
14851         * files.el (hack-one-local-variable): If the mode function is for
14852         a minor mode, pass it an argument (Bug#4148).
14854 2009-08-17  Michael Albinus  <michael.albinus@gmx.de>
14856         * net/tramp.el (tramp-register-completion-file-name-handler):
14857         Check also for (member 'partial-completion completion-styles).
14859 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
14861         * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
14862         abbrev (Bug#3943).
14864 2009-08-16  Ilya Zakharevich  <ilyaz@cpan.org>
14866         * progmodes/cperl-mode.el: Merge upstream 6.2.
14867         (cperl-mode-syntax-table): Modify syntax entry for ["'`].
14868         (cperl-forward-re): Check cperl-brace-recursing.
14869         (cperl-highlight-charclass): New function.
14870         (cperl-find-pods-heres): Use it.
14871         (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
14872         (cperl-beautify-regexp-piece): Fix column calculation.
14873         (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
14874         (cperl-beautify-level): Don't process entire regexp.
14875         (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
14876         calling man.
14877         (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
14878         (cperl-init-faces): Build a list in the normal way.
14880 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
14882         * calendar/parse-time.el (parse-time-string-chars): Save match
14883         data.
14885 2009-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
14887         * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
14888         (sql-product): Use it.
14889         (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
14890         (sql-set-product): Add completion.
14891         (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
14892         (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
14893         (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
14894         (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
14895         (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
14896         (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
14897         (sql-highlight-db2-keywords): Remove.
14898         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
14899         (sql-highlight-product): Use derived-mode-p.
14900         (sql-set-sqli-buffer): Use with-current-buffer.
14901         (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
14902         Simplify.
14904         * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
14906         * term.el: Fix commenting convention, turn comments into docstrings.
14908 2009-08-16  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
14910         * whitespace.el (whitespace-style): Doc fix (Bug#3661).
14912 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
14914         * calendar/parse-time.el (parse-time-string-chars): Compute using
14915         character classes, to handle non-ascii characters (Bug#3190).
14917 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
14919         * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
14920         another heredoc if the user adds another < (Bug#3226).
14922         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
14923         Don't initialize based on window-system (Bug#4124).
14925         * facemenu.el (facemenu-read-color): Use a completion function
14926         that accepts any defined color, such as RGB triplets (Bug#3677).
14928         * files.el (get-free-disk-space): Change fallback default
14929         directory to /.  Expand DIR argument before switching to fallback.
14930         Suggested by Kevin Ryde (Bug#2631, Bug#3911).
14932 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
14934         * files.el (load-library): Doc fix.
14936 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
14938         * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
14939         (viper-if-string): Redefine C-s in the minibuffer to insert the last
14940         incremental search string.
14942         * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
14943         XEmacs.
14945         * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
14946         (ediff-merge-region-is-non-clash)
14947         (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
14948         Also check if the job is really a merge job.
14950         * ediff.el (ediff-current-file): New function.
14952 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
14954         * progmodes/js.el: Edit docstrings throughout to follow Emacs
14955         conventions.
14956         (js-insert-and-indent): Delete function.
14957         (js-mode-map): Don't bind keys to js-insert-and-indent.
14958         (js-beginning-of-defun): Rename from js--beginning-of-defun.
14959         (js-end-of-defun): Rename from js--end-of-defun.
14960         (js-auto-indent-flag): Delete variable.
14962 2009-08-14  Chong Yidong  <cyd@stupidchicken.com>
14964         * progmodes/js.el: Remove proclaim statement.
14965         Defvar which-func-imenu-joiner-function to silence compiler.
14967         * files.el (auto-mode-alist): Use js-mode for .js files.
14969         * progmodes/js2-mode.el: Remove file.
14971         * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
14973         * speedbar.el (speedbar-supported-extension-expressions): Add .js.
14975         * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
14977 2009-08-14  Daniel Colascione  <dan.colascione@gmail.com>
14978             Karl Landstrom  <karl.landstrom@brgeight.se>
14980         * progmodes/js.el: New file.
14982 2009-08-14  Mark A. Hershberger  <mah@everybody.org>
14984         * timezone.el (timezone-parse-date): Add ability to understand ISO
14985         basic format (minimal separators) dates in addition to the
14986         already-supported extended format dates.
14988 2009-08-14  Eli Zaretskii  <eliz@gnu.org>
14990         * international/ucs-normalize.el: Add a `coding' file variable.
14992         * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
14994 2009-08-14  Sam Steingold  <sds@gnu.org>
14996         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
14998 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
15000         * faces.el (help-argument-name): Define it here instead of
15001         help-fns.el, because in daemon mode help-fns.el may be loaded when
15002         faces are still uninitialized (Bug#1078).
15004         * help-fns.el (help-argument-name): Move defface to faces.el.
15006 2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
15008         * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
15009         create buffer with a pty but no process so that GDB can make the
15010         inferior the controlling process.
15012 2009-08-13  Taichi Kawabata  <kawabata.taichi@gmail.com>
15014         * international/ucs-normalize.el: New file.
15016 2009-08-13  Richard Stallman  <rms@gnu.org>
15018         * mail/rmail.el (rmail-get-attr-names):
15019         Accept an attribute header that is too short.
15021         * mail/rmail.el (rmail-forget-messages):
15022         Ignore nil elt in rmail-message-vector.  Use dotimes.
15024         * progmodes/compile.el (compilation-goto-locus):
15025         Use next-error-move-function.
15027         * simple.el (next-error-move-function): New variable.
15029 2009-08-12  Juri Linkov  <juri@jurta.org>
15031         * progmodes/grep.el (lgrep): Ensure that `default-directory' is
15032         always non-nil.  (Bug#4052)
15034         * replace.el (read-regexp): Return empty string when
15035         `default-value' is nil.
15036         (keep-lines-read-args): Don't use empty string as the
15037         default value for `read-regexp'.  (Bug#2495)
15039 2009-08-12  Juri Linkov  <juri@jurta.org>
15041         * international/mule-cmds.el (ucs-insert): Change arguments
15042         from `arg' to `character', `count', `inherit' to be the same
15043         as in `insert-char'.  Doc fix.  (Bug#4039)
15045         * international/mule-conf.el (utf-16be-with-signature): Doc fix.
15047 2009-08-12  Juri Linkov  <juri@jurta.org>
15049         * files-x.el: New file.
15051         * files.el: Move code that deals with adding/deleting
15052         file/directory-local variables to files-x.el.
15054         * Makefile.in (ELCFILES): Add files-x.elc.
15056 2009-08-11  Dmitry Dzhus  <dima@sphinx.net.ru>
15058         * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
15059         to use `goto-line'.
15060         (gdb-place-breakpoints, gdb-get-location): Rewritten without
15061         `goto-line'.
15062         (gdb-invalidate-disassembly): Do not refresh upon receiving
15063         'update signal.  Instead, update all disassembly buffers only after
15064         threads list.
15065         (gdb): Send -target-detach when buffer is killed (Bug#3794).
15066         (gdb-starting): Moved -data-list-register-names...
15067         (gdb-stopped): ...here so it's sent when first thread stops.
15068         (gdb-registers-handler-custom): Do nothing if register names are
15069         unknown yet.
15071         * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
15072         from `gdb-mi.el' to avoid extra tangling.
15074         * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
15075         change which breaks `gud-def' definitions used in `gdb'.
15076         (gdb-update-gud-running): No extra fuss for updating frame number.
15078 2009-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15080         * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
15081         (describe-language-environment-map, setup-language-environment-map)
15082         (set-coding-system-map): Move initialization into declaration.
15083         (set-language-info-alist): Last arg to define-key-after can be skipped.
15085         * international/quail.el (quail-completion-1): Simplify.
15086         (quail-define-rules): Use slightly more compact code.
15087         (quail-insert-decode-map): Propertize keys, compact columns.
15089         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
15090         Add goto-line.
15092 2009-08-10  Miles Bader  <miles@gnu.org>
15094         * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
15095         (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
15096         (js2-instance-member, js2-private-member, js2-private-function-call)
15097         (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
15098         (js2-magic-paren, js2-external-variable):
15099         Remove "-face" suffix from face names.
15100         (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
15101         (js2-highlight-undeclared-vars, js2-peek-token)
15102         (js2-parse-function-params, js2-mode-show-errors)
15103         (js2-mode-show-warnings, js2-make-magic-delimiter)
15104         (js2-mode-highlight-magic-parens): Update to use new face names.
15106 2009-08-09  Michael Albinus  <michael.albinus@gmx.de>
15108         * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
15109         (tramp-handle-insert-directory): Handle "--dired".  (Bug#4075)
15111 2009-08-09  Chong Yidong  <cyd@stupidchicken.com>
15113         * subr.el: Provide hashtable-print-readable.
15115         * progmodes/hideshow.el (hs-special-modes-alist): Don't use
15116         hs-c-like-adjust-block-beginning.
15117         (hs-hide-block-at-point): Stop hiding at the beginning of
15118         hs-block-end-regexp (Bug#700).
15120 2009-08-09  Dmitry Dzhus  <dima@sphinx.net.ru>
15122         * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
15123         a macro.
15124         (gdb-registers-handler-custom): Do not fail when register names
15125         are unavailable.
15127 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
15129         * progmodes/gdb-mi.el (gdb-control-all-threads)
15130         (gdb-control-current-thread): Interactive setters for
15131         `gdb-gud-control-all-threads' to use in menu.
15132         (gdb-show-run-p): Show «Go» when process is not active.
15133         (gud-tool-bar-map): Add non-stop/A,T indicator.  Uses
15134         gud/thread.xpm and gud/all.xpm.
15136 2009-08-08  Yoni Rabkin  <yoni@rabkins.net>
15138         * net/net-utils.el (net-utils-font-lock-keywords): New var.
15139         (nslookup-font-lock-keywords): Make it a variable.
15140         (net-utils-mode): New mode for viewing diagnostic network output.
15141         (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
15142         (net-utils-run-simple): New function.
15143         (ifconfig, iwconfig, netstat, arp, route): Use it.
15145 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
15147         * progmodes/gdb-mi.el (gdb-read-memory-custom)
15148         (gdb-memory-set-address, def-gdb-set-positive-number)
15149         (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
15150         after changing settings.
15151         (gdb-invalidate-disassembly): Update when first shown.
15152         (gdb-edit-locals-value): Fixed.
15153         (gdb-registers-handler-custom): Print registers in right order and
15154         allow changing register values (only for current thread yet).
15155         (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
15156         (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
15157         (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
15158         (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
15159         info in mode name.
15160         (gdb-registers-mode-map): TAB to switch to locals.
15162 2009-08-08  Eli Zaretskii  <eliz@gnu.org>
15164         * mail/rmail.el (rmail-add-mbox-headers)
15165         (rmail-set-message-counters-counter): Search for
15166         rmail-unix-mail-delimiter instead of just "From ".  (Bug#4076)
15168 2009-08-08  Glenn Morris  <rgm@gnu.org>
15170         * Makefile.in (ELCFILES): Update.
15172 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
15174         * mail/sendmail.el (mail-yank-original): Set
15175         buffer-file-coding-system from the one used by the message whose
15176         text is yanked.
15178         * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
15179         to "windows" when "pgnuplot" is used.
15180         (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
15181         call accept-process-output if "pgnuplot" is used.
15182         (calc-graph-init): Don't send -display and -geometry to
15183         "pgnuplot".  If "pgnuplot" is used, glean gnuplot version by
15184         running "pgnuplot -V" with shell-command-to-string.
15186         * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
15187         the default.
15189 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
15191         * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
15192         org/org-latex.elc.
15194 2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
15196         * vc-dispatcher.el (vc-resynch-window): Update comment.
15198         * term.el (term-handle-ansi-escape): Add comments with the
15199         terminfo capabilities implemented.
15201 2009-08-06  Dmitry Dzhus  <dima@sphinx.net.ru>
15203         * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
15204         (gdb-var-create-handler): Rewritten using JSON parser.
15205         (gdb-propertize-header): Moved earlier.
15206         (gdb-set-header): Removed to avoid duplication.
15207         (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
15208         Refresh disassembly buffers only after threads list have been
15209         update.
15210         (gdb-threads-header, gdb-registers-header): Per-buffer header line
15211         variables.
15213 2009-08-04  Juri Linkov  <juri@jurta.org>
15215         * files.el: Commands to add/delete file/directory-local variables.
15216         (read-file-local-variable, read-file-local-variable-value)
15217         (read-file-local-variable-mode, modify-file-local-variable)
15218         (modify-file-local-variable-prop-line)
15219         (modify-dir-local-variable): New functions.
15220         (add-file-local-variable, delete-file-local-variable)
15221         (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
15222         (add-dir-local-variable, delete-dir-local-variable)
15223         (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
15224         (copy-dir-locals-to-file-locals-prop-line): New commands.
15226 2009-08-04  Chong Yidong  <cyd@stupidchicken.com>
15228         * abbrev.el (insert-abbrev-table-description): Prettify output.
15229         Suggested by Karl Chen.
15231 2009-08-04  Dmitry Dzhus  <dima@sphinx.net.ru>
15233         * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
15234         (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
15235         (gdb-overlay-arrow-position, gdb-thread-position)
15236         (gdb-disassembly-position): Declare variables.
15237         (gdb-wait-for-pending): Function now.
15238         (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
15239         (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
15240         compilation goes smoothly.
15241         (gdb, gdb-non-stop, gdb-buffers): New customization groups.
15242         (gdb-non-stop-setting): New customization setting which replaces
15243         `gdb-non-stop' so changing it doesn't break active GDB session.
15244         (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
15245         (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
15246         (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
15247         (gdb-show-threads-by-default): New customization options.
15248         (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
15249         routines.
15250         (gdb-get-buffer-create): Send buffers update signal when they are
15251         created.
15252         (gdb-invalidate-locals, gdb-invalidate-registers)
15253         (gdb-invalidate-breakpoints)
15254         (gdb-invalidate-threads, gdb-invalidate-disassembly)
15255         (gdb-invalidate-memory): Accept update signal.
15256         (gdb-current-context-command): Use --frame option.
15257         (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
15258         Implement `gdb-frame-number' selection logic.
15259         (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
15260         whether to show GUD toolbar buttons.
15261         (gdb-thread-exited): Unselect current thread when it exits.
15262         (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
15263         (gdb-mark-line): Routine which sets overlay arrow or inverses
15264         video on fringeless displays.
15265         (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
15266         to build aligned columns of data in GDB buffers and set text
15267         properties line-by-line.
15268         (gdb-invalidate-breakpoints)
15269         (gdb-breakpoints-list-handler-custom)
15270         (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
15271         (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
15272         (gdb-registers-handler-custom): Align data columns.
15273         (gdb-locals-handler-custom): Now prints data like in variable
15274         declarations.
15275         (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
15276         Removed confusing buttons.
15277         (gdb-invalidate-threads): Append --frame.
15278         (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
15279         between breakpoints/threads buffers.
15280         (gdb-set-window-buffer): Now can ignore dedicated windows.
15281         (gdb-propertize-header): Use `gdb-set-window-buffer'.
15282         (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
15283         (def-gdb-thread-buffer-gud-command): Replaces
15284         `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
15285         for fine thread control.
15286         (gdb-preempt-existing-or-display-buffer): New function used to
15287         display bound buffers without breaking window layout.
15288         (gdb-frame-location): Replaces `gdb-insert-frame-location'.
15289         (gdb-select-frame): New version of `gdb-frames-select' which now
15290         sets `gdb-frame-number' so commands may use --frame option instead
15291         of inner debugger state.
15292         (gdb-frame-handler): Do not set `gdb-frame-number'.
15293         (gdb-threads-mode-map): Select threads with mouse.
15295         * progmodes/gud.el (gdb-gud-context-call): Declare function to
15296         avoid compilation warning.
15297         (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
15298         `gdb-show-stop-p`.
15300         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
15301         Argument `key' renamed to `buffer-type'.
15302         (gdb-current-context-buffer-name): Do not add thread info to
15303         buffer name when no thread is selected.
15304         (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
15305         command (bug 3794).
15306         (gdb-thread-selected): Handle `=thread-selected' notification.
15307         (gdb-wait-for-pending): New macro to deal with congestion problems.
15308         (gdb-breakpoints-list-handler-custom): Don't fail on pending
15309         breakpoints.
15310         (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
15311         This fixes problem similar to one described in bug 3947.
15312         (gud-menu-map): More menu items.
15313         (gdb-init-1): Reset `gdb-thread-number' to nil.
15315         * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
15316         non-stop settings.
15318         * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
15319         (gdb-current-context-command): Do not append --thread if
15320         `gdb-thread-number' is nil.
15321         (gdb-running-threads-count, gdb-stopped-threads-count): New
15322         variables.
15323         (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
15324         (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
15325         customization options.
15326         (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
15327         GUD commands.
15328         (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
15329         (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
15330         (gdb-setq-thread-number, gdb-update-gud-running): New functions to
15331         set `gdb-thread-number' and update `gud-running' properly.
15332         (gdb-running): Update threads list when new threads appear.
15333         (gdb-stopped): Support non-stop operation and new thread switching
15334         logic.
15335         (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
15336         (gdb-json-partial-output): New set of JSON routines.
15337         (def-gdb-auto-update-trigger): New `signal-list' optional
15338         argument.
15339         (gdb-thread-list-handler-custom): Update `gud-running',
15340         `gdb-stopped-threads-count' and `gdb-running-threads-count'.
15341         (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
15342         (gdb-continue-thread, gdb-step-thread): New commands for fine
15343         thread execution control.
15344         (gud-menu-map): New menu items to switch non-stop options.
15345         (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
15346         (gdb-send): Mimic RET properly (bug 3794).
15348         * progmodes/gdb-mi.el (gdb-rules-name-maker)
15349         (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
15350         gdb-buffer-rules.
15351         (def-gdb-auto-update-handler): New nopreserve optional argument.
15352         (gdb-stack-list-frames-custom): Print stack from top to bottom.
15354         * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
15355         (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
15356         (gdb-parent-mode): New mode to derive other GDB modes from.
15357         (gdb-display-disassembly-for-thread)
15358         (gdb-frame-disassembly-for-thread): New commands for threads
15359         buffer.
15361         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
15362         (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
15363         (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
15364         (gdb-update): We now store all GDB buffers in a list so that they
15365         can be updated by traversing a list instead of calling invalidate
15366         triggers explicitly.
15367         (def-gdb-trigger-and-handler): New macro to define trigger-handler
15368         pair for GDB buffer.
15369         (gdb-stack-buffer-name): Add thread information.
15370         (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
15371         handle pending triggers.
15372         (gdb-threads-mode-map, def-gdb-thread-buffer-command)
15373         (def-gdb-thread-buffer-simple-command)
15374         (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
15375         (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
15376         (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
15377         New commands which show buffers bound to thread.
15378         (gdb-stack-list-locals-regexp): Removed unused regexp.
15380         * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
15381         (gdb-locals-buffer-name, gdb-registers-buffer-name)
15382         (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
15383         to (gud-comint-buffer) in *-buffer-name functions
15384         because (gdb-get-target-string) already does that.
15385         (gdb-locals-handler-custom, gdb-registers-handler-custom)
15386         (gdb-changed-registers-handler): Rewritten without regexps.
15388         * progmodes/gdb-mi.el: Basic thread selection support.
15389         (gdb-thread-number): New variable.
15390         (gdb-current-context-command): New macro which adds --thread
15391         option to command.
15392         (gdb-threads-mode-map): Select thread with SPC.
15393         (gdb-thread-list-handler-custom): Mark current thread with overlay
15394         arrow.  Synchronize GDB thread and Emacs thread.
15395         (gdb-select-thread): New command which selects current thread.
15396         (gdb-invalidate-frames, gdb-invalidate-locals)
15397         (gdb-invalidate-registers): Use --thread option.
15399 2009-08-04  Michael Albinus  <michael.albinus@gmx.de>
15401         * net/tramp.el (top): Make check for tramp-gvfs loading more
15402         robust.  (Bug#3977)
15403         (tramp-handle-insert-file-contents): `unwind-protect' must be
15404         inside `with-parsed-tramp-file-name'.
15406         * net/tramp-gvfs.el (top): Remove superfluous message when loading
15407         fails.
15409 2009-08-03  Nick Roberts  <nickrob@snap.net.nz>
15411         * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
15412         directory if CLASSPATH is not set.
15414 2009-08-03  Michael Albinus  <michael.albinus@gmx.de>
15416         * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
15417         New defconst.
15418         (tramp-rfn-eshadow-update-overlay): Use it.  (Bug#4004)
15420 2009-08-02  Kevin Ryde  <user42@zip.com.au>
15422         * net/newst-backend.el (newsticker--raw-url-list-defaults):
15423         Update freshmeat link.  Delete newsforge.com as it seems gone.
15425 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
15427         * select.el (x-set-selection): Doc fix (Bug#4021).
15429         * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
15431         * help-fns.el (describe-variable): Treat list return values from
15432         dir-locals-find-file properly (Bug#4005).
15434 2009-08-02  Julian Scheid  <julians37@googlemail.com>  (tiny change)
15436         * net/tramp.el (tramp-debug-message): Print also microseconds.
15438 2009-08-02  Michael Albinus  <michael.albinus@gmx.de>
15440         * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
15441         or END is non-nil.
15442         (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
15443         (tramp-get-debug-buffer): Change `outline-regexp' according to new
15444         format.
15446         * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
15447         (tramp-get-file-property): Use it.
15449         * autorevert.el (auto-revert-handler): Allow
15450         `auto-revert-tail-mode' for remote files.
15452 2009-08-02  Jason Rumney  <jasonr@gnu.org>
15454         * minibuffer.el (read-file-name): Treat confirm options to
15455         MUSTMATCH as nil when invoking x-file-dialog.  (Bug#3969)
15457 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
15459         * font-lock.el (font-lock-string-face, font-lock-builtin-face)
15460         (font-lock-variable-name-face, font-lock-constant-face): Darken
15461         the colors for light backgrounds.
15463 2009-08-01  Eli Zaretskii  <eliz@gnu.org>
15465         * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
15466         month names.  (Bug#3987)
15468 2009-07-31  Chong Yidong  <cyd@stupidchicken.com>
15470         * simple.el (line-move-finish): Pass whole number to
15471         line-move-to-column.
15472         (line-move-visual): Perform hscroll to the recorded position.
15474 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
15476         * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
15478 2009-07-29  Alan Mackenzie  <acm@muc.de>
15480         * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
15482 2009-07-29  Dmitry Dzhus  <dima@sphinx.net.ru>
15484         * progmodes/gdb-mi.el (gdb-goto-breakpoint)
15485         (gdb-place-breakpoints): Use full path when setting breakpoints.
15487 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
15489         * calc/calc.el (calc-mode-map): Add keybinding for
15490         `calc-transpose-lines'.
15492 2009-07-29  Vincent Belaïche  <vincent.belaiche@gmail.com>
15494         * calc/calc-misc.el (calc-transpose-lines): New function.
15496 2009-07-28  Michael Albinus  <michael.albinus@gmx.de>
15498         * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
15499         Simplify check for out-of-band methods.
15500         (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
15501         remote.  Remove messages which are in `tramp-do-copy-or-rename-file'.
15503 2009-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
15505         * vc-git.el (vc-git-checkin): Fix typo.
15507 2009-07-28  Steve Yegge  <steve.yegge@gmail.com>
15509         * progmodes/js2-mode.el: New file.
15511 2009-07-28  Nick Roberts  <nickrob@snap.net.nz>
15513         * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
15514         (gud-menu-map): Adjust tooltip accordingly.
15516 2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
15518         * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
15519         (vc-bzr-log-view-mode): Adjust log-view-file-re.
15521         * add-log.el (change-log-mode-map): Add a menu.
15523 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
15525         * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
15526         function returns nil.
15527         (dbus-handle-event): Handle special return value :ignore.
15528         Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
15530 2009-07-26  Chong Yidong  <cyd@stupidchicken.com>
15532         * view.el (view-mode-enable): Don't define Helper-return-blurb if
15533         it's not needed.
15535 2009-07-25  Eli Zaretskii  <eliz@gnu.org>
15537         Fix Bug#3888:
15539         * w32-vars.el (x-select-enable-clipboard): Doc fix.
15541         * term/pc-win.el (x-display-name, x-colors)
15542         (x-select-enable-clipboard, x-select-text): Doc fix.
15544         * term/common-win.el (x-display-name, x-colors): Doc fix.
15546         * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
15547         (xw-defined-colors): Doc fix.
15549         * w32-fns.el (x-select-text, x-setup-function-keys)
15550         (x-get-selection, x-set-selection): Doc fix.
15552         * term/x-win.el (x-select-text, x-setup-function-keys)
15553         (x-select-enable-clipboard, xw-defined-colors): Doc fix.
15555         * select.el (x-set-selection): Doc fix.
15557 2009-07-25  Michael Albinus  <michael.albinus@gmx.de>
15559         * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
15560         instead of "IsNSSSupportAvailable".  Avahi ought to work also when
15561         "IsNSSSupportAvailable" method is not available.  Reported by
15562         Steve Youngs <steve@sxemacs.org>.
15564 2009-07-24  Kenichi Handa  <handa@m17n.org>
15566         * international/characters.el: Fix setting of category ?C, ?|, ?K,
15567         and ?H.  Fix setting of case for Latin Extended and Greek Extended.
15568         (build-unicode-category-table): Fix range checks.
15570 2009-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
15572         * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
15573         the buffer we try to sync is current when calling
15574         vc-resynch-buffer.
15576         * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
15577         not show up to date files.
15579 2009-07-24  Glenn Morris  <rgm@gnu.org>
15581         * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
15582         Add autoload cookies.  If necessary, initialize.
15583         (elint-log): Handle non-file buffers.
15584         (elint-initialize): Add optional argument to reinitialize.
15585         (elint-find-builtin-variables): Save excursion.
15587 2009-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
15589         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
15590         for Lint.
15592 2009-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
15594         * vc.el (vc-print-log-internal): New function, split out from ...
15595         (vc-print-log): ... here.
15596         (vc-dir-move-to-goal-column): Declare.
15598         * vc-git.el (vc-git-add-signoff): New variable.
15599         (vc-git-checkin): Use it.
15600         (vc-git-toggle-signoff): New function.
15601         (vc-git-extra-menu-map): Bind it to menu.
15602         (vc-git--run-command-string): Accept a nil FILE argument.
15603         (vc-git-stash-list): New function.
15604         (vc-git-dir-extra-headers): Use it.
15606 2009-07-23  Glenn Morris  <rgm@gnu.org>
15608         * help-fns.el (describe-variable): Describe ignored and risky local
15609         variables in a similar way to that in which we describe safe ones.
15611         * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
15612         (byte-compile-output-file-form, byte-compile-output-docform)
15613         (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
15614         Give some more local variables with common names a "bytecomp-" prefix,
15615         so as not to shadow things during compilation.
15616         * emacs-lisp/cl-macs.el (load-time-value)
15617         * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
15618         `outbuffer' to `bytecomp-outbuffer'.
15620         * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
15621         since the next two variables cover them automatically now.
15622         (elint-builtin-variables, elint-autoloaded-variables): New.
15623         (elint-unknown-builtin-args): Remove all members, since they can be
15624         parsed automatically now.
15625         (elint-extra-errors): New.
15626         (elint-env-add-env, elint-env-add-macro): Use cadr.
15627         (elint-current-buffer): Use or.  Change final message.
15628         (elint-get-top-forms): Use line-end-position.
15629         (elint-init-env): Use cadr.  Handle autoload, declare-function,
15630         and defalias.
15631         (elint-add-required-env): Doc fix.  Use or.  Standardize error.
15632         (regexp-assoc): Remove unused function.
15633         (elint-top-form): Set elint-current-pos, to record the start of the
15634         top-level form, for compilation-mode.
15635         (elint-form): Trap errors in macro expansion.  Use dolist.
15636         (elint-unbound-variable): Use elint-builtin-variables and
15637         elint-autoloaded-variables.
15638         (elint-get-args): Use cadr, or.
15639         (elint-check-cond-form): Use dolist, cadr.
15640         (elint-check-condition-case-form): Doc fix.  Use cadr.
15641         Use elint-extra-errors.
15642         (elint-log): New function.
15643         (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
15644         Distinguish errors and warnings.
15645         (elint-log-message): Use with-current-buffer.  Inhibit read-only.
15646         Use a bytecomp-style format.
15647         (elint-clear-log): Preserve default-directory.  Inhibit read-only.
15648         (elint-get-log-buffer): Use compilation mode.  Disable undo.
15649         Don't truncate lines.
15650         (elint-initialize): Set builtin and autoloaded variable lists.
15651         Only process elint-unknown-builtin-args if non-nil.
15652         (elint-find-builtin-variables, elint-find-autoloaded-variables):
15653         New functions.
15654         (elint-find-builtin-args): Doc fix.  Handle "BODY...)".
15656 2009-07-22  Kevin Ryde  <user42@zip.com.au>
15658         * net/newst-backend.el (newsticker--parse-atom-1.0)
15659         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
15660         (newsticker--parse-rss-1.0):
15661         * progmodes/idlwave.el (idlwave-mode):
15662         * progmodes/idlw-shell.el (idlwave-shell-mode):
15663         * progmodes/vera-mode.el (vera-mode):
15664         * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
15665         * progmodes/vhdl-mode.el (vhdl-mode):
15666         * textmodes/table.el (table-generate-source)
15667         (table--warn-incompatibility):
15668         Hyperlink urls in docstrings with URL `...'.
15670 2009-07-22  Glenn Morris  <rgm@gnu.org>
15672         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
15673         * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
15674         * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
15675         Remove leading * from defcustom docs.
15677         * simple.el (blink-matching-paren-distance): Bump to 100k.  (Bug#3889)
15679         * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
15680         defcustom doc.
15681         (list-load-path-shadows): Optionally, just return shadows as a string.
15683         * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
15685 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
15687         * mail/rmailedit.el (rmail-edit-mode): Use
15688         auto-save-include-big-deletions.
15690         * mail/rmail.el (rmail-variables): Use
15691         auto-save-include-big-deletions.
15693         * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
15694         changes.
15696 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
15698         * calc/calc.el (calc-undo-length): New variable.
15699         (calc-quit): Truncate rather than eliminate `calc-undo-list'.
15701 2009-07-21  Richard Stallman  <rms@gnu.org>
15703         * files.el (auto-save-mode): Handle buffer-save-size = -2
15704         for toggling mode.
15706 2009-07-21  Glenn Morris  <rgm@gnu.org>
15708         * textmodes/ispell.el (ispell-looking-back): Update declaration.
15710         * calendar/todo-mode.el (calendar-current-date): Update declaration.
15712         * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
15713         silence compiler.  Instead...
15714         (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
15715         (ps-print-ensure-fontified): Update for above function name changes.
15717         * printing.el (pr-mh-get-msg-num, pr-mh-show)
15718         (pr-mh-start-of-uncleaned-message): Remove aliases only used to
15719         silence compiler.  Instead...
15720         (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
15721         (mh-show-buffer): Only define for compiler.
15722         (pr-mh-current-message): Update for above function name changes.
15724         * files.el (abort-if-file-too-large): Explicitly pass `filename'
15725         as an argument.
15726         (find-file-noselect, insert-file-1): Update for above change.
15728         * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
15730         * mail/mailclient.el (mailclient-send-it): Fix message.
15732         * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
15733         (edebug-eval): Check cl-debug-env is bound.
15734         (print-level, print-circle): Don't redefine built-in variables.
15736         * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
15737         (custom-print-vectors): Remove old comments from doc.
15739         * emerge.el (menu-bar-emerge-menu): Remove unused variable.
15740         (emerge-version): Make the variable an obsolete alias for the
15741         emacs-version variable.  Make the function obsolete.
15742         (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
15743         Emerge options, rather than merging in into the main Options menu.
15744         (emerge-options-menu): Adjust menu text.  Use buttons for skip prefers
15745         and auto advance modes.  Disable edit/fast items when not relevant.
15747 2009-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
15749         * term/vt420.el (terminal-init-vt420): Fix typo.
15751 2009-07-20  Sam Steingold  <sds@gnu.org>
15753         * progmodes/ada-mode.el (compile-auto-highlight): Remove the
15754         variable (removed from compile.el on 2004-03-11).
15756 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
15758         * files.el (hack-local-variables-filter): Fix last change.
15760 2009-07-19  Juri Linkov  <juri@jurta.org>
15762         * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
15763         (dir-local-variables-alist): New buffer-local variable.
15764         (hack-local-variables-filter): If variable is not dir-local,
15765         i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
15766         because file-local overrides dir-local.
15767         (c-postprocess-file-styles) <declare-function>:
15768         Remove obsolete declaration.
15769         (hack-dir-local-variables): Add dir-local variable/value pair to
15770         `dir-local-variables-alist' and remove duplicates.  Doc fix.
15772         * help-fns.el (describe-variable): Add information about
15773         file-local and dir-local variables.
15775 2009-07-19  Chong Yidong  <cyd@stupidchicken.com>
15777         * files.el (hack-local-variables-filter): Rewrite.
15779 2009-07-19  Glenn Morris  <rgm@gnu.org>
15781         * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
15782         Silence compiler by only defining on XEmacs.
15784         * international/mule.el (auto-coding-regexp-alist): Only match
15785         BABYL... at the start of buffer, not of lines.  (Bug#3790)
15787         * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
15788         non-calendar buffers (Bug#3862).  Restore "not on a date" message.
15789         (cal-menu-context-mouse-menu): Doc fix.
15791         * desktop.el (desktop-buffers-not-to-save): Set :version tag.
15793         * simple.el (mail-user-agent): Doc fix.  Set :version tag.
15795 2009-07-18  Juri Linkov  <juri@jurta.org>
15797         * info.el: Virtual Info keyword finder.
15798         (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
15799         (Info-finder-file): New variable.
15800         (Info-finder-find-file): New function.
15801         (finder-known-keywords, finder-package-info)
15802         (find-library-name, lm-commentary): Use defvar and
15803         declare-function to silence compiler warnings.
15804         (Info-finder-find-node): New function.
15805         (info-finder): New command.
15807         * subr.el (process-kill-buffer-query-function): New function.
15808         (add-hook)<kill-buffer-query-functions>: Add hook
15809         `process-kill-buffer-query-function'.
15811 2009-07-18  Alan Mackenzie  <acm@muc.de>
15813         * progmodes/cc-mode.el (c-before-hack-hook)
15814         (c-postprocess-file-styles): Give invocation of `c-set-style'
15815         DONT-OVERRIDE parameter of t.  Already set style variables will
15816         thus not be overridden by style settings given by `c-file-syle'.
15818         * files.el (hack-local-variables-filter): Remove entries with
15819         duplicate keys from `file-local-variables-alist'.
15821 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
15823         * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
15824         x-set-selection if display-selections-p returns nil for the
15825         current frame.
15827 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
15829         * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
15831 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
15833         * desktop.el (desktop-buffers-not-to-save): Default value is nil.
15834         Accept nil in addition to a regexp.
15835         (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
15836         Accept nil in addition to a regexp.
15837         (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
15838         buffers that have an associated file.  Handle nil values of
15839         desktop-buffers-not-to-save and desktop-files-not-to-save.
15840         (Bug#3833)
15842         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
15843         (x-disown-selection-internal): New functions.
15845 2009-07-18  Nick Roberts  <nickrob@snap.net.nz>
15847         * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
15848         warning.
15849         (gdb-breakpoints-header): Move forward to avoid compiler warning.
15850         (gdb-make-header-line-mouse-map): Remove duplicate definition.
15852 2009-07-18  David De La Harpe Golden  <david@harpegolden.net>
15854         * simple.el (set-mark): Revert last change.
15856 2009-07-17  Tassilo Horn  <tassilo@member.fsf.org>
15858         * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
15859         rendering of pngs is not possible instead of messaging a long
15860         description.
15862 2009-07-17  David De La Harpe Golden  <david@harpegolden.net>
15864         * w32-fns.el (x-selection-owner-p): New function.
15866         * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
15867         (mouse-yank-at-click, mouse-yank-primary): If
15868         select-active-regions is non-nil, deactivate the mark before
15869         insertion.
15871         * simple.el (deactivate-mark, set-mark): Only save selection if we
15872         own it.
15874 2009-07-17  Kenichi Handa  <handa@m17n.org>
15876         * case-table.el (describe-buffer-case-table): Fix for the case
15877         that KEY is a cons.
15879 2009-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
15881         * vc-rcs.el (vc-rcs-find-file-hook):
15882         * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
15884 2009-07-16  Michael Albinus  <michael.albinus@gmx.de>
15886         * net/tramp.el (tramp-wait-for-output): Handle the case when
15887         commands do not return a newline but a null byte before the shell
15888         prompt.  (Bug#3858)
15890 2009-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15892         * term/ns-win.el (ns-set-alpha): Don't declare.
15893         (ns-set-background-alpha): Remove function.
15895 2009-07-16  Kevin Ryde  <user42@zip.com.au>
15897         * emacs-lisp/copyright.el (copyright-update): Save match-data across
15898         y-or-n-p, for safety.
15900 2009-07-16  Richard Stallman  <rms@gnu.org>
15902         * files.el (auto-save-mode): If buffer-saved-size is -2,
15903         don't clobber it.
15905         * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
15906         (rmail-retry-ignored-headers): Add more uninteresting fields.
15908 2009-07-15  Jari Aalto  <jari.aalto@cante.net>
15910         * net/rcirc.el (rcirc): Use history variables.
15911         (rcirc-server-name-history, rcirc-nick-name-history)
15912         (rcirc-server-port-history): New variables.
15914 2009-07-15  Kenichi Handa  <handa@m17n.org>
15916         * international/mule-cmds.el (set-language-environment-charset):
15917         If coding-system-charset-list returns `iso-2022' or `emacs-mule',
15918         ignore them.
15920         * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
15921         Delete unibyte-display.
15923 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
15925         * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
15927 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
15929         * simple.el (deactivate-mark): Optional argument FORCE.
15930         (set-mark): Use deactivate-mark.
15932         * info.el (Info-search): No need to check transient-mark-mode
15933         before calling deactivate-mark.
15935         * select.el (x-set-selection): Doc fix.
15936         (x-valid-simple-selection-p): Allow buffer values.
15937         (xselect--selection-bounds): Handle buffer values.  Suggested by
15938         David De La Harpe Golden.
15940         * mouse.el (mouse-set-region, mouse-drag-track): Call
15941         copy-region-as-kill before setting the mark, to let
15942         select-active-regions work.
15944 2009-07-15  David De La Harpe Golden  <david@harpegolden.net>
15946         * simple.el (deactivate-mark): If select-active-regions is
15947         non-nil, copy the selection data into a string.
15948         (activate-mark): If select-active-regions is non-nil, set the
15949         selection to the current buffer.
15950         (set-mark): Update selection if select-active-regions is non-nil.
15952         * select.el (x-valid-simple-selection-p): Allow buffer values.
15954 2009-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
15956         * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
15957         and more featureful message-mode.
15959 2009-07-14  Chong Yidong  <cyd@stupidchicken.com>
15961         * select.el (x-set-selection): Doc fix.
15962         (x-valid-simple-selection-p): Disallow selection data consisting
15963         of a list or cons of integers, since that is not used.
15964         (xselect--selection-bounds, xselect--int-to-cons): New functions.
15965         (xselect-convert-to-string, xselect-convert-to-length)
15966         (xselect-convert-to-filename, xselect-convert-to-charpos)
15967         (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
15969 2009-07-14  Dmitry Dzhus  <dima@sphinx.net.ru>
15971         * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
15972         output in -break-info command (Emacs bug #3794).
15974 2009-07-14  Glenn Morris  <rgm@gnu.org>
15976         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
15977         (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
15978         (edebug-print-length, edebug-print-level, edebug-print-circle)
15979         (edebug-sit-for-seconds, edebug-view-outside)
15980         (edebug-bounce-point, edebug-set-global-break-condition)
15981         (edebug-Go-nonstop-mode, edebug-trace-mode)
15982         (edebug-Trace-fast-mode, edebug-continue-mode)
15983         (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
15984         (edebug-visit-eval-list): Doc fixes.
15986         * subr.el (def-edebug-spec): Doc fix.
15988 2009-07-14  Kenichi Handa  <handa@m17n.org>
15990         * international/characters.el: Fix setting of category ?C.
15992 2009-07-13  Jan Djärv  <jan.h.d@swipnet.se>
15994         * term/ns-win.el (x-select-font): defalias x-select-font to
15995         ns-popup-font-panel instead of generate-fontset-menu.
15997 2009-07-12  Eli Zaretskii  <eliz@gnu.org>
15999         * desktop.el (desktop-buffers-not-to-save): Remove ".log".  (Bug#3833)
16001 2009-07-12  Peter Jolly  <peter@jollys.org>  (tiny change)
16003         * arc-mode.el (archive-find-type): Allow for a PK00 string before
16004         the PK\003\004 header (Bug#3770).
16006 2009-07-12  Guanpeng Xu  <herberteuler@hotmail.com>
16008         * pcomplete.el (pcomplete-comint-setup): Check for
16009         shell-dynamic-complete-filename too.
16011 2009-07-11  Chong Yidong  <cyd@stupidchicken.com>
16013         * simple.el (temporary-goal-column): Change the value for
16014         line-move-visual to a cons cell.
16015         (line-move-visual): Record or set the window hscroll, if
16016         necessary (Bug#3494).
16017         (line-move-1): Handle cons value of temporary-goal-column.
16019 2009-07-11  Kenichi Handa  <handa@m17n.org>
16021         * international/mule-diag.el (describe-character-set): Don't show
16022         width.
16024 2009-07-10  Sam Steingold  <sds@gnu.org>
16026         * progmodes/compile.el (compilation-mode-font-lock-keywords):
16027         Omake sometimes indents the errors it prints, so allow all
16028         regexps to start with spaces.
16030 2009-07-10  Eli Zaretskii  <eliz@gnu.org>
16032         * cus-edit.el (customize-changed-options-previous-release):
16033         Bump value to 22.1.  (Bug#3804)
16035 2009-07-08  Sam Steingold  <sds@gnu.org>
16037         * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
16038         to be a cons cell (test . ignored-directory) to selectively ignore
16039         some directories depending on the location of the search.
16041 2009-07-08  Michael Albinus  <michael.albinus@gmx.de>
16043         * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
16044         remote user is root, on the local host.
16045         (tramp-local-host-p): Either the local user or the remote user
16046         must be root.  (Bug#3771)
16048 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
16050         * progmodes/gdb-mi.el (gdb): Remove description of
16051         gdb-use-separate-io-buffer.
16052         (menu): Don't allow toggling of or enable
16053         gdb-use-separate-io-buffer from menubar.
16055 2009-07-08  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
16057         * mail/unrmail.el (unrmail): Make sure the message ends with two
16058         newlines (Bug#3769).
16060 2009-07-08  Glenn Morris  <rgm@gnu.org>
16062         * calendar/calendar.el (calendar-current-date): Rework previous change.
16064 2009-07-08  Ed Reingold  <reingold@emr.cs.iit.edu>
16066         * calendar/calendar.el (calendar-current-date):
16067         Add an optional argument giving an offset from today.
16069 2009-07-08  Glenn Morris  <rgm@gnu.org>
16071         * tutorial.el (tutorial--describe-nonstandard-key):
16072         Adjust the message for when a key has been unbound.
16073         (help-with-tutorial): Hide the arch-tag.
16075 2009-07-08  Kenichi Handa  <handa@m17n.org>
16077         * international/fontset.el (setup-default-fontset): For each
16078         script, append (not set) font-specs.
16080         * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
16081         docstring.
16083 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
16085         * progmodes/gdb-mi.el (gdb-init-1): Move sending
16086         -data-list-register-names to ...
16087         (gdb-starting): ... here because GDB 7.0 requires execution to
16088         have started when using this MI command.
16089         (gdb-set-header): New function to distinguish select and
16090         unselected tabs in gdb buffers.
16091         (gdb-propertize-header): New macro that uses gdb-set-header.
16092         (gdb-breakpoints-header, gdb-locals-header): Use it.
16093         (gdb-disassembly-mode-map): Add keybinding to kill buffer.
16095 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
16097         * Makefile.in (ELCFILES): Remove fadr.elc.
16099 2009-07-07  Dmitry Dzhus  <dima@sphinx.net.ru>
16101         * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
16102         may contain frame information, so `string-match' should be used.
16103         (gdb-update): Disassembly is invalidated through
16104         `gdb-get-selected-frame'.
16105         (gdb-pad-string): New function to pad string with spaces.
16106         (gdb-invalidate-disassembly): Invalidate only if the buffer
16107         exists.
16108         (gdb-disassembly-handler-custom): Column alignment.
16109         (gdb-disassembly-place-breakpoints): Clear old breakpoints before
16110         placing new ones.
16111         (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
16112         end of line, too.
16113         (gdb-frame-handler): Match convention to for disassembly buffer
16114         mode name.
16115         (gdb-stack-list-frames-handler): Rewritten without regexps.
16116         (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
16117         not highlight breakpoints without line information.
16118         (gdb-input): Add trailing newline to command.
16120         * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
16121         buffer properly.
16122         (gdb-breakpoints-list-handler-custom): Replacement for
16123         `gdb-break-list-handler'.  Using real parser instead of regexps
16124         now.
16125         (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
16126         Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
16127         to place breakpoints.
16128         (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
16129         functions.
16130         (gdb-disassembly-handler-custom): Show overlay arrow.
16131         (gdb-disassembly-place-breakpoints): Show breakpoints in
16132         disassembly buffer.
16133         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
16134         (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
16135         instead of parsing breakpoints buffer.  Fixed old menu references
16136         in `gud-menu-map'.
16138         * fadr.el: Remove.
16140         * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
16141         (gdb-memory-address): New variable which holds top address of
16142         memory page shown in memory buffer.
16143         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
16144         customization variables.
16145         New functions:
16146         (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
16147         display the memory buffer.
16148         (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
16149         buffer display parameters.
16150         (def-gdb-memory-format, gdb-memory-format-binary)
16151         (gdb-memory-format-octal, gdb-memory-format-unsigned)
16152         (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
16153         Functions for setting memory buffer format.
16154         (gdb-memory-unit-word, gdb-memory-unit-halfword)
16155         (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
16156         unit size used in memory buffer.
16157         (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
16158         to next/previous page of memory buffer.
16159         Now using (bindat-get-field) instead of fadr functions.
16161 2009-07-07  Sam Steingold  <sds@gnu.org>
16163         * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
16164         non-top-level files.
16166 2009-07-07  Kenichi Handa  <handa@m17n.org>
16168         * international/mule-cmds.el (reset-language-environment): Put
16169         the highset priority to the charset iso-8859-1.
16171 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
16173         * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
16174         to the end of the line when locating the block (Bug#700).
16176 2009-07-06  Michael Albinus  <michael.albinus@gmx.de>
16178         * net/tramp.el (tramp-handle-write-region): Flush file properties
16179         in case of short track.
16181 2009-07-06  Michael McNamara  <mac@mail.brushroad.com>
16183         * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
16184         Coded custom representation of verilog error regular expressions
16185         to work with Emacs-22's new format.
16186         (verilog-error-regexp-xemacs-alist): Coded custom representation
16187         of verilog error regular expressions to work with XEmacs format.
16188         (verilog-error-regexp-add-xemacs): Hook routine to install verilog
16189         error recognition into XEmacs.
16190         (verilog-error-regexp-add-emacs): Hook routine to install verilog
16191         error recognition into Emacs-22.
16193 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
16195         * woman.el: Remove stand-alone closing parentheses.
16196         (woman-file-name, woman2-format-paragraphs)
16197         (woman-leave-blank-lines): Code cleanup.
16198         (woman-use-own-frame): Change default to nil.
16199         (woman-italic, woman-bold, woman-unknown, woman-addition): Change
16200         defaults to inherit from default faces.
16201         (woman2-process-escapes): Consume the newline after a stand-alone
16202         filler character (Bug#3651).
16204 2009-07-06  Glenn Morris  <rgm@gnu.org>
16206         * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
16207         (top-level): Move provide to the end.
16208         (ffap): Remove defunct URL from custom group.
16210         * subr.el (eval-after-load): Doc fix.
16212 2009-07-06  Vincent Belaïche  <vincent.belaiche@gmail.com>
16214         * calc/calc-embed.el (calc-embedded-make-info): Don't force when
16215         `calc-embedded-word' is called twice.
16217 2009-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
16219         * files.el (find-alternate-file-other-window, find-alternate-file):
16220         Obey confirm-nonexistent-file-or-buffer.
16222 2009-07-05  Michael Albinus  <michael.albinus@gmx.de>
16224         * dired-aux.el (dired-show-file-type): Handle remote files.
16226 2009-07-05  Jari Aalto  <jari.aalto@cante.net>
16228         * desktop.el (desktop-globals-to-save):
16229         Add file-name-history (Bug#2750).
16231 2009-07-05  Chong Yidong  <cyd@stupidchicken.com>
16233         * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
16235 2009-07-04  Johan Bockgård  <bojohan@gnu.org>
16237         * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
16238         property on entire argument since this is what eshell-lisp-command
16239         expects.
16241 2009-07-03  Michael Albinus  <michael.albinus@gmx.de>
16243         * net/tramp-gvfs.el (tramp-gvfs-methods)
16244         (tramp-gvfs-zeroconf-domain)
16245         (tramp-bluez-discover-devices-timeout): Add version flag.
16246         (tramp-gvfs-handler-mounted-unmounted)
16247         (tramp-gvfs-connection-mounted-p): Polish handling of
16248         incompatibilities between GVFS 0.2 and 1.0.
16250 2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
16252         * cus-start.el (all): Add make-pointer-invisible.
16254 2009-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
16256         * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
16257         formatted correctly.
16259 2009-07-02  Juri Linkov  <juri@jurta.org>
16261         * info.el: Virtual Info files and nodes.
16262         (Info-virtual-files, Info-virtual-nodes): New variables.
16263         (Info-current-node-virtual): New variable.
16264         (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
16265         New functions.
16266         (Info-file-supports-index-cookies): Use Info-virtual-file-p
16267         to check for a virtual file instead of checking a fixed list
16268         of node names.
16269         (Info-find-file): Use Info-virtual-fun and Info-virtual-call
16270         instead of ad-hoc processing of "dir" and (apropos history toc).
16271         (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
16272         instead of ad-hoc processing of "dir" and (apropos history toc).
16273         Reread a file when moving from a virtual node.
16274         (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
16275         (Info-directory-toc-nodes, Info-directory-find-file)
16276         (Info-directory-find-node): New functions.
16277         (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
16278         (Info-history): Move part of code to
16279         `Info-history-find-node'.
16280         (Info-history-toc-nodes, Info-history-find-file)
16281         (Info-history-find-node): New functions.
16282         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
16283         (Info-toc): Move part of code to `Info-toc-find-node'.
16284         (Info-toc-find-node): New function.
16285         (Info-toc-insert): Rename from `Info-insert-toc'.  Don't insert
16286         the current Info file name to references because now the node
16287         "*TOC*" belongs to the same Info manual.
16288         (Info-toc-build): Rename from `Info-build-toc'.
16289         (Info-toc-nodes): Rename input argument `file' to `filename'.
16290         Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
16291         instead of ad-hoc processing of ("dir" apropos history toc).
16292         (Info-index-nodes): Use Info-virtual-file-p
16293         to check for a virtual file instead of checking a fixed list
16294         of node names.
16295         (Info-index-node): Add check for `Info-current-node-virtual'.
16296         Raise `save-match-data' higher up the tree to contain
16297         `search-forward' too (bug fix).
16298         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
16299         (Info-virtual-index-nodes): New variable.
16300         (Info-virtual-index-find-node, Info-virtual-index): New functions.
16301         (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
16302         (Info-apropos-file, Info-apropos-nodes): New variables.
16303         (Info-apropos-toc-nodes, Info-apropos-find-file)
16304         (Info-apropos-find-node, Info-apropos-matches): New functions.
16305         (info-apropos): Move part of code to `Info-apropos-find-node' and
16306         `Info-apropos-matches'.
16307         (Info-mode-map): Bind "I" to `Info-virtual-index'.
16308         (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
16309         for a virtual file instead of checking a fixed list of node names.
16311         * simple.el (async-shell-command): New command.
16313         * bindings.el (esc-map): Bind "&" to `async-shell-command'.
16315         * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
16316         instead of `mount-info'.
16318 2009-07-02  Michael Albinus  <michael.albinus@gmx.de>
16320         * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
16321         (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
16323 2009-07-02  Kenichi Handa  <handa@m17n.org>
16325         * international/mule.el (set-keyboard-coding-system): Force *-unix
16326         coding-system to avoid eol conversion.
16328 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
16330         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
16331         Add handler for `process-file', `shell-command' and
16332         `start-file-process'.
16333         (tramp-gvfs-handle-shell-command)
16334         (tramp-gvfs-handle-start-file-process)
16335         (tramp-gvfs-handle-process-file): New defuns.
16336         (tramp-synce-list-devices): Simplify check for existence of property.
16338 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
16340         * startup.el (command-line-x-option-alist): Add -mm and --maximized.
16342 2009-07-01  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
16344         * language/korean.el (set-language-info-alist): Add korean-cp949,
16345         cp949 to spec.
16347 2009-07-01  Kenichi Handa  <handa@m17n.org>
16349         * Makefile.in (ELCFILES): Delete encoded-kb.elc.
16351         * international/encoded-kb.el: Deleted.
16353         * international/mule.el (set-keyboard-coding-system): Perform the
16354         necessary setup here instead of calling encoded-kbd-setup-display.
16356 2009-07-01  Glenn Morris  <rgm@gnu.org>
16358         * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
16360 2009-07-01  Evangelos Evangelou  <vangelis@email.unc.edu>  (tiny change)
16362         * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)".  (Bug#3730)
16364 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
16366         * net/tramp.el (tramp-do-copy-or-rename-file-directly):
16367         Handle also the 'rename case, when setting file modes.  (Bug#3712)
16368         (tramp-default-file-modes): Remove execute permissions.
16370         * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
16371         (top): Add a default for "synce" in `tramp-default-user-alist'.
16372         Add completion function for "synce" method.
16373         (tramp-hal-service, tramp-hal-path-manager)
16374         (tramp-hal-interface-manager, tramp-hal-interface-device):
16375         New defconst.
16376         (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
16377         (tramp-synce-list-devices, tramp-synce-parse-device-names):
16378         New defuns.
16380         * net/trampver.el: Update release number.
16382 2009-06-30  Kenichi Handa  <handa@m17n.org>
16384         * international/fontset.el (setup-default-fontset): Add CJK fonts
16385         for symbols and the other miscellaneous characters.
16387         * language/korea-util.el (setup-korean-environment-internal):
16388         Make char-width-table suitable for Korean environments.
16389         (exit-korean-environment): Cancel above.
16391         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
16392         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
16393         setup-function to make char-width-table suitable for respective
16394         environments, and an exit-function to cancel that.
16396         * language/japan-util.el (setup-japanese-environment-internal):
16397         Call use-cjk-char-width-table with arg `ja_JP'.
16399         * international/characters.el (cjk-char-width-table): Delete it.
16400         (cjk-char-width-table-list): New variable.
16401         (use-cjk-char-width-table): New arg local-name.
16402         (use-default-char-width-table): Fix for the case that Emacs is
16403         already using the default char-width-table.
16405 2009-06-29  Michael Albinus  <michael.albinus@gmx.de>
16407         * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
16408         modes mandatory.  (Bug#3712)
16410 2009-06-29  Alan Mackenzie  <acm@muc.de>
16412         * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
16413         correction between the visible width of TABs and their number of bytes.
16415 2009-06-29  Chong Yidong  <cyd@stupidchicken.com>
16417         * server.el (server-buffer-done): Prevent kill-buffer from
16418         prompting by clearing the buffer modification flag (Bug#3696).
16420 2009-06-28  Michael McNamara  <mac@mail.brushroad.com>
16422         * progmodes/verilog-mode.el (verilog-beg-of-statement)
16423         (verilog-endcomment-reason-re): Support unique case and priority case.
16424         (verilog-basic-complete-re): Support localparam lineup.
16425         (verilog-beg-of-statement-1): Fix for robustness, unique case.
16426         (verilog-set-auto-endcomments): Fix for unique case, always_comb
16427         commenting.
16428         (verilog-leap-to-case-head): Now support *nested* unique &
16429         priority case statements.
16430         (verilog-auto-lineup): Make just declarations the default (as it
16431         had been).
16432         (verilog-leap-to-case-head): Support priority/unique case statements.
16433         (verilog-auto-lineup): Rework to give users radio buttons to
16434         select the various styles of automatic lineup.
16435         (verilog-error-regexp-alist): Rework to support the XEmacs style
16436         of error regular expressions from compilers, lint tools &
16437         simulators.  Note that GNU Emacs has made it impossible for a mode
16438         to load such things.
16439         (electric-verilog-terminate-line, verilog-indent-declaration)
16440         (verilog-auto-wiure): Rework for radio button selection of
16441         auto-lineup selection of specification of auto lineup.
16442         (verilog-beg-of-statement-1): Redesign to support proper operation
16443         in additional code, based on testing with auto-lineup.
16444         (verilog-calculate-indent, assignments & declarations)
16445         (verilog-backward-token): Enhance to support auto-lineup of
16446         assignments & declarations.
16447         (verilog-in-directive-p, verilog-at-struct-p): New function for
16448         easy test of whether we are.
16449         (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
16450         to support safe execution at almost anyline.
16451         (verilog-calc-1): Properly support indenting deep inside generate
16452         blocks.
16453         (verilog-init-font): Remove definition & use of verilog-init-font,
16454         as it is redundant with font-lock-defaults.
16455         (verilog-mode): Alter the definition of verilog-font-lock-defaults
16456         to avoid circular calls if syntax-ppss is a function (as is the
16457         case now in 22.x GNU Emacs) as that function would sometimes call
16458         itself, leading to (nearly) infinite recursion.
16459         (verilog-ovm-begin-re, verilog-ovm-end-re)
16460         (verilog-ovm-statement-re, verilog-leap-to-head)
16461         (verilog-backward-token): Add support for OVM macros.  Some are
16462         complete statements, and others open and close scopes like begin
16463         and end.
16464         (verilog-defun-level-not-generate-re, verilog-defun-level-re)
16465         (verilog-defun-level-generate-only-re): Really fix the defun-list
16466         compilation issue.
16467         (verilog-calc-1, verilog-beg-of-statement): Enhance support for
16468         coverpoint, constraint and cross statements.
16469         (verilog-defun-level-list, verilog-generate-defun-level-list)
16470         (verilog-all-defun-level-list): Redo these specifications - it is
16471         too hard to support eval-when compile aggregation of lists also
16472         built at when-compile time.
16473         (verilog-defun-level-list): Place defconsts of variables used in
16474         building regular expressions which are built in eval-when-compile
16475         bodies in the same eval-when-compile body to facilitate compile
16476         without load.
16477         (verilog-beg-block-re-ordered): Support indenting
16478         virtual/protected tasks and functions.
16479         (verilog-defun-level-list, verilog-in-generate-region-p)
16480         (verilog-backward-ws&directives, verilog-calc-1): Speed up
16481         indentation of some module items (generate items).
16482         (verilog-forward-sexp, verilog-leap-to-head): Support stepping
16483         across virtual/protected tasks and functions.
16485 2009-06-28  Wilson Snyder  <wsnyder@wsnyder.org>
16487         * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
16488         Allow sorting AUTOARG lists.  Suggested by Andrea Fedeli.
16489         (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
16490         in concatenations.  Reported by Yishay Belkind.
16491         (verilog-auto-ascii-enum): Support one-hot state machines in
16492         AUTOASCIIENUM.  Suggested by Lloyd Gomez.
16493         (verilog-auto-inst, verilog-auto-inst-port): Include interface
16494         modport in AUTOINST and add vl-modport for users.  Reported by
16495         David Rogoff.
16496         (verilog-auto-inout-module, verilog-auto-inst)
16497         (verilog-decls-get-interfaces, verilog-insert-definition)
16498         (verilog-insert-one-definition, verilog-read-decls)
16499         (verilog-read-sub-decls, verilog-read-sub-decls-sig)
16500         (verilog-sig-modport, verilog-signals-combine-bus)
16501         (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
16502         interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
16503         Suggested by David Rogoff.
16504         (verilog-repair-open-comma): Fix non-insertion of comma when
16505         `DEFINE occurs in V2K argument list.  Reported by Lane Brooks.
16506         (verilog-make-width-expression): Simplify [A-1:0] expression
16507         widths to just {A{1'b0}}.
16508         (verilog-mode): Cleanup checkdoc warnings.
16509         (verilog-auto-inout-module, verilog-signals-matching-dir-re):
16510         Add third optional regexp to AUTOINOUTMODULE to allow selecting only
16511         inputs/outputs or data type.  Suggested by Vasu Kandadi.
16512         (next-error-last-buffer): Fix byte-compiler warning.
16513         (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
16514         (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
16515         or shell command text during AUTO expansion.  Suggested by Tad Truex.
16516         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
16517         (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
16518         Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
16519         in AUTOINOUT.  Reported by Matthew Lovell.
16520         (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
16521         causing use of <= assignments.  Reported by Alex Reed.
16522         (verilog-read-decls): Fix triand, trior, wand, wor to be
16523         recognized by AUTOWIRE.  Reported by Spencer Isaacson.
16524         (verilog-extended-complete-re): Support import "DPI-C" functions.
16525         (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
16526         y[a+1:a+1]" to not include a in reset list.  Reported by Dan Dever.
16527         (verilog-insert-date, verilog-insert-year)
16528         (verilog-sk-header-tmpl): Fix verilog-header inserting error on
16529         Windows systems.  Reported by Michael Potts.
16530         (verilog-read-module-name): Fix AUTOINST when the child module
16531         declaration's name is a tick define.  Reported by Elliot Mednick.
16532         (verilog-read-decls): Fix V2K parameter bit subscripts getting
16533         passed to next parameter's definition.  Reported by Bruce T.
16534         (verilog-read-decls): Fix detecting "parameter int" when using
16535         AUTOINSTPARAM.  Reported by Bruce T.
16536         (verilog-goto-defun): Fix goto not finding modules unless first
16537         perform a verilog-auto expansion.  Suggested by Lawrence Butcher.
16538         (verilog-mode): Expand -f flag arguments on entry to mode so
16539         verilog-goto-defun will work.  Reported by Lawrence Butcher.
16540         (verilog-getopt): Expand environment variables in -f file
16541         arguments.  Suggested by Lawrence Butcher.
16542         (verilog-set-define): Fix "Symbol's value as variable is void"
16543         when reading enumerations.
16544         (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
16545         Suggested by Stephen Peltan.
16546         (verilog-read-defines): Fix reading of enumerations in include
16547         files.  Reported by Steve Peltan.
16549 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
16551         * files.el (trash-directory): Fix defcustom type.
16553 2009-06-28  Juri Linkov  <juri@jurta.org>
16555         * help-fns.el (describe-function-1): Correctly locate adviced
16556         functions in hyperlink (Bug#2438).
16558 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
16560         * files.el (trash-directory): Change default to nil.
16561         (move-file-to-trash): If trash-directory is nil and
16562         system-move-file-to-trash is unbound, perform freedesktop-style
16563         trashing.
16565 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
16567         * files.el (move-file-to-trash): Add freedesktop trash
16568         support (Bug#973).
16570 2009-06-28  Glenn Morris  <rgm@gnu.org>
16572         * autorevert.el (global-auto-revert-non-file-buffers)
16573         (global-auto-revert-mode): Doc fixes.
16575 2009-06-27  Johan Bockgård  <bojohan@gnu.org>
16577         * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
16579 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
16581         * faces.el (x-handle-named-frame-geometry): Ensure that we have
16582         opened an X connection before calling x-get-resource (Bug#3194).
16584         * play/doctor.el: Remove reference to obsolete website.
16585         (make-doctor-variables): Correct grammar mistake (Bug#2633).
16587 2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
16589         Remove find-file-not-found-hook VC method.  (Bug#2757)
16590         * vc-hooks.el (vc-file-not-found-hook)
16591         (vc-default-find-file-not-found-hook): Remove functions.
16592         (find-file-not-found-functions): Do not add vc-file-not-found-hook.
16593         * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
16594         * vc.el:
16595         * vc-hg.el:
16596         * vc-git.el: Do not mention find-file-not-found-hook VC method.
16598 2009-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
16600         * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
16601         compatibility function for `looking-back'.
16603         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
16604         Use `ispell-looking-back'.
16606 2009-06-24  Michael Albinus  <michael.albinus@gmx.de>
16608         * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
16609         rather than `filename'.
16611 2009-06-23  Miles Bader  <miles@gnu.org>
16613         * face-remap.el (text-scale-set): New function.
16615 2009-06-23  Glenn Morris  <rgm@gnu.org>
16617         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
16619         * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
16621         * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
16623         * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
16625         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
16626         Simplify Persian conditionals.
16628         * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
16629         variable `filename'.
16631         * comint.el (comint-insert-input): Doc fix.
16633         * Makefile.in (ELCFILES): Fix typo in previous change.
16635 2009-06-23  Miles Bader  <miles@gnu.org>
16637         * cus-start.el: Add entry for `recenter-redisplay'.
16639 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
16641         * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
16642         Add an optional argument for the backend, use it instead of
16643         calling vc-backend.
16644         (vc-mode-line): Add an optional argument for the backend.
16645         Pass the backend to vc-state and vc-working-revision.  Move code for
16646         special handling for vc-state being a buffer to ...
16648         * vc-rcs.el (vc-rcs-find-file-hook):
16649         * vc-sccs.el (vc-sccs-find-file-hook): ... here.  New functions.
16651         * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
16652         (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
16653         vc-stay-local-p and vc-mode-line calls.
16655         * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
16656         (vc-cvs-diff, vc-cvs-annotate-command)
16657         (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
16658         (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
16659         vc-mode-line calls.
16661         * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
16662         direct comparison.
16663         (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
16664         backend when calling vc-mode-line.
16665         (vc-register): Do not create a closure for calling the vc register
16666         function, call it directly.
16668 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
16670         * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
16671         to make it obvious item can be clicked.
16673         * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
16675 2009-06-23  Kenichi Handa  <handa@m17n.org>
16677         * language/korea-util.el (korean-key-bindings): Change the binding
16678         of F9 to hangul-to-hanja-conversion.  Bind Hangul_Hanja to the
16679         same command.
16681 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
16683         Sync with Tramp 2.1.16.
16685         * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
16687         * net/tramp.el (top): Require tramp-gvfs.  Catch `tramp-loading',
16688         when a loading of a package fails.  Completion function for rsync
16689         is `tramp-completion-function-alist-ssh'.
16690         (all): Replace all calls of `split-string' and
16691         `tramp-split-string' by `tramp-compat-split-string'.
16692         (tramp-default-method): Use `tramp-compat-process-running-p'.
16693         (tramp-default-proxies-alist): Allow also Lisp forms.
16694         (tramp-remote-path): Add choice "Private Directories".
16695         (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
16696         (tramp-domain-regexp): Allow also "-", "_" and ".".
16697         (tramp-end-of-output): Remove newlines, and add "$" at the end.
16698         (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
16699         (tramp-debug-message): Insert header line in debug buffer.
16700         (tramp-handle-directory-files-and-attributes-with-stat):
16701         Care about filenames with spaces, or starting with "-".
16702         (tramp-handle-dired-uncache): New defun.
16703         (tramp-handle-insert-directory): Don't flush the directory from
16704         cache, this is handled by `dired-uncache' now.
16705         (tramp-handle-insert-file-contents): Improve error handling.
16706         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
16707         Quote `tramp-end-of-output'.
16708         (tramp-action-password): Improve trace message.
16709         (tramp-check-for-regexp): Both echoes must be present, before removing.
16710         (tramp-open-connection-setup-interactive-shell): Trace coding system.
16711         (tramp-compute-multi-hops): Eval cons cells of
16712         `tramp-default-proxies-alist'.
16713         (tramp-maybe-open-connection): Use the same command pattern for
16714         first hop and further hops.
16715         (tramp-wait-for-output): Remove handling of newlines.
16716         (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
16717         (tramp-split-string): Remove function.  It is handled in
16718         tramp-compat now.
16720         * net/tramp-cmds.el (tramp-bug):
16721         Recommend `tramp-cleanup-all-connections' in the bug mail.
16723         * net/tramp-compat.el (tramp-compat-split-string)
16724         (tramp-compat-process-running-p): New defuns.
16726         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
16727         for `dired-uncache'.
16729         * net/tramp-gvfs.el: New package.
16731         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
16732         Add handler for `dired-uncache'.
16733         (tramp-smb-handle-file-local-copy): Cleanup in case of error.
16735         * net/trampver.el: Update release number.  Make version check fit
16736         for SXEmacs 22.
16738 2009-06-22  Jim Meyering  <meyering@redhat.com>
16740         Automatically handle .xz suffix (XZ-compressed files), too.
16741         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
16742         XZ is the successor to LZMA: <http://tukaani.org/xz/>
16744 2009-06-22  Dmitry Dzhus  <dima@sphinx.net.ru>
16745             Nick Roberts  <nickrob@snap.net.nz>
16747         * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
16748         repository (http://sphinx.net.ru/hg/gdb-mi/).
16750 2009-06-22  Glenn Morris  <rgm@gnu.org>
16752         * files.el (dir-locals-collect-mode-variables): Allow for any number of
16753         `mode' and `eval' entries.  (Bug#3430)
16755         * Makefile.in (ELCFILES): Add fadr.elc.
16757         * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
16758         differing behavior of \n and ^ in strings.  (Bug#3385)
16760         * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
16762         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
16763         property.
16764         (lisp-indent-function): Make it a defcustom.
16766 2009-06-21  Nick Roberts  <nickrob@snap.net.nz>
16768         * progmodes/gdb-ui.el: Replace with ...
16769         * progmodes/gdb-mi.el: ... this file.
16770         * progmodes/gud.el: Modify for gdb-mi.el.
16772 2009-06-21  Dmitry Dzhus  <dima@sphinx.net.ru>
16774         * fadr.el: New file.
16776 See ChangeLog.14 for earlier changes.
16778 ;; Local Variables:
16779 ;; coding: utf-8
16780 ;; End:
16782     Copyright (C) 2009, 2010  Free Software Foundation, Inc.
16784   This file is part of GNU Emacs.
16786   GNU Emacs is free software: you can redistribute it and/or modify
16787   it under the terms of the GNU General Public License as published by
16788   the Free Software Foundation, either version 3 of the License, or
16789   (at your option) any later version.
16791   GNU Emacs is distributed in the hope that it will be useful,
16792   but WITHOUT ANY WARRANTY; without even the implied warranty of
16793   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16794   GNU General Public License for more details.
16796   You should have received a copy of the GNU General Public License
16797   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
16799 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1