nt/configure.bat: Add comment about USER_(C|LD)FLAGS.
[emacs.git] / lisp / ChangeLog
blob11b46901563c20ca44da7cf2953aa7a0c1d32b12
1 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3         * calendar/time-date.el (format-seconds): Comment fix.
5 2010-09-22  Glenn Morris  <rgm@gnu.org>
7         * emacs-lisp/package.el (package-menu-mode): `revert-buffer-function'
8         is not automatically buffer-local.
10 2010-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12         * emacs-lisp/smie.el (smie-debug--describe-cycle): Fix typo.
13         (smie-indent-comment): Be more careful with comment-start-skip.
14         (smie-indent-comment-close, smie-indent-comment-inside): New funs.
15         (smie-indent-functions): Use them.
17 2010-09-21  Michael Albinus  <michael.albinus@gmx.de>
19         * net/ange-ftp.el (ange-ftp-skip-msgs): Add "^504 ..." message.
21 2010-09-21  Jan Djärv  <jan.h.d@swipnet.se>
23         * menu-bar.el (menu-bar-set-tool-bar-position): customize-set-variable
24         tool-bar-position.  Don't modify frame parameters here.
25         (menu-bar-options-save): Add tool-bar-position.
27         * tool-bar.el (tool-bar-position): New defcustom (Bug#7049).
29 2010-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
31         * textmodes/reftex-parse.el (reftex-what-macro)
32         (reftex-context-substring): Let-bind forward-sexp-function to nil
33         since we don't need/want to treat \begin...\end as a block (bug#7053).
35         * emacs-lisp/lisp.el (up-list): Don't do nothing silently.
37         * simple.el (blink-matching-open): Use syntax-class.
39         * progmodes/pascal.el (pascal-mode): Use define-derived-mode.
40         Set invisibility spec for pascal's outline mode.
41         (pascal-outline-change): Clean up calling convention.
42         (pascal-show-all, pascal-hide-other-defuns): Update callers.
44         * progmodes/prolog.el (prolog-smie-forward-token)
45         (prolog-smie-backward-token): New functions.
46         (prolog-mode-variables): Use them to parse "!," correctly.
47         Set up smie-blink-matching for ".".
49         * textmodes/ispell.el (ispell-start, ispell-end): Rename from `start'
50         and `end'.
51         (ispell-region, ispell-process-line): Update users.
53         * textmodes/reftex-parse.el (reftex-what-macro): Don't hardcode
54         point-min==1.
56         * textmodes/ispell.el: Fix commenting convention.
57         (ispell-parse-output): Simplify, use push.
58         (ispell-region): Use match-string-no-properties.
59         (ispell-begin-skip-region-regexp): Use mapconcat to simplify.
60         (ispell-minor-mode): Use define-minor-mode.
61         (ispell-message): Remove unused var `skip-regexp'.
62         (ispell-add-per-file-word-list): Use dynamic let-binding.
63         Try and use the proper comment marker.
65         * mail/sendmail.el: Fix commenting convention.
66         (sendmail-send-it): Use line-beginning-position.
68         * help-fns.el (describe-variable): Add original value, if applicable.
70 2010-09-20  Juanma Barranquero  <lekktu@gmail.com>
72         * subr.el (y-or-n-p): Remove leftover code from 2010-09-17T13:30:30Z!monnier@iro.umontreal.ca.
74         * emacs-lisp/smie.el (smie-indent--hanging-p): Use `smie-indent--bolp'.
76 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
78         * emacs-lisp/smie.el (smie-bnf-precedence-table): Improve error message.
79         (smie-debug--prec2-cycle, smie-debug--describe-cycle): New functions.
80         (smie-prec2-levels): Use them to better diagnose precedence cycles.
81         (smie-blink-matching-check): Don't signal a mismatch if car is t.
82         (smie-blink-matching-open): Rewrite to remove assumptions, so that
83         something like "." can also be a closer.
84         (smie--associative-p, smie-indent--hanging-p, smie-indent--bolp)
85         (smie-indent--offset, smie-indent--offset-rule, smie-indent--column):
86         Rename internal functions to use "--".  Update callers.
88         * frame.el (make-frame-names-alist): Don't list frames on other displays.
90         * fringe.el (fringe-styles): New var.
91         (fringe-mode, fringe-query-style): Use it.
93 2010-09-18  Michael R. Mauger  <mmaug@yahoo.com>
95         * progmodes/sql.el: Version 2.8
96         (sql-login-params): Update widget structure; changes still needed.
97         (sql-product-alist): Add :list-all and :list-table features for
98         SQLite, Postgres and MySQL products.
99         (sql-redirect): Handle default value.
100         (sql-execute, sql-execute-feature): New functions.
101         (sql-read-table-name): New function.
102         (sql-list-all, sql-list-table): New functions.  User API.
103         (sql-mode-map, sql-interactive-mode-map): Add key definitions
104         for above functions.
105         (sql-mode-menu, sql-interactive-mode-menu): Add menu definitions
106         for above functions.
107         (sql-postgres-login-params): Add user and database defaults.
108         (sql-buffer-live-p): Bug fix.
109         (sql-product-history): New variable.
110         (sql-read-product): New function. Use it.
111         (sql-set-product, sql-product-interactive): Use it.
112         (sql-connection-history): New variable.
113         (sql-read-connection): New function.  Use it.
114         (sql-connect): New function.
115         (sql-for-each-login): Redesign function interface.
116         (sql-make-alternate-buffer-name, sql-save-connection): Use it.
117         (sql-get-login-ext, sql-get-login): Use it.  Handle default values.
118         (sql-comint): Check for program.  Existing live buffer.
119         (sql-comint-postgres): Add port parameter.
121 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
123         * emacs-lisp/warnings.el: Fix commenting convention.
124         (display-warning): Use special mode and make the buffer read-only.
126 2010-09-18  Jay Belanger  <jay.p.belanger@gmail.com>
128         * calc/calc-prog.el (calc-read-parse-table-part): Don't "fix" the
129         empty string when it follows a repeated or optional pattern.
131 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
133         * indent.el (indent-according-to-mode): Apply syntax-propertize.
134         (indent-region): Use indent-according-to-mode.
136 2010-09-18  Eli Zaretskii  <eliz@gnu.org>
138         * fringe.el (fringe-mode): Doc fix.
140 2010-09-14  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
142         * textmodes/nroff-mode.el (nroff-view): Kill old buffer before
143         refreshing the preview buffer.
145 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
147         * textmodes/tex-mode.el (tex-syntax-propertize-rules)
148         (latex-syntax-propertize-rules): New consts; replace
149         tex-font-lock-syntactic-keywords.
150         (tex-env-mark, latex-env-before-change): New functions.
151         (latex-electric-env-pair-mode): New minor mode.
152         (tex-font-lock-verb): Change arguments; do move point.
153         (tex-font-lock-syntactic-face-function): Adjust to new verbatim
154         representation as a form of comment.
155         (tex-font-lock-keywords-1): Remove workaround, now unneeded.
156         (doctex-syntax-propertize-rules): New const; replaces
157         doctex-font-lock-syntactic-keywords.
158         (tex-common-initialization, doctex-mode): Use syntax-propertize-rules.
160         * progmodes/fortran.el (fortran--font-lock-syntactic-keywords): Remove.
161         (fortran-make-syntax-propertize-function): New function; replaces
162         fortran-font-lock-syntactic-keywords.
163         (fortran-mode): Use it.
164         (fortran-line-length): Use it.  Improve interactive spec.
166         * emacs-lisp/syntax.el (syntax-propertize-precompile-rules): New macro.
167         (syntax-propertize-rules): Add var-ref case.  Fix offset computation
168         when adding surrounding \(..\).
170         * progmodes/js.el (js-mode): Fix last change (bug#7054).
172 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
174         * obsolete/old-whitespace.el (whitespace-rescan-files-in-buffers):
175         Use with-current-buffer.
177         * isearch.el (isearch-face): Rename from `isearch'.
178         (isearch-highlight): Use new name.
180 2010-09-17  Eli Zaretskii  <eliz@gnu.org>
182         * fringe.el (fringe-mode, fringe-query-style): Use 4 pixels, not
183         5, for `half' width fringes.  (Bug#6933)
185 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
187         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
188         (byte-compile-defvar): "foo/bar" does not lack a prefix.
190         * subr.el (y-or-n-p): Add the "(y or n)" that was lost somehow.
192 2010-09-17  Stephen Berman  <stephen.berman@gmx.net>
194         * dframe.el (dframe-reposition-frame-emacs): Use tool-bar-pixel-width
195         in calculating new frame position.  Add more space between new and
196         parent on the left (Bug#7048).
198 2010-09-17  Michael Albinus  <michael.albinus@gmx.de>
200         * net/tramp-compat.el (tramp-compat-with-temp-message): Make it a
201         defmacro.
203 2010-09-16  Chong Yidong  <cyd@stupidchicken.com>
205         * mail/sendmail.el: Add "*unsent mail*" to same-window-buffer-names.
207         * term/x-win.el (x-cut-buffer-or-selection-value): Define as
208         obsolete alias for x-selection-value.
210         * ido.el (ido-make-buffer-list): Fix error in 2010-08-22 merge.
212 2010-09-16  Michael Albinus  <michael.albinus@gmx.de>
214         * net/tramp-cmds.el (tramp-cleanup-connection): Set tramp-autoload
215         cookie.
217 2010-09-15  Michael Albinus  <michael.albinus@gmx.de>
219         * net/tramp-compat.el (tramp-compat-with-temp-message)
220         (tramp-compat-font-lock-add-keywords, tramp-compat-process-get)
221         (tramp-compat-process-put): New defuns.
223         * net/tramp.el (top):
224         * net/tramp-gvfs.el (top):
225         * net/tramp-cache.el (top): Use `tramp-compat-font-lock-add-keywords'.
227         * net/tramp.el (tramp-progress-reporter-update):
228         Use `tramp-compat-funcall'.
230         * net/tramp.el (tramp-process-actions):
231         * net/tramp-gvfs.el (tramp-handle-vc-registered):
232         * net/tramp-sh.el (tramp-gvfs-handler-askquestion)
233         (tramp-get-remote-stat, tramp-get-remote-readlink):
234         Use `tramp-compat-with-temp-message'.
236         * net/tramp-sh.el (top): Require 'cl.
237         (tramp-handle-start-file-process): Use `tramp-compat-process-get'.
238         (tramp-open-connection-setup-interactive-shell):
239         Use `tramp-compat-process-put'.
241 2010-09-15  Alan Mackenzie  <acm@muc.de>
243         * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Correct the
244         indentation.
245         (c-forward-<>-arglist-recur): Fix an infinite recursion.
247 2010-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
249         * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
250         `lexical' for warnings related to lexical scoping.
251         (byte-compile-file-form-defvar, byte-compile-defvar): Warn about
252         global vars which don't have a prefix and could hence affect lexical
253         scoping in unrelated files.
255 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
257         * net/imap.el: Revert back to version
258         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
259         seem problematic.
261 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
263         * obsolete/old-whitespace.el (whitespace-unload-function):
264         Explicitly pass `obarray' to `unintern' to avoid a warning.
266 2010-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
268         * emacs-lisp/byte-run.el (set-advertised-calling-convention):
269         Add `when' argument.  Update callers.
271         * subr.el (unintern): Declare the obarray arg mandatory.
273 2010-09-14  Glenn Morris  <rgm@gnu.org>
275         * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
276         Doc fixes.
278         * calendar/diary-lib.el (diary-included-files): New variable.
279         (diary-list-entries): Maybe initialize diary-included-files.
280         (diary-include-other-diary-files): Append to diary-included-files.
281         * calendar/appt.el (appt-update-list): Also check the members of
282         diary-included-files.  (Bug#6999)
283         (appt-check): Doc fix.
285 2010-09-14  David Reitter  <david.reitter@gmail.com>
287         * simple.el (line-move-visual): Do not truncate goal column to
288         integer size.  (Bug#7020)
290 2010-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
292         * repeat.el (repeat): Allow repeating when the last event is a click.
293         Suggested by Drew Adams (bug#6256).
295 2010-09-14  Sascha Wilde  <wilde@sha-bang.de>
297         * vc/vc-hg.el (vc-hg-state,vc-hg-working-revision):
298         Replace setting HGRCPATH to "" by some less invasive --config options.
300 2010-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
302         * font-lock.el (font-lock-beginning-of-syntax-function):
303         Mark as obsolete.
305 2010-09-14  Glenn Morris  <rgm@gnu.org>
307         * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
308         and tool-bar modes.  (Bug#6211)
309         (menu-bar-mode): Move setting of standard-value after the
310         minor-mode definition, otherwise it seems to have no effect.
312 2010-09-14  Masatake YAMATO  <yamato@redhat.com>
314         * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
315         Fix typo.  (Bug#6976)
317 2010-09-14  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
319         * whitespace.el: Allow cleaning up blanks without blank
320         visualization (Bug#6651).  Adjust help window for
321         whitespace-toggle-options (Bug#6479).  Allow to use fill-column
322         instead of whitespace-line-column (from EmacsWiki).  New version 13.1.
323         (whitespace-style): Add new value 'face.  Adjust docstring.
324         (whitespace-space, whitespace-hspace, whitespace-tab):
325         Adjust foreground property face.
326         (whitespace-line-column): Adjust docstring and type declaration.
327         (whitespace-style-value-list, whitespace-toggle-option-alist)
328         (whitespace-help-text): Adjust const initialization.
329         (whitespace-toggle-options, global-whitespace-toggle-options):
330         Adjust docstring.
331         (whitespace-display-window, whitespace-interactive-char)
332         (whitespace-style-face-p, whitespace-color-on): Adjust code.
333         (whitespace-help-scroll): New fun.
335 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
337         * calendar/time-date.el (format-seconds): Comment fix.
339 2010-09-13  Michael R. Mauger  <mmaug@yahoo.com>
341         * progmodes/sql.el: Version 2.7.
342         (sql-buffer-live-p): Improve detection.
343         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
344         (sql-set-sqli-buffer): Use it.
345         (sql-product-interactive): Run `sql-set-sqli-hook'.
346         (sql-rename-buffer): Code cleanup.
347         (sql-redirect, sql-redirect-value): New functions.  More to come.
349 2010-09-13  Juanma Barranquero  <lekktu@gmail.com>
351         Port tramp-related Makefile changes of 2010-09-08T14:42:54Z!michael.albinus@gmx.de, 2010-09-13T15:17:01Z!michael.albinus@gmx.de to Windows.
352         * makefile.w32-in (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
353         (TRAMP_SRC): New macro.
354         ($(lisp)/net/tramp-loaddefs.el): New target.
356 2010-09-13  Michael Albinus  <michael.albinus@gmx.de>
358         Major code cleanup.  Split tramp.el into tramp.el and tramp-sh.el.
360         * Makefile.in (TRAMP_SRC): Remove tramp-fish.el.  Add tramp-sh.el.
362         * net/tramp.el (top): Don't show loading message.  Require just
363         'tramp-compat, everything else is required there.
364         Use `ignore-errors' where appropriate.
365         (tramp-inline-compress-start-size, tramp-copy-size-limit)
366         (tramp-terminal-type, tramp-end-of-output)
367         (tramp-initial-end-of-output, tramp-completion-function-alist-rsh)
368         (tramp-completion-function-alist-ssh)
369         (tramp-completion-function-alist-telnet)
370         (tramp-completion-function-alist-su)
371         (tramp-completion-function-alist-putty, tramp-remote-path)
372         (tramp-remote-process-environment, tramp-sh-extra-args)
373         (tramp-actions-before-shell, tramp-uudecode)
374         (tramp-perl-file-truename, tramp-perl-file-name-all-completions)
375         (tramp-perl-file-attributes)
376         (tramp-perl-directory-files-and-attributes)
377         (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
378         (tramp-perl-encode, tramp-perl-decode)
379         (tramp-vc-registered-read-file-names, tramp-file-mode-type-map)
380         (tramp-file-name-handler-alist, tramp-make-tramp-temp-file)
381         (tramp-handle-make-symbolic-link, tramp-handle-load)
382         (tramp-handle-file-name-as-directory)
383         (tramp-handle-file-name-directory)
384         (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
385         (tramp-handle-file-exists-p, tramp-handle-file-attributes)
386         (tramp-do-file-attributes-with-ls)
387         (tramp-do-file-attributes-with-perl)
388         (tramp-do-file-attributes-with-stat)
389         (tramp-handle-set-visited-file-modtime)
390         (tramp-handle-verify-visited-file-modtime)
391         (tramp-handle-set-file-modes, tramp-handle-set-file-times)
392         (tramp-set-file-uid-gid, tramp-remote-selinux-p)
393         (tramp-handle-file-selinux-context)
394         (tramp-handle-set-file-selinux-context)
395         (tramp-handle-file-executable-p, tramp-handle-file-readable-p)
396         (tramp-handle-file-newer-than-file-p, tramp-handle-file-modes)
397         (tramp-handle-file-directory-p, tramp-handle-file-regular-p)
398         (tramp-handle-file-symlink-p, tramp-handle-file-writable-p)
399         (tramp-handle-file-ownership-preserved-p)
400         (tramp-handle-directory-file-name, tramp-handle-directory-files)
401         (tramp-handle-directory-files-and-attributes)
402         (tramp-do-directory-files-and-attributes-with-perl)
403         (tramp-do-directory-files-and-attributes-with-stat)
404         (tramp-handle-file-name-all-completions)
405         (tramp-handle-file-name-completion, tramp-handle-add-name-to-file)
406         (tramp-handle-copy-file, tramp-handle-copy-directory)
407         (tramp-handle-rename-file, tramp-do-copy-or-rename-file)
408         (tramp-do-copy-or-rename-file-via-buffer)
409         (tramp-do-copy-or-rename-file-directly)
410         (tramp-do-copy-or-rename-file-out-of-band)
411         (tramp-handle-make-directory, tramp-handle-delete-directory)
412         (tramp-handle-delete-file)
413         (tramp-handle-dired-recursive-delete-directory)
414         (tramp-handle-dired-compress-file, tramp-handle-dired-uncache)
415         (tramp-handle-insert-directory)
416         (tramp-handle-unhandled-file-name-directory)
417         (tramp-handle-expand-file-name)
418         (tramp-handle-substitute-in-file-name)
419         (tramp-handle-executable-find, tramp-process-sentinel)
420         (tramp-handle-start-file-process, tramp-handle-process-file)
421         (tramp-handle-call-process-region, tramp-handle-shell-command)
422         (tramp-handle-file-local-copy, tramp-handle-file-remote-p)
423         (tramp-handle-insert-file-contents)
424         (tramp-handle-insert-file-contents-literally)
425         (tramp-handle-find-backup-file-name)
426         (tramp-handle-make-auto-save-file-name, tramp-handle-write-region)
427         (tramp-vc-registered-file-names, tramp-handle-vc-registered)
428         (tramp-sh-file-name-handler, tramp-vc-file-name-handler)
429         (tramp-maybe-send-script, tramp-set-auto-save, tramp-run-test)
430         (tramp-run-test2, tramp-find-executable, tramp-set-remote-path)
431         (tramp-find-file-exists-command, tramp-open-shell)
432         (tramp-find-shell, tramp-barf-if-no-shell-prompt)
433         (tramp-open-connection-setup-interactive-shell)
434         (tramp-local-coding-commands, tramp-remote-coding-commands)
435         (tramp-find-inline-encoding, tramp-call-local-coding-command)
436         (tramp-inline-compress-commands, tramp-find-inline-compress)
437         (tramp-compute-multi-hops, tramp-maybe-open-connection)
438         (tramp-send-command , tramp-wait-for-output)
439         (tramp-send-command-and-check, tramp-barf-unless-okay)
440         (tramp-send-command-and-read, tramp-mode-string-to-int)
441         (tramp-convert-file-attributes, tramp-check-cached-permissions)
442         (tramp-file-mode-from-int, tramp-file-mode-permissions)
443         (tramp-shell-case-fold, tramp-make-copy-program-file-name)
444         (tramp-method-out-of-band-p, tramp-local-host-p)
445         (tramp-get-remote-path, tramp-get-remote-tmpdir)
446         (tramp-get-ls-command, tramp-get-ls-command-with-dired)
447         (tramp-get-test-command, tramp-get-test-nt-command)
448         (tramp-get-file-exists-command, tramp-get-remote-ln)
449         (tramp-get-remote-perl, tramp-get-remote-stat)
450         (tramp-get-remote-readlink, tramp-get-remote-trash)
451         (tramp-get-remote-id, tramp-get-remote-uid, tramp-get-remote-gid)
452         (tramp-get-local-uid, tramp-get-local-gid)
453         (tramp-get-inline-compress, tramp-get-inline-coding): Move to
454         tramp-sh.el.
455         (tramp-methods, tramp-default-method-alist)
456         (tramp-default-user-alist, tramp-foreign-file-name-handler-alist):
457         Move initialization to tramp-sh.el.
458         (tramp-temp-name-prefix): Make it a defconst.
459         (tramp-dissect-file-name): Don't check anymore for multi-hop
460         methods.
461         (tramp-debug-outline-regexp): Add a docstring.
462         (tramp-debug-outline-level): Rename from `tramp-outline-level'.
463         (tramp-get-debug-buffer): Use it.
465         * net/tramp-cache.el (top): Set tramp-autoload cookie for
466         initialization forms.
467         (tramp-set-connection-property): Don't protect `tramp-message'
468         call, it isn't necessary any longer.
469         (tramp-dump-connection-properties): Use `ignore-errors'.
471         * net/tramp-compat.el (top): Require 'advice, 'format-spec,
472         'password-cache and 'auth-source.
474         * net/tramp-gvfs.el (top):
475         * net/tramp-smb.el (top): Require 'tramp-sh.
477         * net/tramp-gw.el (tramp-gw-open-network-stream): Use `ignore-errors'.
479         * net/tramp-sh.el: New file, derived from tramp.el.
480         (top): Initialize `tramp-methods', `tramp-default-method-alist',
481         `tramp-default-user-alist', `tramp-foreign-file-name-handler-alist'.
482         Remove "scp1_old", "scp2_old", "ssh1_old", "ssh2_old".
483         Use `ignore-errors' where appropriate.
484         (tramp-sh-file-name-handler-alist): Rename from
485         `tramp-file-name-handler-alist'.
486         (tramp-send-command-and-check): Return t or nil.  Remove all
487         `zerop' checks, where called.
488         (tramp-handle-set-file-modes)
489         (tramp-do-copy-or-rename-file-directly)
490         (tramp-handle-delete-directory, tramp-handle-delete-file)
491         (tramp-maybe-send-script): Use `tramp-barf-unless-okay'.
492         (tramp-sh-file-name-handler, tramp-send-command-and-check)
493         (tramp-get-remote-ln): Set tramp-autoload cookie.
495         * net/tramp-fish.el: Remove file.
497 2010-09-13  Daiki Ueno  <ueno@unixuser.org>
499         * epa-file.el (epa-file-insert-file-contents): If visiting, bind
500         buffer-file-name to avoid file-locking.  (Bug#7026)
502 2010-09-13  Julien Danjou  <julien@danjou.info>
504         * notifications.el (notifications-notify): Add support for
505         image-path and sound-name.
506         (notifications-specification-version): Add this variable.
508 2010-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
510         * subr.el (y-or-n-p): New function, moved from src/fns.c; use read-key.
512 2010-09-12  Leo  <sdl.web@gmail.com>
514         * net/rcirc.el (rcirc-server-commands, rcirc-client-commands)
515         (rcirc-completion-start): New variables.
516         (rcirc-nick-completions): Rename to rcirc-completions.
517         (rcirc-nick-completion-start-offset): Delete.
518         (rcirc-completion-at-point): New function for constructing
519         completion data for both nicks and irc commands.  Add to
520         completion-at-point-functions in rcirc mode.
521         (rcirc-complete): Rename from rcirc-nick-complete; use
522         rcirc-completion-at-point.
523         (defun-rcirc-command): Update rcirc-client-commands.
525 2010-09-11  Glenn Morris  <rgm@gnu.org>
527         * emacs-lisp/bytecomp.el (byte-compile-file): Create .elc files
528         atomically, to avoid parallel build errors.  (Bug#4196)
530 2010-09-11  Michael R. Mauger  <mmaug@yahoo.com>
532         * progmodes/sql.el: Version 2.6
533         (sql-dialect): Synonym for "sql-product".
534         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
535         (sql-set-sqli-buffer, sql-show-sqli-buffer, sql-interactive-mode):
536         Set "sql-buffer" to buffer name not buffer object so multiple sql
537         interactive buffers work properly.  Reverts misguided changes in
538         earlier work.
539         (sql-comint): Make sure different buffer name is used if "*SQL*"
540         buffer is for a different product.
541         (sql-make-alternate-buffer-name): Fix bug with "sql-database"
542         login param.
543         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
544         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
545         (sql-db2, sql-linter, sql-product-interactive, sql-rename-buffer):
546         Accept new buffer name or prompt for one.
547         (sql-port): Default to zero.
548         (sql-comint-mysql): Handle "sql-port" as a numeric.
549         (sql-port-history): Delete unused variable.
550         (sql-get-login): Default "sql-port" to a number.
551         (sql-product-alist): Correct Postgres prompt and terminator regexp.
552         (sql-sqlite-program): Dynamically detect presence of "sqlite" or
553         "sqlite3" executables.
554         (sql-sqlite-login-params): Add "*.sqlite[23]?" database name pattern.
555         (sql-buffer-live-p): New function.
556         (sql-mode-menu, sql-send-string): Use it.
557         (sql-mode-oracle-font-lock-keywords): Improve SQL*Plus REMARK
558         syntax pattern.
559         (sql-mode-postgres-font-lock-keywords): Support Postgres V9.
560         (sql-mode-sqlite-font-lock-keywords): Hilight sqlite commands.
562 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
564         * net/netrc.el (netrc-credentials): New convenience function.
566 2010-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
568         * textmodes/texinfo.el (texinfo-syntax-propertize-function): New fun
569         to replace texinfo-font-lock-syntactic-keywords.
570         (texinfo-mode): Use it.
572         * textmodes/tex-mode.el (tex-common-initialization, doctex-mode):
573         Use syntax-propertize-function.
575         * textmodes/sgml-mode.el (sgml-syntax-propertize-function): New var to
576         replace sgml-font-lock-syntactic-keywords.
577         (sgml-mode): Use it.
579         * textmodes/reftex.el (font-lock-syntactic-keywords): Don't declare
580         since we don't use it.
582         * textmodes/bibtex.el (bibtex-mode): Use syntax-propertize-function.
584         * progmodes/vhdl-mode.el (vhdl-mode): Use syntax-propertize-function
585         if available.
586         (vhdl-fontify-buffer): Adjust.
588         * progmodes/tcl.el (tcl-syntax-propertize-function): New var to
589         replace tcl-font-lock-syntactic-keywords.
590         (tcl-mode): Use it.
592         * progmodes/simula.el (simula-syntax-propertize-function): New var to
593         replace simula-font-lock-syntactic-keywords.
594         (simula-mode): Use it.
596         * progmodes/sh-script.el (sh-st-symbol): Remove.
597         (sh-font-lock-close-heredoc, sh-font-lock-open-heredoc): Add eol arg.
598         (sh-font-lock-flush-syntax-ppss-cache, sh-font-lock-here-doc): Remove.
599         (sh-font-lock-quoted-subshell): Assume we've already matched $(.
600         (sh-font-lock-paren): Set syntax-multiline.
601         (sh-font-lock-syntactic-keywords): Remove.
602         (sh-syntax-propertize-function): New function to replace it.
603         (sh-mode): Use it.
605         * progmodes/ruby-mode.el (ruby-here-doc-beg-re):
606         Define while compiling.
607         (ruby-here-doc-end-re, ruby-here-doc-beg-match)
608         (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
609         (syntax-ppss, ruby-in-ppss-context-p, ruby-in-here-doc-p)
610         (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
611         (ruby-here-doc-end-syntax): Only define when
612         syntax-propertize is not available.
613         (ruby-syntax-propertize-function, ruby-syntax-propertize-heredoc):
614         New functions.
615         (ruby-in-ppss-context-p): Update to new syntax of heredocs.
616         (electric-indent-chars): Silence bytecompiler.
617         (ruby-mode): Use prog-mode, syntax-propertize-function, and
618         electric-indent-chars.
620         * progmodes/python.el (python-syntax-propertize-function): New var to
621         replace python-font-lock-syntactic-keywords.
622         (python-mode): Use it.
623         (python-quote-syntax): Simplify and adjust to new use.
625         * progmodes/perl-mode.el (perl-syntax-propertize-function): New fun to
626         replace perl-font-lock-syntactic-keywords.
627         (perl-syntax-propertize-special-constructs): New fun to replace
628         perl-font-lock-special-syntactic-constructs.
629         (perl-font-lock-syntactic-face-function): New fun.
630         (perl-mode): Use it.
632         * progmodes/octave-mod.el (octave-syntax-propertize-sqs): New function
633         to replace octave-font-lock-close-quotes.
634         (octave-syntax-propertize-function): New function to replace
635         octave-font-lock-syntactic-keywords.
636         (octave-mode): Use it.
638         * progmodes/mixal-mode.el (mixal-syntax-propertize-function): New var;
639         replaces mixal-font-lock-syntactic-keywords.
640         (mixal-mode): Use it.
642         * progmodes/make-mode.el (makefile-syntax-propertize-function):
643         New var; replaces makefile-font-lock-syntactic-keywords.
644         (makefile-mode): Use it.
645         (makefile-imake-mode): Adjust.
647         * progmodes/js.el (js--regexp-literal): Define while compiling.
648         (js-syntax-propertize-function): New var; replaces
649         js-font-lock-syntactic-keywords.
650         (js-mode): Use it.
652         * progmodes/gud.el (gdb-script-syntax-propertize-function): New var;
653         replaces gdb-script-font-lock-syntactic-keywords.
654         (gdb-script-mode): Use it.
656         * progmodes/fortran.el (fortran-mode): Use syntax-propertize-function.
657         (fortran--font-lock-syntactic-keywords): New var.
658         (fortran-line-length): Update syntax-propertize-function and
659         fortran--font-lock-syntactic-keywords.
661         * progmodes/cperl-mode.el (cperl-mode): Use syntax-propertize-function.
663         * progmodes/cfengine.el (cfengine-mode):
664         Use syntax-propertize-function.
665         (cfengine-font-lock-syntactic-keywords): Remove.
667         * progmodes/autoconf.el (autoconf-mode):
668         Use syntax-propertize-function.
669         (autoconf-font-lock-syntactic-keywords): Remove.
671         * progmodes/ada-mode.el (ada-set-syntax-table-properties)
672         (ada-after-change-function, ada-initialize-syntax-table-properties)
673         (ada-handle-syntax-table-properties): Only define when
674         syntax-propertize is not available.
675         (ada-mode): Use syntax-propertize-function.
677         * font-lock.el (font-lock-syntactic-keywords): Make obsolete.
678         (font-lock-fontify-syntactic-keywords-region): Move handling of
679         font-lock-syntactically-fontified to...
680         (font-lock-default-fontify-region): ...here.
681         Let syntax-propertize-function take precedence.
682         (font-lock-fontify-syntactically-region): Cal syntax-propertize.
684         * emacs-lisp/syntax.el (syntax-propertize-function)
685         (syntax-propertize-chunk-size, syntax-propertize--done)
686         (syntax-propertize-extend-region-functions): New vars.
687         (syntax-propertize-wholelines, syntax-propertize-multiline)
688         (syntax-propertize--shift-groups, syntax-propertize-via-font-lock)
689         (syntax-propertize): New functions.
690         (syntax-propertize-rules): New macro.
691         (syntax-ppss-flush-cache): Set syntax-propertize--done.
692         (syntax-ppss): Call syntax-propertize.
694         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Skip named groups.
696 2010-09-10  Agustín Martín  <agustin.martin@hispalinux.es>
698         * textmodes/ispell.el (ispell-init-process): Improve comments.
699         XEmacs compatibility changes regarding (add-hook) 'local option
700         and (set-process-query-on-exit-flag).
702 2010-09-09  Michael Albinus  <michael.albinus@gmx.de>
704         * net/tramp-cache.el (tramp-parse-connection-properties):
705         Set tramp-autoload cookie.
707 2010-09-09  Glenn Morris  <rgm@gnu.org>
709         * image.el (imagemagick-types-inhibit): Add :type, :version, :group.
710         (imagemagick-register-types): Doc fix.
712 2010-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
714         * progmodes/octave-mod.el (electric-indent-chars): Silence bytecomp.
716         * progmodes/js.el (require): Require is already "eval-and-compile".
717         (js--re-search-forward): Avoid `eval'.  Preserve the error data.
718         (js--re-search-backward): Use js--re-search-forward.
720         * progmodes/fortran.el (fortran-line-length): Don't recompute
721         syntactic keywords redundantly a second time.
723         * progmodes/ada-mode.el: Replace "(set '" with setq.
724         (ada-mode): Simplify.
725         (ada-create-case-exception, ada-adjust-case-interactive)
726         (ada-adjust-case-region, ada-format-paramlist, ada-indent-current)
727         (ada-search-ignore-string-comment, ada-move-to-start)
728         (ada-move-to-end): Use with-syntax-table.
730         * font-lock.el (save-buffer-state): Remove `varlist' arg.
731         (font-lock-unfontify-region, font-lock-default-fontify-region):
732         Update usage correspondingly.
733         (font-lock-fontify-syntactic-keywords-region):
734         Set parse-sexp-lookup-properties buffer-locally here.
735         (font-lock-fontify-syntactically-region): Remove unused `ppss' arg.
737         * simple.el (blink-matching-open): Don't burp if we can't find a match.
739 2010-09-08  Glenn Morris  <rgm@gnu.org>
741         * emacs-lisp/bytecomp.el (byte-compile-report-ops):
742         Error if not compiled with -DBYTE_CODE_METER.
744         * emacs-lisp/bytecomp.el (byte-recompile-directory):
745         Ignore dir-locals-file.
747 2010-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
749         * progmodes/compile.el (compilation-error-regexp-alist-alist):
750         Not a const.
751         (compilation-error-regexp-alist-alist): Rule out ": " in file names
752         for the `gnu' messages.
753         (compilation-set-skip-threshold): New command.
754         (compilation-start): Use \' rather than $.
755         (compilation-forget-errors): Use clrhash.
757 2010-09-08  Agustín Martín  <agustin.martin@hispalinux.es>
759         * textmodes/ispell.el (ispell-valid-dictionary-list):
760         Simplify logic.
762 2010-09-08  Michael Albinus  <michael.albinus@gmx.de>
764         Migrate to Tramp 2.2.  Rearrange load dependencies.
765         (Bug#1529, Bug#5448, Bug#5705)
767         * Makefile.in (TRAMP_DIR, TRAMP_SRC): New variables.
768         ($(TRAMP_DIR)/tramp-loaddefs.el): New target.
769         (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
771         * net/tramp.el (top): Remove all other tramp-* loads except
772         tramp-compat.el.  Remove all changes to tramp-unload-hook for
773         other tramp-* packages.  Rearrange defun order.  Change calls of
774         `tramp-compat-call-process', `tramp-compat-decimal-to-octal',
775         `tramp-compat-octal-to-decimal' to new function names.
776         (tramp-terminal-type, tramp-initial-end-of-output)
777         (tramp-methods, tramp-foreign-file-name-handler-alist)
778         (tramp-tramp-file-p, tramp-completion-mode-p)
779         (tramp-send-command-and-check, tramp-get-remote-path)
780         (tramp-get-remote-tmpdir, tramp-get-remote-ln)
781         (tramp-shell-quote-argument): Set tramp-autoload cookie.
782         (with-file-property, with-connection-property): Move to
783         tramp-cache.el.
784         (tramp-local-call-process, tramp-decimal-to-octal)
785         (tramp-octal-to-decimal): Move to tramp-compat.el.
786         (tramp-handle-shell-command): Do not require 'shell.
787         (tramp-compute-multi-hops): No special handling for tramp-gw-*
788         symbols.
789         (tramp-unload-tramp): Do not call `tramp-unload-file-name-handlers'.
791         * net/tramp-cache.el (top): Require 'tramp.  Add to
792         `tramp-unload-hook'.
793         (tramp-cache-data, tramp-get-file-property)
794         (tramp-set-file-property, tramp-flush-file-property)
795         (tramp-flush-directory-property, tramp-get-connection-property)
796         (tramp-set-connection-property, tramp-flush-connection-property)
797         (tramp-cache-print, tramp-list-connections): Set tramp-autoload
798         cookie.
799         (with-file-property, with-connection-property): New defuns, moved
800         from tramp.el.
801         (tramp-flush-file-function): Use `with-parsed-tramp-file-name'
802         macro.
804         * net/tramp-cmds.el (top): Add to `tramp-unload-hook'.
805         (tramp-version): Set tramp-autoload cookie.
807         * net/tramp-compat.el (top): Require 'tramp-loaddefs.  Remove all
808         changes to tramp-unload-hook for other tramp-* packages.  Add to
809         `tramp-unload-hook'.
810         (tramp-compat-decimal-to-octal, tramp-compat-octal-to-decimal)
811         (tramp-compat-call-process): New defuns, moved from tramp.el.
813         * net/tramp-fish.el (top) Require just 'tramp.  Add objects to
814         `tramp-methods' and `tramp-foreign-file-name-handler-alist'.  Add
815         to `tramp-unload-hook'.  Change call of
816         `tramp-compat-decimal-to-octal' to new function name.
817         (tramp-fish-method): Make it a defconst.
818         (tramp-fish-file-name-p): Make it a defsubst.
819         (tramp-fish-method, tramp-fish-file-name-handler)
820         (tramp-fish-file-name-p): Set tramp-autoload cookie.
822         * net/tramp-ftp.el (top) Add objects to `tramp-methods' and
823         `tramp-foreign-file-name-handler-alist'.  Add to
824         `tramp-unload-hook'.
825         (tramp-ftp-method): Make it a defconst.
826         (tramp-ftp-file-name-p): Make it a defsubst.
827         (tramp-ftp-method, tramp-ftp-file-name-handler)
828         (tramp-ftp-file-name-p): Set tramp-autoload cookie.
830         * net/tramp-gvfs.el (top) Add objects to `tramp-methods' and
831         `tramp-foreign-file-name-handler-alist'.  Add to
832         `tramp-unload-hook'.  Change checks, whether package can be
833         loaded.
834         (tramp-gvfs-file-name-p): Make it a defsubst.
835         (tramp-gvfs-methods, tramp-gvfs-file-name-handler)
836         (tramp-gvfs-file-name-p): Set tramp-autoload cookie.
837         (tramp-gvfs-handle-file-directory-p): New defun.
838         (tramp-gvfs-file-name-handler-alist): Use it.
840         * net/tramp-gw.el (top) Add objects to `tramp-methods' and
841         `tramp-foreign-file-name-handler-alist'.  Add to
842         `tramp-unload-hook'.
843         (tramp-gw-tunnel-method, tramp-gw-default-tunnel-port)
844         (tramp-gw-socks-method, tramp-gw-default-socks-port): Make it a
845         defconst.
846         (tramp-gw-tunnel-method, tramp-gw-socks-method)
847         (tramp-gw-open-connection): Set tramp-autoload cookie.
849         * net/tramp-imap.el (top) Require just 'tramp.  Add objects to
850         `tramp-methods' and `tramp-foreign-file-name-handler-alist'.  Add
851         to `tramp-unload-hook'.  Change checks, whether package can be
852         loaded.
853         (tramp-imap-file-name-p): Make it a defsubst.
854         (tramp-imap-method, tramp-imaps-method)
855         (tramp-imap-file-name-handler)
856         (tramp-imap-file-name-p): Set tramp-autoload cookie.
858         * net/tramp-smb.el (top) Require just 'tramp.  Add objects to
859         `tramp-methods' and `tramp-foreign-file-name-handler-alist'.  Add
860         to `tramp-unload-hook'.  Change checks, whether package can be
861         loaded.  Change call of `tramp-compat-decimal-to-octal' to new
862         function name.
863         (tramp-smb-tunnel-method): Make it a defconst.
864         (tramp-smb-file-name-p): Make it a defsubst.
865         (tramp-smb-method, tramp-smb-file-name-handler)
866         (tramp-smb-file-name-p): Set tramp-autoload cookie.
868         * net/tramp-uu.el (top) Add to `tramp-unload-hook'.
869         (tramp-uuencode-region): Set tramp-autoload cookie.
871         * net/trampver.el (top) Add to `tramp-unload-hook'.
872         (tramp-version, tramp-bug-report-address): Set tramp-autoload
873         cookie.  Update release number.
875 2010-09-07  Agustín Martín  <agustin.martin@hispalinux.es>
877         * textmodes/ispell.el (ispell-start-process): Make sure original
878         arg list is properly initialized (Bug#6993, Bug#6994).
880 2010-09-06  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
882         * files.el (directory-abbrev-alist): Use \` as default regexp.
884         * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
885         chars like - or ] (bug#6984).
886         (rx-any-condense-range): Explode 2-char ranges.
888 2010-09-06  Glenn Morris  <rgm@gnu.org>
890         * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
892 2010-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
894         * textmodes/bibtex.el:
895         * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
897 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
899         * net/imap.el (imap-message-map): Remove optional buffer parameter,
900         since no callers use it.
901         (imap-message-get): Ditto.
902         (imap-message-put): Ditto.
903         (imap-mailbox-map): Ditto.
904         (imap-mailbox-put): Ditto.
905         (imap-mailbox-get): Ditto.
906         (imap-mailbox-get): Revert last change for this function.
908 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
910         * net/imap.el (imap-fetch-safe): Remove function, and alter all
911         callers to use `imap-fetch' instead.  According to the comments, this
912         should be safe, since all other IMAP clients use the 1:* syntax.
913         (imap-enable-exchange-bug-workaround): Remove.
914         (imap-debug): Remove -- doesn't seem very useful.
916 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
918         * net/imap.el (imap-log): New convenience function used throughout
919         instead of repeating the same code all over the place.
921 2010-09-05  David De La Harpe Golden  <david@harpegolden.net>
923         * mouse.el (mouse-save-then-kill): Save region to kill-ring
924         when mouse-drag-copy-region is non-nil (Bug#6956).
926 2010-09-05  Chong Yidong  <cyd@stupidchicken.com>
928         * dired.el (dired-ls-sorting-switches, dired-sort-by-name-regexp):
929         Improve regexps (Bug#6987).
930         (dired-sort-toggle): Search more robustly for -t flag.
932         * files.el (get-free-disk-space): Search more robustly for
933         "available" column.  Suggested by Ehud Karni
934         <ehud@unix.mvs.co.il>.
936 2010-09-05  Juanma Barranquero  <lekktu@gmail.com>
938         * international/uni-bidi.el:
939         * international/uni-category.el:
940         * international/uni-combining.el:
941         * international/uni-decimal.el:
942         * international/uni-mirrored.el:
943         * international/uni-name.el: Regenerate.
945 2010-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
947         * electric.el (electric-indent-post-self-insert-function):
948         Don't reindent with a sloppy indentation function.
950         * emacs-lisp/syntax.el (syntax-ppss): More sanity check to catch
951         border case in change-log-mode.
953 2010-09-04  Chong Yidong  <cyd@stupidchicken.com>
955         * progmodes/compile.el (compilation-error-regexp-alist-alist):
956         Remove ruby regexp; handle Ruby errors with gcc-include and gnu.
957         Recognize leading tab in gcc-include regexp.  Ignore names with
958         leading "from" or "in" in gnu regexp (Bug#6937).
960 2010-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
962         Avoid global recursive calls to kill-buffer-hooks; fit into 80 cols.
963         * textmodes/ispell.el (ispell-process-buffer-name): Remove.
964         (ispell-start-process): Avoid setq and simplify logic.
965         (ispell-init-process): Setup kill-buffer-hook locally when needed.
966         (kill-buffer-hook): Don't use it globally with code that uses
967         expand-file-name since that may call kill-buffer via
968         code_conversion_restore.
970 2010-09-04  Noorul Islam K M  <noorul@noorul.com>  (tiny change)
972         * emacs-lisp/package.el (package-directory-list): Only call
973         file-name-nondirectory on a string.
975 2010-09-02  Chong Yidong  <cyd@stupidchicken.com>
977         * emacs-lisp/package.el (package--download-one-archive):
978         Ensure that archive-contents is valid before saving it.
979         (package-activate-1, package-mark-obsolete, define-package)
980         (package-compute-transaction, package-list-maybe-add): Use push.
982 2010-09-03  Stefan Monnier  <monnier@iro.umontreal.ca>
984         Use SMIE's blink-paren for octave-mode.
985         * progmodes/octave-mod.el (octave-font-lock-close-quotes):
986         Backslashes do not escape single-quotes, single-quotes do.
987         (octave-block-else-regexp, octave-block-end-regexp)
988         (octave-block-match-alist): Remove.
989         (octave-smie-bnf-table): New var, with old content.
990         (octave-smie-op-levels): Use it.
991         (octave-smie-closer-alist): New var.
992         (octave-mode): Use it.  Setup smie-blink-matching and electric-indent.
993         (octave-blink-matching-block-open): Remove.
994         (octave-reindent-then-newline-and-indent, octave-electric-semi)
995         (octave-electric-space): Let self-insert-command run expand-abbrev and
996         blink parens.
998         * electric.el (electricity): New group.
999         (electric-indent-chars): New var.
1000         (electric-indent-post-self-insert-function): New fun.
1001         (electric-indent-mode): New minor mode.
1002         (electric-pair-skip-self): New custom.
1003         (electric-pair-post-self-insert-function): New function.
1004         (electric-pair-mode): New minor mode.
1006         * calc/calc-aent.el (calcAlg-blink-matching-check): New fun, to replace
1007         calcAlg-blink-matching-open.
1008         (calc-alg-ent-map, calc-alg-ent-esc-map): Initialize in the declaration.
1009         (calc-do-alg-entry): Only touch the part of the keymap that varies.
1010         Use the new blink-matching-check-function.
1012         Provide blink-matching support to SMIE.
1013         * emacs-lisp/smie.el (smie-bnf-closer-alist): New function.
1014         (smie-blink-matching-triggers, smie-blink-matching-inners): New vars.
1015         (smie-blink-matching-check, smie-blink-matching-open): New functions.
1017         * simple.el (newline): Fix last change to properly remove itself from
1018         the hook.
1020 2010-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1022         * simple.el (newline): Eliminate optimization.
1023         Use post-self-insert-hook to set hard-newline and things before
1024         running post-self-insert-hook.
1025         (blink-matching-check-mismatch): New function.
1026         (blink-matching-check-function): New variable.
1027         (blink-matching-open): Use them.
1028         Skip back forward over prefix chars skipped by forward-sexp.
1029         Don't check if the parens are backslash escaped.
1030         (blink-paren-post-self-insert-function): Check backslash escaping here.
1032 2010-09-02  Chong Yidong  <cyd@stupidchicken.com>
1034         * emacs-lisp/package.el (package-menu-mode-map):
1035         Change package-menu-revert bindings to revert-buffer.
1036         (package-menu-mode): Set revert-buffer-function.
1037         (package-menu-revert): Doc fix.
1039 2010-09-02  Agustín Martín  <agustin.martin@hispalinux.es>
1041         * textmodes/ispell.el (ispell-init-process): Use "~/" as
1042         `default-directory' unless using Ispell per-directory personal
1043         dictionaries and not in a mini-buffer under XEmacs.
1044         (kill-buffer-hook): Do not kill ispell process on exit when
1045         `ispell-process-directory' is "~/".  (Bug#6143)
1047 2010-09-02  Jan Djärv  <jan.h.d@swipnet.se>
1049         * simple.el (kill-new): Call interprogram-cut-function with only
1050         one argument.
1052         * term.el (term-mouse-paste): Don't call x-get-cutbuffer.
1053         Remove cut buffer from error message.
1055         * term/x-win.el (x-select-text):
1056         * term/pc-win.el (x-selection-value):
1057         * term/ns-win.el (x-selection-value):
1058         * eshell/em-term.el:
1059         * w32-fns.el (x-get-selection-value):
1060         * mouse-sel.el (mouse-sel-set-selection-function):
1061         * frame.el (display-selections-p): Remove cut-buffer in documentation.
1063         * term/x-win.el: Update documentation for x-last-selected-text-*.
1064         (x-last-selected-text-cut, x-last-selected-text-cut-encoded)
1065         (x-last-cut-buffer-coding, x-cut-buffer-max): Remove.
1066         (x-select-text): Remove argument PUSH, update documentation.  Remove
1067         cut-buffer code.
1068         (x-selection-value-internal): Was previously x-selection-value.
1069         (x-selection-value): Rename from x-cut-buffer-or-selection-value.
1070         Update documentation, remove cut-buffer code.  Call
1071         x-selection-value-internal.
1072         (x-clipboard-yank): Call x-selection-value-internal.
1073         (x-initialize-window-system): Remove setting of x-cut-buffer-max.
1075         * term/pc-win.el (x-last-selected-text):
1076         x-cut-buffer-or-selection-value renamed to x-selection-value
1077         (x-select-text): Remove argument PUSH, update documentation.
1079         * term/ns-win.el (x-setup-function-keys, ns-last-selected-text):
1080         x-cut-buffer-or-selection-value renamed to x-selection-value
1081         (x-selection-value): Renamed from x-cut-buffer-or-selection-value.
1082         (x-select-text): Remove argument PUSH, update documentation.
1084         * emacs-lisp/cl-macs.el (x-get-cutbuffer, x-get-cut-buffer): Remove.
1086         * w32-fns.el (x-last-selected-text):
1087         x-cut-buffer-or-selection-value renamed to x-selection-value.
1088         (x-cut-buffer-max): Remove.
1089         (x-select-text): Remove argument PUSH, update documentation.
1091         * simple.el (interprogram-cut-function): Remove mention of PUSH.
1093         * select.el (x-get-cut-buffer, x-set-cut-buffer): Remove.
1095         * mouse-sel.el (mouse-sel-get-selection-function):
1096         x-cut-buffer-or-selection-value renamed to x-selection-value.
1097         (x-select-text): Remove optional push.
1099 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1101         * simple.el (blink-paren-function): Move from C to here.
1102         (blink-paren-post-self-insert-function): New function.
1103         (post-self-insert-hook): Use it.
1105         * emacs-lisp/pcase.el (pcase-split-memq):
1106         Fix overenthusiastic optimisation.
1107         (pcase-u1): Handle the case of a lambda pred.
1109 2010-08-31  Kenichi Handa  <handa@m17n.org>
1111         * international/mule-cmds.el (standard-display-european-internal):
1112         Setup standard-display-table for 8-bit characters by storing 8-bit
1113         characters in the element vector.
1115         * disp-table.el (standard-display-8bit): Setup
1116         standard-display-table for 8-bit characters by storing 8-bit
1117         characters in the element vector.
1118         (standard-display-european): Likewise.
1120 2010-08-31  Masatake YAMATO  <yamato@redhat.com>
1122         * textmodes/nroff-mode.el (nroff-view): New command.
1123         (nroff-mode-map): Bind it to C-c C-c.
1125 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1127         * emacs-lisp/smie.el (smie-down-list): New command.
1129         Remove old indentation and navigation code on octave-mode.
1130         * progmodes/octave-mod.el (octave-mode-map): Remap down-list to
1131         smie-down-list rather than add a binding for octave-down-block.
1132         (octave-mark-block, octave-blink-matching-block-open):
1133         Rely on forward-sexp-function.
1134         (octave-fill-paragraph): Don't narrow, so you can use
1135         indent-according-to-mode.
1136         (octave-block-begin-regexp, octave-block-begin-or-end-regexp): Remove.
1137         (octave-in-block-p, octave-re-search-forward-kw)
1138         (octave-re-search-backward-kw, octave-indent-calculate)
1139         (octave-end-as-array-index-p, octave-block-end-offset)
1140         (octave-scan-blocks, octave-forward-block, octave-backward-block)
1141         (octave-down-block, octave-backward-up-block, octave-up-block)
1142         (octave-before-magic-comment-p, octave-indent-line): Remove.
1144 2010-08-31  Chong Yidong  <cyd@stupidchicken.com>
1146         * emacs-lisp/package.el (package--read-archive-file): Just use
1147         `read', to avoid copying an additional string.
1148         (package-menu-mode): Set header-line-format here.
1149         (package-menu-refresh, package-menu-revert): Signal an error if
1150         not in the Package Menu.
1151         (package-menu-package-list): New var.
1152         (package--generate-package-list): Operate on the current buffer;
1153         don't assume that it is *Packages*, since the user may rename it.
1154         Allow persistent package listings and sort keys using
1155         package-menu-package-list and package-menu-package-sort-key.
1156         (package-menu--version-predicate): Fix version calculation.
1157         (package-menu-sort-by-column): Don't select the window.
1158         (package--list-packages): Create the *Packages* buffer.
1159         Set package-menu-package-list-key.
1160         (list-packages): Sorting by status is now the default.
1161         (package-buffer-info): Use match-string-no-properties.
1162         (define-package): Add a &rest argument for future proofing, but
1163         don't use it yet.
1164         (package-install-from-buffer, package-install-buffer-internal):
1165         Merge into a single function, package-install-from-buffer.
1166         (package-install-file): Change caller.
1168         * finder.el: Load finder-inf using `require'.
1169         (finder-list-matches): Sorting by status is now the default.
1170         (finder-compile-keywords): Simpify printing.
1172 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1174         * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
1175         (octave-mode-map): Remove special bindings for forward/backward-block
1176         and octave-backward-up-block.  Use smie-close-block.
1177         (octave-continuation-marker-regexp): New var.
1178         (octave-continuation-regexp): Use it.
1179         (octave-operator-table, octave-smie-op-levels)
1180         (octave-operator-regexp, octave-smie-indent-rules): New vars.
1181         (octave-smie-backward-token, octave-smie-forward-token): New funs.
1182         (octave-mode): Use SMIE.
1183         (octave-close-block): Delete.
1185 2010-08-30  Eli Zaretskii  <eliz@gnu.org>
1187         * menu-bar.el (menu-bar-edit-menu) <"Paste">: Check selection in
1188         CLIPBOARD, not in PRIMARY.  (Bug#6944)
1190 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1192         * emacs-lisp/smie.el (smie-indent-offset-rule): Let :parent take
1193         a list of parents.
1194         (smie-indent-column): Allow indirection through variables.
1196         * composite.el (save-buffer-state): Delete, unused.
1197         * font-lock.el (save-buffer-state): Use with-silent-modifications.
1198         (font-lock-default-fontify-region): Use with-syntax-table.
1199         * jit-lock.el (with-buffer-unmodified): Remove.
1200         (with-buffer-prepared-for-jit-lock): Use with-silent-modifications.
1202         Use `declare' in defmacros.
1203         * window.el (save-selected-window):
1204         * subr.el (with-temp-file, with-temp-message, with-syntax-table):
1205         * progmodes/python.el (def-python-skeleton):
1206         * net/dbus.el (dbus-ignore-errors):
1207         * jka-cmpr-hook.el (with-auto-compression-mode):
1208         * international/mule.el (with-category-table):
1209         * emacs-lisp/timer.el (with-timeout):
1210         * emacs-lisp/lisp-mnt.el (lm-with-file):
1211         * emacs-lisp/eieio.el (with-slots):
1212         * emacs-lisp/easymenu.el (easy-menu-define):
1213         * emacs-lisp/debug.el (debugger-env-macro):
1214         * emacs-lisp/cl-compat.el (Multiple-value-bind, Multiple-value-setq)
1215         (Multiple-value-call, Multiple-value-prog1):
1216         * emacs-lisp/cl-seq.el (cl-parsing-keywords, cl-check-key)
1217         (cl-check-test-nokey, cl-check-test, cl-check-match): Move indent and
1218         edebug rule to definition.
1219         * emacs-lisp/lisp-mode.el (save-selected-window)
1220         (with-current-buffer, combine-after-change-calls)
1221         (with-output-to-string, with-temp-file, with-temp-buffer)
1222         (with-temp-message, with-syntax-table, read-if, eval-after-load)
1223         (dolist, dotimes, when, unless):
1224         * emacs-lisp/byte-run.el (inline): Remove indent rule, redundant.
1226 2010-08-29  Chong Yidong  <cyd@stupidchicken.com>
1228         * finder.el: Require `package'.
1229         (finder-known-keywords): Tweak descriptions.  Retire `oop' keyword.
1230         (finder-package-info): Var deleted.
1231         (finder-keywords-hash, finder--builtins-alist): New vars.
1232         (finder-compile-keywords): Compute package--builtins and
1233         finder-keywords-hash instead of finder-keywords-hash, respecting
1234         the "Package" header.
1235         (finder-unknown-keywords, finder-list-matches):
1236         Use finder-keywords-hash and package--list-packages.
1237         (finder-mode): Don't set font-lock-defaults.
1238         (finder-exit): We don't use "*Finder-package*" and "*Finder
1239         Category*" buffers anymore.
1241         * emacs-lisp/package.el (package--builtins-base): Var deleted.
1242         (package--builtins): Set default value to nil.
1243         (package-initialize): Load precomputed value of package--builtins
1244         from finder-inf.el.
1245         (package-alist, package-compute-transaction)
1246         (package-download-transaction): Improve docstring.
1247         (package-read-all-archive-contents): Do not change
1248         package--builtins here.
1249         (list-packages): Make package-list-packages an alias for this.
1250         Sort by status by default.
1251         (package--list-packages): Add optional PACKAGES arg.
1252         (describe-package-1): Use font-lock-face property.  For built-in
1253         packages, insert file commentary.
1254         (package--generate-package-list): Rename from
1255         package-list-packages-internal; all callers changed.  Add optional
1256         PACKAGES arg.  Add alphabetical sort fallbacks.
1257         (package-menu--version-predicate, package-menu--status-predicate)
1258         (package-menu--description-predicate)
1259         (package-menu--name-predicate): New functions.
1261         * info.el (Info-finder-find-node): Search package-alist instead of
1262         finder-package-info.
1264 2010-08-29  Chong Yidong  <cyd@stupidchicken.com>
1266         * subr.el (version-regexp-alist): Don't use "a" and "b" for
1267         "alpha" and "beta".
1268         (version-to-list): Handle versions like "10.3d".
1270 2010-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1272         * emacs-lisp/macroexp.el (macroexpand-all-1): Use pcase.
1273         (macroexp-accumulate): Use `declare'.
1275 2010-08-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1277         * whitespace.el (whitespace-style): Adjust type declaration.
1279 2010-08-26  Magnus Henoch  <magnus.henoch@gmail.com>
1281         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
1282         empty argument to gvfs-copy.
1284 2010-08-26  Chong Yidong  <cyd@stupidchicken.com>
1286         * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
1287         handle new TRASH arg of `delete-file'.
1289 2010-08-26  Christian Lynbech  <christian.lynbech@tieto.com>  (tiny change)
1291         * net/tramp.el (tramp-handle-insert-directory): Don't use
1292         `forward-word', its default syntax could be changed.
1294 2010-08-26  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
1295             Michael Albinus  <michael.albinus@gmx.de>
1297         Implement compression for inline methods.
1299         * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
1300         (tramp-copy-size-limit): Allow also nil.
1301         (tramp-inline-compress-commands): New defconst.
1302         (tramp-find-inline-compress, tramp-get-inline-compress)
1303         (tramp-get-inline-coding): New defuns.
1304         (tramp-get-remote-coding, tramp-get-local-coding): Remove,
1305         replaced by `tramp-get-inline-coding'.
1306         (tramp-handle-file-local-copy, tramp-handle-write-region)
1307         (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
1309 2010-08-26  Noah Lavine  <noah549@gmail.com>  (tiny change)
1311         Detect ssh 'ControlMaster' argument automatically in some cases.
1313         * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
1314         (tramp-default-method): Use it.
1316 2010-08-26  Karel Klíč  <kklic@redhat.com>
1318         * net/tramp.el (tramp-file-name-for-operation):
1319         Add file-selinux-context.
1321 2010-08-26  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
1323         * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
1325 2010-08-26  Chong Yidong  <cyd@stupidchicken.com>
1327         * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
1328         (Bug#6907).
1330 2010-08-26  Nathan Weizenbaum  <nweiz@cressida.sea.corp.google.com>  (tiny change)
1332         * progmodes/js.el: Make indentation more customizable (Bug#6914).
1333         (js-paren-indent-offset, js-square-indent-offset)
1334         (js-curly-indent-offset): New options.
1335         (js--proper-indentation): Use them.
1337 2010-08-26  Daniel Colascione  <dan.colascione@gmail.com>
1339         * progmodes/sh-script.el (sh-get-indent-info): Use syntax-ppss
1340         instead of inspecting font-lock properties (Bug#6916).
1342 2010-08-26  David Reitter  <david.reitter@gmail.com>
1344         * server.el (server-visit-files): Run pre-command-hook and
1345         post-command-hook for each buffer while it is current
1346         (Bug#6910).
1347         (server-execute): Do not run hooks here.
1349 2010-08-26  Michael Albinus  <michael.albinus@gmx.de>
1351         Sync with Tramp 2.1.19.
1353         * net/tramp-cmds.el (tramp-cleanup-all-connections)
1354         (tramp-reporter-dump-variable, tramp-load-report-modules)
1355         (tramp-append-tramp-buffers): Use `tramp-compat-funcall'.
1356         (tramp-bug): Recommend setting of `tramp-verbose' to 9.
1358         * net/tramp-compat.el (top): Do not autoload
1359         `tramp-handle-file-remote-p'.  Load tramp-util.el and tramp-vc.el
1360         only when `start-file-process' is not bound.
1361         (byte-compile-not-obsolete-vars): Define if not bound.
1362         (tramp-compat-funcall): New defmacro.
1363         (tramp-compat-line-beginning-position)
1364         (tramp-compat-line-end-position)
1365         (tramp-compat-temporary-file-directory)
1366         (tramp-compat-make-temp-file, tramp-compat-file-attributes)
1367         (tramp-compat-copy-file, tramp-compat-copy-directory)
1368         (tramp-compat-delete-file, tramp-compat-delete-directory)
1369         (tramp-compat-number-sequence, tramp-compat-process-running-p):
1370         Use it.
1371         (tramp-advice-file-expand-wildcards): Do not use
1372         `tramp-handle-file-remote-p'.
1373         (tramp-compat-make-temp-file): Simplify fallback implementation.
1374         (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
1375         (tramp-compat-copy-tree): Remove function.
1376         (tramp-compat-delete-file): New defun.
1377         (tramp-compat-delete-directory): Provide implementation for older
1378         Emacsen.
1379         (tramp-compat-file-attributes): Handle only
1380         `wrong-number-of-arguments' error.
1382         * net/tramp-fish.el (tramp-fish-handle-copy-file): Add
1383         PRESERVE_SELINUX_CONTEXT.
1384         (tramp-fish-handle-delete-file): Add TRASH arg.
1385         (tramp-fish-handle-directory-files-and-attributes):
1386         Do not use `tramp-fish-handle-file-attributes.
1387         (tramp-fish-handle-file-local-copy)
1388         (tramp-fish-handle-insert-file-contents)
1389         (tramp-fish-maybe-open-connection): Use `with-progress-reporter'.
1391         * net/tramp-gvfs.el (top): Require url-util.
1392         (tramp-gvfs-mount-point): Remove.
1393         (tramp-gvfs-file-name-handler-alist): Add `file-selinux-context'
1394         and `set-file-selinux-context'.
1395         (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command)
1396         (tramp-gvfs-handle-file-selinux-context)
1397         (tramp-gvfs-handle-set-file-selinux-context): New defuns.
1398         (with-tramp-dbus-call-method): Format trace message.
1399         (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
1400         (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
1401         Implement backup call, when operation on local files fails.  Use
1402         progress reporter.  Flush properties of changed files.
1403         (tramp-gvfs-handle-delete-file): Add TRASH arg.  Use
1404         `tramp-compat-delete-file'.
1405         (tramp-gvfs-handle-expand-file-name): Expand "~/".
1406         (tramp-gvfs-handle-make-directory): Make more traces.
1407         (tramp-gvfs-handle-write-region): Protect deleting tmpfile.
1408         (tramp-gvfs-url-file-name): Hexify file name in url.
1409         (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
1410         into account for the resulting file name.
1411         (tramp-gvfs-handler-askquestion): Preserve current message, in
1412         order to let progress reporter continue afterwards.  (Bug#6257)
1413         Return dummy mountpoint, when the answer is "no".  See
1414         `tramp-gvfs-maybe-open-connection'.
1415         (tramp-gvfs-handler-mounted-unmounted)
1416         (tramp-gvfs-connection-mounted-p): Test also for new mountspec
1417         attribute "default_location".  Set "prefix" property.  Handle
1418         default-location.
1419         (tramp-gvfs-mount-spec): Return both prefix and mountspec.
1420         (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
1421         exists.  Raise an error, if not (due to a corresponding answer
1422         "no" in interactive questions, for example).
1423         Use `tramp-compat-funcall'.
1425         * net/tramp-imap.el (top): Autoload `epg-make-context'.
1426         (tramp-imap-handle-copy-file): Add PRESERVE-SELINUX-CONTEXT.
1427         (tramp-imap-do-copy-or-rename-file)
1428         (tramp-imap-handle-insert-file-contents)
1429         (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
1430         (tramp-imap-handle-delete-file): Add TRASH arg.
1432         * net/tramp-smb.el (tramp-smb-handle-copy-file): Add
1433         PRESERVE-SELINUX-CONTEXT.
1434         (tramp-smb-handle-copy-file)
1435         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
1436         (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
1437         Use `with-progress-reporter'.
1438         (tramp-smb-handle-delete-file): Add TRASH arg.
1440         * net/tramp.el (tramp-methods): Move hostname to the end in all
1441         ssh `tramp-login-args'.  Add `tramp-async-args' attribute where
1442         appropriate.
1443         (tramp-verbose): Describe verbose level 9.
1444         (tramp-completion-function-alist)
1445         (tramp-file-name-regexp, tramp-chunksize)
1446         (tramp-local-coding-commands, tramp-remote-coding-commands)
1447         (with-connection-property, tramp-completion-mode-p)
1448         (tramp-action-process-alive, tramp-action-out-of-band)
1449         (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
1450         (tramp-exists-file-name-handler): Fix docstring.
1451         (tramp-remote-process-environment): Use `format' instead of
1452         `concat'.  Protect version string by apostroph.
1453         (tramp-shell-prompt-pattern): Do not use a shy group in case of
1454         XEmacs.
1455         (tramp-file-name-regexp-unified)
1456         (tramp-completion-file-name-regexp-unified): On W32 systems, do
1457         not regard the volume letter as remote filename.  (Bug#5447)
1458         (tramp-perl-file-attributes)
1459         (tramp-perl-directory-files-and-attributes): Don't pass "$3".
1460         (tramp-vc-registered-read-file-names): Read input as
1461         here-document, otherwise the command could exceed maximum length
1462         of command line.
1463         (tramp-file-name-handler-alist): Add `file-selinux-context' and
1464         `set-file-selinux-context'.
1465         (tramp-debug-message): Add `tramp-compat-funcall' to ignored
1466         backtrace functions.
1467         (tramp-error-with-buffer): Don't show the connection buffer when
1468         we are in completion mode.
1469         (tramp-progress-reporter-update, tramp-remote-selinux-p)
1470         (tramp-handle-file-selinux-context)
1471         (tramp-handle-set-file-selinux-context, tramp-process-sentinel)
1472         (tramp-connectable-p, tramp-open-shell, tramp-get-remote-trash):
1473         New defuns.
1474         (with-progress-reporter): New defmacro.
1475         (tramp-debug-outline-regexp): New defconst.
1476         (top, tramp-rfn-eshadow-setup-minibuffer)
1477         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
1478         (tramp-handle-dired-compress-file, tramp-handle-shell-command)
1479         (tramp-completion-mode-p, tramp-check-for-regexp)
1480         (tramp-open-connection-setup-interactive-shell)
1481         (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
1482         (tramp-time-diff, tramp-coding-system-change-eol-conversion)
1483         (tramp-set-process-query-on-exit-flag, tramp-unload-tramp):
1484         Use `tramp-compat-funcall'.
1485         (tramp-handle-make-symbolic-link): Flush file properties.
1486         (tramp-handle-load, tramp-handle-file-local-copy)
1487         (tramp-handle-insert-file-contents, tramp-handle-write-region)
1488         (tramp-handle-vc-registered, tramp-maybe-send-script)
1489         (tramp-find-shell): Use `with-progress-reporter'.
1490         (tramp-do-file-attributes-with-stat): Add space in format string,
1491         in order to work around a bug in pdksh.  Reported by Gilles Pion
1492         <gpion@lfdj.com>.
1493         (tramp-handle-verify-visited-file-modtime): Do not send a command
1494         when the connection is not established.
1495         (tramp-handle-set-file-times): Simplify the check for utc.
1496         (tramp-handle-directory-files-and-attributes)
1497         (tramp-get-remote-path): Use `copy-tree'.
1498         (tramp-completion-handle-file-name-all-completions): Ensure, that
1499         non remote files are still checked.  Oops.
1500         (tramp-handle-copy-file, tramp-do-copy-or-rename-file): Handle
1501         PRESERVE-SELINUX-CONTEXT.
1502         (tramp-do-copy-or-rename-file): Add progress reporter.
1503         (tramp-do-copy-or-rename-file-directly): Do not use
1504         `tramp-handle-file-remote-p'.
1505         (tramp-do-copy-or-rename-file-out-of-band):
1506         Use `tramp-compat-delete-directory'.
1507         (tramp-do-copy-or-rename-file-out-of-band)
1508         (tramp-compute-multi-hops, tramp-maybe-open-connection):
1509         Use `format-spec-make'.
1510         (tramp-handle-delete-file): Add TRASH arg.
1511         (tramp-handle-dired-uncache): Flush directory cache, not only file
1512         cache.
1513         (tramp-handle-expand-file-name)
1514         (tramp-completion-handle-file-name-all-completions)
1515         (tramp-completion-handle-file-name-completion): Use
1516         `tramp-connectable-p'.
1517         (tramp-handle-start-file-process): Set connection property "vec".
1518         Use it, in order to invalidate file caches.  Check only for
1519         `remote-tty' process property.
1520         Implement tty setting.  (Bug#4604, Bug#6360)
1521         (tramp-file-name-for-operation): Add `call-process-region' and
1522         `set-file-selinux-context'.
1523         (tramp-find-foreign-file-name-handler)
1524         (tramp-advice-make-auto-save-file-name)
1525         (tramp-set-auto-save-file-modes): Remove superfluous check for
1526         `stringp'.  This is done inside `tramp-tramp-file-p'.
1527         (tramp-file-name-handler): Trace 'quit.  Catch the error for some
1528         operations when we are in completion mode.  This gives the user
1529         the chance to correct the file name in the minibuffer.
1530         (tramp-completion-mode-p): Use `non-essential'.
1531         (tramp-handle-file-name-all-completions): Backward/ XEmacs
1532         compatibility: Use `completion-ignore-case' if
1533         `read-file-name-completion-ignore-case' does not exist.
1534         (tramp-get-debug-buffer): Use `tramp-debug-outline-regexp'.
1535         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
1536         `tramp-open-shell'.
1537         (tramp-action-password): Hide password prompt before next run.
1538         (tramp-process-actions): Widen connection buffer for the trace.
1539         (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
1540         process property.  Trace stty settings if `tramp-verbose' >= 9.
1541         Apply workaround for IRIX64 bug.  Move argument of last
1542         `tramp-send-command' where it belongs to.
1543         (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
1544         front of `login-args'.
1545         (tramp-get-ls-command, tramp-get-ls-command-with-dired): Run tests
1546         on "/dev/null" instead of "/".
1547         (tramp-get-ls-command-with-dired): Make test for "--dired"
1548         stronger.
1549         (tramp-set-auto-save-file-modes): Adapt version check.
1550         (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
1551         (tramp-handle-process-file): Call the program in a subshell, in
1552         order to preserve working directory.
1553         (tramp-handle-shell-command): Don't use hard-wired "/bin/sh" but
1554         `tramp-remote-sh' from `tramp-methods'.
1555         (tramp-get-ls-command): Make test for "--color=never" stronger.
1556         (tramp-check-for-regexp): Use (forward-line 1).
1558         * net/trampver.el: Update release number.
1560 2010-08-26  Chong Yidong  <cyd@stupidchicken.com>
1562         * help.el (help-map): Bind `C-h P' to describe-package.
1564         * menu-bar.el (menu-bar-describe-menu): Add describe-package.
1566         * emacs-lisp/package.el (package-refresh-contents): Catch errors
1567         when downloading archives.
1568         (describe-package-1): Add package commentary.
1569         (package-install-button-action): New function.
1570         (package-menu-mode-map): Bind ? to package-menu-describe-package.
1571         (package-menu-view-commentary): Function removed.
1572         (package-list-packages-internal): Hide the `package' package too.
1574 2010-08-25  Kenichi Handa  <handa@m17n.org>
1576         * language/misc-lang.el ("Arabic"): New language environment.
1577         Setup composition-function-table for Arabic characters.
1579         * international/fontset.el (setup-default-fontset): Fix typo for
1580         arabic OTF spec (fini->fina).
1582 2010-08-25  Jan Djärv  <jan.h.d@swipnet.se>
1584         * menu-bar.el (menu-bar-set-tool-bar-position): Set frame parameter
1585         on all frames.
1587 2010-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1589         * whitespace.el: Allow cleaning up blanks without blank
1590         visualization (Bug#6651).  Adjust help window for
1591         whitespace-toggle-options (Bug#6479).  Allow to use fill-column
1592         instead of whitespace-line-column (from EmacsWiki).  New version
1593         13.1.
1594         (whitespace-style): Added new value 'face.  Adjust docstring.
1595         (whitespace-space, whitespace-hspace, whitespace-tab): Adjust
1596         foreground property face.
1597         (whitespace-line-column): Adjust docstring and type declaration.
1598         (whitespace-style-value-list, whitespace-toggle-option-alist)
1599         (whitespace-help-text): Adjust const initialization.
1600         (whitespace-toggle-options, global-whitespace-toggle-options):
1601         Adjust docstring.
1602         (whitespace-display-window, whitespace-interactive-char)
1603         (whitespace-style-face-p, whitespace-color-on): Adjust code.
1604         (whitespace-help-scroll): New fun.
1606 2010-08-24  Chong Yidong  <cyd@stupidchicken.com>
1608         * emacs-lisp/package.el (list-packages): Alias for
1609         package-list-packages.
1611 2010-08-24  Kevin Ryde  <user42@zip.com.au>
1613         * textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix
1614         (Bug#5651).
1616         * progmodes/ruby-mode.el (ruby): Add defgroup.
1618 2010-08-24  Chong Yidong  <cyd@stupidchicken.com>
1620         * progmodes/python.el: Add Ipython support (Bug#5390).
1621         (python-shell-prompt-alist)
1622         (python-shell-continuation-prompt-alist): New options.
1623         (python--set-prompt-regexp): New function.
1624         (inferior-python-mode, run-python, python-shell): Require
1625         ansi-color.  Use python--set-prompt-regexp to set the comint
1626         prompt based on the Python interpreter.
1627         (python--prompt-regexp): New var.
1628         (python-check-comint-prompt)
1629         (python-comint-output-filter-function): Use it.
1630         (run-python): Use a pipe (Bug#5694).
1632 2010-08-24  Fabian Ezequiel Gallina  <galli.87@gmail.com>  (tiny change)
1634         * progmodes/python.el (python-send-region): Send a different
1635         Python command if Ipython is in use.
1636         (python-check-version): Use a Python command to find the version.
1638 2010-08-24  Chong Yidong  <cyd@stupidchicken.com>
1640         * mouse.el (mouse-yank-primary): Avoid setting primary when
1641         deactivating the mark (Bug#6872).
1643 2010-08-23  Chris Foote  <chris@foote.com.au>  (tiny change)
1645         * progmodes/python.el (python-block-pairs): Allow use of "finally"
1646         with "else" (Bug#3991).
1648 2010-08-23  Michael Albinus  <michael.albinus@gmx.de>
1650         * net/dbus.el: Accept UNIX domain sockets as bus address.
1651         (top): Don't initialize `dbus-registered-objects-table' anymore,
1652         this is done in dbusbind,c.
1653         (dbus-check-event): Adapt test for bus.
1654         (dbus-return-values-table, dbus-unregister-service)
1655         (dbus-event-bus-name, dbus-introspect, dbus-register-property):
1656         Adapt doc string.
1658 2010-08-23  Juanma Barranquero  <lekktu@gmail.com>
1660         * ido.el (ido-use-virtual-buffers): Fix typo in docstring.
1662 2010-08-22  Juri Linkov  <juri@jurta.org>
1664         * simple.el (read-extended-command): New function with the logic
1665         for `completing-read' moved to Elisp from `execute-extended-command'.
1666         Use `function-called-at-point' in `minibuffer-default-add-function'
1667         to get a command name for M-n (bug#5364, bug#5214).
1669 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
1671         * startup.el (command-line-1): Issue warning for ignored arguments
1672         --unibyte, etc (Bug#6886).
1674 2010-08-22  Leo  <sdl.web@gmail.com>
1676         * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
1677         (ignore, bright, dim, keyword): Split list of nicknames before
1678         passing to rcirc-add-or-remove (Bug#6894).
1680 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
1682         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
1684 2010-08-22  Leo  <sdl.web@gmail.com>
1686         Fix buffer-list rename&refresh after killing a buffer in ido.
1687         * lisp/ido.el: Revert Óscar's.
1688         (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
1689         Remember the buffers at head, rather than their name.
1690         * lisp/iswitchb.el (iswitchb-kill-buffer): Re-make the list.
1692 2010-08-22  Kirk Kelsey  <kirk.kelsey@0x4b.net>  (tiny change)
1693             Stefan Monnier  <monnier@iro.umontreal.ca>
1695         * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
1696         extra backslash added to each line (bug#6890).
1698 2010-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1700         * subr.el (read-key): Don't echo keystrokes (bug#6883).
1702 2010-08-22  Glenn Morris  <rgm@gnu.org>
1704         * menu-bar.el (menu-bar-games-menu): Add landmark.
1706 2010-08-22  Glenn Morris  <rgm@gnu.org>
1708         * align.el (align-regexp): Make group and spacing arguments
1709         use the interactive defaults when non-interactive.  (Bug#6698)
1711         * mail/rmail.el (rmail-forward): Replace mail-text-start with its
1712         expansion, so as not to need sendmail.
1713         (mail-text-start): Remove declaration.
1714         (rmail-retry-failure): Require sendmail.
1716 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
1718         * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
1720 2010-08-22  Michael Albinus  <michael.albinus@gmx.de>
1722         * progmodes/flymake.el (flymake-start-syntax-check-process):
1723         Use `start-file-process' in order to let it run also on remote hosts.
1725 2010-08-22  Kenichi Handa  <handa@m17n.org>
1727         * files.el: Add `word-wrap' as safe local variable.
1729 2010-08-22  Glenn Morris  <rgm@gnu.org>
1731         * woman.el (woman-translate): Case matters.  (Bug#6849)
1733 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
1735         * simple.el (kill-region): Doc fix (Bug#6787).
1737 2010-08-22  Glenn Morris  <rgm@gnu.org>
1739         * calendar/diary-lib.el (diary-header-line-format):
1740         Fit it to the window, not the frame.
1742 2010-08-22  Andreas Schwab  <schwab@linux-m68k.org>
1744         * subr.el (ignore-errors): Add debug declaration.
1746 2010-08-22  Geoff Gole  <geoffgole@gmail.com>  (tiny change)
1748         * whitespace.el (whitespace-color-off): Remove post-command-hook
1749         locally.
1751 2010-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1753         * vc/add-log.el (add-log-file-name): Don't get confused by symlinks.
1755 2010-08-21  Chong Yidong  <cyd@stupidchicken.com>
1757         * cus-edit.el (custom-group-value-create): Add extra newline
1758         before end line (Bug#6876).
1760 2010-08-21  Chong Yidong  <cyd@stupidchicken.com>
1762         * mouse.el (mouse-save-then-kill): Don't save region to kill ring
1763         when extending it.  Before killing on the second click, check if
1764         the buffer is the correct one.  Doc fix.
1765         (mouse-secondary-save-then-kill): Allow usage without first
1766         calling mouse-start-secondary, by defaulting to point.  Don't save
1767         an empty secondary selection.  Doc fix.
1769 2010-08-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1771         * whitespace.el: Fix slow cursor movement (Bug#6172).  Reported by
1772         Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
1773         New version 13.0.
1774         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
1775         Adjust initialization.
1776         (whitespace-bob-marker, whitespace-eob-marker)
1777         (whitespace-buffer-changed): New vars.
1778         (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
1779         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
1780         (whitespace-post-command-hook, whitespace-display-char-on):
1781         Adjust code.
1782         (whitespace-looking-back, whitespace-buffer-changed): New funs.
1783         (whitespace-space-regexp, whitespace-tab-regexp): Fun eliminated.
1785 2010-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1787         * files.el (locate-file-completion-table): Only list the .el and .elc
1788         extensions if there's no other choice (bug#5955).
1790         * facemenu.el (facemenu-self-insert-data): New var.
1791         (facemenu-post-self-insert-function, facemenu-set-self-insert-face):
1792         New functions.
1793         (facemenu-add-face): Use them.
1795         * simple.el (blink-matching-open): Obey forward-sexp-function.
1797 2010-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1799         * simple.el (prog-mode-map): New var.
1800         (prog-indent-sexp): New command.
1802         * progmodes/octave-mod.el (octave-mode-menu): Make toggle buttons.
1804         * progmodes/prolog.el (smie): Require.
1806         * emacs-lisp/smie.el (smie-default-backward-token)
1807         (smie-default-forward-token): Strip properties.
1808         (smie-next-sexp): Be more careful with associative operators.
1809         (smie-forward-sexp-command): Generalize.
1810         (smie-backward-sexp-command): Simplify.
1811         (smie-closer-alist): New var.
1812         (smie-close-block): New command.
1813         (smie-indent-debug-log): New var.
1814         (smie-indent-offset-rule): Add a few more cases.
1815         (smie-indent-column): New function.
1816         (smie-indent-after-keyword): Use it.
1817         (smie-indent-keyword): Use it.
1818         Fix up the opener code's point position.
1819         (smie-indent-comment): Only applies at BOL.
1820         (smie-indent-debug): New command.
1822         * emacs-lisp/autoload.el (make-autoload): Preload the macros's
1823         declarations that are useful before running the macro.
1825 2010-08-18  Joakim Verona  <joakim@verona.se>
1827         * image.el (imagemagick-types-inhibit): New variable.
1828         (imagemagick-register-types): New function.
1829         * image-mode.el (image-transform-properties): New function.
1830         (image-transform-set-scale, image-transform-fit-to-height)
1831         (image-transform-set-rotation, image-transform-set-resize)
1832         (image-transform-fit-to-width, image-transform-fit-to-height):
1833         New functions.
1834         (image-toggle-display-image): Support image transforms.
1836 2010-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1838         * image.el (create-animated-image): Don't add heuristic mask to image
1839         (Bug#6839).
1841 2010-08-18  Jan Djärv  <jan.h.d@swipnet.se>
1843         * term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard):
1844         Use QCLIPBOARD instead of QPRIMARY (Bug#6677).
1846 2010-08-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1848         * emacs-lisp/lisp.el (up-list): Obey forward-sexp-function if set.
1850         Font-lock '...' strings, plus various simplifications and fixes.
1851         * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
1852         (octave-font-lock-close-quotes): New function.
1853         (octave-font-lock-syntactic-keywords): New var.
1854         (octave-mode): Use it.  Set beginning-of-defun-function.
1855         (octave-mode-map): Don't override the <foo>-defun commands.
1856         (octave-mode-menu): Pass it directly to easy-menu-define;
1857         remove (now generic) <foo>-defun commands; use info-lookup-symbol.
1858         (octave-block-match-alist): Fix up last change so that
1859         octave-close-block uses the more specific keyword.
1860         (info-lookup-mode): Silence byte-compiler.
1861         (octave-beginning-of-defun): Not interactive any more.
1862         Optimize slightly.
1863         (octave-end-of-defun, octave-mark-defun, octave-in-defun-p): Remove.
1864         (octave-indent-defun, octave-send-defun): Use mark-defun instead.
1865         (octave-completion-at-point-function): Make sure point is within
1866         beg..end.
1867         (octave-reindent-then-newline-and-indent):
1868         Use reindent-then-newline-and-indent.
1869         (octave-add-octave-menu): Remove.
1871 2010-08-17  Jan Djärv  <jan.h.d@swipnet.se>
1873         * mail/emacsbug.el (report-emacs-bug-insert-to-mailer)
1874         (report-emacs-bug-can-use-xdg-email): New functions.
1875         (report-emacs-bug): Set can-xdg-email to result of
1876         report-emacs-bug-can-use-xdg-email.  If can-xdg-email bind
1877         \C-cm to report-emacs-bug-insert-to-mailer and add help text
1878         about it.
1880         * net/browse-url.el (browse-url-default-browser): Add cond
1881         for browse-url-xdg-open.
1882         (browse-url-can-use-xdg-open, browse-url-xdg-open): New functions.
1884 2010-08-17  Glenn Morris  <rgm@gnu.org>
1886         * progmodes/cc-engine.el (c-new-BEG, c-new-END)
1887         (c-fontify-recorded-types-and-refs): Define for compiler.
1888         * progmodes/cc-mode.el (c-new-BEG, c-new-END): Move definitions
1889         before use.
1891         * calendar/icalendar.el (icalendar--convert-recurring-to-diary):
1892         Fix format call.
1894 2010-08-17  Michael Albinus  <michael.albinus@gmx.de>
1896         * net/tramp.el (tramp-handle-make-symbolic-link): Flush file
1897         properties.
1898         (tramp-handle-process-file): Call the program in a subshell, in
1899         order to preserve working directory.
1900         (tramp-action-password): Hide password prompt before next run.
1901         (tramp-process-actions): Widen connection buffer for the trace.
1903 2010-08-16  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
1905         * net/rcirc.el (rcirc-log-process-buffers): New option.
1906         (rcirc-print): Use it.
1907         (rcirc-generate-log-filename): New function.
1908         (rcirc-log-filename-function): Change default to
1909         rcirc-generate-log-filename (Bug#6828).
1911 2010-08-16  Chong Yidong  <cyd@stupidchicken.com>
1913         * simple.el (deactivate-mark): If select-active-regions is `only',
1914         only set selection for temporarily active regions.
1916         * cus-start.el: Change defcustom for select-active-regions.
1918 2010-08-15  Chong Yidong  <cyd@stupidchicken.com>
1920         * mouse.el (mouse--drag-set-mark-and-point): New function.
1921         (mouse-drag-track): Use LOCATION arg to push-mark.
1922         Use mouse--drag-set-mark-and-point to take click-count into
1923         consideration when updating point and mark (Bug#6840).
1925 2010-08-15  Chong Yidong  <cyd@stupidchicken.com>
1927         * progmodes/compile.el (compilation-error-regexp-alist-alist):
1928         Give the Ruby rule a lower priority than Gnu (Bug#6778).
1930 2010-08-14  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
1932         * font-lock.el (lisp-font-lock-keywords-2):
1933         Add combine-after-change-calls, condition-case-no-debug,
1934         with-demoted-errors, and with-silent-modifications (Bug#6025).
1936 2010-08-14  Kevin Ryde  <user42@zip.com.au>
1938         * emacs-lisp/copyright.el (copyright-update-year)
1939         (copyright-update): Temporary switch-to-buffer to ensure the
1940         buffer change being queried is visible (Bug#5394).
1942 2010-08-14  Tom Tromey  <tromey@redhat.com>
1944         * progmodes/etags.el (tags-file-name): Mark safe if stringp
1945         (Bug#6733).
1947 2010-08-14  Eli Zaretskii  <eliz@gnu.org>
1949         * mouse.el (mouse-yank-primary): Fix mouse-2 on MS-Windows and
1950         MS-DOS.  (Bug#6689)
1952 2010-08-13  Jan Djärv  <jan.h.d@swipnet.se>
1954         * menu-bar.el (menu-bar-set-tool-bar-position): New function.
1955         (menu-bar-showhide-tool-bar-menu-customize-enable-left)
1956         (menu-bar-showhide-tool-bar-menu-customize-enable-right)
1957         (menu-bar-showhide-tool-bar-menu-customize-enable-top)
1958         (menu-bar-showhide-tool-bar-menu-customize-enable-bottom):
1959         Call menu-bar-set-tool-bar-position.
1961 2010-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1963         * progmodes/octave-mod.el (octave-mode-syntax-table): Use the new "c"
1964         comment style (bug#6834).
1965         * progmodes/scheme.el (scheme-mode-syntax-table):
1966         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Remove spurious
1967         "b" flag in "' 14b" syntax.
1969         * progmodes/octave-mod.el (octave-mode-map): Remove special bindings
1970         for (un)commenting the region and performing completion.
1971         (octave-mode-menu): Use standard commands for help and completion.
1972         (octave-mode-syntax-table): Support %{..%} comments (sort of).
1973         (octave-mode): Use define-derived-mode.
1974         Set completion-at-point-functions and don't set columns.
1975         Don't disable adaptive-fill-regexp.
1976         (octave-describe-major-mode, octave-comment-region)
1977         (octave-uncomment-region, octave-comment-indent)
1978         (octave-indent-for-comment): Remove.
1979         (octave-indent-calculate): Rename from calculate-octave-indent.
1980         (octave-indent-line, octave-fill-paragraph): Update caller.
1981         (octave-initialize-completions): No need to make an alist.
1982         (octave-completion-at-point-function): New function.
1983         (octave-complete-symbol): Use it.
1984         (octave-insert-defun): Use define-skeleton.
1986         * progmodes/octave-mod.el (octave-mode): Set comment-add.
1987         (octave-mode-map): Use comment-dwim (bug#6829).
1989 2010-08-12  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
1991         * cus-edit.el (custom-save-variables, custom-save-faces): Fix up
1992         indentation of inserted comment.
1994 2010-08-11  Jan Djärv  <jan.h.d@swipnet.se>
1996         * faces.el (region): Add type gtk that uses gtk colors.
1998         * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
1999         Handle theme-name change.
2001 2010-08-10  Michael R. Mauger  <mmaug@yahoo.com>
2003         * progmodes/sql.el: Version 2.5
2004         (sql-product-alist): Add :prompt-cont-regexp property for several
2005         database products.
2006         (sql-prompt-cont-regexp): New variable.
2007         (sql-output-newline-count, sql-output-by-send):
2008         New variables.  Record number of newlines in input text.
2009         (sql-send-string): Handle multiple filters and count newlines.
2010         (sql-send-magic-terminator): Count terminator newline.
2011         (sql-interactive-remove-continuation-prompt): Filters output to
2012         remove continuation prompts; one for each newline.
2013         (sql-interactive-mode): Set up new variables, prompt regexp and
2014         output filter.
2015         (sql-mode-sqlite-font-lock-keywords): Correct some keywords.
2016         (sql-make-alternate-buffer-name): Correct buffer name in edge cases.
2018 2010-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2020         * emacs-lisp/pcase.el: New file.
2022 2010-08-10  Michael Albinus  <michael.albinus@gmx.de>
2024         * net/tramp.el (tramp-vc-registered-read-file-names): Read input
2025         as here-document, otherwise the command could exceed maximum
2026         length of command line.
2027         (tramp-handle-vc-registered): Call script accordingly.
2028         Reported by Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>.
2030 2010-08-10  Kenichi Handa  <handa@m17n.org>
2032         * language/hebrew.el: Exclude U+05C3 (Hebrew SOF PASUQ) from the
2033         composable pattern.
2035 2010-08-09  Chong Yidong  <cyd@stupidchicken.com>
2037         * emacs-lisp/package.el (package-version-split)
2038         (package--version-first-nonzero, package-version-compare):
2039         Functions removed.
2040         (package-directory-list, package-load-all-descriptors)
2041         (package--built-in, package-activate, define-package)
2042         (package-installed-p, package-compute-transaction)
2043         (package-read-all-archive-contents)
2044         (package--add-to-archive-contents, package-buffer-info)
2045         (package-tar-file-info, package-list-packages-internal):
2046         Use version-to-list and version-list-*.
2048         * emacs-lisp/package-x.el (package-upload-buffer-internal):
2049         Use version-to-list.
2050         (package-upload-buffer-internal): Use version-list-<=.
2052 2010-08-09  Kenichi Handa  <handa@m17n.org>
2054         * language/hebrew.el: Exclude U+05BD (Hebrew MAQAF) from the
2055         composable pattern.
2057 2010-08-08  Chong Yidong  <cyd@stupidchicken.com>
2059         * tutorial.el (tutorial--default-keys): C-d is now bound to
2060         delete-forward-char (Bug#6826).
2062         * mouse.el (mouse-drag-track): Remove accidentally-removed check
2063         for `double' value of mouse-1-click-follows-link (Bug#6807).
2065 2010-08-08  Johan Bockgård  <bojohan@gnu.org>
2067         * replace.el (replace-highlight): Bind isearch-forward and
2068         isearch-error, ensuring that highlighting is updated if the user
2069         switches the search direction (Bug#6808).
2071         * isearch.el (isearch-lazy-highlight-forward): New var.
2072         (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
2073         (isearch-lazy-highlight-update): Use it.
2075 2010-08-08  Kenichi Handa  <handa@m17n.org>
2077         * international/mule.el (define-charset): Store NAME as :base property.
2078         (ctext-non-standard-encodings-table): Pay attention to charset aliases.
2079         (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
2080         current priority.  Force using the designation of the specific
2081         charset by adding `charset' text property.  Improve the whole algorithm.
2083 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
2085         * emulation/pc-select.el (pc-selection-mode-hook)
2086         (copy-region-as-kill-nomark, beginning-of-buffer-mark)
2087         (pc-selection-mode): Fix typos in docstrings.
2089 2010-08-08  Kenichi Handa  <handa@m17n.org>
2091         * language/cyrillic.el: Don't add "microsoft-cp1251" to
2092         ctext-non-standard-encodings-alist here.
2094         * international/mule.el (ctext-non-standard-encodings-alist):
2095         Add "koi8-r" and "microsoft-cp1251".
2096         (ctext-standard-encodings): New variable.
2097         (ctext-non-standard-encodings-table): List only elements for
2098         non-standard encodings.
2099         (ctext-pre-write-conversion): Adjust for the above change.
2100         Check ctext-standard-encodings.
2102         * international/mule-conf.el (compound-text): Doc fix.
2103         (ctext-no-compositions): Doc fix.
2104         (compound-text-with-extensions): Doc fix.
2106 2010-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2108         * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
2110 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
2112         * progmodes/which-func.el (which-func-format): Split help-echo text
2113         into lines, like other mode-line tooltips.
2115         * server.el (server-start): When using TCP sockets, force IPv4
2116         and use a literal 127.0.0.1 for localhost.  (Related to bug#6781.)
2118 2010-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2120         * bindings.el (complete-symbol): Run completion-at-point as a fallback.
2122 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
2124         * term.el (term-delimiter-argument-list): Reflow docstring.
2125         (term-read-input-ring, term-write-input-ring, term-send-input)
2126         (term-bol, term-erase-in-display, serial-supported-or-barf):
2127         Fix typos in docstrings.
2129 2010-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2131         * bindings.el (function-key-map): Add a S-tab => backtab fallback.
2133 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
2135         * dabbrev.el (dabbrev-completion): Fix typo in docstring.
2137 2010-08-08  MON KEY  <monkey@sandpframing.com>  (tiny change)
2139         * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
2140         Fix typo in docstring (bug#6747).
2142 2010-08-08  Leo  <sdl.web@gmail.com>
2144         * eshell/esh-io.el (eshell-get-target): Better detection of
2145         read-only file (Bug#6762).
2147 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
2149         * align.el (align-default-spacing): Doc fix.
2150         (align-region-heuristic, align-regexp): Fix typos in docstrings.
2152 2010-08-08  Stephen Peters  <speters@itasoftware.com>
2154         * calendar/icalendar.el
2155         (icalendar--split-value): Fix splitting regexp.  (Bug#6766)
2156         (icalendar--get-weekday-numbers): New.
2157         (icalendar--convert-recurring-to-diary): Handle multiple byday
2158         values in weekly rules.  (Bug#6766)
2160 2010-08-08  Ulf Jasper  <ulf.jasper@web.de>
2162         * calendar/icalendar.el (icalendar-uid-format): Doc fix.
2163         (icalendar--create-uid, icalendar-export-region)
2164         (icalendar--parse-summary-and-rest): Code formatting.
2166 2010-08-08  Jay Belanger  <jay.p.belanger@gmail.com>
2168         * calc/calc.el (calc-trail-mode,calc-refresh): Use `face' property
2169         to italicize headers.
2170         (calc-highlight-selections-with-faces): New variable.
2171         (calc-selected-face, calc-nonselected-face): New faces.
2173         * calc/calccomp.el (math-comp-highlight-string): Use
2174         `calc-highlight-selections-with-faces' to determine how to highlight
2175         sub-formulas.
2177         * calc/calc-sel.el (calc-show-selections): Change message to when
2178         using faces to highlight selections.
2180 2010-08-07  Michael R. Mauger  <mmaug@yahoo.com>
2182         * progmodes/sql.el (sql-mode-sqlite-font-lock-keywords):
2183         Add SQLite 3 keywords, functions and datatypes.
2184         (sql-interactive-mode): Remove `comint-process-echoes' set to t
2185         (Bug#6686).
2187 2010-08-07  Chong Yidong  <cyd@stupidchicken.com>
2189         * simple.el (select-active-regions): Move to keyboard.c.
2190         (deactivate-mark): Used saved-region-selection.
2191         (select-active-region): Function removed.
2192         (activate-mark, set-mark, push-mark-command)
2193         (handle-shift-selection): Don't call it.
2194         (keyboard-quit): Avoid adding the region to the window selection.
2196         * mouse.el (mouse-drag-track): Remove hacks to deal with old
2197         select-active-regions implementation.
2198         (mouse-yank-at-click): Doc fix.
2200         * cus-start.el: Add custom declaration for select-active-regions.
2202 2010-08-07  Eli Zaretskii  <eliz@gnu.org>
2204         * simple.el (delete-forward-char): Doc fix.
2206         * tutorial.el (help-with-tutorial): Hack safe file-local variables
2207         after reading the tutorial.
2209 2010-08-06  Alan Mackenzie  <bug-cc-mode@gnu.org>
2211         * progmodes/cc-cmds.el (c-mask-paragraph, c-fill-paragraph): Fix
2212         for the case that a C style comment has its delimiters alone on
2213         their respective lines.
2215 2010-08-06  Michael Albinus  <michael.albinus@gmx.de>
2217         * net/tramp.el (tramp-handle-start-file-process): Set connection
2218         property "vec".
2219         (tramp-process-sentinel): Use it for flushing the cache.  We
2220         cannot do it via the process buffer, the buffer could be deleted
2221         already when running the sentinel.
2223 2010-08-06  Jürgen Hötzel  <juergen@archlinux.org>  (tiny change)
2225         * comint.el (comint-mode): Make directory tracking functions
2226         functional on remote files.  (Bug#6764)
2228 2010-08-06  Dan Nicolaescu  <dann@ics.uci.edu>
2230         * vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.
2232 2010-08-05  Eli Zaretskii  <eliz@gnu.org>
2234         * emacs-lisp/find-gc.el (find-gc-source-files): Rename
2235         unexec.c => unexcoff.c.
2237         * emacs-lisp/authors.el (authors-fixed-entries): Rename
2238         unexec.c => unexcoff.c.
2240 2010-08-05  Michael Albinus  <michael.albinus@gmx.de>
2242         * net/tramp.el (tramp-handle-dired-uncache): Flush directory
2243         cache, not only file cache.
2244         (tramp-process-sentinel): New defun.
2245         (tramp-handle-start-file-process): Use it, in order to invalidate
2246         file caches.
2248 2010-08-03  Leo  <sdl.web@gmail.com>
2250         * server.el (server-start): Simplify loop.
2252 2010-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2254         * frame.el (screen-height, screen-width, set-screen-width)
2255         (set-screen-height): Remove ancient compatibility aliases.
2257         * textmodes/fill.el (justify-current-line): Don't add 1 to nspaces
2258         when justifying.  It seems useless and harmful for ncols=1 (bug#6738).
2260         * emacs-lisp/timer.el (timer-event-handler): Protect against timers
2261         that change current buffer.
2263 2010-08-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2265         * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
2266         beginning of the string.  Use `string-match-p'.  (Bug#6765)
2268 2010-08-01  Jan Djärv  <jan.h.d@swipnet.se>
2270         * cus-start.el (x-gtk-use-system-tooltips): New variable.
2272 2010-08-01  Chong Yidong  <cyd@stupidchicken.com>
2274         * emacs-lisp/package.el (package--list-packages): Fix column alignment.
2275         (package--builtins): Tweak descriptions.
2276         (package-print-package): Upcase descriptions if necessary.
2277         Show all built-in packages in font-lock-builtin-face.
2278         (package-list-packages-internal): Omit "emacs" package.
2279         Show status of built-in packages as "built-in".
2281 2010-07-31  Chong Yidong  <cyd@stupidchicken.com>
2283         * mouse.el (mouse-save-then-kill): Doc fix.  Deactivate mark
2284         before killing to preserve the primary selection (Bug#6701).
2286         * term/x-win.el (x-select-text): Doc fix.
2288 2010-07-31  Nathaniel Flath  <flat0103@gmail.com>
2290         Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).
2291         The following functions were modified or created:
2293         * progmodes/cc-vars.el (c-offsets-alist, c-inside-block-syms)
2294         (objc-font-lock-extra-types):
2295         * progmodes/cc-mode.el (c-basic-common-init):
2296         * progmodes/cc-langs.el (c-make-mode-syntax-table)
2297         (c++-make-template-syntax-table)
2298         (c-identifier-syntax-modifications, c-symbol-start, c-operators)
2299         (c-<-op-cont-regexp, c->-op-cont-regexp, c-class-decl-kwds)
2300         (c-brace-list-decl-kwds, c-modifier-kwds, c-prefix-spec-kwds-re)
2301         (c-type-list-kwds, c-decl-prefix-re, c-opt-type-suffix-key):
2302         * progmodes/cc-fonts.el (c-make-inverse-face)
2303         (c-basic-matchers-after):
2304         * progmodes/cc-engine.el (c-forward-keyword-clause)
2305         (c-forward-<>-arglist, c-forward-<>-arglist-recur)
2306         (c-forward-name, c-forward-type, c-forward-decl-or-cast-1)
2307         (c-guess-continued-construct, c-guess-basic-syntax):
2309 2010-07-31  Jan Djärv  <jan.h.d@swipnet.se>
2311         * faces.el (face-all-attributes): Improve documentation (Bug#6767).
2313 2010-07-31  Eli Zaretskii  <eliz@gnu.org>
2315         * files.el (bidi-paragraph-direction): Define safe local values.
2317         * language/hebrew.el ("Hebrew"): Add TUTORIAL.he to
2318         language-info-alist.  Remove outdated FIXME in a comment.
2320 2010-07-31  Alan Mackenzie  <acm@muc.de>
2322         * progmodes/cc-cmds.el (c-mask-paragraph): Fix bug #6688:
2323         Auto-fill broken in C/C++ modes.
2325 2010-07-29  Jan Djärv  <jan.h.d@swipnet.se>
2327         * menu-bar.el (menu-bar-showhide-tool-bar-menu-customize-enable-left)
2328         (menu-bar-showhide-tool-bar-menu-customize-disable)
2329         (menu-bar-showhide-tool-bar-menu-customize-enable-right)
2330         (menu-bar-showhide-tool-bar-menu-customize-enable-bottom)
2331         (menu-bar-showhide-tool-bar-menu-customize-enable-top): New functions
2332         (menu-bar-showhide-tool-bar-menu): If tool bar is moveable,
2333         make a menu for Options => toolbar that can move it.
2335 2010-07-29  Chong Yidong  <cyd@stupidchicken.com>
2337         * emacs-lisp/package-x.el (package--make-rss-entry):
2338         (package-maint-add-news-item, package--update-news)
2339         (package-upload-buffer-internal): New arg ARCHIVE-URL.
2341         * emacs-lisp/package.el (package-archive-url): Rename from
2342         package-archive-id.
2343         (package-install): Doc fix.
2344         (package-download-single, package-download-tar, package-install)
2345         (package-menu-view-commentary): Callers changed.
2347 2010-07-29  Michael Albinus  <michael.albinus@gmx.de>
2349         * net/tramp.el (tramp-handle-start-file-process): Check only for
2350         `remote-tty' process property.
2351         (tramp-open-shell): Don't check for tty.
2352         (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
2353         process property.
2355         * progmodes/gdb-mi.el (gdb-init-1): Check also for tty on a remote
2356         host.
2358 2010-07-28  Chong Yidong  <cyd@stupidchicken.com>
2360         * emacs-lisp/package.el (package-load-list, package-archives)
2361         (package-archive-contents, package-user-dir)
2362         (package-directory-list, package--builtins, package-alist)
2363         (package-activated-list, package-obsolete-alist): Mark as risky.
2365 2010-07-28  Phil Hagelberg  <phil@evri.com>
2367         Add support for non-default package repositories.
2368         * emacs-lisp/package.el (package-archive-base): Var deleted.
2369         (package-archives): New variable.
2370         (package-archive-contents): Doc fix.
2371         (package-load-descriptor): Do nothing if descriptor file is missing.
2372         (package--write-file-no-coding): New function.
2373         (package-unpack-single): Use it.
2374         (package-archive-id): New function.
2375         (package-download-single, package-download-tar)
2376         (package-menu-view-commentary): Use it.
2377         (package-installed-p): Make second argument optional.
2378         (package-read-all-archive-contents): New function.
2379         (package-initialize): Use it.
2380         (package-read-archive-contents): Add ARCHIVE argument.
2381         (package--add-to-archive-contents): New function.
2382         (package-install): Don't call package-read-archive-contents.
2383         (package--download-one-archive): Store archive file in a
2384         subdirectory of package-user-dir.
2385         (package-menu-execute): Remove spurious line movement.
2387 2010-07-28  Jan Djärv  <jan.h.d@swipnet.se>
2389         * cus-start.el (tool-bar-style): Add text-image-horiz.
2391 2010-07-28  Michael Albinus  <michael.albinus@gmx.de>
2393         * progmodes/gud.el (gud-common-init): Check for remoteness of
2394         `file', and not of `default-directory'.
2396 2010-07-28  Michael Albinus  <michael.albinus@gmx.de>
2398         * net/tramp.el (tramp-methods): Move hostname to the end in all
2399         ssh `tramp-login-args'.
2400         (tramp-verbose): Describe verbose level 9.
2401         (tramp-open-shell): Check for tty if `tramp-verbose' >= 9.
2402         (tramp-open-connection-setup-interactive-shell): Trace stty
2403         settings if `tramp-verbose' >= 9.
2404         (tramp-handle-start-file-process): Implement tty setting.
2405         (Bug#4604, Bug#6360)
2407         * net/tramp-cmds.el (tramp-bug): Recommend setting of
2408         `tramp-verbose' to 9.
2410 2010-07-27  Aaron S. Hawley  <ashawley@burlingtontelecom.net>
2412         * emacs-lisp/re-builder.el (reb-re-syntax, reb-lisp-mode)
2413         (reb-lisp-syntax-p, reb-change-syntax, reb-cook-regexp):
2414         Remove references to package `lisp-re' (bug#4369).
2416 2010-07-27  Tom Tromey  <tromey@redhat.com>
2418         * progmodes/js.el (js-mode):
2419         * progmodes/make-mode.el (makefile-mode):
2420         * progmodes/simula.el (simula-mode):
2421         * progmodes/tcl.el (tcl-mode): Derive from prog-mode.
2423 2010-07-27  Juanma Barranquero  <lekktu@gmail.com>
2425         * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
2427         * cedet/semantic/db-file.el (object-write): Fix typo in docstring.
2429         * time.el (display-time-day-and-date): Remove spurious * in docstring.
2430         (display-time-world-buffer-name, display-time-world-mode-map):
2431         Fix typos in docstrings.
2433 2010-07-27  Shyam Karanatt  <shyam@swathanthran.in>  (tiny change)
2435         * image-mode.el (image-display-size): New function.
2436         (image-forward-hscroll, image-next-line, image-eol, image-eob)
2437         (image-mode-fit-frame): Use it (Bug#6639).
2439 2010-07-27  Chong Yidong  <cyd@stupidchicken.com>
2441         * dired.el (dired-buffers-for-dir): Handle list values of
2442         dired-directory (Bug#6636).
2444 2010-07-26  Sam Steingold  <sds@gnu.org>
2446         * mouse.el (mouse-yank-primary, mouse-yank-secondary):
2447         Do not call `x-get-selection' the second time, reuse the value.
2449 2010-07-26  Daiki Ueno  <ueno@unixuser.org>
2451         * epa-mail.el (epa-mail-mode-map): Add alternative key bindings
2452         which consist of control chars only.  Suggested by Richard Stallman.
2454 2010-07-25  Daiki Ueno  <ueno@unixuser.org>
2456         * epa-file.el (epa-file-insert-file-contents): Check if LOCAL-FILE
2457         exists before passing an error to find-file-not-found-functions
2458         (bug#6723).
2460 2010-07-23  Lukas Huonker  <l.huonker@gmail.com>
2462         * play/tetris.el (tetris-tty-colors, tetris-x-colors, tetris-blank):
2463         Remove leading nil element, adjust values.
2464         (tetris-shapes, tetris-shape-scores):
2465         Change representation of shapes and remove some redundancy.
2466         (tetris-get-shape-cell, tetris-shape-width, tetris-draw-next-shape)
2467         (tetris-draw-shape, tetris-erase-shape, tetris-test-shape):
2468         Adjust for working with new representation of shapes.
2469         (tetris-shape-rotations): New function.
2470         (tetris-move-bottom, tetris-move-left, tetris-move-right)
2471         (tetris-rotate-prev, tetris-rotate-next):
2472         Adjust for working with the new version of tetris-test-shape.
2474 2010-07-23  Markus Triska  <markus.triska@gmx.at>
2476         * progmodes/ps-mode.el: Use comint (bug#5954).
2477         (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
2478         (ps-mode-other-newline): Simplify.
2479         (ps-run-mode): Derive from comint-mode instead of
2480         fundamental-mode, yielding input history etc.
2481         (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
2482         (ps-run-send-string): Adapt for comint-mode.
2483         (ps-run-newline): Remove now unneeded function.
2485 2010-07-23  Michael Albinus  <michael.albinus@gmx.de>
2487         * net/tramp.el (tramp-methods): Move hostname to the end in all
2488         plink `tramp-login-args'.
2490 2010-07-23  Michael Albinus  <michael.albinus@gmx.de>
2492         * net/tramp.el (tramp-open-shell): New defun.
2493         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
2494         Use it.
2496 2010-07-23  Michael Albinus  <michael.albinus@gmx.de>
2498         * net/tramp.el (tramp-file-name-regexp-unified)
2499         (tramp-completion-file-name-regexp-unified): On W32 systems, do
2500         not regard the volume letter as remote filename.  (Bug#5447)
2502 2010-07-23  Juanma Barranquero  <lekktu@gmail.com>
2504         * custom.el (custom-declare-variable): Give a clearer error message
2505         when the docstring is missing (bug#6476).
2507 2010-07-22  Michael R. Mauger  <mmaug@yahoo.com>
2509         * progmodes/sql.el: Version 2.4.  Improved Login prompting.
2510         (sql-login-params): New widget definition.
2511         (sql-oracle-login-params, sql-mysql-login-params)
2512         (sql-solid-login-params, sql-sybase-login-params)
2513         (sql-informix-login-params, sql-ingres-login-params)
2514         (sql-ms-login-params, sql-postgres-login-params)
2515         (sql-interbase-login-params, sql-db2-login-params)
2516         (sql-linter-login-params): Use it.
2517         (sql-sqlite-login-params): Use it; Define "database" parameter as
2518         a file name.
2519         (sql-sqlite-program): Change to "sqlite3".
2520         (sql-comint-sqlite): Make sure database name is complete.
2521         (sql-for-each-login): New function.
2522         (sql-connect, sql-save-connection): Use it.
2523         (sql-get-login-ext): New function.
2524         (sql-get-login): Use it.
2525         (sql-make-alternate-buffer-name): Handle :file parameters.
2527 2010-07-22  Juanma Barranquero  <lekktu@gmail.com>
2529         * dired.el (dired-no-confirm): Document value t and fix defcustom to
2530         accept it (bug#6597).  Suggested by Drew Adams <drew.adams@oracle.com>.
2532 2010-07-22  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2534         * dired.el (dired-mode-map): Use command remapping (bug#6632).
2536 2010-07-22  Lawrence Mitchell  <wence@gmx.li>
2538         * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
2540 2010-07-21  Michael Albinus  <michael.albinus@gmx.de>
2542         * net/tramp.el (tramp-get-ls-command)
2543         (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
2544         instead of "/".
2546 2010-07-20  Michael R. Mauger  <mmaug@yahoo.com>
2548         * progmodes/sql.el: Version 2.3.
2549         (sql-connection-alist): Changed keys from symbols to strings;
2550         enhanced the widget definition.
2551         (sql-mode-menu): Added submenu to select connections.
2552         (sql-interactive-mode-menu): Added "Save Connection" item.
2553         (sql-add-product): Fixed menu item.
2554         (sql-get-product-feature): Improved error handling.
2555         (sql--alt-buffer-part, sql--alt-if-not-empty): Removed.
2556         (sql-make-alternate-buffer-name): Simplified.
2557         (sql-product-interactive): Handle missing product.
2558         (sql-connect): Support string keys, minor improvements.
2559         (sql-save-connection): New function.
2560         (sql-connection-menu-filter): New function.
2562 2010-07-20  Michael Albinus  <michael.albinus@gmx.de>
2564         * net/tramp.el (tramp-file-name-handler): Trace 'quit.
2565         (tramp-open-connection-setup-interactive-shell): Apply
2566         workaround for IRIX64 bug.  Move argument of last
2567         `tramp-send-command' where it belongs to.
2569 2010-07-20  Michael Albinus  <michael.albinus@gmx.de>
2571         * net/tramp.el (tramp-perl-file-attributes)
2572         (tramp-perl-directory-files-and-attributes): Don't pass "$3".
2573         (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
2574         front of `login-args'.
2576 2010-07-19  Juanma Barranquero  <lekktu@gmail.com>
2578         * time.el (display-time-world-mode): Define with `define-derived-mode'.
2579         Set `show-trailing-whitespace' to nil.
2580         (display-time-world-display): Simplify.
2582 2010-07-18  Alan Mackenzie  <acm@muc.de>
2584         Enhance `c-file-style' in file/directory local variables.
2585         * progmodes/cc-mode.el (c-count-cfss): New function.
2586         (c-before-hack-hook): Call `c-set-style' differently according to
2587         whether c-file-style was set in file or directory local
2588         variables.
2590 2010-07-18  Michael R. Mauger  <mmaug@yahoo.com>
2592         * progmodes/sql.el: Version 2.2.
2593         (sql-product, sql-user, sql-database, sql-server, sql-port): Use
2594         defcustom :safe keyword rather than putting safe-local-variable
2595         property.
2596         (sql-password): Use defcustom :risky keyword rather than putting
2597         risky-local-variable property.
2598         (sql-oracle-login-params, sql-sqlite-login-params)
2599         (sql-solid-login-params, sql-sybase-login-params)
2600         (sql-informix-login-params, sql-ingres-login-params)
2601         (sql-ms-login-params, sql-postgres-login-params)
2602         (sql-interbase-login-params, sql-db2-login-params)
2603         (sql-linter-login-params): Add `port' option.
2604         (sql-get-product-feature): Added NO-INDIRECT parameter.
2605         (sql-comint-oracle, sql-comint-sybase)
2606         (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
2607         (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
2608         (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
2609         (sql-comint-linter): Renamed sql-connect-* functions to
2610         sql-comint-*.
2611         (sql-product-alist, sql-mode-menu): Renamed as above and
2612         :sqli-connect-func to :sqli-comint-func.
2613         (sql-connection): New variable.
2614         (sql-interactive-mode): Set it.
2615         (sql-connection-alist): New variable.
2616         (sql-connect): New function.
2617         (sql--alt-buffer-part, sql--alt-if-not-empty)
2618         (sql-make-alternate-buffer-name): Improved alternative buffer name.
2620 2010-07-17  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2622         * image-mode.el (image-bookmark-make-record): Do not set context
2623         in an image (Bug#6650).
2625 2010-07-17  Chong Yidong  <cyd@stupidchicken.com>
2627         * simple.el (select-active-region): New function.
2628         (push-mark-command, set-mark, activate-mark)
2629         (handle-shift-selection): Use it.
2630         (deactivate-mark): Don't check for size of region.
2632         * mouse.el (mouse-drag-track): Use select-active-region.
2634 2010-07-17  Michael Albinus  <michael.albinus@gmx.de>
2636         * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
2637         "--dired" stronger.
2639 2010-07-17  Chong Yidong  <cyd@stupidchicken.com>
2641         * term/x-win.el (x-select-enable-primary): Change default to nil.
2642         (x-select-enable-clipboard): Add :version keyword.
2644         * mouse.el (mouse-drag-copy-region):
2645         * simple.el (select-active-regions): Likewise.
2647 2010-07-16  Reiner Steib  <Reiner.Steib@gmx.de>
2649         * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
2650         (vc-coding-system-for-diff): Use it to decide whether to inherit
2651         from the file the EOL format for reading the diffs of that file.
2652         (Bug#4451)
2654 2010-07-16  Eli Zaretskii  <eliz@gnu.org>
2656         * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
2657         unibyte, so compressed attachments are not compressed again.
2659 2010-07-16  Michael Albinus  <michael.albinus@gmx.de>
2661         * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
2662         "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
2663         (tramp-find-shell): Simplify setting connection property.
2664         (tramp-get-ls-command): Make test for "--color=never" stronger.
2666 2010-07-15  Simon South  <ssouth@member.fsf.org>
2668         * progmodes/delphi.el (delphi-previous-indent-of): Indent case
2669         blocks within record declarations (i.e. variant parts) correctly.
2671 2010-07-15  Simon South  <ssouth@member.fsf.org>
2673         * progmodes/delphi.el (delphi-token-at): Give newlines precedence
2674         over literal tokens when parsing so newlines aren't "absorbed" by
2675         single-line comments.  Corrects the indentation of case blocks
2676         that have a comment on the first line.
2678 2010-07-14  Karl Fogel  <kfogel@red-bean.com>
2680         * bookmark.el (bookmark-load-hook): Fix doc string as suggested
2681         by Drew Adams (Bug#5504).
2683 2010-07-14  Jan Djärv  <jan.h.d@swipnet.se>
2685         * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
2686         now that Unicode is used (Bug#6594).
2688 2010-07-14  Chong Yidong  <cyd@stupidchicken.com>
2690         * term/x-win.el (x-select-enable-clipboard): Default to t.
2691         (x-initialize-window-system): Don't overwrite Paste menu item.
2693         * simple.el (select-active-regions): Default to t.
2694         (push-mark-command): Don't overwrite primary with empty string.
2696         * mouse.el: Bind mouse-2 to mouse-yank-primary.
2697         (mouse-drag-copy-region): Default to nil.
2699         * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
2700         Cut/Copy/Paste menu bar items.
2702 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2704         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
2705         Patch applied by Karl Fogel.
2707         * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
2708         and `bookmark-current-buffer' if they have been already set in
2709         another buffer (e.g gnus-art).
2711 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
2712             Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2714         Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
2716         * bookmark.el (bookmark-make-record-default): Allow unneeded
2717         information to be omitted from the record.
2719         Adjust declarations and calls:
2721         * info.el (bookmark-make-record-default): Adjust declaration.
2722         (Info-bookmark-make-record): Adjust call.
2724         * woman.el (bookmark-make-record-default): Adjust declaration.
2725         (woman-bookmark-make-record): Adjust call.
2727         * man.el (bookmark-make-record-default): Adjust declaration.
2728         (Man-bookmark-make-record): Adjust call.
2730         * image-mode.el (bookmark-make-record-default): Adjust declaration.
2732         * doc-view.el (bookmark-make-record-default): Adjust declaration.
2734 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
2736         * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
2737         This is also from Thierry Volpiatto's patch in bug #6444.  However,
2738         because it was extraneous to the functional change in that patch,
2739         and causes a re-indendation, I am committing it separately.
2741 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2743         * bookmark.el (bookmark-show-annotation): Ensure annotations show,
2744         e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
2745         Patch applied by Karl Fogel (Bug#6444).
2747 2010-07-13  Chong Yidong  <cyd@stupidchicken.com>
2749         * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
2751 2010-07-13  Adrian Robert  <Adrian.B.Robert@gmail.com>
2753         * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
2754         Dempsky; bug#5084).  Remove incorrect binding for S-tab.
2755         (ns-alternatives-map): Change S-tab binding to backtab
2756         (bug#6616).
2758         * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
2759         under ns.
2761 2010-07-12  Andreas Schwab  <schwab@linux-m68k.org>
2763         * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
2764         (Bug#5806)
2766         * language/tv-util.el (tai-viet-re): Remove format.
2768 2010-07-12  Kenichi Handa  <handa@m17n.org>
2770         * language/hebrew.el: Remove no-byte-compile declaration.
2771         Change coding: tag to utf-8.  Register hebrew-shape-gstring in
2772         composition-function-table for 3-character looking back.
2773         (hebrew-font-get-precomposed): New function.
2774         (hebrew-shape-gstring): Utilize precomposed glyphs if available.
2776 2010-07-11  Chong Yidong  <cyd@stupidchicken.com>
2778         * mouse.el (mouse-drag-track): Handle select-active-regions
2779         (Bug#6612).
2781 2010-07-11  Magnus Henoch  <magnus.henoch@gmail.com>
2783         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
2784         empty argument to gvfs-copy.
2786 2010-07-10  Glenn Morris  <rgm@gnu.org>
2788         * calendar/calendar.el (calendar-week-end-day): New function.
2789         * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
2790         Respect calendar-week-start-day.  (Bug#6606)
2791         (cal-tex-insert-day-names, cal-tex-insert-blank-days)
2792         (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
2793         (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
2794         respect calendar-week-start-day.
2796 2010-07-10  Chong Yidong  <cyd@stupidchicken.com>
2798         * simple.el (use-region-p): Doc fix (Bug#6607).
2800 2010-07-10  Aleksei Gusev  <aleksei.gusev@gmail.com>  (tiny change)
2802         * progmodes/compile.el (compilation-error-regexp-alist-alist): Add
2803         regexps for cucumber and ruby.
2805 2010-07-08  Daiki Ueno  <ueno@unixuser.org>
2807         * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
2808         (epa-file-insert-file-contents): Hack to prevent
2809         find-file from opening empty buffer when decryption failed
2810         (bug#6568).
2812 2010-07-07  Agustín Martín  <agustin.martin@hispalinux.es>
2814         * textmodes/ispell.el (ispell-alternate-dictionary):
2815         Use file-readable-p.
2816         Return nil if no word-list is found at default locations.
2817         (ispell-complete-word-dict): Default to nil.
2818         (ispell-command-loop): Use 'word-list' when using lookup-words.
2819         (lookup-words): Use ispell-complete-word-dict or
2820         ispell-alternate-dictionary.  Check for word-list availability
2821         and handle errors if needed with better messages (Bug#6539).
2822         (ispell-complete-word): Use ispell-complete-word-dict or
2823         ispell-alternate-dictionary.
2825 2010-07-07  Christoph Scholtes  <cschol2112@gmail.com>
2827         * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
2828         builtins (BufferError, BytesWarning, WindowsError; callables
2829         bin, bytearray, bytes, format, memoryview, next, print; __package__).
2831 2010-07-07  Glenn Morris  <rgm@gnu.org>
2833         * play/zone.el (top-level): Do not require timer, tabify, or cl.
2834         (zone-shift-left): Ignore intangibility, and any errors from
2835         forward-char.
2836         (zone-shift-right): Remove no-op end-of-line.  Ignore intangibility.
2837         (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
2838         deleting, and copying text properties.
2839         (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
2840         (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
2841         to point-max is hard.
2842         (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
2843         (zone-fill-out-screen): Ignore intangibility.
2845 2010-07-05  Chong Yidong  <cyd@stupidchicken.com>
2847         * menu-bar.el (menu-bar-mode):
2848         * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
2849         if it has been set.
2851         * mouse.el (mouse-drag-track): Call mouse-start-end to handle
2852         word/line selection (Bug#6565).
2854 2010-07-04  Juanma Barranquero  <lekktu@gmail.com>
2856         * net/dbus.el (dbus-send-signal): Declare function.
2858 2010-07-04  Michael Albinus  <michael.albinus@gmx.de>
2860         * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
2861         (dbus-register-property): New optional argument EMITS-SIGNAL.
2862         (dbus-property-handler): Send signal "PropertiesChanged" if requested.
2864 2010-07-03  Chong Yidong  <cyd@stupidchicken.com>
2866         * mouse.el (mouse-drag-overlay): Variable deleted.
2867         (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
2868         (mouse--remap-link-click-p): New function.
2869         (mouse-drag-track): Handle dragging by using temporary Transient
2870         Mark mode, instead of a special overlay.
2871         (mouse-kill-ring-save, mouse-save-then-kill): Don't call
2872         mouse-show-mark.
2874         * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
2875         deleted.
2877 2010-07-02  Juri Linkov  <juri@jurta.org>
2879         * autoinsert.el (auto-insert-alist): Fix readability
2880         by using dotted pair notation for lambda.
2882 2010-07-02  Juri Linkov  <juri@jurta.org>
2884         * faces.el (read-face-name): Rename arg `string-describing-default'
2885         to `default'.  Doc fix.  Display the default value in quotes
2886         in the prompt.  With empty input, return the `default' arg,
2887         unless the default value is a string (in which case return nil).
2888         (describe-face): Replace the string `default' arg of `read-face-name'
2889         with the symbol `default'.
2891 2010-07-02  Chong Yidong  <cyd@stupidchicken.com>
2893         * emulation/viper-cmd.el (viper-delete-backward-char)
2894         (viper-del-backward-char-in-insert)
2895         (viper-del-backward-char-in-replace, viper-change)
2896         (viper-backward-indent): Replace delete-backward-char with
2897         delete-char (Bug#6552).
2899 2010-07-01  Chong Yidong  <cyd@stupidchicken.com>
2901         * ruler-mode.el (ruler--save-header-line-format): Fix typos.
2903 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
2905         * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
2906         argument passed to frame-creation-function (Bug#5378).
2908         * faces.el (x-handle-named-frame-geometry)
2909         (x-handle-reverse-video, x-create-frame-with-faces)
2910         (face-set-after-frame-default, tty-create-frame-with-faces): Don't
2911         separately consult default-frame-alist.  It is now passed as the
2912         PARAMETER argument.
2914 2010-06-30  Andreas Schwab  <schwab@linux-m68k.org>
2916         * startup.el (command-line): Don't call tool-bar-setup in a
2917         tty-only build.
2919 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
2921         * ruler-mode.el (ruler--save-header-line-format): New fun.
2922         (ruler-mode): Use it as a setter function, so as not to overwrite
2923         ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
2925 2010-06-29  Chong Yidong  <cyd@stupidchicken.com>
2927         * vc/vc.el (vc-deduce-backend): New fun.  Handle diff buffers.
2928         (vc-root-diff, vc-print-root-log, vc-log-incoming)
2929         (vc-log-outgoing): Use it.
2930         (vc-diff-internal): Set diff-vc-backend.
2932         * vc/diff-mode.el (diff-vc-backend): New var.
2934 2010-06-28  Jan Djärv  <jan.h.d@swipnet.se>
2936         * dynamic-setting.el (font-setting-change-default-font): Remove
2937         call to message.
2939 2010-06-28  Kenichi Handa  <handa@m17n.org>
2941         * international/quail.el (quail-insert-kbd-layout): Fix the
2942         showing of untranslated characters.
2944 2010-06-28  Chong Yidong  <cyd@stupidchicken.com>
2946         * simple.el (delete-active-region): New option.
2947         (delete-backward-char): Implement in Lisp.
2948         (delete-forward-char): New command.
2950         * mouse.el (mouse-region-delete-keys): Deleted.
2951         (mouse-show-mark): Simplify.
2953         * bindings.el (global-map): Bind delete and DEL, the former to
2954         delete-forward-char.
2956 2010-06-27  Lennart Borgman  <lennart.borgman@gmail.com>
2958         * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
2959         (ruby-mode): Bind indent-line-function (Bug#5119).
2961 2010-06-27  Chong Yidong  <cyd@stupidchicken.com>
2963         * startup.el (command-line): Recognize "0" X resource value.
2965 2010-06-27  Chong Yidong  <cyd@stupidchicken.com>
2967         * startup.el (command-line): Use X resources to set the value of
2968         menu-bar-mode and tool-bar-mode, before calling frame-initialize.
2970         * menu-bar.el (menu-bar-mode):
2971         * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
2972         Set init-value to t.
2974         * frame.el (frame-notice-user-settings): Don't change
2975         default-frame-alist based on menu-bar-mode and tool-bar-mode, or
2976         vice versa (Bug#2249).
2978 2010-06-26  Eli Zaretskii  <eliz@gnu.org>
2980         * w32-fns.el (w32-convert-standard-filename): Doc fix.
2982 2010-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
2984         * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
2985         Make sure `flyspell-word' re-checks word after function run (Bug#6504).
2987         * textmodes/ispell.el (ispell-init-process): Make sure ispell and
2988         default directories are expanded (Bug#6143).
2990 2010-06-24  Juri Linkov  <juri@jurta.org>
2992         * minibuffer.el (completions-format): Change default from nil to
2993         `horizontal'.  Remove `nil' value from :type.  Doc fix.  (Bug#6459)
2995 2010-06-24  Juri Linkov  <juri@jurta.org>
2997         * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
2998         buffer-locally to lambda that re-runs the vc diff command.
2999         (Bug#6447)
3001 2010-06-24  Chong Yidong  <cyd@stupidchicken.com>
3003         * kmacro.el (kmacro-call-macro): Don't issue hint message if the
3004         echo area is in use (Bug#3412).
3006 2010-06-22  Glenn Morris  <rgm@gnu.org>
3008         * textmodes/texinfmt.el (texinfo-format-region)
3009         (texinfo-raise-lower-sections, texinfo-format-separate-node)
3010         (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
3011         (texinfo-format-option, texinfo-noindent):
3012         Use line-beginning-position and line-end-position.
3014         * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
3015         * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
3016         * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
3017         utf-8 characters.
3019 2010-06-21  Karl Fogel  <kfogel@red-bean.com>
3021         * play/zone.el (zone-fall-through-ws): Fix next-line ->
3022         forward-line fallout.
3024 2010-07-06  Chong Yidong  <cyd@stupidchicken.com>
3026         * mouse.el (mouse-appearance-menu): Add docstring.
3028         * help.el (describe-key): Print up-event using key-description.
3030 2010-07-03  Michael Albinus  <michael.albinus@gmx.de>
3032         * net/zeroconf.el (zeroconf-resolve-service)
3033         (zeroconf-service-resolver-handler): Use
3034         `dbus-byte-array-to-string'.
3035         (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
3037 2010-07-03  Jan Moringen  <jan.moringen@uni-bielefeld.de>
3039         * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
3041 2010-06-30  Dan Nicolaescu  <dann@ics.uci.edu>
3043         Avoid displaying files with a nil state in vc-dir.
3044         * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
3045         cases that cause insertion.
3046         (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
3047         with a nil state.
3049 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
3051         * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
3053 2010-06-29  Leo  <sdl.web@gmail.com>
3055         * emacs-lisp/rx.el (rx): Doc fix.  (Bug#6537)
3057 2010-06-27  Oleksandr Gavenko  <gavenkoa@gmail.com>  (tiny change)
3059         * generic-x.el (bat-generic-mode): Fix regexp for command line
3060         switches (Bug#5719).
3062 2010-06-27  Masatake YAMATO  <yamato@redhat.com>
3064         * htmlfontify.el (hfy-face-attr-for-class): Use append instead
3065         of nconc to avoid pure storage error (Bug#6239).
3067 2010-06-27  Christoph  <cschol2112@googlemail.com>  (tiny change)
3069         * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
3070         (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
3071         bindings of bookmark-automatically-show-annotations (Bug#6515).
3073 2010-06-25  Eli Zaretskii  <eliz@gnu.org>
3075         * arc-mode.el (archive-zip-extract): Don't quote the file name on
3076         MS-Windows and MS-DOS.  (Bug#6467, Bug#6144)
3078 2010-06-24  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
3080         * comint.el (make-comint, make-comint-in-buffer): Mention return
3081         value in the docstrings.  (Bug#6498)
3083 2010-06-24  Yoni Rabkin  <yoni@rabkins.net>
3085         * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
3086         since it is not present when using some non-default switches.
3088 2010-06-23  Karl Fogel  <kfogel@red-bean.com>
3090         * simple.el (compose-mail): Fix doc string to refer to
3091         `compose-mail-user-agent-warnings', instead of to the
3092         nonexistent `compose-mail-check-user-agent'.
3094 2010-06-21  Alan Mackenzie  <bug-cc-mode@gnu.org>
3096         Fix an indentation bug:
3098         * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
3099         (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
3100         of existing values.
3102         * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
3103         (c-clear->-pair-props-if-match-before): now return t when they've
3104         cleared properties, nil otherwise.
3105         (c-before-change-check-<>-operators): Set c-new-beg/end correctly
3106         by taking account of the existing value.
3108         * progmodes/cc-defs.el
3109         (c-clear-char-property-with-value-function): Fix this to clear the
3110         property rather than overwriting it with nil.
3112 2010-06-20  Chong Yidong  <cyd@stupidchicken.com>
3114         * emacs-lisp/package.el (package-print-package): Add link to
3115         package description via describe-package.
3116         (describe-package-1): List package requirements.  Add button to
3117         perform installation.
3118         (package-menu-describe-package): New command.
3120         * help-mode.el (help-package): New button type.
3122 2010-06-19  Chong Yidong  <cyd@stupidchicken.com>
3124         * emacs-lisp/package.el: Move package-list-packages binding to
3125         menu-bar.el.
3126         (describe-package, describe-package-1, package--dir): New funs.
3127         (package-activate-1): Use package--dir.
3129         * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
3131         * help-mode.el (help-package-def): New button type.
3133         * menu-bar.el: Move package-list-packages binding here from
3134         package.el.
3136 2010-06-19  Gustav Hållberg  <gustav@gmail.com>  (tiny change)
3138         * descr-text.el (describe-char): Avoid trailing whitespace.  (Bug#6423)
3140 2010-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3142         * emacs-lisp/edebug.el (edebug-read-list):
3143         Phase out old-style backquotes.
3145 2010-06-17  Juri Linkov  <juri@jurta.org>
3147         * help-mode.el (help-mode): Set buffer-local variable
3148         revert-buffer-function to help-mode-revert-buffer.
3149         (help-mode-revert-buffer): New function.
3151         * info.el (Info-revert-find-node): Check for major-mode Info-mode
3152         before popping to "*info*" (like in other Info functions).
3153         Keep buffer-name in old-buffer-name.  Keep Info-history-forward in
3154         old-history-forward.  Pop to old-buffer-name or "*info*" to
3155         recreate the killed buffer.  Set Info-history-forward from
3156         old-history-forward.
3157         (Info-breadcrumbs-depth): Add :group and :version.
3159 2010-06-17  Dan Nicolaescu  <dann@ics.uci.edu>
3161         * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
3163 2010-06-17  Agustín Martín  <agustin.martin@hispalinux.es>
3165         * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
3166         for languages like Portuguese with pt_{BR,PT} and no plain pt.
3168 2010-06-17  Juanma Barranquero  <lekktu@gmail.com>
3170         * emacs-lisp/package.el (package-menu-mode-map):
3171         Move initialization into declaration.
3173         * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
3175 2010-06-17  Chong Yidong  <cyd@stupidchicken.com>
3177         * emacs-lisp/package.el (package-archive-base): Point to
3178         elpa.gnu.org.
3179         (package-enable, package-load-list): New defcustoms.
3180         (package-user-dir, package-directory-list): Turn into defcustoms.
3181         Don't include package-user-dir in package-directory-list.
3182         (package--builtins-base): Don't include Emacs as a "package".
3183         (package-subdirectory-regexp): New var.
3184         (package-load-all-descriptors, package-compute-transaction)
3185         (package-download-transaction): Obey package-load-list.
3186         (package-activate-1): Rename from package-do-activate.
3187         (package-list-packages-internal): Check package-load-list.
3188         (package-load-descriptor, package-generate-autoloads)
3189         (package-unpack, package-unpack-single)
3190         (package--read-archive-file, package-delete): Use
3191         expand-file-name.
3193         * emacs-lisp/package-x.el: New file.  Package uploading
3194         functionality split out from package.el.
3196         * startup.el (command-line): Load packages after reading init
3197         file.
3199 2010-06-17  Tom Tromey  <tromey@redhat.com>
3201         * emacs-lisp/package.el: New file.
3203 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
3205         Fix vc-annotate for renamed files when using Git.
3206         * vc-git.el (vc-git-find-revision): Deal with empty results from
3207         ls-files.  Doe not pass the object as a file name to cat-file, it
3208         is not a file name.
3209         (vc-git-annotate-command): Pass the file name using -- to avoid
3210         ambiguity with the revision.
3211         (vc-git-previous-revision): Pass a relative file name.
3213 2010-06-22  Glenn Morris  <rgm@gnu.org>
3215         * progmodes/js.el (js-mode-map): Use standard capitalization and
3216         ellipses for menu entries.
3218         * wid-edit.el (widget-complete): Doc fix.
3220 2010-06-22  Jürgen Hötzel  <juergen@hoetzel.info>  (tiny change)
3222         * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
3224 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
3226         Fix annotating other revisions for renamed files in vc-annotate.
3227         * vc-annotate.el (vc-annotate): Add an optional argument for the
3228         VC backend.  Use it when non-nil.
3229         (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
3230         (Bug#6487)
3232         Fix vc-annotate-show-changeset-diff-revision-at-line for git.
3233         * vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
3234         Do not pass the file name to the 'previous-revision call when we
3235         don't want a file diff.  (Bug#6489)
3237 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
3239         Fix finding revisions for renamed files in vc-annotate.
3240         * vc.el (vc-find-revision): Add an optional argument for
3241         the VC backend.  Use it when non-nil.
3242         * vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
3243         backend to vc-find-revision.  (Bug#6487)
3245 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
3247         Fix reading file names in Git annotate buffers.
3248         * vc-git.el (vc-git-annotate-extract-revision-at-line): Remove
3249         trailing whitespace.  Suggested by Eric Hanchrow.  (Bug#6481)
3251 2010-06-20  Alan Mackenzie  <acm@muc.de>
3253         * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
3254         in file local variables, set it first.
3256 2010-06-19  Glenn Morris  <rgm@gnu.org>
3258         * descr-text.el (describe-char-unicode-data): Insert separating
3259         space when needed.  (Bug#6422)
3261         * progmodes/idlwave.el (idlwave-action-and-binding):
3262         Fix typo in 2009-12-03 change.  (Bug#6450)
3264 2010-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3266         * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
3267         handling for `lambda' (misunderstanding).
3269 2010-06-16  Jay Belanger  <jay.p.belanger@gmail.com>
3271         * calc/calc-poly.el (math-accum-factors): Make sure that
3272         constants aren't distributed after they are factored out.
3274 2010-06-16  Juri Linkov  <juri@jurta.org>
3276         * facemenu.el (list-colors-display): Call `pop-to-buffer' before
3277         `list-colors-print'.  (Bug#6332)
3279         * subr.el (read-quoted-char): Fix up last change (bug#6290).
3281 2010-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3283         * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
3284         specially, since it's a macro.  Fix up wrong hint passed to maybe-cons.
3286         * font-lock.el (font-lock-major-mode): Rename from
3287         font-lock-mode-major-mode to distinguish it from
3288         global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
3289         (font-lock-set-defaults):
3290         * font-core.el (font-lock-default-function): Adjust users.
3291         (font-lock-mode): Don't set it at all.
3293 2010-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3295         * vc-annotate.el (vc-annotate): Use vc-read-revision.
3297 2010-06-16  Glenn Morris  <rgm@gnu.org>
3299         * calendar/appt.el (appt-time-msg-list): Doc fix.
3300         (appt-check): Let-bind appt-warn-time.
3301         (appt-add): Make the 3rd argument optional.
3302         Simplify argument names.  Doc fix.  Check for integer WARNTIME.
3303         Only add WARNTIME to the output list if non-nil.
3305 2010-06-16  Ivan Kanis  <apple@kanis.eu>
3307         * calendar/appt.el (appt-check): Let the 3rd element of
3308         appt-time-msg-list specify the warning time.
3309         (appt-add): Add new argument with the warning time.  (Bug#5176)
3311 2010-06-16  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
3313         * vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
3314         older than version 1.6.  (Bug#6361)
3316 2010-06-16  Helmut Eller  <eller.helmut@gmail.com>
3318         * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
3319         used by cl-do-arglist.  (Bug#6408)
3321 2010-06-16  Agustín Martín  <agustin.martin@hispalinux.es>
3323         * textmodes/ispell.el (ispell-dictionary-base-alist): Fix
3324         portuguese casechars/not-casechars for missing 'çÇ'.
3325         Suggested by Rolando Pereira (bug#6434).
3327 2010-06-15  Juanma Barranquero  <lekktu@gmail.com>
3329         * facemenu.el (list-colors-sort): Doc fix.
3331 2010-06-15  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
3333         * progmodes/sql.el (sql-connect-mysql): Fix typo.
3335 2010-06-14  Juri Linkov  <juri@jurta.org>
3337         Add sort option `list-colors-sort'.  (Bug#6332)
3338         * facemenu.el (color-rgb-to-hsv): New function.
3339         (list-colors-sort): New defcustom.
3340         (list-colors-sort-key): New function.
3341         (list-colors-display): Doc fix.  Sort list according to the option
3342         `list-colors-sort'.
3343         (list-colors-print): Add HSV values to `help-echo' property of
3344         RGB strings.
3346 2010-06-14  Juri Linkov  <juri@jurta.org>
3348         * compare-w.el: Move to the "vc" subdirectory.
3350 2010-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3352         * image-mode.el (image-mode-map): Remap left-char and right-char.
3354         * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
3356 2010-06-12  Chong Yidong  <cyd@stupidchicken.com>
3358         * term/common-win.el (x-colors): Add all the color names defined
3359         in rgb.txt (Bug#6332).
3361         * facemenu.el (list-colors-print): Don't print extra names if it
3362         will overflow the window width.
3364         * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
3365         change (Bug#6343).
3367 2010-06-12  Eli Zaretskii  <eliz@gnu.org>
3369         * files.el (make-directory): Doc fix (bug#6396).
3371 2010-06-12  Michael Albinus  <michael.albinus@gmx.de>
3373         * net/tramp.el (tramp-remote-process-environment): Protect version
3374         string by apostroph.
3375         (tramp-shell-prompt-pattern): Do not use a shy group in case of
3376         XEmacs.
3377         (tramp-file-name-for-operation): Add `call-process-region'.
3378         (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
3380         * net/tramp-compat.el (top): Do not autoload
3381         `tramp-handle-file-remote-p'.  Load tramp-util.el and tramp-vc.el
3382         only when `start-file-process' is not bound.
3383         (tramp-advice-file-expand-wildcards): Do not use
3384         `tramp-handle-file-remote-p'.
3385         (tramp-compat-make-temp-file): Handle the case, that
3386         `make-temp-file' has no third argument EXTENSION.
3388 2010-06-11  Juanma Barranquero  <lekktu@gmail.com>
3390         * makefile.w32-in (WINS_BASIC): Include new directory vc.
3392         * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
3394 2010-06-11  Juri Linkov  <juri@jurta.org>
3396         * finder.el (finder-known-keywords): Add keyword "vc"
3397         for version control.
3399         * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
3400         * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
3401         * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
3402         * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
3404 2010-06-11  Juri Linkov  <juri@jurta.org>
3406         Move version control related files to the "vc" subdirectory.
3407         * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
3408         * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
3409         * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
3410         * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
3411         * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
3412         * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
3413         * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
3414         * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
3415         Move files to the "vc" subdirectory.
3417 2010-06-11  Chong Yidong  <cyd@stupidchicken.com>
3419         * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
3420         (Bug#6367).
3422 2010-06-11  Stephen Eglen  <stephen@gnu.org>
3424         * shell.el: Bind `shell-resync-dirs' to M-RET.
3426 2010-06-10  Michael Albinus  <michael.albinus@gmx.de>
3428         * notifications.el: Move file from lisp/net, because it is
3429         supposed to talk locally to the user.
3431 2010-06-10  Julien Danjou  <julien@danjou.info>
3433         * net/notifications.el (notifications-on-action-signal)
3434         (notifications-on-closed-signal): Pass notification id as first
3435         argument to the callback functions.  Add docstrings.
3436         (notifications-notify): Fix docstring.
3438 2010-06-10  Glenn Morris  <rgm@gnu.org>
3440         * emacs-lisp/authors.el (authors-ignored-files)
3441         (authors-valid-file-names): Add some files.
3443 2010-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3445         * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
3446         merge conflict, giving preference to the emacs-23 version of the code.
3448 2010-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3450         * emacs-lisp/advice.el (ad-compile-function):
3451         Define warning-suppress-types before we let-bind it (bug#6275).
3453         * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
3454         declare it, make it buffer-local and permanent-local (bug#6324).
3455         (vc-resynch-window): Adjust name.
3456         * vc-hooks.el (vc-find-file-hook): Adjust name.
3458 2010-06-09  Michael Albinus  <michael.albinus@gmx.de>
3460         * net/notifications.el (notifications-notify): Fix docstring.
3462 2010-06-09  Juanma Barranquero  <lekktu@gmail.com>
3464         Update to Unicode 6.0.0 beta.
3465         * international/charprop.el: Update copyright.
3466         * international/mule-cmds.el (ucs-names): Update character ranges.
3467         * international/uni-bidi.el:
3468         * international/uni-category.el:
3469         * international/uni-combining.el:
3470         * international/uni-comment.el:
3471         * international/uni-decimal.el:
3472         * international/uni-decomposition.el:
3473         * international/uni-digit.el:
3474         * international/uni-lowercase.el:
3475         * international/uni-mirrored.el:
3476         * international/uni-name.el:
3477         * international/uni-numeric.el:
3478         * international/uni-old-name.el:
3479         * international/uni-titlecase.el:
3480         * international/uni-uppercase.el: Regenerate.
3482 2010-06-09  Juanma Barranquero  <lekktu@gmail.com>
3484         * emacs-lisp/smie.el (comment-string-strip): Declare function.
3485         (smie-precs-precedence-table): Fix typo in docstring.
3487         * vc-mtn.el (log-edit-extract-headers): Declare function.
3489         * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
3491         * net/notifications.el (dbus-register-signal): Declare function.
3492         (notifications-notify): Fix typos and reflow docstring.
3494 2010-06-09  Dan Nicolaescu  <dann@ics.uci.edu>
3496         Improve VC create/retrieve tag/branch.
3497         * vc.el (vc-create-tag): Do not read the directory name for VCs
3498         with repository revision granularity.  Adjust the tag/branch
3499         prompt.  Reset VC properties.
3500         (vc-retrieve-tag): Do not read the directory name for VCs
3501         with repository revision granularity.  Reset VC properties.
3503 2010-06-09  Julien Danjou  <julien@danjou.info>
3505         * net/notifications.el: New file.
3507 2010-06-09  Dan Nicolaescu  <dann@ics.uci.edu>
3509         Add optional support for resetting VC properties.
3510         * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
3511         call vc-file-clearprops when true.
3512         (vc-resynch-buffer): Add new optional argument, pass it down.
3513         (vc-resynch-buffers-in-directory): Likewise.
3515         Improve support for special markup in the VC commit message.
3516         * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
3517         * vc-hg.el (vc-hg-checkin): Add support for Date:.
3518         * vc-git.el (vc-git-checkin):
3519         * vc-bzr.el (vc-bzr-checkin): Likewise.
3521 2010-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3523         * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
3524         can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
3526 2010-06-07  Martin Pohlack  <mp26@os.inf.tu-dresden.de>
3528         * iimage.el: Remove images as soon as the underlying text is modified.
3529         (iimage-modification-hook): New function.
3530         (iimage-mode-buffer): Use it.
3532 2010-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3534         * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
3535         smie-indent-offset-after.  Add :prev case.  Make a bit more generic.
3536         (smie-indent-virtual): Remove `virtual' arg.  Update callers.
3537         (smie-indent-keyword): Add handling of open-paren keywords.
3538         (smie-indent-comment-continue): Don't assume comment-continue.
3540 2010-06-07  Martin Rudalics  <rudalics@gmx.at>
3542         * window.el (pop-to-buffer): Remove the conditional that
3543         compares new-window and old-window, so it will reselect
3544         the selected window unconditionally.
3545         http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
3547 2010-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3549         * emacs-lisp/smie.el (smie-indent-offset-after)
3550         (smie-indent-forward-token, smie-indent-backward-token): New functions.
3551         (smie-indent-after-keyword): Use them.
3552         (smie-indent-fixindent): Only applies to the indentation of the BOL.
3553         (smie-indent-keyword): Tweak the black magic.
3554         (smie-indent-comment-continue): Strip comment-continue before use.
3555         (smie-indent-functions): Indent comments before keywords.
3557 2010-06-06  Juri Linkov  <juri@jurta.org>
3559         * isearch.el (isearch-lazy-highlight-search): Fix looping
3560         by checking for empty match.  This syncs this loop with the
3561         similar loop in `isearch-search'.  (Bug#6362)
3563 2010-06-05  Juanma Barranquero  <lekktu@gmail.com>
3565         * net/dbus.el (dbus-register-method): Declare function.
3566         (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
3567         (dbus-introspect): Doc fix.
3568         (dbus-event-bus-name, dbus-introspect-get-interface)
3569         (dbus-introspect-get-argument): Reflow docstrings.
3571 2010-06-05  Dan Nicolaescu  <dann@ics.uci.edu>
3573         vc-log-incoming/vc-log-outgoing fixes for Git.
3574         * vc-git.el (vc-git-log-view-mode): Fix font lock for
3575         incoming/outgoing logs.
3576         (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
3577         instead of vc-git-compute-remote.
3578         (vc-git-compute-remote): Remove.
3580 2010-06-04  Chong Yidong  <cyd@stupidchicken.com>
3582         * term/common-win.el (x-colors): Add "dark green" and "dark
3583         turquoise" (Bug#6332).
3585 2010-06-04  Juri Linkov  <juri@jurta.org>
3587         * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
3588         Instead of setting `replace' to t and replacing the same string
3589         with itself, don't do certain actions when
3590         kill-do-not-save-duplicates is non-nil and string is equal to car
3591         of kill-ring: don't call menu-bar-update-yank-menu, don't push
3592         interprogram-paste strings to kill-ring, and don't push the input
3593         argument `string' to kill-ring.
3594         http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
3596 2010-06-04  Juanma Barranquero  <lekktu@gmail.com>
3598         * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
3600 2010-06-04  Michael Albinus  <michael.albinus@gmx.de>
3602         * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
3603         (tramp-gvfs-handler-mounted-unmounted)
3604         (tramp-gvfs-connection-mounted-p): Handle default-location.
3606         * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
3607         move files to trash.
3609 2010-06-04  Juanma Barranquero  <lekktu@gmail.com>
3611         * international/mule-cmds.el (nonascii-insert-offset)
3612         (nonascii-translation-table): Add obsolescence information.
3614         * international/mule.el (make-translation-table-from-vector): Doc fix.
3616 2010-06-03  Eric Ludlam  <zappo@gnu.org>
3618         * cedet/semantic/lex-spp.el
3619         (semantic-lex-spp-table-write-slot-value): Instead of erroring on
3620         invalid values during save, just save a nil (Bug#6324).
3622 2010-06-03  Glenn Morris  <rgm@gnu.org>
3624         * desktop.el (desktop-clear-preserve-buffers):
3625         Add "*Warnings*" buffer.  (Bug#6336)
3627 2010-06-03  Dan Nicolaescu  <dann@ics.uci.edu>
3629         vc-log-incoming/vc-log-outgoing improvements for Git.
3630         * vc-git.el (vc-git-log-outgoing): Use the same format as the
3631         short log.
3632         (vc-git-log-incoming): Likewise.  Run "git fetch" before the log command.
3634         Add bindings for vc-log-incoming and vc-log-outgoing.
3635         * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
3636         and vc-log-outgoing.
3637         * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
3638         and vc-log-outgoing.
3640 2010-06-03  Chong Yidong  <cyd@stupidchicken.com>
3642         * net/rcirc.el (rcirc-sort-nicknames): Remove.
3643         (rcirc-handler-366): Always sort nicknames.
3645 2010-06-03  Juanma Barranquero  <lekktu@gmail.com>
3647         * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
3649 2010-06-03  Chong Yidong  <cyd@stupidchicken.com>
3651         * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
3653 2010-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3655         * net/rcirc.el (rcirc-sort-nicknames): Change default.
3656         (rcirc-sort-nicknames-join): Avoid setq.
3658 2010-06-03  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
3660         * net/rcirc.el (rcirc-sort-nicknames): New custom.
3661         (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
3662         (rcirc-handler-366): Use them.
3664 2010-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3666         Split smie-indent-calculate into more manageable chunks.
3667         * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
3668         (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
3669         (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
3670         (smie-indent-exps): Extract from smie-indent-calculate.
3671         (smie-indent-functions): New var.
3672         (smie-indent-functions): Use them.
3674 2010-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3676         * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
3677         (smie-indent-calculate): Simplify and cleanup.
3679 2010-06-02  Michael Albinus  <michael.albinus@gmx.de>
3681         * net/tramp-gvfs.el (top): Require url-util.
3682         (tramp-gvfs-mount-point): Remove.
3683         (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
3684         New defuns.
3685         (with-tramp-dbus-call-method): Format trace message.
3686         (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
3687         Implement backup call, when operation on local files fails.
3688         Use progress reporter.  Flush properties of changed files.
3689         (tramp-gvfs-handle-make-directory): Make more traces.
3690         (tramp-gvfs-url-file-name): Hexify file name in url.
3691         (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
3692         into account for the resulting file name.
3693         (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
3694         the answer is "no".  See `tramp-gvfs-maybe-open-connection'.
3695         (tramp-gvfs-handler-mounted-unmounted)
3696         (tramp-gvfs-connection-mounted-p): Test also for new mountspec
3697         attribute "default_location".  Set "prefix" property.
3698         (tramp-gvfs-mount-spec): Return both prefix and mountspec.
3699         (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
3700         exists.  Raise an error, if not (due to a corresponding answer
3701         "no" in interactive questions, for example).
3703 2010-06-02  Dan Nicolaescu  <dann@ics.uci.edu>
3705         * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
3707 2010-06-01  Juanma Barranquero  <lekktu@gmail.com>
3709         * emacs-lisp/eldoc.el: Add completions for new commands left-* and
3710         right-*.  (Bug#6265)
3712 2010-06-01  Dan Nicolaescu  <dann@ics.uci.edu>
3714         Add support for vc-log-incoming, improve vc-log-outgoing for Git.
3715         * vc-git.el (vc-git-compute-remote): New function.
3716         (vc-git-log-outgoing): Use it instead of hard coding a value.
3717         (vc-git-log-incoming): New function.
3719         Improve state updating for VC tag commands.
3720         * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
3721         to update the state of all buffers in the directory.
3723         * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
3725 2010-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3727         * vc-bzr.el (vc-bzr-revision-completion-table): Apply
3728         `file-directory-p' to the filename part rather than to the whole text.
3730 2010-05-31  Jonathan Marchand  <jonathlela@gmail.com>  (tiny change)
3732         * cedet/ede/cpp-root.el (ede-set-project-variables): Fix feature name
3733         (bug#6231).
3735 2010-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3737         * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
3739 2010-05-31  Drew Adams  <drew.adams@oracle.com>
3741         * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
3743 2010-05-31  Juanma Barranquero  <lekktu@gmail.com>
3745         * subr.el (momentary-string-display): Just use read-event to read
3746         the exit event (Bug#6238).
3748 2010-05-30  Eli Zaretskii  <eliz@gnu.org>
3750         * international/mule.el (define-coding-system): Doc fix (bug#6313).
3752 2010-05-30  Juanma Barranquero  <lekktu@gmail.com>
3754         * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
3755         Suggested by Eli Zaretskii <eliz@gnu.org>.
3757 2010-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3759         * minibuffer.el (completion-file-name-table): Don't return a boundary
3760         past the end of `string' (bug#6299).
3761         (completion--file-name-table): Delegate to completion-file-name-table
3762         for the `boundaries' case.
3764 2010-05-30  Juanma Barranquero  <lekktu@gmail.com>
3766         * emulation/cua-base.el: Recognize `right-char' and `left-char' as
3767         movement commands.
3769         * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
3770         `path-separator', but maintain compatibility with Emacs 20.2.
3772 2010-05-29  Chong Yidong  <cyd@stupidchicken.com>
3774         * server.el (server-process-filter): Receive parent-id argument
3775         from emacsclient.
3776         (server-create-window-system-frame): New arg.  Pass parent-id as
3777         frame parameter.
3779 2010-05-29  Eli Zaretskii  <eliz@gnu.org>
3781         Bidi-sensitive word movement with arrow keys.
3782         * subr.el (right-arrow-command, left-arrow-command): Move to
3783         bindings.el.
3785         * bindings.el (right-char, left-char): Move from subr.el and
3786         rename from right-arrow-command and left-arrow-command.
3787         (right-word, left-word): New functions.
3788         (global-map) <right>: Bind to right-char.
3789         (global-map) <left>: Bind to left-char.
3790         (global-map) <C-right>: Bind to right-word.
3791         (global-map) <C-left>: Bind to left-word.
3793         * ls-lisp.el (ls-lisp-classify-file): New function.
3794         (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
3795         (ls-lisp-classify): Call ls-lisp-classify-file.
3796         (insert-directory): Remove blanks from switches.
3798 2010-05-29  Chong Yidong  <cyd@stupidchicken.com>
3800         * ansi-color.el: Delete unused escape sequences (Bug#6085).
3801         (ansi-color-drop-regexp): New constant.
3802         (ansi-color-apply, ansi-color-filter-region)
3803         (ansi-color-apply-on-region): Delete unrecognized control sequences.
3804         (ansi-color-apply): Build string list before calling concat.
3806 2010-05-28  Juri Linkov  <juri@jurta.org>
3808         * image-dired.el (image-dired-dired-toggle-marked-thumbs):
3809         Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
3810         (Bug#5270)
3812 2010-05-28  Michael Albinus  <michael.albinus@gmx.de>
3814         * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
3815         to ignored backtrace functions.
3816         (with-progress-reporter): Expand docstring.
3817         (tramp-handle-delete-file): Implement TRASH argument.
3818         (tramp-get-remote-trash): New defun.
3820 2010-05-28  Michael Albinus  <michael.albinus@gmx.de>
3822         * net/tramp-compat.el (tramp-compat-delete-file): Use
3823         `symbol-value' for backward compatibility.
3825         * net/tramp.el (tramp-handle-make-symbolic-link)
3826         (tramp-handle-load)
3827         (tramp-do-copy-or-rename-file-via-buffer)
3828         (tramp-do-copy-or-rename-file-directly)
3829         (tramp-do-copy-or-rename-file-out-of-band)
3830         (tramp-handle-process-file, tramp-handle-call-process-region)
3831         (tramp-handle-shell-command, tramp-handle-file-local-copy)
3832         (tramp-handle-insert-file-contents, tramp-handle-write-region)
3833         (tramp-delete-temp-file-function): Use `delete-file' instead
3834         of `tramp-compat-delete-file'.
3836         * net/tramp-fish.el (tramp-fish-handle-delete-directory)
3837         (tramp-fish-handle-make-symbolic-link)
3838         (tramp-fish-handle-process-file): Use `delete-file' instead
3839         of `tramp-compat-delete-file'.
3841         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use
3842         `delete-file' instead of `tramp-compat-delete-file'.
3844         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
3845         (tramp-gvfs-handle-write-region): Use `delete-file' instead of
3846         `tramp-compat-delete-file'.
3848         * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file): Use
3849         `delete-file' instead of `tramp-compat-delete-file'.
3851         * net/tramp-smb.el (tramp-smb-handle-copy-file)
3852         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
3853         (tramp-smb-handle-write-region): Use `delete-file' instead of
3854         `tramp-compat-delete-file'.
3855         (tramp-smb-handle-delete-directory): Use 'trash as arg.
3857 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
3859         * dired.el (dired-delete-file): New arg TRASH.
3860         (dired-internal-do-deletions): New arg TRASH.  Use progress reporter.
3861         (dired-do-flagged-delete, dired-do-delete): Use trash.
3863         * speedbar.el (speedbar-item-delete): Allow trashing.
3865         * files.el (delete-directory): New arg TRASH.
3867         * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
3868         (ange-ftp-rename-remote-to-remote)
3869         (ange-ftp-rename-local-to-remote)
3870         (ange-ftp-rename-remote-to-local, ange-ftp-load)
3871         (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
3872         `delete-file'.
3873         (ange-ftp-delete-directory): Add optional arg to `delete-file', to
3874         allow trashing.
3876         * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
3877         handle new TRASH arg of `delete-file'.
3879         * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
3880         (tramp-handle-make-symbolic-link, tramp-handle-load)
3881         (tramp-do-copy-or-rename-file-via-buffer)
3882         (tramp-do-copy-or-rename-file-directly)
3883         (tramp-do-copy-or-rename-file-out-of-band)
3884         (tramp-handle-process-file, tramp-handle-call-process-region)
3885         (tramp-handle-shell-command, tramp-handle-file-local-copy)
3886         (tramp-handle-insert-file-contents, tramp-handle-write-region)
3887         (tramp-delete-temp-file-function): Use null TRASH arg in
3888         tramp-compat-delete-file call.
3890         * net/tramp-fish.el (tramp-fish-handle-delete-directory)
3891         (tramp-fish-handle-delete-file)
3892         (tramp-fish-handle-make-symbolic-link)
3893         (tramp-fish-handle-process-file): Use null TRASH arg in
3894         `tramp-compat-delete-file' call.
3896         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
3897         arg in `tramp-compat-delete-file' call.
3899         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
3900         (tramp-gvfs-handle-write-region): Use null TRASH arg in
3901         `tramp-compat-delete-file' call.
3903         * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
3904         (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
3905         `tramp-compat-delete-file' call.
3907         * net/tramp-smb.el (tramp-smb-handle-copy-file)
3908         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
3909         (tramp-smb-handle-write-region): Use null TRASH arg in
3910         tramp-compat-delete-file call.
3911         (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
3912         (tramp-smb-handle-delete-file): Rename arg.
3914         * diff.el (diff-sentinel):
3915         * epg.el (epg--make-temp-file, epg-decrypt-string)
3916         (epg-verify-string, epg-sign-string, epg-encrypt-string):
3917         * jka-compr.el (jka-compr-partial-uncompress)
3918         (jka-compr-call-process, jka-compr-write-region):
3919         * server.el (server-sentinel): Remove optional arg from
3920         delete-file, reverting 2010-05-03 change.
3922 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
3924         * progmodes/verilog-mode.el (verilog-type-font-keywords): Use
3925         font-lock-constant-face, not obsolete font-lock-reference-face.
3927 2010-05-27  Kenichi Handa  <handa@m17n.org>
3929         * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
3930         element of GSTRING is nil.
3932 2010-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3934         * emacs-lisp/smie.el (smie-forward-token-function)
3935         (smie-backward-token-function): New vars.
3936         (smie-backward-sexp, smie-forward-sexp)
3937         (smie-indent-hanging-p, smie-indent-calculate): Use them.
3938         (smie-default-backward-token): Rename from smie-backward-token and
3939         skip comments.
3940         (smie-default-forward-token): Rename from smie-forward-token and
3941         skip comments.
3942         (smie-next-sexp): Handle nil results from next-token.
3943         (smie-indent-calculate): Add a new case for special `fixindent' comments.
3945 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
3947         * progmodes/verilog-mode.el (verilog-type-font-keywords):
3948         Use font-lock-constant-face, not obsolete font-lock-reference-face.
3950 2010-05-27  Masatake YAMATO  <yamato@redhat.com>
3952         * htmlfontify.el (hfy-face-resolve-face): New function.
3953         (hfy-face-to-style): Use it (Bug#6279).
3955 2010-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3957         * progmodes/ada-xref.el (ada-gnat-parse-gpr):
3958         * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
3960 2010-05-26  Glenn Morris  <rgm@gnu.org>
3962         * emulation/edt.el (edt-load-keys): Use locate-library.
3964 2010-05-25  Chong Yidong  <cyd@stupidchicken.com>
3966         * log-edit.el (log-edit-strip-single-file-name): Default to nil.
3967         (log-edit-changelog-entries): Doc fix.
3968         (log-edit-changelog-insert-entries): Args changed.
3969         Rename relative filenames in ChangeLog entries.  Delete tabs.
3970         (log-edit-insert-changelog-entries): Reorganize return value of
3971         `log-edit-changelog-entries' to pass filenames to
3972         log-edit-changelog-insert-entries.
3974 2010-05-25  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3976         * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
3977         `image-dired-dired-insert-marked-thumbs' to
3978         `image-dired-dired-toggle-marked-thumbs'.
3980         * image-dired.el: Require cl when compiling.
3981         (image-dired-dired-toggle-marked-thumbs): Rename from
3982         `image-dired-dired-insert-marked-thumbs'.  Add ARG.  Doc fix.
3983         Use interactive spec "P".  Set LOCALP arg of `dired-get-filename'
3984         to 'no-dir.  Skip files whose names don't match
3985         `image-file-name-regexp'.  When file has a thumbnail overlay,
3986         delete it.  (Bug#5270)
3988 2010-05-25  Juri Linkov  <juri@jurta.org>
3990         * image-mode.el (image-mode): Add image-after-revert-hook to
3991         after-revert-hook.
3992         (image-after-revert-hook): New function.  (Bug#5669)
3994 2010-05-25  Juri Linkov  <juri@jurta.org>
3996         * image.el (image-animated-p): When delay between animated images
3997         is 0, set it to 10 (0.1 sec).  (Bug#6258)
3999 2010-05-25  Christian Lynbech  <christian.lynbech@tieto.com>  (tiny change)
4001         * net/tramp.el (tramp-handle-insert-directory): Don't use
4002         `forward-word', its default syntax could be changed.
4004 2010-05-25  Michael Albinus  <michael.albinus@gmx.de>
4006         * net/tramp.el (tramp-progress-reporter-update): New defun.
4007         (with-progress-reporter): Use it.
4008         (tramp-process-actions):
4009         * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion): Preserve
4010         current message, in order to let progress reporter continue
4011         afterwards.  (Bug#6257)
4013 2010-05-25  Glenn Morris  <rgm@gnu.org>
4015         * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
4016         Add :version.
4018 2010-05-25  Ryan Yeske  <rcyeske@gmail.com>
4020         * net/rcirc.el (rcirc-default-user-name): Change to "user".
4021         (rcirc-default-full-name): Change to "unknown".
4022         (rcirc-user-name-history): Add variable.
4024 2010-05-25  Ryan Yeske  <rcyeske@gmail.com>
4025             Jonathan Rockway  <jon@jrock.us>
4027         * net/rcirc.el (rcirc-server-alist): Add :pass.
4028         (rcirc): When prompting for connection parameters, also prompt for
4029         username and password.
4030         (rcirc-connect): Take a PASS argument.  If PASS is non-nil, send
4031         value to server when connecting.
4033 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4035         * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
4036         (smie-merge-prec2s): Pass the tables as separate args.
4037         (smie-bnf-precedence-table): Adjust call accordingly.
4038         (smie-prec2-levels): Set levels at the end.
4040         Replace Lisp calls to delete-backward-char by delete-char.
4041         * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
4042         * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
4043         * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
4044         * calc/calc.el, emacs-cl-extra.el, emacs-cl-loaddefs.el,
4045         * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
4046         * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
4047         * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
4048         * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
4049         * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
4050         * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
4051         * progmodes/ps-mode.el, progmodes/verilog-mode.el,
4052         * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
4053         * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
4054         * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
4055         delete-backward-char by calls to delete-char.
4057 2010-05-25  Kenichi Handa  <handa@m17n.org>
4059         * language/hebrew.el (hebrew-shape-gstring): New function.
4060         Register it in composition-function-table for all Hebrew combining
4061         characters.
4063 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4065         * epa.el (epa--select-keys): Don't explicitly delete the window since
4066         that can fail (e.g. sole window in frame).  Use dedication instead.
4068 2010-05-24  Uday S Reddy  <u.s.reddy@cs.bham.ac.uk>  (tiny change)
4070         * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
4072 2010-05-22  Chong Yidong  <cyd@stupidchicken.com>
4074         * image.el (image-refresh): Define as an alias for image-flush.
4076         * image-mode.el (image-toggle-display-image): Caller changed.
4078 2010-05-21  Juri Linkov  <juri@jurta.org>
4080         * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
4081         Remove "all" from grep-files-aliases.  Split grep-files-aliases by
4082         whitespace, call wildcard-to-regexp on substrings and concat them
4083         with "\\|".  (Bug#6114)
4085 2010-05-21  Alan Mackenzie  <acm@muc.de>
4087         * progmodes/cc-engine.el (c-parse-state-get-strategy):
4088         Replace parameter `here' with `here-' and `here-plus', which sandwich
4089         any pertinent CPP construct.
4090         (c-remove-stale-state-cache-backwards): Fix a bug which happens
4091         when doing (c-parse-state) in a CPP construct: Exclude any "new"
4092         CPP construct from taking part in the scanning.
4094 2010-05-21  Michael Albinus  <michael.albinus@gmx.de>
4096         * net/tramp.el (tramp-do-copy-or-rename-file)
4097         (tramp-handle-file-local-copy, tramp-maybe-open-connection):
4098         Tune `with-progress-reporter' messages.
4099         (tramp-handle-vc-registered):
4100         * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
4101         (tramp-fish-handle-insert-file-contents)
4102         (tramp-fish-maybe-open-connection):
4103         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
4104         * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
4105         (tramp-imap-handle-insert-file-contents)
4106         (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
4108 2010-05-21  Juanma Barranquero  <lekktu@gmail.com>
4110         * add-log.el (change-log-font-lock-keywords):
4111         Highlight all authors in multi-author entries.
4113         * smerge-mode.el (smerge-refine-ignore-whitespace)
4114         (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
4115         Fix typos in docstrings.
4116         (smerge-resolve, smerge-refine-subst): Reflow docstrings.
4118 2010-05-21  Glenn Morris  <rgm@gnu.org>
4120         * progmodes/fortran.el (fortran-mode):
4121         * progmodes/f90.el (f90-mode): Derive from prog-mode.
4123         * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
4124         having a relative path in src/Makefile.in.
4126 2010-05-20  Kevin Ryde  <user42@zip.com.au>
4128         * help-mode.el (help-make-xrefs): For Info node links turn
4129         newlines into spaces.  Link node names with newlines are matched
4130         by help-xref-info-regexp and buttonized, this change ensures they
4131         can be followed successfully with RET.  (Bug#6206)
4133 2010-05-20  Juri Linkov  <juri@jurta.org>
4135         * locate.el (locate): Use pop-to-buffer instead of
4136         switch-to-buffer-other-window.  (Bug#6204)
4138 2010-05-20  Juri Linkov  <juri@jurta.org>
4140         * replace.el (replace-highlight): Fix lazy-highlighting
4141         for `M-s w str M-% str RET'.
4143 2009-12-15  Masatake YAMATO  <yamato@redhat.com>
4145         * isearch.el (isearch-yank-word-or-char): Pull next subword
4146         when `subword-mode' is activated.  (Bug#6220)
4148 2010-05-20  Mark A. Hershberger  <mah@everybody.org>
4150         * isearch.el (isearch-update-post-hook): New hook.
4151         (isearch-update): Use the new hook.  (Bug#6225)
4153 2010-05-20  Juri Linkov  <juri@jurta.org>
4155         * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
4156         [f1], [help], and (char-to-string help-char) instead of "\C-h".
4157         (Bug#6222)
4159 2010-05-20  Juri Linkov  <juri@jurta.org>
4161         * isearch.el (isearch-yank-string): Use isearch-process-search-string.
4162         (Bug#6223)
4164 2010-05-20  Juri Linkov  <juri@jurta.org>
4166         * dired-x.el (dired-jump, dired-jump-other-window): Add arg
4167         FILE-NAME to read from the minibuffer when called interactively
4168         with prefix argument instead of using buffer-file-name.
4169         http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
4171         * dired.el: Update autoloads.
4173 2010-05-20  Chong Yidong  <cyd@stupidchicken.com>
4175         * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
4176         nxml-finish-element, for consistency with SGML mode.
4178         * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
4179         octave-close-block.
4181 2010-05-20  Juanma Barranquero  <lekktu@gmail.com>
4183         * composite.el: Require cl when compiling.
4184         (reference-point-alist, compose-gstring-for-graphic)
4185         (compose-gstring-for-terminal): Fix typos in docstrings.
4187 2010-05-19  Juri Linkov  <juri@jurta.org>
4189         * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
4190         set-window-parameter.
4192 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
4194         * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
4195         where appropriate.
4196         (tramp-maybe-open-connection): Use it.
4198 2010-05-19  Eli Zaretskii  <eliz@gnu.org>
4200         * simple.el (move-end-of-line): Make sure we are at line beginning
4201         before backing up to end of previous line.
4203 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
4205         * password-cache.el (password-cache-remove): Fix docstring.
4207         * net/secrets.el: Autoload the widget functions.
4208         (secrets-search-items, secrets-create-item)
4209         (secrets-get-attributes, secrets-expand-item): Attributes will be
4210         stored on the password database without leading ":", as all other
4211         clients do as well.
4212         (secrets-mode): Fix docstring.
4213         (secrets-show-secrets): Provide it as autoloaded command only when
4214         D-Bus support is available.  Check existence of Secret Service API.
4216 2010-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4218         * indent.el (indent-region): Deactivate region (bug#6200).
4220 2010-05-19  Glenn Morris  <rgm@gnu.org>
4222         * vc-dir.el (vc-dir): Don't pop-up-windows.  (Bug#6204)
4224 2010-05-19  Kenichi Handa  <handa@m17n.org>
4226         * composite.el: Register compose-gstring-for-graphic in
4227         composition-function-table only for combining characters (Mn, Mc, Me).
4229 2010-05-18  Jay Belanger  <jay.p.belanger@gmail.com>
4231         * calc/calc-trail.el (calc-trail-isearch-forward)
4232         (calc-trail-isearch-backward): Ensure that the new window
4233         point is set correctly.
4235 2010-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4237         * subr.el (read-quoted-char): Resolve modifiers after key
4238         remapping (bug#6212).
4240 2010-05-18  Michael Albinus  <michael.albinus@gmx.de>
4242         Add visualization code for secrets.
4243         * net/secrets.el (secrets-mode): New major mode.
4244         (secrets-show-secrets, secrets-show-collections)
4245         (secrets-expand-collection, secrets-expand-item)
4246         (secrets-tree-widget-after-toggle-function)
4247         (secrets-tree-widget-show-password): New defuns.
4249 2010-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4251         * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
4252         (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
4253         handled in smie-next-sexp.
4254         (smie-indent-calculate): Provide a starting indentation (so the
4255         recursion is well-founded ;-).
4257         Fix handling of non-associative equal levels.
4258         * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
4259         when it's not needed.
4260         (smie-op-left, smie-op-right): New functions.
4261         (smie-next-sexp): New function, extracted from smie-backward-sexp.
4262         Better handle equal levels to distinguish the associative case from
4263         the "multi-keyword construct" case.
4264         (smie-backward-sexp, smie-forward-sexp): Use it.
4266 2010-05-18  Juanma Barranquero  <lekktu@gmail.com>
4268         * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
4270         * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
4271         (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
4273 2010-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4275         Provide a simple generic indentation engine and use it for Prolog.
4276         * emacs-lisp/smie.el: New file.
4277         * progmodes/prolog.el (prolog-smie-op-levels)
4278         (prolog-smie-indent-rules): New var.
4279         (prolog-mode-variables): Use them to configure SMIE.
4280         (prolog-indent-line, prolog-indent-level): Remove.
4282 2010-05-17  Jay Belanger  <jay.p.belanger@gmail.com>
4284         * calc/calc-vec.el (math-vector-avg): Put the vector elements in
4285         order before computing the averages.
4287 2010-05-16  Jay Belanger  <jay.p.belanger@gmail.com>
4289         * calc/calc-vec.el (calc-histogram):
4290         (calcFunc-histogram): Allow vectors as inputs.
4291         (math-vector-avg): New function.
4293         * calc/calc-ext.el (math-group-float): Have the number of digits
4294         being grouped depend on the radix (Bug#6189).
4296 2010-05-15  Ken Raeburn  <raeburn@raeburn.org>
4298         * version.el (emacs-copyright, emacs-version): Don't define here,
4299         now that emacs.c defines it.
4301 2010-05-15  Eli Zaretskii  <eliz@gnu.org>
4303         * international/mule-cmds.el (mule-menu-keymap): Fix definition of
4304         "Describe Language Environment" menu item.
4306         * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
4308         Bidi-sensitive movement with arrow keys.
4309         * subr.el (right-arrow-command, left-arrow-command): New functions.
4311         * bindings.el (global-map): Bind them to right and left arrow keys.
4313         Don't override standard definition of convert-standard-filename.
4314         * files.el (convert-standard-filename): Call
4315         w32-convert-standard-filename and dos-convert-standard-filename on
4316         the corresponding systems.
4318         * w32-fns.el (w32-convert-standard-filename): Rename from
4319         convert-standard-filename.  Doc fix.
4321         * dos-fns.el (dos-convert-standard-filename): Doc fix.
4322         (convert-standard-filename): Don't defalias.
4323         (register-name-alist, make-register, register-value)
4324         (set-register-value, intdos): Obsolete aliases for the
4325         corresponding dos-* functions and variables.
4326         (dos-intdos): Add a doc string.
4328 2010-05-15  Jay Belanger  <jay.p.belanger@gmail.com>
4330         * calc/calc-aent.el (math-read-token, math-find-user-tokens):
4331         * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
4332         (math-compose-tex-func):
4333         * calc/calccomp.el (math-compose-expr):
4334         * calc/calc-ext.el (math-format-flat-expr-fancy):
4335         * calc/calc-store.el (calc-read-var-name):
4336         * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
4338         * calc/calc.el (var-π, var-φ, var-γ): New variables.
4339         * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
4340         * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
4341         (math-standard-units): Add units.
4343 2010-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4345         * progmodes/asm-mode.el (asm-mode):
4346         * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
4348         * pcomplete.el (pcomplete-completions-at-point): New function,
4349         extracted from pcomplete-std-complete.
4350         (pcomplete-std-complete): Use it.
4352 2010-05-15  Glenn Morris  <rgm@gnu.org>
4354         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
4355         Remove references to CVS, RCS and Old directories.
4357 2010-05-14  Jay Belanger  <jay.p.belanger@gmail.com>
4359         * calc/calc-bin.el (math-format-twos-complement): Group digits when
4360         appropriate.
4362 2010-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4364         * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
4365         (sh-mode-syntax-table): Give it a default value instead.
4366         (sh-header-marker): Make buffer-local.
4367         (sh-mode): Move make-local-variable to the corresponding setq.
4368         (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
4369         Use complete-with-action.
4371         * simple.el (prog-mode): New (abstract) major mode.
4372         * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
4373         * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
4375 2010-05-14  Juanma Barranquero  <lekktu@gmail.com>
4377         * progmodes/sql.el (sql-oracle-program): Reflow docstring.
4378         (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
4379         (sql-add-product-keywords, sql-highlight-product, sql-set-product)
4380         (sql-make-alternate-buffer-name, sql-placeholders-filter)
4381         (sql-escape-newlines-filter, sql-input-sender)
4382         (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
4384 2010-05-13  Chong Yidong  <cyd@stupidchicken.com>
4386         Add TeX open-block and close-block keybindings to SGML, and vice versa.
4388         * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
4389         latex-open-block and C-c / to latex-close-block.
4391         * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
4392         and C-c C-e to sgml-close-tag.
4394 2010-05-13  Michael Albinus  <michael.albinus@gmx.de>
4396         * net/tramp.el (with-progress-reporter): Create reporter object
4397         only when the message would be displayed.  Handle nested calls.
4398         (tramp-handle-load, tramp-handle-file-local-copy)
4399         (tramp-handle-insert-file-contents, tramp-handle-write-region)
4400         (tramp-maybe-send-script, tramp-find-shell):
4401         Use `with-progress-reporter'.
4402         (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
4403         Fix message text.
4405         * net/tramp-smb.el (tramp-smb-handle-copy-file)
4406         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
4407         (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
4408         Use `with-progress-reporter'.
4410 2010-05-13  Agustín Martín  <agustin.martin@hispalinux.es>
4412         * textmodes/ispell.el (ispell-init-process): Do not kill ispell
4413         process everytime when spellchecking from the minibuffer (bug#6143).
4415 2010-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4417         * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
4419         * dos-fns.el: Add "dos-" prefix for namespace control.
4420         (convert-standard-filename): Define as alias for
4421         dos-convert-standard-filename but only if applicable.
4423 2010-05-12  Alan Mackenzie  <acm@muc.de>
4425         * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
4426         Push the mark at the start of these functions when appropriate.
4428 2010-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4430         * minibuffer.el (completion-cycle-threshold): New custom var.
4431         (completion--do-completion): Use it.
4432         (minibuffer-complete): Use cycling if appropriate.
4434 2010-05-11  Juanma Barranquero  <lekktu@gmail.com>
4436         * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
4437         buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
4439 2010-05-11  Juri Linkov  <juri@jurta.org>
4441         * scroll-all.el (scroll-all-check-to-scroll):
4442         Add `scroll-up-command' and `scroll-down-command' (bug#6164).
4444 2010-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4446         * iimage.el (iimage-mode-map): Move initialization into declaration.
4447         (iimage-mode-buffer): Use with-silent-modifications.
4448         Simplify calling convention.  Adjust callers.
4449         (iimage-mode): Don't run hook redundantly.
4451         * minibuffer.el (completion-pcm--pattern->regex):
4452         Fix last change (bug#6160).
4454 2010-05-10  Juri Linkov  <juri@jurta.org>
4456         Remove nodes visited during Isearch from the Info history.
4457         * info.el (Info-isearch-initial-history)
4458         (Info-isearch-initial-history-list): New variables.
4459         (Info-isearch-start): Record initial values of
4460         Info-isearch-initial-history and Info-isearch-initial-history-list.
4461         Add Info-isearch-end to isearch-mode-end-hook.
4462         (Info-isearch-end): New function.
4464 2010-05-10  Michael Albinus  <michael.albinus@gmx.de>
4466         * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
4467         format string, in order to work around a bug in pdksh.
4468         Reported by Gilles Pion <gpion@lfdj.com>.
4469         (tramp-handle-verify-visited-file-modtime): Do not send a command
4470         when the connection is not established.
4471         (tramp-handle-set-file-times): Simplify the check for utc.
4473 2010-05-10  Juanma Barranquero  <lekktu@gmail.com>
4475         Fix use of `filter-buffer-substring' (rework previous change).
4476         * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
4477         (cua-repeat-replace-region):
4478         * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
4479         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
4480         (cua-cut-region-to-global-mark): Use it.
4482 2010-05-09  Michael R. Mauger  <mmaug@yahoo.com>
4484         * progmodes/sql.el: Version 2.1.
4485         (sql-product-alist): Redesign structure of product info.
4486         (sql-product, sql-user, sql-server, sql-database): Safe variables.
4487         (sql-port, sql-port-history): New variables.
4488         (sql-interactive-product): New variable.
4489         (sql-send-terminator): New variable.
4490         (sql-imenu-generic-expression): Add "Types" imenu entry.
4491         (sql-oracle-login-params, sql-sqlite-login-params)
4492         (sql-mysql-login-params, sql-solid-login-params)
4493         (sql-sybase-login-params, sql-informix-login-params)
4494         (sql-ingres-login-params, sql-ms-login-params)
4495         (sql-postgres-login-params, sql-interbase-login-params)
4496         (sql-db2-login-params, sql-linter-login-params)
4497         (sql-oracle-scan-on): New variables.
4498         (sql-mode-map): Add C-c C-i to start interactive mode.
4499         (sql-mode-menu): Update existing menu entries.
4500         (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
4501         (sql-mode-oracle-font-lock-keywords)
4502         (sql-mode-postgres-font-lock-keywords)
4503         (sql-mode-ms-font-lock-keywords)
4504         (sql-mode-sybase-font-lock-keywords)
4505         (sql-mode-informix-font-lock-keywords)
4506         (sql-mode-interbase-font-lock-keywords)
4507         (sql-mode-ingres-font-lock-keywords)
4508         (sql-mode-solid-font-lock-keywords)
4509         (sql-mode-mysql-font-lock-keywords)
4510         (sql-mode-sqlite-font-lock-keywords)
4511         (sql-mode-db2-font-lock-keywords)
4512         (sql-mode-linter-font-lock-keywords): Update initialization to
4513         reduce run-time complexity.
4514         (sql-add-product, sql-del-product): New functions.
4515         (sql-set-product-feature, sql-get-product-feature): New functions.
4516         (sql-product-font-lock): Update product API.
4517         (sql-add-product-keywords): New function.
4518         (sql-highlight-product): Update product API.
4519         (sql-help-list-products): New function.
4520         (sql-help): Dynamically lists free and non-free products.
4521         (sql-get-login): Correct bug in handling history and added
4522         prompt for port.
4523         (sql-copy-column): Copy without properties.
4524         (sqli-input-sender): Apply filters to SQLi input.
4525         (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
4526         Implement as a filter.
4527         (sql-escape-newlines-filter): Implement as a filter.
4528         (sql-remove-tabs-filter): New function.
4529         (sql-send-magic-terminator): New function.
4530         (sql-send-string): Implement magic terminator.
4531         (sql-send-region): Use `sql-send-string'.
4532         (sql-interactive-mode): Use product API.
4533         (sql-product-interactive): Use product API.
4534         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
4535         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
4536         (sql-db2, sql-linter): Use `sql-product-interactive'.
4537         (sql-connect): New function.
4538         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
4539         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
4540         (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
4541         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
4542         Use `sql-connect'.
4544 2010-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4546         * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
4547         New custom variable.
4548         (completion-pcm--string->pattern): Use it.
4549         (completion-pcm--pattern->regex, completion-pcm--pattern->string):
4550         Make it handle any symbol as `any'.
4551         (completion-pcm--merge-completions): Extract common suffix for the new
4552         `prefix' symbol as well.
4553         (completion-substring--all-completions): Use the new `prefix' symbol.
4555 2010-05-09  Michael Albinus  <michael.albinus@gmx.de>
4557         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
4558         not bound.
4559         (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
4560         (tramp-compat-funcall): New defmacro.
4561         (tramp-compat-line-beginning-position)
4562         (tramp-compat-line-end-position)
4563         (tramp-compat-temporary-file-directory)
4564         (tramp-compat-make-temp-file, tramp-compat-file-attributes)
4565         (tramp-compat-copy-file, tramp-compat-copy-directory)
4566         (tramp-compat-delete-file, tramp-compat-delete-directory)
4567         (tramp-compat-number-sequence, tramp-compat-process-running-p)
4568         * net/tramp.el (top, with-progress-reporter)
4569         (tramp-rfn-eshadow-setup-minibuffer)
4570         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
4571         (tramp-handle-dired-compress-file, tramp-handle-shell-command)
4572         (tramp-completion-mode-p, tramp-check-for-regexp)
4573         (tramp-open-connection-setup-interactive-shell)
4574         (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
4575         (tramp-time-diff, tramp-coding-system-change-eol-conversion)
4576         (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
4577         * net/tramp-cmds.el (tramp-cleanup-all-connections)
4578         (tramp-reporter-dump-variable, tramp-load-report-modules)
4579         (tramp-append-tramp-buffers)
4580         * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
4582         * net/tramp-imap.el (top): Autoload `epg-make-context'.
4584 2010-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4586         * progmodes/compile.el (compilation-buffer-modtime): Rename from
4587         buffer-modtime.  Adjust users.
4589 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
4591         * international/mule.el (auto-coding-alist): Only purecopy
4592         car of each item, not the whole list (Bug#6083).
4594 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
4596         * progmodes/js.el (js-mode): Make paragraph variables local before
4597         calling c-setup-paragraph-variables (Bug#6071).
4599 2010-05-08  Eli Zaretskii  <eliz@gnu.org>
4601         * composite.el (compose-region, reference-point-alist): Fix typos
4602         in the doc strings.
4604 2010-05-08  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
4606         * calc/calc-graph.el (calc-graph-plot): Use the proper form for
4607         gnuplot's "set" command.
4609 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
4611         * abbrev.el (last-abbrev-text): Doc fix.
4612         (abbrev-prefix-mark): Don't escape parenthesis.
4614 2010-05-08  Andreas Schwab  <schwab@linux-m68k.org>
4616         * composite.el (find-composition): Doc fix.
4618 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
4620         * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
4621         (sql-oracle-program, sql-sqlite-options)
4622         (sql-query-placeholders-and-send): Doc fixes.
4623         (sql-set-product, sql-interactive-mode): Reflow docstrings.
4624         (sql-imenu-generic-expression, sql-buffer)
4625         (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
4626         (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
4627         (sql-mode-sybase-font-lock-keywords)
4628         (sql-mode-informix-font-lock-keywords)
4629         (sql-mode-interbase-font-lock-keywords)
4630         (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
4631         (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
4632         (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
4633         (sql-product-feature, sql-highlight-product)
4634         (comint-line-beginning-position, sql-rename-buffer)
4635         (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
4636         (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
4637         (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
4638         Fix typos in docstrings.
4640 2010-05-08  Juri Linkov  <juri@jurta.org>
4642         * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
4643         property instead of `invisible' and `after-string' (bug#5998).
4645 2010-05-08  Juri Linkov  <juri@jurta.org>
4647         * image-mode.el (image-mode-as-text): Fix typo in docstring.
4649 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
4651         * filecache.el (file-cache-add-directory-list)
4652         (file-cache-add-directory-recursively): Fix typos in docstrings.
4654 2010-05-08  Kenichi Handa  <handa@m17n.org>
4656         * language/indian.el (gurmukhi-composable-pattern): Fix typo.
4657         (gujarati-composable-pattern): Fix typo.
4659 2010-05-08  Kenichi Handa  <handa@m17n.org>
4661         * language/indian.el (oriya-composable-pattern)
4662         (tamil-composable-pattern, malayalam-composable-pattern):
4663         Add two-part vowels to "v" (vowel sign).
4665 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
4667         * files.el (copy-directory): Handle symlinks (Bug#5982).
4669 2010-05-08  Dan Nicolaescu  <dann@ics.uci.edu>
4671         * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
4672         (vc-hg-working-revision): Likewise.  Use hg parents, not hg parent
4673         (Bug#5846).
4675 2010-05-08  Glenn Morris  <rgm@gnu.org>
4677         * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
4679         * minibuffer.el (completion-at-point): Doc fix.
4681 2010-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4683         * electric.el (Electric-command-loop): Minor tweak.
4685         * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
4686         better with dedicated windows.
4688 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
4690         * Version 23.2 released.
4692 2010-05-07  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
4693             Stefan Monnier  <monnier@iro.umontreal.ca>
4695         Highlight vendor specific properties.
4696         * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
4697         (css-proprietary-property): New face.
4698         (css-font-lock-keywords): Use them.
4700 2010-05-07  Eli Zaretskii  <eliz@gnu.org>
4702         * cus-start.el (all): Add native condition for tool-bar-* symbols.
4704 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4706         * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
4707         * files.el (auto-mode-alist): Remove redundant entries.
4709         * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
4710         * simple.el (auto-save-mode): Move from files.el.
4711         * minibuffer.el (completion--common-suffix): Fix copy&paste error.
4713 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
4715         * lisp/epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
4717 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4719         * mail/binhex.el (binhex-decode-region-internal)
4720         * mail/uudecode.el (uudecode-decode-region-internal)
4721         * net/dns.el (dns-read-string-name, dns-write, dns-read)
4722         (dns-read-type, dns-query)
4723         * pgg-parse.el (pgg-parse-armor)
4724         * pgg.el (pgg-verify-region)
4725         * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
4726         XEmacs.
4728         * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
4730 2010-05-07  Juanma Barranquero  <lekktu@gmail.com>
4732         * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
4734         Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
4735         * emulation/cua-base.el (cua-repeat-replace-region):
4736         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
4737         (cua-cut-region-to-global-mark):
4738         Remove text properties with `set-text-properties'.
4740 2010-05-06  Michael Albinus  <michael.albinus@gmx.de>
4742         * net/tramp.el (top, with-progress-reporter):
4743         Use `symbol-function' inside `funcall'.
4745         * net/tramp-compat.el (tramp-compat-file-attributes)
4746         (tramp-compat-delete-file, tramp-compat-delete-directory):
4747         Handle only `wrong-number-of-arguments' error.
4749         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
4750         (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
4751         inside `funcall'.
4753 2010-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4755         * minibuffer.el (completion--sreverse, completion--common-suffix):
4756         New functions.
4757         (completion-pcm--merge-completions): Extract common suffix when safe.
4759         * emacs-lisp/easy-mmode.el (define-minor-mode):
4760         Make :variable more flexible.
4761         * files.el (auto-save-mode): Use it to define using define-minor-mode.
4763 2010-05-05  Juri Linkov  <juri@jurta.org>
4765         Add `slow' and `history' tags to the desktop data.
4767         * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
4768         (Info-virtual-files) [*Apropos*]: Add `slow' tag.
4769         (Info-finder-find-node): Require `finder.el' to be able
4770         to restore node from the desktop.
4771         (Info-desktop-buffer-misc-data): Save all nodes.  Save additional
4772         data `Info-history' and `slow' tag in the assoc list.
4773         (Info-restore-desktop-buffer): Don't restore nodes with the
4774         `slow' tag.  Restore `Info-history'.
4776 2010-05-05  Michael Albinus  <michael.albinus@gmx.de>
4778         Add FORCE argument to `delete-file'.
4780         * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
4781         forcing to delete the temporary file.
4782         (ange-ftp-delete-file): Add FORCE arg.
4783         (ange-ftp-rename-remote-to-remote)
4784         (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
4785         (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
4786         Force file deletion.
4788         * net/tramp-compat.el (tramp-compat-delete-file): New defun.
4790         * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
4791         (tramp-handle-make-symbolic-link, tramp-handle-load)
4792         (tramp-do-copy-or-rename-file-via-buffer)
4793         (tramp-do-copy-or-rename-file-directly)
4794         (tramp-do-copy-or-rename-file-out-of-band)
4795         (tramp-handle-process-file, tramp-handle-call-process-region)
4796         (tramp-handle-shell-command, tramp-handle-file-local-copy)
4797         (tramp-handle-insert-file-contents, tramp-handle-write-region)
4798         (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
4800         * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
4801         (tramp-fish-handle-make-symbolic-link)
4802         (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
4804         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
4805         Use `tramp-compat-delete-file'.
4807         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
4808         (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
4810         * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
4811         (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
4813         * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
4814         (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
4815         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region): Use
4816         `tramp-compat-delete-file'.
4818 2010-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4820         Minor cleanups.
4821         * subr.el (add-minor-mode): Use push.
4822         * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
4823         * emulation/edt.el (edt-select-mode): Simplify.
4825         Use define-minor-mode in more cases.
4826         * term/tvi970.el (tvi970-set-keypad-mode):
4827         * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
4828         (normal-erase-is-backspace-mode):
4829         * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
4830         (set-scroll-bar-mode-1): (Re)move to its sole caller.
4831         (get-scroll-bar-mode): New function.
4832         * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
4834         Use define-minor-mode for less obvious cases.
4835         * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
4836         * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
4837         * international/iso-ascii.el (iso-ascii-mode):
4838         * frame.el (auto-raise-mode, auto-lower-mode):
4839         * composite.el (global-auto-composition-mode): Use define-minor-mode.
4841 2010-05-04  Michael Albinus  <michael.albinus@gmx.de>
4843         * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
4844         in order to see error messages for failed logins.
4846 2010-05-03  Chong Yidong  <cyd@stupidchicken.com>
4848         * diff.el (diff-sentinel):
4850         * epg.el (epg--make-temp-file, epg-decrypt-string)
4851         (epg-verify-string, epg-sign-string, epg-encrypt-string):
4853         * jka-compr.el (jka-compr-partial-uncompress)
4854         (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
4856         * server.el (server-sentinel): Use delete-file's new FORCE arg
4857         (Bug#6070).
4859 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4861         Use define-minor-mode where applicable.
4862         * view.el (view-mode):
4863         * type-break.el (type-break-query-mode)
4864         (type-break-mode-line-message-mode):
4865         * textmodes/reftex.el (reftex-mode):
4866         * term/vt100.el (vt100-wide-mode):
4867         * tar-mode.el (tar-subfile-mode):
4868         * savehist.el (savehist-mode):
4869         * ibuf-ext.el (ibuffer-auto-mode):
4870         * composite.el (auto-composition-mode):
4871         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
4872         Use define-minor-mode.
4873         (vhdl-mode): Use static mode-line format.
4874         (vhdl-mode-line-update): Delete.
4875         (vhdl-create-mode-menu, vhdl-activate-customizations)
4876         (vhdl-hs-minor-mode): Don't bother calling it.
4878 2010-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4880         * simple.el (with-wrapper-hook): Move.
4881         (buffer-substring-filters): Mark obsolete.
4882         (filter-buffer-substring-functions): New variable.
4883         (filter-buffer-substring): Use it.  Remove unused arg `noprops'.
4885         Use a mode-line spec rather than a static string in Semantic.
4886         * cedet/semantic/util-modes.el:
4887         (semantic-minor-modes-format): New var to replace...
4888         (semantic-minor-modes-status): Remove.
4889         (semantic-mode-line-update): Construct a mode-line spec rather than
4890         a static string so that mouse buttons can be used on individual minor
4891         modes and so that semantic-mode-line-update only needs to be called
4892         when global settings are changed.
4893         (semantic-add-minor-mode, semantic-toggle-minor-mode-globally):
4894         Call semantic-mode-line-update.
4895         (semantic-toggle-minor-mode-globally): Don't assume mode is on
4896         minor-mode-alist, check semantic-minor-mode-alist as well.
4897         (semantic-stickyfunc-mode, semantic-show-parser-state-auto-marker)
4898         (semantic-show-parser-state-marker, semantic-show-parser-state-mode)
4899         (semantic-show-unmatched-syntax-mode, semantic-highlight-edits-mode):
4900         * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
4901         * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
4902         (define-semantic-idle-service, semantic-idle-summary-mode):
4903         * cedet/semantic/decorate/mode.el (semantic-decoration-mode):
4904         Don't call semantic-mode-line-update any more.
4906 2010-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4908         Use define-minor-mode in CEDET where applicable.
4910         * cedet/srecode/mode.el (srecode-minor-mode,global-srecode-minor-mode):
4911         Use define-minor-mode.
4913         * cedet/semantic/util-modes.el (semantic-add-minor-mode):
4914         Remove unused arg `keymap' and code redundant with define-minor-mode.
4915         (semantic-toggle-minor-mode-globally): Only handle arg -1 and 1.
4916         (semantic-stickyfunc-mode, global-semantic-show-unmatched-syntax-mode)
4917         (semantic-highlight-func-mode, global-semantic-show-parser-state-mode)
4918         (global-semantic-highlight-edits-mode, semantic-highlight-edits-mode)
4919         (semantic-show-unmatched-syntax-mode, semantic-show-parser-state-mode)
4920         (global-semantic-stickyfunc-mode, global-semantic-highlight-func-mode):
4921         Use define-minor-mode.
4922         (semantic-stickyfunc-mode-setup, semantic-highlight-edits-mode-setup)
4923         (semantic-show-unmatched-syntax-mode-setup)
4924         (semantic-show-parser-state-mode-setup)
4925         (semantic-highlight-func-mode-setup): Inline into sole caller.
4927         * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
4928         (semantic-mru-bookmark-mode): Use define-minor-mode.
4929         (semantic-mru-bookmark-mode-setup): Inline into sole caller.
4931         * cedet/semantic/idle.el (define-semantic-idle-service):
4932         Use define-minor-mode and inline setup function into its sole caller.
4933         (semantic-idle-scheduler-mode-setup)
4934         (semantic-idle-summary-mode-setup): Inline into sole caller.
4935         (global-semantic-idle-scheduler-mode, semantic-idle-scheduler-mode):
4936         Use define-minor-mode.
4938         * cedet/semantic/decorate/mode.el (global-semantic-decoration-mode)
4939         (semantic-decoration-mode): Use define-minor-mode.
4940         (semantic-decoration-mode-setup): Inline into sole caller.
4942         * cedet/ede/dired.el (ede-dired-minor-mode): Initialize in declaration.
4943         (ede-dired-minor-mode): Use define-minor-mode and derived-mode-p.
4944         (ede-dired-add-to-target): Use dolist.
4946 2010-05-01  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
4947             Michael Albinus  <michael.albinus@gmx.de>
4949         Implement compression for inline methods.
4951         * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
4952         (tramp-copy-size-limit): Allow also nil.
4953         (tramp-inline-compress-commands): New defconst.
4954         (tramp-find-inline-compress, tramp-get-inline-compress)
4955         (tramp-get-inline-coding): New defuns.
4956         (tramp-get-remote-coding, tramp-get-local-coding): Remove,
4957         replaced by `tramp-get-inline-coding'.
4958         (tramp-handle-file-local-copy, tramp-handle-write-region)
4959         (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
4961 2010-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4963         * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
4964         Remove unused functions.
4966         * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
4967         Set find-tag-default-function as a variable rather than a property.
4969         * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
4970         * progmodes/etags.el (tags-completion-at-point-function):
4971         Remove left over interactive spec.  Add autoloading stub.
4972         (complete-tag): Use tags-completion-at-point-function.
4974 2010-04-30  Chong Yidong  <cyd@stupidchicken.com>
4976         * minibuffer.el (tags-completion-at-point-function): Fix return value.
4978 2010-04-29  Chong Yidong  <cyd@stupidchicken.com>
4980         * ido.el (ido-init-completion-maps): Remove C-v binding.
4981         (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
4983 2010-04-29  Chong Yidong  <cyd@stupidchicken.com>
4985         * minibuffer.el (tags-completion-at-point-function): New function.
4986         (completion-at-point-functions): Use it.
4988         * cedet/semantic.el (semantic-completion-at-point-function):
4989         New function.
4990         (semantic-mode): Use semantic-completion-at-point-function for
4991         completion-at-point-functions instead.
4993         * progmodes/etags.el (complete-tag): Revert last change.
4995 2010-04-29  Alan Mackenzie  <acm@muc.de>
4997         * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
4998         off-by-one error (in end of macro position).
5000 2010-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5002         * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
5003         firefox is absent.  Don't autoload.
5004         (browse-url-galeon-program): Don't autoload.
5006 2010-04-28  Chong Yidong  <cyd@stupidchicken.com>
5008         * bindings.el (complete-symbol): Move into minibuffer.el.
5010         * minibuffer.el (complete-tag): Move from etags.el.  If tags
5011         completion cannot be performed, return nil instead of signalling
5012         an error.
5013         (completion-at-point): Make it an alias for complete-symbol.
5014         (complete-symbol): Move from bindings.el, and replace with the
5015         body of completion-at-point.
5017         * progmodes/etags.el (complete-tag): Move to minibuffer.el.
5019         * cedet/semantic.el (semantic-mode): When enabled, add
5020         semantic-ia-complete-symbol to completion-at-point-functions.
5022         * cedet/semantic/ia.el (semantic-ia-complete-symbol): Return nil
5023         if Semantic is not active.
5025 2010-04-28  Michael Albinus  <michael.albinus@gmx.de>
5027         * net/tramp.el (tramp-remote-selinux-p): New defun.
5028         (tramp-handle-file-selinux-context)
5029         (tramp-handle-set-file-selinux-context): Use it.
5031 2010-04-28  Sam Steingold  <sds@gnu.org>
5033         * progmodes/bug-reference.el (bug-reference-url-format): Mark as
5034         `safe-local-variable' if the value is a string or a symbol with
5035         the property `bug-reference-url-format'.
5037 2010-04-28  Chong Yidong  <cyd@stupidchicken.com>
5039         * progmodes/bug-reference.el (bug-reference-url-format):
5040         Revert 2010-04-27 change due to security risk.
5042 2010-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5044         Make it possible to locally disable a globally enabled mode.
5045         * simple.el (fundamental-mode): Run fundamental-mode-hook.
5046         * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
5047         rather than kill-all-local-variables so it runs fundamental-mode-hook.
5048         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5049         Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
5050         that subsequent hooks get a chance to disable it.
5052 2010-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5054         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5055         Avoid re-enabling a minor mode after the user turned the minor mode
5056         off if MODE-enable-in-buffers is run twice (typically once from
5057         fundamental-mode's after-change-major-mode-hook and a second time from
5058         run-mode-hook's own after-change-major-mode-hook).
5060         * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
5062 2010-04-27  Sam Steingold  <sds@gnu.org>
5064         * progmodes/bug-reference.el (bug-reference-url-format): Mark as
5065         `safe-local-variable' if the value is a string or a function, as
5066         documented and implemented on 2010-04-02.
5068 2010-04-27  Juanma Barranquero  <lekktu@gmail.com>
5070         * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
5071         when method is 'kill.
5073 2010-04-27  Agustín Martín  <agustin.martin@hispalinux.es>
5075         * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
5076         condition in default directory check.
5077         (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
5078         Kill ispell process when killing its associated buffer.
5080 2010-04-27  Jan Djärv  <jan.h.d@swipnet.se>
5082         * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
5083         but we aren't using it.
5085 2010-04-25  Jan Djärv  <jan.h.d@swipnet.se>
5087         * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
5088         checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
5090 2010-04-24  Glenn Morris  <rgm@gnu.org>
5092         * emacs-lisp/authors.el (authors-obsolete-files-regexps):
5093         Ignore VCS-ignore files, and deleted nextstep preferences files.
5094         (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
5095         (authors-ambiguous-files): New list.
5096         (authors-valid-file-names): Add some deleted files.
5097         (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
5098         (authors-disambiguate-file-name): New function.  (Bug#5501)
5099         (authors-canonical-file-name): Doc fix.
5100         Don't warn about obsolete files.
5101         (authors-canonical-file-name, authors-scan-el):
5102         Use authors-disambiguate-file-name.
5104         * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
5105         Add autoload cookies.
5106         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
5107         (generated-autoload-file): Set file-local value to "htmlfontify.el".
5108         * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
5109         They have definitions / compiler macros in cl.el.
5110         (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
5111         Replace manual autoloads with generated ones.
5112         (htmlfontify-unload-rgb-file): Remove autoload.
5113         * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
5115 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5117         * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
5118         (byte-compile-setq-default): Optimize for the
5119         single-var case and don't call byte-compile-form in this case to avoid
5120         inf-loop with byte-compile-set-default.
5122         * progmodes/compile.el (compilation-start): Abbreviate default directory.
5124 2010-04-23  Michael Albinus  <michael.albinus@gmx.de>
5126         Implement SELINUX backends.
5128         * net/tramp.el (tramp-file-name-handler-alist):
5129         Add `file-selinux-context' and `set-file-selinux-context'.
5130         (tramp-handle-file-selinux-context)
5131         (tramp-handle-set-file-selinux-context): New defuns.
5132         (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
5133         Handle PRESERVE-SELINUX-CONTEXT.
5135         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
5136         Add `file-selinux-context' and `set-file-selinux-context'.
5137         (tramp-gvfs-handle-file-selinux-context)
5138         (tramp-gvfs-handle-set-file-selinux-context): New defuns.
5139         (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
5141         * net/ange-ftp.el (ange-ftp-copy-file):
5142         * net/tramp-fish.el (tramp-fish-handle-copy-file):
5143         * net/tramp-imap.el (tramp-imap-handle-copy-file):
5144         * net/tramp-smb.el (tramp-smb-handle-copy-file):
5145         Add PRESERVE-SELINUX-CONTEXT.
5147 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
5149         Synchronize with Tramp repository.
5151         * net/tramp.el (with-connection-property, tramp-completion-mode-p)
5152         (tramp-action-process-alive, tramp-action-out-of-band)
5153         (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
5154         (tramp-exists-file-name-handler): Fix docstring.
5155         (with-progress-reporter): New defmacro.
5156         (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
5157         (tramp-maybe-open-connection): Use it.
5159 2010-04-22  Noah Lavine  <noah549@gmail.com>  (tiny change)
5161         Detect ssh 'ControlMaster' argument automatically in some cases.
5163         * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
5164         (tramp-default-method): Use it.
5166 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
5168         * net/tramp.el (tramp-handle-copy-file): Add new optional
5169         parameter `preserve-selinux-context'.
5170         (tramp-file-name-for-operation): Add `set-file-selinux-context'.
5172 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
5174         * net/tramp.el (tramp-completion-handle-file-name-all-completions):
5175         Ensure, that non remote files are still checked.  Oops.
5177 2010-04-21  Michael Albinus  <michael.albinus@gmx.de>
5179         Fix Bug#5840.
5181         * icomplete.el (icomplete-completions): Use `non-essential'.
5183         * net/tramp.el (tramp-connectable-p): New defun.
5184         (tramp-handle-expand-file-name)
5185         (tramp-completion-handle-file-name-all-completions)
5186         (tramp-completion-handle-file-name-completion): Use it.
5188 2010-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5190         * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
5192 2010-04-21  Jan Djärv  <jan.h.d@swipnet.se>
5194         * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
5196         * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
5198         * loadup.el: Load dynamic-setting.el if feature dynamic-setting
5199         is present.
5201         * info.el (info-tool-bar-map): Add labels.
5203         * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
5205         * cus-edit.el (custom-commands): Add labels for tool bar.
5206         (custom-buffer-create-internal, Custom-mode): Adjust for
5207         labels in custom-commands.
5209         * dynamic-setting.el: Renamed from font-setting.el.
5211 2010-04-21  John Wiegley  <jwiegley@gmail.com>
5213         * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
5214         toggles the use of virtual buffers.
5215         (ido-buffer-internal): Guard `ido-use-virtual-buffers' global value.
5216         (ido-toggle-virtual-buffers): New function.
5218 2010-04-21  Juanma Barranquero  <lekktu@gmail.com>
5220         Use `define-derived-mode'; fix window selection; doc fixes.
5221         * play/tetris.el (tetris, tetris-update-speed-function)
5222         (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
5223         (tetris-move-left, tetris-move-right, tetris-rotate-prev)
5224         (tetris-rotate-next, tetris-end-game, tetris-start-game)
5225         (tetris-pause-game): Fix typos in docstrings.
5226         (tetris-mode-map, tetris-null-map):
5227         Move initialization into declaration.
5228         (tetris-mode): Define with `define-derived-mode';
5229         set show-trailing-whitespace to nil.
5230         (tetris): Prefer window already displaying the "*Tetris*" buffer.
5232 2010-04-21  Karel Klíč  <kklic@redhat.com>
5234         * files.el (backup-buffer): Handle SELinux context, and return it
5235         if a backup was made by renaming.
5236         (backup-buffer-copy): Set SELinux context to the target file.
5237         (basic-save-buffer): Set SELinux context of the newly written file.
5238         (basic-save-buffer-1): Now it also returns any SELinux context.
5239         (basic-save-buffer-2): Set SELinux context of the newly created file,
5240         and return it.
5241         * net/tramp.el (tramp-file-name-for-operation):
5242         Add file-selinux-context.
5244 2010-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5246         Make the log-edit comments use RFC822 format throughout.
5248         * vc.el (vc-checkin, vc-modify-change-comment):
5249         Adjust to new vc-start/finish-logentry.
5250         (vc-find-conflicted-file): New command.
5251         (vc-transfer-file): Adjust to new vc-checkin.
5252         (vc-next-action): Improve scoping.
5254         * vc-hg.el (vc-hg-log-edit-mode): Remove.
5255         (vc-hg-checkin): Remove extra arg.  Use log-edit-extract-headers.
5257         * vc-git.el (vc-git-log-edit-mode): Remove.
5258         (vc-git-checkin): Remove extra arg.  Use log-edit-extract-headers.
5259         (vc-git-commits-coding-system): Rename from git-commits-coding-system.
5261         * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
5262         (vc-start-logentry): Remove argument `extra'.
5263         (vc-finish-logentry): Remove extra args.
5265         * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
5266         (vc-bzr-checkin): Remove extra arg.  Use log-edit-extract-headers.
5267         (vc-bzr-conflicted-files): New function.
5269         * log-edit.el (log-edit-extra-flags)
5270         (log-edit-before-checkin-process): Remove.
5271         (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
5272         (log-edit-headers-alist): New var.
5273         (log-edit-header-contents-regexp): New const.
5274         (log-edit-match-to-eoh): New function.
5275         (log-edit-font-lock-keywords): Use them.
5276         (log-edit): Insert a "Summary:" header as default.
5277         (log-edit-mode): Mark font-lock rules as case-insensitive.
5278         (log-edit-done): Cleanup headers.
5279         (log-view-process-buffer): Remove.
5280         (log-edit-extract-headers): New function to replace it.
5282 2010-04-20  Juanma Barranquero  <lekktu@gmail.com>
5284         * subr.el (default-direction-reversed): Remove obsolescence info.
5286 2010-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5288         * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
5289         windows/frames.
5291         * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
5292         I.e. include text after point in the completion region.
5293         Also, return nil when we're not after/in a symbol.
5295         * international/mule-cmds.el (view-hello-file): Don't fiddle with the
5296         default enable-multibyte-characters.
5298 2010-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5300         * international/mule.el: Help the user choose a valid coding-system.
5301         (read-buffer-file-coding-system): New function.
5302         (set-buffer-file-coding-system): Use it.  Prompt the user if the
5303         coding-system cannot encode all the chars.
5305         * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
5306         (vc-bzr-shelve-show, vc-bzr-shelve-apply)
5307         (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
5308         Don't use *vc-bzr-shelve*.
5310 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
5312         * cedet/ede/pmake.el (ede-proj-makefile-insert-variables):
5313         Don't destroy list before using it.
5315 2010-04-19  Dan Nicolaescu  <dann@ics.uci.edu>
5317         Fix the version number for added files.
5318         * vc-hg.el (vc-hg-working-revision): Check if the file is
5319         registered after hg parent fails (Bug#5961).
5321 2010-04-19  Glenn Morris  <rgm@gnu.org>
5323         * htmlfontify.el (htmlfontify-buffer)
5324         (htmlfontify-copy-and-link-dir): Autoload entry points.
5326 2010-04-19  Magnus Henoch  <magnus.henoch@gmail.com>
5328         * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
5329         name relative to the project root (Bug#5960).
5331 2010-04-19  Glenn Morris  <rgm@gnu.org>
5333         * vc-git.el (vc-git-print-log): Doc fix.
5335 2010-04-19  Óscar Fuentes  <ofv@wanadoo.es>
5337         * ido.el (ido-file-internal): Fix 2009-12-02 change.
5339 2010-04-19  Christoph  <cschol2112@googlemail.com>  (tiny change)
5341         * progmodes/grep.el (grep-compute-defaults): Fix handling of host
5342         default settings (Bug#5928).
5344 2010-04-19  Glenn Morris  <rgm@gnu.org>
5346         * progmodes/fortran.el (fortran-match-and-skip-declaration):
5347         New function.
5348         (fortran-font-lock-keywords-3): Use it.  (Bug#1385)
5350 2010-04-19  Kenichi Handa  <handa@m17n.org>
5352         * language/indian.el (malayalam-composable-pattern): Fix previous
5353         change (add U+0D4D "SIGN VIRAMA").
5354         (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
5355         (tamil-composable-pattern): Fix typo in the regexp.
5356         (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
5357         (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
5358         (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
5360 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
5362         * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
5363         paragraph-separate (Bug#5821).
5365 2010-04-19  Juri Linkov  <juri@jurta.org>
5367         Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
5369         * info.el (Info-find-node-2): Comment out code that skips
5370         breadcrumbs line.
5371         (Info-mouse-follow-link): New command.
5372         (Info-link-keymap): New keymap.
5373         (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
5374         Return a string with links instead of inserting breadcrumbs
5375         to the Info buffer.
5376         (Info-fontify-node): Comment out code that inserts breadcrumbs.
5377         Instead of putting the `invisible' text property over the Info
5378         header, make an overlay over the Info header with the `invisible'
5379         property and `after-string' set to the string returned by
5380         `Info-breadcrumbs'.
5382 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
5384         * help.el (help-window-setup-finish): Doc fix (Bug#5830).
5385         Reported by monkey@sandpframing.com.
5387 2010-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5389         * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
5390         (tmm-get-keymap): Add key-binding shortcuts now that they're not
5391         available in the "keyseq cache" any more.
5393         * custom.el (defcustom): Add edebug spec.
5395 2010-04-18  Juri Linkov  <juri@jurta.org>
5397         Test for special mode-class in view-buffer instead of view-file (bug#5513).
5399         * view.el (view-file, view-buffer): Move test for special mode-class
5400         from view-file to view-buffer.
5402         * tar-mode.el (tar-extract): Turn if's into one cond
5403         like in arc-mode.el.
5405 2010-04-18  Juri Linkov  <juri@jurta.org>
5407         Add 7z archive format support (bug#5475).
5409         * arc-mode.el (archive-zip-extract): Try to find 7z executable.
5410         (archive-7z-extract): New defcustom.
5411         (archive-find-type): Add magic string for 7z.
5412         (archive-extract-by-stdout): Add new optional arg `stderr-file'.
5413         If `stderr-file' is non-nil, use `(t stderr-file)' for the
5414         `buffer' arg of `call-process'.
5415         (archive-zip-extract): Check `archive-zip-extract' for "7z" and
5416         call the function `archive-7z-extract' with the variable
5417         `archive-7z-extract' let-bound to `archive-zip-extract'.
5418         (archive-7z-summarize, archive-7z-extract): New functions.
5420         * international/mule.el (auto-coding-alist):
5421         * files.el (auto-mode-alist): Add 7z file extension.
5423 2010-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5425         * loadup.el: Setup hash-cons for pure data.
5427         Fix duplicate entries in cedet's loaddefs.el files.
5428         * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
5429         Should make most file-local generated-autoload-file unnecessary.
5430         (print-readably): Silence warnings.
5431         (autoload-find-destination): Take load-name as an arg to make sure
5432         it's the same as the one that will be in the file.
5433         (autoload-generate-file-autoloads): Adjust to above changes.
5434         Try to make the dataflow a bit simpler.
5436         * cvs-status.el (cvs-refontify): Remove unused.
5438 2010-04-18  Jay Belanger  <jay.p.belanger@gmail.com>
5440         * calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
5442         * calc-bin.el (calc-radix): Have the "O" option turn on
5443         twos-complement mode.
5445 2010-04-17  Jay Belanger  <jay.p.belanger@gmail.com>
5447         * calc-ext.el (calc-init-extensions): Add keybinding for 'calc-option'.
5448         Add `calc-option-prefix-help' to calc-help autoloads.
5449         (calc-inverse): Add "Option" to message, as appropriate.
5450         (calc-hyperbolic): Add "Option" to message, as appropriate.
5451         (calc-option, calc-is-option): New functions.
5453         * calc-help.el (calc-full-help): Add `calc-option-help'.
5454         (calc-option-prefix-help): New function.
5456         * calc-misc.el (calc-help): Add "Option" entry.
5458         * calc.el (calc-local-var-list): Add `calc-option-flag'.
5459         (calc-option-flag): New variable.
5460         (calc-do): Set `calc-option-flag to nil.
5461         (calc-set-mode-line): Add "Opt " as appropriate.
5463 2010-04-16  Juri Linkov  <juri@jurta.org>
5465         Move scrolling commands from simple.el to window.el
5466         because their primitives are implemented in window.c.
5468         * simple.el (scroll-error-top-bottom)
5469         (scroll-up-command, scroll-down-command, scroll-up-line)
5470         (scroll-down-line, scroll-other-window-down)
5471         (beginning-of-buffer-other-window, end-of-buffer-other-window):
5472         * window.el (scroll-error-top-bottom)
5473         (scroll-up-command, scroll-down-command, scroll-up-line)
5474         (scroll-down-line, scroll-other-window-down)
5475         (beginning-of-buffer-other-window, end-of-buffer-other-window):
5476         Move from simple.el to window.el because their primitives are
5477         implemented in window.c.
5479 2010-04-16  Juri Linkov  <juri@jurta.org>
5481         * isearch.el (isearch-lookup-scroll-key): Check both
5482         `isearch-scroll' and `scroll-command' properties.
5483         (scroll-up, scroll-down): Remove `isearch-scroll' property.
5485         * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
5487         * simple.el (scroll-up-command, scroll-down-command)
5488         (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
5490 2010-04-15  Juri Linkov  <juri@jurta.org>
5492         * simple.el (scroll-up-command, scroll-down-command)
5493         (scroll-up-line, scroll-down-line): Put `scroll-command'
5494         property on the these symbols.  Remove them from
5495         `scroll-preserve-screen-position-commands'.
5497         * mwheel.el (mwheel-scroll): Put `scroll-command' and
5498         `isearch-scroll' properties on the `mwheel-scroll' symbol.
5499         Remove it from `scroll-preserve-screen-position-commands'.
5501         * isearch.el (isearch-allow-scroll): Doc fix.
5503 2010-04-15  Michael Albinus  <michael.albinus@gmx.de>
5505         * net/tramp.el (tramp-error-with-buffer): Don't show the
5506         connection buffer when we are in completion mode.
5507         (tramp-file-name-handler): Catch the error for some operations
5508         when we are in completion mode.  This gives the user the chance to
5509         correct the file name in the minibuffer.
5511 2010-04-15  Glenn Morris  <rgm@gnu.org>
5513         * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
5515 2010-04-15  Juanma Barranquero  <lekktu@gmail.com>
5517         Simplify by using `define-derived-mode'.
5518         * info.el (Info-mode):
5519         * calendar/todo-mode.el (todo-mode):
5520         * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
5521         (gomoku-mode-map): Move initialization into declaration.
5523 2010-04-14  Michael Albinus  <michael.albinus@gmx.de>
5525         Fix Bug#5840.
5526         * ido.el (ido-file-name-all-completions-1):
5527         * minibuffer.el (minibuffer-completion-help):
5528         * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
5530 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5532         * simple.el (non-essential): New var.
5534         Add a new field `location' to bookmarks for non-file bookmarks.
5535         * bookmark.el (bookmark-location): Use the new field, if present.
5536         (bookmark-insert-location): Undo last change, not needed any more.
5537         * man.el (Man-bookmark-make-record):
5538         * woman.el (woman-bookmark-make-record): Add `location' field.
5540 2010-04-14  Juri Linkov  <juri@jurta.org>
5542         * simple.el (scroll-error-top-bottom): New defcustom.
5543         (scroll-up-command, scroll-down-command): Use it.  Doc fix.
5545         * emulation/pc-select.el (pc-select-override-scroll-error):
5546         Obsolete in favor of `scroll-error-top-bottom'.
5548 2010-04-14  Juri Linkov  <juri@jurta.org>
5550         * tutorial.el (tutorial--default-keys): Rebind `C-v' to
5551         `scroll-up-command' and `M-v' to `scroll-down-command'.
5553         * emulation/cua-rect.el (cua--init-rectangles):
5554         * forms.el (forms--change-commands):
5555         * image-mode.el (image-mode-map):
5556         Remap scroll-down-command and scroll-up-command
5557         in addition to scroll-down and scroll-up.
5559 2010-04-14  Juri Linkov  <juri@jurta.org>
5561         * mwheel.el (scroll-preserve-screen-position-commands):
5562         Add mwheel-scroll to this list of commands.
5564         * simple.el (scroll-preserve-screen-position-commands):
5565         Add scroll-up-command, scroll-down-command, scroll-up-line,
5566         scroll-down-line to this list of commands.
5568 2010-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5570         * obsolete/complete.el: Move from lisp/complete.el.
5572         * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
5574         * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
5575         to the minor mode function now turns the mode ON unconditionally.
5577 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5579         * vc-dir.el (vc-dir-kill-line): New command.
5580         (vc-dir-mode-map): Bind it to C-k.
5582         * bookmark.el (bookmark-insert-location): Handle a nil filename.
5584         * woman.el: Add bookmark declarations to silence the compiler.
5585         (bookmark-prop-get): Use `man-args' rather than `filename' as a first
5586         step to compatibility between man and woman bookmarks.
5587         Adjust for Man-default-bookmark-title renaming.
5588         (woman-bookmark-jump): Adjust accordingly.  Don't forget to autoload.
5590         * man.el: Add bookmark declarations to silence the compiler.
5591         (Man-name-local-regexp): Make it match NAME as well.
5592         (Man-getpage-in-background): Return the buffer.
5593         (Man-notify-when-ready): Use `case'.
5594         (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
5595         Don't hardcode "NAME".  Simplify.
5596         (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
5597         Rename from Man-bookmark-make-record.
5598         (Man-bookmark-jump): Rename from man-bookmark-jump.  Simplify now that
5599         we have the actual man-args.  Use Man-getpage-in-background rather
5600         than `man' since the arg is already processed.  Let bookmark.el do the
5601         window handling.  Only wait for the relevant process.
5602         Don't forget to autoload.
5604         * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
5606 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5608         * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
5609         New functions.
5610         (woman-mode): Setup bookmark support.
5612         * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
5613         (man-bookmark-jump): New functions.
5614         (Man-mode): Setup bookmark support.
5616 2010-04-10  Jari Aalto  <jari.aalto@cante.net>
5618         * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
5619         recognize ssh-keygen prompt (Bug#2817).
5621 2010-04-10  Michael Albinus  <michael.albinus@gmx.de>
5623         * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
5625 2010-04-10  Michael Albinus  <michael.albinus@gmx.de>
5627         Synchronize with Tramp repository.
5629         * net/tramp.el (tramp-completion-function-alist)
5630         (tramp-file-name-regexp, tramp-chunksize)
5631         (tramp-local-coding-commands, tramp-remote-coding-commands):
5632         Fix docstring.
5633         (tramp-remote-process-environment): Use `format' instead of `concat'.
5634         (tramp-handle-directory-files-and-attributes)
5635         (tramp-get-remote-path): Use `copy-tree'.
5636         (tramp-handle-file-name-all-completions): Backward/ XEmacs
5637         compatibility: Use `completion-ignore-case' if
5638         `read-file-name-completion-ignore-case' does not exist.
5639         (tramp-do-copy-or-rename-file-directly): Do not use
5640         `tramp-handle-file-remote-p'.
5641         (tramp-do-copy-or-rename-file-out-of-band):
5642         Use `tramp-compat-delete-directory'.
5643         (tramp-do-copy-or-rename-file-out-of-band)
5644         (tramp-compute-multi-hops, tramp-maybe-open-connection):
5645         Use `format-spec-make'.
5646         (tramp-find-foreign-file-name-handler)
5647         (tramp-advice-make-auto-save-file-name)
5648         (tramp-set-auto-save-file-modes): Remove superfluous check for
5649         `stringp'.  This is done inside `tramp-tramp-file-p'.
5650         (tramp-debug-outline-regexp): New defconst.
5651         (tramp-get-debug-buffer): Use it.
5652         (tramp-check-for-regexp): Use (forward-line 1).
5653         (tramp-set-auto-save-file-modes): Adapt version check.
5655         * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
5656         Wrap call of `featurep' for 2nd argument.
5657         (tramp-compat-make-temp-file): Simplify fallback implementation.
5658         (tramp-compat-copy-tree): Remove function.
5659         (tramp-compat-delete-directory): Provide implementation for older
5660         Emacsen.
5662         * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
5663         Do not use `tramp-fish-handle-file-attributes.
5665         * net/trampver.el: Update release number.
5667 2010-04-10  Glenn Morris  <rgm@gnu.org>
5669         * progmodes/compile.el (compilation-save-buffers-predicate):
5670         Add missing :version tag.
5672 2010-04-09  Sam Steingold  <sds@gnu.org>
5674         * progmodes/compile.el (compilation-save-buffers-predicate):
5675         Remove the "autoload" cookie.
5677         * progmodes/bug-reference.el (turn-on-bug-reference-mode)
5678         (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
5679         and `bug-reference-prog-mode' can be used in hooks directly.
5681 2010-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
5683         Add --author support to git commit.
5684         * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
5685         (vc-git-log-edit-mode): New minor mode.
5686         (log-edit-mode, log-edit-extra-flags, log-edit-mode):
5687         New declarations.
5689 2010-04-09  Eric Raymond  <esr@snark.thyrsus.com>
5691         * vc-hooks.el, vc-git.el: Improve documentation comments.
5693 2010-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5695         Fix some of the problems in defsubst* (bug#5728).
5696         * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
5697         (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
5699 2010-04-07  Sam Steingold  <sds@gnu.org>
5701         * progmodes/compile.el (compilation-save-buffers-predicate):
5702         New custom variable.
5703         (compile, recompile): Pass it to `save-some-buffers'.
5705 2010-04-07  Jan Djärv  <jan.h.d@swipnet.se>
5707         * wid-edit.el (widget-choose): Move cursor to the second line of
5708         the buffer (Bug#5695).
5710 2010-04-07  Dan Nicolaescu  <dann@ics.uci.edu>
5712         Add new VC methods: vc-log-incoming and vc-log-outgoing.
5713         * vc.el (vc-print-log-setup-buttons): New function split out from
5714         vc-print-log-internal.
5715         (vc-log-internal-common): New function, a parametrized version of
5716         vc-print-log-internal.
5717         (vc-print-log-internal): Just call vc-log-internal-common with the
5718         right arguments.
5719         (vc-incoming-outgoing-internal):
5720         (vc-log-incoming, vc-log-outgoing): New functions.
5721         (vc-log-view-type): New permanent local variable.
5723         * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
5725         * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
5726         of the dynamic bound vc-short-log.
5727         (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
5729         * vc-git.el (vc-git-log-outgoing): New function.
5730         (vc-git-log-view-mode): Use vc-log-view-type instead
5731         of the dynamic bound vc-short-log.
5733         * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
5734         of the dynamic bound vc-short-log.  Highlight the tag.
5735         (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
5736         (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
5737         (vc-hg-incoming-mode): Remove.
5738         (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
5740 2010-04-07  Dan Nicolaescu  <dann@ics.uci.edu>
5742         Fix default-directory for vc-root-diff.
5743         * vc.el (vc-root-diff): Bind default-directory to the root
5744         directory for the diff command.
5746 2010-04-07  Michael McNamara  <mac@mail.brushroad.com>
5748         * progmodes/verilog-mode.el (verilog-forward-sexp):
5749         (verilog-calc-1): Support "disable fork" and "fork wait" multi
5750         word keywords, suggested by Steve Pearlmutter.
5751         (verilog-pretty-declarations): Support lineup of declarations in
5752         port lists.
5753         (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
5754         fix bug for /* / comments.
5755         (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
5756         Speed up and simplfy as this is never called with a bound.
5757         (verilog-pretty-declarations): Enhance to line up declarations
5758         inside a parameter list, suggested by Alan Morgan.
5759         (verilog-pretty-expr): Tune assignment regular expression match
5760         string for corner cases; also use markers instead of character
5761         number as indent changes the later.
5763 2010-04-07  Wilson Snyder  <wsnyder@wsnyder.org>
5765         * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
5766         as missing keyword.
5767         (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
5768         causing truncation of AUTOWIRE signals.  Reported by Bruce Tennant.
5769         (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
5770         AUTO_TEMPLATEs needing multiple array bits.  Suggested by Bruce
5771         Tennant.
5772         (verilog-keywords):
5773         (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
5774         1800-2009 keywords, including "global.".
5776 2010-04-06  John Wiegley  <jwiegley@gmail.com>
5778         * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
5779         appearing in buffer list (if a live buffer name matched a recentf
5780         file basename).  Should use uniquify to offer a real solution.
5782 2010-04-06  John Wiegley  <jwiegley@gmail.com>
5784         * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
5785         comment to code, and add a :version tag.
5786         (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
5788 2010-04-06  Juanma Barranquero  <lekktu@gmail.com>
5790         Enable recentf-mode if using virtual buffers.
5791         * ido.el (recentf-list): Declare for byte-compiler.
5792         (ido-virtual-buffers): Move up to silence byte-compiler.  Add docstring.
5793         (ido-make-buffer-list): Simplify.
5794         (ido-add-virtual-buffers-to-list): Simplify.  Enable recentf-mode.
5796 2010-04-05  Juri Linkov  <juri@jurta.org>
5798         Scrolling commands which scroll a line instead of full screen.
5799         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
5801         * simple.el (scroll-up-line, scroll-down-line): New commands.
5802         Put property isearch-scroll=t on them.
5804         * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
5805         Remove commands.
5807 2010-04-05  Juri Linkov  <juri@jurta.org>
5809         Scrolling commands which do not signal errors at top/bottom.
5810         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
5812         * simple.el (scroll-up-command, scroll-down-command): New commands.
5813         Put property isearch-scroll=t on them.
5815         * bindings.el (global-map): Rebind [prior] from `scroll-down' to
5816         `scroll-down-command' and [next] from `scroll-up' to
5817         `scroll-up-command'.
5819         * emulation/cua-base.el: Put property CUA=move on
5820         `scroll-up-command' and `scroll-down-command'.
5821         (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
5822         and `scroll-down-command' to `cua-scroll-down'.
5824 2010-04-05  Juanma Barranquero  <lekktu@gmail.com>
5826         * help.el (describe-mode): Return nil.
5828 2010-04-04  John Wiegley  <jwiegley@gmail.com>
5830         * ido.el (ido-use-virtual-buffers): New variable to indicate
5831         whether "virtual buffer" support is enabled for IDO.
5832         (ido-virtual): Face used to indicate virtual buffers in the list.
5833         (ido-buffer-internal): If a buffer is chosen, and no such buffer
5834         exists, but a virtual buffer of that name does (which would be why
5835         it was in the list), recreate the buffer by reopening the file.
5836         (ido-make-buffer-list): If virtual buffers are being used, call
5837         `ido-add-virtual-buffers-to-list' before the make list hook.
5838         (ido-virtual-buffers): New variable which contains a copy of the
5839         current contents of the `recentf-list', albeit pared down for the
5840         sake of speed, and with proper faces applied.
5841         (ido-add-virtual-buffers-to-list): Using the `recentf-list',
5842         create a list of "virtual buffers" to present to the user in
5843         addition to the currently open set.  Note that this logic could
5844         get rather slow if that list is too large.  With the default
5845         `recentf-max-saved-items' of 200, there is little speed penalty.
5847 2010-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5849         * font-lock.el: Require CL when compiling.
5850         (font-lock-turn-on-thing-lock): Use `case'.
5852 2010-04-03  Eli Zaretskii  <eliz@gnu.org>
5854         * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
5855         Zaretskii.
5857 2010-04-02  Juanma Barranquero  <lekktu@gmail.com>
5859         * cedet/semantic/imenu.el (semantic-imenu-bucketize-type-members)
5860         (semantic-create-imenu-directory-index): Fix typos in docstrings.
5861         (semantic-imenu-goto-function): Reflow docstring.
5863 2010-04-02  Juri Linkov  <juri@jurta.org>
5865         * ehelp.el (electric-help-orig-major-mode):
5866         New buffer-local variable.
5867         (electric-help-mode): Set it to original major-mode.  Doc fix.
5868         (with-electric-help): Use `electric-help-orig-major-mode' instead
5869         of (default-value 'major-mode).  Doc fix.
5870         http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
5872 2010-04-02  Sam Steingold  <sds@gnu.org>
5874         * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
5875         `vc-hg-command' with a list of flags.
5877         * progmodes/bug-reference.el (bug-reference-bug-regexp):
5878         Also accept "patch" and "RFE".
5879         (bug-reference-fontify): `bug-reference-url-format' can also be a
5880         function to be able to handle the bug kind.
5881         (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
5883 2010-04-02  Jan Djärv  <jan.h.d@swipnet.se>
5885         * tmm.el (tmm-get-keymap): Check with symbolp before passing
5886         value to fboundp, it may not be a symbol.
5888 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
5890         * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
5892 2010-03-31  Juri Linkov  <juri@jurta.org>
5894         * simple.el (next-line, previous-line): Re-throw a signal
5895         with `signal' instead of using `ding'.
5896         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
5898 2010-03-31  Juri Linkov  <juri@jurta.org>
5900         * simple.el (keyboard-escape-quit): Raise deselecting the active
5901         region higher than exiting the minibuffer.
5902         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
5904 2010-03-31  Juri Linkov  <juri@jurta.org>
5906         * image.el (image-animated-p): Use `image-metadata' instead of
5907         `image-extension-data'.  Get GIF extenstion data from metadata
5908         property `extension-data'.
5910 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5912         * simple.el (append-to-buffer): Simplify.
5914 2010-03-31  Tomas Abrahamsson  <tab@lysator.liu.se>
5916         * textmodes/artist.el (artist-mode): Fix typo in docstring.
5917         Reported by Alex Schröder <kensanata@gmail.com>.  (Bug#5807)
5919 2010-03-31  Kenichi Handa  <handa@m17n.org>
5921         * language/sinhala.el (composition-function-table): Fix regexp for
5922         the new Unicode specification.
5924         * language/indian.el (devanagari-composable-pattern)
5925         (tamil-composable-pattern, kannada-composable-pattern)
5926         (malayalam-composable-pattern): Adjust for the new Unicode
5927         specification.
5928         (bengali-composable-pattern, gurmukhi-composable-pattern)
5929         (gujarati-composable-pattern, oriya-composable-pattern)
5930         (telugu-composable-pattern): New variables to cope with the new
5931         Unicode specification.  Use them in composition-function-table.
5933 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5935         Make tmm-menubar work for the Buffers menu again (bug#5726).
5936         * tmm.el (tmm-prompt): Also handle keymap entries in the form of
5937         vectors rather than cons cells, as used in menu-bar-update-buffers.
5939 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
5941         * progmodes/js.el (js-auto-indent-flag, js-mode-map)
5942         (js-insert-and-indent): Revert 2009-08-15 change, restoring
5943         electric punctuation for "{}();,:" (Bug#5586).
5945         * mail/sendmail.el (mail-default-directory): Doc fix.
5947 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
5949         * mail/sendmail.el (mail-default-directory): Doc fix.
5951 2010-03-31  Eli Zaretskii  <eliz@gnu.org>
5953         * subr.el (version-regexp-alist, version-to-list)
5954         (version-list-<, version-list-=, version-list-<=)
5955         (version-list-not-zero, version<, version<=, version=): Doc fix.
5956         (Bug#5744).
5958 2010-02-31  Dan Nicolaescu  <dann@ics.uci.edu>
5960         * vc.el (vc-root-diff): Doc fix.
5962 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
5964         * vc.el (vc-print-log, vc-print-root-log): Doc fix.
5966         * simple.el (append-to-buffer): Fix last change.
5968 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
5970         * simple.el (append-to-buffer): Ensure that point is preserved if
5971         BUFFER is the current buffer.  Suggested by YAMAMOTO Mitsuharu.
5972         (Bug#5749)
5974 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5976         * files.el (auto-mode-case-fold): Change default to t.
5978 2010-03-30  Juri Linkov  <juri@jurta.org>
5980         * dired-x.el (dired-omit-mode): Doc fix.
5982 2010-03-30  Juri Linkov  <juri@jurta.org>
5984         * replace.el (occur-accumulate-lines): Move occur-engine related
5985         functions `occur-accumulate-lines' and `occur-engine-add-prefix'
5986         to be located after `occur-engine'.
5988 2010-03-30  Juri Linkov  <juri@jurta.org>
5990         Make occur handle multi-line matches cleanly with context.
5991         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
5993         * replace.el (occur-accumulate-lines): Add optional arg `pt'.
5994         (occur-engine): Add local variables `ret', `prev-after-lines',
5995         `prev-lines'.  Use more arguments for `occur-context-lines'.
5996         Set first elem of its returned list to `data', and the second elem
5997         to `prev-after-lines'.  Don't print the separator line.
5998         In the end, print remaining context after-lines.
5999         (occur-context-lines): Add new arguments `begpt', `endpt',
6000         `lines', `prev-lines', `prev-after-lines'.  Rewrite to combine
6001         after-lines of the previous match with before-lines of the
6002         current match and not overlap them.  Return a list with two
6003         values: the output line and the list of context after-lines.
6005 2010-03-30  Juri Linkov  <juri@jurta.org>
6007         * replace.el (occur-accumulate-lines): Fix a bug where the first
6008         context line at the beginning of the buffer was missing.
6010 2010-03-30  Eli Zaretskii  <eliz@gnu.org>
6012         * files.el: Make bidi-display-reordering safe variable for boolean
6013         values.
6015 2010-03-29  Phil Hagelberg  <phil@evri.com>
6016             Chong Yidong  <cyd@stupidchicken.com>
6018         * subr.el: Extend progress reporters to perform "spinning".
6019         (progress-reporter-update, progress-reporter-do-update):
6020         Handle non-numeric value arguments.
6021         (progress-reporter--pulse-characters): New var.
6023 2010-03-28  Chong Yidong  <cyd@stupidchicken.com>
6025         * progmodes/compile.el (compilation-start): Fix regexp detection
6026         of initial cd command (Bug#5771).
6028 2010-03-28  Stefan Guath  <stefan@automata.se>  (tiny change)
6030         * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
6032 2010-03-27  Nick Roberts  <nickrob@snap.net.nz>
6034         Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
6035         * lisp/progmodes/gdb-mi.el: Restore.
6036         * lisp/progmodes/gdb-ui.el: Remove.
6037         * lisp/progmodes/gud.el: Re-accommodate for gdb-mi.el.
6039 2010-03-25  Glenn Morris  <rgm@gnu.org>
6041         * desktop.el (desktop-save-buffer-p): Don't mistakenly include
6042         all dired buffers, even tramp ones.  (Bug#5755)
6044 2010-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6046         Add "union tags" in mpc.el.
6047         * mpc.el: Remove backward compatibility code.
6048         (mpc-browser-tags): Change default.
6049         (mpc--find-memoize-union-tags): New var.
6050         (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
6051         (mpc-cmd-find): Handle the case where the playlist does not exist.
6052         Handle union-tags.
6053         (mpc-cmd-list): Use mpc-cmd-special-tag-p.  Handle union-tags.
6054         (mpc-cmd-add): Use mpc-cmd-flush.
6055         (mpc-tagbrowser-tag-name): New fun.
6056         (mpc-tagbrowser-buf): Use it.
6057         (mpc-songs-refresh): Use cond.  Move to point-min as a fallback.
6059 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6061         Misc cleanup.
6062         * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
6063         Use replace-regexp-in-string.
6064         (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
6065         (makefile-imake-mode-syntax-table): Move init into defvar.
6066         (makefile-mode): Use define-derived-mode.
6068         * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
6069         (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
6070         not be present any more.
6072 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
6074         * faces.el (set-face-attribute): Fix typo in docstring.
6075         (face-valid-attribute-values): Reflow docstring.
6077         * cedet/srecode/table.el (srecode-template-table): Fix docstring typo.
6079 2010-03-24  Glenn Morris  <rgm@gnu.org>
6081         * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
6083 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
6085         * indent.el (indent-for-tab-command): Doc fix.
6087 2010-03-24  Alan Mackenzie  <acm@muc.de>
6089         * progmodes/cc-engine.el (c-remove-stale-state-cache):
6090         Fix off-by-one error.  Fixes bug #5747.
6092 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
6094         * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
6095         (image-dired-read-comment): Doc fix.
6097         * json.el (json-object-type, json-array-type, json-key-type)
6098         (json-false, json-null, json-read-number):
6099         * minibuffer.el (completion-in-region-functions):
6100         * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
6101         (cal-tex-cursor-week):
6102         * emacs-lisp/trace.el (trace-function):
6103         * eshell/em-basic.el (eshell/printnl):
6104         * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
6105         (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
6106         * obsolete/levents.el (allocate-event, event-key, event-object)
6107         (event-point, event-process, event-timestamp, event-to-character)
6108         (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
6109         * textmodes/reftex-vars.el (reftex-index-macros-builtin)
6110         (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
6111         (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
6112         (reftex-highlight-selection): Fix typos in docstrings.
6114 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
6116         * minibuffer.el (completion-in-region-functions): Fix docstring typos.
6118 2010-03-24  Glenn Morris  <rgm@gnu.org>
6120         * mail/rmail.el (rmail-highlight-face): Restore option deleted
6121         2008-02-13 without comment; mark it obsolete.
6122         (rmail-highlight-headers): Use rmail-highlight-face once more.
6124 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
6126         * woman.el (woman2-process-escapes): Only consume the newline if
6127         the filler character is on a line by itself (Bug#5729).
6129 2010-03-24  Kenichi Handa  <handa@m17n.org>
6131         * language/indian.el (devanagari-composable-pattern): Add more
6132         consonants.
6134 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
6136         * net/trampver.el: Update release number.
6138 2010-03-24  Glenn Morris  <rgm@gnu.org>
6140         * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
6142 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
6144         * net/tramp.el (tramp-find-executable):
6145         Use `tramp-get-connection-buffer'.  Make the regexp for checking
6146         output of "wc -l" more robust.
6147         (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
6148         (tramp-open-connection-setup-interactive-shell): Remove workaround
6149         for OpenSolaris bug, it is not needed anymore.
6151 2010-03-24  Eric M. Ludlam  <zappo@gnu.org>
6153         * cedet/semantic/imenu.el: New file, from the CEDET repository
6154         (Bug#5412).
6156 2010-03-24  Glenn Morris  <rgm@gnu.org>
6158         * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie.  (Bug#4427)
6160 2010-03-24  Wilson Snyder  <wsnyder@wsnyder.org>
6162         * files.el (auto-mode-alist): Accept more verilog file patterns.
6164 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6166         * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
6168 2010-03-24  Glenn Morris  <rgm@gnu.org>
6170         * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
6171         log-edit-before-checkin-process.
6173         * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
6175         * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
6177         * vc-dispatcher.el (vc-start-logentry): Doc fix.
6178         (log-view-process-buffer, log-edit-extra-flags): Declare.
6180         * log-edit.el (log-edit-before-checkin-process): Doc fix.
6182         * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
6183         Consistently check ede-object is bound throughout.
6185         * cedet/ede/project-am.el (ede-shell-run-something): Declare.
6187 2010-03-23  Sam Steingold  <sds@gnu.org>
6189         Fix bug#5620: recalculate all markers on compilation buffer
6190         modifications, not on file modifications.
6191         * progmodes/compile.el (buffer-modtime): New buffer-local variable:
6192         the buffer modification time, for buffers not associated with files.
6193         (compilation-mode): Create it.
6194         (compilation-filter): Update it.
6195         (compilation-next-error-function): Use it instead of
6196         `visited-file-modtime' for timestamp.
6198 2010-03-23  Juri Linkov  <juri@jurta.org>
6200         Implement Occur multi-line matches.
6201         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
6203         * replace.el (occur): Doc fix.
6204         (occur-engine): Set `begpt' to the beginning of the first line.
6205         Set `endpt' to the end of the last match line.  At first, count
6206         line numbers between `origpt' and `begpt'.  Split out code from
6207         `out-line' variable to new let-bindings `match-prefix' and
6208         `match-str'.  In `out-line' add non-numeric prefix to all
6209         non-first lines of multi-line matches.  Finally, count lines
6210         between `begpt' and `endpt' and add to `lines'.
6212 2010-03-23  Juri Linkov  <juri@jurta.org>
6214         * replace.el (occur-accumulate-lines, occur-engine):
6215         Use `occur-engine-line' instead of duplicate code.
6216         (occur-engine-line): New function created from duplicate code
6217         in `occur-accumulate-lines' and `occur-engine'.
6219         * replace.el (occur-engine-line): Add optional arg `keep-props'.
6220         (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
6222 2010-03-23  Juri Linkov  <juri@jurta.org>
6224         * finder.el: Remove TODO tasks.
6226         * info.el (Info-finder-find-node): Add node "all"
6227         with all package info.  Handle a list of multiple keywords
6228         separated by comma.
6229         (info-finder): In interactive use with a prefix argument,
6230         use `completing-read-multiple' to read a list of keywords
6231         separated by comma.
6233 2010-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6235         Add a new completion style `substring'.
6236         * minibuffer.el (completion-basic--pattern): New function.
6237         (completion-basic-try-completion, completion-basic-all-completions):
6238         Use it.
6239         (completion-substring--all-completions)
6240         (completion-substring-try-completion)
6241         (completion-substring-all-completions): New functions.
6242         (completion-styles-alist): New style `substring'.
6244 2010-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6246         Get rid of .elc files after removal of the corresponding .el.
6247         * Makefile.in (compile-clean): New target.
6248         (compile-main): Use it.
6250 2010-03-22  Jan Djärv  <jan.h.d@swipnet.se>
6252         * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
6253         don't do make there.  When compiling with separate object dir, there
6254         is no Makefile there.
6256 2010-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6258         Get rid of the ELCFILES abomination, again.
6259         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
6260         (all, compile): Don't call compile-last.
6261         (compile-main): Build the "elcfiles" list dynamically.
6262         (compile-targets): New (internal) target.
6264 2010-03-21  Andreas Schwab  <schwab@linux-m68k.org>
6266         * Makefile.in (top_srcdir): Define.
6267         (abs_top_builddir): Define.
6268         (srcdir): Don't append `/..'.
6269         (EMACS): Use ${abs_top_builddir}.
6270         (all, compile, compile-always, compile-last): Don't set emacswd.
6271         (update-subdirs, update-authors): Use $(top_srcdir) instead of
6272         $(srcdir).
6273         (lisp): Use $(srcdir) instead of @srcdir@.
6275 2010-03-21  Juri Linkov  <juri@jurta.org>
6277         Fix message of multi-line occur regexps and multi-buffer header lines.
6278         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
6280         * replace.el (occur-1): Don't display regexp if it is longer
6281         than window-width.  Use `query-replace-descr' to display regexp.
6282         (occur-engine): Don't display regexp in the buffer header for
6283         multi-buffer occur.  Display a separate header line with total
6284         match count and regexp for multi-buffer occur.
6285         Use `query-replace-descr' to display regexp.
6287 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6289         * net/secrets.el: Fix parenthesis.
6290         (secrets-enabled): Fix parenthesis.
6292 2010-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6294         Use more relative file and directory names.
6295         * Makefile.in (EMACS): Arrange for it to work when we chdir.
6296         (setwins, setwins_almost, setwins_for_subdirs):
6297         Don't `cd'; output relative names.
6298         (all, compile, compile-always, compile-last): Set emacswd.
6299         (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
6300         Just cd to the lisp source dir so we can use relative file names.
6302         * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
6304 2010-03-20  Glenn Morris  <rgm@gnu.org>
6306         * textmodes/rst.el: Use faces for font-lock customization, and make the
6307         old -face variables obsolete.
6308         (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
6309         (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
6310         (rst-block-face, rst-external-face, rst-definition-face)
6311         (rst-directive-face, rst-comment-face, rst-emphasis1-face)
6312         (rst-emphasis2-face, rst-literal-face, rst-reference-face):
6313         Make obsolete.
6314         (rst-font-lock-keywords-function): Update for above changes.
6316 2010-03-20  Juri Linkov  <juri@jurta.org>
6318         * s-region.el:
6319         * obsolete/s-region.el: Move to obsolete.
6321 2010-03-19  Juanma Barranquero  <lekktu@gmail.com>
6323         * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
6325 2010-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
6327         * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
6329 2010-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
6331         Add special markup processing for commit logs.
6332         * log-edit.el (log-edit-extra-flags): New variable.
6333         (log-edit): Add new argument MODE.  Use that mode when non-nil
6334         instead of the log-view-mode.
6335         (log-view-process-buffer): New function.
6337         * vc.el: Document that the checkin method takes optional
6338         arguments.  Document new backend specific method: log-view-mode.
6339         (vc-default-log-edit-mode): New function.
6340         (vc-checkin): Use a backend specific log-view-mode.
6341         Pass extra arguments to the checkin method.
6342         (vc-modify-change-comment): Pass a dummy extra argument.
6344         * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
6345         log-edit.
6346         (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
6347         (vc-finish-logentry): Process the log buffer before passing it
6348         down.  Pass log-edit-extra-flags.
6350         * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
6351         command.
6352         (log-edit-extra-flags, log-edit-before-checkin-process):
6353         New declarations.
6355         * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
6356         command.
6357         (log-edit-extra-flags, log-edit-before-checkin-process):
6358         New declarations.
6359         (vc-hg-log-edit-mode): New derived mode.
6361         * vc-arch.el (vc-arch-checkin):
6362         * vc-cvs.el (vc-cvs-checkin):
6363         * vc-git.el (vc-git-checkin):
6364         * vc-mtn.el (vc-mtn-checkin):
6365         * vc-rcs.el (vc-rcs-checkin):
6366         * vc-sccs.el (vc-sccs-checkin):
6367         * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
6369 2010-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6371         * outline.el (hide-sublevels): Don't hide trailing newline (and fix
6372         parent typo).
6374 2010-03-19  Glenn Morris  <rgm@gnu.org>
6376         * password-cache.el (password-cache, password-cache-expiry): Autoload.
6378 2010-03-18  Glenn Morris  <rgm@gnu.org>
6380         * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
6382         * replace.el (query-replace-history): Give it a doc string.
6383         (map-query-replace-regexp): Use query-replace-from-history-variable
6384         and query-replace-to-history-variable.
6386         * mail/hashcash.el (declare-function): Remove duplicate definition.
6388         * mail/emacsbug.el (report-emacs-bug-pretest-address):
6389         Make it an obsolete alias for report-emacs-bug-address.
6390         (message-strip-special-text-properties): Declare.
6391         (report-emacs-bug): Remove test for a pretest bug address.
6392         Combine message-mode-specific code.
6394         * mail/supercite.el: Don't require sendmail.
6395         (mh-in-header-p): Declare rather than using with-no-warnings.
6396         (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
6397         mail-header-end.  Don't bind mysterious variable `kill-lines-magic'.
6399         * calendar/cal-french.el: Convert to utf-8.
6401         * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
6402         Emacs scripts.
6404 2010-03-16  Michael Albinus  <michael.albinus@gmx.de>
6406         * net/secrets.el (secrets-enabled): New variable.  Use it instead
6407         of a subfeature.
6409 2010-03-15  Michael Albinus  <michael.albinus@gmx.de>
6411         * net/secrets.el (top): Register the D-Bus signals only when the
6412         service "org.freedesktop.secrets" can be pinged.
6413         Provide subfeature `enabled'.
6415 2010-03-14  Juri Linkov  <juri@jurta.org>
6417         Add finder unknown keywords.
6419         * finder.el (finder-unknown-keywords): New function.
6421         * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
6422         to create a Finder node with unknown keywords.
6424 2010-03-14  Juri Linkov  <juri@jurta.org>
6426         * finder.el (finder-compile-keywords): Replace `princ' with
6427         `prin1' on a list of symbols interned from keyword strings.
6429         * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
6430         a comma, then split keywords using a comma and optional whitespace.
6431         Otherwise, split by whitespace.
6433         * complete.el:
6434         * face-remap.el:
6435         * log-view.el:
6436         * net/hmac-def.el:
6437         * net/hmac-md5.el:
6438         * net/netrc.el:
6439         * progmodes/mixal-mode.el: Fix keywords.
6441 2010-03-13  Michael Albinus  <michael.albinus@gmx.de>
6443         * Makefile.in (ELCFILES): Add net/secrets.elc.
6445         * net/secrets.el: New file.
6447 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
6449         * facemenu.el (list-colors-display, list-colors-print): New arg
6450         callback.  Use it to allow selecting colors.
6452         * wid-edit.el (widget-image-insert): Insert image prop even if the
6453         current display is non-graphic.
6454         (widget-field-value-set): New fun.
6455         (editable-field): Use it.
6456         (widget-field-value-get): Clean up unused var.
6457         (widget-color-value-create, widget-color--choose-action):
6458         New funs.  Allow using list-colors-display to choose color.
6460 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
6462         * cus-edit.el: Resort topmost custom groups.
6463         (custom-buffer-sort-alphabetically): Default to t.
6464         (customize-apropos): Use apropos-parse-pattern.
6465         (custom-search-field): New var.
6466         (custom-buffer-create-internal): Add custom-apropos search field.
6467         (custom-add-parent-links): Don't display parent doc.
6468         (custom-group-value-create): Don't sort top-level custom group.
6469         (custom-magic-value-create): Show visibility button before option name.
6471         (custom-variable-state): New fun, from custom-variable-state-set.
6472         (custom-variable-state-set): Use it.
6473         (custom-group-value-create): Hide options with standard values
6474         using the :hidden-states property.  Use progress reporter.
6476         (custom-show): Simplify.
6477         (custom-visibility): Disable images by default.
6478         (custom-variable): New property :hidden-states.
6479         (custom-variable-value-create): Enable images for
6480         custom-visibility widgets.  Use :hidden-states property to
6481         determine initial visibility.
6483         * wid-edit.el (widget-image-find): Give images center ascent.
6484         (visibility): Add :on-image and :off-image properties.
6485         (widget-visibility-value-create): Use them.
6487 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
6489         * cus-edit.el (processes): Remove from development group.
6490         (oop, hypermedia): Delete group.
6491         (comm): Promote to top-level group.
6493         * net/browse-url.el (browse-url):
6494         * net/xesam.el (xesam):
6495         * net/tramp.el (tramp):
6496         * net/goto-addr.el (goto-address):
6497         * net/ange-ftp.el (ange-ftp): Put in comm group.
6499         * view.el (view): Remove from editing group.
6501         * uniquify.el (uniquify): Put in files group.
6503         * net/browse-url.el (browse-url):
6504         * ps-print.el (postscript): Put in external group.
6506         * cus-edit.el (outlines):
6507         * textmodes/text-mode.el (text-mode-hook):
6508         * textmodes/table.el (table):
6509         * textmodes/picture.el (picture):
6510         * outline.el (outlines): Put in wp group.
6512         * nxml/nxml-mode.el (nxml): Remove from wp group.
6514         * net/tramp-imap.el (tramp-imap): Put in tramp group.
6516         * mail/metamail.el (metamail): Remove from hypermedia group.
6518         * cus-edit.el (abbrev):
6519         * whitespace.el (whitespace):
6520         * vcursor.el (vcursor):
6521         * reveal.el (reveal):
6522         * hl-line.el (hl-line): Put in convenience group.
6524         * epg-config.el (epg): Put in data group.
6526         * emulation/pc-select.el (pc-select): Put in emulations group.
6528         * calculator.el (calculator): Put in applications group.
6530 2010-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
6532         Add .dir-locals.el support for file-less buffers.
6533         * files.el (hack-local-variables): Split out code to apply local
6534         variable settings ...
6535         (hack-local-variables-apply): ... here.  New function.
6536         (hack-dir-local-variables): Use the default directory for when the
6537         buffer does not have an associated file.
6538         (hack-dir-local-variables-non-file-buffer): New function.
6539         * diff-mode.el (diff-mode):
6540         * vc-annotate.el (vc-annotate-mode):
6541         * vc-dir.el (vc-dir-mode):
6542         * log-edit.el (log-edit-mode):
6543         * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
6545 2010-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
6547         Add support for shelving snapshots and for showing shelves.
6548         * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
6549         (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
6550         New functions.
6551         (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
6552         (vc-bzr-extra-menu-map): Map them.
6554 2010-03-11  Glenn Morris  <rgm@gnu.org>
6556         * cus-edit.el (customize-changed-options-previous-release):
6557         Bump to 23.1.
6559         * image.el (image-animate-max-time): Fix :version tag.
6561 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
6563         * Branch for 23.2.
6565 2010-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6567         * vc-git.el (vc-git-revision-table): Include remote branches.
6569 2010-03-10  Kim F. Storm  <storm@cua.dk>
6571         Animated image API.
6572         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
6574         * image.el (image-animate-max-time): New defcustom.
6575         (image-animated-types): New defconst.
6576         (create-animated-image, image-animate-timer)
6577         (image-animate-start, image-animate-stop, image-animate-timeout)
6578         (image-animated-p): New functions.
6580         * image-mode.el (image-toggle-display-image):
6581         Replace `create-image' with `create-animated-image'.
6583 2010-03-09  Miles Bader  <miles@gnu.org>
6585         * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
6586         instead of "format:"; this ensures that the output is
6587         newline-terminated.
6589 2010-03-08  Chong Yidong  <cyd@stupidchicken.com>
6591         * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
6592         that all errors are caught, and that the return value is always a
6593         list (Bug#5692).
6595 2010-03-08  Kenichi Handa  <handa@m17n.org>
6597         * language/misc-lang.el (windows-1256): New coding system.
6598         (cp1256): New alias of windows-1256 (bug#5690).
6600 2010-03-07  Andreas Schwab  <schwab@linux-m68k.org>
6602         * mail/rfc822.el (rfc822-addresses): Move catch clause down around
6603         call to rfc822-bad-address.  (Bug#5692)
6605 2010-03-07  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
6607         * vc-git.el (vc-git-annotate-extract-revision-at-line):
6608         Use vc-git-root as default directory for revision path (Bug#5657).
6610 2010-03-06  Chong Yidong  <cyd@stupidchicken.com>
6612         * calculator.el (calculator): Don't bind split-window-keep-point
6613         (Bug#5674).
6615 2010-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6617         * vc-git.el: Re-flow to fit into 80 columns.
6618         (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
6619         Remove spurious `quote' element in each case alternative.
6620         (vc-git-show-log-entry): Use prog1.
6621         (vc-git-after-dir-status-stage): Remove unused var `remaining'.
6623 2010-03-06  Glenn Morris  <rgm@gnu.org>
6625         * cedet/semantic/grammar.el (semantic-grammar-header-template):
6626         Update template copyright to GPLv3+.
6628 2010-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6630         * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
6632 2010-03-03  Chong Yidong  <cyd@stupidchicken.com>
6634         * macros.el (insert-kbd-macro): Look up keyboard macro using the
6635         definition, not the name (Bug#5481).
6637 2010-03-03  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
6639         * subr.el (momentary-string-display): Don't overwrite the MESSAGE
6640         argument with a local variable.  (Bug#5670)
6642 2010-03-02  Juri Linkov  <juri@jurta.org>
6644         * info.el (Info-index-next): Decrement line number by 2.  (Bug#5652)
6646 2010-03-02  Michael Albinus  <michael.albinus@gmx.de>
6648         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
6649         error when FILENAME and NEWNAME are existing remote directories.
6651         * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
6652         parameter DIR-FLAG.
6654 2010-03-02  Glenn Morris  <rgm@gnu.org>
6656         * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
6657         of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
6659 2010-03-01  Kenichi Handa  <handa@m17n.org>
6661         * language/burmese.el (burmese-composable-pattern): Rename from
6662         myanmar-composable-pattern.
6664         * international/characters.el (script-list):
6665         * international/fontset.el (script-representative-chars):
6666         Change myanmar to burmese.
6667         (otf-script-alist): Likewise.
6668         (setup-default-fontset): Likewise.  Re-fix :otf spec.
6670 2010-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6672         * menu-bar.el (menu-bar-manuals-menu): Fix typo.
6674 2010-02-28  Jan Djärv  <jan.h.d@swipnet.se>
6676         * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
6678 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
6680         * net/tramp.el (tramp-handle-write-region): START can be a string.
6681         Take care in the checks.  Reported by Dan Davison
6682         <davison@stats.ox.ac.uk>.
6684 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
6686         * net/dbus.el (dbus-introspect, dbus-get-property)
6687         (dbus-set-property, dbus-get-all-properties):
6688         Use `dbus-call-method' when noninteractive.  (Bug#5645)
6690 2010-02-28  Chong Yidong  <cyd@stupidchicken.com>
6692         * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
6693         * emacs-lisp/elint.el (elint-add-required-env):
6694         * cedet/semantic/db-find.el
6695         (semanticdb-find-translate-path-brutish-default):
6696         * cedet/ede/make.el (ede-make-check-version):
6697         * calendar/icalendar.el (icalendar--add-diary-entry):
6698         * calc/calcalg2.el (math-tracing-integral):
6699         * files.el (recover-session-finish): Use with-current-buffer
6700         instead of save-excursion.
6702 2010-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6704         Fix in-buffer completion when after-change-functions modify the buffer.
6705         * minibuffer.el (completion--replace): New function.
6706         (completion--do-completion): Use it and use relative movement.
6708 2010-02-27  Chong Yidong  <cyd@stupidchicken.com>
6710         * international/fontset.el (setup-default-fontset): Fix :otf spec.
6712 2010-02-27  Jeremy Whitlock  <jcscoobyrs@gmail.com>  (tiny change)
6714         * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
6715         Allow the characters _<> in the stack entry (Bug#5653).
6717 2010-02-26  Kenichi Handa  <handa@m17n.org>
6719         * language/burmese.el: Fix entries in composition-function-table.
6720         (myanmar-composable-pattern): New variable.
6722         * international/fontset.el (setup-default-fontset): Add an entry
6723         for myanmar.
6725         * international/characters.el (script-list): Add Myanmar
6726         Extended-A.
6728 2010-02-26  Glenn Morris  <rgm@gnu.org>
6730         * custom.el (custom-initialize-delay): Doc fix.
6732         * mail/sendmail.el (send-mail-function): Autoload the call
6733         to custom-initialize-delay, not otherwise preserved in loaddefs.el.
6735 2010-02-24  Chong Yidong  <cyd@stupidchicken.com>
6737         * files.el (hack-local-variables-filter): For eval forms, also
6738         check safe-local-variable-p (Bug#5636).
6740 2010-02-24  Eduard Wiebe  <usenet@pusto.de>
6742         * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
6743         and use c(ad)r of cddr (Bug#5640).
6745 2010-02-22  Michael Albinus  <michael.albinus@gmx.de>
6747         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
6748         setting the modes by `ignore-errors'.  It might fail, for example
6749         if the file is not owned by the user but the group.
6750         (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
6752 2010-02-21  Chong Yidong  <cyd@stupidchicken.com>
6754         * files.el (directory-listing-before-filename-regexp): Use
6755         stricter matching for iso-style dates, to avoid false matches with
6756         date-like filenames (Bug#5597).
6758         * htmlfontify.el (htmlfontify): Doc fix.
6760         * eshell/eshell.el (eshell): Doc fix.
6762         * startup.el (fancy-about-screen): In mode-line, apply
6763         mode-line-buffer-id face only to the buffer name (Bug#5613).
6765 2010-02-20  Kevin Ryde  <user42@zip.com.au>
6767         * progmodes/compile.el (compilation-error-regexp-alist-alist):
6768         In `watcom' anchor regexp to start of line, to avoid slowness
6769         (Bug#5599).
6771 2010-02-20  Eli Zaretskii  <eliz@gnu.org>
6773         * subr.el (remove-yank-excluded-properties): Explain in a comment
6774         why `category' property is removed.
6776 2010-02-19  Chong Yidong  <cyd@stupidchicken.com>
6778         * isearch.el (isearch-update-post-hook, isearch-update): Revert
6779         2010-02-17 change.
6781 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
6783         * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
6784         (icalendar--convert-weekly-to-ical)
6785         (icalendar--convert-yearly-to-ical)
6786         (icalendar--convert-block-to-ical)
6787         (icalendar--convert-cyclic-to-ical)
6788         (icalendar--convert-anniversary-to-ical): Take care of time
6789         specifications where hour has 1-digit only (Bug#5549).
6791 2010-02-19  Nick Roberts  <nickrob@snap.net.nz>
6793         * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
6794         of disassemble output in GDB 7.1.
6796 2010-02-19  Glenn Morris  <rgm@gnu.org>
6798         * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
6799         property.  (Bug#5593)
6801 2010-02-18  Sam Steingold  <sds@gnu.org>
6803         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
6805 2010-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6807         Use abbreviated file names in bookmarks (bug#5591).
6808         * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
6809         calls to expand-file-name.
6810         (bookmark-relocate): Use abbreviated file names in bookmarks.
6811         (bookmark-load): Use abbreviated file names in messages.
6813 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
6815         * net/tramp.el (tramp-handle-directory-files): When FULL, do not
6816         expand "." and "..".  Reported by Thierry Volpiatto
6817         <thierry.volpiatto@gmail.com>.
6819 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
6821         * net/tramp.el (tramp-handle-insert-file-contents): Set always the
6822         permissions of the temporary file to "0600".  In case the remote
6823         file has no read permissions for the owner, there might be
6824         problems otherwise.  Reported by Ole Laursen <olau@iola.dk>.
6826 22010-02-18  Glenn Morris  <rgm@gnu.org>
6828         * emacs-lisp/authors.el (authors-renamed-files-alist):
6829         Add entries for INSTALL.CVS.
6831 2010-02-17  Mark A. Hershberger  <mah@everybody.org>
6833         * vc-bzr.el: Fix typo in Known Bugs section.
6835         * isearch.el (isearch-update-post-hook): New hook.
6836         (isearch-update): Use the new hook.
6838 2010-02-16  Michael Albinus  <michael.albinus@gmx.de>
6840         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
6841         Fix errors in copying directories.
6842         (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
6843         (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
6844         (tramp-handle-delete-file)
6845         (tramp-handle-dired-recursive-delete-directory)
6846         (tramp-handle-write-region): Flush also the cache for the upper
6847         directory.
6849 2010-02-16  Chong Yidong  <cyd@stupidchicken.com>
6851         * simple.el (save-interprogram-paste-before-kill): Doc fix.
6853         * cus-edit.el (hardware): Doc fix.
6855         * man.el (man): Add to external custom group.
6857         * delim-col.el (columns): Move to wp custom group.
6859         * doc-view.el (doc-view): Add to data custom group.
6861         * cedet/data-debug.el (data-debug): Move to extensions group.
6863         * cedet/ede.el (ede):
6864         * cedet/srecode.el (srecode):
6865         * cedet/semantic.el (semantic): Put in tools and extensions group.
6867         * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
6869         * textmodes/flyspell.el (flyspell-word): Obey the offset specified
6870         by ispell-parse-output (Bug#5575).
6872 2010-02-16  Kenichi Handa  <handa@m17n.org>
6874         * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
6875         (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
6876         (skkdic-convert): Use `euc-japan' coding system for writing.
6878 2010-02-16  Glenn Morris  <rgm@gnu.org>
6880         * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
6881         tex-main-file before using it.  (Bug#5562)
6883 2010-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6885         * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
6886         warnings, since it is annoying for the user to see them each time he
6887         runs the code.
6889 2010-02-15  Michael Albinus  <michael.albinus@gmx.de>
6891         * net/tramp.el (tramp-process-actions, tramp-read-passwd):
6892         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
6893         instead of PROC for caching "first-password-request".  Otherwise,
6894         new processes would not profit from passwords already entered.
6896         * net/tramp-cache.el (tramp-dump-connection-properties):
6897         Don't save "first-password-request" property.
6899 2010-02-14  Juanma Barranquero  <lekktu@gmail.com>
6901         * outline.el (outline-head-from-level):
6902         * simple.el (with-wrapper-hook):
6903         * cedet/ede.el (ede-run-target, project-delete-target)
6904         (project-dist-files, ede-name, ede-documentation, ede-parent-project)
6905         (ede-adebug-project, ede-adebug-project-parent)
6906         (ede-adebug-project-root):
6907         * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
6908         (elint-defun, elint-buffer-env, elint-top-form-logged)
6909         (elint-unbound-variable):
6910         * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
6911         Fix typos in docstrings.
6913 2010-02-14  Michael Albinus  <michael.albinus@gmx.de>
6915         * files.el (insert-directory): When WILDCARD-REGEXP and
6916         FULL-DIRECTORY-P are nil, insert the file entry instead of the
6917         whole directory.  (Bug#5551)
6919         * net/ange-ftp.el (ange-ftp-insert-directory): Insert "  " for
6920         dired's alignment sanity.  (Bug#5516)
6922 2010-02-14  Juri Linkov  <juri@jurta.org>
6924         * man.el (Man-fontify-manpage, Man-cleanup-manpage):
6925         Remove remaining ^H with their preceding chars.  (Bug#5566)
6927 2010-02-13  Glenn Morris  <rgm@gnu.org>
6929         * simple.el (transpose-subr): Give it a doc-string.
6931         * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
6932         Doc fixes.
6934 2010-02-12  Juri Linkov  <juri@jurta.org>
6936         * arc-mode.el (archive-unique-fname): Make directories for nested
6937         archives.  (Bug#5540)
6939 2010-02-12  Juri Linkov  <juri@jurta.org>
6941         * ffap.el (dired-at-point): Fix docstring.  (Bug#5565)
6943 2010-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6945         * subr.el (copy-overlay): Handle deleted overlays.
6947         * man.el (Man-completion-table): Don't signal an error if we can't run
6948         manual-program (bug#4056).
6950 2010-02-10  Juanma Barranquero  <lekktu@gmail.com>
6952         * textmodes/artist.el (artist-mt): Fix typos in docstring.
6954 2010-02-10  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6956         * info.el (Info-bookmark-jump): Simplify.
6958         * bookmark.el (bookmark-handle-bookmark): Catch the right error.
6959         (bookmark-default-handler): Accept new bookmark field `buffer'.
6961 2010-02-10  Chong Yidong  <cyd@stupidchicken.com>
6963         * iswitchb.el (iswitchb-completions): Revert last change.
6965 2010-02-10  Michael Albinus  <michael.albinus@gmx.de>
6967         * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
6968         FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
6969         This prevents file names like "~/" being listed literally.
6971 2010-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
6973         * term/xterm.el (xterm-maybe-set-dark-background-mode):
6974         Remove dead code.  (Bug#5546)
6976 2010-02-09  Chong Yidong  <cyd@stupidchicken.com>
6978         * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
6979         correctly (Bug#5548).
6981 2010-02-08  Jose E. Marchesi  <jemarch@gnu.org>
6983         * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
6984         (ada-adjust-case): Don't adjust case in hexadecimal number literals.
6986 2010-02-08  Kenichi Handa  <handa@m17n.org>
6988         * international/mule-util.el (with-coding-priority): Add autoload
6989         cookie for putting `lisp-indent-function'.
6991 2010-02-07  Glenn Morris  <rgm@gnu.org>
6993         * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
6994         Move F2003 named interfaces from keywords-2 to keywords-1, and
6995         use function-name-face rather than constant-face.
6996         Simplify "abstract interface" regexp.
6998 2010-02-07  Chong Yidong  <cyd@stupidchicken.com>
7000         * eshell/esh-util.el (eshell-file-attributes): New optional arg
7001         ID-FORMAT.  Pass it to `file-attributes'.
7003         * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
7005 2010-02-07  sj  <prime.wizard+emacs@gmail.com>  (tiny change)
7007         * faces.el (set-face-attribute): Allow calling
7008         internal-set-lisp-face-attribute with 'unspecified family and
7009         foundry argument (Bug#5536).
7011 2010-02-07  Glenn Morris  <rgm@gnu.org>
7013         * progmodes/f90.el (f90-font-lock-keywords-2)
7014         (f90-looking-at-type-like, f90-looking-at-program-block-end):
7015         Handle F2003 named interfaces.
7017 2010-02-06  Chong Yidong  <cyd@stupidchicken.com>
7019         * progmodes/cc-mode.el (c-common-init): Bind temporary variables
7020         beg and end before calling c-get-state-before-change-functions.
7022 2010-02-06  Dan Nicolaescu  <dann@ics.uci.edu>
7024         * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
7026 2010-02-05  Juri Linkov  <juri@jurta.org>
7028         * doc-view.el (doc-view-mode):
7029         * image-mode.el (image-mode): Put property mode-class=special.
7030         (Bug#4896)
7032 2010-02-05  Mark A. Hershberger  <mah@everybody.org>
7034         * vc-svn.el (vc-svn-revision-table): New function.
7036 2010-02-05  Michael Albinus  <michael.albinus@gmx.de>
7038         * net/ange-ftp.el (ange-ftp-insert-directory):
7039         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
7040         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
7041         Handle also directories.  (Bug#5478)
7043 2010-02-05  Glenn Morris  <rgm@gnu.org>
7045         * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
7047 2010-02-05  Chong Yidong  <cyd@stupidchicken.com>
7049         * startup.el (command-line-1): Convert options beginning with a
7050         single dash as well (Bug#5519).
7052 2010-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7054         Make `initials' completion work for /hh -> /home/horn again (bug#5524).
7055         * minibuffer.el (completion-initials-expand): Only check the presence
7056         of delims *within* the boundaries, since otherwise the / delim is
7057         always found for files.
7059         Fix up various corner case problems.
7060         * doc-view.el (doc-view-last-page-number): New function.
7061         (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
7062         (doc-view-goto-page): Avoid inf-loops when the conversion fails.
7063         (doc-view-kill-proc): Avoid inf-loop in freak cases.
7064         (doc-view-reconvert-doc): Use the new recursive delete-directory.
7065         (doc-view-convert-current-doc): Don't create the resolution.el file
7066         here any more.
7067         (doc-view-pdf/ps->png): Do it here instead.
7068         (doc-view-already-converted-p): Check that resolution.el is present.
7069         (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
7070         windows that are not yet showing images.
7072 2010-02-04  Michael Albinus  <michael.albinus@gmx.de>
7074         * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
7075         `dired-uncache' for every elemnt which is an absolute file name.
7077         * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
7078         directory, handle its directory component.
7079         (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
7080         function is called permanently and creates noise, otherwise.
7082         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
7083         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
7084         Handle the case, FILENAME is not in `default-directory'.  (Bug#5478)
7086 2010-02-04  David Burger  <dburger@google.com>  (tiny change)
7088         * macros.el (apply-macro-to-region-lines):
7089         Minor simplification.  (Bug#5485)
7091 2010-02-04  Glenn Morris  <rgm@gnu.org>
7093         * mail/rmail.el (rmail-show-message-1): Handle malformed
7094         quoted-printable text.  (Bug#5441)
7096         * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
7098         * simple.el (visual-line-mode): Capitalize lighter.
7100 2010-02-03  John Wiegley  <jwiegley@gmail.com>
7102         * iswitchb.el (iswitchb-completions): Add bookmark files to the
7103         list of files considered for "virtual buffer" completions.
7105 2010-02-03  Michael Albinus  <michael.albinus@gmx.de>
7107         * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
7108         also in case of (and (not full) (not wildcard)).  This is needed
7109         when dired is called with a list of files, which are not in
7110         `default-directory'.  (Bug#5478)
7112 2010-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7114         * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
7116 2010-02-02  Juri Linkov  <juri@jurta.org>
7118         * textmodes/ispell.el (ispell-message-text-end): Remove final newline
7119         from unidiff to allow function-line after @@.
7121 2010-02-02  Juri Linkov  <juri@jurta.org>
7123         * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
7124         '(RCS SCCS) with inverted condition.
7126 2010-02-02  Michael Albinus  <michael.albinus@gmx.de>
7128         * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
7129         messages.
7131 2010-02-01  Juri Linkov  <juri@jurta.org>
7133         * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
7134         compare with "pkunzip" and "pkzip" instead of only "pkzip".
7135         In the `archive-extract-by-stdout' branch use `shell-quote-argument'
7136         only when (car archive-zip-extract) is "unzip".  (Bug#5475)
7138 2010-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7140         * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
7141         (doc-view-revert-buffer): New command.
7142         (doc-view-mode-map): Use it.
7144 2010-02-01  Dan Nicolaescu  <dann@ics.uci.edu>
7146         * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
7147         pending merge is detected.
7149 2010-01-31  Juri Linkov  <juri@jurta.org>
7151         * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
7152         beginning of interactive spec like all other grep commands do.
7153         Put "all" in front of "gz".  (Bug#5260)
7155 2010-01-29  Dan Nicolaescu  <dann@ics.uci.edu>
7157         * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
7159 2010-01-29  Chong Yidong  <cyd@stupidchicken.com>
7161         * dirtrack.el (dirtrack): Warn instead of signalling error if the
7162         regexp is incorrect (Bug#5476).
7164 2010-01-29  Michael Albinus  <michael.albinus@gmx.de>
7166         * net/tramp.el (tramp-handle-insert-directory): Handle also
7167         symlinks, when FILENAME is not in `default-directory'.
7169 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
7171         * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
7172         FILE is not in `default-directory'.  (Bug#5478)
7174         * net/tramp.el (tramp-handle-insert-directory): Simplify handling
7175         of SWITCHES.  Handle the case, FILENAME is not in
7176         `default-directory'.  (Bug#5478)
7177         (tramp-register-file-name-handlers): Add safe-magic property.
7179 2010-01-28  Chong Yidong  <cyd@stupidchicken.com>
7181         * arc-mode.el (archive-zip-extract): Quote the argument passed to
7182         unzip (Bug#5475).
7184 2010-01-28  Nil Geisweiller  <ngeiswei@googlemail.com>  (tiny change)
7186         * progmodes/flymake.el (flymake-allowed-file-name-masks)
7187         (flymake-master-make-header-init): Add other C++ filename masks.
7188         (flymake-find-possible-master-files)
7189         (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
7191 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
7193         Fix some busybox annoyances.
7195         * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
7196         not responding." string.
7197         (tramp-open-connection-setup-interactive-shell): Dump stty
7198         settings.  Enable "neveropen" arg for all `tramp-send-command'
7199         calls.  Handle "=" in variable values properly.
7200         (tramp-find-inline-encoding): Raise an error, when no encoding is
7201         found.
7202         (tramp-wait-for-output): Check, whether PROC buffer is available.
7203         Remove spurious " ^H" sequences, sent by busybox.
7204         (tramp-get-ls-command): Suppress coloring, if possible.
7206 2010-01-28  Glenn Morris  <rgm@gnu.org>
7208         * vc-svn.el (vc-svn-update): Use "svn --non-interactive".  (Bug#4280)
7210         * log-edit.el (log-edit-strip-single-file-name): Add missing
7211         :safe, :group, and :version tags.
7213 2010-01-27  Stephen Berman  <stephen.berman@gmx.net>
7215         * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
7216         buffers.  (Bug#5477)
7218 2010-01-27  David De La Harpe Golden  <david@harpegolden.net>
7220         * files.el (delete-directory): Handle moving to trash without
7221         first doing recursion (Bug#5436).
7223 2010-01-26  Dan Nicolaescu  <dann@ics.uci.edu>
7225         * vc-hooks.el (vc-path): Mark as obsolete.
7227 2010-01-25  Dan Nicolaescu  <dann@ics.uci.edu>
7229         * vc-annotate.el (vc-annotate-revision-at-line): Compare file
7230         names too.
7232         * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
7233         for the short log.
7234         (vc-bzr-log-view-mode): Adjust regexp for the above change.
7236 2010-01-25  Mark A. Hershberger  <mah@everybody.org>
7238         * progmodes/python.el: Replace reference to obsolete c-subword-mode.
7240         * vc-bzr.el (vc-bzr-revision-table): New function.
7242 2010-01-25  Eric Hanchrow  <eric.hanchrow@gmail.com>  (tiny change)
7244         * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
7245         diff-index command.  This requires at least git-1.5.5.  (Bug#1589).
7247 2010-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
7249         Remove support for adding --signoff on commit.
7250         Future support will use an incompatible generic mechanism.
7251         * vc-git.el (vc-git-add-signoff): Remove variable.
7252         (vc-git-toggle-signoff): Remove function.
7253         (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
7255         * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
7256         from xterm-set-background-mode.  Return t if the background mode
7257         was set.
7258         (terminal-init-xterm): Move tty-set-up-initial-frame-faces
7259         earlier, call it again in case the background mode has changed.
7261 2010-01-23  Dmitri Paduchikh  <dpaduch@k66.ru>  (tiny change)
7263         * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
7264         (Bug#3541).
7266 2010-01-23  Chong Yidong  <cyd@stupidchicken.com>
7268         * emacs-lisp/assoc.el (aelement): Doc fix.
7269         (aput, adelete, amake): Use lexical-let (Bug#5450).
7271 2010-01-23  Stephen Leake  <stephen_leake@member.fsf.org>
7273         * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
7274         is the same as subprogram call, not declaration.  (Bug#5435).
7276 2010-01-23  Michael Albinus  <michael.albinus@gmx.de>
7278         * net/tramp-smb.el (tramp-smb-conf): New defcustom.
7279         (tramp-smb-maybe-open-connection): Use it.
7281 2010-01-22  Michael Albinus  <michael.albinus@gmx.de>
7283         * net/tramp-imap.el (top): Autoload needed packages.  (Bug#5448)
7285 2010-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7287         * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
7288         just because we see "encoding: 8bit".
7289         * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
7291 2010-01-22  Chong Yidong  <cyd@stupidchicken.com>
7293         * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
7295 2010-01-22  Eli Zaretskii  <eliz@gnu.org>
7297         * jka-compr.el (jka-compr-load): If load-file is not in
7298         load-history, try its file-truename version.  (bug#5447)
7300 2010-01-21  Alan Mackenzie  <acm@muc.de>
7302         Fix a situation where deletion of a cpp construct throws an error.
7303         * progmodes/cc-engine.el (c-invalidate-state-cache):
7304         Before invoking c-with-all-but-one-cpps-commented-out, check that the
7305         special cpp construct is still in the buffer.
7306         (c-parse-state): Record the special cpp with markers, not numbers.
7308 2010-01-21  Kenichi Handa  <handa@m17n.org>
7310         * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
7311         process last-command-event, as it is now decoded first (Bug#5380).
7313 2010-01-20  Chong Yidong  <cyd@stupidchicken.com>
7315         * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
7317 2010-01-20  Glenn Morris  <rgm@gnu.org>
7319         * indent.el (tab-always-indent): Fix custom-type.
7321 2010-01-19  Alan Mackenzie  <acm@muc.de>
7323         * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
7324         buffer throws "args out of range".
7325         (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
7326         playing the role of delimiter.
7328 2010-01-18  Stephen Leake  <stephen_leake@member.fsf.org>
7330         * progmodes/ada-mode.el: Fix bug#5400.
7331         (ada-matching-decl-start-re): Move into ada-goto-decl-start.
7332         (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
7333         changed.  Delete RECURSIVE parameter; never used.  Improve doc string.
7334         Improve comments in "is" portion.  Handle null procedure declaration.
7335         (ada-move-to-end): Improve doc string.
7337 2010-01-18  Óscar Fuentes  <ofv@wanadoo.es>
7339         * ido.el (ido-cur-list): Initialize to nil.
7340         Remove obsolete information from commentary.
7341         (ido-choice-list): Initialize to nil.
7342         (ido-get-bufname): Reject minibuffers.
7343         (ido-make-buffer-list): If "default" is a nonexistent
7344         buffer, ignore it, as per the function's comment.
7345         (ido-kill-buffer-internal): New function.
7346         (ido-kill-buffer-at-head): Use it.
7347         (ido-visit-buffer): Likewise.
7349 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
7351         * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
7353 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
7355         * cedet/ede/locate.el (ede-locate-file-in-project)
7356         (ede-locate-file-in-project-impl): Fix typos in docstrings.
7357         (ede-enable-locate-on-project): Fix typos in error messages.
7359         * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
7360         (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
7361         (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
7362         (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
7363         (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
7364         Fix typos in menu help.
7366         * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
7367         Fix typos in chart titles.
7369         * whitespace.el (whitespace-style, global-whitespace-newline-mode):
7370         * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
7371         (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
7372         (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
7373         (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
7374         (semantic-parse-stream, semantic-parse-region)
7375         (semantic-parse-region-default, semantic--set-buffer-cache)
7376         (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
7377         (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
7378         (semantic-default-submodes):
7379         * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
7380         (semanticdb-create-ebrowse-database)
7381         (semanticdb-find-tags-for-completion-method)
7382         (semanticdb-find-tags-by-class-method)
7383         (semanticdb-deep-find-tags-by-name-method)
7384         (semanticdb-deep-find-tags-for-completion-method):
7385         * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
7386         (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
7387         (semanticdb-find-tags-for-completion-method)
7388         (semanticdb-find-tags-by-class-method)
7389         (semanticdb-deep-find-tags-for-completion-method):
7390         * cedet/semantic/db-find.el (semanticdb-find-translate-path)
7391         (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
7392         (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
7393         (semanticdb-find-tags-by-name-method)
7394         (semanticdb-find-tags-by-name-regexp-method)
7395         (semanticdb-find-tags-for-completion-method)
7396         (semanticdb-find-tags-by-class-method)
7397         (semanticdb-find-tags-external-children-of-type-method)
7398         (semanticdb-find-tags-subclasses-of-type-method)
7399         (semanticdb-deep-find-tags-by-name-method)
7400         (semanticdb-deep-find-tags-by-name-regexp-method)
7401         (semanticdb-deep-find-tags-for-completion-method):
7402         * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
7403         (semanticdb-enable-gnu-global-in-buffer)
7404         (semanticdb-find-tags-for-completion-method)
7405         (semanticdb-deep-find-tags-by-name-method)
7406         (semanticdb-deep-find-tags-for-completion-method):
7407         * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
7408         (javascript-mode, semanticdb-find-translate-path)
7409         (semanticdb-find-tags-for-completion-method)
7410         (semanticdb-find-tags-by-class-method)
7411         (semanticdb-deep-find-tags-by-name-method)
7412         (semanticdb-deep-find-tags-for-completion-method)
7413         (semanticdb-find-tags-external-children-of-type-method):
7414         * cedet/semantic/idle.el (semantic-idle-work-core-handler)
7415         (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
7416         (global-semantic-idle-scheduler-mode):
7417         * cedet/srecode/dictionary.el (srecode-field-value)
7418         (srecode-dictionary-add-section-dictionary):
7419         * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
7420         (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
7421         (describe-class, eieio-describe-generic, describe-generic):
7422         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
7423         (eieio-speedbar-expand):
7424         * emulation/viper-cmd.el (viper-exec-form-in-vi)
7425         (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
7426         (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
7427         (viper-del-backward-char-in-replace, viper-backward-indent)
7428         (viper-brac-function, viper-register-to-point, viper-submit-report):
7429         * net/tramp.el (tramp-remote-coding-commands):
7430         * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
7431         Fix typos in docstrings.
7433 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
7435         * mail/sendmail.el (mail-yank-original): Set the mark if the
7436         specified function for yanking does not do it.
7438 2010-01-17  Dan Nicolaescu  <dann@ics.uci.edu>
7440         * vc.el (with-vc-properties): Deal with directory arguments.  (Bug#5298)
7442         * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
7443         resyncing a directory.
7445 2010-01-17  Stephen Leake  <stephen_leake@member.fsf.org>
7447         * progmodes/ada-mode.el: Fix bug#1920.
7448         (ada-ident-re): Delete ., allow multibyte characters.
7449         (ada-goto-label-re): New; matches goto labels.
7450         (ada-block-label-re): New; matches block labels.
7451         (ada-label-re): New; matches both.
7452         (ada-named-block-re): Deleted; callers changed to use
7453         `ada-block-label-re' instead.
7454         (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
7455         Use `ada-block-label-re'.
7456         (ada-indent-on-previous-lines): Improve handling of goto labels.
7457         (ada-get-indent-block-start): Special-case block label.
7458         (ada-get-indent-label): Split into `ada-indent-block-label' and
7459         `ada-indent-goto-label'.
7460         (ada-goto-stmt-start, ada-goto-next-non-ws):
7461         Optionally ignore goto labels.
7462         (ada-goto-next-word): Simplify.
7463         (ada-indent-newline-indent-conditional): Insert newline before
7464         trying to fix indentation; doc fix.
7466 2010-01-17  Jay Belanger  <jay.p.belanger@gmail.com>
7468         * calc/calc.el (calc-command-flags): Give it an initial value.
7470 2010-01-17  Glenn Morris  <rgm@gnu.org>
7472         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
7474 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
7476         * cedet/semantic.el (semantic-mode):
7477         * files.el (minibuffer-with-setup-hook):
7478         * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
7479         (artist-key-draw-continously, artist-key-do-continously-continously)
7480         (artist-key-set-point-continously, artist-mouse-draw-continously):
7481         Fix typos in docstrings.
7483 2010-01-16  Lennart Borgman  <lennart.borgman@gmail.com>
7485         * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
7486         return t (Bug#3898).
7488 2010-01-16  Frédéric Perrin  <frederic.perrin@resel.fr>  (tiny change)
7490         * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
7491         can parse the output of the external commands (Bug#5279).
7493 2010-01-16  Jari Aalto  <jari.aalto@cante.net>
7495         * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
7497 2010-01-16  Chong Yidong  <cyd@stupidchicken.com>
7499         * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
7501         * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
7503         * startup.el (command-line): Remove unused --icon-type arg.
7504         Handle --display arg, passing it to command-line-1 (Bug#5392).
7506 2010-01-16  Mario Lang  <mlang@delysid.org>
7508         * cedet/ede/cpp-root.el (ede-cpp-root-project):
7509         * cedet/ede/files.el (ede-expand-filename):
7510         * cedet/ede/simple.el (ede-simple-project):
7511         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
7512         (semantic-complete-inline-tag-engine):
7513         * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
7514         * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
7515         * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
7516         * cedet/semantic/db.el (semanticdb-equivalent-mode):
7517         * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
7518         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
7519         * emacs-lisp/chart.el (chart-translate-namezone):
7520         * textmodes/artist.el (artist-compute-popup-menu-table):
7521         Remove duplicated words in doc-strings.
7523 2010-01-15   David Abrahams  <dave@boostpro.com>  (tiny change)
7525         * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
7526         to mairix-search to suppress threading (Bug#5342).
7528 2010-01-15  Kenichi Handa  <handa@m17n.org>
7530         * international/mule-cmds.el (canonicalize-coding-system-name):
7531         Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
7533 2010-01-15  Glenn Morris  <rgm@gnu.org>
7535         * log-view.el (top-level): Require 'wid-edit.  (Bug#5311)
7537         * wid-edit.el (widget-keymap): Doc fix.
7539         * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
7540         former seems to be more widely accepted by various svn versions.
7542 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
7544         * find-cmd.el (find-constituents):
7545         * vc-arch.el (vc-arch-root):
7546         * window.el (window-body-height, pop-up-frames):
7547         * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
7548         (semantic-no-reparse-needed-change-hook):
7549         * cedet/srecode/insert.el (srecode-resolve-argument-list)
7550         (srecode-template-inserter-blank, srecode-template-inserter-variable)
7551         (srecode-template-inserter-ask, srecode-template-inserter-width)
7552         (srecode-template-inserter-section-start)
7553         (srecode-template-inserter-section-end, srecode-insert-method):
7554         * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
7555         * progmodes/ada-stmt.el (ada-if):
7556         * progmodes/gdb-ui.el (gdb-jsonify-buffer):
7557         * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
7558         (ispell-encoding8-command, ispell-aspell-supports-utf8)
7559         (ispell-last-program-name, ispell-help): Fix typos in docstrings.
7561         * progmodes/flymake.el (flymake-post-syntax-check):
7562         Fix typo in error message.
7564 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
7566         * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
7567         which is always a string.  (Bug#5313)
7569 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
7571         * progmodes/ada-xref.el (ada-default-prj-properties):
7572         Simplify previous change.
7574 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
7576         * progmodes/ada-xref.el (ada-default-prj-properties):
7577         Default ada_project_path to $ADA_PROJECT_PATH.
7579 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
7581         * progmodes/ada-mode.el (ada-create-keymap):
7582         Override `narrow-to-defun' with `ada-narrow-to-defun'.
7584 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
7586         * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
7587         (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
7588         (ada-get-current-indent, ada-imenu-generic-expression)
7589         (ada-which-function): Check for it.
7591 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
7593         * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
7594         (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
7596 2010-01-14  Glenn Morris  <rgm@gnu.org>
7598         * frame.el (show-trailing-whitespace): Safe if boolean.  (Bug#5312)
7600 2010-01-14  Kenichi Handa  <handa@m17n.org>
7602         * composite.el (auto-composition-mode): Make it a buffer local
7603         variable (permanent-local).
7604         (auto-composition-function): Set the default value to
7605         auto-compose-chars.
7606         (auto-composition-mode): Make it a simple function, not a minor mode.
7607         (global-auto-composition-mode): Likewise.
7608         (turn-on-auto-composition-if-enabled): Delete it.
7610 2010-01-13  Karl Fogel  <kfogel@red-bean.com>
7612         * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
7614 2010-01-12  Michael Albinus  <michael.albinus@gmx.de>
7616         * files.el (copy-directory): Compute target for recursive
7617         directories with identical names.  (Bug#5343)
7619 2010-01-12  Glenn Morris  <rgm@gnu.org>
7621         * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
7622         it to bug-gnu-emacs rather than emacs-pretest-bug.
7624 2010-01-12  Juanma Barranquero  <lekktu@gmail.com>
7626         * cedet/data-debug.el (data-debug): Fix customization group reference.
7628 2010-01-12  Juanma Barranquero  <lekktu@gmail.com>
7630         * cedet/semantic/analyze.el (semantic-analyze-push-error)
7631         (semantic-analyze-context, semantic-analyze-context-assignment)
7632         (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
7633         * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
7634         (semantic-java-doc-keywords-map):
7635         * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
7636         (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
7637         (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
7638         (semantic-c-classname, semantic-format-tag-uml-prototype)
7639         (semantic-c-dereference-namespace, semantic-analyze-type-constants):
7640         * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
7641         (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
7642         (semantic-get-local-variables, semantic-end-of-command)
7643         (semantic-beginning-of-command, semantic-ctxt-current-class-list)
7644         (lisp-mode):
7645         * cedet/semantic/bovine/make.el (makefile-mode):
7646         * cedet/semantic/wisent/python.el (wisent-python-string-re)
7647         (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
7648         (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
7649         (semantic-lex, semantic-get-local-variables, python-mode):
7650         * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
7651         * cedet/srecode/extract.el (srecode-extract-state-set)
7652         (srecode-extract-method): Fix typos in docstrings.
7654 2010-01-11  Sam Steingold  <sds@gnu.org>
7656         * imenu.el (imenu-default-create-index-function): Detect infinite
7657         loops caused by imenu-prev-index-position-function.
7659 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
7661         * htmlfontify.el (htmlfontify-load-rgb-file)
7662         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
7663         (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
7664         (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
7665         (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
7666         (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
7667         (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
7668         (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
7669         (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
7670         (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
7671         (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
7672         (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
7673         (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
7674         (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
7675         (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
7676         (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
7677         (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
7678         (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
7679         (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
7680         (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
7681         (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
7682         (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
7683         (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
7684         backslash-quoting from parentheses, etc.
7686 2010-01-11  Chong Yidong  <cyd@stupidchicken.com>
7688         * progmodes/js.el: Autoload javascript-mode alias.
7690 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
7692         * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
7693         (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
7694         (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
7695         (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
7696         Fix typos in docstrings.
7697         (ffap-url-regexp): Doc fix.
7698         (ffap-at-mouse): Fix typo in message.
7700 2010-01-11  Glenn Morris  <rgm@gnu.org>
7702         * version.el (emacs-copyright): Set copyright year to 2010.
7704 2010-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7706         * format.el (format-annotate-function): Only set
7707         write-region-post-annotation-function after running to-fn so as not to
7708         affect nested write-region calls (bug#5273).
7710 2010-01-10  Chong Yidong  <cyd@stupidchicken.com>
7712         * cedet/semantic.el (semantic-new-buffer-setup-functions):
7713         Add python parser.
7715         * Makefile.in (ELCFILES): Add wisent/python-wy.el and
7716         wisent/python.el.
7718 2010-01-10  Richard Kim  <emacs18@gmail.com>
7720         * cedet/semantic/wisent/python-wy.el:
7721         * cedet/semantic/wisent/python.el: New files.
7723 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
7725         * man.el (Man-goto-section): Signal error if the section is not
7726         found (Bug#5317).
7728 2010-01-09  Juanma Barranquero  <lekktu@gmail.com>
7730         * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
7731         URLs with a leading triple slash in the file: scheme.  (Bug#5345)
7733 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
7735         * progmodes/compile.el: Don't treat compile-command as safe if
7736         compilation-read-command might be nil (Bug#4218).
7738 2010-01-09  Jan Djärv  <jan.h.d@swipnet.se>
7740         * startup.el (command-line-1): Use orig-argi to check for ignored X and
7741         NS options.
7743 2010-01-08  Kenichi Handa  <handa@m17n.org>
7745         * international/fontset.el (build-default-fontset-data):
7746         Exclude characters in scripts kana, hangul, han, or cjk-misc.
7748 2010-01-07  Juanma Barranquero  <lekktu@gmail.com>
7750         * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
7751         to `create-file-buffer' as it expects, not just a buffer name.
7752         (vc-dir-mode): Include the buffer name in `list-buffers-directory',
7753         to help uniquify.  (Bug#3224)
7755 2010-01-06  Jan Djärv  <jan.h.d@swipnet.se>
7757         * font-setting.el (font-setting-change-default-font): Use user-spec
7758         instead of name.
7760 2010-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
7762         * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
7764 2010-01-05  Tom Tromey  <tromey@redhat.com>
7766         * progmodes/python.el (python-font-lock-keywords):
7767         Handle qualified decorators (Bug#881).
7769 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
7771         * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
7772         in a lightweight checkout.
7774 2010-01-05  Kenichi Handa  <handa@m17n.org>
7776         * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
7778 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
7780         * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
7782 2010-01-04  Dan Nicolaescu  <dann@ics.uci.edu>
7784         * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
7785         checkouts.  (Bug#618)
7786         (vc-bzr-log-view-mode): Also highlight the author.
7787         (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
7788         (vc-bzr-shelve-menu-map):
7789         (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
7790         (vc-bzr-shelve-apply): Make prompt more explicit.
7792 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
7794         * net/browse-url.el (browse-url-encode-url): Don't escape commas.
7795         They are valid characters in URL paths (rfc3986), and at least
7796         Firefox does not understand the encoded version (Bug#3166).
7798 2010-01-02  Daniel Elliott  <danelliottster@gmail.com>  (tiny change)
7800         * progmodes/octave-mod.el (octave-end-keywords)
7801         (octave-block-begin-or-end-regexp, octave-block-match-alist):
7802         Add "end" keyword (Bug#3061).
7803         (octave-end-as-array-index-p): New function.
7804         (calculate-octave-indent): Use it.
7806 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
7808         * bookmark.el: Consistently put the text property on the bookmark name.
7809         (bookmark-bmenu-marks-width): Bump back to 2, to include
7810         annotation marks.
7811         (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
7812         property on the bookmark name, instead of not putting it at all.
7813         (bookmark-bmenu-list): Fix where we put the text property.
7815 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
7817         * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
7818         for showing buffer modified state (as added in the previous change).
7820 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
7822         * bookmark.el: Show modified state of bookmark buffer more accurately.
7823         (bookmark-bmenu-list): Initialize buffer-modified-p properly.
7824         (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
7825         (with-buffer-modified-unmodified): New macro.
7826         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
7827         (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
7828         Use new macro to preserve the buffer modified state.
7830 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
7832         * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
7833         (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
7834         (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
7835         (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
7836         (bookmark-bmenu-rename, bookmark-bmenu-locate)
7837         (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
7838         Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
7840 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
7842         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
7843         Make the lines in the generated doc string shorter.  (Bug#4668)
7845 2010-01-02  Ryan Yeske  <rcyeske@gmail.com>
7847         * net/rcirc.el: Add follow-link binding (Bug#4738).
7849 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
7851         * Makefile.in (bzr-update): Rename from cvs-update.
7852         (cvs-update): New target for backward compatibility.
7854         * makefile.w32-in (bzr-update): Rename from cvs-update.
7855         (cvs-update): New target for backward compatibility.
7857 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
7859         * bookmark.el: Remove gratuitous gratitude.
7861 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
7863         * bookmark.el (bookmark-bmenu-any-marks): New function.
7864         (bookmark-bmenu-save): Clear buffer modification if no marks.
7866 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
7868         * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
7869         (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
7870         positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
7871         This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
7873         http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
7874         From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
7875         To: emacs-devel {_AT_} gnu.org
7876         Subject: bookmark.el bug report
7877         Date: Mon, 28 Dec 2009 14:19:16 +0800
7878         Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
7880 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
7882         * bookmark.el: Improvements suggested by Drew Adams:
7883         (bookmark-bmenu-ensure-position): New name for
7884         `bookmark-bmenu-check-position'.  Just ensure the position,
7885         don't return any meaningful value.
7886         (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
7887         New constants.
7889 2010-01-02  Juanma Barranquero  <lekktu@gmail.com>
7891         * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
7892         (bookmark-yank-point, bookmark-bmenu-check-position):
7893         Fix typos in docstrings.
7894         (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
7895         (bookmark-name-from-full-record, bookmark-get-position)
7896         (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
7897         (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
7898         Remove useless quoting of parenthesis, etc. in docstrings.
7900         * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
7901         (ediff-append-custom-diff): Fix typo in error message.
7902         (ediff-meta-mark-equal-files): Fix typos in messages.
7904         * mpc.el (mpc-playlist-delete): Fix typo in error messages.
7906         * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
7907         Fix typo in docstring.
7909         * net/imap-hash.el (imap-hash-make): Doc fix.
7910         (imap-hash-test): Fix typo in error message; reflow docstring.
7911         (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
7912         (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
7913         (imap-hash-mailbox, imap-hash-user, imap-hash-password):
7914         Fix typos in docstrings.
7915         (imap-hash-open-connection): Fix typo in error message.
7917         * play/gomoku.el (gomoku): Fix typos in docstring.
7919         * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
7920         (gdb-jsonify-buffer): Fix typos in docstring.
7921         (gdb-goto-breakpoint): Fix typo in error message.
7922         ("Display Other Windows"): Fix typo in help message.
7923         (gdb-speedbar-expand-node): Fix typo in question.
7925         * progmodes/idlw-help.el (idlwave-help-browse-url-available)
7926         (idlwave-html-system-help-location, idlwave-html-help-location)
7927         (idlwave-help-browser-function, idlwave-help-browser-generic-program)
7928         (idlwave-help-browser-generic-args, idlwave-help-directory)
7929         (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
7930         (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
7931         (idlwave-online-help, idlwave-help-html-link)
7932         (idlwave-help-show-help-frame, idlwave-help-assistant-command):
7933         Fix typos in docstrings.
7934         (idlwave-help-with-source, idlwave-help-find-routine-definition):
7935         Reflow docstrings.
7936         (idlwave-help-assistant-start): Fix typo in error message.
7938         * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
7939         (octave-electric-space): Fix typos in docstrings.
7941 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
7943         * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
7945 2010-01-01  Juri Linkov  <juri@jurta.org>
7947         * comint.el (comint-input-ring-size): Make it a defcustom and
7948         increase the default to 500 (Bug#5148).
7950 2009-12-31  Nick Roberts  <nickrob@snap.net.nz>
7952         Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
7953         * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
7954         * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
7956 2009-12-30  Nick Roberts  <nickrob@snap.net.nz>
7958         Show working revision correctly for mercurial.
7959         * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
7960         hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
7962 2009-12-29  Juanma Barranquero  <lekktu@gmail.com>
7964         Declare some functions for the byte-compiler.
7965         * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
7966         (speedbar-timer-fn, speedbar-change-expand-button-char)
7967         (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
7969 2009-12-29  Nick Roberts  <nickrob@snap.net.nz>
7971         This changeset reverts GDB Graphical Interface to use annotations.
7972         * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
7974 2009-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
7976         Make vc-dir work on subdirectories of the bzr root.
7977         * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.  Return
7978         file names relative to it.
7979         (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
7980         relative directory to vc-bzr-after-dir-status.
7982 2009-12-28  Tassilo Horn  <tassilo@member.fsf.org>
7984         * font-lock.el (font-lock-refresh-defaults): New function, which
7985         can be used to let font-lock react to external changes in
7986         variables like font-lock-defaults and keywords.
7987         See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
7989 2009-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
7991         * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
7993         * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
7995 2009-12-28  Juanma Barranquero  <lekktu@gmail.com>
7997         Supersede color.diff settings in git log (bug#5211).
7999         * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
8000         escape chars in its output when the user has color.diff set to `always'.
8001         This fix works on git 1.4.2 and newer (released on 2006-08-13).
8003 2009-12-26  Kevin Ryde  <user42@zip.com.au>
8005         * info-look.el (sh-mode): Look for coreutils new "Concept Index"
8006         node.  Keep previous "Index" name to work with past coreutils too.
8008         * man.el (man): Revise docstring a bit to show -a and -l as
8009         examples.  Add -k description since support for it has otherwise
8010         been a secret.  (Further to bug#3717.)
8011         (Man-bgproc-sentinel): When "-k foo" produces no output show error
8012         "no matches" rather than "Can't find manpage", as the latter reads
8013         like -k was interpreted as a page name, which is not so.  (Bug#5431)
8015 2009-12-26  Michael Albinus  <michael.albinus@gmx.de>
8017         * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
8018         switches.  Check also for //SUBDIRED// line.
8020 2009-12-25  Kenichi Handa  <handa@m17n.org>
8022         * language/indian.el (devanagari-composable-pattern): Fixed to
8023         handle ZWNJ and ZWJ.  Use it in composition-function-table for
8024         Devanagari.
8025         (malayalam-composable-pattern): Fix previous change.
8027 2009-12-23  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8029         * ps-print.el (ps-face-attributes): It was not returning the
8030         attribute face for faces specified as string.  Reported by harven
8031         <harven@free.fr>.  (Bug#5254)
8032         (ps-print-version): New version 7.3.5.
8034 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
8036         * calendar/icalendar.el (icalendar--convert-tz-offset):
8037         Fix timezone names.
8038         (icalendar--convert-tz-offset): Fix the "last-day-problem".
8039         (icalendar--add-diary-entry): Remove the trailing blank that
8040         diary-make-entry inserts.
8042 2009-12-17  Michael Albinus  <michael.albinus@gmx.de>
8044         Make `file-expand-wildcards' work for remote files.
8046         * files.el (file-expand-wildcards): In case of remote files, check
8047         only local file name part for wildcards.  Provide feature 'files
8048         and subfeature 'remote-wildcards.  (Bug#5198)
8050         * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
8051         if there is already an established connection.
8052         (tramp-advice-file-expand-wildcards): Remove it.
8054         * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
8055         (tramp-advice-file-expand-wildcards): Move from tramp.el.
8056         Activate advice for older GNU Emacs versions.  (Bug#5237)
8058 2009-12-17  Juanma Barranquero  <lekktu@gmail.com>
8060         Some doc fixes (more needed).
8062         * find-cmd.el (find-constituents): Reflow docstring.
8063         (find-cmd, find-prune, find-command): Fix typos in docstrings.
8064         (find-generic): Doc fix.
8066 2009-12-17  Juri Linkov  <juri@jurta.org>
8068         Fix regression from 23.1 to allow multiple modes in Local Variables.
8070         * files.el (hack-local-variables-filter): While ignoring duplicates,
8071         don't take `mode' into account.
8072         (hack-local-variables-filter, hack-dir-local-variables):
8073         Don't remove duplicate `mode' from local-variables-alist (like `eval').
8075 2009-12-17  Juri Linkov  <juri@jurta.org>
8077         Make `dired-diff' safer.  (Bug#5225)
8079         * dired-aux.el (dired-diff): Signal an error when `file' equals to
8080         `current' or when `file' is a directory of the `current' file.
8082 2009-12-17  Andreas Schwab  <schwab@linux-m68k.org>
8084         * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
8085         unconditionally preloaded files.
8087 2009-12-16  Juri Linkov  <juri@jurta.org>
8089         Revert to old 23.1 logic of using the file at the mark as default.
8090         * dired-aux.el (dired-diff): Use the file at the mark as default
8091         if it's not the same as the current file, and the target dir is
8092         the current dir or the mark is active.  Add the current file
8093         as the arg of `dired-dwim-target-defaults'.  Use the default file
8094         in the prompt.  (Bug#5225)
8096 2009-12-15  Michael Albinus  <michael.albinus@gmx.de>
8098         * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
8099         (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
8100         (tramp-check-for-regexp): Check also, when an echoing shell stops
8101         to echo sent commands.
8103 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
8105         * Makefile.in: Revert last change (Bug#5191).
8107 2009-12-14  Dan Nicolaescu  <dann@ics.uci.edu>
8109         * vc-hg.el (vc-hg-print-log): Fix argument order.
8110         (vc-hg-working-revision): Make sure the command is executed in a
8111         known environment so that we can parse the output.  (Bug#4417)
8113 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
8115         * progmodes/python.el (python-symbol-completions): Remove text
8116         properties from symbol string before calling python-send-receive.
8118 2009-12-14  Nick Roberts  <nickrob@snap.net.nz>
8120         * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
8121         when there are values for both file and line.  (Bug#5060)
8123 2009-12-14  Juri Linkov  <juri@jurta.org>
8125         * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
8126         whitespace after the file name of the first line of unified format,
8127         because git-diff doesn't output whitespace and file modification time
8128         after the file name.
8130 2009-12-14  David Kastrup  <dak@gnu.org>
8132         * info.el (Info-hide-cookies-node): Before hiding a cookie,
8133         check if it already has the `display' property added by
8134         `Info-display-images-node', and not put the `invisible' property
8135         in this case.
8137 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
8139         * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
8140         (semantic-mru-bookmark-mode): Doc fixes.
8142         * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
8143         of assert.
8145 2009-12-13  Glenn Morris  <rgm@gnu.org>
8147         * mail/emacsbug.el (message-sort-headers): Define for compiler.
8148         (report-emacs-bug): In message-mode, sort manually before storing
8149         original report text.  (Bug#5178)
8150         Remove superfluous save-excursion.
8152 2009-12-12  Michael Albinus  <michael.albinus@gmx.de>
8154         * net/dbus.el (dbus-property-handler): Filter lambda forms out
8155         when responding to "GetAll" properties.
8157 2009-12-12  Chong Yidong  <cyd@stupidchicken.com>
8159         * simple.el (compose-mail): Remove mail-setup-with-from from
8160         customization checks.
8162 2009-12-12  Eli Zaretskii  <eliz@gnu.org>
8164         * arc-mode.el (archive-rar-summarize): Support Attribute fields in
8165         RAR archives created on Unix systems.
8167 2009-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8169         * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
8170         the varalias that was accidentally removed by the 2009-11-19 change
8171         (bug#5186).
8173 2009-12-12  Kenichi Handa  <handa@m17n.org>
8175         * language/indian.el (indian-compose-regexp): New function.
8176         (malayalam-composable-pattern): Fix the pattern.
8177         (composition-function-table): Set malayalam-composable-pattern for
8178         Malayalam characters.
8180 2009-12-11  Chong Yidong  <cyd@stupidchicken.com>
8182         * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
8183         rather than down-mouse-1, based on follow-link conventions.
8185         * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
8186         are compiled.
8188 2009-12-11  Michael McNamara  <mac@mail.brushroad.com>
8190         * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
8191         (verilog-vmm-statement-re, verilog-ovm-statement-re)
8192         (verilog-defun-level-not-generate-re, verilog-calculate-indent)
8193         (verilog-leap-to-head, verilog-backward-token):
8194         Fix indenting VMM macros.  Reported by Jonathan Ashbrook.
8196 2009-12-11  Wilson Snyder  <wsnyder@wsnyder.org>
8198         * progmodes/verilog-mode.el (verilog-auto-lineup)
8199         (verilog-nameable-item-re): Cleanup user-visible spelling and
8200         documentation errors.  One reported by Gary Delp.
8201         (verilog-submit-bug-report): Mention bug tracking and CC co-author.
8202         (verilog-read-decls): Fix AUTOWIRE with types declared in a
8203         package, bug195.  Reported by Pierre-David Pfister.
8205 2009-12-11  Glenn Morris  <rgm@gnu.org>
8207         * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
8209         * mail/emacsbug.el: No longer require sendmail.
8210         Replace sendmail's `mail-text' by `rfc822-goto-eoh'.  (Bug#5174)
8211         (report-emacs-bug-orig-text): Doc fix.
8212         (report-emacs-bug-send-command, report-emacs-bug-send-hook):
8213         New local variables, to adapt to different mail-user-agents.
8214         (report-emacs-bug): Fix test for a gnu.org address.
8215         Use overlays for emphasis, since font-lock defeats 'face property.
8216         Pretest bugs also end up at the newsgroup these days.
8217         Stop message-mode stripping text properties.
8218         Set and use the new buffer-local variables.
8219         (report-emacs-bug-hook): Add doc-string.
8220         Remove some unnecessary save-excursions and simplify.
8221         Use the appropriate hook and send-command.
8223         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
8224         capitalization of some menu entries.
8226 2009-12-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8228         * whitespace.el (whitespace-display-char-on):
8229         Ensure `buffer-display-table' is unique when two or more windows are
8230         visible.  Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
8231         New version 12.1.
8233 2009-12-10  Eli Zaretskii  <eliz@gnu.org>
8235         * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
8236         characters in the Attribute field.
8238 2009-12-10  Dan Nicolaescu  <dann@ics.uci.edu>
8240         * vc-svn.el (vc-svn-after-dir-status): Fix regexp.  (Bug#4741)
8242 2009-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8244         Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
8245         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
8246         Disregard autoload-excludes.
8247         (update-directory-autoloads): Obey autoload-excludes here instead.
8248         But don't store its contents in no-autoloads and remove entries that
8249         refer to excludes files.
8251 2009-12-10  Glenn Morris  <rgm@gnu.org>
8253         * mail/feedmail.el (top-level): Move require 'mail-utils to start.
8254         (expand-mail-aliases): Define for compiler.
8256         * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
8257         Define for compiler.
8259         * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
8260         appropriate for the mail-user-agent in use.
8262 2009-12-09  Michael Albinus  <michael.albinus@gmx.de>
8264         * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
8266 2009-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
8268         Fix short log parsing and fontification.
8269         * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
8270         Fix fontification for the [merge] label.
8272 2009-12-09  Vivek Dasmohapatra  <vivek@etla.org>
8274         Drop some properties to avoid surprises (bug#5002).
8275         * htmlfontify.el (hfy-ignored-properties): New defcustom.
8276         (hfy-fontify-buffer): Use it.
8278 2009-12-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8280         Minor cleanup.
8281         * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
8282         Adjust all callers.
8283         (ffap-locate-file): Remove unused arg `dir-ok' and make other
8284         args compulsory.  Adjust callers.
8285         (ffap-gopher-at-point): Remove unused var `name'.
8287         Get rid of the ELCFILES abomination.
8288         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
8289         (compile-elcfiles): New phony target.
8290         (compile-main): Compute ELCFILES dynamically.
8291         (compile-clean): New target to remove left-over elc files.
8292         (compile, all): Use it.
8294 2009-12-09  Kenichi Handa  <handa@etlken>
8296         * international/mule-diag.el: Require help-mode instead of help-fns.
8298 2009-12-09  Kenichi Handa  <handa@m17n.org>
8300         * international/mule-cmds.el (ucs-names): Supply sufficiently
8301         fine ranges instead of pre-calculating accurate ranges.
8302         Iterate with bigger gc-cons-threshold.
8304 2009-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
8306         Add support for stashing a snapshot of the current tree.
8307         * vc-git.el (vc-git-stash-snapshot): New function.
8308         (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
8310 2009-12-08  Jose E. Marchesi  <jemarch@gnu.org>
8312         * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
8313         instead of `(beginning|end)-of-line'.
8315 2009-12-08  Glenn Morris  <rgm@gnu.org>
8317         * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
8319         * Makefile.in (ELCFILES): Regenerate.
8321 2009-12-07  Juri Linkov  <juri@jurta.org>
8323         Don't lazy-highlight the comint output in history Isearch mode.
8325         * comint.el (comint-history-isearch-search): Instead of
8326         `comint-line-beginning-position', use `comint-after-pmark-p'
8327         to check if point if before the process mark, and go to
8328         `process-mark' in this case.
8330 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8332         * textmodes/tex-mode.el (latex-complete)
8333         (latex-indent-or-complete): Remove.
8334         (latex-mode): Set completion-at-point-functions instead.
8336         Provide a standard completion command and hook it into TAB.
8337         * minibuffer.el (completion-at-point-functions): New var.
8338         (completion-at-point): New command.
8339         * indent.el (indent-for-tab-command): Handle the `complete' behavior.
8340         * progmodes/python.el (python-mode-map): Use completion-at-point.
8341         (python-completion-at-point): Rename from python-partial-symbol and
8342         adjust for use in completion-at-point-functions.
8343         (python-mode): Setup completion-at-point for Python completion.
8344         * emacs-lisp/lisp.el (lisp-completion-at-point): New function
8345         extracted from lisp-complete-symbol.
8346         (lisp-complete-symbol): Use it.
8347         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
8348         setup completion-at-point for Elisp completion.
8349         (emacs-lisp-mode-map, lisp-interaction-mode-map):
8350         Use completion-at-point.
8351         * ielm.el (ielm-map): Use completion-at-point.
8352         (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
8353         * progmodes/sym-comp.el: Move to...
8354         * obsolete/sym-comp.el: Move from progmodes.
8356 2009-12-07  Eli Zaretskii  <eliz@gnu.org>
8358         Prevent save-buffer in Rmail buffers from using the coding-system
8359         of the current message, and from clobbering the encoding mnemonics
8360         in the mode line (Bug#4623).
8362         * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
8363         flag, too.
8364         (rmail-message-encoding): New variable.
8365         (rmail-write-region-annotate): Record the encoding of the current
8366         message in rmail-message-encoding.
8367         (rmail-after-save-hook): New function, restores the encoding of
8368         the current message after the message collection is saved.
8370 2009-12-07  Juri Linkov  <juri@jurta.org>
8372         * progmodes/grep.el (grep-read-files): Use `completing-read'
8373         instead of `read-string'.  Set its `collection' arg to
8374         `read-file-name-internal'.  (Bug#4301)
8376 2009-12-07  Juri Linkov  <juri@jurta.org>
8378         Correctly restore original Isearch point.  (Bug#4994)
8380         * isearch.el (isearch-mode): Move `isearch-push-state' after
8381         `(run-hooks 'isearch-mode-hook)'.
8382         (isearch-cancel): When `isearch-push-state-function' is defined,
8383         let-bind `isearch-cmds' to the first state (the last element of
8384         `isearch-cmds') and call `isearch-top-state' (it calls pop-state
8385         function and restores the original point).  Otherwise, move point
8386         to `isearch-opoint'.
8388 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8390         * international/mule-cmds.el (ucs-names): Weed out at compile-time the
8391         chars that don't have names, so the table can be built much faster at
8392         run-time.
8394 2009-12-07  Chong Yidong  <cyd@stupidchicken.com>
8396         * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
8397         change.  Suggested by David Kastrup.
8399         * simple.el (compose-mail): Check for incompatibilities and warn.
8400         (compose-mail-user-agent-warnings): New option.
8402 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
8404         Support showing a single log entry from vc-annotate.
8405         * vc.el (print-log): Add a new argument: START-REVISION.
8406         (vc-print-log-internal): Add a new optional argument and
8407         pass it to the backend.
8408         (vc-print-log, vc-print-root-log): Adjust callers.
8409         * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
8410         buffer already displays the requested log entry, use it.
8411         Otherwise display only the log entry in question.
8412         * vc-svn.el (vc-svn-print-log):
8413         * vc-mtn.el (vc-mtn-print-log):
8414         * vc-hg.el (vc-hg-state):
8415         * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
8416         (vc-git-show-log-entry): Return t on success.
8417         * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
8418         (vc-bzr-show-log-entry): Return t on success.
8419         * vc-rcs.el (vc-rcs-print-log):
8420         * vc-sccs.el (vc-sccs-print-log):
8421         * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
8423 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
8425         * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
8426         Add menus to the meta mode.  (Bug#5043)
8428 2009-12-07  Michael Kifer  <kifer@cs.stonybrook.edu>
8430         * ediff-init.el (ediff-event-key): Use event-to-character instead of
8431         event-key.
8433         * ediff.el (ediff-buffers-internal): Add unwind-protect.
8435 2009-12-07  Michael Albinus  <michael.albinus@gmx.de>
8437         Handle prompt rules of ksh in OpenBSD 4.5.  Reported by Raphaël
8438         Berbain <raphael.berbain@gmail.com>.
8440         * net/tramp.el (tramp-end-of-output): Move up.  Use `#' and `$'
8441         characters.
8442         (tramp-initial-end-of-output): New defconst.
8443         (tramp-methods, tramp-find-shell)
8444         (tramp-open-connection-setup-interactive-shell)
8445         (tramp-maybe-open-connection): Use it.
8446         (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
8447         existence of `#' and `$'.
8449         * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
8450         `tramp-initial-end-of-output'.
8452 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
8454         Get the background mode from the terminal for xterm, and set
8455         faces accordingly.
8456         * term/xterm.el (xterm-set-background-mode): New function.
8457         (terminal-init-xterm): Use it in case xterm supports background
8458         color queries.  Recompute faces after getting the background
8459         color.
8461 2009-12-07  Ulrich Mueller  <ulm@gentoo.org>
8463         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
8464         number comment back on its own line, for easier parsing.
8466 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8468         Make it work for non-file buffers (bug#5102).
8469         * doc-view.el (doc-view-current-cache-dir):
8470         Use doc-view-buffer-file-name rather than buffer-file-name.
8471         (doc-view-mode): Use buffer-name when buffer-file-name is nil.
8473 2009-12-06  Óscar Fuentes  <ofv@wanadoo.es>
8475         * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
8476         author field is too short.
8478 2009-12-06  Dan Nicolaescu  <dann@ics.uci.edu>
8480         * vc-git.el (vc-git-print-log): Handle a limit argument.
8481         Display the short log in graph form and with labels.
8482         (vc-git-log-view-mode): Handle labels.
8484         Make vc-revert change VC state from 'added to 'unregistered.
8485         * vc-git.el (vc-git-revert): Call git reset first.
8487 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
8489         * net/newst-backend.el, net/newst-plainview.el:
8490         * net/newst-reader.el, net/newst-ticker.el:
8491         * net/newst-treeview.el, net/newsticker.el:
8492         Require/provide newst-... (instead of newsticker-...).  (Bug#5096)
8494 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
8496         * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
8498         * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
8499         Handle empty author field (Bug#4144).  Suggested by Óscar Fuentes.
8500         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
8501         Update annotation regexp.
8503         * simple.el (beginning-of-visual-line): Constrain to field
8504         boundaries (Bug#5106).
8506 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
8508         * xml.el (xml-substitute-numeric-entities): Move
8509         newsticker--decode-numeric-entities in newst-backend.el to
8510         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
8511         * net/newst-backend.el (newsticker--parse-generic-feed)
8512         (newsticker--parse-generic-items)
8513         (newsticker--decode-numeric-entities): Move
8514         newsticker--decode-numeric-entities in newst-backend.el to
8515         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
8517 2009-12-06  Daniel Colascione  <dan.colascione@gmail.com>
8519         * progmodes/js.el (js--js-not): Add null to the list of values.
8521 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
8523         * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
8525 2009-12-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8527         * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
8528         delimiter if it is at the end of the current line.
8529         (bibtex-generate-url-list): Fix docstring.
8531 2009-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8533         * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
8534         minibuffer's content with itself.
8535         Fold the confirm-after-completion case into the `confirm' case.
8536         (completion-pcm-word-delimiters): Add : and / to the delimiters.
8538 2009-12-06  Kevin Ryde  <user42@zip.com.au>
8540         * ffap.el (ffap-rfc-path): Make this a defcustom since
8541         `ffap-rfc-directories' is also a defcustom.  (Bug#4514.)
8543         * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
8544         manuals, similar to existing setup for help-mode.  (Bug#3913.)
8546 2009-12-05  Juri Linkov  <juri@jurta.org>
8548         Save and restore dired buffer's point positions too.  (Bug#4880)
8550         * dired.el (dired-save-positions): Return in the first element
8551         buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
8552         Doc fix.
8553         (dired-restore-positions): First restore buffer's position.
8554         While restoring window's positions, check if window still displays
8555         the original buffer.
8557 2009-12-05  Chong Yidong  <cyd@stupidchicken.com>
8559         * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
8560         if possible.
8562         * cedet/semantic/ia.el (semantic-ia-complete-symbol):
8563         Make argument optional.
8565         * shell.el (shell): Require ansi-color (Bug#5113).
8567         * ansi-color.el (ansi-color-for-comint-mode): Default to t.
8569         * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
8571 2009-12-05  Alan Mackenzie  <acm@muc.de>
8573         * progmodes/cc-mode.el (c-before-hack-hook)
8574         (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
8575         `c-file-style' to work again.  This reversion restores the current
8576         software to its state in Emacs 23.1.  (Bug#4146)
8578 2009-12-05  Kevin Ryde  <user42@zip.com.au>
8580         * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
8581         comment-start-skip to comment-end-skip as comment (Bug#4781).
8583 2009-12-05  Juri Linkov  <juri@jurta.org>
8585         * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
8586         for virtual nodes.  (Bug#4147)
8587         (Info-find-node-2): Set `Info-current-node-virtual' to nil
8588         when moving from a virtual node.
8589         (Info-mode-menu): Add `Info-virtual-index' to the menu.
8590         (Info-mode): Add `Info-virtual-index' to the docstring.
8592 2009-12-05  Eric Ludlam  <zappo@gnu.org>
8594         * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
8595         Describe project macro symbols.
8597         * cedet/semantic/complete.el (semantic-complete-do-completion):
8598         Don't call semantic-collector-current-exact-match.
8600         * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
8601         ede-objects as targets.
8603         * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
8604         a target's object list even if compiler vars are already in the
8605         Makefile.
8607         * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
8608         list of headers producing necessary macros.
8610 2009-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8612         * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
8613         track of the buffer position of the end of a BibTeX entry as this
8614         position may change during reformatting.
8615         (bibtex-format-entry): Remove whitespace before processing
8616         numerical fields so that we recognize the latter properly.
8617         (bibtex-reformat): Do not use push which changes the global value
8618         of bibtex-entry-format.
8619         (bibtex-field-braces-alist, bibtex-field-strings-alist)
8620         (bibtex-field-re-init): Replace only space characters by regexp
8621         for whitespace.
8622         (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
8623         (bibtex-initialize): Also update bibtex-strings.
8624         (bibtex-kill-field): Preserve white space at end of entry.
8625         (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
8626         Update bibtex-reference-keys.
8628 2009-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8630         * minibuffer.el (completion-pcm--merge-try): Also consider placing
8631         point after a star, if that's the only place where modifications can
8632         make progress.
8634 2009-12-05  Dan Nicolaescu  <dann@ics.uci.edu>
8636         * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
8637         in docstrings.
8639 2009-12-04  Juri Linkov  <juri@jurta.org>
8641         * proced.el (proced): Call `(proced-update t)' to update process
8642         information instead of only running proced-post-display-hook.
8643         (proced-send-signal): Add a leading space to the buffer name
8644         " *Marked Processes*" to make this buffer ephemeral.
8646 2009-12-04  Juri Linkov  <juri@jurta.org>
8648         * dired.el (dired-auto-revert-buffer): New defcustom.
8649         (dired-internal-noselect): Use it.
8651 2009-12-04  Juri Linkov  <juri@jurta.org>
8653         Change roles of modes and functions in image-mode.el (Bug#5062).
8655         * image-mode.el: Replace `image-mode-maybe' with `image-mode'
8656         in `auto-mode-alist'.
8657         (image-mode-previous-major-mode): New variable.
8658         (image-minor-mode-map): Rename from `image-mode-text-map'.
8659         (image-mode): Move graceful error-handling code from
8660         `image-minor-mode' to here.  On errors call `image-mode-as-text'.
8661         (image-minor-mode): Remove all image-handling code.
8662         Replace `image-mode-text-map' with `image-minor-mode-map'.
8663         Check for `image-type' in mode-line format string.
8664         (image-mode-maybe): Make obsolete with an alias to `image-mode'.
8665         (image-mode-as-text): New function with most code from
8666         `image-mode-maybe'.
8667         (image-toggle-display-text): Move code that removes image
8668         properties from `image-toggle-display' to here.
8669         (image-toggle-display-image): New function with code that adds
8670         image properties copied from `image-toggle-display'.
8671         (image-toggle-display): Remove most code with leaving only code
8672         that toggles between `image-mode-as-text' and `image-mode'.
8674 2009-12-04  Ulf Jasper  <ulf.jasper@web.de>
8676         * net/newst-treeview.el
8677         (newsticker--treeview-list-highlight-start): Restored call to
8678         save-excursion: Selected item was stuck.
8679         (newsticker--treeview-list-select): New.
8680         (newsticker--treeview-item-show-text)
8681         (newsticker--treeview-item-show)
8682         (newsticker--treeview-item-update): Use new
8683         newsticker-treeview-item-mode.
8684         (newsticker-treeview-update): Keep current item.
8685         (newsticker-treeview-next-new-or-immortal-item): Doc change.
8686         (newsticker--treeview-first-feed): Doc change.
8687         (newsticker-treeview-list-menu)
8688         (newsticker-treeview-item-menu): Added menu entries.
8689         (newsticker-treeview-item-mode): New.
8691         * net/newst-backend.el (newsticker-customize): Delete other
8692         windows.
8694 2009-12-04  Sam Steingold  <sds@gnu.org>
8696         * log-view.el (log-view-mode-map): "q" calls quit-window,
8697         like in all the other non-self-insert buffers.
8699 2009-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8701         Minor cleanup.
8702         * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
8703         key decoding rather than do it manually via last-input-event +
8704         ascii-character.
8705         (term-exec): Use delete-and-extract-region.
8706         (term-handle-ansi-terminal-messages): Remove unused var `end'.
8707         (term-process-pager): Remove unused var `i'.
8708         (term-dynamic-simple-complete): Make obsolete.
8709         (serial-update-config-menu): Remove unused vars `y' and `str'.
8710         (term-update-mode-line): Remove unused var `temp'.
8712 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
8714         Limit the number of log entries displayed by default.
8715         * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
8716         (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
8717         using a prefix argument.
8719 2009-12-03  Glenn Morris  <rgm@gnu.org>
8721         * progmodes/idlwave.el (class): Restore still useful declaration.
8723 2009-12-03  Alan Mackenzie  <acm@muc.de>
8725         Enhance `c-parse-state' to run efficiently in "brace deserts".
8727         * progmodes/cc-mode.el (c-basic-common-init):
8728         Call c-state-cache-init.
8729         (c-neutralize-syntax-in-and-mark-CPP): Rename from
8730         c-extend-and-neutralize-syntax-in-CPP.  Mark each CPP construct by
8731         placing `category' properties value 'c-cpp-delimiter at its boundaries.
8733         * progmodes/cc-langs.el (c-before-font-lock-function):
8734         c-extend-and-neutralize-syntax-in-CPP has been renamed
8735         c-neutralize-syntax-in-and-mark-CPP.
8737         * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
8738         with `category' properties now, not `syntax-table' ones.
8740         * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
8741         enhanced (but slower) version of c-end-of-macro that won't land
8742         inside a literal or on another awkward character.
8743         (c-state-cache-too-far, c-state-cache-start)
8744         (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
8745         (c-state-nonlit-pos-cache-limit, c-state-point-min)
8746         (c-state-point-min-lit-type, c-state-point-min-lit-start)
8747         (c-state-min-scan-pos, c-state-brace-pair-desert)
8748         (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
8749         buffer local variables.
8750         (c-state-literal-at, c-state-lit-beg)
8751         (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
8752         (c-state-mark-point-min-literal, c-state-cache-top-lparen)
8753         (c-state-cache-top-paren, c-state-cache-after-top-paren)
8754         (c-get-cache-scan-pos, c-get-fallback-scan-pos)
8755         (c-state-balance-parens-backwards, c-parse-state-get-strategy)
8756         (c-renarrow-state-cache)
8757         (c-append-lower-brace-pair-to-state-cache)
8758         (c-state-push-any-brace-pair, c-append-to-state-cache)
8759         (c-remove-stale-state-cache)
8760         (c-remove-stale-state-cache-backwards, c-state-cache-init)
8761         (c-invalidate-state-cache-1, c-parse-state-1)
8762         (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
8763         (c-parse-state): Enhance and refactor.
8764         (c-debug-parse-state): Amend to deal with all the new variables.
8766         * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
8767         (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
8768         modify to use category text properties rather than syntax-table ones.
8769         (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
8770         to switch off/on the syntactic paren property of C++ template
8771         delimiters using the category property.
8772         (c-with-<->-as-parens-suppressed): Macro to invoke code with
8773         template delims suppressed.
8774         (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
8775         New constant/macros which apply category properties to the start
8776         and end of preprocessor constructs.
8777         (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
8778         "comment out" the syntactic value of characters in preprocessor
8779         constructs.
8780         (c-with-cpps-commented-out)
8781         (c-with-all-but-one-cpps-commented-out): Macros to invoke code
8782         with characters in all or all but one preprocessor constructs
8783         "commented out".
8785 2009-12-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8787         * proced.el (proced-filter-alist): Use regexp-quote.
8789 2009-12-03  Michael Albinus  <michael.albinus@gmx.de>
8791         Cleanup.
8792         * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
8793         (eshell/su, eshell/sudo): Require 'tramp.  Fix problems reading
8794         arguments.  Expand `default-directory'.
8796         * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
8797         the benefit of returning an expanded localname.
8798         (tramp-tramp-file-p): Handle the case NAME is not a string.
8800 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
8802         Add support for bzr shelve/unshelve.
8803         * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
8804         (vc-bzr-extra-menu-map): New variables.
8805         (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
8806         (vc-bzr-shelve-apply, vc-bzr-shelve-list)
8807         (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
8808         (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
8809         (vc-bzr-dir-extra-headers): Display shelves.
8811         * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
8813 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8815         * textmodes/bibtex.el (bibtex-complete-internal):
8816         Use completion-in-region.
8817         (bibtex-text-in-field-bounds): Remove unused var `opoint'.
8819 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
8821         Support applying stashes.  Improve UI.
8822         * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
8823         (vc-git-stash-apply, vc-git-stash-pop)
8824         (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
8825         (vc-git-stash-menu): New functions.
8826         (vc-git-stash-menu-map): New variable.
8827         (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
8829 2009-12-03  Glenn Morris  <rgm@gnu.org>
8831         * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
8832         (vc-print-log-internal): Fix previous change.
8833         (vc-revert): Correct pluralization.
8835 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8837         * progmodes/make-mode.el (makefile-special-targets-list): No need for
8838         it to be an alist any more.
8839         (makefile-complete): Use completion-in-region.
8841         * progmodes/octave-mod.el (octave-complete-symbol):
8842         Use completion-in-region.
8844         Misc cleanup.
8845         * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
8846         (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
8847         (idlwave-complete-class): Don't quote lambda.
8848         (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
8849         (idlwave-mode-map): Move initialization into declaration.
8850         (idlwave-action-and-binding): Use backquotes.
8851         (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
8852         Simplify.
8853         (idlwave-is-pointer-dereference): Remove unused var `pos'.
8854         (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
8855         (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
8856         `parts', and `all-parts'.
8857         (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
8858         (idlwave-convert-xml-system-routine-info): Remove unused string
8859         `version-string'.
8860         (idlwave-display-user-catalog-widget): Use dolist.
8861         (idlwave-scanning-lib): Declare dynamically-scoped var.
8862         (idlwave-scan-library-catalogs): Remove unused var `flags'.
8863         (completion-highlight-first-word-only): Declare to silence bytecomp.
8864         (idlwave-popup-select): Tighten scope of `resp'.
8865         (idlwave-find-struct-tag): Remove unused var `beg'.
8866         (idlwave-after-load-rinfo-hook): Declare.
8867         (idlwave-sintern-class-info): Remove unused var `taglist'.
8868         (idlwave-find-class-definition): Remove unused var `list'.
8869         (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
8870         (idlwave-what-module-find-class): Remove unused var `classes'.
8872 2009-12-03  Juanma Barranquero  <lekktu@gmail.com>
8874         * progmodes/pascal.el: Require CL when compiling (for lexical-let).
8876 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8878         * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
8879         buffers visited.  Remove redundant current-buffer-saving.
8881 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8883         Use completion-in-buffer and remove uses of dynamic scoping.
8884         * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
8885         (pascal-buffer-to-use, pascal-flag): Don't declare.
8886         (pascal-func-completion, pascal-type-completion, pascal-var-completion)
8887         (pascal-get-completion-decl, pascal-keyword-completion):
8888         Add `pascal-str' argument, save-excursion,
8889         return the found completions, and don't filter with pascal-pred.
8890         (pascal-completion-cache): New var.
8891         (pascal-completion): Don't switch buffer any more (it was never
8892         necessary).  Don't save-excursion any more (it's done by the called
8893         subroutines).  Use a cache to avoid redundant computations.
8894         Use complete-with-action rather than pascal-completion-response and
8895         let it apply the predicate as well.
8896         (pascal-complete-word): Use completion-in-buffer when
8897         pascal-toggle-completions is nil.
8898         (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
8899         not used any more.
8900         (pascal-comp-defun): Don't change buffer any more.
8901         Use complete-with-action rather than pascal-completion-response and
8902         let it apply the predicate as well.
8903         (pascal-goto-defun): Change buffer before calling pascal-comp-defun
8904         when neded.
8906 2009-12-02  Kenichi Handa  <handa@m17n.org>
8908         * language/indian.el: Include ZWJ and ZWNJ in the patterns to
8909         shape for all Indic scripts.
8911 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8913         Use completion-in-buffer.
8914         * wid-edit.el (widget-field-text-end): New function.
8915         (widget-field-value-get): Use it.
8916         (widget-string-complete, widget-file-complete)
8917         (widget-color-complete): Use it and completion-in-region.
8918         (widget-complete): Don't narrow the buffer.
8920 2009-12-02  Glenn Morris  <rgm@gnu.org>
8922         * mail/rmail.el (rmail-pop-to-buffer): New function.  (Bug#2282)
8923         (rmail-select-summary): Use rmail-pop-to-buffer.
8924         * mail/rmailsum.el: Replace all pop-to-buffer calls with
8925         rmail-pop-to-buffer, to prevent horizontal splits.
8927         * calendar/diary-lib.el (diary-list-entries): Replace superfluous
8928         save-excursion with save-current-buffer.
8929         Widen before searching.  (Bug#5093)
8930         (diary-list-sexp-entries): Remove superfluous save-excursion.
8932 2009-12-02  Michael Welsh Duggan  <mwd@cert.org>
8934         * woman.el (woman-make-bufname): Handle man-pages with "." in the
8935         name.  (Bug#5038)
8937 2009-12-02  Andreas Politz  <politza@fh-trier.de>  (tiny change)
8939         * ido.el (ido-file-internal): Handle filenames at point that do
8940         not have a directory part.  (Bug#5049)
8942 2009-12-02  Juanma Barranquero  <lekktu@gmail.com>
8944         * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
8945         (mpc-songs-jump-to, mpc-resume): Doc fixes.
8947 2009-12-01  Rob Riepel  <riepel@networking.Stanford.EDU>
8949         * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
8950         (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
8951         any more.
8953 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8955         * comint.el (comint-insert-input): Ignore clicks to the right of
8956         the field.  Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
8958         * vc.el (vc-print-log-internal): Don't wait for the process to
8959         terminate before setting up the major mode.
8961         * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
8962         in case.
8964         * pcomplete.el (pcomplete-std-complete): Don't try to complete past
8965         the last element.
8967         * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
8969 2009-12-01  Glenn Morris  <rgm@gnu.org>
8971         * window.el (window--display-buffer-2): Fix previous changes.
8973 2009-12-01  Chong Yidong  <cyd@stupidchicken.com>
8975         * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
8977 2009-12-01  Glenn Morris  <rgm@gnu.org>
8979         * Makefile.in (ELCFILES): Add mpc.elc.
8981 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8983         * mpc.el: New file.
8985 2009-12-01  Glenn Morris  <rgm@gnu.org>
8987         * window.el (window-to-use): Define for compiler.
8989         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
8990         consistent with others (no final period).
8992         * mail/rmailmm.el (rmail-mime-handle): Doc fix.
8993         (rmail-mime-show): Downcase the encoding.  (Bug#5070)
8995 2009-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
8997         Make vc-print-log buttons work.
8998         * log-view.el (log-view-mode-map): Inherit from widget-keymap.
9000 2009-11-30  Ryan C. Thompson  <rct@thompsonclan.org>  (tiny change)
9002         * savehist.el (savehist-autosave-interval): Allow setting to nil
9003         through customize.  (Bug#5056)
9005 2009-11-30  Juanma Barranquero  <lekktu@gmail.com>
9007         Fix references to jit-lock properties.
9008         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
9009         Refer to jit-lock-defer-multiline, not jit-lock-multiline.
9010         (perl-font-lock-special-syntactic-constructs):
9011         Quote jit-lock-defer-multiline property.
9013 2009-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
9015         * vc-git.el (vc-git-registered): Call vc-git-root only once.
9017 2009-11-30  Juri Linkov  <juri@jurta.org>
9019         * misearch.el (multi-isearch-search-fun): Always provide a non-nil
9020         value `buffer' of `multi-isearch-next-buffer-current-function'.
9021         Use `(current-buffer)' when `buffer' is nil.
9022         (multi-isearch-next-buffer-from-list): Don't fallback to
9023         `(current-buffer)' when `buffer' is nil.  (Bug#4947)
9025 2009-11-30  Juri Linkov  <juri@jurta.org>
9027         * misearch.el (multi-isearch-read-buffers): Move canonicalization
9028         of buffers with `get-buffer' to `multi-isearch-buffers'.
9029         (multi-isearch-buffers, multi-isearch-buffers-regexp):
9030         Canonicalize BUFFERS with `get-buffer'.  Doc fix.
9031         (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
9032         FILES with `expand-file-name' converting relative file names
9033         to absolute.  Doc fix.  (Bug#4727)
9035 2009-11-30  Juri Linkov  <juri@jurta.org>
9037         * misearch.el (multi-isearch-read-buffers)
9038         (multi-isearch-read-matching-buffers): New functions.
9039         (multi-isearch-buffers, multi-isearch-buffers-regexp):
9040         Use them in the `interactive' spec.  Doc fix.
9041         (multi-isearch-read-files, multi-isearch-read-matching-files):
9042         New functions.
9043         (multi-isearch-files, multi-isearch-files-regexp):
9044         Use them in the `interactive' spec.  Doc fix.  (Bug#4725)
9046 2009-11-30  Juri Linkov  <juri@jurta.org>
9048         * doc-view.el (doc-view-continuous):
9049         Rename from `doc-view-continuous-mode'.
9050         (doc-view-menu): Move "Toggle display" to the top.
9051         Add submenu "Continuous" with radio buttons "Off"/"On"
9052         and "Save as Default".
9053         (doc-view-scroll-up-or-next-page)
9054         (doc-view-scroll-down-or-previous-page)
9055         (doc-view-next-line-or-next-page)
9056         (doc-view-previous-line-or-previous-page): Rename
9057         `doc-view-continuous-mode' to `doc-view-continuous'.  (Bug#4896)
9059 2009-11-30  Juri Linkov  <juri@jurta.org>
9061         * comint.el (comint-mode-map): Rebind `M-r' from
9062         `comint-previous-matching-input' to
9063         `comint-history-isearch-backward-regexp'.
9064         Unbind `M-s' to allow global key binding `M-s'.
9065         Add menu items for `comint-history-isearch-backward' and
9066         `comint-history-isearch-backward-regexp'.  (Bug#3746)
9068 2009-11-30  Juri Linkov  <juri@jurta.org>
9070         * replace.el (perform-replace): Let-bind recenter-last-op to nil.
9071         For def=recenter, replace `recenter' with `recenter-top-bottom'
9072         that is called with `this-command' and `last-command' let-bound
9073         to `recenter-top-bottom'.  When the last `def' was not `recenter',
9074         set `recenter-last-op' to nil.  (Bug#4981)
9076 2009-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9078         Minor cleanup and simplification.
9079         * filecache.el (file-cache-add-directory)
9080         (file-cache-add-directory-recursively)
9081         (file-cache-add-from-file-cache-buffer)
9082         (file-cache-delete-file-regexp, file-cache-delete-directory)
9083         (file-cache-files-matching-internal, file-cache-display): Use dolist.
9084         (file-cache-temp-minibuffer-message): Delete function.
9085         (file-cache-minibuffer-complete): Use minibuffer-message instead.
9087         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
9088         Don't signal an error when bumping into EOB in tr, s, or y.
9090 2009-11-29  Juri Linkov  <juri@jurta.org>
9092         * startup.el (fancy-about-text): Fix wording of Guided Tour.
9093         (Bug#4960)
9095         * descr-text.el (describe-char-unidata-list): Use lowercase name
9096         for "Unicode name" like in other tags.
9098 2009-11-29  Juri Linkov  <juri@jurta.org>
9100         * ediff-util.el (ediff-minibuffer-with-setup-hook):
9101         New compatibility macro.
9102         (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
9104 2009-11-29  Juri Linkov  <juri@jurta.org>
9106         Add defcustom to define the cycling order of `recenter-top-bottom'.
9107         (Bug#4981)
9109         * window.el (recenter-last-op): Doc fix.
9110         (recenter-positions): New defcustom.
9111         (recenter-top-bottom): Rewrite to use `recenter-positions'.
9112         (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
9114 2009-11-29  Michael Albinus  <michael.albinus@gmx.de>
9116         Improve integration of Tramp and ange-ftp in eshell.
9118         * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
9119         (eshell/su): Flatten args.  Apply better args parsing.  Use "cd".
9120         (eshell/sudo): Flatten args.  Let-bind `default-directory'.
9122         * eshell/esh-util.el (top): Require also Tramp when compiling.
9123         (eshell-directory-files-and-attributes): Check for FTP remote
9124         connection.
9125         (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
9126         `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
9127         (eshell-file-attributes): Handle ".".  Return `entry'.
9129         * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
9130         (ange-ftp-directory-files-and-attributes)
9131         (ange-ftp-real-directory-files-and-attributes): New defuns.
9133         * net/tramp.el (tramp-maybe-open-connection): Open the remote
9134         shell with "exec" when possible.  This prevents trailing prompts
9135         in `start-file-process'.
9137 2009-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9139         Try and remove assumptions about point-min==1.
9140         * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
9141         (rng-compute-mode-line-string): Show the validation percentage in
9142         terms of the narrowed text, not the widened text.
9143         (rng-do-some-validation): Don't catch internal errors when debugging.
9144         (rng-first-error): Simplify.
9145         (rng-after-change-function): Remove work around.  AFAIK the bug has
9146         been fixed a while ago.
9148         * image-mode.el (image-minor-mode): Exit more gracefully when the image
9149         cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
9151         * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
9153         * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
9154         `cd' doesn't always do it for us (bug#5067).
9156         * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
9157         on 2009-10-25 as part of some other change (bug#5067).
9159 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9161         * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
9162         `suspicious'.
9163         (byte-compile-warnings): Use byte-compile-warning-types.
9164         (byte-compile-save-excursion): Warn about use of set-buffer right
9165         after save-excursion.
9167         * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
9168         the excursion as well.
9170 2009-11-27  Michael Albinus  <michael.albinus@gmx.de>
9172         * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
9173         providing a Tramp related implementation of "su" and "sudo".
9174         (eshell-unix-initialize): Add "su" and "sudo".
9176 2009-11-27  Daiki Ueno  <ueno@unixuser.org>
9178         * net/socks.el (socks-send-command): Convert binary request to
9179         unibyte before sending.  This fixes mishandling of some port
9180         numbers such as 129.
9182 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9184         * help.el (describe-bindings-internal): Remove `interactive'.
9186         * man.el (Man-completion-table): Trim a terminating "(".
9187         Remove the space between name page a section.
9188         Add the command's description on the `help-echo' property.
9189         Remove `process-connection-type' binding since it's unused by
9190         call-process.
9191         Provide completion for the "<section> <name>" format as well.
9192         (Man-default-man-entry): Remove spurious var shadowing the argument.
9194 2009-11-26  Kevin Ryde  <user42@zip.com.au>
9196         * log-view.el: Add "Keywords: tools", since its other keywords
9197         aren't in finder-known-keywords, and following vc.el.
9199         * sha1.el (sha1-string-external): default-directory "/" in case
9200         otherwise non-existent.  process-connection-type pipe for touch of
9201         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
9203 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9205         Misc coding convention cleanups.
9206         * htmlfontify.el (hfy-init-kludge-hook): Rename from
9207         hfy-init-kludge-hooks.
9208         (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
9209         (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
9210         (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
9211         and push.
9212         (hfy-slant, hfy-weight): Use tables rather than code.
9213         (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
9214         (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
9215         (hfy-face-attr-for-class): Initialize `face-spec' directly.
9216         (hfy-face-to-css): Remove `nconc' with single arg.
9217         (hfy-p-to-face-lennart): Use `or'.
9218         (hfy-face-at): Hoist common code.  Remove spurious quotes in `case'.
9219         (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
9220         (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
9221         (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
9222         (hfy-force-fontification): Use run-hooks.
9224 2009-11-26  Vivek Dasmohapatra  <vivek@etla.org>
9226         Various minor fixes.
9227         * htmlfontify.el (hfy-default-header): Add toggle_invis since
9228         Javascript belongs in the header, not the body.
9229         (hfy-javascript): Remove.
9230         (hfy-fontify-buffer): Don't insert it any more.
9231         (hfy-face-at): Handle (face0 face1 face2) style face properties.
9232         Fix bug in invis handling when there were no invis props in a chunk.
9234 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9236         * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
9238 2009-11-26  Dan Nicolaescu  <dann@ics.uci.edu>
9240         * finder.el (finder-mode-map): Add a menu.
9242 2009-11-26  Michael McNamara  <mac@mail.brushroad.com>
9244         * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
9245         "unsigned" structs.
9247         (verilog-leap-to-head, verilog-backward-token): Handle "disable
9248         fork" statement better.
9250 2009-11-26  Wilson Snyder  <wsnyder@wsnyder.org>
9252         * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
9253         (verilog-delete-auto, verilog-delete-empty-auto-pair)
9254         (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
9255         Reported by Clay Douglass.
9257         (verilog-auto-inst, verilog-auto-star-safe)
9258         (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
9259         Fix removing "// Interfaces" when saving .* expansions.  Reported by
9260         Pierre-David Pfister.
9262 2009-11-26  Glenn Morris  <rgm@gnu.org>
9264         * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
9265         the scope.
9267 2009-11-25  Johan Bockgård  <bojohan@gnu.org>
9269         * vc-annotate.el (vc-annotate-revision-previous-to-line):
9270         Really use previous revision.
9272 2009-11-25  Kevin Ryde  <user42@zip.com.au>
9274         * man.el (Man-completion-table): default-directory "/" in case
9275         doesn't otherwise exist.  process-environment COLUMNS=999 so as
9276         not to truncate long names.  process-connection-type pipe to avoid
9277         any chance of hitting the pseudo-tty TIOCGWINSZ.
9278         (man): completion-ignore-case t for friendliness and since man
9279         itself is case-insensitive on the command line.
9280         Further to Bug#3717.
9282         * arc-mode.el: Add "Keywords: files", so the details in its
9283         commentary can be reached from finder-by-keyword.
9284         * textmodes/dns-mode.el: Add "Keywords: comm".  It's only an
9285         editing mode, but it's comms related and sgml-mode.el has "comm"
9286         on that basis too.
9287         * textmodes/bibtex-style.el: Add "Keywords: tex".
9288         * international/isearch-x.el, international/ja-dic-cnv.el:
9289         * international/ja-dic-utl.el, international/kkc.el:
9290         Add "Keywords: i18n", so they can be reached from finder-by-keyword.
9292 2009-11-25  Juri Linkov  <juri@jurta.org>
9294         * man.el (Man-completion-table): Modify regexp to include
9295         section names to completion strings.  (Bug#3717)
9297 2009-11-25  Juri Linkov  <juri@jurta.org>
9299         Search recursively in gzipped files.  (Bug#4982)
9301         * progmodes/grep.el (grep-highlight-matches): Add new options
9302         `always' and `auto'.  Doc fix.
9303         (grep-process-setup): Check `grep-highlight-matches' for
9304         `auto-detect' to determine the need to compute grep defaults.
9305         Move Windows/DOS specific --colors settings handling
9306         to `grep-compute-defaults'.  Check `grep-highlight-matches'
9307         to get the value of "--color=".
9308         (grep-compute-defaults): Compute `grep-highlight-matches' when it
9309         has the value `auto-detect'.  Move Windows/DOS specific settings
9310         from `grep-process-setup'.
9311         (zrgrep): New command with alias `rzgrep'.
9313 2009-11-25  Juri Linkov  <juri@jurta.org>
9315         * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
9316         to nil instead of switching off view-mode.  (Bug#4896)
9318 2009-11-25  Juri Linkov  <juri@jurta.org>
9320         Mouse-wheel scrolling for DocView Continuous mode.  (Bug#4896)
9322         * mwheel.el (mwheel-scroll-up-function)
9323         (mwheel-scroll-down-function): New defvars.
9324         (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
9325         `scroll-up', and `mwheel-scroll-down-function' instead of
9326         `scroll-down'.
9328         * doc-view.el (doc-view-scroll-up-or-next-page)
9329         (doc-view-scroll-down-or-previous-page): Add optional ARG.
9330         Use this ARG in the call to image-scroll-up/image-scroll-down.
9331         Change `interactive' spec to "P".  Goto next/previous page only
9332         when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
9333         SPC/DEL case).  Doc fix.
9334         (doc-view-next-line-or-next-page)
9335         (doc-view-previous-line-or-previous-page): Rename arg to ARG
9336         for consistency.
9337         (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
9338         `doc-view-scroll-up-or-next-page', and buffer-local
9339         `mwheel-scroll-down-function' to
9340         `doc-view-scroll-down-or-previous-page'.
9342 2009-11-25  Juri Linkov  <juri@jurta.org>
9344         Provide additional default values (directories at other Dired
9345         windows) via M-n in the minibuffer of some Dired commands.
9347         * dired-aux.el (dired-diff, dired-compare-directories)
9348         (dired-do-create-files): Use `dired-dwim-target-defaults' to set
9349         `minibuffer-default' in `minibuffer-with-setup-hook'.
9350         (dired-dwim-target-directory): Find a window that displays Dired
9351         buffer instead of failing when the next window is not Dired.
9352         Use `get-window-with-predicate' to find for the next Dired window.
9353         (dired-dwim-target-defaults): New function.
9355         * ediff-util.el (ediff-read-file-name):
9356         Use `dired-dwim-target-defaults' to set `minibuffer-default'
9357         in `minibuffer-with-setup-hook'.
9359 2009-11-25  Juri Linkov  <juri@jurta.org>
9361         Provide additional default values (file name at point or at the
9362         current Dired line) via M-n for file reading minibuffers.  (Bug#5010)
9364         * minibuffer.el (read-file-name-defaults): New function.
9365         (read-file-name): Reset `minibuffer-default' to nil when
9366         it duplicates initial input `insdef'.
9367         Bind `minibuffer-default-add-function' to lambda that
9368         calls `read-file-name-defaults' in `minibuffer-selected-window'.
9369         (minibuffer-insert-file-name-at-point): New command.
9371         * files.el (file-name-at-point-functions): New defcustom.
9372         (find-file-default): Remove defvar.
9373         (find-file-read-args): Don't use `find-file-default'.
9374         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
9375         to `read-file-name'.
9376         (find-file-literally): Use `read-file-name' with
9377         `confirm-nonexistent-file-or-buffer'.
9379         * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
9381         * dired.el (dired-read-dir-and-switches):
9382         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
9383         to `read-file-name'.
9384         (dired-file-name-at-point): New function.
9385         (dired-mode): Add hook `dired-file-name-at-point' to
9386         `file-name-at-point-functions'.
9388 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9390         Really make the *Completions* window soft-dedicated (bug#5030).
9391         * window.el (window--display-buffer-2): Add `dedicated' argument.
9392         (display-buffer): Pass it when needed so the dedicated flag is set
9393         after calling set-window-buffer, which would otherwise reset it.
9395 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9397         * progmodes/meta-mode.el (meta-complete-symbol):
9398         * progmodes/etags.el (complete-tag):
9399         * mail/mailabbrev.el (mail-abbrev-complete-alias):
9400         Use completion-in-region.
9402         * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
9403         (dabbrev-completion): Use completion-in-region.
9404         (dabbrev--abbrev-at-point): Simplify regexp.
9406         * abbrev.el (abbrev--before-point): Use word-motion functions
9407         if :regexp is not specified (bug#5031).
9409         * subr.el (string-prefix-p): New function.
9411         * man.el (Man-completion-cache): New var.
9412         (Man-completion-table): Use it.
9414         * vc.el (vc-print-log-internal): Make `limit' optional for better
9415         compatibility (e.g. with vc-annotate.el).
9417 2009-11-24  Kevin Ryde  <user42@zip.com.au>
9419         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
9420         Build value with regexp-opt instead of explicit joining loop.  (Bug#4927)
9422         * emacs-lisp/elint.el (elint-add-required-env): Better error message
9423         when .el source file not found or other error.
9425 2009-11-24  Markus Triska  <markus.triska@gmx.at>
9427         * linum.el (linum-update-window): Ignore intangible (bug#4996).
9429 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9431         Handle the [back] button properly (bug#4979).
9432         * descr-text.el (describe-text-properties): Add a `buffer' argument.
9433         Use help-setup-xref, help-buffer, and with-help-window.
9434         (describe-char): Add `buffer' argument.
9435         Pass proper command to help-setup-xref.  Don't meddle with
9436         help-xref-stack-item directly.
9437         (describe-text-category): Use with-help-window and help-buffer.
9439         * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
9440         for the displayed buffer (bug#4887).
9442         * man.el (Man-completion-table): New function.
9443         (man): Use it.
9445 2009-11-24  David Reitter  <david.reitter@gmail.com>
9447         * vc-git.el (vc-git-registered): Use checkout directory (where
9448         .git is) rather than the file's directory and a relative path spec
9449         to work around a bug in git.
9451 2009-11-24  Michael Albinus  <michael.albinus@gmx.de>
9453         Improve handling of processes on remote hosts.
9455         * eshell/esh-util.el (eshell-path-env): New defvar.
9456         (eshell-parse-colon-path): New defun.
9457         (eshell-file-attributes): Use `eshell-parse-colon-path'.
9459         * eshell/esh-ext.el (eshell-search-path):
9460         Use `eshell-parse-colon-path'.
9461         (eshell-remote-command): Remove argument HANDLER.
9462         (eshell-external-command): Check for FTP remote connection.
9464         * eshell/esh-proc.el (eshell-gather-process-output):
9465         Use `file-truename', in order to start also symlinked files.
9466         Apply `start-file-process' instead of `start-process'.
9467         Shorten `command' to the local file name part.
9469         * eshell/em-cmpl.el (eshell-complete-commands-list):
9470         Use `eshell-parse-colon-path'.
9472         * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
9474         * net/tramp.el (tramp-eshell-directory-change): New defun.  Add it
9475         to `eshell-directory-change-hook'.
9477 2009-11-24  Tassilo Horn  <tassilo@member.fsf.org>
9479         * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
9480         because it could be enabled automatically if view-read-only is non-nil.
9482 2009-11-24  Michael Kifer  <kifer@cs.stonybrook.edu>
9484         * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
9485         made on 2009-11-22.
9487 2009-11-24  Glenn Morris  <rgm@gnu.org>
9489         * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
9490         deleted variable bookmark-bmenu-bookmark-column.
9492         * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
9493         Move after definition of global-semantic-idle-tag-highlight-mode.
9495 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9497         * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
9499 2009-11-23  Ken Brown  <kbrown@cornell.edu>  (tiny change)
9501         * net/browse-url.el (browse-url-filename-alist): On Windows, add
9502         two slashes to the "file:" prefix.
9503         (browse-url-file-url): De-munge Cygwin filenames before passing
9504         them to Windows browser.
9505         (browse-url-default-windows-browser): Use call-process.
9507 2009-11-23  Juri Linkov  <juri@jurta.org>
9509         Implement DocView Continuous mode.  (Bug#4896)
9510         * doc-view.el (doc-view-continuous-mode): New defcustom.
9511         (doc-view-mode-map): Bind C-n/<down> to
9512         `doc-view-next-line-or-next-page', C-p/<up> to
9513         `doc-view-previous-line-or-previous-page'.
9514         (doc-view-next-line-or-next-page)
9515         (doc-view-previous-line-or-previous-page): New commands.
9517 2009-11-23  Juri Linkov  <juri@jurta.org>
9519         Implement Isearch in comint input history.  (Bug#3746)
9520         * comint.el (comint-mode): Add `comint-history-isearch-setup' to
9521         `isearch-mode-hook'.
9522         (comint-history-isearch): New defcustom.
9523         (comint-history-isearch-backward)
9524         (comint-history-isearch-backward-regexp): New commands.
9525         (comint-history-isearch-message-overlay): New buffer-local variable.
9526         (comint-history-isearch-setup, comint-history-isearch-end)
9527         (comint-goto-input, comint-history-isearch-search)
9528         (comint-history-isearch-message, comint-history-isearch-wrap)
9529         (comint-history-isearch-push-state)
9530         (comint-history-isearch-pop-state): New functions.
9532 2009-11-23  Michael Albinus  <michael.albinus@gmx.de>
9534         * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
9535         return.
9536         (tramp-handle-make-symbolic-link)
9537         (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
9538         Quote file names.
9539         (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
9540         (tramp-handle-process-file): Use it.
9542 2009-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9544         * window.el (move-to-window-line-last-op): Remove.
9545         (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
9547 2009-11-23  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
9549         Make M-r mirror the new cycling behavior of C-l.
9550         * window.el (move-to-window-line-last-op): New var.
9551         (move-to-window-line-top-bottom): New command.
9552         (global-map): Bind M-r move-to-window-line-top-bottom.
9554 2009-11-23  Sven Joachim  <svenjoac@gmx.de>
9556         * dired-x.el (dired-guess-shell-alist-default):
9557         Support xz format.  (Bug#4953)
9559 2009-11-22  Chong Yidong  <cyd@stupidchicken.com>
9561         * cedet/srecode/map.el (srecode-get-maps):
9562         * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
9563         * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
9564         * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
9565         (semantic-toggle-decoration-style):
9566         * cedet/semantic/decorate/include.el
9567         (semantic-decoration-include-describe)
9568         (semantic-decoration-unknown-include-describe)
9569         (semantic-decoration-unparsed-include-describe)
9570         (semantic-decoration-all-include-summary):
9571         * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
9572         * cedet/semantic/analyze/complete.el
9573         (semantic-analyze-possible-completions):
9574         * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
9575         (semantic-show-unmatched-syntax-mode)
9576         (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
9577         (semantic-highlight-func-mode):
9578         * cedet/semantic/util.el (semantic-describe-buffer):
9579         * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
9580         (semantic-symref-find-tags-by-name)
9581         (semantic-symref-find-tags-by-regexp)
9582         (semantic-symref-find-tags-by-completion)
9583         (semantic-symref-find-file-references-by-name)
9584         (semantic-symref-find-text):
9585         * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
9586         (senator-yank-tag):
9587         * cedet/semantic/scope.el (semantic-calculate-scope):
9588         * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
9589         * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
9590         (define-semantic-idle-service):
9591         * cedet/semantic/complete.el (semantic-complete-analyze-inline)
9592         (semantic-complete-analyze-inline-idle):
9593         * cedet/semantic/analyze.el (semantic-analyze-current-context):
9594         * cedet/mode-local.el (describe-mode-local-bindings)
9595         (describe-mode-local-bindings-in-mode):
9596         * cedet/ede/make.el (ede-make-check-version):
9597         * cedet/ede/locate.el (ede-enable-locate-on-project):
9598         * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
9599         (cedet-idutils-version-check):
9600         * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
9601         (cedet-gnu-global-version-check):
9602         * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
9603         (cedet-cscope-version-check): Use called-interactively-p instead
9604         of interactive-p.
9606         * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
9607         Use semantic-format-tag-prototype.
9609 2009-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
9611         * emulation/viper-cmd.el: Use viper-last-command-char instead of
9612         last-command-char/last-command-event.
9613         (viper-prefix-arg-value): Do correct conversion of event-char for
9614         XEmacs.
9616         * emulation/viper-util.el, emulation/viper.el:
9617         Use viper-last-command-char instead of
9618         last-command-char/last-command-event.
9620         * ediff-init.el, ediff-mult.el, ediff-util.el:
9621         Replace last-command-char and last-command-event
9622         with (ediff-last-command-char) everywhere.
9624         * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
9625         created in fundamental mode.
9627         * ediff.el (ediff-version): Revert the change of interactive-p to
9628         called-interactively-p.
9630 2009-11-22  Tassilo Horn  <tassilo@member.fsf.org>
9632         * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
9633         generation from word-movement command names.
9635 2009-11-21  Chong Yidong  <cyd@stupidchicken.com>
9637         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
9638         (semantic-complete-jump-local, semantic-complete-jump):
9639         Improve prompt string.
9641 2009-11-21  Jan Djärv  <jan.h.d@swipnet.se>
9643         * cus-start.el (all): Add native condition for font-use-system-font.
9645 2009-11-21  Nathaniel Flath  <flat0103@gmail.com>
9647         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
9648         Correct the patch from 2009-11-18.  (Bug#3910)
9650 2009-11-21  Tassilo Horn  <tassilo@member.fsf.org>
9652         * progmodes/subword.el: Rename from lisp/subword.el.
9654         * subword.el: Rename to progmodes/subword.el.
9656         * Makefile.in (ELCFILES): Adapt to subword.el move.
9658 2009-11-21  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
9659             Stefan Monnier  <monnier@iro.umontreal.ca>
9661         * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
9662         (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
9663         (bookmark-bmenu-show-filenames): Use push.
9664         (bookmark-bmenu-hide-filenames): Use local var instead of
9665         bookmark-bmenu-bookmark-column.  Use pop.  Don't save window-excursion.
9666         (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
9667         (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
9668         filenames now that the bookmark names are always available.
9670 2009-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9672         * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
9673         (bookmark-search-pattern): Move and leave unbound.
9674         (bookmark-bmenu-mode-map): Change binding.
9675         (bookmark-read-search-input): Simplify.
9676         Don't use text-char-description.  Don't error on non-char events.
9677         (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
9678         only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
9679         (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
9680         Use a local var for the timer.
9681         (bookmark-bmenu-cancel-search): Remove by folding into the only caller
9682         (i.e. bookmark-bmenu-search).
9684 2009-11-21  Glenn Morris  <rgm@gnu.org>
9686         * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode.  (Bug#4993)
9688 2009-11-20  Ken Brown  <kbrown@cornell.edu>  (tiny change)
9690         * net/browse-url.el (browse-url-default-windows-browser):
9691         Use cygstart for cygwin.
9693 2009-11-20  Karl Fogel  <karl.fogel@red-bean.com>
9695         * bookmark.el: Formatting and doc fixes only:
9696         (bookmark-search-delay): Shorten doc string to fit in 80 columns.
9697         (bookmark-bmenu-search): Wrap to fit within 80 columns.
9698         Minor grammar and punctuation fixes in doc string.
9699         (bookmark-read-search-input): Adjust to fit within 80 columns.
9701 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
9703         * progmodes/cc-cmds.el (c-forward-into-nomenclature)
9704         (c-backward-into-nomenclature): Adapt to subword renaming.
9706         * subword.el (subword-forward, subword-backward, subword-mark)
9707         (subword-kill, subword-backward-kill, subword-transpose)
9708         (subword-downcase, subword-upcase, subword-capitalize)
9709         (subword-forward-internal, subword-backward-internal):
9710         Rename from forward-subword, backward-subword, mark-subword,
9711         kill-subword, backward-kill-subword, transpose-subwords,
9712         downcase-subword, upcase-subword, capitalize-subword,
9713         forward-subword-internal, backward-subword-internal.
9715 2009-11-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
9717         * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
9718         New options.
9719         (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
9720         New vars.
9721         (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
9722         (bookmark-bmenu-filter-alist-by-regexp)
9723         (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
9724         (bookmark-bmenu-search): New command.
9725         (bookmark-bmenu-mode-map): Bind it.
9727 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
9729         * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
9731         * cedet/semantic/idle.el (define-semantic-idle-service)
9732         (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
9734 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
9736         * progmodes/cc-cmds.el: declare-functioned forward-subword and
9737         backward-subword to quit the byte-compiler.
9739         * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
9741         * Makefile.in: Don't refer cc-subword.elc but subword.elc.
9743         * progmodes/cc-cmds.el (c-update-modeline)
9744         (c-forward-into-nomenclature, c-backward-into-nomenclature):
9745         Refer to subword.el functions instead of cc-subword.el.
9747         * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
9748         subword.el functions instead of cc-subword.el.
9750         * progmodes/cc-subword.el: Rename to subword.el.
9751         * subword.el: Rename from progmodes/cc-subword.el.
9752         (subword-mode-map): Rename from c-subword-mode-map.
9753         (subword-mode): Rename from c-subword-mode.
9754         (global-subword-mode): New global minor mode.
9755         (forward-subword): Rename from c-forward-subword.
9756         (backward-subword): Rename from c-backward-subword.
9757         (mark-subword): Rename from c-mark-subword.
9758         (kill-subword): Rename from c-kill-subword.
9759         (backward-kill-subword): Rename from c-backward-kill-subword.
9760         (transpose-subwords): Rename from c-tranpose-subword.
9761         (downcase-subword): Rename from c-downcase-subword.
9762         (capitalize-subword): Rename from c-capitalize-subword.
9763         (forward-subword-internal): Rename from c-forward-subword-internal.
9764         (backward-subword-internal): Rename from c-backward-subword-internal.
9766 2009-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
9768         * vc.el (vc-deduce-fileset): Allow non-state changing operations
9769         from a dired buffer.
9770         (vc-dired-deduce-fileset): New function.
9771         (vc-root-diff, vc-print-root-log): Use it.
9773         * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
9774         nil LIMIT argument to vc-print-log-internal.
9776 2009-11-20  Glenn Morris  <rgm@gnu.org>
9778         * Makefile.in (ELCFILES): Regenerate.
9780 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
9782         * cedet/cedet.el (cedet-menu-map): Re-order menu items.
9784         * cedet/semantic.el: Enable idle-mode menu items only if
9785         global-semantic-idle-scheduler-mode is enabled.
9786         (semantic-default-submodes): Doc fix.
9788         * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
9789         When turning off, disable other idle modes.
9791 2009-11-20  Jay Belanger  <jay.p.belanger@gmail.com>
9793         * calc/calc.el (calc-set-mode-line):
9794         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
9795         (math-format-number): Rename `math-format-complement-signed' to
9796         `math-format-twos-complement'.
9798         * calc/calc-bin.el (math-format-twos-complement): Rename from
9799         math-format-complement-signed.
9800         (calc-radix): Rename `calc-complement-signed-mode' to
9801         `calc-twos-complement-mode'.
9802         (calc-octal-radix, calc-hex-radix): Add an argument for
9803         two's complement.
9805         * calc/calc-embed.el (calc-embedded-mode-vars):
9806         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
9808         * calc/calc-ext.el (calc-init-extensions):
9809         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
9810         (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
9812         * calc/calc-units.el (math-build-units-table-buffer):
9813         Let `calc-twos-complement-mode' be nil.
9815         * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
9816         entries.
9818         * calc/calc-vec.el (calcFunc-vunpack):
9819         * calc/calc-aent.el (calc-do-calc-eval):
9820         * calc/calc-forms.el (math-format-date):
9821         * calc/calc-graph.el (calc-graph-plot):
9822         * calc/calc-math.el (math-use-emacs-fn):
9823         * calc/calccomp.el (math-compose-expr):
9824         Let `calc-twos-complement-mode' be nil.
9826 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9828         * abbrev.el (abbrev-with-wrapper-hook): (re)move...
9829         * simple.el (with-wrapper-hook): ...to here.  Add argument `args'.
9830         * minibuffer.el (completion-in-region-functions): New hook.
9831         (completion-in-region): New function.
9832         * emacs-lisp/lisp.el (lisp-complete-symbol):
9833         * pcomplete.el (pcomplete-std-complete): Use it.
9835 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9837         * textmodes/tex-mode.el (latex-complete-bibtex-cache)
9838         (latex-complete-alist): New vars.
9839         (latex-string-prefix-p, latex-complete-bibtex-keys)
9840         (latex-complete-envnames, latex-complete-refkeys)
9841         (latex-complete-data): New functions.
9842         (latex-complete, latex-indent-or-complete): New commands.
9844         * window.el (display-buffer-mark-dedicated): New var.
9845         (display-buffer): Obey it.
9846         * minibuffer.el (minibuffer-completion-help): Use it.
9848         * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
9850         * filecache.el (file-cache-add-file): Use push and cons.
9851         (file-cache-delete-file-regexp): Use push.
9852         (file-cache-complete): Use completion-in-region.
9854         * simple.el (with-wrapper-hook): Fix thinko.
9856         * hfy-cmap.el (hfy-rgb-file): Use locate-file.
9857         (htmlfontify-load-rgb-file): Remove unnused var `ff'.
9858         Use with-current-buffer and string-to-number.
9859         (hfy-fallback-colour-values): Use assoc-string.
9860         * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
9861         (hfy-face-at): Remove unused var `found-face'.
9862         (hfy-compile-stylesheet): Remove unused var `css'.
9863         (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
9864         and `orig-buffer'.
9865         (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
9866         Use with-current-buffer.
9867         (hfy-text-p): Use expand-file-name and fewer setq.
9869 2009-11-19  Vivek Dasmohapatra  <vivek@etla.org>
9871         * htmlfontify.el, hfy-cmap.el: New files.
9873 2009-11-19  Juri Linkov  <juri@jurta.org>
9875         * minibuffer.el (completions-format): New defcustom.
9876         (completion--insert-strings): Implement vertical format.
9878         * simple.el (switch-to-completions): Move point to the first
9879         completion when point was at the beginning of the buffer.
9881 2009-11-19  Juri Linkov  <juri@jurta.org>
9883         * find-dired.el (find-name-arg): Remove autoload.  (Bug#4387)
9885         * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
9887 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
9889         * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
9890         (mail-signature): Change default to t.
9891         (mail-from-style): Deprecate `system-default' value.
9892         (mail-insert-from-field): For default value of mail-from-style,
9893         default to `angles' unless `angles' needs quoting and `parens'
9894         does not.
9895         (mail-citation-prefix-regexp): Use citation regexp from
9896         message-mode.
9898 2009-11-19  Michael Albinus  <michael.albinus@gmx.de>
9900         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
9901         Set variables for computing the prompt for reading password.
9903 2009-11-19  Glenn Morris  <rgm@gnu.org>
9905         * dired-aux.el (dired-compress-file-suffixes): Add ".xz".  (Bug#4953)
9907         * textmodes/flyspell.el (sgml-lexical-context): Declare.
9909         * net/newst-treeview.el (newsticker-treeview-treewindow-width)
9910         (newsticker-treeview-listwindow-height): Fix custom type.
9912 2009-11-19  Kenichi Handa  <handa@m17n.org>
9914         * descr-text.el (describe-char-padded-string): Compose with TAB
9915         only if there's a font for CH.
9916         (describe-char): Fix the condition for detecting a trivial composition.
9918 2009-11-18  Nathaniel Flath  <flat0103@gmail.com>
9920         * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
9921         more accurate version of the regexp.  (Bug#3910)
9923 2009-11-18  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
9925         * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
9927 2009-11-18  Juanma Barranquero  <lekktu@gmail.com>
9929         * font-setting.el (font-use-system-font): Declare for byte-compiler.
9930         (font-setting-change-default-font): Fix typo in docstring.
9932 2009-11-18  Alan Mackenzie  <acm@muc.de>
9934         * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
9936 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
9938         * font-setting.el (font-use-system-font): Move ...
9940         * cus-start.el (all): ... to here.
9942 2009-11-17  Michael Albinus  <michael.albinus@gmx.de>
9944         * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
9945         Don't set `ad-return-value' if `ad-do-it' doesn't.
9947         * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
9948         modification time.
9950 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
9952         * menu-bar.el: Put "Use system font" in Option-menu.
9953         (menu-bar-options-save): Add font-use-system-font.
9955         * loadup.el: If feature system-font-setting or font-render-setting is
9956         there, load font-setting.
9958         * Makefile.in (ELCFILES): Add font-settings.el.
9959         * font-setting.el: New file.
9961 2009-11-17  Glenn Morris  <rgm@gnu.org>
9963         * vc-svn.el (vc-svn-print-log): Fix typo in previous.
9965         * net/newst-treeview.el (newsticker--treeview-list-update-faces):
9966         Preserve point in the list buffer.  (Bug#4939)
9967         Use point-at-eol.
9968         (newsticker--treeview-list-update-highlight)
9969         (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
9971 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
9973         * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
9974         Remove.
9976         * calc/calc-ext.el (calc-init-extensions): Remove references to
9977         symclip.
9979         * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
9981         * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
9982         * calc/calc-help.el (calc-b-prefix-help): Remove references to
9983         `calc-symclip'.
9985 2009-11-16  Kevin Ryde  <user42@zip.com.au>
9987         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
9988         Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
9990         * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
9991         (lm-keywords-list): Allow comma-only separator like "foo,bar".
9992         Ignore trailing spaces by omit-nulls to split-string (fixing
9993         regression from Emacs 21 due to the incompatible split-string
9994         change).  (Bug #4928.)
9996 2009-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
9998         * vc.el (vc-log-show-limit): Default to 2000.
9999         (vc-print-log-internal): Insert buttons to request more entries
10000         when limiting the output.
10002         * vc-sccs.el (vc-sccs-print-log):
10003         * vc-rcs.el (vc-rcs-print-log):
10004         * vc-cvs.el (vc-cvs-print-log):
10005         * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
10006         LIMIT is non-nil.
10008 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
10010         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
10011         error when `tramp-gvfs-dbus-event-vector' is set.
10012         (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
10014 2009-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10016         * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
10018 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
10020         * net/dbus.el (dbus-unregister-service): New defun.
10021         (dbus-register-property): Register the handlers of
10022         "org.freedesktop.DBus.Properties" for SERVICE.
10023         (dbus-property-handler): Fix docstring.
10025 2009-11-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10027         * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
10028         Quote doc string reference in defvaralias as it is not in special form.
10029         (byte-compile-output-docform): Doc fix.
10031 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
10033         * calc/calc.el (math-2-word-size, math-half-2-word-size)
10034         (calc-complement-signed-mode): New variables.
10035         (calc-set-mode-line): Add indicator for twos-complements.
10036         (math-format-number): Format twos-complement notation.
10038         * calc/calc-bin.el (calc-word-size): Reset the variables
10039         `math-2-word-size' and `math-half-2-word-size'.
10040         (math-format-complement-signed, math-symclip, calcFunc-symclip)
10041         (calc-symclip): New functions.
10043         * calc/calc-aent.el (math-read-token): Read complement signed numbers.
10045         * calc/calc-embed.el (calc-embedded-mode-vars):
10046         Add `calc-complement-signed-mode' to the list of modes.
10048         * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
10049         (calc-b-oper-keys): Add `calc-symclip' to list.
10051         * calc/calc-ext.el (math-read-number-fancy): Read complement
10052         signed numbers.
10053         (calc-init-extensions): Add binding for `calc-symclip'.
10054         Add autoload for `calcFunc-symclip' and `calc-symclip'.
10056         * calc/calc-menu.el (calc-arithmetic-menu): Add item for
10057         `calc-symclip'.
10058         (calc-modes-menu): Add item for twos complement mode.
10060         * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
10062 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
10064         * register.el (jump-to-register, insert-register): Handle Semantic
10065         tags.  From commented-out advice in semantic/senator.el.
10067 2009-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
10069         * vc.el (vc-log-show-limit): New variable.
10070         (vc-print-log, vc-print-root-log): Add new argument LIMIT.  Set it
10071         when using a prefix argument.
10072         (vc-print-log-internal): Add new argument LIMIT.
10074         * vc-svn.el (vc-svn-print-log):
10075         * vc-mtn.el (vc-mtn-print-log):
10076         * vc-hg.el (vc-hg-print-log):
10077         * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
10078         pass it to the log command when set.  Make the BUFFER argument
10079         non-optional.
10081         * vc-sccs.el (vc-sccs-print-log):
10082         * vc-rcs.el (vc-rcs-print-log):
10083         * vc-git.el (vc-git-print-log):
10084         * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
10085         ignore it.  Make the BUFFER argument non-optional
10087         * bindings.el (mode-line-buffer-identification): Do not purecopy.
10089 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
10091         * dired.el (dired-mode-map): Move encryption items to "Operate"
10092         menu (Bug#4703).
10094         * strokes.el (strokes-update-window-configuration): Make strokes
10095         buffer current before erasing (Bug#4906).
10097         * cedet/semantic/idle.el (semantic-idle-summary-mode)
10098         (semantic-idle-summary-mode): Define using define-minor-mode
10099         instead of define-semantic-idle-service.
10100         (semantic-idle-summary-mode): New function.
10101         (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
10102         that mouse motion does not reset the echo area.
10104 2009-11-15  Juri Linkov  <juri@jurta.org>
10106         * simple.el (set-mark-default-inactive): Add :type, :group
10107         and :version.  (Bug#4876)
10109 2009-11-15  Michael Albinus  <michael.albinus@gmx.de>
10111         * arc-mode.el (archive-maybe-copy): Move creation of directory ...
10112         (archive-unique-fname): ... here.  (Bug#4929)
10114 2009-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10116         * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
10117         with a real fix.
10119         * novice.el (disabled-command-function): Add useful args.
10120         Setup the help buffer so that [back] works.
10121         Remove redundant call to help-mode.
10122         (disabled-command-function): Use `case'.
10123         (en/disable-command): New function extracted from enable-command.
10124         (enable-command, disable-command): Use it.
10126 2009-11-14  Glenn Morris  <rgm@gnu.org>
10128         * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
10129         constants.  (Bug#4913)
10131         * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
10133 2009-11-14  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
10135         * emacs-lisp/elint.el (elint-standard-variables): Add some variables
10136         defined in C that have no doc-strings.  (Bug#1063)
10138 2009-11-14  Francis Wright  <F.J.Wright@qmul.ac.uk>
10140         * cus-edit.el (data, files):
10141         * ps-print.el (postscript): Doc fixes for custom groups.  (Bug#3327)
10143 2009-11-14  Chong Yidong  <cyd@stupidchicken.com>
10145         * simple.el (shell-command): Doc fix (Bug#4891).
10147         * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
10149 2009-11-14  Glenn Morris  <rgm@gnu.org>
10151         * emulation/viper.el (viper-set-hooks): Remove duplicate advice
10152         statements for vc-diff, emerge-quit, and rmail-cease-edit.
10153         If they are already loaded, eval-after-load will do the right thing.
10155         * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
10156         compiling.
10158         * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
10160         * simple.el (x-selection-owner-p): Declare.
10161         (read-mail-command): Use custom radio type rather than choice.
10162         (completion-no-auto-exit): Doc fix.
10164         * custom.el (defgroup):
10165         * epg-config.el (epg): Doc fixes.
10167 2009-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
10169         * bindings.el (mode-line-buffer-identification): Purecopy only the string.
10170         * international/ccl.el (define-ccl-program): Do not purecopy the
10171         docstring, defconst does it anyway.
10173 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10175         * add-log.el (add-change-log-entry): Avoid displaying the changelog
10176         a second time.
10178         * x-dnd.el (x-dnd-maybe-call-test-function):
10179         * window.el (split-window-vertically):
10180         * whitespace.el (whitespace-help-on):
10181         * vc-rcs.el (vc-rcs-consult-headers):
10182         * userlock.el (ask-user-about-lock-help)
10183         (ask-user-about-supersession-help):
10184         * type-break.el (type-break-force-mode-line-update):
10185         * time-stamp.el (time-stamp-conv-warn):
10186         * terminal.el (te-set-output-log, te-more-break, te-filter)
10187         (te-sentinel, terminal-emulator):
10188         * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
10189         (term-write-input-ring, term-check-source, term-start-output-log):
10190         (term-display-buffer-line, term-dynamic-list-completions):
10191         (term-ansi-make-term, serial-term):
10192         * subr.el (selective-display):
10193         * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
10194         (strokes-encode-buffer, strokes-xpm-for-compressed-string):
10195         * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
10196         (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
10197         (speedbar-remove-localized-speedbar-support)
10198         (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
10199         (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
10200         (speedbar-buffers-line-directory):
10201         * simple.el (shell-command-on-region, append-to-buffer)
10202         (prepend-to-buffer):
10203         * shadowfile.el (shadow-save-todo-file):
10204         * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
10205         (scroll-bar-maybe-set-window-start):
10206         * sb-image.el (speedbar-image-dump):
10207         * saveplace.el (save-place-alist-to-file, save-places-to-alist)
10208         (load-save-place-alist-from-file):
10209         * ps-samp.el (ps-print-message-from-summary):
10210         * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
10211         (ps-background-image, ps-begin-job, ps-do-despool):
10212         * ps-bdf.el (bdf-find-file, bdf-read-font-info):
10213         * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
10214         (pr-ps-message-from-summary, pr-lpr-message-from-summary):
10215         (pr-call-process, pr-file-list, pr-interface-save):
10216         * novice.el (disabled-command-function)
10217         (enable-command, disable-command):
10218         * mouse.el (mouse-buffer-menu-alist):
10219         * mouse-copy.el (mouse-kill-preserving-secondary):
10220         * macros.el (kbd-macro-query):
10221         * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
10222         * informat.el (batch-info-validate):
10223         * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
10224         * hippie-exp.el (try-expand-dabbrev-visible):
10225         * help-mode.el (help-make-xrefs):
10226         * help-fns.el (describe-variable):
10227         * generic-x.el (bat-generic-mode-run-as-comint):
10228         * finder.el (finder-mouse-select):
10229         * find-dired.el (find-dired-sentinel):
10230         * filesets.el (filesets-file-close):
10231         * files.el (list-directory):
10232         * faces.el (list-faces-display, describe-face):
10233         * facemenu.el (list-colors-display):
10234         * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
10235         * epg.el (epg--process-filter, epg-cancel):
10236         * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
10237         (epa--read-signature-type):
10238         * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
10239         (emerge-file-names):
10240         * ehelp.el (electric-helpify):
10241         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
10242         * ediff-vers.el (rcs-ediff-view-revision):
10243         * ediff-util.el (ediff-setup):
10244         * ediff-mult.el (ediff-append-custom-diff):
10245         * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
10246         (ediff-wordify):
10247         * echistory.el (Electric-command-history-redo-expression):
10248         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
10249         * disp-table.el (describe-display-table):
10250         * dired.el (dired-find-buffer-nocreate):
10251         * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
10252         * dabbrev.el (dabbrev--same-major-mode-p):
10253         * chistory.el (list-command-history):
10254         * apropos.el (apropos-documentation):
10255         * allout.el (allout-obtain-passphrase):
10256         (allout-copy-exposed-to-buffer):
10257         (allout-verify-passphrase): Use with-current-buffer.
10259 2009-11-13  Glenn Morris  <rgm@gnu.org>
10261         * Makefile.in (ELCFILES): Regenerate.
10263 2009-11-13  Michael Albinus  <michael.albinus@gmx.de>
10265         * net/dbus.el (dbus-registered-objects-table): Rename from
10266         `dbus-registered-functions-table', because it contains also properties.
10267         (dbus-unregister-object): Unregister also properties.
10268         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
10269         Use a timeout of 500 msec, in order to not block.
10270         (dbus-register-property, dbus-property-handler): New defuns.
10272 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10274         * simple.el (minibuffer-default-add-completions): Drop deprecated
10275         4th arg.
10277 2009-11-13  Tomas Abrahamsson  <tab@lysator.liu.se>
10279         * textmodes/artist.el (artist-mouse-choose-operation):
10280         Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
10281         menus.  Bug noticed by Eli Zaretskii <eliz@gnu.org>.
10282         (artist-compute-up-event-key): New function.
10283         (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
10285 2009-11-13  Kenichi Handa  <handa@m17n.org>
10287         * language/japan-util.el: Make sure that the value of jisx0208
10288         property is jisx0208 character.
10290 2009-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
10292         * international/mule.el (auto-coding-regexp-alist): Only purecopy
10293         car or each item, not the whole list.
10295 2009-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10297         * minibuffer.el (minibuffer-completion-help):
10298         Use minibuffer-hide-completions.
10300 2009-11-12  Per Starbäck  <per@starback.se>  (tiny change)
10302         * dired.el (dired-save-positions, dired-restore-positions): New funs.
10303         (dired-revert): Use them (bug#4880).
10305 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
10307         * tooltip.el (tooltip-frame-parameters): Undo previous change.
10309 2009-11-12  Juri Linkov  <juri@jurta.org>
10311         * ffap.el (ffap-alternate-file-other-window, ffap-literally):
10312         New functions.
10313         (find-file-literally-at-point): Alias of `ffap-literally'.
10315 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
10317         * textmodes/ispell.el (ispell-skip-region-alist):
10318         * textmodes/css-mode.el (auto-mode-alist):
10319         * progmodes/compile.el (auto-mode-alist):
10320         * international/mule.el (ctext-non-standard-encodings-alist)
10321         (ctext-non-standard-encodings-regexp):
10322         * simple.el (shell-command-switch, text-read-only):
10323         * replace.el (occur-mode-map):
10324         * paths.el (rmail-file-name):
10325         * jka-cmpr-hook.el (jka-compr-build-file-regexp):
10326         * find-file.el (ff-special-constructs):
10327         * files.el (file-name-handler-alist):
10328         * composite.el: Purecopy strings.
10330         * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
10332 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
10334         * widget.el (define-widget): Purecopy the docstring.
10335         * international/mule-cmds.el (charset): Do not purecopy the
10336         docstring here, define-widget does it.
10338         * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
10339         * textmodes/bibtex-style.el (auto-mode-alist):
10340         * progmodes/inf-lisp.el (inferior-lisp-prompt):
10341         * progmodes/compile.el (compile-command):
10342         * language/korea-util.el (default-korean-keyboard):
10343         * international/mule-conf.el (file-coding-system-alist):
10344         * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
10345         * tooltip.el (tooltip-frame-parameters):
10346         * newcomment.el (comment-end, comment-padding):
10347         * dired.el (dired-trivial-filenames):
10348         * comint.el (comint-file-name-prefix): Purecopy initial values.
10350 2009-11-11  Michael Albinus  <michael.albinus@gmx.de>
10352         * net/tramp.el (tramp-advice-minibuffer-electric-separator)
10353         (tramp-advice-minibuffer-electric-tilde): Unload advices via
10354         `tramp-unload'.
10355         (tramp-advice-make-auto-save-file-name)
10356         (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
10357         after removing the advice.
10359 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
10361         * progmodes/grep.el (grep-regexp-alist):
10362         * international/mule-cmds.el (iso-2022-control-alist):
10363         * emacs-lisp/timer.el (timer-duration-words):
10364         * subr.el (version-separator, version-regexp-alist):
10365         * minibuffer.el (completion-styles-alist):
10366         * faces.el (face-attribute-name-alist, list-faces-sample-text):
10367         Change defvars to defconsts.
10369         * Makefile.in (ELCFILES): Add international/mule-conf.elc.
10370         * loadup.el ("international/mule-conf"): Load the byte compiled version.
10371         * international/mule-conf.el: Allow to be byte compiled.
10373         * international/mule.el (define-charset): Purecopy props.
10374         (load-with-code-conversion): Purecopy doc string and file name.
10375         (put-charset-property): Purecopy strings.
10376         (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
10378         * international/mule-cmds.el (register-input-method): Purecopy arguments.
10379         (define-char-code-property): Correctly purecopy the table.
10381         * international/ccl.el (define-ccl-program): Purecopy the docstring.
10383         * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
10385         * subr.el (add-hook): Purecopy strings.
10386         (eval-after-load): Purecopy load-history-regexp and the form.
10388         * custom.el (custom-declare-group): Purecopy load-file-name.
10390         * subr.el (menu-bar-separator): New defconst.
10391         * net/eudc.el (eudc-tools-menu):
10392         * international/mule-cmds.el (set-coding-system-map)
10393         (mule-menu-keymap):
10394         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
10395         * vc-hooks.el (vc-menu-map):
10396         * replace.el (occur-mode-map):
10397         * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
10398         (menu-bar-edit-menu, menu-bar-goto-menu)
10399         (menu-bar-custom-menu, menu-bar-showhide-menu)
10400         (menu-bar-options-menu, menu-bar-tools-menu)
10401         (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
10402         (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
10403         (menu-bar-help-menu):
10404         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
10405         * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
10407         * term/x-win.el (x-gtk-stock-map):
10408         * progmodes/vera-mode.el (auto-mode-alist):
10409         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
10410         (inferior-lisp-program, inferior-lisp-load-command):
10411         * progmodes/hideshow.el (hs-special-modes-alist):
10412         * progmodes/gud.el (same-window-regexps):
10413         * progmodes/grep.el (grep-program, find-program, xargs-program):
10414         * net/telnet.el (same-window-regexps):
10415         * net/rlogin.el (same-window-regexps):
10416         * language/ethiopic.el (font-ccl-encoder-alist):
10417         * vc-sccs.el (vc-sccs-master-templates):
10418         * vc-rcs.el (vc-rcs-master-templates):
10419         * subr.el (cl-assertion-failed):
10420         * simple.el (next-error-overlay-arrow-position):
10421         * lpr.el (lpr-command):
10422         * locate.el (locate-ls-subdir-switches):
10423         * info.el (same-window-regexps, info)
10424         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
10425         * image-mode.el (image-mode, auto-mode-alist):
10426         * hippie-exp.el (hippie-expand-ignore-buffers):
10427         * format.el (format-alist):
10428         * find-dired.el (find-ls-subdir-switches, find-grep-options)
10429         (find-name-arg):
10430         * facemenu.el (facemenu-keybindings):
10431         * dired.el (dired-listing-switches, dired-chown-program):
10432         * diff.el (diff-switches, diff-command):
10433         * cus-edit.el (same-window-regexps):
10434         * bindings.el (mode-line-mule-info)
10435         (mode-line-buffer-identification): Purecopy strings.
10437 2009-11-11  Juri Linkov  <juri@jurta.org>
10439         * simple.el (dired-get-filename) <declare-function>:
10440         Tell the byte-compiler about dired-get-filename.
10441         (shell-command): In Dired mode, get filename from the current line
10442         as the default value.
10444 2009-11-10  Glenn Morris  <rgm@gnu.org>
10446         * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
10447         * calendar/holidays.el, progmodes/cperl-mode.el:
10448         Update x-popup-menu declarations.
10450         * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
10451         (list-load-path-shadows): Use dolist.
10452         (list-load-path-shadows): Use with-current-buffer.
10454 2009-11-10  Juri Linkov  <juri@jurta.org>
10456         * minibuffer.el (read-file-name): Support a list of default values
10457         in `default-filename'.  Use the first file name where only one
10458         element is required.  Doc fix.
10460 2009-11-09  Michael Albinus  <michael.albinus@gmx.de>
10462         * net/dbus.el (dbus-unregister-object): Release service, if no
10463         other method is registered for it.
10465 2009-11-08  Markus Rost  <rost@math.uni-bielefeld.de>
10467         * bookmark.el (bookmark-completing-read): Sort bookmark names if
10468         bookmark-sort-flag is non-nil (Bug#4653).
10470 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
10472         * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
10473         the progress reporter entirely.
10475         * emulation/cua-base.el: Add CUA property to some CC mode commands
10476         (Bug#4100).
10478 2009-11-08  Kevin Ryde  <user42@zip.com.au>
10480         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
10481         at end of sentence (Bug#4818).
10483 2009-11-08  Jared Finder  <jfinder@crypticstudios.com>
10485         * progmodes/compile.el (compilation-error-regexp-alist-alist):
10486         Handle "see declaration of" MSFT statements (Bug#4100).
10488 2009-11-08  Michael Albinus  <michael.albinus@gmx.de>
10490         * net/tramp.el (tramp-advice-make-auto-save-file-name)
10491         (tramp-advice-file-expand-wildcards): Unload via
10492         `ad-remove-advice'.
10494         * net/trampver.el: Update release number.
10496 2009-11-08  Kevin Ryde  <user42@zip.com.au>
10498         * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
10499         `ad-do-it'.
10501 2009-11-08  Andr  <m00naticus@gmail.com>  (tiny change)
10503         * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
10504         in order to keep context in SELinux.
10506 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
10508         * dired-aux.el (dired-query): Place cursor in echo area and allow
10509         C-g.
10511         * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
10512         menu item if not on a directory (Bug#4701).
10514 2009-11-07  Michael Albinus  <michael.albinus@gmx.de>
10516         Sync with Tramp 2.1.17.
10518         * net/tramp.el (tramp-handle-copy-directory): Don't use
10519         `file-remote-p' (due to compatibility).
10521         * net/tramp-compat.el (tramp-compat-copy-directory)
10522         (tramp-compat-delete-directory): New defuns.
10524         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
10525         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
10526         `tramp-compat-delete-directory'.
10528         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
10529         (tramp-smb-handle-delete-directory): Use
10530         `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
10532         * net/trampver.el: Update release number.
10534 2009-11-07  Chong Yidong  <cyd@stupidchicken.com>
10536         * tar-mode.el (tar-copy): Call write-region on the right buffer
10537         (Bug#4857).
10539         * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
10540         by hand, if necessary (Bug#4878).
10542 2009-11-06  Chong Yidong  <cyd@stupidchicken.com>
10544         * buff-menu.el (Buffer-menu-buffer+size): Use display property to
10545         align size column (Bug#4839).
10547         * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
10548         statement.
10550 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
10552         * progmodes/ld-script.el (auto-mode-alist):
10553         * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
10555         * cus-face.el (custom-declare-face): Purecopy face spec.
10557 2009-11-06  Kenichi Handa  <handa@m17n.org>
10559         * international/uni-bidi.el: Re-generated.
10560         * international/uni-category.el: Re-generated.
10561         * international/uni-combining.el: Re-generated.
10562         * international/uni-mirrored.el: Re-generated.
10564 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
10566         * textmodes/tex-mode.el (tex-alt-dvi-print-command)
10567         (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
10568         (tex-start-options, slitex-run-command, latex-run-command)
10569         (tex-run-command, tex-directory):
10570         * textmodes/ispell.el (ispell-html-skip-alists)
10571         (ispell-tex-skip-alists, ispell-tex-skip-alists):
10572         * textmodes/fill.el (adaptive-fill-first-line-regexp):
10573         (adaptive-fill-regexp):
10574         * textmodes/dns-mode.el (auto-mode-alist):
10575         * progmodes/python.el (interpreter-mode-alist):
10576         * progmodes/etags.el (tags-compression-info-list):
10577         * progmodes/etags.el (tags-file-name):
10578         * net/browse-url.el (browse-url-galeon-program)
10579         (browse-url-firefox-program):
10580         * mail/sendmail.el (mail-signature-file)
10581         (mail-citation-prefix-regexp):
10582         * international/mule-conf.el (eight-bit):
10583         * international/latexenc.el (latex-inputenc-coding-alist):
10584         * international/fontset.el (x-pixel-size-width-font-regexp):
10585         * emacs-lisp/warnings.el (warning-type-format):
10586         * emacs-lisp/trace.el (trace-buffer):
10587         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
10588         (emacs-lisp-mode-map):
10589         * calendar/holidays.el (holiday-solar-holidays)
10590         (holiday-bahai-holidays, holiday-islamic-holidays)
10591         (holiday-christian-holidays, holiday-hebrew-holidays)
10592         (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
10593         (hebrew-holidays-1, holiday-oriental-holidays)
10594         (holiday-general-holidays):
10595         * x-dnd.el (x-dnd-known-types):
10596         * tool-bar.el (tool-bar):
10597         * startup.el (site-run-file):
10598         * shell.el (shell-dumb-shell-regexp):
10599         * rfn-eshadow.el (file-name-shadow-tty-properties)
10600         (file-name-shadow-properties):
10601         * paths.el (remote-shell-program, news-directory):
10602         * mouse.el ([C-down-mouse-3]):
10603         * menu-bar.el (menu-bar-tools-menu):
10604         * jka-cmpr-hook.el (jka-compr-load-suffixes)
10605         (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
10606         (jka-compr-compression-info-list):
10607         * isearch.el (search-whitespace-regexp):
10608         * image-file.el (image-file-name-extensions):
10609         * find-dired.el (find-ls-option):
10610         * files.el (directory-listing-before-filename-regexp)
10611         (directory-free-space-args, insert-directory-program)
10612         (list-directory-brief-switches, magic-fallback-mode-alist)
10613         (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
10614         (automount-dir-prefix):
10615         * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
10616         (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
10617         (face-font-registry-alternatives, face-font-registry-alternatives)
10618         (face-font-family-alternatives):
10619         * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
10620         (facemenu-foreground-menu, facemenu-face-menu):
10621         * epa-hook.el (epa-file-name-regexp):
10622         * dnd.el (dnd-protocol-alist):
10623         * textmodes/rst.el (auto-mode-alist):
10624         * button.el (default-button): Purecopy strings.
10626 2009-11-06  Glenn Morris  <rgm@gnu.org>
10628         * Makefile.in (ELCFILES): Update.
10630 2009-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10632         * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
10633         * emacs-lisp/levents.el: Move to obsolete/levents.el.
10635         * nxml/xsd-regexp.el (xsdre-gen-categories):
10636         * nxml/xmltok.el (xmltok-parse-entity):
10637         * nxml/rng-parse.el (rng-parse-validate-file):
10638         * nxml/rng-maint.el (rng-format-manual)
10639         (rng-manual-output-force-new-line):
10640         * nxml/rng-loc.el (rng-save-schema-location-1):
10641         * nxml/rng-cmpct.el (rng-c-parse-file):
10642         * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
10643         * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
10645 2009-11-05  Wilson Snyder  <wsnyder@wsnyder.org>
10647         * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
10648         Remove extra save-excursions and make-variable-buffer-local's.
10649         Suggested by Stefan Monnier.
10651         (verilog-getopt-file, verilog-module-inside-filename-p)
10652         (verilog-set-define): Merge GNU 1.35 and repair changes from
10653         switching to using with-current-buffer.
10655         (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
10656         being treated as a number and confusing AUTORESET.
10657         Reported by Dan Dever.
10659         (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
10660         Add verilog-auto-ignore-concat to fix backward compatibility with
10661         older verilog-modes.  Reported by Dan Katz.
10663         (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
10664         containing closing anchors "...$".
10666         (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
10667         Reported by Wade Smith.
10669         (verilog-batch-execute-func): Comment on function usage.
10671 2009-11-05  Michael McNamara  <mac@mail.brushroad.com>
10673         * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
10674         for labels.
10676         (verilog-label-re, verilog-calc-1): Support proper indent of named
10677         asserts.
10679         (verilog-backward-token, verilog-basic-complete-re)
10680         (verilog-beg-of-statement, verilog-indent-re): Support proper
10681         indent of the assert statement at the beginning of a block of text.
10683         (verilog-beg-block-re, verilog-ovm-begin-re): Support the
10684         `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
10685         tokens as begins.
10687 2009-11-05  Glenn Morris  <rgm@gnu.org>
10689         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
10690         Emacs 19.  (Bug#1531)
10691         (byte-compile-fix-header): Update for the above change.
10692         Drop test for epoch::version.
10694         * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
10695         * cus-dep.el (custom-make-dependencies):
10696         * finder.el (finder-compile-keywords):
10697         Use autoload-rubric's feature argument.
10699         * calendar/diary-lib.el (top-level): Make load behave more like require.
10701         * vc-git.el (vc-git-stash-map): Move definition before use.
10703 2009-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
10705         * custom.el (custom-declare-group): Purecopy standard-value.
10706         (custom-declare-group): Purecopy custom-prefix.
10708         * international/mule.el (load-with-code-conversion):
10709         Call do-after-load-evaluation unconditionally.
10711         * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
10713 2009-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10715         * descr-text.el: Require help-mode rather than help-fns (bug#4861).
10717 2009-11-04  Glenn Morris  <rgm@gnu.org>
10719         * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
10720         (byte-compile-compatibility): Remove option.
10721         (byte-compile-close-variables, byte-compile-fix-header)
10722         (byte-compile-insert-header, byte-compile-output-docform)
10723         (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
10724         (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
10725         (byte-compile-list, byte-compile-concat, byte-compile-function-form)
10726         (byte-compile-insert, byte-compile-defun):
10727         Remove support for byte-compile-compatibility and Emacs 18.  (Bug#4571)
10728         (byte-defop-compiler19): Remove.
10729         Without byte-compile-compatibility, the 'emacs19-opcode property is not
10730         used by anything.  Replace all calls with byte-defop-compiler.
10732 2009-11-04  Juri Linkov  <juri@jurta.org>
10734         * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
10735         (menu-bar-options-menu): Don't quote the `prop' arg of
10736         `menu-bar-make-mm-toggle'.
10738 2009-11-04  Juanma Barranquero  <lekktu@gmail.com>
10740         * calendar/calendar.el (cal-loaddefs):
10741         * calendar/diary-lib.el (diary-loaddefs):
10742         * calendar/holidays.el (hol-loaddefs):
10743         * eshell/esh-module.el (esh-groups): Load rather than require.
10745 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10747         * calendar/todo-mode.el (todo-add-category): Don't hardcode
10748         point-min==1.
10749         (todo-top-priorities): Only display-buffer when called interactively.
10750         (todo-item-start): Don't save excursion point.
10751         (todo-item-end): Be slightly more careful.  Add `include-sep' arg.
10752         (todo-insert-item-here, todo-file-item, todo-remove-item):
10753         Adjust uses of todo-item-start and todo-item-end.
10755         * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
10756         (autoload-rubric): Don't use any more.
10757         * cedet/semantic/fw.el (semantic/loaddefs):
10758         * cedet/srecode.el (srecode/loaddefs):
10759         * cedet/ede.el (ede/loaddefs): Load rather than require.
10760         * cedet/ede/cpp-root.el:
10761         * cedet/ede/emacs.el:
10762         * cedet/ede/files.el:
10763         * cedet/ede/linux.el:
10764         * cedet/ede/locate.el:
10765         * cedet/ede/make.el:
10766         * cedet/ede/shell.el:
10767         * cedet/ede/speedbar.el:
10768         * cedet/ede/system.el:
10769         * cedet/ede/util.el:
10770         * cedet/semantic/analyze.el:
10771         * cedet/semantic/bovine.el:
10772         * cedet/semantic/complete.el:
10773         * cedet/semantic/ctxt.el:
10774         * cedet/semantic/db-file.el:
10775         * cedet/semantic/db-find.el:
10776         * cedet/semantic/db-global.el:
10777         * cedet/semantic/db-mode.el:
10778         * cedet/semantic/db-typecache.el:
10779         * cedet/semantic/db.el:
10780         * cedet/semantic/debug.el:
10781         * cedet/semantic/dep.el:
10782         * cedet/semantic/doc.el:
10783         * cedet/semantic/edit.el:
10784         * cedet/semantic/find.el:
10785         * cedet/semantic/format.el:
10786         * cedet/semantic/html.el:
10787         * cedet/semantic/ia-sb.el:
10788         * cedet/semantic/ia.el:
10789         * cedet/semantic/idle.el:
10790         * cedet/semantic/lex-spp.el:
10791         * cedet/semantic/lex.el:
10792         * cedet/semantic/mru-bookmark.el:
10793         * cedet/semantic/scope.el:
10794         * cedet/semantic/senator.el:
10795         * cedet/semantic/sort.el:
10796         * cedet/semantic/symref.el:
10797         * cedet/semantic/tag-file.el:
10798         * cedet/semantic/tag-ls.el:
10799         * cedet/semantic/tag-write.el:
10800         * cedet/semantic/tag.el:
10801         * cedet/semantic/util-modes.el:
10802         * cedet/semantic/analyze/complete.el:
10803         * cedet/semantic/analyze/refs.el:
10804         * cedet/semantic/bovine/c.el:
10805         * cedet/semantic/bovine/gcc.el:
10806         * cedet/semantic/bovine/make.el:
10807         * cedet/semantic/bovine/scm.el:
10808         * cedet/semantic/decorate/include.el:
10809         * cedet/semantic/decorate/mode.el:
10810         * cedet/semantic/symref/cscope.el:
10811         * cedet/semantic/symref/global.el:
10812         * cedet/semantic/symref/grep.el:
10813         * cedet/semantic/symref/idutils.el:
10814         * cedet/semantic/symref/list.el:
10815         * cedet/semantic/wisent/java-tags.el:
10816         * cedet/semantic/wisent/javascript.el:
10817         * cedet/srecode/compile.el:
10818         * cedet/srecode/cpp.el:
10819         * cedet/srecode/document.el:
10820         * cedet/srecode/el.el:
10821         * cedet/srecode/expandproto.el:
10822         * cedet/srecode/getset.el:
10823         * cedet/srecode/insert.el:
10824         * cedet/srecode/java.el:
10825         * cedet/srecode/map.el:
10826         * cedet/srecode/mode.el:
10827         * cedet/srecode/template.el:
10828         * cedet/srecode/texi.el: Remove the file-local setting of
10829         generated-autoload-feature.
10831         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
10832         and only put a prop if it is non-nil.
10834 2009-11-03  Juri Linkov  <juri@jurta.org>
10836         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
10837         (menu-bar-options-menu): Fix list quoting (Bug#4429).
10839         * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
10840         and "Menu" to make top-level menu item visually one unit (like
10841         it's done for "Lisp-Interaction", "Emacs-Lisp" and other
10842         multi-word menu items).  Fix :help string for quit-window.
10844 2009-11-03  Glenn Morris  <rgm@gnu.org>
10846         * cedet/mode-local.el (with-mode-local): Doc fix.
10848         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
10849         (byte-compile-file-form-define-abbrev-table)
10850         (byte-compile-file-form-custom-declare-variable)
10851         (byte-compile-variable-ref, byte-compile-defvar):
10852         Whether or not a warning is enabled should only affect whether we issue
10853         the warning, not whether or not we collect the relevant data.
10854         Eg warnings can be turned on and off throughout the course of a file.
10856         * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
10857         (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
10859 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10861         * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
10862         * play/mpuz.el (mpuz-create-buffer):
10863         * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
10864         (lm-print-y,s,noise, lm-print-w0, lm-init):
10865         * play/gomoku.el (gomoku-prompt-for-move):
10866         * play/fortune.el (fortune-in-buffer):
10867         * play/dissociate.el (dissociated-press):
10868         * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
10869         (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
10870         * mail/supercite.el (sc-eref-show):
10871         * mail/smtpmail.el (smtpmail-send-it):
10872         * mail/rmailsum.el (rmail-summary-next-labeled-message)
10873         (rmail-summary-previous-labeled-message, rmail-summary-wipe)
10874         (rmail-summary-undelete-many, rmail-summary-rmail-update)
10875         (rmail-summary-goto-msg, rmail-summary-expunge)
10876         (rmail-summary-get-new-mail, rmail-summary-search-backward)
10877         (rmail-summary-add-label, rmail-summary-output-menu)
10878         (rmail-summary-output-body):
10879         * mail/rfc822.el (rfc822-addresses):
10880         * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
10881         * mail/mailpost.el (post-mail-send-it):
10882         * mail/hashcash.el (hashcash-generate-payment):
10883         * mail/feedmail.el (feedmail-run-the-queue)
10884         (feedmail-queue-send-edit-prompt-help-first)
10885         (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
10886         (feedmail-deduce-address-list):
10887         * eshell/esh-ext.el (eshell-remote-command):
10888         * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
10889         * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
10890         (viper-wildcard-to-regexp, viper-glob-mswindows-files)
10891         (viper-save-string-in-file, viper-valid-marker):
10892         * emulation/viper-keym.el (viper-toggle-key):
10893         * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
10894         (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
10895         (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
10896         * emulation/viper-cmd.el (viper-exec-form-in-vi)
10897         (viper-exec-form-in-emacs, viper-brac-function):
10898         * emulation/viper.el (viper-delocalize-var):
10899         * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
10900         (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
10901         (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
10902         (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
10903         * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
10904         * emulation/edt.el (edt-electric-helpify):
10905         * emulation/cua-rect.el (cua--rectangle-aux-replace):
10906         * emulation/cua-gmrk.el (cua--insert-at-global-mark)
10907         (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
10908         (cua-indent-to-global-mark-column):
10909         * calendar/diary-lib.el (calendar-mark-1):
10910         * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
10911         Use with-current-buffer.
10912         * emulation/viper.el (viper-delocalize-var): Use dolist.
10914 2009-11-03  Chong Yidong  <cyd@stupidchicken.com>
10916         * comint.el (comint-replace-by-expanded-history-before-point):
10917         Replace !! with the previous input string literally (Bug#1795).
10919 2009-11-02  Jay Belanger  <jay.p.belanger@gmail.com>
10921         * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
10922         to be made up of whitespace.
10924 2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
10926         * minibuffer.el (read-file-name): Don't use file dialogs for
10927         remote directories (Bug#99).
10929 2009-11-01  Chong Yidong  <cyd@stupidchicken.com>
10931         * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
10933 2009-11-01  Andreas Schwab  <schwab@linux-m68k.org>
10935         * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
10936         instead of deleting the window or frame.
10938 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
10940         * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
10941         Support face colors.
10943         * textmodes/tex-mode.el (tex-facemenu-add-face-function):
10944         New function.  Support face colors (Bug#1168).
10945         (tex-common-initialization): Use it.
10947         * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
10948         mode allows it (Bug#1168).
10950 2009-10-31  Juri Linkov  <juri@jurta.org>
10952         * facemenu.el (list-colors-display): Don't mark buffer as
10953         modified (Bug#3948).
10955 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
10957         * international/mule-diag.el (list-character-sets-1): Minor
10958         message fix (Bug#3526).
10960         * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
10961         face property (Bug#4834).
10962         (etags-list-tags, etags-tags-apropos-additional)
10963         (etags-tags-apropos, tags-select-tags-table): Add follow-link
10964         property.
10966         * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
10967         items.
10969         * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
10970         items.
10972         * cedet/ede.el (ede-minor-mode):
10973         * cedet/semantic.el (semantic-mode): Toggle menu separators.
10975 2009-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
10977         * textmodes/two-column.el (2C-split):
10978         * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
10979         * textmodes/tex-mode.el (tex-set-buffer-directory):
10980         * textmodes/spell.el (spell-region, spell-string):
10981         * textmodes/reftex.el (reftex-erase-buffer):
10982         (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
10983         * textmodes/reftex-toc.el (reftex-toc-promote-action):
10984         * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
10985         (reftex-select-item):
10986         * textmodes/reftex-ref.el (reftex-label-info-update)
10987         (reftex-offer-label-menu):
10988         * textmodes/reftex-index.el (reftex-index-change-entry)
10989         (reftex-index-phrases-info):
10990         * textmodes/reftex-global.el (reftex-create-tags-file)
10991         (reftex-save-all-document-buffers, reftex-ensure-write-access):
10992         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
10993         (reftex-view-crossref-from-bibtex):
10994         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
10995         (reftex-extract-bib-entries-from-thebibliography)
10996         (reftex-all-used-citation-keys, reftex-create-bibtex-file):
10997         * textmodes/refbib.el (r2b-capitalize-title):
10998         (r2b-convert-buffer, r2b-help):
10999         * textmodes/page-ext.el (pages-directory)
11000         (pages-directory-goto-with-mouse):
11001         * textmodes/bibtex.el (bibtex-validate-globally):
11002         * textmodes/bib-mode.el (bib-capitalize-title):
11003         * textmodes/artist.el (artist-clear-buffer, artist-system):
11004         * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
11005         (local-set-scheme-interaction-buffer, xscheme-process-filter)
11006         (verify-xscheme-buffer, xscheme-enter-interaction-mode)
11007         (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
11008         (xscheme-send-control-g-interrupt, xscheme-start-process)
11009         (xscheme-process-sentinel, xscheme-cd):
11010         * progmodes/verilog-mode.el (verilog-read-always-signals)
11011         (verilog-set-define, verilog-getopt-file)
11012         (verilog-module-inside-filename-p):
11013         * progmodes/sh-script.el:
11014         * progmodes/python.el (python-pdbtrack-get-source-buffer)
11015         (python-pdbtrack-grub-for-buffer, python-execute-file):
11016         * progmodes/octave-inf.el (inferior-octave):
11017         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
11018         (idlwave-shell-compile-helper-routines, idlwave-set-local)
11019         (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
11020         (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
11021         (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
11022         * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
11023         (idlwave-shell-filter, idlwave-shell-examine-highlight)
11024         (idlwave-shell-sentinel, idlwave-shell-filter-directory)
11025         (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
11026         (idlwave-shell-examine-display, idlwave-shell-run-region)
11027         (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
11028         (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
11029         * progmodes/idlw-help.el (idlwave-help-get-special-help)
11030         (idlwave-help-get-help-buffer):
11031         * progmodes/gud.el (gud-basic-call, gud-find-class)
11032         (gud-tooltip-activate-mouse-motions-if-enabled):
11033         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
11034         * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
11035         (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
11036         (ebrowse-tags-next-file):
11037         * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
11038         (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
11039         (ebnf-eps-finish-and-write):
11040         * progmodes/cpp.el (cpp-edit-save):
11041         * progmodes/cperl-mode.el (cperl-pod-to-manpage):
11042         * progmodes/cc-defs.el (c-emacs-features):
11043         * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
11044         (antlr-directory-dependencies):
11045         * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
11046         (ada-run-application, ada-find-in-src-path, ada-goto-parent)
11047         (ada-find-any-references, ada-make-filename-from-adaname)
11048         (ada-make-body-gnatstub):
11049         * obsolete/rnews.el (news-list-news-groups):
11050         * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
11051         * obsolete/iso-acc.el (iso-acc-minibuf-setup):
11052         * net/rcirc.el (rcirc-debug):
11053         * net/newst-treeview.el (newsticker--treeview-list-add-item)
11054         (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
11055         (newsticker--treeview-list-update-faces, newsticker-treeview-save)
11056         (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
11057         (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
11058         (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
11059         (newsticker--treeview-list-clear-highlight)
11060         (newsticker--treeview-list-update-highlight)
11061         (newsticker--treeview-list-highlight-start)
11062         (newsticker--treeview-tree-update-highlight)
11063         (newsticker--treeview-get-selected-item)
11064         (newsticker-treeview-mark-list-items-old)
11065         (newsticker--treeview-set-current-node):
11066         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
11067         * net/newst-backend.el (newsticker--get-news-by-funcall)
11068         (newsticker--get-news-by-wget, newsticker--image-get)
11069         (newsticker--image-sentinel):
11070         * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
11071         * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
11072         (eudc-ph-close-session):
11073         * net/eudc.el (eudc-save-options):
11074         * language/thai-word.el (thai-update-word-table):
11075         * language/japan-util.el (japanese-string-conversion):
11076         * international/titdic-cnv.el (tsang-quick-converter)
11077         (ziranma-converter, ctlau-converter):
11078         * international/mule-cmds.el (describe-language-environment):
11079         * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
11080         (skkdic-convert-postfix, skkdic-convert-prefix):
11081         (skkdic-convert-okuri-nasi, skkdic-convert):
11082         * emacs-lisp/re-builder.el (reb-update-overlays):
11083         * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
11084         * emacs-lisp/gulp.el (gulp-send-requests):
11085         * emacs-lisp/find-gc.el (trace-call-tree):
11086         * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
11087         (eieio-describe-generic):
11088         * emacs-lisp/eieio-base.el (eieio-persistent-read):
11089         * emacs-lisp/edebug.el (edebug-outside-excursion):
11090         * emacs-lisp/debug.el (debugger-make-xrefs):
11091         * emacs-lisp/cust-print.el (custom-prin1-to-string):
11092         * emacs-lisp/chart.el (chart-new-buffer):
11093         * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
11094         Use with-current-buffer.
11095         * textmodes/artist.el (artist-system): Don't call
11096         copy-sequence on a fresh string.
11097         * progmodes/idlw-shell.el (easymenu setup): Use dolist.
11099 2009-10-31  Stephen Berman  <stephen.berman@gmx.net>
11101         * calendar/todo-mode.el (todo-edit-item): Signal an error if there
11102         is no item to edit.  (Bug#4820)
11103         (todo-top-priorities): Restore point and restore narrowing in Todo
11104         buffer.  (Bug#4820)
11106 2009-10-31  Glenn Morris  <rgm@gnu.org>
11108         * net/ange-ftp.el (top-level): Don't require dired when compiling.
11109         (comint-last-output-start, comint-last-input-start)
11110         (comint-last-input-end): Don't defvar when compiling.
11111         (ange-ftp-process-file): Use bound-and-true-p.
11113         * pcmpl-rpm.el (top-level): Move provide statement to end.
11114         (pcmpl-rpm): Remove unused custom group.
11116         * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
11118         * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
11120         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
11121         (byte-compile-warnings): Add `constants' as an option.
11122         (byte-compile-callargs-warn, byte-compile-arglist-warn)
11123         (display-call-tree): Update for byte-compile-fdefinition possibly
11124         returning `(macro lambda ...)'.  (Bug#4778)
11125         (byte-compile-variable-ref, byte-compile-setq-default):
11126         Respect `constants' member of byte-compile-warnings.
11128         * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
11129         Use mapc rather than mapcar because the return value is never used.
11131         * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
11132         * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
11133         * cedet/semantic/html.el:
11134         Suppress harmless warnings about setting up semantic-imenu (not
11135         part of Emacs) variables.
11137 2009-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11139         * vc-bzr.el (vc-bzr-revision-keywords): New var.
11140         (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
11141         to "submit:".
11143         * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
11144         * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
11145         * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
11146         * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
11147         * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
11148         * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
11149         (semantic-analyzer-debug-global-symbol)
11150         (semantic-analyzer-debug-missing-innertype)
11151         (semantic-analyzer-debug-insert-include-summary):
11152         * cedet/semantic/util.el (semantic-file-tag-table):
11153         (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
11154         (semantic-recursive-find-nonterminal-by-name):
11155         * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
11156         * cedet/semantic/tag-file.el (semantic-prototype-file):
11157         * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
11158         * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
11159         * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
11160         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
11161         (semantic-idle-summary-maybe-highlight):
11162         * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
11163         (semantic-ia-sb-tag-info):
11164         * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
11165         * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
11166         * cedet/semantic/ede-grammar.el (project-compile-target):
11167         (ede-proj-makefile-insert-variables):
11168         * cedet/semantic/debug.el (semantic-debug-set-parser-location):
11169         (semantic-debug-set-source-location, semantic-debug-interface-layout)
11170         (semantic-debug-mode, semantic-debug):
11171         * cedet/semantic/db.el (semanticdb-needs-refresh-p):
11172         * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
11173         * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
11174         * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
11175         (semanticdb-find-translate-path-includes--internal)
11176         (semanticdb-reset-log, semanticdb-find-log-activity):
11177         * cedet/semantic/db-file.el (object-write):
11178         * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
11179         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
11180         (semanticdb-create-ebrowse-database):
11181         * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
11182         * cedet/semantic/complete.el (semantic-displayor-focus-request)
11183         (semantic-collector-calculate-completions-raw)
11184         (semantic-complete-read-tag-analyzer):
11185         * cedet/semantic/analyze.el (semantic-analyze-pulse):
11186         * cedet/ede/util.el (ede-update-version-in-source):
11187         * cedet/ede/proj.el (project-delete-target):
11188         * cedet/ede/proj-elisp.el (ede-update-version-in-source)
11189         (ede-proj-flush-autoconf):
11190         * cedet/ede/pconf.el (ede-proj-configure-synchronize)
11191         (ede-proj-configure-synchronize):
11192         * cedet/ede/locate.el (ede-locate-file-in-project-impl):
11193         * cedet/ede/linux.el (ede-linux-version):
11194         * cedet/ede/emacs.el (ede-emacs-version):
11195         * cedet/ede/dired.el (ede-dired-add-to-target):
11196         * cedet/ede.el (ede-buffer-header-file, ede-find-target)
11197         (ede-buffer-documentation-files, ede-project-buffers, ede-set)
11198         (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
11199         * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
11200         (cedet-idutils-lid-call, cedet-idutils-expand-filename)
11201         (cedet-idutils-version-check):
11202         * cedet/cedet-global.el (cedet-gnu-global-call):
11203         (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
11204         (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
11205         * cedet/cedet-cscope.el (cedet-cscope-call)
11206         (cedet-cscope-expand-filename, cedet-cscope-version-check):
11207         Use with-current-buffer.
11208         * cedet/ede.el (ede-make-project-local-variable)
11209         (ede-set-project-variables, ede-set): Use dolist.
11211 2009-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
11213         * textmodes/ispell.el (ispell-skip-region-alist):
11214         * international/mule-conf.el (eight-bit):
11215         * international/fontset.el (font-encoding-alist):
11216         * startup.el (pure-space-overflow-message):
11217         * simple.el (overwrite-mode-textual, overwrite-mode-binary):
11218         * paths.el (gnus-nntp-service, rmail-spool-directory)
11219         (term-file-prefix):
11220         * files.el (save-some-buffers-action-alist):
11221         * cmuscheme.el (same-window-buffer-names):
11222         * ielm.el (same-window-buffer-names):
11223         * shell.el (same-window-buffer-names):
11224         * mail/sendmail.el (same-window-buffer-names):
11225         * progmodes/inf-lisp.el (same-window-buffer-names):
11226         * bindings.el (mode-line-client)
11227         (mode-line-column-line-number-mode-map):
11228         * language/tibetan.el (tibetan-precomposition-rule-regexp)
11229         (tibetan-precomposed-regexp): Purecopy string arguments.
11231 2009-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11233         * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
11234         (calcDigit-nondigit):
11235         * calc/calc-yank.el (calc-copy-to-buffer):
11236         * calc/calc-units.el (calc-invalidate-units-table):
11237         * calc/calc-trail.el (calc-trail-yank):
11238         * calc/calc-store.el (calc-insert-variables):
11239         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
11240         * calc/calc-prog.el (calc-read-parse-table):
11241         * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
11242         * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
11243         * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
11244         (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
11245         (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
11246         (calc-graph-name, calc-graph-find-command, calc-graph-view)
11247         (calc-graph-view, calc-gnuplot-command, calc-graph-init):
11248         * calc/calc-ext.el (calc-realign):
11249         * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
11250         (calc-embedded-finish-edit, calc-embedded-make-info)
11251         (calc-embedded-finish-command, calc-embedded-stack-change):
11252         * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
11254         * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
11255         (overload-docstring-extension): Use that info.
11256         * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
11257         * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
11258         * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
11259         (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
11260         (semantic-nonterminal-full-name): Add the new `when' info.
11261         * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
11262         `assert'.
11264         * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
11265         shell-dynamic-complete-filename in preference to
11266         comint-dynamic-complete-filename.
11268         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
11269         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
11270         Don't consider whether the display supports colors.
11271         (bookmark-import-new-list): Use dolist.
11272         (bookmark-bmenu-mode-map): Move initialization into declaration.
11273         (bookmark-bmenu-list): Use dolist, simplify.
11274         (bookmark-show-all-annotations): Use save-selected-window and dolist.
11275         (menu-bar-final-items): Use push.
11277 2009-10-28  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
11279         * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
11280         it works on remote files.
11281         (vc-hg-diff): Don't pass any `--cwd' argument.
11283 2009-10-27  Kevin Ryde  <user42@zip.com.au>
11285         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
11286         Use help-xref-info-regexp and help-xref-url-regexp to identify links.
11287         (Further to Bug#3921).
11289 2009-10-27  Michael Albinus  <michael.albinus@gmx.de>
11291         * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
11292         (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
11293         calling `tramp-imap-put-file'.  Add file size to the call.
11294         (tramp-imap-get-file-entries): Compute also user name, file size,
11295         and date.
11296         (tramp-imap-handle-insert-directory): Insert uid and gid.
11297         (tramp-imap-handle-file-attributes): Transform uid and gid
11298         according to `id-format'.
11299         (tramp-imap-put-file): New optional parameter SIZE.  Encode file
11300         size in header X-Size.
11302 2009-10-26  Juanma Barranquero  <lekktu@gmail.com>
11304         * simple.el (transpose-subr): Give clearer error when the mark
11305         is not set.  (Bug#4807)
11307 2009-10-26  Michael Albinus  <michael.albinus@gmx.de>
11309         * net/tramp.el (tramp-perl-file-truename): New defconst.
11310         Perl code contributed by yary <not.com@gmail.com> (tiny change).
11311         (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
11312         Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
11313         (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
11315         * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
11316         Ignore `dired-call-process'.
11317         (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
11319 2009-10-26  Julian Scheid  <julians37@gmail.com>
11321         * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
11322         (tramp-get-remote-readlink): New defun.
11323         (tramp-handle-file-truename): Use it.
11324         (tramp-handle-file-exists-p): Check file-attributes cache, assume
11325         file exists if cache value present.
11326         (tramp-check-cached-permissions): New defun.
11327         (tramp-handle-file-readable-p): Use it.
11328         (tramp-handle-file-writable-p): Likewise.
11329         (tramp-handle-file-executable-p): Likewise.
11330         (tramp-handle-file-name-all-completions): Try using Perl to get
11331         partial completions.  When perl not available, combine `cd' and
11332         `ls' into single remote operation and use shell expansion to get
11333         partial remote directory contents.  Set `file-exists-p' cache for
11334         directory and any files returned by ls.  Change cache handling to
11335         support partial directory contents.  Use error message emitted by
11336         remote `cd' or Perl code for local tramp-error.
11337         (tramp-do-copy-or-rename-file-directly): Avoid separate
11338         tramp-send-command-and-check call.
11339         (tramp-handle-process-file): Merge three remote ops into one.
11340         Do not flush all caches when `process-file-side-effects' is set.
11341         (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
11342         file-attributes shows uid/gid to be set already.
11344 2009-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
11346         * textmodes/tex-mode.el (tex-dvi-view-command)
11347         (tex-show-queue-command, tex-open-quote):
11348         * progmodes/ruby-mode.el (auto-mode-alist)
11349         (interpreter-mode-alist): Purecopy strings.
11351         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
11353         * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
11354         string for the hook, keymap and abbrev table.
11356         * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
11358         * x-dnd.el (x-dnd-xdnd-to-action):
11359         * startup.el (fancy-startup-text, fancy-about-text): Change to
11360         defconst from defvar.
11362         * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
11364         * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
11365         Purecopy initialization strings.
11367         * mail/sendmail.el (mail-header-separator)
11368         (mail-personal-alias-file):
11369         * mail/rmail.el (rmail-default-dont-reply-to-names)
11370         (rmail-ignored-headers, rmail-retry-ignored-headers)
11371         (rmail-highlighted-headers, rmail-secondary-file-directory)
11372         (rmail-secondary-file-regexp):
11373         * files.el (null-device, file-name-invalid-regexp)
11374         (locate-dominating-stop-dir-regexp)
11375         (inhibit-first-line-modes-regexps): Purecopy initialization strings.
11376         (interpreter-mode-alist): Use mapcar instead of mapc.
11378         * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
11380         * bindings.el (mode-line-major-mode-keymap): Purecopy name.
11381         (completion-ignored-extensions):
11382         (debug-ignored-errors): Purecopy strings.
11384 2009-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11386         * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
11387         (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
11388         (pcomplete--here): Use push.
11390         * subr.el (all-completions): Declare the 4th arg obsolete.
11392 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11394         * pcomplete.el (pcomplete-unquote-argument-function): New var.
11395         (pcomplete-unquote-argument): New function.
11396         (pcomplete--common-suffix): Always pay attention to case.
11397         (pcomplete--table-subvert): Quote and unquote the text.
11398         (pcomplete--common-quoted-suffix): New function.
11399         (pcomplete-std-complete): Use it and pcomplete-begin.
11401         * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
11402         we're inside a dedicated or minibuffer window.
11404 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11406         * cedet/semantic/fw.el (semantic-alias-obsolete)
11407         (semantic-varalias-obsolete): Make the `when' arg mandatory.
11408         (define-mode-overload-implementation):
11409         * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
11410         * cedet/semantic/wisent.el (wisent-lex-make-token-table):
11411         * cedet/semantic/util.el (semantic-file-token-stream)
11412         (semantic-something-to-stream):
11413         * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
11414         (semantic-expand-nonterminal):
11415         * cedet/semantic/tag-file.el (semantic-find-nonterminal)
11416         (semantic-find-dependency, semantic-find-nonterminal)
11417         (semantic-find-dependency):
11418         * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
11419         (semantic-flex-text, semantic-flex-make-keyword-table)
11420         (semantic-flex-keyword-p, semantic-flex-keyword-put)
11421         (semantic-flex-keyword-get, semantic-flex-map-keywords)
11422         (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
11423         * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
11424         * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
11425         (semantic-after-idle-scheduler-reparse-hooks):
11426         * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
11427         * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
11428         * cedet/semantic.el (semantic-toplevel-bovine-table)
11429         (semantic-toplevel-bovine-cache)
11430         (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
11431         (semantic-init-mode-hooks, semantic-init-db-hooks)
11432         (semantic-bovination-working-type): Provide the `when' arg.
11434 2009-10-24  Karl Fogel  <kfogel@red-bean.com>
11436         * bookmark.el: Update documentation, especially documentation
11437         of `bookmark-alist' and of the bookmark file format.
11438         Patch by Drew Adams, with minor tweaks from me.  (Bug#4195)
11440 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
11442         * mail/emacsbug.el (report-emacs-bug): Clarify that the
11443         keybindings apply to the mail buffer (Bug#4003).  Shrink help
11444         window to buffer.
11446         * whitespace.el (whitespace-mode, whitespace-newline-mode)
11447         (global-whitespace-mode, global-whitespace-newline-mode)
11448         (whitespace-toggle-options, global-whitespace-toggle-options):
11449         Doc fix (Bug#3660).
11451         * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
11452         of xmltok-start before the end tag was inserted (Bug#2840).
11454         * progmodes/sh-script.el (sh-font-lock-paren): Handle case
11455         patterns that are preceded by an open-paren (Bug#1320).
11457 2009-10-24  Sven Joachim  <svenjoac@gmx.de>
11459         * files.el (delete-directory): Delete symlinks to directories with
11460         delete-file (Bug#4739).
11462 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
11464         * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
11465         * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
11466         argument to make-obsolete.
11468         * cedet/semantic/fw.el (semantic-alias-obsolete)
11469         (semantic-varalias-obsolete): Add optional WHEN argument.
11471 2009-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
11473         * vc.el (vc-backend-for-registration): Rename from
11474         vc-get-backend-for-registration.  Update callers.
11476         * international/mule-cmds.el (set-language-info-alist):
11477         Purecopy lang-env.
11478         (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
11479         (charset): Purecopy the name.
11480         (define-char-code-property): Purecopy string arguments.
11482         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
11483         Purecopy string arguments.
11485         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
11486         * ediff-hook.el (menu-bar-ediff-menu):
11487         * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
11488         * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
11490 2009-10-24  Glenn Morris  <rgm@gnu.org>
11492         * comint.el (comint-dynamic-list-completions):
11493         * term.el (term-dynamic-list-completions): Use choose-completion rather
11494         than obsolete alias mouse-choose-completion.
11496         * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
11497         file-cache-choose-completion.
11498         (file-cache-choose-completion): Handle an optional event argument.
11499         (file-cache-mouse-choose-completion): Make it an obsolete alias.
11501         * progmodes/octave-mod.el (octave-complete-symbol):
11502         Use choose-completion if mouse-choose-completion is ever removed.
11504         * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
11505         use.
11507         * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
11508         compiler.
11510         * vc-hooks.el (vc-responsible-backend): Fix declaration.
11512 2009-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11514         * minibuffer.el (completion--embedded-envvar-table): Fix last change.
11515         Ignore `pred' now that we receive one.
11516         Handle test-completion specially.
11518 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
11520         * vc.el (vc-responsible-backend): Throw an error if not backend is
11521         found.  Remove the REGISTER argument.  Move the code dealing with
11522         REGISTER ...
11523         (vc-get-backend-for-registration): ... here.  New function.
11524         (vc-deduce-fileset): Call vc-get-backend-for-registration instead
11525         of vc-responsible-backend, pass the file name instead of the
11526         directory name.
11528 2009-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11530         * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
11531         New funs.
11532         (pcomplete-std-complete): Use them.  Obey pcomplete-termination-string.
11533         (pcomplete-comint-setup): Don't modify a global var via
11534         accidental side-effects.
11535         (pcomplete-shell-setup): Adjust call accordingly.
11536         (pcomplete-parse-comint-arguments): Use push.
11538 2009-10-23  Chong Yidong  <cyd@stupidchicken.com>
11540         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
11541         Allow uncapitalized info node names (Bug#3921).
11543         * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
11544         to the DEBUG file (Bug#3781).
11546 2009-10-23  Jari Aalto  <jari.aalto@cante.net>
11548         * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
11549         dictionary entry (Bug#4579).
11551 2009-10-23  Michael Albinus  <michael.albinus@gmx.de>
11553         * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
11554         from `rfn-eshadow-update-overlay-hook' when unloading.
11555         (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
11556         "rsyncc".  Adjust doc string.
11557         (tramp-temp-buffer-file-name): New buffer-local defvar.
11558         (tramp-handle-insert-file-contents, tramp-handle-write-region):
11559         Keep temporary file when indicated by method ("rsync" and
11560         "rsyncc").
11561         (tramp-handle-write-region): Handle APPEND.
11562         (tramp-delete-temp-file-function): New defun.  Added to
11563         `kill-buffer-hook'.
11565 2009-10-23  Juanma Barranquero  <lekktu@gmail.com>
11567         * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
11569 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
11571         * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
11572         (color-name-rgb-alist, tty-standard-colors)
11573         (tty-color-mode-alist): Change to defconst.
11575         * simple.el (mark-inactive): Purecopy message.
11577         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
11578         (global-map, yank-menu):
11579         * textmodes/ispell.el (ispell-menu-map):
11580         * net/eudc.el (eudc-tools-menu):
11581         * international/mule-cmds.el (describe-language-environment-map)
11582         (setup-language-environment-map, set-coding-system-map)
11583         (mule-menu-keymap):
11584         * vc-hooks.el (vc-menu-entry, vc-menu-map):
11585         * replace.el (occur-mode-map):
11586         * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
11588 2009-10-23  Jay Belanger  <jay.p.belanger@gmail.com>
11590         * calc/calc.el (math-read-number, math-read-number-simple): Use
11591         `save-match-data'.
11593 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11595         * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
11596         rather than fiddling with global-map bindings, since it should only
11597         affect per-terminal settings.
11598         See http://bugs.gentoo.org/show_bug.cgi?id=289709.
11600         * minibuffer.el (completion-table-with-terminator): Allow to specify
11601         the terminator-regexp.
11603         * simple.el (switch-to-completions): Look for *Completions* in other
11604         frames as well.
11606         * pcomplete.el: Allow the use of completion-tables.
11607         (pcomplete-std-complete): New command.
11608         (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
11609         (pcomplete--here): Use a function for `form' rather than an expression,
11610         so it can be byte-compiled.
11611         (pcomplete-here, pcomplete-here*): Adjust accordingly.
11612         Add edebug declaration.
11613         (pcomplete-show-completions): Remove unused var `curbuf'.
11614         (pcomplete-do-complete, pcomplete-stub):
11615         Don't assume `completions' is a list of strings any more.
11617 2009-10-22  Juanma Barranquero  <lekktu@gmail.com>
11619         * find-dired.el (find-name-arg): Fix typo in docstring.
11621 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11623         * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
11624         (pcmpl-linux-fs-types): Same, and update to new modules layout.
11626         * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
11627         pcomplete-entries.
11629         * comint.el (comint-read-input-ring, comint-write-input-ring)
11630         (comint-substitute-in-file-name)
11631         (comint-dynamic-complete-as-filename)
11632         (comint-dynamic-simple-complete)
11633         (comint-dynamic-list-filename-completions)
11634         (comint-dynamic-list-completions)
11635         (comint-redirect-results-list-from-process): Minor simplifications.
11637 2009-10-21  Kevin Ryde  <user42@zip.com.au>
11639         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
11640         When inserting ";;; Code" put it before any ";;;###autoload" cookie on
11641         the first form.  And insert a blank line after ";;; Code" since
11642         that's usual style.  (Bug#4612)
11644         * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
11646 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11648         * minibuffer.el (completion-table-with-terminator): Properly implement
11649         boundaries, in case `terminator' appears in the suffix.
11650         (completion--embedded-envvar-table): Don't return boundaries if
11651         there's no valid completion.  Simplify.
11652         (completion-file-name-table): New completion table extracted from
11653         completion--file-name-table.
11654         (completion--file-name-table): Use it.
11655         (read-file-name-predicate): Declare obsolete.
11656         (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
11657         * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
11658         completion-file-name-table, and use the `pred' argument.
11659         * files.el (locate-file-completion-table): Use the `pred' arg rather
11660         than read-file-name-predicate.
11661         (abbreviate-file-name): Use \` rather than ^ for BOS.
11663 2009-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
11665         * vc.el (vc-deduce-fileset): Undo previous change, do not tell
11666         vc-responsible-backend to register, it causes problems.
11668 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11670         * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
11672 2009-10-21  Eric Ludlam  <zappo@gnu.org>
11674         * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
11675         (semantic-c-debug-mode-init-pch): New functions.
11676         (semantic-c-debug-mode-init-last-mode): New var.
11677         (semantic-c-parse-lexical-token): Use them.
11679         * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
11680         When extracting the argument list, limit only by point-max.
11682 2009-10-21  Michael Albinus  <michael.albinus@gmx.de>
11684         * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
11685         (tramp-smb-handle-file-attributes): Use it.
11686         (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
11687         (tramp-smb-handle-insert-directory): Use `mapc' rather than
11688         `mapcar'.  Use `tramp-smb-get-stat-capability'.
11689         Add `dired-filename' text properties.
11690         (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
11691         (tramp-smb-maybe-open-connection): Simplify check for smbclient
11692         version.
11694 2009-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11696         * subr.el (read-key-delay): Reduce to 0.01.
11697         (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
11698         (bug#4751).
11700 2009-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11702         * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
11704         * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
11705         (Info-menu): Remove unused vars `last' and `completions'.
11706         (Info-index-nodes): Remove unused var `node'.
11708         * info.el (Info-complete-menu-item): Use complete-with-action.
11710 2009-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
11712         Make vc-annotate work through copies and renames.
11713         * vc-annotate.el (vc-annotate-extract-revision-at-line):
11714         Return the file name too.
11715         (vc-annotate-revision-at-line)
11716         (vc-annotate-find-revision-at-line)
11717         (vc-annotate-revision-previous-to-line)
11718         (vc-annotate-show-log-revision-at-line): Update to get the file
11719         name from vc-annotate-extract-revision-at-line.
11720         (vc-annotate-show-diff-revision-at-line-internal): Change the
11721         argument to mean whether to show a file diff or not.  Get the file
11722         name from vc-annotate-extract-revision-at-line.
11723         (vc-annotate-show-diff-revision-at-line):
11724         Update vc-annotate-show-diff-revision-at-line call.
11725         (vc-annotate-warp-revision): Add an optional file argument.
11727         * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
11728         (vc-git-annotate-extract-revision-at-line): Also return the file
11729         name if found.
11731         * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
11732         command.  Remove unused code.
11733         (vc-hg-annotate-re): Update to match --follow output.
11734         (vc-hg-annotate-extract-revision-at-line): Also return the file
11735         name if found.
11737         * vc.el: Update annotate-extract-revision-at-line documentation.
11739 2009-10-18  Kevin Ryde  <user42@zip.com.au>
11741         * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
11742         re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
11744         * net/browse-url.el (browse-url): Identify alist with "consp and
11745         not functionp" and let all other things go down the `apply' leg,
11746         as suggested by Stefan.  (Further to bug#4531.)
11748 2009-10-18  Chong Yidong  <cyd@stupidchicken.com>
11750         * minibuffer.el (read-file-name): Check for repeat before putting
11751         a default argument in file-name-history (Bug#4657).
11753         * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
11754         read syntax (Bug#4737).
11756         * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
11758 2009-10-18  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
11760         * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
11761         (html-tag-alist, html-tag-help): Add descriptions for undocumented
11762         entries and make note of obsolete tags.
11764 2009-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11766         * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
11768 2009-10-18  Glenn Morris  <rgm@gnu.org>
11770         * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
11771         grep, so that binary files (eg international/uni-bidi.el) can match.
11772         Remove test for "UnicodeData" files, since it is hopefully unnecessary
11773         now, and in any case the file header format has changed.
11775 2009-10-17  Glenn Morris  <rgm@gnu.org>
11777         * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
11778         (flyspell-get-word, flyspell-large-region)
11779         (flyspell-auto-correct-previous-word): Doc/error message fixes.
11781 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
11783         * Makefile.in (ELCFILES): Add ede/shell.
11785 2009-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
11787         * term/common-win.el (x-colors): Purecopy it.
11789 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11791         * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
11792         permissive for when the buffer is empty.
11793         (tar-header-block-tokenize): Decode the username and groupname.
11794         (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
11796 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
11798         * cedet/srecode/srt.el:
11799         * cedet/srecode/compile.el:
11800         * cedet/semantic/mru-bookmark.el:
11801         * cedet/semantic/debug.el:
11802         * cedet/semantic/complete.el:
11803         * cedet/semantic/analyze.el: Require CL when compiling.
11805 2009-10-17  Eric Ludlam  <zappo@gnu.org>
11807         * cedet/semantic/scope.el
11808         (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
11809         tmpscope so that the regular scope will continue to work.
11811         * cedet/semantic/idle.el (semantic-idle-tag-highlight):
11812         Use semantic-idle-summary-highlight-face as the highlighting.
11814         * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
11815         contains multibyte characters, choose first applicable coding
11816         system automatically.
11818         * cedet/ede/project-am.el (project-run-target): New method.
11819         (project-run-target): New method.
11821         * cedet/ede.el (ede-target): Add run target menu item.
11822         (ede-project, ede-minor-keymap): Add ede-run-target binding.
11823         (ede-run-target): New function.
11824         (ede-target::project-run-target): New method.
11826         * cedet/ede/proj.el (project-run-target): New method.
11828         * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
11829         (ede-g++-libtool-shared-compiler): Remove SHELL.  Remove COMMANDS.
11830         Add :rules.
11831         (ede-proj-target-makefile-shared-object): Only libtool compilers
11832         now available.  Add linkers for libtool.
11833         (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
11834         (ede-proj-makefile-target-name): Always use .la extension.
11836         * cedet/ede/proj-prog.el (project-run-target): New method.
11838         * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
11839         (ede-g++-linker): Change Change link lines.
11841         * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
11842         When searching for old variables, go to the end of the buffer and
11843         search backward from there.
11844         (ede-proj-makefile-automake-insert-subdirs)
11845         (ede-proj-makefile-automake-insert-extradist): New methods.
11846         (ede-proj-makefile-create): Use them.
11848         * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
11849         Force FILE to expand to the current target.  Use file-exists-p to
11850         check that it exists.
11852         * cedet/ede/linux.el (ede-linux-version): Don't call "head".
11853         (ede-linux-load): Wrap dir in file-name-as-directory.
11854         Set :version slot.
11856         * cedet/ede/files.el (ede-get-locator-object): When enabling
11857         locate, do so on "top".
11859         * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
11860         file-name-as-directory during compare.
11861         (ede-emacs-version): Return Emacs/XEmacs differentiator.
11862         Get version number from different places.  Don't call egrep.
11863         (ede-emacs-load): Set :version slot.  Call file-name-as-directory
11864         to set the directory.
11866         * cedet/ede/shell.el: New file.
11868         * cedet/inversion.el (inversion-decoders): Allow for stray . in
11869         alpha/beta variants.
11871 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11873         * international/mule-cmds.el (select-safe-coding-system): If the file
11874         has a coding cookie, use it regardless of any other setting (bug#4712).
11876 2009-10-17  Glenn Morris  <rgm@gnu.org>
11878         * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
11879         All errors should have messages.
11881         * foldout.el (foldout-mouse-swallow-events):
11882         * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
11884         * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
11885         (dired-keep-marker-copy, dired-keep-marker-hardlink)
11886         (dired-keep-marker-symlink, dired-dwim-target)
11887         (dired-copy-preserve-time): Do not autoload these defcustoms.
11889         * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
11890         messages from messing up the file coding.  (Bug#4623)
11892 2009-10-17  Jari Aalto  <jari.aalto@cante.net>
11894         * textmodes/ispell.el (ispell-get-decoded-string): Give an error
11895         if no match is found for the current dictionary.  (Bug#4578)
11897         * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
11898         optional, since that is how it is documented, and this is often called
11899         with a nil argument.  (Bug#4577)
11900         (flyspell-external-point-words, flyspell-auto-correct-word)
11901         (flyspell-correct-word-before-point, flyspell-word-search-forward)
11902         (flyspell-word-search-backward): Remove nil argument in calls to
11903         flyspell-get-word, since it is not needed now.
11905 2009-10-17  Ulrich Mueller  <ulm@gentoo.org>
11907         * play/doctor.el (doctor-adverbp): Exclude some nouns.  (Bug#4565)
11909 2009-10-16  Glenn Morris  <rgm@gnu.org>
11911         * net/rcirc.el (rcirc-authenticate): Simplify previous change.
11913 2009-10-16  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
11915         * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
11916         (ange-ftp-file-size): New function.
11917         (ange-ftp-file-attributes): Use it.
11919 2009-10-16  Michael Albinus  <michael.albinus@gmx.de>
11921         * net/tramp-smb.el (tramp-smb-version): New defvar.
11922         (tramp-smb-maybe-open-connection): Use it, in order to avoid
11923         repeated checks.
11925 2009-10-16  Glenn Morris  <rgm@gnu.org>
11927         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
11928         Maybe copy some custom properties from old to new name.  (Bug#4706)
11930 2009-10-16  Juanma Barranquero  <lekktu@gmail.com>
11932         * subr.el (error, sit-for, start-process-shell-command)
11933         (start-file-process-shell-command): Set the calling convention
11934         after the function definition.
11936 2009-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11938         * subr.el (error, sit-for, start-process-shell-command)
11939         (start-file-process-shell-command): Use the new
11940         set-advertised-calling-convention feature.
11942 2009-10-16  Taichi Kawabata  <kawabata.taichi@gmail.com>
11944         * international/ucs-normalize.el (ucs-normalize-version):
11945         Change to 1.2.
11946         (check-range): Adjust for Unicode 5.2.
11948 2009-10-15  Juri Linkov  <juri@jurta.org>
11950         * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
11951         to the `menu-item' format.
11953 2009-10-15  Michael Albinus  <michael.albinus@gmx.de>
11955         * net/tramp.el (tramp-replace-environment-variables): Do not fail
11956         if the environment variable does not exist.
11958         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
11959         (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
11960         parameter.
11961         (tramp-smb-handle-add-name-to-file)
11962         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
11963         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
11964         (tramp-smb-handle-file-attributes)
11965         (tramp-smb-do-file-attributes-with-stat)
11966         (tramp-smb-handle-file-local-copy)
11967         (tramp-smb-handle-insert-directory)
11968         (tramp-smb-handle-make-directory)
11969         (tramp-smb-handle-make-directory-internal)
11970         (tramp-smb-handle-make-symbolic-link)
11971         (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
11972         (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
11973         (tramp-smb-maybe-open-connection): Apply the changed parameters.
11974         (tramp-smb-read-file-entry): Read Disk names in compressed format.
11975         Handle long file names.
11976         (tramp-smb-get-cifs-capabilities): Check, whether the connection
11977         process is running.
11978         (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
11979         Read share names with "-g" option.
11981 2009-10-15  Ryan Yeske  <rcyeske@gmail.com>
11983         * net/rcirc.el (rcirc-view-log-file): New command.
11984         (rcirc-track-minor-mode-map): Remove C-c ` binding.
11985         (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
11986         specified.
11988 2009-10-15  Glenn Morris  <rgm@gnu.org>
11990         * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
11991         from the second command-line argument.
11992         * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
11993         ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
11994         ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
11995         w32-batch-update-autoloads.
11996         * emacs-lisp/autoload.el (autoload-make-program): New variable.
11997         (batch-update-autoloads): Handle autoload-excludes on windows-nt.
11999         * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
12000         the headers cannot be located.  Simplify, subtracting superflous
12001         save-excursions.
12003 2009-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12005         Replace completion-base-size by completion-base-position to fix bugs
12006         such as (bug#4699).
12007         * simple.el (completion-base-position): New var.
12008         (completion-base-size): Mark as obsolete.
12009         (choose-completion): Make it work for mouse events as well.
12010         Pass the new base-position to choose-completion-string.
12011         (choose-completion-guess-base-position): New function, extracted from
12012         choose-completion-delete-max-match.
12013         (choose-completion-delete-max-match): Use it.  Make obsolete.
12014         (choose-completion-string): Use the new base-position info.
12015         (completion-root-regexp): Delete.
12016         (completion-setup-function): Preserve completion-base-position.
12017         Eliminate obsolete base-size manipulation.
12018         * minibuffer.el (display-completion-list): Don't mess with base-size.
12019         (minibuffer-completion-help): Set completion-base-position instead.
12020         * mouse.el (mouse-choose-completion): Redefine as a mere alias to
12021         choose-completion.
12022         * textmodes/bibtex.el (bibtex-complete):
12023         * emacs-lisp/crm.el (crm--choose-completion-string):
12024         Adjust to new calling convention.
12025         * complete.el (partial-completion-mode): Use minibufferp to avoid
12026         bumping into incompatible change to choose-completion-string-functions.
12027         * ido.el (ido-choose-completion-string): Make its calling convention
12028         more permissive.
12029         * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
12030         base-size manipulation.
12031         (comint-dynamic-list-input-ring): Use dotimes and push.
12032         * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
12033         fundamental-mode.  Use `or'.
12035 2009-10-14  Juri Linkov  <juri@jurta.org>
12037         * misearch.el (multi-isearch-next-buffer-from-list)
12038         (multi-isearch-next-file-buffer-from-list): Doc fix.  (Bug#4723)
12040 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12042         * Makefile.in (compile-onefile): Load `bytecomp' rather than
12043         `bytecomp.el'.
12045         * minibuffer.el (completion-pcm--merge-completions): Make sure the
12046         string we return is all made up of text from the completions rather
12047         than part from the completions and part from the input (bug#4219).
12049         * ido.el (ido-everywhere): Use define-minor-mode.
12051         * buff-menu.el (list-buffers, ctl-x-map):
12052         Mark the entry points with ;;;###autoload cookies.
12054 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
12056         * vc-git.el (vc-git-dir-extra-headers): Set the branch name
12057         correctly in the detached head case.
12058         (vc-git-print-log): Remove unused binding.
12060         * vc.el (vc-responsible-backend): When a directory is passed for
12061         for registration create a VC repository if no backend is
12062         responsible for the directory argument.
12063         (vc-deduce-fileset): Tell vc-responsible-backend to register.
12065         * vc.el: Move comments about RCS and SCCS ...
12066         * vc-rcs.el:
12067         * vc-sccs.el: ... here, respectively.
12069 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12071         * minibuffer.el (completion--file-name-table): Return nil if there's
12072         no file completion, even if substitute-in-file-name changed
12073         the string (bug#4708).
12075 2009-10-13  Juri Linkov  <juri@jurta.org>
12077         * files-x.el (read-file-local-variable-value): Don't filter out
12078         minor modes from mode name completion (bug#4664).
12080 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
12082         * international/mule-cmds.el (ucs-names): Remove exclusion of
12083         "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
12085 2009-10-13  Kenichi Handa  <handa@m17n.org>
12087         * international/uni-name.el: Regenerated.
12089 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
12091         * bs.el (bs-mode): Fix last change.  (`revert-buffer-function'
12092         should be automatically buffer-local, but isn't.)
12094 2009-10-12  Sam Steingold  <sds@gnu.org>
12096         * progmodes/compile.el (compilation-next-error-function): Fix the
12097         timestamps if the buffer has been visited before.
12098         (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
12099         non-anchored patterns, like the perl one (bug#3928).
12101 2009-10-12  Glenn Morris  <rgm@gnu.org>
12103         * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
12104         Let-bind `size'.
12106 2009-10-12  Juanma Barranquero  <lekktu@gmail.com>
12108         * proced.el (proced-unload-function): New function.
12110         * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
12111         (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
12112         Doc fix.
12114         * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
12116 2009-10-11  Juri Linkov  <juri@jurta.org>
12118         * files-x.el (read-file-local-variable-value):
12119         Provide default value only for bound variables (bug#4664).
12121 2009-10-11  Michael Albinus  <michael.albinus@gmx.de>
12123         * net/tramp.el (tramp-local-host-p): Function shall return nil for
12124         connection methods like smb.
12126         * net/tramp-cache.el (tramp-flush-connection-property): The hash
12127         can be empty.
12129         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
12130         (tramp-smb-file-name-handler-alist): Add handlers for
12131         `add-name-to-file', `make-symbolic-link'.
12132         (tramp-smb-handle-add-name-to-file)
12133         (tramp-smb-do-file-attributes-with-stat)
12134         (tramp-smb-handle-make-symbolic-link)
12135         (tramp-smb-get-cifs-capabilities): New defuns.
12136         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
12137         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
12138         (tramp-smb-handle-file-local-copy)
12139         (tramp-smb-handle-make-directory-internal)
12140         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
12141         The file name syntax depends on cifs capabilities.
12142         (tramp-smb-handle-file-attributes):
12143         Call `tramp-smb-do-file-attributes-with-stat' if possible.
12144         (tramp-smb-handle-insert-directory): Use posix attributes if possible.
12145         (tramp-smb-handle-set-file-modes): It is applicable for posix only.
12147 2009-10-11  Chong Yidong  <cyd@stupidchicken.com>
12149         * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
12150         (eieio-defclass): Apply deftype handler and setf-method properties
12151         directly.
12152         (eieio-add-new-slot): Avoid union function from cl library.
12153         (eieio--typep): New function.
12154         (eieio-perform-slot-validation): Use it.
12156 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
12158         * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
12159         Update documentation to refer to the variables documented in r1.135.
12160         (Bug#4188)
12162 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
12164         * bookmark.el (Info-suffix-list): Remove this unused variable.
12165         (bookmark-current-point): Remove this obsolete variable.
12166         (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
12167         Adjust for removal of bookmark-current-point.
12169         (bookmarks-already-loaded, bookmark-current-buffer)
12170         (bookmark-yank-point): Document.  (Bug#4188)
12172 2009-10-10  Glenn Morris  <rgm@gnu.org>
12174         * frame.el (frame-height): Doc fix.
12176         * calendar/calendar.el (calendar-split-width-threshold): New option.
12177         (calendar-basic-setup): Use calendar-split-width-threshold.
12179 2009-10-10  Sascha Wilde  <wilde@sha-bang.de>
12181         * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
12182         Use .la for Automake.
12184 2009-10-09  Chong Yidong  <cyd@stupidchicken.com>
12186         * cedet/ede/pconf.el (ede-proj-configure-synchronize):
12187         Use "autoreconf -i".  Suggested by Andreas Schwab.
12189 2009-10-09  Juanma Barranquero  <lekktu@gmail.com>
12191         * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
12192         Ideographic Supplement" range (U+1F200..U+1F2FF).
12194 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
12196         * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
12197         since the list will have been rebuilt anyway.  (Bug#4349)
12199 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
12201         * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
12202         (bookmark-bmenu-execute-deletions): Don't save here, as
12203         bookmark-delete will now do so if necessary.
12204         Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
12205         (Bug#4348)
12207 2009-10-09  Glenn Morris  <rgm@gnu.org>
12209         * mail/emacsbug.el (report-emacs-bug): Also print `features'.
12211 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
12213         * bookmark.el (bookmark-jump): Add new `display-func' parameter.
12214         (bookmark-jump-other-window): Just invoke bookmark-jump with new
12215         argument now, so the two function's behaviors will match.  (Bug#3645)
12217 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
12219         * cedet/ede/proj.el (project-make-dist, project-compile-project):
12220         Fix filename test.
12221         (ede-proj-dist-makefile): Use expand-file-name instead of concat
12222         to expand file names.
12224 2009-10-08  Michael Albinus  <michael.albinus@gmx.de>
12226         * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
12227         (tramp-file-name-real-host, tramp-file-name-port):
12228         Apply `save-match-data'.
12230         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
12231         case both directories are remote.
12232         (tramp-smb-handle-expand-file-name): Implement "~" expansion.
12233         (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
12235 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
12237         * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
12238         (ede-proj-target-makefile-objectcode): Use it.
12240         * cedet/ede/source.el (ede-want-any-source-files-p)
12241         (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
12242         Return search result.  This error was introduced while merging.
12244 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
12246         * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
12248 2009-10-07  Glenn Morris  <rgm@gnu.org>
12250         * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
12251         of concat.
12253 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12255         * files-x.el (read-file-local-variable): Include some
12256         non-user-variables in the completion table (bug#4664).
12258 2009-10-07  Michael Albinus  <michael.albinus@gmx.de>
12260         * net/tramp-cache.el (tramp-flush-connection-property): Add trace
12261         message.
12263         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
12264         (tramp-smb-file-name-handler-alist): Add handler for
12265         `copy-directory', `expand-file-name', `set-file-modes'.
12266         (tramp-smb-handle-copy-directory)
12267         (tramp-smb-handle-expand-file-name)
12268         (tramp-smb-handle-set-file-modes): New defuns.
12269         (tramp-smb-handle-copy-file): Handle KEEP-DATE.
12270         (tramp-smb-handle-file-attributes): Simplify check for retrieving
12271         entry.
12272         (tramp-smb-handle-insert-directory): Don't flush the cache.
12273         (tramp-smb-maybe-open-connection): Check for samba client and
12274         server versions.
12276 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
12278         * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
12279         to not error out of search for "^lisp=" fails.
12281 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
12283         * makefile.w32-in (WINS_UPDATES): New macro.
12284         (custom-deps, finder-data, autoloads): Use it.
12286 2009-10-07  Glenn Morris  <rgm@gnu.org>
12288         * Makefile.in (autoloads): Revert previous change.
12289         * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
12290         the list of preloaded files passed on the command-line, get
12291         it from src/Makefile.
12293         * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
12294         show the original buffer rather than a random one.
12296 2009-10-07  Markus Rost  <rost@math.uni-bielefeld.de>
12298         * help.el (describe-no-warranty): Place point in a slightly better
12299         position in the GPLv3 text.
12301 2009-10-06  Sam Steingold  <sds@gnu.org>
12303         * net/tramp-compat.el (tramp-compat-process-running-p): Check that
12304         the comm attribute is present before calling regexp-quote.
12306 2009-10-06  Juanma Barranquero  <lekktu@gmail.com>
12308         * play/animate.el (animate-string): For good effect, make sure
12309         `indent-tabs-mode' and `show-trailing-whitespace' are nil.
12311         * play/animate.el (animate-sequence, animate-birthday-present):
12312         * misc.el (butterfly): Don't set `indent-tabs-mode'.
12314 2009-10-06  Glenn Morris  <rgm@gnu.org>
12316         * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
12318         * emacs-lisp/autoload.el (autoload-excludes): New variable.
12319         (autoload-generate-file-autoloads): Skip files in autoload-excludes.
12320         (batch-update-autoloads): Process a string value of autoload-excludes,
12321         set during the build process.
12322         * Makefile.in (autoloads): Skip preloaded files.  (Bug#4446)
12324         * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
12325         inside with-parsed...  macro so that `v' is defined.
12327         * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
12328         * progmodes/fortran.el (fortran-end-of-block)
12329         (fortran-beginning-of-block):
12330         Also push mark in the macro case.
12332         * emerge.el (emerge-show-file-name):
12333         * calc/calc.el (calc-quit):
12334         * calc/calc-misc.el (calc-big-or-small):
12335         * calc/calc-graph.el (calc-graph-view):
12336         * calc/calc-ext.el (calc-reset):
12337         * calendar/calendar.el (calendar-basic-setup):
12338         Use window-full-height-p.
12340         * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
12341         header we don't understand, don't insert another.  (Bug#4624)
12342         If changing mime charset, insert the new one in the right place.
12344 2009-10-06  Matthew Junker  <matthew.junker@sbcglobal.net>  (tiny change)
12346         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
12347         (cal-tex-cursor-month): Correctly increment the end date for diary and
12348         holiday listing.  (Bug#4626)
12350 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12352         * help-fns.el (describe-function-1): Don't burp if the function is not
12353         a symbol.
12355 2009-10-05  Juanma Barranquero  <lekktu@gmail.com>
12357         * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
12358         (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
12359         (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
12360         (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
12362         * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
12363         (eieio-default-superclass): Reflow docstrings.
12364         (this, class-option-assoc, defclass, eieio-class-un-autoload)
12365         (eieio-unbind-method-implementations, defmethod)
12366         (eieio-validate-slot-value, eieio-validate-class-slot-value)
12367         (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
12368         (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
12369         (eieio-slot-originating-class-p, eieio-slot-name-index)
12370         (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
12371         (constructor, initialize-instance, no-next-method, object-print)
12372         (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
12373         Fix typos in docstrings.
12374         (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
12375         (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
12376         (next-method-p): Doc fixes.
12377         (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
12378         Fix typos in error messages.
12379         (eieio-defmethod): Fix typo in description of generic method.
12381         * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
12382         (eieio-persistent-save-interactive, slot-missing):
12383         Fix typos in docstrings.
12384         (eieio-instance-inheritor-slot-boundp): Doc fix.
12386         * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
12387         (byte-compile-defmethod-param-convert): Fix typos in docstrings.
12389         * emacs-lisp/eieio-custom.el (eieio-done-customizing)
12390         (eieio-custom-object-apply-reset):
12391         Fix typos in docstrings and error messages.
12393         * emacs-lisp/eieio-datadebug.el (data-debug-show):
12394         Fix typo in docstring.
12396         * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
12397         (eieio-browse-tree): Doc fix.
12398         (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
12399         (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
12400         Fix typos in docstrings.
12402         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
12403         (eieio-speedbar-key-map, eieio-speedbar-create-engine)
12404         (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
12405         (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
12406         Reflow docstrings.
12408 2009-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
12410         * vc-hg.el (log-view-vc-backend): Declare for compiler.
12411         (vc-hg-outgoing-mode, vc-hg-incoming-mode):
12412         Set log-view-vc-backend so that diff can work.
12414         * log-view.el (log-view-diff): Use vc-diff-internal instead of
12415         vc-version-diff.
12416         (vc-diff-internal): Autoload this instead of vc-version-diff.
12418 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
12420         * simple.el (eval-expression): Doc fix.
12422         * progmodes/cwarn.el (cwarn-mode): Doc fix.
12424 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
12426         * files.el (directory-files-no-dot-files-regexp): New defconst.
12427         (delete-directory): Use it.
12428         (copy-directory): Use it.  Remove parameter PRESERVE-UID-GID.
12430         * net/tramp.el (tramp-verbose): Fix docstring.
12431         (tramp-methods): Add recursive option to `tramp-copy-args'.
12432         Add `tramp-copy-recursive'.  Valid for "rcp", "scp", "scp1", "scp2",
12433         "scp1_old", "scp2_old", "rsync", "rsyncc".
12434         (tramp-default-method): Check also for `auth-source-user-or-password'.
12435         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
12436         Add handler for `copy-directory'.
12437         (tramp-handle-copy-directory): New defun.
12438         (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
12439         (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
12440         Optimize sent command.
12442 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12444         * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
12445         window if necessary.
12447         * calendar/calendar.el (calendar-basic-setup): Don't call
12448         switch-to-buffer in a dedicated window.
12450 2009-10-05  Karl Fogel  <kfogel@red-bean.com>
12452         * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
12453         don't do anything related to relocating, just return nil.
12454         (bookmark-error-no-filename): New error.
12455         (bookmark-default-handler): Signal `bookmark-error-no-filename' if
12456         bookmark has no file.  Don't even attempt to handle things that
12457         are not files; the whole point of custom handlers is to keep that
12458         knowledge elsewhere anyway.  Tighten some comments.
12459         (bookmark-file-or-variation-thereof): Remove now-unused function.
12460         (bookmark-location): Doc string fix.
12461         (Bug#4250)
12463 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
12465         * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
12466         don't use a file dialog, because they usually don't know how to read
12467         a directory target from the user.  (Bug#4230)
12468         Also, make sure the prompt can display directories as well as files.
12470 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
12472         * bookmark.el (bookmark-set, bookmark-buffer-name):
12473         Improve doc strings.  (Bug#1193)
12475 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
12477         * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
12478         (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
12479         (bookmark-get-annotation, bookmark-set-annotation)
12480         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
12481         (bookmark-set-position, bookmark-get-front-context-string)
12482         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
12483         (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
12484         (bookmark-jump-other-window, bookmark-handle-bookmark)
12485         (bookmark-relocate, bookmark-insert-location, bookmark-rename)
12486         (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
12487         (bookmark-edit-annotation-mode, bookmark-edit-annotation):
12488         Improve doc strings to say whether bookmark can be a string or
12489         a record or both, and make other consistency and clarity fixes.
12490         (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
12491         (bookmark-default-annotation-text, bookmark-yank-word)
12492         (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
12493         (bookmark-import-new-list, bookmark-maybe-rename)
12494         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
12495         (bookmark-bmenu-bookmark): Give these doc strings.
12496         (bookmark-bmenu-check-position): Give this a doc string, but also
12497         add a FIXME comment about how the function may be pointless.
12498         (bookmark-default-handler): Rework doc string and change a
12499         parameter name, to clarify that this takes a bookmark record
12500         not a bookmark name.
12501         (bookmark-set): Change a parameter name to indicate its meaning,
12502         and improve the doc string a bit.
12503         (Bug#4188)
12505 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
12507         * bookmark.el (bookmark-alist): Document the new `handler' element
12508         in the param alist.
12509         (bookmark-make-record-function): Adjust documentation for above.
12510         (Bug#4193)
12512 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
12514         * info.el (Info-bookmark-make-record): Document this function.
12515         (Info-bookmark-jump): Document with a doc string, not just a comment.
12516         (Bug#4203)
12518 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
12520         * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
12521         (semantic-new-buffer-fcn): Call parser setup functions here.
12522         (semantic-mode): Don't call parser setup functions here, it's done
12523         in semantic-new-buffer-fcn now.
12524         (semantic-mode): Parse all existing buffers when enabled.
12526         * cedet/srecode/compile.el (srecode-compile-file):
12527         Call semantic-new-buffer-fcn if the buffer has not been parsed.
12529 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
12531         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
12533         * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
12534         (proj-comp-insert-variable-once): New macro, renamed from
12535         ede-pmake-insert-variable-once in ede/pmake.edl.
12536         (ede-proj-makefile-insert-variables): Use it.
12538 2009-10-04  Michael Albinus  <michael.albinus@gmx.de>
12540         * files.el (copy-directory): New defun.
12542         * dired-aux.el (dired-copy-file-recursive): Use it.
12544 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
12546         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
12547         (makefile-end-of-command):
12548         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
12549         (semantic-end-of-context): Fix previous change.  Doc fixes.
12551 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
12553         * files-x.el (modify-dir-local-variable)
12554         (copy-dir-locals-to-file-locals-prop-line):
12555         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
12556         (makefile-end-of-command):
12557         * cedet/semantic/lex.el (semantic-lex-token):
12558         * cedet/semantic/analyze/fcn.el
12559         (semantic-analyze-dereference-metatype-1):
12560         * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
12561         (semantic-lex-cpp-undef):
12562         * cedet/semantic/wisent/wisent.el (wisent-skip-block):
12563         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
12564         (semantic-end-of-context): Fix typos in docstrings.
12566         * recentf.el (recentf-unload-function): New function.
12568 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
12570         * cedet/ede.el (ede-project-placeholder-cache-file):
12571         * cedet/semantic/db-file.el (semanticdb-default-save-directory):
12572         * cedet/srecode/map.el (srecode-map-save-file):
12573         Use locate-user-emacs-file.  Suggested by Juanma Barranquero.
12575 2009-10-04  Glenn Morris  <rgm@gnu.org>
12577         * window.el (window-full-height-p): Add doc string.
12579 2009-10-04  Martin Rudalics  <rudalics@gmx.at>
12581         * window.el (window-full-height-p): New function.  (Bug#4543)
12583 2009-10-03  Chong Yidong  <cyd@stupidchicken.com>
12585         * cedet/srecode/insert.el: Require srecode/args.
12587         * cedet/srecode/args.el: Require srecode/dictionary instead of
12588         srecode/insert.
12590         * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
12592         * files.el (auto-mode-alist): Add .srt and Project.ede.
12594         * cedet/semantic.el (semantic-mode):
12595         Handle srecode-template-mode-hook as well.
12596         (semantic-mode): Use js-mode-hook for Javascript hook.
12598         * cedet/srecode/template.el: Remove hook variable.
12600         * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
12602         * cedet/ede.el (ede-target-forms-menu): Don't enable if no
12603         projects exist.
12604         (ede-project-placeholder-cache-file): Default to a file in
12605         user-emacs-directory.
12607         * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
12608         templates in data-directory.
12609         (srecode-map-save-file): Default to a file in user-emacs-directory.
12611         * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
12612         directory.
12614 2009-09-30  Eric Ludlam  <zappo@gnu.org>
12616         * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
12617         Doc fix.
12619         * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
12620         Only insert each variable once.
12622         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
12623         (ede-pmake-insert-variable-shared): Use it.
12625         * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
12626         for lexical table iff table is nil.
12628 2009-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
12630         * vc.el: Remove commented out code.
12631         (vc-derived-from-dir-mode): Remove, unused.
12632         (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
12634 2009-10-03  Michael Albinus  <michael.albinus@gmx.de>
12636         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
12637         Disable `file-name-handler-alist' when loading 'ange-ftp.  Otherwise,
12638         there could be recursive loading when `default-directory' is a
12639         remote file name.  (Bug#4614)
12641 2009-10-03  Glenn Morris  <rgm@gnu.org>
12643         * calendar/calendar.el (calendar-basic-setup): Handle the case where
12644         the frame is wide.
12645         (calendar-generate-window): Test for shrinkability rather than width.
12647         * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
12648         declaration, currently false.
12650         * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
12651         reusing existing buffers, in case we happen to visit two files with the
12652         same basename.  (Bug#4593)
12654 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
12656         * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
12657         (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
12658         (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
12659         subdirs of cedet as well.
12660         (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
12662 2009-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12664         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
12665         Obey advertised-signature-table.
12667         * help-fns.el (help-function-arglist): Don't check
12668         advertised-signature-table.
12669         (describe-function-1): Do it here instead so it also applies to subrs.
12671 2009-10-02  Michael Albinus  <michael.albinus@gmx.de>
12673         * simple.el (start-file-process): Say in the doc-string, that file
12674         handlers might not support pty association, if PROGRAM is nil.
12676         * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
12677         HOST and USER are strings.  They are nil, when there are
12678         incomplete entries in ~/.netrc, for example.
12679         (ange-ftp-delete-directory): Implement RECURSIVE case.  Change to
12680         root directory ("device busy" error otherwise).
12682         * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
12683         Flush file properties of created directory.
12685 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
12687         * makefile.w32-in (WINS_BASIC): Remove cedet.
12688         (WINS_CEDET): Add cedet.
12689         (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
12691 2009-10-02  Kevin Ryde  <user42@zip.com.au>
12693         * net/browse-url.el (browse-url): Pass any symbol in
12694         browse-url-browser-function to `apply', since if you've mistakenly put
12695         an unbound symbol then the error is clearer.  (Bug#4531)
12697 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
12699         * allout.el (allout-init, allout-back-to-current-heading)
12700         (allout-beginning-of-current-entry, allout-ascend-to-depth)
12701         (allout-ascend, allout-up-current-level, allout-end-of-level)
12702         (allout-previous-visible-heading, allout-forward-current-level)
12703         (allout-backward-current-level, allout-show-children):
12704         * apropos.el (apropos-describe-plist):
12705         * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
12706         * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
12707         * completion.el (add-completion, add-permanent-completion):
12708         * descr-text.el (describe-text-category, describe-char):
12709         * desktop.el (desktop-lazy-abort):
12710         * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
12711         * dired.el (dired-build-subdir-alist):
12712         * ediff.el (ediff-version):
12713         * elide-head.el (elide-head, elide-head-show):
12714         * emerge.el (emerge-version):
12715         * env.el (getenv):
12716         * face-remap.el (variable-pitch-mode):
12717         * faces.el (describe-face):
12718         * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
12719         (dired-at-point):
12720         * files.el (find-file-existing, auto-save-mode):
12721         * font-lock.el (font-lock-fontify-buffer):
12722         * help-fns.el (describe-function, describe-variable)
12723         (describe-syntax, describe-categories):
12724         * help.el (view-lossage, describe-bindings, describe-key)
12725         (describe-mode):
12726         * hexl.el (hexl-current-address):
12727         * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
12728         * info.el (Info-goto-emacs-key-command-node):
12729         * log-edit.el (log-edit-insert-cvs-template)
12730         (log-edit-insert-cvs-rcstemplate):
12731         * menu-bar.el (menu-bar-mode):
12732         * mouse.el (mouse-appearance-menu):
12733         * newcomment.el (comment-indent-new-line):
12734         * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
12735         (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
12736         (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
12737         (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
12738         * recentf.el (recentf-mode):
12739         * savehist.el (savehist-mode, savehist-save):
12740         * shadowfile.el (shadow-copy-files):
12741         * simple.el (kill-ring-save, next-line, previous-line)
12742         (normal-erase-is-backspace-mode):
12743         * strokes.el (strokes-update-window-configuration)
12744         (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
12745         (strokes-xpm-for-stroke):
12746         * time.el (emacs-uptime, emacs-init-time):
12747         * tutorial.el (tutorial--describe-nonstandard-key)
12748         (tutorial--detailed-help):
12749         * type-break.el (type-break-mode)
12750         (type-break-mode-line-message-mode, type-break-query-mode)
12751         (type-break-guesstimate-keystroke-threshold):
12752         * vc.el (vc-version-diff, vc-diff, vc-root-diff):
12753         * version.el (emacs-version):
12754         * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
12755         * winner.el (winner-mode):
12756         * calendar/timeclock.el (timeclock-in, timeclock-out)
12757         (timeclock-status-string, timeclock-change)
12758         (timeclock-workday-remaining-string)
12759         (timeclock-workday-elapsed-string)
12760         (timeclock-when-to-leave-string):
12761         * calendar/todo-mode.el (todo-add-category):
12762         * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
12763         * emacs-lisp/autoload.el (update-file-autoloads):
12764         * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
12765         (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
12766         (checkdoc-message-text, checkdoc-defun):
12767         * emacs-lisp/debug.el (debugger-list-functions):
12768         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
12769         * emacs-lisp/eieio-opt.el (eieio-describe-class)
12770         (eieio-describe-generic):
12771         * emacs-lisp/lisp-mnt.el (lm-synopsis):
12772         * emacs-lisp/shadow.el (list-load-path-shadows):
12773         * emulation/cua-base.el (cua-mode):
12774         * emulation/edt.el (edt-set-scroll-margins):
12775         * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
12776         (tpu-toggle-regexp, tpu-toggle-search-direction)
12777         (tpu-toggle-rectangle, tpu-toggle-control-keys):
12778         * emulation/tpu-extras.el (tpu-set-scroll-margins):
12779         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
12780         (viper-set-parsing-style-toggling-macro)
12781         (viper-set-emacs-state-searchstyle-macros):
12782         * emulation/viper.el (viper-set-hooks):
12783         * eshell/esh-mode.el (eshell-truncate-buffer):
12784         * international/mule-cmds.el (prefer-coding-system)
12785         (describe-input-method, describe-language-environment):
12786         * international/mule-diag.el (list-character-sets)
12787         (describe-character-set, describe-coding-system)
12788         (describe-fontset, list-fontsets, list-input-methods):
12789         * mail/sendmail.el (mail-signature):
12790         * net/ange-ftp.el (ange-ftp-copy-file):
12791         * net/browse-url.el (browse-url):
12792         * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
12793         * net/quickurl.el (quickurl-add-url):
12794         * net/rcirc.el (names, topic):
12795         * net/xesam.el (xesam-mode):
12796         * play/5x5.el (5x5-new-game):
12797         * play/yow.el (apropos-zippy):
12798         * progmodes/ada-mode.el (ada-mode-version):
12799         * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
12800         (f90-end-of-block)
12801         (f90-beginning-of-block):
12802         * progmodes/fortran.el (fortran-end-of-block)
12803         (fortran-beginning-of-block):
12804         * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
12805         * progmodes/python.el (python-describe-symbol, python-shell):
12806         * term/ns-win.el (ns-print-buffer):
12807         * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
12808         * textmodes/flyspell.el (flyspell-mode-on):
12809         * textmodes/page-ext.el (set-page-delimiter, pages-directory)
12810         (pages-directory-for-addresses):
12811         * textmodes/table.el (table-recognize-cell)
12812         (table-query-dimension, table-generate-source)
12813         (table-insert-sequence, table--warn-incompatibility):
12814         * textmodes/tex-mode.el (tex-validate-buffer):
12815         * textmodes/texinfmt.el (texinfmt-version)
12816         (texinfo-format-buffer):
12817         Use `called-interactively-p' instead of `interactive-p'.
12819 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
12821         * image-mode.el (image-toggle-display):
12822         * emacs-lisp/elp.el (elp-instrument-function):
12823         * emacs-lisp/advice.el (ad-make-advised-definition):
12824         * emacs-lisp/easy-mmode.el (define-minor-mode):
12825         * net/browse-url.el (browse-url-maybe-new-window):
12826         * progmodes/sh-script.el (sh-learn-buffer-indent):
12827         Pass new argument 'any to `called-interactively-p'.
12829 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
12831         * international/uni-bidi.el:
12832         * international/uni-category.el:
12833         * international/uni-combining.el:
12834         * international/uni-comment.el:
12835         * international/uni-decimal.el:
12836         * international/uni-decomposition.el:
12837         * international/uni-digit.el:
12838         * international/uni-lowercase.el:
12839         * international/uni-mirrored.el:
12840         * international/uni-name.el:
12841         * international/uni-numeric.el:
12842         * international/uni-old-name.el:
12843         * international/uni-titlecase.el:
12844         * international/uni-uppercase.el:
12845         Regenerate from Unicode 5.2.0 data.
12847 2009-10-01  Glenn Morris  <rgm@gnu.org>
12849         * Makefile.in (ELCFILES): Regenerate.
12851 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12853         * subr.el (interactive-p): Mark obsolete.
12854         (called-interactively-p): Make the optional-ness of `kind' obsolete.
12855         * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
12856         advertised-signature-table for subroutines as well.
12858         * emacs-lisp/byte-run.el (advertised-signature-table): New var.
12859         (set-advertised-calling-convention): New function.
12860         (make-obsolete, define-obsolete-function-alias)
12861         (make-obsolete-variable, define-obsolete-variable-alias):
12862         Make the optional-ness of `when' obsolete.
12863         (define-obsolete-face-alias): Make `when' non-optional.
12864         * help-fns.el (help-function-arglist):
12865         * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
12866         Use advertised-signature-table.
12868 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
12870         * files.el (delete-directory): New defun.  The original function
12871         in fileio.c has been renamed to `delete-directory-internal'.
12873         * dired.el (dired-delete-file): Call `delete-directory' with
12874         RECURSIVE parameter.
12876         * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
12877         parameter RECURSIVE.  Implementation is missing.
12879         * net/tramp.el (tramp-handle-make-directory): Flush upper
12880         directory's file properties.
12881         (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
12882         (tramp-handle-dired-recursive-delete-directory): Flush directory
12883         properties after the remove command only.
12885         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
12886         Handle optional parameter RECURSIVE.
12888         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
12889         Handle optional parameter RECURSIVE.
12891         * net/tramp-smb.el (tramp-smb-errors): Add error message for
12892         connection timeout.
12893         (tramp-smb-handle-delete-directory): Handle optional parameter
12894         RECURSIVE.
12896 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12898         * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
12899         (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
12900         (byte-compile-defmacro): Use backquotes.
12902         * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
12904         * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
12905         has no associated file.
12906         (vc-resynch-buffer): Use vc-dir-buffers.
12908 2009-10-01  Glenn Morris  <rgm@gnu.org>
12910         * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
12911         (chart-file-count):
12912         * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
12913         * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
12914         * emacs-lisp/eieio-opt.el (eieio-describe-class):
12915         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
12916         * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
12917         (eieio-copy-parents-into-subclass, make-instance, class-children)
12918         (eieio-generic-form):
12919         * cedet/cedet-files.el (cedet-directory-name-to-file-name):
12920         * cedet/cedet-idutils.el (cedet-idutils-search)
12921         (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
12922         (cedet-idutils-version-check):
12923         * cedet/cedet.el (cedet-version):
12924         * cedet/data-debug.el (data-debug-insert-overlay-button)
12925         (data-debug-insert-overlay-list-button)
12926         (data-debug-insert-buffer-button)
12927         (data-debug-insert-buffer-list-button)
12928         (data-debug-insert-process-button, data-debug-insert-ring-button)
12929         (data-debug-insert-widget, data-debug-insert-stuff-list-button)
12930         (data-debug-insert-stuff-vector-button)
12931         (data-debug-insert-symbol-button, data-debug-insert-string)
12932         (data-debug-insert-number, data-debug-insert-lambda-expression)
12933         (data-debug-insert-nil, data-debug-insert-simple-thing)
12934         (data-debug-insert-custom, data-debug-edebug-expr):
12935         * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
12936         (global-ede-mode-map, ede-new, ede-debug-target)
12937         (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
12938         * cedet/semantic.el (semantic-minimum-working-buffer-size)
12939         (semantic-fetch-tags, semantic-submode-list)
12940         (semantic-default-submodes):
12941         * cedet/ede/source.el (ede-source-match):
12942         * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
12943         (project-am-package-info):
12944         * cedet/ede/proj.el (ede-proj-target, project-new-target):
12945         * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
12946         * cedet/ede/proj-comp.el (ede-current-build-list):
12947         * cedet/ede/makefile-edit.el (makefile-move-to-macro):
12948         * cedet/ede/files.el (ede-toplevel-project-or-nil):
12949         * cedet/ede/cpp-root.el (initialize-instance):
12950         * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
12951         (autoconf-parameter-strip, autoconf-insert-new-macro):
12952         * cedet/semantic/wisent.el (wisent-lex-eoi):
12953         * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
12954         (semantic-show-parser-state-mode):
12955         * cedet/semantic/texi.el (semantic-texi-environment-regexp):
12956         * cedet/semantic/tag.el (semantic-tag-new-variable)
12957         (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
12958         (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
12959         (semantic--tag-deep-copy-tag-list)
12960         (semantic-tag-components-with-overlays-default):
12961         * cedet/semantic/symref.el (semantic-symref-find-text):
12962         * cedet/semantic/senator.el (senator-yank-tag)
12963         (senator-transpose-tags-up):
12964         * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
12965         (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
12966         * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
12967         * cedet/semantic/lex.el (semantic-lex-comment-regex)
12968         (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
12969         (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
12970         * cedet/semantic/lex-spp.el
12971         (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
12972         (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
12973         * cedet/semantic/idle.el
12974         (semantic-idle-summary-current-symbol-info-brutish)
12975         (semantic-idle-summary-current-symbol-info-default):
12976         * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
12977         (semantic--grammar-macro-compl-dict):
12978         * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
12979         * cedet/semantic/format.el (semantic-format-tag-custom-list)
12980         (semantic-format-tag-canonical-name-default):
12981         * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
12982         (semantic-find-tags-for-completion)
12983         (semantic-find-tags-by-scope-protection-default)
12984         (semantic-deep-find-tags-for-completion):
12985         * cedet/semantic/edit.el
12986         (semantic-edits-incremental-reparse-failed-hook)
12987         (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
12988         (semantic-edits-splice-remove, semantic-edits-splice-replace):
12989         * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
12990         * cedet/semantic/dep.el (semantic-dependency-include-path):
12991         * cedet/semantic/db.el (semanticdb-default-find-index-class)
12992         (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
12993         (semanticdb-project-roots):
12994         * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
12995         (semanticdb-find-adebug-insert-scanned-tag-cons)
12996         (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
12997         (semanticdb-brute-deep-find-tags-for-completion):
12998         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
12999         * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
13000         (semantic-end-of-context-default)
13001         (semantic-ctxt-current-function-default)
13002         (semantic-ctxt-scoped-types-default):
13003         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
13004         (semantic-complete-inline-tag-engine)
13005         (semantic-complete-inline-custom-type)
13006         (semantic-complete-read-tag-analyzer):
13007         * cedet/semantic/chart.el (semantic-chart-tags-by-class)
13008         (semantic-chart-database-size):
13009         * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
13010         (semantic-analyze-current-context):
13011         * cedet/semantic/symref/list.el (semantic-symref)
13012         (semantic-symref-hide-buffer, semantic-symref-symbol):
13013         * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
13014         * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
13015         * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
13016         * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
13017         (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
13018         (semantic-c-dereference-template):
13019         * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
13020         (semantic--analyze-refs-full-lookup-with-parents)
13021         (semantic--analyze-refs-full-lookup-simple):
13022         * cedet/semantic/analyze/complete.el
13023         (semantic-analyze-possible-completions):
13024         * cedet/srecode/table.el (srecode-mode-table-new):
13025         * cedet/srecode/srt.el (srecode-read-variable-name):
13026         * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
13027         * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
13028         (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
13029         * cedet/srecode/map.el (srecode-current-map):
13030         * cedet/srecode/insert.el (srecode-insert)
13031         (srecode-insert-variable-secondname-handler, srecode-insert-method)
13032         (srecode-template-inserter-point-override)
13033         (srecode-insert-include-lookup):
13034         * cedet/srecode/getset.el (srecode-auto-choose-class):
13035         * cedet/srecode/extract.el (srecode-inserter-extract):
13036         * cedet/srecode/document.el
13037         (srecode-document-autocomment-return-last-alist)
13038         (srecode-document-autocomment-param-type-alist)
13039         (srecode-document-insert-function-comment)
13040         (srecode-document-insert-variable-one-line-comment)
13041         (srecode-document-function-name-comment):
13042         * cedet/srecode/dictionary.el (srecode-create-dictionary)
13043         (srecode-compound-toString):
13044         * cedet/srecode/compile.el (srecode-flush-active-templates):
13045         * cedet/srecode/args.el (srecode-semantic-handle-:blank):
13046         Doc/message fixes.
13048         * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
13049         match-data.  (Bug#4555).
13051         * cedet/semantic/bovine/gcc.el
13052         (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
13053         (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
13055         * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
13056         rather than parsing it as a regexp.  This relaxes the layout
13057         requirements and makes errors easier to detect.
13058         (check-declare-verify): Check file is regular.
13059         (check-declare-directory): Doc fix.
13060         * subr.el (declare-function): Doc fix.
13062         * ibuffer.el (ibuffer-format-qualifier):
13063         * isearch.el (hi-lock-regexp-okay):
13064         * calc/calc.el (math-zerop):
13065         * mail/uce.el (rmail-msgbeg, rmail-msgend):
13066         * term/w32-win.el (setup-default-fontset, set-fontset-font):
13067         Remove unused declarations.
13069 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
13071         * cedet/semantic/wisent/javat-wy.el
13072         (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
13074 2009-09-30  Juanma Barranquero  <lekktu@gmail.com>
13076         * cedet/srecode/expandproto.el: Fix provide statement.
13078 2009-09-30  Eric Ludlam  <zappo@gnu.org>
13080         * emacs-lisp/eieio.el (boolean-p): Delete.
13082 2009-09-30  Sascha Wilde  <wilde@sha-bang.de>
13084         * cedet/ede/srecode.el: Fix provide statement.
13086 2009-09-30  Glenn Morris  <rgm@gnu.org>
13088         * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
13089         * cedet/ede/proj-aux.el (ede-aux-source):
13090         * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
13091         (ede-misc-source):
13092         * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
13093         (semantic-mrub-switch-tags): Fix doc typos.
13095         * cedet/semantic/db-global.el (data-debug-new-buffer)
13096         (data-debug-insert-thing): Remove unneeded declarations (one broken).
13097         (semanticdb-enable-gnu-global-databases): Fix prompt typo.
13099         * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
13101         * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
13102         use of CL function `remove-if-not'.
13104         * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
13106         * emacs-lisp/elint.el (elint-init-form): Report declarations where the
13107         filename is not a string.
13109 2009-09-29  Chong Yidong  <cyd@stupidchicken.com>
13111         * files.el (safe-local-eval-forms): Fix typo.
13113 2009-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13115         * vc-hooks.el (vc-dir-buffers): New var.
13116         (vc-state-refresh): New function.
13117         (vc-state): Use it.
13118         (vc-after-save): Always ask the backend to recompute the new state.
13119         Always call vc-dir if necessary, using vc-dir-buffers.
13120         * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
13121         Use vc-dir-buffers.
13122         (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
13123         (vc-dir-prepare-status-buffer, vc-dir-update)
13124         (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
13125         Don't call expand-file-name on default-directory.
13127 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
13129         * speedbar.el (speedbar-item-delete):
13130         * calc/calc-prog.el (calc-kbd-if):
13131         * language/hanja-util.el (hanja-init-load): Fix typos in messages.
13133         * epa.el (epa-key-list-mode-map):
13134         * hi-lock.el (hi-lock-menu): Fix typos in menus.
13136         * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
13137         (hs-show-hook): Fix typo in docstring.
13139 2009-09-29  Glenn Morris  <rgm@gnu.org>
13141         * cedet/semantic/symref/idutils.el:
13142         * cedet/semantic/symref/list.el: Relicense under GPLv3+.
13144         * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
13146         * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
13147         * cedet/semantic/tag-file.el (semanticdb-table-child-p):
13148         * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
13149         Mark declarations not understood by check-declare.
13151         * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
13152         file-name-nondirectory call preventing location of cedet files.
13153         (check-declare-verify): Use literal search rather than re-search.
13154         Add basic defmethod and defclass, and define-overloadable-function.
13156         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
13157         Use tramp-compat-file-attributes rather than nonexistent
13158         tramp-compat-handle-file-attributes.
13160         * Makefile.in (lisptagsfiles4): New.
13161         (AUTOGENEL): Add cedet loaddefs files.
13162         (TAGS, TAGS-LISP): Use $lisptagsfiles4.
13163         (update-elclist, compile-always, backup-compiled-files)
13164         (bootstrap-clean): Add yet another directory level.
13165         (update-elclist): Use LC_COLLATE rather than COLLATE.
13166         (ELCFILES): Update, via `make update-elclist'.
13168 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
13170         * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
13171         (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
13172         (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
13174 2009-09-28  Andreas Schwab  <schwab@linux-m68k.org>
13176         * Makefile.in (lisptagsfiles3): Define.
13177         (TAGS, TAGS-LISP): Use it.
13178         (update-elclist): Add third directory level to look for elc files.
13179         (compile-always): Likewise.
13180         (backup-compiled-files): Likewise.
13181         (bootstrap-clean): Likewise.
13182         (ELCFILES): Update.
13184 2009-09-28  Chong Yidong  <cyd@stupidchicken.com>
13186         * Makefile.in (ELCFILES): Add CEDET files.
13188 2009-09-28  Eric Ludlam  <zappo@gnu.org>
13190         CEDET (development tools) package merged.
13192         * cedet/*.el:
13193         * cedet/ede/*.el:
13194         * cedet/semantic/*.el:
13195         * cedet/srecode/*.el: New files.
13197 2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
13199         * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
13201         * net/tramp.el (top): Require tramp-imap.
13203         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
13204         Use `tramp-compat-handle-file-attributes'.
13206 2009-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13208         * net/tramp-imap.el: New package.
13210 2009-09-28  Eric Ludlam  <zappo@gnu.org>
13212         * emacs-lisp/chart.el:
13213         * emacs-lisp/eieio-base.el:
13214         * emacs-lisp/eieio-comp.el:
13215         * emacs-lisp/eieio-custom.el:
13216         * emacs-lisp/eieio-datadebug.el:
13217         * emacs-lisp/eieio-opt.el:
13218         * emacs-lisp/eieio-speedbar.el:
13219         * emacs-lisp/eieio.el: New files.
13221         * cedet/cedet-cscope.el:
13222         * cedet/cedet-files.el:
13223         * cedet/cedet-global.el:
13224         * cedet/cedet-idutils.el:
13225         * cedet/data-debug.el:
13226         * cedet/inversion.el:
13227         * cedet/mode-local.el:
13228         * cedet/pulse.el: New files.
13230 2009-09-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13232         * whitespace.el (whitespace-trailing-regexp)
13233         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
13234         Fix doc string.
13236 2009-09-27  Chong Yidong  <cyd@stupidchicken.com>
13238         * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
13239         menu.
13241         * ediff-hook.el: Move menu-bar-ediff-misc-menu into
13242         menu-bar-ediff-menu.
13244         * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
13245         define-overloadable-function.
13247         * progmodes/autoconf.el: Provide autoconf as well, so that this
13248         file can be `require'd.
13250         * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
13252         * emacs-lisp/autoload.el (generated-autoload-feature)
13253         (generated-autoload-load-name): New vars.
13254         (autoload-rubric, autoload-generate-file-autoloads): Use them.
13255         (make-autoload): Recognize define-overloadable-function and
13256         defclass forms (for EIEIO).
13258         * Makefile.in (update-subdirs): Exclude cedet directory.
13260 2009-09-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
13262         * term/ns-win.el: Don't set the region face background.  (Bug#4381)
13264         * faces.el: Default light-background background for region face to
13265         ns_selection_color under NS.
13267 2009-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
13269         * net/imap-hash.el: New library, see NEWS.
13271         * Makefile.in (ELCFILES): Add imap-hash.el.
13273 2009-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13275         * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
13276         * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
13277         * help-macro.el (make-help-screen): Avoid using an ambiguous function
13278         definition where the docstring could be taken for the return value.
13280 2009-09-26  Glenn Morris  <rgm@gnu.org>
13282         * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
13283         Add option to only show images below a certain size.
13284         (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
13285         save-excursion calls.
13287 2009-09-26  Eli Zaretskii  <eliz@gnu.org>
13289         * makefile.w32-in (WINS_ALMOST): Add cedet (with its
13290         subdirectories) and eieio.
13292 2009-09-26  Alan Mackenzie  <acm@muc.de>
13294         * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
13295         buggy bracketing.  (Bug#4289)
13297         * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
13298         character constants (as case labels).  (Bug#4289)
13300 2009-09-25  Juri Linkov  <juri@jurta.org>
13302         * files.el (safe-local-eval-forms): Allow time-stamp in
13303         before-save-hook (Bug#4554).
13305 2009-09-25  Drew Adams  <drew.adams@oracle.com>
13307         * menu-bar.el (list-buffers-directory): Doc fix.
13309 2009-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13311         * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
13312         Try and avoid copying twice the same paragraph.
13313         (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
13314         Remove save-excursion.
13315         (log-edit-changelog-entry): Do it here instead.
13317 2009-09-25  Juanma Barranquero  <lekktu@gmail.com>
13319         * bs.el (bs--get-file-name): Use `list-buffers-directory'
13320         when available, instead of hardcoding mode names.  Doc fix.
13322         * menu-bar.el (list-buffers-directory): Add docstring.
13323         Make automatically buffer-local.
13325         * dired.el (dired-mode):
13326         * files.el (cd-absolute):
13327         * pcvs.el (cvs-temp-buffer):
13328         * pcvs-util.el (cvs-get-buffer-create):
13329         * shell.el (shell-mode):
13330         * vc-dir.el (vc-dir-mode):
13331         Don't make `list-buffers-directory' buffer local.
13333 2009-09-25  Devon Sean McCullough  <emacs-hacker@Jovi.Net>
13335         * comint.el (comint-exec, comint-run, make-comint):
13336         Doc fixes (Bug#4542).
13338 2009-09-25  Glenn Morris  <rgm@gnu.org>
13340         * mail/rmailmm.el (rmail-mime): New custom group.
13341         Move all defcustoms in this file into this group.
13342         (rmail-mime-media-type-handlers-alist): Revert previous change.
13343         (rmail-mime-show-images): New option.
13344         (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
13345         references to it, since it wasn't actually used for anything.
13346         (rmail-mime-insert-image): New function.
13347         (rmail-mime-image): Use rmail-mime-insert-image.
13348         (rmail-mime-bulk-handler): Remove optional `image' argument, instead
13349         obey the value of `rmail-mime-show-images' option.  Print the size of
13350         attachments.
13352 2009-09-25  David Engster  <deng@randomsample.de>
13354         * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'.  (Bug#4548)
13356 2009-09-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13358         * whitespace.el: Does not highlight trailing spaces While point is
13359         at end of line.  Does not highligt spaces at beginning of buffer
13360         while point is at beginning of buffer.  Does not highlight spaces
13361         at end of buffer while point is at end of buffer.  (Bug#4177)
13362         New version 12.0.
13363         (whitespace-display-mappings): Adjust initialization.
13364         (whitespace-point, whitespace-font-lock-refontify): New vars.
13365         (whitespace-color-on, whitespace-color-off): Adjust code.
13366         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
13367         (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
13368         (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
13370 2009-09-24  Chong Yidong  <cyd@stupidchicken.com>
13372         * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
13374         * textmodes/sgml-mode.el: Remove xml-mode alias.
13376         * files.el (auto-mode-alist, conf-mode-maybe)
13377         (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
13379 2009-09-24  Alan Mackenzie  <acm@muc.de>
13381         * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
13382         c-forward-conditionals, but it doesn't move point and doesn't set
13383         the mark.
13384         (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
13385         (c-down-conditional-with-else, c-backward-conditional)
13386         (c-forward-conditional): Refactor to use c-scan-conditionals.
13388 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
13390         * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
13391         (help-default-arg-highlight): Remove.
13392         (help-highlight-arg): New function.
13393         (help-do-arg-highlight): Use it.
13394         Suggested by Drew Adams <drew.adams@oracle.com>.  (Bug#4510, bug#4520)
13396 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13398         * term.el (term-set-scroll-region, term-handle-ansi-escape):
13399         Undo last change, which didn't fix the problem and introduced others.
13401 2009-09-24  Nick Roberts  <nickrob@snap.net.nz>
13403         * progmodes/gdb-mi.el: Don't require speedbar.
13404         (gdb-jsonify-buffer): Handle case where "=" is part of value string.
13406 2009-09-24  Glenn Morris  <rgm@gnu.org>
13408         * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
13410         * term/ns-win.el (ns-reg-to-script): Define for compiler.
13412         * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
13413         there is no newline after the final mime boundary.  (Bug#4539)
13414         Move markers on insertion so that any buttons inserted don't end up in
13415         the next part of a multipart message.
13416         (rmail-mime-media-type-handlers-alist): Doc fix.  Add image handler.
13417         (rmail-mime-bulk-handler): Optionally handle images.
13418         (rmail-mime-image): New button action.
13419         (rmail-mime-image-handler): New function.
13420         (rmail-mime-mode): New mode.
13421         (rmail-mime): Doc fix.  Use rmail-mime-mode (for font-lock).
13423 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13425         * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
13426         than just dropping elements from it (bug#4504).
13428         * term.el (term-set-scroll-region): Don't move cursor any more.
13429         (term-handle-ansi-escape): Call term-goto here instead.
13430         Suggested by Ivan Kanis <apple@kanis.eu>.
13432         * term.el: Require CL.
13433         (term-ansi-reset): New function.
13434         (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
13435         (term-handle-colors-array): Simplify.
13437 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
13439         * allout.el (allout-overlay-interior-modification-handler)
13440         (allout-obtain-passphrase):
13441         * epa-file.el (epa-file-write-region):
13442         * ps-print.el (ps-begin-job):
13443         * vc-hooks.el (vc-toggle-read-only):
13444         * vc-rcs.el (vc-rcs-rollback):
13445         * vc-sccs.el (vc-sccs-rollback):
13446         * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
13447         (vc-version-diff, vc-revert, vc-rollback):
13448         * wdired.el (wdired-check-kill-buffer):
13449         * emacs-lisp/authors.el (authors):
13450         * net/socks.el (socks-open-connection):
13451         * net/zeroconf.el (zeroconf-service-add-hook):
13452         * obsolete/vc-mcvs.el (vc-mcvs-register):
13453         * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
13454         (gdb-select-frame):
13455         * progmodes/grep.el (lgrep, rgrep):
13456         * progmodes/idlw-help.el (idlwave-help-check-locations)
13457         (idlwave-help-html-link, idlwave-help-assistant-open-link):
13458         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
13459         * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
13460         (reftex-toc-rename-label): Fix typos in error messages.
13462         * dired-aux.el (dired-do-shell-command): Reflow docstring.
13463         (dired-copy-how-to-fn): Doc fix.
13464         (dired-files-attributes, dired-read-shell-command):
13465         Fix typos in docstrings.
13467         * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
13468         (dired-x-find-file-other-window): Reflow docstrings.
13469         (dired-omit-marker-char, dired-read-shell-command)
13470         (dired-x-submit-report): Fix typos in docstrings.
13472         * shell.el (shell-mode-hook):
13473         * view.el (View-scroll-line-forward):
13474         * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
13475         Fix typos in docstrings.
13477         * net/dig.el (dig-invoke): Fix typo in docstring.
13478         (query-dig): Reflow docstring.
13480         * progmodes/idlwave.el (idlwave-create-user-catalog-file)
13481         (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
13482         (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
13483         (idlwave-begin-block-reg, idlwave-begin-unit-reg)
13484         (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
13485         (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
13486         (idlwave-check-abbrev, idlwave-class-file-or-buffer)
13487         (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
13488         (idlwave-completion-map, idlwave-current-indent)
13489         (idlwave-custom-ampersand-surround, idlwave-customize)
13490         (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
13491         (idlwave-define-abbrev, idlwave-determine-class-special)
13492         (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
13493         (idlwave-end-block-reg, idlwave-end-of-statement)
13494         (idlwave-end-of-statement0, idlwave-end-of-subprogram)
13495         (idlwave-end-unit-reg, idlwave-entry-find-keyword)
13496         (idlwave-explicit-class-listed, idlwave-file-header)
13497         (idlwave-fill-paragraph, idlwave-find-class-definition)
13498         (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
13499         (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
13500         (idlwave-in-quote, idlwave-indent-action-table)
13501         (idlwave-indent-expand-table, idlwave-indent-line)
13502         (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
13503         (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
13504         (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
13505         (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
13506         (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
13507         (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
13508         (idlwave-outlawed-buffers, idlwave-popup-select)
13509         (idlwave-previous-statement, idlwave-rescan-catalog-directories)
13510         (idlwave-routine-entry-compare, idlwave-routine-info.pro)
13511         (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
13512         (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
13513         (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
13514         (idlwave-statement-type, idlwave-struct-skip)
13515         (idlwave-substitute-link-target, idlwave-toggle-comment-region)
13516         (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
13517         (idlwave-what-module-find-class): Fix typos in docstrings.
13518         (idlwave-all-method-classes, idlwave-calc-hanging-indent)
13519         (idlwave-calculate-cont-indent, idlwave-expand-equal)
13520         (idlwave-find-module, idlwave-find-structure-definition)
13521         (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
13522         (idlwave-list-load-path-shadows, idlwave-next-statement)
13523         (idlwave-routine-entry-compare-twins, idlwave-routine-info)
13524         (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
13525         (idlwave-template): Reflow docstrings.
13527         * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
13528         (idlwave-shell-batch-command, idlwave-shell-bp-alist)
13529         (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
13530         (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
13531         (idlwave-shell-display-line, idlwave-shell-display-wframe)
13532         (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
13533         (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
13534         (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
13535         (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
13536         (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
13537         (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
13538         (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
13539         (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
13540         (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
13541         (idlwave-shell-scan-for-state, idlwave-shell-send-command)
13542         (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
13543         (idlwave-shell-shell-command, idlwave-shell-sources-alist)
13544         (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
13545         (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
13546         (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
13547         Fix typos in docstrings.
13548         (idlwave-shell-bp, idlwave-shell-clear-current-bp)
13549         (idlwave-shell-hide-output, idlwave-shell-mode)
13550         (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
13551         Reflow docstrings.
13553         * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
13555 2009-09-24  Ivan Kanis  <apple@kanis.eu>
13557         * term.el (term-bold-attribute): New var.
13558         (term-handle-colors-array): Use it.
13560 2009-09-23  Nick Roberts  <nickrob@snap.net.nz>
13562         * progmodes/gdb-mi.el (gdb-version): New variable.
13563         (gdb-non-stop-handler): Set gdb-version.
13564         (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
13565         Condition "--thread" option on gdb-version.
13566         (gdb-invalidate-threads): Remove unused argument.
13568 2009-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13570         * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
13571         to looking-back to avoid ridiculous slow down in large files (bug#4511).
13573 2009-09-23  Glenn Morris  <rgm@gnu.org>
13575         * mail/rmail.el (rmail-reply): Don't try to add a References header when
13576         replying to mail without References or Message-Id.  (Bug#4525)
13578 2009-09-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
13580         * term/ns-win.el (ns-reg-to-script): New variable.
13582 2009-09-23  Daiki Ueno  <ueno@unixuser.org>
13584         * epg.el (epg-wait-for-status): Preserve existing 'error results.
13586 2009-09-22  Sam Steingold  <sds@gnu.org>
13588         * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
13589         (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
13590         to 1 because hg returns status 1 when nothing is found.
13591         Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
13593 2009-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13595         * textmodes/fill.el: Convert to utf-8 encoding.
13596         (fill-french-nobreak-p): Remove redundant » and « inherited from our
13597         pre-Unicode days.
13599         * add-log.el (change-log-fill-forward-paragraph): New function.
13600         (change-log-mode): Use it so fill-region DTRT.
13601         Set fill-indent-according-to-mode here rather than in
13602         change-log-fill-paragraph.
13603         (change-log-fill-paragraph): Remove.
13605 2009-09-22  Juanma Barranquero  <lekktu@gmail.com>
13607         * info.el (Info-try-follow-nearest-node): Use the URL extracted by
13608         `Info-get-token', instead of `browse-url-url-at-point'.  (Bug#4508)
13610 2009-09-22  Glenn Morris  <rgm@gnu.org>
13612         * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
13613         the scroll-bar scroll the calendar window rather than the buffer.
13615         * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
13616         commands that move point (as opposed to scrolling).
13618         * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
13620         * emacs-lisp/elint.el (elint): New custom group.
13621         (elint-log-buffer): Make it a defcustom.
13622         (elint-scan-preloaded, elint-ignored-warnings)
13623         (elint-directory-skip-re): New options.
13624         (elint-builtin-variables): Doc fix.
13625         (elint-preloaded-env): New variable.
13626         (elint-unknown-builtin-args): Add an entry for encode-time.
13627         (elint-extra-errors): Make it a variable rather than a constant.
13628         (elint-preloaded-skip-re): New constant.
13629         (elint-directory): Skip files matching elint-directory-skip-re.
13630         (elint-features): New variable, local to linted buffers.
13631         (elint-update-env): Initialize elint-features.  Possibly add
13632         elint-preloaded-env to the buffer's environment.
13633         (elint-get-top-forms): Bind elint-current-pos, for log messages.
13634         Skip quoted forms.
13635         (elint-init-form): New function, extracted from elint-init-env.
13636         Make non-list forms a warning rather than an error.
13637         Add the mode-map for define-derived-mode.  Handle define-minor-mode,
13638         easy-menu-define, put that adds an error-condition, and provide.
13639         When requiring cl, also require cl-macs.  Really require cl, to handle
13640         some cl macros.  Store required libraries in the list elint-features,
13641         so as not to re-load them.  Treat cc-require like require.
13642         (elint-init-env): Call elint-init-form to do the work.
13643         Handle eval-and-compile and such like.
13644         (elint-add-required-env): Do not clear messages.
13645         (elint-special-forms): Add handlers for function, defalias, if, when,
13646         unless, and, or.
13647         (elint-form): Add optional argument to ignore elint-special-forms,
13648         useful to prevent recursive calls from handlers.  Doc fix.
13649         Respect elint-ignored-warnings.
13650         (elint-form): Respect elint-ignored-warnings.
13651         (elint-bound-variable, elint-bound-function): New variables.
13652         (elint-unbound-variable): Respect elint-bound-variable.
13653         (elint-get-args): Respect elint-bound-function.
13654         (elint-check-cond-form): Add some simple handling for (f)boundp and
13655         featurep tests.
13656         (elint-check-defalias-form): New handler.
13657         (elint-check-let-form): Make an empty let a warning rather than an
13658         error.
13659         (elint-check-setq-form): Make an empty setq a warning rather than an
13660         error.  Respect elint-ignored-warnings.
13661         (elint-check-defvar-form): Accept null doc-strings.
13662         (elint-check-conditional-form): New handler.  Does some simple-minded
13663         checking of featurep and (f)boundp tests.
13664         (elint-put-function-args): New function.
13665         (elint-initialize): Use elint-scan-doc-file rather than
13666         elint-find-builtin-variables.  Use elint-put-function-args.
13667         Possibly scan preloaded-file-list.
13668         (elint-scan-doc-file): Rename from elint-find-builtin-variables and
13669         extend to handle functions as well.
13671 2009-09-22  Lennart Borgman  <lennart.borgman@gmail.com>
13673         * linum.el (linum-delete-overlays, linum-update-window):
13674         Do not modify the right margin.  (Bug#3971)
13676 2009-09-21  Chong Yidong  <cyd@stupidchicken.com>
13678         * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
13679         nxml-mode instead of xml-mode.
13681 2009-09-21  Kevin Ryde  <user42@zip.com.au>
13683         * net/dig.el: Add "Keywords: comm", as per net-utils.el.  (Bug#4501)
13685 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13687         * net/dig.el (dig-mode): Use define-derived-mode.
13689 2009-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
13691         * vc-dispatcher.el (vc-do-command): Return the process object in
13692         the asynchronous case.  Use when instead of if.  Do not run
13693         vc-exec-after to display a message if not enabled.  (Bug#4463)
13695         * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
13696         properties to the stash strings.
13697         (vc-git-stash-list): Return a list of strings.
13698         (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
13699         (vc-git-stash-show-at-point): New functions.
13700         (vc-git-stash-map): New keymap.
13702         * register.el (ctl-x-r-map): Define the keys here instead of
13703         using autoload.
13705 2009-09-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>  (tiny change)
13707         * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
13708         list, to workaround performance problem (bug#4485).
13710 2009-09-20  Nick Roberts  <nickrob@snap.net.nz>
13712         * progmodes/gud.el (gud-sentinel): Revert indavertant change.
13714 2009-09-20  Daiki Ueno  <ueno@unixuser.org>
13716         * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
13717         Document that this option is not recommended to use.
13719 2009-09-19  Glenn Morris  <rgm@gnu.org>
13721         * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
13722         variable `var'.
13724         * calc/calc-alg.el (var):
13725         * calc/calcalg2.el (var): Define for compiler.
13727 2009-09-19  Chong Yidong  <cyd@stupidchicken.com>
13729         * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
13730         Doc fix (Bug#3932).
13732         * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
13734         * time-stamp.el (time-stamp-month-dd-yyyy)
13735         (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
13736         (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
13737         (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
13738         (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
13739         Remove functions that have been obsolete since 1995 (Bug#4436).
13741         * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
13742         indent buffer only if called interactively (Bug#4452).
13744 2009-09-19  Juanma Barranquero  <lekktu@gmail.com>
13745             Eli Zaretskii  <eliz@gnu.org>
13747         This fixes bug#4197 (merged to bug#865, though not identical).
13748         * server.el (server-auth-dir): Add docstring note about FAT32.
13749         (server-ensure-safe-dir): Accept FAT32 directories as "safe",
13750         but warn against using them.
13752 2009-09-19  Nick Roberts  <nickrob@snap.net.nz>
13754         * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
13755         older GDB where there is no has_more field.
13757 2009-09-19  Glenn Morris  <rgm@gnu.org>
13759         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
13761 2009-09-18  Chong Yidong  <cyd@stupidchicken.com>
13763         * files.el (auto-mode-alist): Change default for XML files to nXML
13764         mode (Bug#4169).
13766 2009-09-18  Juanma Barranquero  <lekktu@gmail.com>
13768         * server.el (server-ensure-safe-dir): Pass 'integer
13769         to `file-attributes', as suggested.
13771 2009-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
13773         * dired-aux.el (dired-query-alist): Remove spurious backslash.
13774         (dired-query): Use read-key.
13776 2009-09-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
13778         * cus-start.el (ns-use-qd-smoothing): Remove.
13780 2009-09-18  Glenn Morris  <rgm@gnu.org>
13782         * allout.el (top-level): Remove unnecessary progn.
13784         * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
13786         * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
13787         definition of abbrev table.
13789         * speedbar.el (speedbar-track-mouse):
13790         * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
13791         * net/eudc.el (eudc-expand-inline):
13792         * net/newst-backend.el (newsticker--cache-read-feed):
13793         * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
13794         condition-case handlers.
13796 2009-09-18  Nick Roberts  <nickrob@snap.net.nz>
13798         * progmodes/gdb-mi.el (gdb-frame-address): New variable.
13799         (gdb-var-list): Add an element for has_more field.
13800         (gdb-non-stop-handler): Enable pretty printing for STL containers.
13801         (gdb-var-create-handler, gdb-var-list-children-handler-1)
13802         (gdb-var-update-handler-1): Parse output of dynamic variable
13803         objects (STL containers).
13804         (gdb-var-delete-1): Pass var1 as an explicit second argument.
13805         (gdb-get-field): Delete alias.  Use bindat-get-field directly.
13807         * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
13808         gdb-var-list.
13809         (gud-speedbar-buttons): Make node expandable if expression "has more"
13810         children.
13812 2009-09-17  Juanma Barranquero  <lekktu@gmail.com>
13814         * startup.el (emacs-quick-startup): Remove variable and all uses.
13815         (command-line): Set `inhibit-x-resources' instead.
13816         (command-line-1): Use `inhibit-x-resources' instead.
13818 2009-09-17  Chong Yidong  <cyd@stupidchicken.com>
13820         * subr.el: Fix last change to avoid using the `unless' macro,
13821         which breaks bootstrapping.
13823 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13825         * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
13826         extended definitions, in case we reload subr.el after having
13827         loaded CL.
13828         (eval-next-after-load): Mark as obsolete.
13830 2009-09-17  Juri Linkov  <juri@jurta.org>
13832         * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
13833         (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
13834         (menu-bar-showhide-menu, menu-bar-tools-menu)
13835         (menu-bar-describe-menu, menu-bar-help-menu)
13836         (minibuffer-local-completion-map, minibuffer-local-map):
13837         Fix list quoting.
13839 2009-09-17  Glenn Morris  <rgm@gnu.org>
13841         * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
13842         arguments, whether or not it has a handler.
13844         * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
13846         * simple.el (hard-newline): Give it a doc-string.
13848         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
13849         (lisp-mode-syntax-table): Give them doc-strings.
13851 2009-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
13853         * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
13854         (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
13855         (menu-bar-options-menu, menu-bar-showhide-menu)
13856         (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
13857         (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
13858         (menu-bar-options-menu, menu-bar-line-wrapping-menu)
13859         (menu-bar-options-menu, menu-bar-tools-menu)
13860         (menu-bar-describe-menu, menu-bar-search-documentation-menu)
13861         (menu-bar-help-menu):
13862         (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
13863         string arguments.
13865         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
13866         (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
13867         calls for the menu names and :help.
13869 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13871         * mouse.el (minor-mode-menu-from-indicator): Pay attention
13872         to :minor-mode-function (bug#4455).
13874 2009-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13876         * startup.el (command-line): Initialize the window-system after
13877         processing the command-line.
13879         * textmodes/page.el (what-page): Make sure we don't inf-loop if
13880         page-delimiter matches the empty string.
13882 2009-09-16  Glenn Morris  <rgm@gnu.org>
13884         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
13885         byte-compile-not-obsolete-var.  It's a list now.
13886         (byte-compile-not-obsolete-funcs): New variable.
13887         (byte-compile-warn-obsolete): Don't warn about functions if they are in
13888         byte-compile-not-obsolete-funcs.
13889         (byte-compile-variable-ref, byte-compile-defvar): Update for
13890         byte-compile-not-obsolete-vars name-change and list nature.
13891         (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
13892         and variables behind (f)boundp tests.
13893         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
13895 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
13897         * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
13899 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13901         * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
13902         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
13903         Don't autoload.
13905 2009-09-15  Stephen Eglen  <stephen@gnu.org>
13907         * iswitchb.el (iswitchb-read-buffer): When selecting a match from
13908         the virtual-buffers, use the name of the buffer specified by
13909         find-file-noselect, as the match may be a symlink.  (This was a
13910         problem if the target and the symlink had different names.)
13912 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13914         * custom.el (custom-initialize-default, custom-initialize-set): CSE.
13916         * desktop.el (desktop-path): Check user-emacs-directory.
13918         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
13920         * loadup.el: Use after-load-functions to GC after loading each file.
13921         Remove the explicit GC calls that used to be sprinkled around.
13923         * subr.el (after-load-functions): New hook.
13924         (do-after-load-evaluation): Run it.  Use string-match-p to detect
13925         `obsolete' packages, rather than painfully extracting the relevant
13926         directory name.
13928 2009-09-15  Glenn Morris  <rgm@gnu.org>
13930         * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
13931         free variable `doc'.
13933         * dired.el (dired-mode-map): Add menu entry for async shell command.
13935         * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
13936         variables, also consider the .elc files, since the .el files are
13937         normally gzipped (subsequent code locates the .el.gz from the .elc).
13939         * calc/calc-prog.el (arglist): Define for compiler.
13941         * calendar/diary-lib.el (diary-display-function): Change the default to
13942         fancy display.
13943         (body): Define for compiler.
13945         * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
13946         (byte-compile-file-form, byte-compile-lambda)
13947         (byte-compile-top-level-body, byte-compile-form)
13948         (byte-compile-variable-ref, byte-compile-setq)
13949         (byte-compile-setq-default, byte-compile-body)
13950         (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
13951         (batch-byte-compile): Give some more local variables with common names
13952         a "bytecomp-" prefix to avoid masking warnings about free variables.
13954         * startup.el (command-line-1): Give local variables with common names a
13955         distinguishing prefix, so as not to hide free variable warnings during
13956         bootstrap.
13958         * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
13959         clever and add a suffix to make a unique name, just let the user decide
13960         whether or not to overwrite it.  If the input is a directory, write the
13961         default filename to that directory.  (Bug#4388)
13962         (rmail-mime-bulk-handler): Ensure the save button's 'directory property
13963         is a filename-as-a-directory.
13965 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13967         * textmodes/page.el (what-page): Don't move to beginning of line.
13968         See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
13970 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
13972         * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
13974 2009-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
13976         * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
13977         * help.el (help-for-help-internal): Add purecopy calls for text.
13979         * vc.el (top): print-log method now takes an optional SHORTLOG
13980         argument.  Add a new method: root.
13981         (vc-root-diff, vc-print-root-log): New functions.
13982         (vc-log-short-style): New variable.
13983         (vc-print-log-internal): Add support for showing short logs.
13985         * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
13986         vc-print-root-log and vc-print-root-diff.
13988         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
13989         * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
13990         * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
13991         short logs.
13993         * vc-cvs.el (vc-cvs-print-log):
13994         * vc-mtn.el (vc-mtn-print-log):
13995         * vc-rcs.el (vc-rcs-print-log):
13996         * vc-sccs.el (vc-sccs-print-log):
13997         * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
13998         that is ignored for now.
14000         * vc-mtn.el (vc-mtn-annotate-command):
14001         * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
14003 2009-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
14005         * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
14006         to function-key-map, and give them ascii-character property.
14007         * term/x-win.el (x-alternatives-map):
14008         * term/ns-win.el (ns-alternatives-map):
14009         * term/internal.el (msdos-key-remapping-map):
14010         * w32-fns.el (x-alternatives-map): Remove redundant mappings.
14012 2009-09-14  Glenn Morris  <rgm@gnu.org>
14014         * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
14015         temp-buffers (2009-09-12).
14017 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
14019         * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
14020         the new read-key function.
14022 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
14024         * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
14025         is defined (Bug#4405).
14027 2009-09-13  Vincent Belaïche  <vincent.belaiche@gmail.com>
14029         * recentf.el (recentf-cleanup): Use a hash table to find
14030         duplicates (Bug#4407).
14032 2009-09-13  Per Starbäck  <per@starback.se>  (tiny change)
14034         * textmodes/ispell.el (ispell-command-loop): Convert keys such as
14035         kp-0 to ascii equivalents (Bug#4325).
14037 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
14039         * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
14041         * eshell/em-hist.el:
14042         * eshell/em-dirs.el (eshell-complete-user-reference):
14043         Declare pcomplete functions and variables to avoid compiler warnings.
14045 2009-09-13  Leo  <sdl.web@gmail.com>  (tiny change)
14047         * eshell/em-script.el (eshell-login-script, eshell-rc-script):
14048         * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
14049         * eshell/em-alias.el (eshell-aliases-file):
14050         * eshell/em-hist.el (eshell-history-file-name):
14051         Use expand-file-name instead of concat to make file names (Bug#4308).
14053 2009-09-13  Glenn Morris  <rgm@gnu.org>
14055         * ediff-merg.el (ediff-do-merge):
14056         * filesets.el (filesets-run-cmd):
14057         * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
14058         (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
14059         (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
14060         (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
14061         (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
14062         Replace empty `let's with `progn'.
14064 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
14066         * mail/sendmail.el (send-mail-function):
14067         * tooltip.el (tooltip-mode):
14068         * simple.el (transient-mark-mode):
14069         * rfn-eshadow.el (file-name-shadow-mode):
14070         * frame.el (blink-cursor-mode):
14071         * font-core.el (global-font-lock-mode):
14072         * files.el (temporary-file-directory)
14073         (small-temporary-file-directory, auto-save-file-name-transforms):
14074         * epa-hook.el (auto-encryption-mode):
14075         * composite.el (global-auto-composition-mode):
14076         Use custom-initialize-delay.
14077         * startup.el (command-line): Don't explicitly call
14078         custom-reevaluate-setting for all the above vars.
14079         * custom.el (custom-initialize-safe-set)
14080         (custom-initialize-safe-default): Delete.
14082 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14084         * term/x-win.el (x-initialize-window-system):
14085         * term/w32-win.el (w32-initialize-window-system):
14086         * term/ns-win.el (ns-initialize-window-system): Don't call
14087         mouse-wheel-mode since it's enabled globally by default already.
14089         * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
14090         actually define the variable, but only silences the byte-compiler.
14091         (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
14092         before looking it up.
14093         (mouse-wheel-scroll-amount): Also reset the bindings if this value
14094         is changed.
14096 2009-09-12  Glenn Morris  <rgm@gnu.org>
14098         * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
14099         1000.
14100         (elint-add-required-env): Don't beep on error.
14101         (elint-forms): In case of error, return ENV unchanged.
14102         (elint-init-env): Skip non-list forms.
14103         (elint-log): Handle unknown file positions.
14105 2009-09-12  Daiki Ueno  <ueno@unixuser.org>
14107         * epg.el (epg-make-context): Add autoload cookie.
14108         (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
14109         (epg-decrypt-string, epg-start-verify, epg-verify-file)
14110         (epg-verify-string, epg-start-sign, epg-sign-file)
14111         (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
14112         (epg-encrypt-string, epg-start-export-keys)
14113         (epg-export-keys-to-file, epg-export-keys-to-string)
14114         (epg-start-import-keys, epg-import-keys-from-file)
14115         (epg-import-keys-from-string, epg-start-receive-keys)
14116         (epg-receive-keys, epg-import-keys-from-server)
14117         (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
14118         (epg-sign-keys, epg-start-generate-key)
14119         (epg-generate-key-from-file, epg-generate-key-from-string):
14120         Remove autoload cookie.
14122 2009-09-12  Eli Zaretskii  <eliz@gnu.org>
14124         * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
14125         reevaluation of trash-directory.
14127         * mwheel.el: Fix last change.
14128         (mouse-wheel-mode): New defvar.
14129         (mouse-wheel-mode): Remove autoload cookie.
14131 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14133         * mwheel.el (mwheel-installed-bindings): New var.
14134         (mouse-wheel-mode): Use it, so as to make sure we really remove all
14135         the bindings we set last time.  Use custom-initialize-delay.
14136         * loadup.el: Load mwheel after term/*-win.el.
14137         * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
14138         and mouse-wheel-up-event now that their first evaluation is done
14139         sufficiently late to be correct.
14141         * startup.el (tutorial-directory): Make it a defcustom.
14142         Use custom-initialize-delay rather than eval-at-startup to set it.
14143         * image.el (image-load-path): Make it a defcustom.
14144         Use custom-initialize-delay rather than eval-at-startup to set it.
14145         * subr.el (eval-at-startup): Remove.
14146         * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
14148         * subr.el (do-after-load-evaluation): Warn the user after loading an
14149         obsolete package.
14151 2009-09-12  Glenn Morris  <rgm@gnu.org>
14153         * proced.el (proced-mark-alt): Remove alias.
14154         (proced-mode-map): Remove proced-mark-alt.
14156         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
14157         Elint file and directory.  Remove initialization entry.
14159         * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
14160         commands.
14161         (elint-current-buffer): Set mode-line-process.
14162         (elint-init-env): Handle define-derived-mode.
14163         Fix declare-function with unspecified arglist.  Guard against odd
14164         defalias statements (eg iso-insert's 8859-1-map).
14165         (elint-add-required-env): Use a temp buffer.
14166         (elint-form): Just print the function/macro name, not the whole form.
14167         Return env unchanged if we fail to parse a macro.
14168         (elint-forms): Guard against parse errors.
14169         (elint-output): New function, to handle batch mode.
14170         (elint-log-message): Add optional argument.  Use elint-output.
14171         (elint-set-mode-line): New function.
14173 2009-09-12  Andreas Politz  <politza@fh-trier.de>  (tiny change)
14175         * emacs-lisp/elp.el (elp-not-profilable): Add more
14176         functions (Bug#4233).
14178 2009-09-12  Chong Yidong  <cyd@stupidchicken.com>
14180         * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
14181         (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
14183 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
14185         * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
14186         (gdb-var-list-children): Use json parsing.
14188 2009-09-11  Daniel Colascione  <dan.colascione@gmail.com>
14190         * progmodes/js.el (js--proper-indentation): Handle the case where
14191         char-before is null.  Reported by Deniz Dogan.
14193 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
14195         * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
14197 2009-09-11  Daiki Ueno  <ueno@unixuser.org>
14199         * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
14200         (epg-digest-algorithm-alist): Add SHA224.
14201         (epg-context-set-passphrase-callback)
14202         (epg-context-set-progress-callback): Add description about
14203         callback function.
14205 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14207         * custom.el (custom-delayed-init-variables): New var.
14208         (custom-initialize-delay): New function.
14209         * startup.el (command-line): "Re"evaluate all vars in
14210         custom-delayed-init-variables.  Don't reevaluate abbrev-file-name
14211         explicitly any more.
14212         * abbrev.el (abbrev-file-name): Use custom-initialize-delay
14213         to avoid creating a ~/.emacs.d at build-time (bug#4347).
14215         * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
14217 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
14219         * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
14220         (gdb-var-update-handler): Use json parsing.
14222 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
14224         * vc-annotate.el (vc-annotate): Use the main file's coding-system to
14225         decode annotated text, regardless of language environment.  (Bug#2741)
14227 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14229         * Makefile.in (autoloads): Make rmail.el writable as well.
14231 2009-09-11  Glenn Morris  <rgm@gnu.org>
14233         * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
14234         loaddefs.el.
14235         * dired.el: Regenerate with extracted autoloads.
14236         * Makefile.in (autoloads): Make dired.el writable.
14238         * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
14239         * ibuffer.el: Regenerate with extracted autoloads.
14240         * Makefile.in (autoloads): Make ibuffer.el writable.
14242         * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
14243         * version.el (emacs-copyright, emacs-major-version)
14244         (emacs-minor-version): Reformat doc-strings for make-docfile.
14246         * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
14247         functions and variables, since they must be stuff specific to some other
14248         platform.
14249         (apropos-print): Make mouse-click message less specific about button.
14251         * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
14252         that records where a macro was defined.
14253         * help-fns.el (describe-function-1): Mention if a function has a
14254         compiler-macro.
14255         * help-mode.el (help-function-cmacro): New button.
14257         * locate.el (top-level): Always require dired.
14258         (locate-mode-map): Initialize inside the defvar.
14260         * net/ange-ftp.el (dired-compress-file): Declare.
14261         (ange-ftp-dired-compress-file): Add doc string.
14263         * term/ns-win.el (x-display-name, x-setup-function-keys):
14264         Unify doc-strings with X versions.
14266 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14268         * emulation/crisp.el (crisp-mode-map): Move initialization
14269         into declaration.
14270         (crisp-mode): Use define-minor-mode.
14272         * progmodes/xscheme.el (xscheme-evaluation-commands):
14273         Put a :advertised-binding property rather than using
14274         advertised-xscheme-send-previous-expression.
14275         (advertised-xscheme-send-previous-expression): Declare obsolete.
14276         * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
14277         `advertised-undo'.
14278         (crisp-mode): Add corresponding bindings to
14279         undo's :advertised-binding instead.
14280         * dired.el (dired-mode-map): Put a :advertised-binding property rather
14281         than using dired-advertised-find-file.
14282         (dired-advertised-find-file):
14283         * simple.el (advertised-undo):
14284         * wid-edit.el (advertised-widget-backward): Declare obsolete.
14285         (widget-keymap): Put a :advertised-binding property rather
14286         than using advertised-widget-backward.
14287         * bindings.el (ctl-x-map): Put a :advertised-binding property rather
14288         than using advertised-undo.
14289         * tutorial.el (tutorial--default-keys): Adjust accordingly.
14291 2009-09-10  Simon South  <ssouth@slowcomputing.org>
14293         * progmodes/delphi.el (delphi-tab): Indent region when Transient
14294         Mark mode is enabled and region is active; otherwise indent or
14295         insert TAB as usual.
14296         (delphi-mode): Update description of TAB-key binding.
14298 2009-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14300         * subr.el (define-key-rebound-commands): Mark obsolete.
14301         * startup.el (precompute-menubar-bindings): Remove.
14302         (normal-top-level): Remove obsolete code that tried to precompute
14303         menubar bindings.
14304         * loadup.el (define-key-rebound-commands): Don't bother fiddling with
14305         define-key-rebound-commands and precompute-menubar-bindings.
14307 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
14309         * net/imap.el (imap-interactive-login): Better messages.
14310         (imap-open): Fix bug with renamed buffer on reconnect.
14311         (imap-authenticate): Add buffer-local imap-last-authenticator variable
14312         for easier debugging and cleaner code.  On successful (guessed based on
14313         server capabilities) secondary authentication, set imap-state
14314         correctly.
14315         (imap-last-authenticator): Define imap-last-authenticator as a variable
14316         to avoid warnings.
14318 2009-09-10  Glenn Morris  <rgm@gnu.org>
14320         * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
14322         * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
14323         (byte-compile-file-form-autoload): Don't warn about unknown functions
14324         where the autoload statement comes after the use.
14325         (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
14326         that any handlers inside the body (eg require) are in turn respected.
14328         * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
14329         effects.
14331         * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
14332         and syntax and abbrev tables basic docs, if they don't have any.
14334         * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
14336         * international/mule-cmds.el (top-level): Require cl when compiling.
14337         (view-hello-file): Use default-value rather than
14338         default-enable-multibyte-characters.
14340         * progmodes/fortran.el: Move all safe and risky properties into the
14341         defcustoms.
14343         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
14344         * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
14345         * mail/undigest.el:
14346         Put autoloads in rmail.el rather than loaddefs.el.
14347         * mail/rmail.el: Regenerate with extracted autoloads.
14349         * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
14350         * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
14352 2009-09-10  Nick Roberts  <nickrob@snap.net.nz>
14354         Reported in thread for Bug#4375.
14355         * progmodes/gud.el (gud-tooltip-print-command): Use MI command
14356         "-data-evaluate-expression" instead of print.
14357         * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
14358         (gdb-tooltip-print): Parse output from above MI command.
14359         (gdb): Revert 2009-08-11 change.  User should detach inferior
14360         manually.
14362         Remove the word "separate" from IO functions as inferior
14363         output is now never displayed in the GUD buffer.
14365 2009-09-10  Juanma Barranquero  <lekktu@gmail.com>
14367         * startup.el (command-line-normalize-file-name): On Windows and
14368         MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
14370 2009-09-10  Juri Linkov  <juri@jurta.org>
14372         * isearch.el (isearch-text-char-description): Propertize escape
14373         character sequences with the `escape-glyph' face.  (Bug#4344)
14375         * simple.el (shell-command): Set asynchronous process filter to
14376         `comint-output-filter'.  (Bug#4343)
14378         * progmodes/grep.el (grep-template): Add "<X>" to docstring.
14379         (grep-files-aliases): Add "all".  Move "el" and "ch" to the top of
14380         the list.  Move "asm" to the bottom.
14381         (grep-find-ignored-directories): Add `choice' with nil value
14382         to empty the list easily.
14383         (grep-find-ignored-files): New option.
14384         (grep-files-history): Set to nil by default instead of '("ch" "el").
14385         (grep-compute-defaults): Add "<X>" to `grep-template'.
14386         (grep-read-files): Bind new local variables `default-alias' and
14387         `default-extension'.  Use a list of default values for the file prompt.
14388         (lgrep): Add `--exclude=' command line options composed from
14389         `grep-find-ignored-files'.
14390         (rgrep): Add `-name' command line options composed from
14391         `grep-find-ignored-files'.  (Bug#4301)
14393 2009-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
14395         * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
14396         (bug#4368).
14398 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14400         * calendar/time-date.el (autoload):
14401         Expand define-obsolete-function-alias into defalias and make-obsolete
14402         for old Emacsen that Gnus supports.
14403         (with-no-warnings): Define it for old Emacsen.
14404         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
14405         is available.
14406         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
14407         float-time is available; suppress compile warning for time-to-seconds.
14409 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
14411         * net/imap.el (imap-message-map): Docstring fix.
14413 2009-09-09  Glenn Morris  <rgm@gnu.org>
14415         * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
14416         line numbers too.  (Bug#4374)
14418 2009-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14420         * smerge-mode.el (smerge-remove-props, smerge-refine):
14421         Use with-silent-modifications (bug#4342).
14423         * subr.el (with-silent-modifications): New macro.
14425 2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
14427         * files.el (top-level): Require `cl' when compiling.
14429 2009-09-07  Glenn Morris  <rgm@gnu.org>
14431         * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
14433         * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
14434         (proced-mark-alt): New alias, to control the advertised key.  (Bug#4362)
14436 2009-09-06  Nick Roberts  <nickrob@snap.net.nz>
14438         * vc-git.el (vc-git-annotate-command): Use separator to parse
14439         arguments correctly.
14441 2009-09-06  Eli Zaretskii  <eliz@gnu.org>
14443         * proced.el (proced-mode): Doc fix.
14445 2009-09-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
14447         * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
14448         lstat fails.
14449         (tramp-do-file-attributes-with-ls): Check for file existence at
14450         remote end.
14451         (tramp-do-file-attributes-with-stat): Likewise.
14452         (tramp-convert-file-attributes): Return nil when attr is nil.
14454 2009-09-05  Glenn Morris  <rgm@gnu.org>
14456         * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
14457         properties to this button.
14458         (diary-fancy-display): Don't extend the button to the final newline.
14459         (diary-fancy-display-mode): Continue to define "q" as a local key.
14461         * calendar/cal-china.el (holiday-chinese): Make it slightly more
14462         efficient.
14464         * font-lock.el (lisp-font-lock-keywords-2): Add letf.
14466         * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
14467         (byte-compile-dest-file-function): New option.
14468         (byte-compile-dest-file): Doc fix.
14469         Obey byte-compile-dest-file-function.
14470         (byte-compile-cl-file-p): New function.
14471         (byte-compile-eval): Only suppress noruntime warnings about cl functions
14472         if the cl-functions warning is enabled.  Use byte-compile-cl-file-p.
14473         (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
14474         than for file being previously loaded.
14475         (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
14476         (byte-compile-file-form-require): Handle the case where requiring a file
14477         indirectly causes CL to be loaded.
14479 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
14481         * files.el (find-alternate-file): Run `kill-buffer-hook' manually
14482         before killing the old buffer, since by the time `kill-buffer' is
14483         run so many buffer variables have been set to nil that it may not
14484         behave as expected.  (Bug#4061)
14486 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
14488         * files.el (find-alternate-file): If the old buffer is modified
14489         and visiting a file, behave similarly to `kill-buffer' when
14490         killing it, thus reverting to the pre-1.878 behavior; see
14491         http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
14492         for discussion.  Also, consult `buffer-file-name' as a variable
14493         not as a function, for consistency with the rest of the code.
14495 2009-09-04  Michael Albinus  <michael.albinus@gmx.de>
14497         * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
14498         also when adding a new directory.
14500         * net/tramp-compat.el (tramp-compat-line-beginning-position): New
14501         defun.
14503 2009-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
14505         * files.el (locate-file-completion-table): Make it provide boundary
14506         information, so partial-completion works better.
14508 2009-09-04  Leo  <sdl.web@gmail.com>  (tiny change)
14510         * mail/footnote.el (Footnote-text-under-cursor):
14511         Check footnote-text-marker-alist before using it (bug#4324).
14513 2009-09-04  Glenn Morris  <rgm@gnu.org>
14515         * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
14516         * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
14517         * play/solitaire.el, play/tetris.el:
14518         Remove leading * from defcustom and defface docs.
14520         * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
14521         necessary.
14522         (diary-fancy-overriding-map): New variable.
14523         (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
14524         Use view-mode.
14526         * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
14527         goto-line.
14529 2009-09-03  Glenn Morris  <rgm@gnu.org>
14531         * arc-mode.el (archive-mode):
14532         * dos-fns.el (set-default-process-coding-system):
14533         * man.el (Man-getpage-in-background):
14534         * menu-bar.el (menu-bar-describe-menu):
14535         * server.el (server-process-filter):
14536         * startup.el (command-line):
14537         * tar-mode.el (tar-header-block-tokenize, tar-extract):
14538         * w32-fns.el (set-default-process-coding-system):
14539         * x-dnd.el (x-dnd-handle-file-name):
14540         * international/mule-cmds.el (mule-menu-keymap)
14541         (set-default-coding-systems, language-info-alist, set-language-info)
14542         (set-language-environment, standard-display-european-internal)
14543         (set-locale-environment):
14544         * international/mule-diag.el (mule-diag):
14545         * mail/emacsbug.el (report-emacs-bug):
14546         * mail/rmail.el (rmail-mode):
14547         * mail/sendmail.el (mail-setup):
14548         Use default-value rather than default-enable-multibyte-characters.
14550         * progmodes/f90.el: Move all safe properties into the defcustoms.
14551         (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
14553         * calendar/appt.el (appt-check):
14554         * calendar/diary-lib.el (diary-set-header, diary-live-p)
14555         (diary-check-diary-file, diary-list-entries)
14556         (diary-include-other-diary-files, diary-simple-display)
14557         (diary-fancy-display, diary-print-entries)
14558         (diary-mark-included-diary-files, diary-make-entry):
14559         Don't call substitute-in-file-name on diary-file.
14561 2009-09-03  Eduard Wiebe  <usenet@pusto.de>
14562             Stefan Monnier  <monnier@iro.umontreal.ca>
14564         * mail/footnote.el (footnote-prefix): Make it a defcustom.
14565         (footnote-mode-map): Move initialization into the declaration.
14566         (footnote-minor-mode-map): Define it rather than changing global-map.
14567         (footnote-mode): Use define-minor-mode.
14569 2009-09-02  Michael Albinus  <michael.albinus@gmx.de>
14571         * net/tramp.el (tramp-handle-file-attributes-with-ls)
14572         (tramp-do-file-attributes-with-perl)
14573         (tramp-do-file-attributes-with-stat): Rename from
14574         `tramp-handle-file-attributes-with-*'.
14575         (tramp-handle-file-attributes): Use them.
14576         (tramp-do-directory-files-and-attributes-with-perl)
14577         (tramp-do-directory-files-and-attributes-with-stat): Rename from
14578         `tramp-handle-directory-files-and-attributes-with-*'.
14579         (tramp-handle-directory-files-and-attributes): Use them.
14580         (tramp-method-out-of-band-p): Additional parameter SIZE.
14581         (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
14582         (tramp-handle-write-region): Use it.
14583         (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
14584         (tramp-handle-vc-registered): Check, whether the first run did
14585         return files to be tested.
14586         (tramp-advice-make-auto-save-file-name): Do not call directly
14587         `tramp-handle-make-auto-save-file-name', because this would bypass
14588         the locking mechanism.
14590         * net/tramp-compat.el (top): Autoload used functions from tramp.el.
14591         (file-remote-p, process-file, start-file-process, set-file-times)
14592         (tramp-compat-file-attributes): Compatibility functions shall not
14593         call directly `tramp-handle-*', because this would bypass the
14594         locking mechanism.
14595         (tramp-compat-number-sequence): New defun.
14597 2009-09-02  Glenn Morris  <rgm@gnu.org>
14599         * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
14600         alias for float-time.
14601         (time-to-number-of-days): In Emacs, use float-time.
14602         * net/newst-backend.el (time-add): Suppress warnings from compat
14603         function.
14604         * time.el (emacs-uptime, emacs-init-time):
14605         * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
14606         Use float-time rather than time-to-seconds.
14608         * minibuffer.el (completion-initials-expand): Fix typo.
14610         * faces.el (modeline, modeline-inactive, modeline-highlight)
14611         (modeline-buffer-id):
14612         * info.el (info-menu-5): Mark these face aliases as obsolete.
14614 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
14616         * progmodes/gdb-mi.el (gdb-current-context-command): Move the
14617         space ...
14618         (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
14619         no "--thread" option.
14620         (gdb-stopped): Don't print "Switched to thread" message when it is
14621         unchanged.
14623 2009-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14625         * minibuffer.el (completion-try-completion)
14626         (completion-all-completions): Remove ill-defined (and
14627         mistakenly installed and luckily never used nor documented)
14628         `completion-styles' property.
14629         (completion-initials-expand, completion-initials-all-completions)
14630         (completion-initials-try-completion): New functions.
14631         (completion-styles-alist): Add doc to each entry.
14632         Add new `initials' entry.
14634 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
14636         * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
14637         MI command -var-evaluate-expression.
14638         (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
14639         and tweak for case of string child.
14640         (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
14642 2009-09-01  Glenn Morris  <rgm@gnu.org>
14644         * add-log.el (change-log-date-face, change-log-name-face)
14645         (change-log-email-face, change-log-file-face, change-log-list-face)
14646         (change-log-conditionals-face, change-log-function-face)
14647         (change-log-acknowledgement-face):
14648         * cus-edit.el (custom-invalid-face, custom-rogue-face)
14649         (custom-modified-face, custom-set-face, custom-changed-face)
14650         (custom-saved-face, custom-button-face, custom-button-pressed-face)
14651         (custom-documentation-face, custom-state-face, custom-comment-face)
14652         (custom-comment-tag-face, custom-variable-tag-face)
14653         (custom-variable-button-face, custom-face-tag-face)
14654         (custom-group-tag-face-1, custom-group-tag-face):
14655         * diff-mode.el (diff-header-face, diff-file-header-face)
14656         (diff-index-face, diff-hunk-header-face, diff-removed-face)
14657         (diff-added-face, diff-changed-face, diff-function-face)
14658         (diff-context-face, diff-nonexistent-face):
14659         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
14660         * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
14661         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
14662         (Info-title-4-face):
14663         * isearch.el (isearch-lazy-highlight-face):
14664         * log-view.el (log-view-file-face, log-view-message-face):
14665         * paren.el (show-paren-match-face, show-paren-mismatch-face):
14666         * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
14667         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
14668         (cvs-msg-face):
14669         * smerge-mode.el (smerge-mine-face, smerge-other-face)
14670         (smerge-base-face, smerge-markers-face):
14671         * wid-edit.el (widget-documentation-face, widget-button-face)
14672         (widget-field-face, widget-single-line-field-face)
14673         (widget-inactive-face, widget-button-pressed-face):
14674         * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
14675         (woman-addition-face):
14676         * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
14677         (eshell-ls-executable-face, eshell-ls-readonly-face)
14678         (eshell-ls-unreadable-face, eshell-ls-special-face)
14679         (eshell-ls-missing-face, eshell-ls-archive-face)
14680         (eshell-ls-backup-face, eshell-ls-product-face)
14681         (eshell-ls-clutter-face):
14682         * eshell/em-prompt.el (eshell-prompt-face):
14683         * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
14684         * obsolete/old-whitespace.el (whitespace-highlight-face):
14685         * progmodes/antlr-mode.el (antlr-font-lock-default-face)
14686         (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
14687         (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
14688         (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
14689         (antlr-font-lock-literal-face):
14690         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
14691         (ebrowse-root-class-face, ebrowse-file-name-face)
14692         (ebrowse-default-face, ebrowse-member-attribute-face)
14693         (ebrowse-member-class-face, ebrowse-progress-face):
14694         * progmodes/make-mode.el (makefile-space-face):
14695         * progmodes/sh-script.el (sh-heredoc-face):
14696         * textmodes/flyspell.el (flyspell-incorrect-face)
14697         (flyspell-duplicate-face):
14698         * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
14699         * textmodes/texinfo.el (texinfo-heading-face):
14700         Mark face aliases with "-face" suffix as obsolete.
14702         * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
14703         compiler.
14705         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
14706         (eudc-bob-sound-menu): Use defvar rather than defconst, since
14707         easy-menu-define wants to modify these.
14709         * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
14711         * net/browse-url.el (browse-url-file-url):
14712         * term/internal.el (dos-codepage-setup):
14713         Use default-value rather than default-enable-multibyte-characters.
14715         * progmodes/etags.el (etags-goto-tag-location):
14716         * progmodes/flymake.el (flymake-highlight-line)
14717         (flymake-goto-file-and-line, flymake-goto-line):
14718         * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
14719         (gdb-goto-breakpoint):
14720         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
14721         * progmodes/python.el (python-find-function)
14722         (python-pdbtrack-track-stack-file):
14723         * progmodes/verilog-mode.el (verilog-surelint-off):
14724         * term/ns-win.el (ns-open-file-select-line):
14725         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
14726         Use forward-line rather than goto-line.
14728         * textmodes/reftex-cite.el (reftex-offer-bib-menu):
14729         * textmodes/reftex-index.el (reftex-display-index):
14730         * textmodes/reftex-ref.el (reftex-offer-label-menu):
14731         * textmodes/reftex-toc.el (reftex-toc):
14732         Remove unnecessary bindings of default-major-mode (all are followed by
14733         major-mode check and possible mode switch).
14735 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
14737         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
14738         Handle watchpoints (bug#4282).
14739         (def-gdb-thread-buffer-command): Enable thread to be selected by
14740         clicking without selecting threads buffer first.
14741         (gdb-current-context-command): Use selected frame so that "up",
14742         "down" etc work in the GUD buffer.
14743         (gdb-update): Find selected frame before rendering stack buffer.
14744         (gdb-frame-handler): Set gdb-frame-number for stack buffer.
14746 2009-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
14748         * progmodes/sym-comp.el (displayed-completions): Remove.
14749         (symbol-complete): Use minibuffer-complete.
14751 2009-08-31  Glenn Morris  <rgm@gnu.org>
14753         * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
14755         * apropos.el (apropos-symbols-internal):
14756         Handle (obsolete) face aliases.
14758         * faces.el (describe-face): Adjust the output format to be more like
14759         describe-variable, and to mention (obsolete) face aliases.
14760         Adjust the whitespace so that help-setup-xref works.
14762         * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
14763         * calendar/diary-lib.el (diary-button-face):
14764         Mark these face aliases as obsolete.
14766         * calendar/calendar.el (calendar-today): Doc fix.
14768 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
14770         * progmodes/gdb-mi.el (gdb-control-all-threads)
14771         (gdb-control-current-thread): Force tool bar update.
14772         (gdb-non-stop-handler): New function.
14773         (gdb-init-1): Use it to test if non-stop mode is supported.
14774         Remove unused gdbmi buffer type.
14776 2009-08-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
14778         * progmodes/grep.el (grep-read-files): Strip trailing <N> from
14779         buffer names not visiting a file (e.g. cloned buffers).  (Bug#4210)
14781 2009-08-30  Nick Roberts  <nickrob@snap.net.nz>
14783         * comint.el (comint-exec-1): Check command is non-null first.
14784         Part of gdb-mi.el change (2009-08-28).
14786 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14788         * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
14790 2009-08-30  Juanma Barranquero  <lekktu@gmail.com>
14792         * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
14793         instead of `dolist' to avoid a recursive require when bootstrapping.
14795 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14797         * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
14799         * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
14801         * net/imap.el (imap-send-command): Simplify.
14802         (imap-wait-for-tag): point-max -> buffer-size.
14804         * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
14806         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
14807         with constant argument.
14809         * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
14811         * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
14813         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
14814         Change default, since most of our files don't have a history.
14815         (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
14816         the user.
14818         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
14819         Add comint-run.
14821         * calc/calc.el: Improve commenting convention.
14822         (calc-digit-map, toplevel): Simplify.
14824         * comint.el (comint-insert-input): Be careful to only set point if we
14825         don't delegate to some other command.
14827         * proced.el (proced-signal-list): Make it an alist.
14828         (proced-grammar-alist): Capitalize names.
14829         (proced-send-signal): Use a non-hidden buffer (since it's displayed).
14830         Disable undo manually and make it read-only.
14831         Use completion-annotate-function.
14833         * minibuffer.el (minibuffer-message): If the current buffer is not
14834         a minibuffer, insert the message in the echo area rather than at the
14835         end of the buffer.
14836         (completion-annotate-function): New variable.
14837         (minibuffer-completion-help): Use it.
14838         (completion--embedded-envvar-table): Environment vars are
14839         always case-sensitive.
14841 2009-08-30  Glenn Morris  <rgm@gnu.org>
14843         * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
14844         from fortran-current-defun.
14845         (fortran-beginning-of-subprogram): Be more precise about finding the
14846         start, to avoid an infinite loop in end-of-defun.  (Bug#4259)
14847         (fortran-end-of-subprogram): Simplify.
14848         (fortran-current-defun): Use fortran-start-prog-re.
14850 2009-08-29  Juanma Barranquero  <lekktu@gmail.com>
14852         * subr.el (do-after-load-evaluation): Simplify.
14854 2009-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
14856         * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
14858         * vc-rcs.el (vc-rcs-print-log-cleanup): ... here.  New function.
14859         (vc-rcs-print-log): Use it.
14861         * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
14863 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14865         * paths.el (abbrev-file-name): Move to abbrev.el.
14866         * abbrev.el (abbrev-file-name): Move from paths.el.
14867         Obey user-emacs-directory.
14868         * calc/calc.el (calc-settings-file): Don't autoload and instead obey
14869         user-emacs-directory.
14870         * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
14871         abbrev-file-name and calc-settings-file any more.
14872         * startup.el (command-line): Recompute abbrev-file-name and
14873         abbreviated-home-dir.
14874         (normal-no-mouse-startup-screen): Improve the generic code and get rid
14875         of the special code for when C-h bindings haven't been changed.
14876         (display-startup-echo-area-message): Use with-current-buffer.
14877         (command-line-1): Use a list of strings, rather than a list of lists
14878         of strings for longopts.
14880         * files.el (get-free-disk-space): Use / for default-directory.
14882         * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
14883         Use with-current-buffer.
14885         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
14886         Recognize immutable variables like most-positive-fixnum.
14887         (byte-compile-setq-default): Check and warn if trying to assign
14888         to an immutable variable, or a non-variable.
14890         * progmodes/cc-vars.el (c-comment-continuation-stars):
14891         * progmodes/cc-engine.el (c-looking-at-bos):
14892         * progmodes/cc-cmds.el (c-toggle-auto-state)
14893         (c-forward-into-nomenclature, c-backward-into-nomenclature)
14894         (c-comment-line-break-function): Add version of obsolescence.
14896 2009-08-28  Juri Linkov  <juri@jurta.org>
14898         * files.el (magic-fallback-mode-alist): Add ZIP magic number
14899         associated with `archive-mode'.
14901         * image.el (image-type-header-regexps): Use only JPEG magic number
14902         to determine JPEG images, and don't use `image-jpeg-p' because
14903         Emacs can display non-JFIF non-Exif JPEG images.
14905 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
14907         * arc-mode.el (archive-mode):
14908         * emacs-lisp/re-builder.el (re-builder-unload-function):
14909         Protect against the default value of `major-mode' being nil.
14911 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
14913         * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
14914         Fix typos in docstrings.
14916         * progmodes/js.el (js--macro-decl-re): Doc fix.
14917         (js--plain-method-re, js--split-name): Refloc docstring.
14918         (js--class-styles, js--make-merged-item, js--splice-into-items):
14919         Fix typos in docstrings; reflow docstrings.
14920         (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
14921         (js--variable-decl-matcher, js--inside-pitem-p)
14922         (js--parse-state-at-point, js--get-all-known-symbols)
14923         (js--symbol-history, js-find-symbol, js--js-references)
14924         (js--moz-interactor, js--js-encode-value, js--read-tab):
14925         Fix typos in docstrings.
14927 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14929         * textmodes/reftex.el (reftex-get-file-buffer-force):
14930         * progmodes/verilog-mode.el (verilog-batch-execute-func):
14931         * emulation/viper.el (viper-go-away, viper-set-hooks):
14932         * emacs-lisp/re-builder.el (re-builder-unload-function):
14933         * emacs-lisp/bytecomp.el (byte-compile-file):
14934         * ses.el (ses-unload-function):
14935         * hexl.el (hexl-find-file):
14936         * files.el (normal-mode):
14937         * ehelp.el (with-electric-help):
14938         * autoinsert.el (auto-insert-alist):
14939         * arc-mode.el (archive-mode):
14940         Use (default-value 'major-mode) instead of default-major-mode.
14942         * textmodes/ispell.el (ispell-check-version, ispell-send-string):
14943         * international/mule.el (load-with-code-conversion):
14944         * emacs-lisp/debug.el (debug):
14945         * ediff-vers.el (ediff-rcs-get-output-buffer):
14946         * dired.el (dired-internal-noselect): Don't let-bind
14947         default-major-mode around code that doesn't use it.
14948         E.g. buffer creation via get-buffer-create doesn't use it.
14950 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
14952         * net/tramp.el (all): Replace "'(lambda" by "(lambda".
14953         (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
14954         when writing the temp file.  Otherwise, epa-file gets confused.
14955         (tramp-register-file-name-handlers): Make it a defun.  Move also
14956         `epa-file-handler' to the front of `file-name-handler-alist'.
14958 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14960         * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
14961         start right after a ^M.
14962         (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
14963         (tramp-completion-file-name-regexp-separate)
14964         (tramp-completion-file-name-regexp-url): Use \\` and \\'.
14965         (tramp-handle-file-attributes, tramp-set-file-uid-gid):
14966         Don't modify last-coding-system-used by accident.
14967         (tramp-completion-file-name-handler): Apply the checks here,
14968         instead during registration.
14969         (tramp-register-file-name-handlers): Renamed from
14970         `tramp-register-file-name-handler'.  Register both
14971         `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
14972         (tramp-register-completion-file-name-handler): Remove.  (Bug#4260)
14974 2009-08-28  Nick Roberts  <nickrob@snap.net.nz>
14976         * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
14977         Remove variable ...
14978         (gdb-init-1, gdb-display-separate-io-buffer)
14979         (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
14980         references to it.
14981         (gdb-inferior-io-mode): Use make-comint-in-buffer.
14982         (gdb-inferior-filter): Use comint-output-filter to stop
14983         echoing and remove ^M characters.
14985 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14987         * emulation/viper-init.el (viper-restore-cursor-type):
14988         * emulation/cua-base.el (cua--update-indications):
14989         Replace default-cursor-type with (default-value 'cursor-type).
14991         * mail/sendmail.el (mail-recover-1):
14992         * international/mule-diag.el (describe-current-coding-system-briefly)
14993         (describe-current-coding-system):
14994         * international/mule-cmds.el (select-safe-coding-system)
14995         (select-message-coding-system)
14996         (set-language-environment-coding-systems, set-locale-environment):
14997         * hexl.el (hexl-insert-multibyte-char):
14998         * dos-w32.el (find-buffer-file-type-coding-system):
14999         * simple.el (what-cursor-position):
15000         Replace uses of default-buffer-file-coding-system
15001         with (default-value 'buffer-file-coding-system).
15003         * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
15004         Replace uses of default-cursor-in-non-selected-windows
15005         with (default-value 'cursor-in-non-selected-windows).
15006         Use with-current-buffer.
15008         * mail/feedmail.el: Use CL macros.
15009         (feedmail-run-the-queue, feedmail-send-it-immediately):
15010         * dos-w32.el (find-buffer-file-type): Replace uses of
15011         default-buffer-file-type with (default-value 'buffer-file-type).
15013 2009-08-28  Glenn Morris  <rgm@gnu.org>
15015         * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
15016         (diary-show-all-entries, diary-mark-entries, diary-make-entry):
15017         Use default-value of major-mode rather than default-major-mode.
15019 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
15021         * Makefile.in (update-elcfiles): Report left over elc files.
15023         * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
15024         expand-file-name and with-current-buffer.
15025         (mail-get-names, mail-directory): Use with-current-buffer.
15027         * vc.el (vc-read-revision): New function.
15028         (vc-version-diff, vc-merge): Use it.
15030 2009-08-27  Sam Steingold  <sds@gnu.org>
15032         * simple.el (kill-do-not-save-duplicates): New user option.
15033         (kill-new): When it is non-nil, and the new string is the same as
15034         the latest kill, set replace to t to avoid duplicates in kill-ring.
15036 2009-08-27  Julian Scheid  <julians37@gmail.com>  (tiny change)
15038         * net/tramp.el (tramp-handle-process-file): Do not flush all
15039         caches when `process-file-side-effects' is set.
15040         (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
15041         instead of `tramp-find-file-exists-command'.
15042         Unset `process-file-side-effects'.
15044 2009-08-27  Michael Albinus  <michael.albinus@gmx.de>
15046         * net/tramp.el (tramp-methods): New method "rsyncc".
15047         (top): Add completion function for "rsyncc".
15048         (tramp-message-show-message): New defvar.
15049         (tramp-message, tramp-error): Use it.
15050         (tramp-do-copy-or-rename-file-directly): Extend check for direct
15051         remote copying.
15052         (tramp-do-copy-or-rename-file-out-of-band): Handle new
15053         `tramp-methods' entry `copy-env' of "rsyncc".
15054         (tramp-vc-registered-read-file-names): New defconst.
15055         (tramp-vc-registered-file-names): New defvar.
15056         (tramp-handle-vc-registered): Implement optimization strategy.
15057         (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
15058         (tramp-vc-file-name-handler): New defun.
15059         (tramp-get-ls-command, tramp-get-test-command)
15060         (tramp-get-file-exists-command, tramp-get-remote-ln)
15061         (tramp-get-remote-perl, tramp-get-remote-stat)
15062         (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
15064         * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
15065         (tramp-cache-inhibit-cache): Extend doc string.  It allows also
15066         timestamps.
15067         (tramp-get-file-property): Check for timestamps in
15068         `tramp-cache-inhibit-cache'.
15069         (tramp-set-file-property): Write timestamp.
15071 2009-08-27  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15073         * language/japan-util.el (japanese-symbol-table): Add entries for
15074         cp932-2-byte.
15076         * international/characters.el: Add category `j' to cp932-2-byte.
15078 2009-08-27  Kenichi Handa  <handa@m17n.org>
15080         * international/fontset.el (build-default-fontset-data): New macro.
15081         (setup-default-fontset): Use build-default-fontset-data for CJK,
15082         tibetan, ethiopic, and ipa.
15084 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
15086         * cus-start.el (default-major-mode): Customize `major-mode' instead.
15087         (enable-multibyte-characters): Not customizable any more.
15089         * subr.el (default-mode-line-format, default-header-line-format)
15090         (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
15091         (default-direction-reversed, default-truncate-lines)
15092         (default-left-margin, default-tab-width, default-case-fold-search)
15093         (default-left-margin-width, default-right-margin-width)
15094         (default-left-fringe-width, default-right-fringe-width)
15095         (default-fringes-outside-margins, default-scroll-bar-width)
15096         (default-vertical-scroll-bar, default-indicate-empty-lines)
15097         (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
15098         (default-fringe-cursor-alist, default-scroll-up-aggressively)
15099         (default-scroll-down-aggressively, default-fill-column)
15100         (default-cursor-type, default-buffer-file-type)
15101         (default-cursor-in-non-selected-windows)
15102         (default-buffer-file-coding-system, default-major-mode)
15103         (default-enable-multibyte-characters): Mark as obsolete.
15105 2009-08-27  Dan Nicolaescu  <dann@ics.uci.edu>
15107         * vc-dir.el (vc-dir-update): Remove debug helper.
15109         * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
15111 2009-08-26  Sam Steingold  <sds@gnu.org>
15113         * simple.el (save-interprogram-paste-before-kill): New user option.
15114         (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
15115         save the interprogram-paste into kill-ring before overriding it
15116         with the Emacs kill.
15118 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
15120         * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
15121         (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
15122         (vc-default-previous-revision): Rename to vc-rcs-previous-revision
15123         and move to vc-rcs.el.
15124         (vc-default-next-revision): Rename to vc-rcs-next-revision and
15125         move to vc-rcs.el.
15126         (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
15127         (vc-rcs-update-changelog): Remove.
15128         (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
15129         and move to vc-rcs.el.
15131         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
15132         (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
15133         renaming.
15134         (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
15135         (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
15136         vc.el, renamed to be RCS specific.
15138         * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
15139         New functions.
15140         (vc-cvs-update-changelog): Move here from vc.el.
15142         * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
15143         New functions.
15145 2009-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15147         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
15149 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
15151         * vc-git.el (vc-git-register): Use "git add" for directories.
15152         (vc-git-stash, vc-git-stash-show): New functions.
15153         (vc-git-extra-menu-map): Bind them.
15155         * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
15156         directory correctly in case the item is a directory itself.
15158         * vc.el: Document the desired behavior for reverted files in the
15159         `added' state.
15160         (vc-default-prettify-state-info): Remove function, unused.
15162         * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
15164 2009-08-26  Glenn Morris  <rgm@gnu.org>
15166         * bindings.el (standard-mode-line-format): Reposition dashes in
15167         which-func entry.  (Bug#4217)
15169         * files.el (enable-local-variables, enable-local-eval)
15170         (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
15171         the defcustoms.
15172         (auto-mode-alist, ignored-local-variables)
15173         (save-some-buffers-action-alist): Move risky declarations to the
15174         definitions.
15175         (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
15176         (font-lock-defaults, format-alist, imenu--index-alist)
15177         (imenu-generic-expression, input-method-alist, minor-mode-alist)
15178         (mode-line-buffer-identification, mode-line-client, mode-line-modes)
15179         (mode-line-modified, mode-line-mule-info, mode-line-position)
15180         (mode-line-process, mode-line-remote, outline-level)
15181         (parse-time-rules, rmail-output-file-alist)
15182         (special-display-buffer-names, vc-mode):
15183         Move risky declarations to the relevant files.
15184         * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
15185         (mode-line-modified, mode-line-process, mode-line-position)
15186         (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
15187         * font-core.el (font-lock-defaults):
15188         * format.el (format-alist):
15189         * vc-hooks.el (vc-mode):
15190         * window.el (special-display-buffer-names):
15191         * international/mule-cmds.el (input-method-alist):
15192         Define riskiness here (dumped file) rather than in files.el.
15193         * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
15194         * imenu.el (imenu-generic-expression, imenu--index-alist):
15195         * outline.el (outline-level):
15196         * time.el (display-time-string):
15197         * calendar/parse-time.el (parse-time-rules):
15198         * mail/rmailout.el (rmail-output-file-alist):
15199         Autoload riskiness here, rather than placing in files.el.
15201 2009-08-26  Andreas Schwab  <schwab@linux-m68k.org>
15203         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
15205 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
15207         * simple.el (process-file-side-effects): New defvar.
15209         * dired-aux.el (dired-show-file-type):
15210         * vc.el (vc-diff-internal):
15211         * vc-arch.el (vc-arch-diff):
15212         * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
15213         * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
15214         * vc-git.el (vc-git-registered, vc-git-working-revision)
15215         (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
15216         (vc-git--empty-db-p):
15217         * vc-hooks.el (vc-user-login-name):
15218         * vc-svn.el (vc-svn-registered, vc-svn-state)
15219         (vc-svn-dir-extra-headers, vc-svn-find-revision):
15220         * progmodes/grep.el (grep-probe): Let-bind
15221         `process-file-side-effects' with nil.
15223         * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
15225         * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
15226         daemon.  Replace ping by checking for running service for bluez
15227         and zeroconf.  (Bug#4239)
15229 2009-08-25  Kevin Ryde  <user42@zip.com.au>
15231         * net/dig.el (dig): Add autoload cookie.
15233 2009-08-25  Glenn Morris  <rgm@gnu.org>
15235         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
15236         load-history for absolute file-names.
15237         (byte-compile-file-form-require): Warn about use of the cl package.
15239         * format.el (format-alist): Doc fix.
15241         * play/bubbles.el (top-level): Don't require cl at run-time.
15243         * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
15244         run-time cl).
15246 2009-08-24  Dmitry Dzhus  <dima@sphinx.net.ru>
15248         * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
15249         from cl package.
15250         (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
15252 2009-08-24  Jay Belanger  <jay.p.belanger@gmail.com>
15254         * calc/calc-alg.el (math-trig-rewrite)
15255         (math-hyperbolic-trig-rewrite): New functions.
15256         (calc-simplify): Simplify trig functions when asked.
15258 2009-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15260         * diff-mode.el (diff-find-source-location): Avoid goto-line.
15262 2009-08-24  Kenichi Handa  <handa@m17n.org>
15264         * language/ind-util.el (mapthread): Delete it.
15265         (combinatorial): New function.
15266         (indian--puthash-cv): Use combinatorial instead of mapthread.
15268 2009-08-22  Kevin Ryde  <user42@zip.com.au>
15270         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
15271         (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
15272         (checkdoc-symbol-words): Add safe-local-variable for list of strings.
15273         Clarify docstring that the value is strings not symbols.
15274         (checkdoc-list-of-strings-p): New function.
15276 2009-08-22  Glenn Morris  <rgm@gnu.org>
15278         * files.el (auto-mode-alist):
15279         * hippie-exp.el (he-concat-directory-file-name):
15280         * lpr.el (lpr-windows-system, printer-name):
15281         * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
15282         * ps-print.el (ps-windows-system):
15283         * startup.el (command-line):
15284         * emulation/viper-ex.el (viper-glob-function):
15285         * international/mule-cmds.el (set-language-environment-coding-systems):
15286         * net/ange-ftp.el (ange-ftp-write-region):
15287         * obsolete/fast-lock.el (fast-lock-cache-name):
15288         Remove code for defunct system-types emx, macos, mswindows, next-mach,
15289         unisoft-unix, vax-vms, win32, w32.
15291         * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
15292         given name if the pattern is not more specific.
15294         * calendar/lunar.el (lunar-phase-names): New option.
15295         (lunar-phase): Doc fix.
15296         (lunar-cycles-per-year): New constant.
15297         (lunar-index): New function.
15298         (lunar-phase-list, diary-lunar-phases): Use lunar-index.
15299         (lunar-phase-name): Use lunar-phase-names.
15300         (calendar-lunar-phases): Use format.
15301         (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
15303         * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
15304         Copy imenu-example--name-and-position function here for own use.
15305         (cperl-xsub-scan): Use cperl-imenu-name-and-position.
15307         * bs.el (bs--redisplay):
15308         * cus-edit.el (custom-redraw):
15309         * ibuffer.el (ibuffer-bury-buffer):
15310         * server.el (server-goto-line-column):
15311         * startup.el (command-line-1):
15312         * strokes.el (strokes-xpm-for-stroke):
15313         * term.el (term-display-buffer-line):
15314         * view.el (View-goto-line):
15315         * calc/calc.el (calc-do, calc-trail-buffer):
15316         * play/gamegrid.el (gamegrid-add-score-insecure):
15317         * progmodes/ada-mode.el (ada-compile-goto-error):
15318         * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
15319         (ebrowse-select-1st-to-9nth):
15320         * progmodes/cperl-mode.el (cperl-time-fontification):
15321         * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
15322         * progmodes/gud.el (gud-display-line):
15323         (idlwave-shell-display-line):
15324         * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
15325         * progmodes/make-mode.el (makefile-browser-toggle):
15326         (vhdl-speedbar-port-copy, vhdl-compose-components-package):
15327         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
15328         * textmodes/picture.el (picture-draw-rectangle):
15329         * textmodes/reftex-index.el (reftex-index-goto-letter):
15330         (reftex-select-jump-to-previous):
15331         * textmodes/reftex-sel.el (reftex-find-start-point)
15332         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
15333         (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
15334         * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
15335         * textmodes/tex-mode.el (tex-compilation-parse-errors):
15336         * textmodes/two-column.el (2C-associated-buffer):
15337         Use forward-line rather than goto-line.
15339         * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
15340         goto-line.
15342         * international/ucs-normalize.el (nfd, decomposition-translation-alist)
15343         (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
15344         (quick-check-list-to-regexp): Declare.
15346         * progmodes/make-mode.el (makefile-browser-insert-selection):
15347         Use goto-char rather than goto-line.
15349         * progmodes/prolog.el (compilation-error-regexp-alist)
15350         (compilation-forget-errors): Declare.
15352 2009-08-22  Juri Linkov  <juri@jurta.org>
15354         * progmodes/grep.el (lgrep, rgrep): At the beginning
15355         set `dir' to `default-directory' unless `dir' is a non-nil
15356         readable directory.  (Bug#4052)
15357         (lgrep, rgrep): Change a weird way to report an error
15358         from using `read-string' to using `error'.
15359         Instead of using interactive arguments in the function body,
15360         add new argument `confirm'.
15362 2009-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15364         * textmodes/remember.el (remember-buffer):
15365         * progmodes/cperl-mode.el (cperl-vc-header-alist):
15366         * calendar/icalendar.el (icalendar-convert-diary-to-ical)
15367         (icalendar-extract-ical-from-buffer):
15368         * net/newst-treeview.el (newsticker-groups-filename):
15369         * net/newst-backend.el (newsticker-cache-filename):
15370         * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
15371         (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
15372         (speedbar-add-ignored-path-regexp, speedbar-line-path)
15373         (speedbar-buffers-line-path, speedbar-path-line)
15374         (speedbar-buffers-line-path):
15375         * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
15376         (epg-sign-keys):
15377         * epa.el (epa-display-verify-result):
15378         * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
15380 2009-08-21  Glenn Morris  <rgm@gnu.org>
15382         * progmodes/js.el (inferior-moz-process): Fix declaration.
15384         * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
15386         * obsolete/rnewspost.el (news-mail-reply):
15387         Use goto-char rather than goto-line.
15389         * term/ns-win.el (ns-open-file-select-line):
15390         Use line-beginning-position rather than goto-line.
15392         * apropos.el (apropos-command):
15393         * ehelp.el (electric-helpify):
15394         * printing.el (pr-show-setup):
15395         * strokes.el (strokes-help):
15396         * tutorial.el (tutorial--describe-nonstandard-key)
15397         (tutorial--detailed-help):
15398         * woman.el (woman-mini-help, woman-display-extended-fonts):
15399         * calc/calc-help.el (calc-describe-key):
15400         * emulation/edt.el (edt-electric-helpify):
15401         * international/mule-diag.el (mule-diag):
15402         * play/yow.el (apropos-zippy):
15403         * progmodes/python.el (python-describe-symbol):
15404         * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
15405         * textmodes/table.el (*table--cell-describe-mode)
15406         (*table--cell-describe-bindings):
15407         Use help-print-return-message rather than the now obsolete alias.
15409         * calendar/cal-move.el (calendar-cursor-to-nearest-date)
15410         (calendar-cursor-to-visible-date):
15411         * play/5x5.el (5x5-position-cursor):
15412         * play/decipher.el (decipher):
15413         * play/gomoku.el (gomoku-goto-xy):
15414         * play/landmark.el (lm-goto-xy):
15415         * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
15416         (mpuz-paint-digit):
15417         Use forward-line, not goto-line.
15419         * mail/rmail.el (rmail-obsolete): Delete custom group.
15420         (rmail-pop-password, rmail-pop-password-required): Make into aliases.
15421         (rmail-remote-password, rmail-remote-password-required):
15422         Remove unneeded :set-after and :set properties.
15424 2009-08-21  Michael Albinus  <michael.albinus@gmx.de>
15426         * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
15428 2009-08-21  Dan Nicolaescu  <dann@ics.uci.edu>
15430         * loadup.el: Remove leftover macos code.
15432         * vc-git.el (vc-git-annotate-command): Run asynchronously.
15433         Explicitly pass the date format to git blame so that user local
15434         so that the output format can be parsed.
15436 2009-08-20  Michael Albinus  <michael.albinus@gmx.de>
15438         * net/dbus.el (top): Don't check for (getenv
15439         "DBUS_SESSION_BUS_ADDRESS").  It's done in dbusbind.c now.
15441 2009-08-19  Magnus Henoch  <magnus.henoch@gmail.com>
15443         * log-edit.el (log-edit-strip-single-file-name): New var.
15444         (log-edit-insert-changelog): Use it.  Bug#3571
15446 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
15448         * subr.el (read-passwd): Use read-key so keypad keys work as well.
15449         Bug#3287
15451         * help.el (help-print-return-message): Rename from
15452         print-help-return-message.
15454         * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
15455         cvs-mode-map parent hack.
15456         (log-view-mode): Derive from special-mode.
15458         * linum.el (linum-mode): window-size-change-functions is redundant.
15459         Adapt to new window-configuration-change-hook behavior.
15460         (linum-after-size, linum-after-config): Remove.
15462         * imenu.el (imenu-example--name-and-position)
15463         (imenu-example--lisp-extract-index-name)
15464         (imenu-example--create-lisp-index, imenu-example--create-c-index):
15465         Mark as obsolete.
15467         * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
15468         (inferior-prolog-mode): Use it.
15469         (inferior-prolog-load-file): Reset list of errors.
15471 2009-08-19  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15473         * language/tibetan.el ("Tibetan"): Fix sample-text entry.
15475         * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
15477 2009-08-19  Michael Albinus  <michael.albinus@gmx.de>
15479         * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
15480         is running already.
15482 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
15484         * subr.el (listify-key-sequence-1): Use normal syntax since those
15485         integers are nowadays always represented by the same (positive) number
15486         on all platforms.
15487         (read-key-empty-map): New const.
15488         (read-key-delay): New var.
15489         (read-key): New function.
15490         (force-mode-line-update): Use with-current-buffer.
15491         (locate-user-emacs-file): Don't forget to abbreviate the file name.
15492         (start-process-shell-command, start-file-process-shell-command):
15493         Discourage the use of command-args.
15495 2009-08-19  Glenn Morris  <rgm@gnu.org>
15497         * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
15499 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
15501         * simple.el (choose-completion-string): Don't rely on
15502         minibuffer-completing-file-name and ad-hoc checks to decide whether
15503         to continue completion or not.
15505         * minibuffer.el (minibuffer-hide-completions): New function.
15506         (completion--do-completion): Use it.
15507         (completions-annotations): New face.
15508         (completion--insert-strings): Use it.
15509         (completion-pcm--delim-wild-regex): Add docstring.
15510         (completion-pcm--string->pattern): Add support for 0-width delimiters
15511         in completion-pcm--delim-wild-regex.
15513 2009-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
15515         * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
15516         Remove unused var `buffer-modified-p'.
15518         * minibuffer.el (completion--do-completion): Move point for the #b001
15519         case as well (bug#4176).
15520         (minibuffer-complete, minibuffer-complete-word): Don't move point.
15522 2009-08-18  Michael Albinus  <michael.albinus@gmx.de>
15524         * net/dbus.el (dbus-init-bus): Declare.  Apply it for the :system
15525         and :session buses.
15527 2009-08-18  Kenichi Handa  <handa@m17n.org>
15529         * international/ucs-normalize.el (ucs-normalize-version):
15530         Change to 1.1.
15531         (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
15532         (utf-8-hfs): Make it perform normalization on encoding too.
15534         * textmodes/paragraphs.el: Change to utf-8.  Adjust coding cookie.
15535         (sentence-end-without-space): Delete duplicated chars.
15536         (sentence-end-base): Likewise.
15538         * textmodes/sgml-mode.el: Change to utf-8.  Adjust coding cookie.
15539         (html-mode): Delete duplicated chars from sentence-end-base.
15541         * textmodes/texinfo.el: Change to utf-8.  Adjust coding cookie.
15542         (texinfo-mode): Delete duplicated chars from sentence-end-base.
15544 2009-08-17  Chong Yidong  <cyd@stupidchicken.com>
15546         * files.el (hack-one-local-variable): If the mode function is for
15547         a minor mode, pass it an argument (Bug#4148).
15549 2009-08-17  Michael Albinus  <michael.albinus@gmx.de>
15551         * net/tramp.el (tramp-register-completion-file-name-handler):
15552         Check also for (member 'partial-completion completion-styles).
15554 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
15556         * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
15557         abbrev (Bug#3943).
15559 2009-08-16  Ilya Zakharevich  <ilyaz@cpan.org>
15561         * progmodes/cperl-mode.el: Merge upstream 6.2.
15562         (cperl-mode-syntax-table): Modify syntax entry for ["'`].
15563         (cperl-forward-re): Check cperl-brace-recursing.
15564         (cperl-highlight-charclass): New function.
15565         (cperl-find-pods-heres): Use it.
15566         (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
15567         (cperl-beautify-regexp-piece): Fix column calculation.
15568         (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
15569         (cperl-beautify-level): Don't process entire regexp.
15570         (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
15571         calling man.
15572         (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
15573         (cperl-init-faces): Build a list in the normal way.
15575 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
15577         * calendar/parse-time.el (parse-time-string-chars): Save match
15578         data.
15580 2009-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
15582         * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
15583         (sql-product): Use it.
15584         (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
15585         (sql-set-product): Add completion.
15586         (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
15587         (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
15588         (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
15589         (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
15590         (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
15591         (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
15592         (sql-highlight-db2-keywords): Remove.
15593         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
15594         (sql-highlight-product): Use derived-mode-p.
15595         (sql-set-sqli-buffer): Use with-current-buffer.
15596         (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
15597         Simplify.
15599         * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
15601         * term.el: Fix commenting convention, turn comments into docstrings.
15603 2009-08-16  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
15605         * whitespace.el (whitespace-style): Doc fix (Bug#3661).
15607 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
15609         * calendar/parse-time.el (parse-time-string-chars): Compute using
15610         character classes, to handle non-ascii characters (Bug#3190).
15612 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
15614         * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
15615         another heredoc if the user adds another < (Bug#3226).
15617         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
15618         Don't initialize based on window-system (Bug#4124).
15620         * facemenu.el (facemenu-read-color): Use a completion function
15621         that accepts any defined color, such as RGB triplets (Bug#3677).
15623         * files.el (get-free-disk-space): Change fallback default
15624         directory to /.  Expand DIR argument before switching to fallback.
15625         Suggested by Kevin Ryde (Bug#2631, Bug#3911).
15627 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
15629         * files.el (load-library): Doc fix.
15631 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
15633         * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
15634         (viper-if-string): Redefine C-s in the minibuffer to insert the last
15635         incremental search string.
15637         * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
15638         XEmacs.
15640         * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
15641         (ediff-merge-region-is-non-clash)
15642         (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
15643         Also check if the job is really a merge job.
15645         * ediff.el (ediff-current-file): New function.
15647 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
15649         * progmodes/js.el: Edit docstrings throughout to follow Emacs
15650         conventions.
15651         (js-insert-and-indent): Delete function.
15652         (js-mode-map): Don't bind keys to js-insert-and-indent.
15653         (js-beginning-of-defun): Rename from js--beginning-of-defun.
15654         (js-end-of-defun): Rename from js--end-of-defun.
15655         (js-auto-indent-flag): Delete variable.
15657 2009-08-14  Chong Yidong  <cyd@stupidchicken.com>
15659         * progmodes/js.el: Remove proclaim statement.
15660         Defvar which-func-imenu-joiner-function to silence compiler.
15662         * files.el (auto-mode-alist): Use js-mode for .js files.
15664         * progmodes/js2-mode.el: Remove file.
15666         * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
15668         * speedbar.el (speedbar-supported-extension-expressions): Add .js.
15670         * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
15672 2009-08-14  Daniel Colascione  <dan.colascione@gmail.com>
15673             Karl Landstrom  <karl.landstrom@brgeight.se>
15675         * progmodes/js.el: New file.
15677 2009-08-14  Mark A. Hershberger  <mah@everybody.org>
15679         * timezone.el (timezone-parse-date): Add ability to understand ISO
15680         basic format (minimal separators) dates in addition to the
15681         already-supported extended format dates.
15683 2009-08-14  Eli Zaretskii  <eliz@gnu.org>
15685         * international/ucs-normalize.el: Add a `coding' file variable.
15687         * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
15689 2009-08-14  Sam Steingold  <sds@gnu.org>
15691         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
15693 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
15695         * faces.el (help-argument-name): Define it here instead of
15696         help-fns.el, because in daemon mode help-fns.el may be loaded when
15697         faces are still uninitialized (Bug#1078).
15699         * help-fns.el (help-argument-name): Move defface to faces.el.
15701 2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
15703         * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
15704         create buffer with a pty but no process so that GDB can make the
15705         inferior the controlling process.
15707 2009-08-13  Taichi Kawabata  <kawabata.taichi@gmail.com>
15709         * international/ucs-normalize.el: New file.
15711 2009-08-13  Richard Stallman  <rms@gnu.org>
15713         * mail/rmail.el (rmail-get-attr-names):
15714         Accept an attribute header that is too short.
15716         * mail/rmail.el (rmail-forget-messages):
15717         Ignore nil elt in rmail-message-vector.  Use dotimes.
15719         * progmodes/compile.el (compilation-goto-locus):
15720         Use next-error-move-function.
15722         * simple.el (next-error-move-function): New variable.
15724 2009-08-12  Juri Linkov  <juri@jurta.org>
15726         * progmodes/grep.el (lgrep): Ensure that `default-directory' is
15727         always non-nil.  (Bug#4052)
15729         * replace.el (read-regexp): Return empty string when
15730         `default-value' is nil.
15731         (keep-lines-read-args): Don't use empty string as the
15732         default value for `read-regexp'.  (Bug#2495)
15734 2009-08-12  Juri Linkov  <juri@jurta.org>
15736         * international/mule-cmds.el (ucs-insert): Change arguments
15737         from `arg' to `character', `count', `inherit' to be the same
15738         as in `insert-char'.  Doc fix.  (Bug#4039)
15740         * international/mule-conf.el (utf-16be-with-signature): Doc fix.
15742 2009-08-12  Juri Linkov  <juri@jurta.org>
15744         * files-x.el: New file.
15746         * files.el: Move code that deals with adding/deleting
15747         file/directory-local variables to files-x.el.
15749         * Makefile.in (ELCFILES): Add files-x.elc.
15751 2009-08-11  Dmitry Dzhus  <dima@sphinx.net.ru>
15753         * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
15754         to use `goto-line'.
15755         (gdb-place-breakpoints, gdb-get-location): Rewritten without
15756         `goto-line'.
15757         (gdb-invalidate-disassembly): Do not refresh upon receiving
15758         'update signal.  Instead, update all disassembly buffers only after
15759         threads list.
15760         (gdb): Send -target-detach when buffer is killed (Bug#3794).
15761         (gdb-starting): Moved -data-list-register-names...
15762         (gdb-stopped): ...here so it's sent when first thread stops.
15763         (gdb-registers-handler-custom): Do nothing if register names are
15764         unknown yet.
15766         * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
15767         from `gdb-mi.el' to avoid extra tangling.
15769         * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
15770         change which breaks `gud-def' definitions used in `gdb'.
15771         (gdb-update-gud-running): No extra fuss for updating frame number.
15773 2009-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15775         * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
15776         (describe-language-environment-map, setup-language-environment-map)
15777         (set-coding-system-map): Move initialization into declaration.
15778         (set-language-info-alist): Last arg to define-key-after can be skipped.
15780         * international/quail.el (quail-completion-1): Simplify.
15781         (quail-define-rules): Use slightly more compact code.
15782         (quail-insert-decode-map): Propertize keys, compact columns.
15784         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
15785         Add goto-line.
15787 2009-08-10  Miles Bader  <miles@gnu.org>
15789         * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
15790         (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
15791         (js2-instance-member, js2-private-member, js2-private-function-call)
15792         (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
15793         (js2-magic-paren, js2-external-variable):
15794         Remove "-face" suffix from face names.
15795         (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
15796         (js2-highlight-undeclared-vars, js2-peek-token)
15797         (js2-parse-function-params, js2-mode-show-errors)
15798         (js2-mode-show-warnings, js2-make-magic-delimiter)
15799         (js2-mode-highlight-magic-parens): Update to use new face names.
15801 2009-08-09  Michael Albinus  <michael.albinus@gmx.de>
15803         * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
15804         (tramp-handle-insert-directory): Handle "--dired".  (Bug#4075)
15806 2009-08-09  Chong Yidong  <cyd@stupidchicken.com>
15808         * subr.el: Provide hashtable-print-readable.
15810         * progmodes/hideshow.el (hs-special-modes-alist): Don't use
15811         hs-c-like-adjust-block-beginning.
15812         (hs-hide-block-at-point): Stop hiding at the beginning of
15813         hs-block-end-regexp (Bug#700).
15815 2009-08-09  Dmitry Dzhus  <dima@sphinx.net.ru>
15817         * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
15818         a macro.
15819         (gdb-registers-handler-custom): Do not fail when register names
15820         are unavailable.
15822 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
15824         * progmodes/gdb-mi.el (gdb-control-all-threads)
15825         (gdb-control-current-thread): Interactive setters for
15826         `gdb-gud-control-all-threads' to use in menu.
15827         (gdb-show-run-p): Show «Go» when process is not active.
15828         (gud-tool-bar-map): Add non-stop/A,T indicator.  Uses
15829         gud/thread.xpm and gud/all.xpm.
15831 2009-08-08  Yoni Rabkin  <yoni@rabkins.net>
15833         * net/net-utils.el (net-utils-font-lock-keywords): New var.
15834         (nslookup-font-lock-keywords): Make it a variable.
15835         (net-utils-mode): New mode for viewing diagnostic network output.
15836         (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
15837         (net-utils-run-simple): New function.
15838         (ifconfig, iwconfig, netstat, arp, route): Use it.
15840 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
15842         * progmodes/gdb-mi.el (gdb-read-memory-custom)
15843         (gdb-memory-set-address, def-gdb-set-positive-number)
15844         (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
15845         after changing settings.
15846         (gdb-invalidate-disassembly): Update when first shown.
15847         (gdb-edit-locals-value): Fixed.
15848         (gdb-registers-handler-custom): Print registers in right order and
15849         allow changing register values (only for current thread yet).
15850         (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
15851         (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
15852         (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
15853         (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
15854         info in mode name.
15855         (gdb-registers-mode-map): TAB to switch to locals.
15857 2009-08-08  Eli Zaretskii  <eliz@gnu.org>
15859         * mail/rmail.el (rmail-add-mbox-headers)
15860         (rmail-set-message-counters-counter): Search for
15861         rmail-unix-mail-delimiter instead of just "From ".  (Bug#4076)
15863 2009-08-08  Glenn Morris  <rgm@gnu.org>
15865         * Makefile.in (ELCFILES): Update.
15867 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
15869         * mail/sendmail.el (mail-yank-original): Set
15870         buffer-file-coding-system from the one used by the message whose
15871         text is yanked.
15873         * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
15874         to "windows" when "pgnuplot" is used.
15875         (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
15876         call accept-process-output if "pgnuplot" is used.
15877         (calc-graph-init): Don't send -display and -geometry to
15878         "pgnuplot".  If "pgnuplot" is used, glean gnuplot version by
15879         running "pgnuplot -V" with shell-command-to-string.
15881         * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
15882         the default.
15884 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
15886         * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
15887         org/org-latex.elc.
15889 2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
15891         * vc-dispatcher.el (vc-resynch-window): Update comment.
15893         * term.el (term-handle-ansi-escape): Add comments with the
15894         terminfo capabilities implemented.
15896 2009-08-06  Dmitry Dzhus  <dima@sphinx.net.ru>
15898         * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
15899         (gdb-var-create-handler): Rewritten using JSON parser.
15900         (gdb-propertize-header): Moved earlier.
15901         (gdb-set-header): Removed to avoid duplication.
15902         (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
15903         Refresh disassembly buffers only after threads list have been
15904         update.
15905         (gdb-threads-header, gdb-registers-header): Per-buffer header line
15906         variables.
15908 2009-08-04  Juri Linkov  <juri@jurta.org>
15910         * files.el: Commands to add/delete file/directory-local variables.
15911         (read-file-local-variable, read-file-local-variable-value)
15912         (read-file-local-variable-mode, modify-file-local-variable)
15913         (modify-file-local-variable-prop-line)
15914         (modify-dir-local-variable): New functions.
15915         (add-file-local-variable, delete-file-local-variable)
15916         (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
15917         (add-dir-local-variable, delete-dir-local-variable)
15918         (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
15919         (copy-dir-locals-to-file-locals-prop-line): New commands.
15921 2009-08-04  Chong Yidong  <cyd@stupidchicken.com>
15923         * abbrev.el (insert-abbrev-table-description): Prettify output.
15924         Suggested by Karl Chen.
15926 2009-08-04  Dmitry Dzhus  <dima@sphinx.net.ru>
15928         * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
15929         (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
15930         (gdb-overlay-arrow-position, gdb-thread-position)
15931         (gdb-disassembly-position): Declare variables.
15932         (gdb-wait-for-pending): Function now.
15933         (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
15934         (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
15935         compilation goes smoothly.
15936         (gdb, gdb-non-stop, gdb-buffers): New customization groups.
15937         (gdb-non-stop-setting): New customization setting which replaces
15938         `gdb-non-stop' so changing it doesn't break active GDB session.
15939         (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
15940         (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
15941         (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
15942         (gdb-show-threads-by-default): New customization options.
15943         (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
15944         routines.
15945         (gdb-get-buffer-create): Send buffers update signal when they are
15946         created.
15947         (gdb-invalidate-locals, gdb-invalidate-registers)
15948         (gdb-invalidate-breakpoints)
15949         (gdb-invalidate-threads, gdb-invalidate-disassembly)
15950         (gdb-invalidate-memory): Accept update signal.
15951         (gdb-current-context-command): Use --frame option.
15952         (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
15953         Implement `gdb-frame-number' selection logic.
15954         (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
15955         whether to show GUD toolbar buttons.
15956         (gdb-thread-exited): Unselect current thread when it exits.
15957         (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
15958         (gdb-mark-line): Routine which sets overlay arrow or inverses
15959         video on fringeless displays.
15960         (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
15961         to build aligned columns of data in GDB buffers and set text
15962         properties line-by-line.
15963         (gdb-invalidate-breakpoints)
15964         (gdb-breakpoints-list-handler-custom)
15965         (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
15966         (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
15967         (gdb-registers-handler-custom): Align data columns.
15968         (gdb-locals-handler-custom): Now prints data like in variable
15969         declarations.
15970         (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
15971         Removed confusing buttons.
15972         (gdb-invalidate-threads): Append --frame.
15973         (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
15974         between breakpoints/threads buffers.
15975         (gdb-set-window-buffer): Now can ignore dedicated windows.
15976         (gdb-propertize-header): Use `gdb-set-window-buffer'.
15977         (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
15978         (def-gdb-thread-buffer-gud-command): Replaces
15979         `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
15980         for fine thread control.
15981         (gdb-preempt-existing-or-display-buffer): New function used to
15982         display bound buffers without breaking window layout.
15983         (gdb-frame-location): Replaces `gdb-insert-frame-location'.
15984         (gdb-select-frame): New version of `gdb-frames-select' which now
15985         sets `gdb-frame-number' so commands may use --frame option instead
15986         of inner debugger state.
15987         (gdb-frame-handler): Do not set `gdb-frame-number'.
15988         (gdb-threads-mode-map): Select threads with mouse.
15990         * progmodes/gud.el (gdb-gud-context-call): Declare function to
15991         avoid compilation warning.
15992         (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
15993         `gdb-show-stop-p`.
15995         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
15996         Argument `key' renamed to `buffer-type'.
15997         (gdb-current-context-buffer-name): Do not add thread info to
15998         buffer name when no thread is selected.
15999         (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
16000         command (bug 3794).
16001         (gdb-thread-selected): Handle `=thread-selected' notification.
16002         (gdb-wait-for-pending): New macro to deal with congestion problems.
16003         (gdb-breakpoints-list-handler-custom): Don't fail on pending
16004         breakpoints.
16005         (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
16006         This fixes problem similar to one described in bug 3947.
16007         (gud-menu-map): More menu items.
16008         (gdb-init-1): Reset `gdb-thread-number' to nil.
16010         * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
16011         non-stop settings.
16013         * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
16014         (gdb-current-context-command): Do not append --thread if
16015         `gdb-thread-number' is nil.
16016         (gdb-running-threads-count, gdb-stopped-threads-count): New
16017         variables.
16018         (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
16019         (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
16020         customization options.
16021         (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
16022         GUD commands.
16023         (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
16024         (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
16025         (gdb-setq-thread-number, gdb-update-gud-running): New functions to
16026         set `gdb-thread-number' and update `gud-running' properly.
16027         (gdb-running): Update threads list when new threads appear.
16028         (gdb-stopped): Support non-stop operation and new thread switching
16029         logic.
16030         (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
16031         (gdb-json-partial-output): New set of JSON routines.
16032         (def-gdb-auto-update-trigger): New `signal-list' optional
16033         argument.
16034         (gdb-thread-list-handler-custom): Update `gud-running',
16035         `gdb-stopped-threads-count' and `gdb-running-threads-count'.
16036         (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
16037         (gdb-continue-thread, gdb-step-thread): New commands for fine
16038         thread execution control.
16039         (gud-menu-map): New menu items to switch non-stop options.
16040         (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
16041         (gdb-send): Mimic RET properly (bug 3794).
16043         * progmodes/gdb-mi.el (gdb-rules-name-maker)
16044         (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
16045         gdb-buffer-rules.
16046         (def-gdb-auto-update-handler): New nopreserve optional argument.
16047         (gdb-stack-list-frames-custom): Print stack from top to bottom.
16049         * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
16050         (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
16051         (gdb-parent-mode): New mode to derive other GDB modes from.
16052         (gdb-display-disassembly-for-thread)
16053         (gdb-frame-disassembly-for-thread): New commands for threads
16054         buffer.
16056         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
16057         (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
16058         (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
16059         (gdb-update): We now store all GDB buffers in a list so that they
16060         can be updated by traversing a list instead of calling invalidate
16061         triggers explicitly.
16062         (def-gdb-trigger-and-handler): New macro to define trigger-handler
16063         pair for GDB buffer.
16064         (gdb-stack-buffer-name): Add thread information.
16065         (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
16066         handle pending triggers.
16067         (gdb-threads-mode-map, def-gdb-thread-buffer-command)
16068         (def-gdb-thread-buffer-simple-command)
16069         (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
16070         (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
16071         (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
16072         New commands which show buffers bound to thread.
16073         (gdb-stack-list-locals-regexp): Removed unused regexp.
16075         * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
16076         (gdb-locals-buffer-name, gdb-registers-buffer-name)
16077         (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
16078         to (gud-comint-buffer) in *-buffer-name functions
16079         because (gdb-get-target-string) already does that.
16080         (gdb-locals-handler-custom, gdb-registers-handler-custom)
16081         (gdb-changed-registers-handler): Rewritten without regexps.
16083         * progmodes/gdb-mi.el: Basic thread selection support.
16084         (gdb-thread-number): New variable.
16085         (gdb-current-context-command): New macro which adds --thread
16086         option to command.
16087         (gdb-threads-mode-map): Select thread with SPC.
16088         (gdb-thread-list-handler-custom): Mark current thread with overlay
16089         arrow.  Synchronize GDB thread and Emacs thread.
16090         (gdb-select-thread): New command which selects current thread.
16091         (gdb-invalidate-frames, gdb-invalidate-locals)
16092         (gdb-invalidate-registers): Use --thread option.
16094 2009-08-04  Michael Albinus  <michael.albinus@gmx.de>
16096         * net/tramp.el (top): Make check for tramp-gvfs loading more
16097         robust.  (Bug#3977)
16098         (tramp-handle-insert-file-contents): `unwind-protect' must be
16099         inside `with-parsed-tramp-file-name'.
16101         * net/tramp-gvfs.el (top): Remove superfluous message when loading
16102         fails.
16104 2009-08-03  Nick Roberts  <nickrob@snap.net.nz>
16106         * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
16107         directory if CLASSPATH is not set.
16109 2009-08-03  Michael Albinus  <michael.albinus@gmx.de>
16111         * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
16112         New defconst.
16113         (tramp-rfn-eshadow-update-overlay): Use it.  (Bug#4004)
16115 2009-08-02  Kevin Ryde  <user42@zip.com.au>
16117         * net/newst-backend.el (newsticker--raw-url-list-defaults):
16118         Update freshmeat link.  Delete newsforge.com as it seems gone.
16120 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
16122         * select.el (x-set-selection): Doc fix (Bug#4021).
16124         * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
16126         * help-fns.el (describe-variable): Treat list return values from
16127         dir-locals-find-file properly (Bug#4005).
16129 2009-08-02  Julian Scheid  <julians37@googlemail.com>  (tiny change)
16131         * net/tramp.el (tramp-debug-message): Print also microseconds.
16133 2009-08-02  Michael Albinus  <michael.albinus@gmx.de>
16135         * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
16136         or END is non-nil.
16137         (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
16138         (tramp-get-debug-buffer): Change `outline-regexp' according to new
16139         format.
16141         * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
16142         (tramp-get-file-property): Use it.
16144         * autorevert.el (auto-revert-handler): Allow
16145         `auto-revert-tail-mode' for remote files.
16147 2009-08-02  Jason Rumney  <jasonr@gnu.org>
16149         * minibuffer.el (read-file-name): Treat confirm options to
16150         MUSTMATCH as nil when invoking x-file-dialog.  (Bug#3969)
16152 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
16154         * font-lock.el (font-lock-string-face, font-lock-builtin-face)
16155         (font-lock-variable-name-face, font-lock-constant-face): Darken
16156         the colors for light backgrounds.
16158 2009-08-01  Eli Zaretskii  <eliz@gnu.org>
16160         * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
16161         month names.  (Bug#3987)
16163 2009-07-31  Chong Yidong  <cyd@stupidchicken.com>
16165         * simple.el (line-move-finish): Pass whole number to
16166         line-move-to-column.
16167         (line-move-visual): Perform hscroll to the recorded position.
16169 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
16171         * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
16173 2009-07-29  Alan Mackenzie  <acm@muc.de>
16175         * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
16177 2009-07-29  Dmitry Dzhus  <dima@sphinx.net.ru>
16179         * progmodes/gdb-mi.el (gdb-goto-breakpoint)
16180         (gdb-place-breakpoints): Use full path when setting breakpoints.
16182 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
16184         * calc/calc.el (calc-mode-map): Add keybinding for
16185         `calc-transpose-lines'.
16187 2009-07-29  Vincent Belaïche  <vincent.belaiche@gmail.com>
16189         * calc/calc-misc.el (calc-transpose-lines): New function.
16191 2009-07-28  Michael Albinus  <michael.albinus@gmx.de>
16193         * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
16194         Simplify check for out-of-band methods.
16195         (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
16196         remote.  Remove messages which are in `tramp-do-copy-or-rename-file'.
16198 2009-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
16200         * vc-git.el (vc-git-checkin): Fix typo.
16202 2009-07-28  Steve Yegge  <steve.yegge@gmail.com>
16204         * progmodes/js2-mode.el: New file.
16206 2009-07-28  Nick Roberts  <nickrob@snap.net.nz>
16208         * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
16209         (gud-menu-map): Adjust tooltip accordingly.
16211 2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
16213         * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
16214         (vc-bzr-log-view-mode): Adjust log-view-file-re.
16216         * add-log.el (change-log-mode-map): Add a menu.
16218 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
16220         * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
16221         function returns nil.
16222         (dbus-handle-event): Handle special return value :ignore.
16223         Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
16225 2009-07-26  Chong Yidong  <cyd@stupidchicken.com>
16227         * view.el (view-mode-enable): Don't define Helper-return-blurb if
16228         it's not needed.
16230 2009-07-25  Eli Zaretskii  <eliz@gnu.org>
16232         Fix Bug#3888:
16234         * w32-vars.el (x-select-enable-clipboard): Doc fix.
16236         * term/pc-win.el (x-display-name, x-colors)
16237         (x-select-enable-clipboard, x-select-text): Doc fix.
16239         * term/common-win.el (x-display-name, x-colors): Doc fix.
16241         * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
16242         (xw-defined-colors): Doc fix.
16244         * w32-fns.el (x-select-text, x-setup-function-keys)
16245         (x-get-selection, x-set-selection): Doc fix.
16247         * term/x-win.el (x-select-text, x-setup-function-keys)
16248         (x-select-enable-clipboard, xw-defined-colors): Doc fix.
16250         * select.el (x-set-selection): Doc fix.
16252 2009-07-25  Michael Albinus  <michael.albinus@gmx.de>
16254         * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
16255         instead of "IsNSSSupportAvailable".  Avahi ought to work also when
16256         "IsNSSSupportAvailable" method is not available.  Reported by
16257         Steve Youngs <steve@sxemacs.org>.
16259 2009-07-24  Kenichi Handa  <handa@m17n.org>
16261         * international/characters.el: Fix setting of category ?C, ?|, ?K,
16262         and ?H.  Fix setting of case for Latin Extended and Greek Extended.
16263         (build-unicode-category-table): Fix range checks.
16265 2009-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
16267         * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
16268         the buffer we try to sync is current when calling
16269         vc-resynch-buffer.
16271         * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
16272         not show up to date files.
16274 2009-07-24  Glenn Morris  <rgm@gnu.org>
16276         * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
16277         Add autoload cookies.  If necessary, initialize.
16278         (elint-log): Handle non-file buffers.
16279         (elint-initialize): Add optional argument to reinitialize.
16280         (elint-find-builtin-variables): Save excursion.
16282 2009-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
16284         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
16285         for Lint.
16287 2009-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
16289         * vc.el (vc-print-log-internal): New function, split out from ...
16290         (vc-print-log): ... here.
16291         (vc-dir-move-to-goal-column): Declare.
16293         * vc-git.el (vc-git-add-signoff): New variable.
16294         (vc-git-checkin): Use it.
16295         (vc-git-toggle-signoff): New function.
16296         (vc-git-extra-menu-map): Bind it to menu.
16297         (vc-git--run-command-string): Accept a nil FILE argument.
16298         (vc-git-stash-list): New function.
16299         (vc-git-dir-extra-headers): Use it.
16301 2009-07-23  Glenn Morris  <rgm@gnu.org>
16303         * help-fns.el (describe-variable): Describe ignored and risky local
16304         variables in a similar way to that in which we describe safe ones.
16306         * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
16307         (byte-compile-output-file-form, byte-compile-output-docform)
16308         (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
16309         Give some more local variables with common names a "bytecomp-" prefix,
16310         so as not to shadow things during compilation.
16311         * emacs-lisp/cl-macs.el (load-time-value)
16312         * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
16313         `outbuffer' to `bytecomp-outbuffer'.
16315         * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
16316         since the next two variables cover them automatically now.
16317         (elint-builtin-variables, elint-autoloaded-variables): New.
16318         (elint-unknown-builtin-args): Remove all members, since they can be
16319         parsed automatically now.
16320         (elint-extra-errors): New.
16321         (elint-env-add-env, elint-env-add-macro): Use cadr.
16322         (elint-current-buffer): Use or.  Change final message.
16323         (elint-get-top-forms): Use line-end-position.
16324         (elint-init-env): Use cadr.  Handle autoload, declare-function,
16325         and defalias.
16326         (elint-add-required-env): Doc fix.  Use or.  Standardize error.
16327         (regexp-assoc): Remove unused function.
16328         (elint-top-form): Set elint-current-pos, to record the start of the
16329         top-level form, for compilation-mode.
16330         (elint-form): Trap errors in macro expansion.  Use dolist.
16331         (elint-unbound-variable): Use elint-builtin-variables and
16332         elint-autoloaded-variables.
16333         (elint-get-args): Use cadr, or.
16334         (elint-check-cond-form): Use dolist, cadr.
16335         (elint-check-condition-case-form): Doc fix.  Use cadr.
16336         Use elint-extra-errors.
16337         (elint-log): New function.
16338         (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
16339         Distinguish errors and warnings.
16340         (elint-log-message): Use with-current-buffer.  Inhibit read-only.
16341         Use a bytecomp-style format.
16342         (elint-clear-log): Preserve default-directory.  Inhibit read-only.
16343         (elint-get-log-buffer): Use compilation mode.  Disable undo.
16344         Don't truncate lines.
16345         (elint-initialize): Set builtin and autoloaded variable lists.
16346         Only process elint-unknown-builtin-args if non-nil.
16347         (elint-find-builtin-variables, elint-find-autoloaded-variables):
16348         New functions.
16349         (elint-find-builtin-args): Doc fix.  Handle "BODY...)".
16351 2009-07-22  Kevin Ryde  <user42@zip.com.au>
16353         * net/newst-backend.el (newsticker--parse-atom-1.0)
16354         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
16355         (newsticker--parse-rss-1.0):
16356         * progmodes/idlwave.el (idlwave-mode):
16357         * progmodes/idlw-shell.el (idlwave-shell-mode):
16358         * progmodes/vera-mode.el (vera-mode):
16359         * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
16360         * progmodes/vhdl-mode.el (vhdl-mode):
16361         * textmodes/table.el (table-generate-source)
16362         (table--warn-incompatibility):
16363         Hyperlink urls in docstrings with URL `...'.
16365 2009-07-22  Glenn Morris  <rgm@gnu.org>
16367         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
16368         * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
16369         * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
16370         Remove leading * from defcustom docs.
16372         * simple.el (blink-matching-paren-distance): Bump to 100k.  (Bug#3889)
16374         * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
16375         defcustom doc.
16376         (list-load-path-shadows): Optionally, just return shadows as a string.
16378         * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
16380 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
16382         * mail/rmailedit.el (rmail-edit-mode): Use
16383         auto-save-include-big-deletions.
16385         * mail/rmail.el (rmail-variables): Use
16386         auto-save-include-big-deletions.
16388         * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
16389         changes.
16391 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
16393         * calc/calc.el (calc-undo-length): New variable.
16394         (calc-quit): Truncate rather than eliminate `calc-undo-list'.
16396 2009-07-21  Richard Stallman  <rms@gnu.org>
16398         * files.el (auto-save-mode): Handle buffer-save-size = -2
16399         for toggling mode.
16401 2009-07-21  Glenn Morris  <rgm@gnu.org>
16403         * textmodes/ispell.el (ispell-looking-back): Update declaration.
16405         * calendar/todo-mode.el (calendar-current-date): Update declaration.
16407         * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
16408         silence compiler.  Instead...
16409         (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
16410         (ps-print-ensure-fontified): Update for above function name changes.
16412         * printing.el (pr-mh-get-msg-num, pr-mh-show)
16413         (pr-mh-start-of-uncleaned-message): Remove aliases only used to
16414         silence compiler.  Instead...
16415         (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
16416         (mh-show-buffer): Only define for compiler.
16417         (pr-mh-current-message): Update for above function name changes.
16419         * files.el (abort-if-file-too-large): Explicitly pass `filename'
16420         as an argument.
16421         (find-file-noselect, insert-file-1): Update for above change.
16423         * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
16425         * mail/mailclient.el (mailclient-send-it): Fix message.
16427         * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
16428         (edebug-eval): Check cl-debug-env is bound.
16429         (print-level, print-circle): Don't redefine built-in variables.
16431         * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
16432         (custom-print-vectors): Remove old comments from doc.
16434         * emerge.el (menu-bar-emerge-menu): Remove unused variable.
16435         (emerge-version): Make the variable an obsolete alias for the
16436         emacs-version variable.  Make the function obsolete.
16437         (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
16438         Emerge options, rather than merging in into the main Options menu.
16439         (emerge-options-menu): Adjust menu text.  Use buttons for skip prefers
16440         and auto advance modes.  Disable edit/fast items when not relevant.
16442 2009-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
16444         * term/vt420.el (terminal-init-vt420): Fix typo.
16446 2009-07-20  Sam Steingold  <sds@gnu.org>
16448         * progmodes/ada-mode.el (compile-auto-highlight): Remove the
16449         variable (removed from compile.el on 2004-03-11).
16451 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
16453         * files.el (hack-local-variables-filter): Fix last change.
16455 2009-07-19  Juri Linkov  <juri@jurta.org>
16457         * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
16458         (dir-local-variables-alist): New buffer-local variable.
16459         (hack-local-variables-filter): If variable is not dir-local,
16460         i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
16461         because file-local overrides dir-local.
16462         (c-postprocess-file-styles) <declare-function>:
16463         Remove obsolete declaration.
16464         (hack-dir-local-variables): Add dir-local variable/value pair to
16465         `dir-local-variables-alist' and remove duplicates.  Doc fix.
16467         * help-fns.el (describe-variable): Add information about
16468         file-local and dir-local variables.
16470 2009-07-19  Chong Yidong  <cyd@stupidchicken.com>
16472         * files.el (hack-local-variables-filter): Rewrite.
16474 2009-07-19  Glenn Morris  <rgm@gnu.org>
16476         * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
16477         Silence compiler by only defining on XEmacs.
16479         * international/mule.el (auto-coding-regexp-alist): Only match
16480         BABYL... at the start of buffer, not of lines.  (Bug#3790)
16482         * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
16483         non-calendar buffers (Bug#3862).  Restore "not on a date" message.
16484         (cal-menu-context-mouse-menu): Doc fix.
16486         * desktop.el (desktop-buffers-not-to-save): Set :version tag.
16488         * simple.el (mail-user-agent): Doc fix.  Set :version tag.
16490 2009-07-18  Juri Linkov  <juri@jurta.org>
16492         * info.el: Virtual Info keyword finder.
16493         (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
16494         (Info-finder-file): New variable.
16495         (Info-finder-find-file): New function.
16496         (finder-known-keywords, finder-package-info)
16497         (find-library-name, lm-commentary): Use defvar and
16498         declare-function to silence compiler warnings.
16499         (Info-finder-find-node): New function.
16500         (info-finder): New command.
16502         * subr.el (process-kill-buffer-query-function): New function.
16503         (add-hook)<kill-buffer-query-functions>: Add hook
16504         `process-kill-buffer-query-function'.
16506 2009-07-18  Alan Mackenzie  <acm@muc.de>
16508         * progmodes/cc-mode.el (c-before-hack-hook)
16509         (c-postprocess-file-styles): Give invocation of `c-set-style'
16510         DONT-OVERRIDE parameter of t.  Already set style variables will
16511         thus not be overridden by style settings given by `c-file-syle'.
16513         * files.el (hack-local-variables-filter): Remove entries with
16514         duplicate keys from `file-local-variables-alist'.
16516 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
16518         * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
16519         x-set-selection if display-selections-p returns nil for the
16520         current frame.
16522 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
16524         * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
16526 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
16528         * desktop.el (desktop-buffers-not-to-save): Default value is nil.
16529         Accept nil in addition to a regexp.
16530         (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
16531         Accept nil in addition to a regexp.
16532         (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
16533         buffers that have an associated file.  Handle nil values of
16534         desktop-buffers-not-to-save and desktop-files-not-to-save.
16535         (Bug#3833)
16537         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
16538         (x-disown-selection-internal): New functions.
16540 2009-07-18  Nick Roberts  <nickrob@snap.net.nz>
16542         * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
16543         warning.
16544         (gdb-breakpoints-header): Move forward to avoid compiler warning.
16545         (gdb-make-header-line-mouse-map): Remove duplicate definition.
16547 2009-07-18  David De La Harpe Golden  <david@harpegolden.net>
16549         * simple.el (set-mark): Revert last change.
16551 2009-07-17  Tassilo Horn  <tassilo@member.fsf.org>
16553         * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
16554         rendering of pngs is not possible instead of messaging a long
16555         description.
16557 2009-07-17  David De La Harpe Golden  <david@harpegolden.net>
16559         * w32-fns.el (x-selection-owner-p): New function.
16561         * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
16562         (mouse-yank-at-click, mouse-yank-primary): If
16563         select-active-regions is non-nil, deactivate the mark before
16564         insertion.
16566         * simple.el (deactivate-mark, set-mark): Only save selection if we
16567         own it.
16569 2009-07-17  Kenichi Handa  <handa@m17n.org>
16571         * case-table.el (describe-buffer-case-table): Fix for the case
16572         that KEY is a cons.
16574 2009-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
16576         * vc-rcs.el (vc-rcs-find-file-hook):
16577         * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
16579 2009-07-16  Michael Albinus  <michael.albinus@gmx.de>
16581         * net/tramp.el (tramp-wait-for-output): Handle the case when
16582         commands do not return a newline but a null byte before the shell
16583         prompt.  (Bug#3858)
16585 2009-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16587         * term/ns-win.el (ns-set-alpha): Don't declare.
16588         (ns-set-background-alpha): Remove function.
16590 2009-07-16  Kevin Ryde  <user42@zip.com.au>
16592         * emacs-lisp/copyright.el (copyright-update): Save match-data across
16593         y-or-n-p, for safety.
16595 2009-07-16  Richard Stallman  <rms@gnu.org>
16597         * files.el (auto-save-mode): If buffer-saved-size is -2,
16598         don't clobber it.
16600         * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
16601         (rmail-retry-ignored-headers): Add more uninteresting fields.
16603 2009-07-15  Jari Aalto  <jari.aalto@cante.net>
16605         * net/rcirc.el (rcirc): Use history variables.
16606         (rcirc-server-name-history, rcirc-nick-name-history)
16607         (rcirc-server-port-history): New variables.
16609 2009-07-15  Kenichi Handa  <handa@m17n.org>
16611         * international/mule-cmds.el (set-language-environment-charset):
16612         If coding-system-charset-list returns `iso-2022' or `emacs-mule',
16613         ignore them.
16615         * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
16616         Delete unibyte-display.
16618 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
16620         * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
16622 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
16624         * simple.el (deactivate-mark): Optional argument FORCE.
16625         (set-mark): Use deactivate-mark.
16627         * info.el (Info-search): No need to check transient-mark-mode
16628         before calling deactivate-mark.
16630         * select.el (x-set-selection): Doc fix.
16631         (x-valid-simple-selection-p): Allow buffer values.
16632         (xselect--selection-bounds): Handle buffer values.  Suggested by
16633         David De La Harpe Golden.
16635         * mouse.el (mouse-set-region, mouse-drag-track): Call
16636         copy-region-as-kill before setting the mark, to let
16637         select-active-regions work.
16639 2009-07-15  David De La Harpe Golden  <david@harpegolden.net>
16641         * simple.el (deactivate-mark): If select-active-regions is
16642         non-nil, copy the selection data into a string.
16643         (activate-mark): If select-active-regions is non-nil, set the
16644         selection to the current buffer.
16645         (set-mark): Update selection if select-active-regions is non-nil.
16647         * select.el (x-valid-simple-selection-p): Allow buffer values.
16649 2009-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
16651         * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
16652         and more featureful message-mode.
16654 2009-07-14  Chong Yidong  <cyd@stupidchicken.com>
16656         * select.el (x-set-selection): Doc fix.
16657         (x-valid-simple-selection-p): Disallow selection data consisting
16658         of a list or cons of integers, since that is not used.
16659         (xselect--selection-bounds, xselect--int-to-cons): New functions.
16660         (xselect-convert-to-string, xselect-convert-to-length)
16661         (xselect-convert-to-filename, xselect-convert-to-charpos)
16662         (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
16664 2009-07-14  Dmitry Dzhus  <dima@sphinx.net.ru>
16666         * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
16667         output in -break-info command (Emacs bug #3794).
16669 2009-07-14  Glenn Morris  <rgm@gnu.org>
16671         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
16672         (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
16673         (edebug-print-length, edebug-print-level, edebug-print-circle)
16674         (edebug-sit-for-seconds, edebug-view-outside)
16675         (edebug-bounce-point, edebug-set-global-break-condition)
16676         (edebug-Go-nonstop-mode, edebug-trace-mode)
16677         (edebug-Trace-fast-mode, edebug-continue-mode)
16678         (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
16679         (edebug-visit-eval-list): Doc fixes.
16681         * subr.el (def-edebug-spec): Doc fix.
16683 2009-07-14  Kenichi Handa  <handa@m17n.org>
16685         * international/characters.el: Fix setting of category ?C.
16687 2009-07-13  Jan Djärv  <jan.h.d@swipnet.se>
16689         * term/ns-win.el (x-select-font): defalias x-select-font to
16690         ns-popup-font-panel instead of generate-fontset-menu.
16692 2009-07-12  Eli Zaretskii  <eliz@gnu.org>
16694         * desktop.el (desktop-buffers-not-to-save): Remove ".log".  (Bug#3833)
16696 2009-07-12  Peter Jolly  <peter@jollys.org>  (tiny change)
16698         * arc-mode.el (archive-find-type): Allow for a PK00 string before
16699         the PK\003\004 header (Bug#3770).
16701 2009-07-12  Guanpeng Xu  <herberteuler@hotmail.com>
16703         * pcomplete.el (pcomplete-comint-setup): Check for
16704         shell-dynamic-complete-filename too.
16706 2009-07-11  Chong Yidong  <cyd@stupidchicken.com>
16708         * simple.el (temporary-goal-column): Change the value for
16709         line-move-visual to a cons cell.
16710         (line-move-visual): Record or set the window hscroll, if
16711         necessary (Bug#3494).
16712         (line-move-1): Handle cons value of temporary-goal-column.
16714 2009-07-11  Kenichi Handa  <handa@m17n.org>
16716         * international/mule-diag.el (describe-character-set): Don't show
16717         width.
16719 2009-07-10  Sam Steingold  <sds@gnu.org>
16721         * progmodes/compile.el (compilation-mode-font-lock-keywords):
16722         Omake sometimes indents the errors it prints, so allow all
16723         regexps to start with spaces.
16725 2009-07-10  Eli Zaretskii  <eliz@gnu.org>
16727         * cus-edit.el (customize-changed-options-previous-release):
16728         Bump value to 22.1.  (Bug#3804)
16730 2009-07-08  Sam Steingold  <sds@gnu.org>
16732         * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
16733         to be a cons cell (test . ignored-directory) to selectively ignore
16734         some directories depending on the location of the search.
16736 2009-07-08  Michael Albinus  <michael.albinus@gmx.de>
16738         * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
16739         remote user is root, on the local host.
16740         (tramp-local-host-p): Either the local user or the remote user
16741         must be root.  (Bug#3771)
16743 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
16745         * progmodes/gdb-mi.el (gdb): Remove description of
16746         gdb-use-separate-io-buffer.
16747         (menu): Don't allow toggling of or enable
16748         gdb-use-separate-io-buffer from menubar.
16750 2009-07-08  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
16752         * mail/unrmail.el (unrmail): Make sure the message ends with two
16753         newlines (Bug#3769).
16755 2009-07-08  Glenn Morris  <rgm@gnu.org>
16757         * calendar/calendar.el (calendar-current-date): Rework previous change.
16759 2009-07-08  Ed Reingold  <reingold@emr.cs.iit.edu>
16761         * calendar/calendar.el (calendar-current-date):
16762         Add an optional argument giving an offset from today.
16764 2009-07-08  Glenn Morris  <rgm@gnu.org>
16766         * tutorial.el (tutorial--describe-nonstandard-key):
16767         Adjust the message for when a key has been unbound.
16768         (help-with-tutorial): Hide the arch-tag.
16770 2009-07-08  Kenichi Handa  <handa@m17n.org>
16772         * international/fontset.el (setup-default-fontset): For each
16773         script, append (not set) font-specs.
16775         * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
16776         docstring.
16778 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
16780         * progmodes/gdb-mi.el (gdb-init-1): Move sending
16781         -data-list-register-names to ...
16782         (gdb-starting): ... here because GDB 7.0 requires execution to
16783         have started when using this MI command.
16784         (gdb-set-header): New function to distinguish select and
16785         unselected tabs in gdb buffers.
16786         (gdb-propertize-header): New macro that uses gdb-set-header.
16787         (gdb-breakpoints-header, gdb-locals-header): Use it.
16788         (gdb-disassembly-mode-map): Add keybinding to kill buffer.
16790 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
16792         * Makefile.in (ELCFILES): Remove fadr.elc.
16794 2009-07-07  Dmitry Dzhus  <dima@sphinx.net.ru>
16796         * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
16797         may contain frame information, so `string-match' should be used.
16798         (gdb-update): Disassembly is invalidated through
16799         `gdb-get-selected-frame'.
16800         (gdb-pad-string): New function to pad string with spaces.
16801         (gdb-invalidate-disassembly): Invalidate only if the buffer
16802         exists.
16803         (gdb-disassembly-handler-custom): Column alignment.
16804         (gdb-disassembly-place-breakpoints): Clear old breakpoints before
16805         placing new ones.
16806         (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
16807         end of line, too.
16808         (gdb-frame-handler): Match convention to for disassembly buffer
16809         mode name.
16810         (gdb-stack-list-frames-handler): Rewritten without regexps.
16811         (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
16812         not highlight breakpoints without line information.
16813         (gdb-input): Add trailing newline to command.
16815         * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
16816         buffer properly.
16817         (gdb-breakpoints-list-handler-custom): Replacement for
16818         `gdb-break-list-handler'.  Using real parser instead of regexps
16819         now.
16820         (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
16821         Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
16822         to place breakpoints.
16823         (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
16824         functions.
16825         (gdb-disassembly-handler-custom): Show overlay arrow.
16826         (gdb-disassembly-place-breakpoints): Show breakpoints in
16827         disassembly buffer.
16828         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
16829         (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
16830         instead of parsing breakpoints buffer.  Fixed old menu references
16831         in `gud-menu-map'.
16833         * fadr.el: Remove.
16835         * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
16836         (gdb-memory-address): New variable which holds top address of
16837         memory page shown in memory buffer.
16838         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
16839         customization variables.
16840         New functions:
16841         (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
16842         display the memory buffer.
16843         (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
16844         buffer display parameters.
16845         (def-gdb-memory-format, gdb-memory-format-binary)
16846         (gdb-memory-format-octal, gdb-memory-format-unsigned)
16847         (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
16848         Functions for setting memory buffer format.
16849         (gdb-memory-unit-word, gdb-memory-unit-halfword)
16850         (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
16851         unit size used in memory buffer.
16852         (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
16853         to next/previous page of memory buffer.
16854         Now using (bindat-get-field) instead of fadr functions.
16856 2009-07-07  Sam Steingold  <sds@gnu.org>
16858         * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
16859         non-top-level files.
16861 2009-07-07  Kenichi Handa  <handa@m17n.org>
16863         * international/mule-cmds.el (reset-language-environment): Put
16864         the highset priority to the charset iso-8859-1.
16866 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
16868         * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
16869         to the end of the line when locating the block (Bug#700).
16871 2009-07-06  Michael Albinus  <michael.albinus@gmx.de>
16873         * net/tramp.el (tramp-handle-write-region): Flush file properties
16874         in case of short track.
16876 2009-07-06  Michael McNamara  <mac@mail.brushroad.com>
16878         * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
16879         Coded custom representation of verilog error regular expressions
16880         to work with Emacs-22's new format.
16881         (verilog-error-regexp-xemacs-alist): Coded custom representation
16882         of verilog error regular expressions to work with XEmacs format.
16883         (verilog-error-regexp-add-xemacs): Hook routine to install verilog
16884         error recognition into XEmacs.
16885         (verilog-error-regexp-add-emacs): Hook routine to install verilog
16886         error recognition into Emacs-22.
16888 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
16890         * woman.el: Remove stand-alone closing parentheses.
16891         (woman-file-name, woman2-format-paragraphs)
16892         (woman-leave-blank-lines): Code cleanup.
16893         (woman-use-own-frame): Change default to nil.
16894         (woman-italic, woman-bold, woman-unknown, woman-addition): Change
16895         defaults to inherit from default faces.
16896         (woman2-process-escapes): Consume the newline after a stand-alone
16897         filler character (Bug#3651).
16899 2009-07-06  Glenn Morris  <rgm@gnu.org>
16901         * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
16902         (top-level): Move provide to the end.
16903         (ffap): Remove defunct URL from custom group.
16905         * subr.el (eval-after-load): Doc fix.
16907 2009-07-06  Vincent Belaïche  <vincent.belaiche@gmail.com>
16909         * calc/calc-embed.el (calc-embedded-make-info): Don't force when
16910         `calc-embedded-word' is called twice.
16912 2009-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
16914         * files.el (find-alternate-file-other-window, find-alternate-file):
16915         Obey confirm-nonexistent-file-or-buffer.
16917 2009-07-05  Michael Albinus  <michael.albinus@gmx.de>
16919         * dired-aux.el (dired-show-file-type): Handle remote files.
16921 2009-07-05  Jari Aalto  <jari.aalto@cante.net>
16923         * desktop.el (desktop-globals-to-save):
16924         Add file-name-history (Bug#2750).
16926 2009-07-05  Chong Yidong  <cyd@stupidchicken.com>
16928         * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
16930 2009-07-04  Johan Bockgård  <bojohan@gnu.org>
16932         * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
16933         property on entire argument since this is what eshell-lisp-command
16934         expects.
16936 2009-07-03  Michael Albinus  <michael.albinus@gmx.de>
16938         * net/tramp-gvfs.el (tramp-gvfs-methods)
16939         (tramp-gvfs-zeroconf-domain)
16940         (tramp-bluez-discover-devices-timeout): Add version flag.
16941         (tramp-gvfs-handler-mounted-unmounted)
16942         (tramp-gvfs-connection-mounted-p): Polish handling of
16943         incompatibilities between GVFS 0.2 and 1.0.
16945 2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
16947         * cus-start.el (all): Add make-pointer-invisible.
16949 2009-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
16951         * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
16952         formatted correctly.
16954 2009-07-02  Juri Linkov  <juri@jurta.org>
16956         * info.el: Virtual Info files and nodes.
16957         (Info-virtual-files, Info-virtual-nodes): New variables.
16958         (Info-current-node-virtual): New variable.
16959         (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
16960         New functions.
16961         (Info-file-supports-index-cookies): Use Info-virtual-file-p
16962         to check for a virtual file instead of checking a fixed list
16963         of node names.
16964         (Info-find-file): Use Info-virtual-fun and Info-virtual-call
16965         instead of ad-hoc processing of "dir" and (apropos history toc).
16966         (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
16967         instead of ad-hoc processing of "dir" and (apropos history toc).
16968         Reread a file when moving from a virtual node.
16969         (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
16970         (Info-directory-toc-nodes, Info-directory-find-file)
16971         (Info-directory-find-node): New functions.
16972         (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
16973         (Info-history): Move part of code to
16974         `Info-history-find-node'.
16975         (Info-history-toc-nodes, Info-history-find-file)
16976         (Info-history-find-node): New functions.
16977         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
16978         (Info-toc): Move part of code to `Info-toc-find-node'.
16979         (Info-toc-find-node): New function.
16980         (Info-toc-insert): Rename from `Info-insert-toc'.  Don't insert
16981         the current Info file name to references because now the node
16982         "*TOC*" belongs to the same Info manual.
16983         (Info-toc-build): Rename from `Info-build-toc'.
16984         (Info-toc-nodes): Rename input argument `file' to `filename'.
16985         Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
16986         instead of ad-hoc processing of ("dir" apropos history toc).
16987         (Info-index-nodes): Use Info-virtual-file-p
16988         to check for a virtual file instead of checking a fixed list
16989         of node names.
16990         (Info-index-node): Add check for `Info-current-node-virtual'.
16991         Raise `save-match-data' higher up the tree to contain
16992         `search-forward' too (bug fix).
16993         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
16994         (Info-virtual-index-nodes): New variable.
16995         (Info-virtual-index-find-node, Info-virtual-index): New functions.
16996         (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
16997         (Info-apropos-file, Info-apropos-nodes): New variables.
16998         (Info-apropos-toc-nodes, Info-apropos-find-file)
16999         (Info-apropos-find-node, Info-apropos-matches): New functions.
17000         (info-apropos): Move part of code to `Info-apropos-find-node' and
17001         `Info-apropos-matches'.
17002         (Info-mode-map): Bind "I" to `Info-virtual-index'.
17003         (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
17004         for a virtual file instead of checking a fixed list of node names.
17006         * simple.el (async-shell-command): New command.
17008         * bindings.el (esc-map): Bind "&" to `async-shell-command'.
17010         * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
17011         instead of `mount-info'.
17013 2009-07-02  Michael Albinus  <michael.albinus@gmx.de>
17015         * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
17016         (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
17018 2009-07-02  Kenichi Handa  <handa@m17n.org>
17020         * international/mule.el (set-keyboard-coding-system): Force *-unix
17021         coding-system to avoid eol conversion.
17023 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
17025         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
17026         Add handler for `process-file', `shell-command' and
17027         `start-file-process'.
17028         (tramp-gvfs-handle-shell-command)
17029         (tramp-gvfs-handle-start-file-process)
17030         (tramp-gvfs-handle-process-file): New defuns.
17031         (tramp-synce-list-devices): Simplify check for existence of property.
17033 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
17035         * startup.el (command-line-x-option-alist): Add -mm and --maximized.
17037 2009-07-01  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
17039         * language/korean.el (set-language-info-alist): Add korean-cp949,
17040         cp949 to spec.
17042 2009-07-01  Kenichi Handa  <handa@m17n.org>
17044         * Makefile.in (ELCFILES): Delete encoded-kb.elc.
17046         * international/encoded-kb.el: Deleted.
17048         * international/mule.el (set-keyboard-coding-system): Perform the
17049         necessary setup here instead of calling encoded-kbd-setup-display.
17051 2009-07-01  Glenn Morris  <rgm@gnu.org>
17053         * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
17055 2009-07-01  Evangelos Evangelou  <vangelis@email.unc.edu>  (tiny change)
17057         * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)".  (Bug#3730)
17059 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
17061         * net/tramp.el (tramp-do-copy-or-rename-file-directly):
17062         Handle also the 'rename case, when setting file modes.  (Bug#3712)
17063         (tramp-default-file-modes): Remove execute permissions.
17065         * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
17066         (top): Add a default for "synce" in `tramp-default-user-alist'.
17067         Add completion function for "synce" method.
17068         (tramp-hal-service, tramp-hal-path-manager)
17069         (tramp-hal-interface-manager, tramp-hal-interface-device):
17070         New defconst.
17071         (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
17072         (tramp-synce-list-devices, tramp-synce-parse-device-names):
17073         New defuns.
17075         * net/trampver.el: Update release number.
17077 2009-06-30  Kenichi Handa  <handa@m17n.org>
17079         * international/fontset.el (setup-default-fontset): Add CJK fonts
17080         for symbols and the other miscellaneous characters.
17082         * language/korea-util.el (setup-korean-environment-internal):
17083         Make char-width-table suitable for Korean environments.
17084         (exit-korean-environment): Cancel above.
17086         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
17087         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
17088         setup-function to make char-width-table suitable for respective
17089         environments, and an exit-function to cancel that.
17091         * language/japan-util.el (setup-japanese-environment-internal):
17092         Call use-cjk-char-width-table with arg `ja_JP'.
17094         * international/characters.el (cjk-char-width-table): Delete it.
17095         (cjk-char-width-table-list): New variable.
17096         (use-cjk-char-width-table): New arg local-name.
17097         (use-default-char-width-table): Fix for the case that Emacs is
17098         already using the default char-width-table.
17100 2009-06-29  Michael Albinus  <michael.albinus@gmx.de>
17102         * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
17103         modes mandatory.  (Bug#3712)
17105 2009-06-29  Alan Mackenzie  <acm@muc.de>
17107         * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
17108         correction between the visible width of TABs and their number of bytes.
17110 2009-06-29  Chong Yidong  <cyd@stupidchicken.com>
17112         * server.el (server-buffer-done): Prevent kill-buffer from
17113         prompting by clearing the buffer modification flag (Bug#3696).
17115 2009-06-28  Michael McNamara  <mac@mail.brushroad.com>
17117         * progmodes/verilog-mode.el (verilog-beg-of-statement)
17118         (verilog-endcomment-reason-re): Support unique case and priority case.
17119         (verilog-basic-complete-re): Support localparam lineup.
17120         (verilog-beg-of-statement-1): Fix for robustness, unique case.
17121         (verilog-set-auto-endcomments): Fix for unique case, always_comb
17122         commenting.
17123         (verilog-leap-to-case-head): Now support *nested* unique &
17124         priority case statements.
17125         (verilog-auto-lineup): Make just declarations the default (as it
17126         had been).
17127         (verilog-leap-to-case-head): Support priority/unique case statements.
17128         (verilog-auto-lineup): Rework to give users radio buttons to
17129         select the various styles of automatic lineup.
17130         (verilog-error-regexp-alist): Rework to support the XEmacs style
17131         of error regular expressions from compilers, lint tools &
17132         simulators.  Note that GNU Emacs has made it impossible for a mode
17133         to load such things.
17134         (electric-verilog-terminate-line, verilog-indent-declaration)
17135         (verilog-auto-wiure): Rework for radio button selection of
17136         auto-lineup selection of specification of auto lineup.
17137         (verilog-beg-of-statement-1): Redesign to support proper operation
17138         in additional code, based on testing with auto-lineup.
17139         (verilog-calculate-indent, assignments & declarations)
17140         (verilog-backward-token): Enhance to support auto-lineup of
17141         assignments & declarations.
17142         (verilog-in-directive-p, verilog-at-struct-p): New function for
17143         easy test of whether we are.
17144         (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
17145         to support safe execution at almost anyline.
17146         (verilog-calc-1): Properly support indenting deep inside generate
17147         blocks.
17148         (verilog-init-font): Remove definition & use of verilog-init-font,
17149         as it is redundant with font-lock-defaults.
17150         (verilog-mode): Alter the definition of verilog-font-lock-defaults
17151         to avoid circular calls if syntax-ppss is a function (as is the
17152         case now in 22.x GNU Emacs) as that function would sometimes call
17153         itself, leading to (nearly) infinite recursion.
17154         (verilog-ovm-begin-re, verilog-ovm-end-re)
17155         (verilog-ovm-statement-re, verilog-leap-to-head)
17156         (verilog-backward-token): Add support for OVM macros.  Some are
17157         complete statements, and others open and close scopes like begin
17158         and end.
17159         (verilog-defun-level-not-generate-re, verilog-defun-level-re)
17160         (verilog-defun-level-generate-only-re): Really fix the defun-list
17161         compilation issue.
17162         (verilog-calc-1, verilog-beg-of-statement): Enhance support for
17163         coverpoint, constraint and cross statements.
17164         (verilog-defun-level-list, verilog-generate-defun-level-list)
17165         (verilog-all-defun-level-list): Redo these specifications - it is
17166         too hard to support eval-when compile aggregation of lists also
17167         built at when-compile time.
17168         (verilog-defun-level-list): Place defconsts of variables used in
17169         building regular expressions which are built in eval-when-compile
17170         bodies in the same eval-when-compile body to facilitate compile
17171         without load.
17172         (verilog-beg-block-re-ordered): Support indenting
17173         virtual/protected tasks and functions.
17174         (verilog-defun-level-list, verilog-in-generate-region-p)
17175         (verilog-backward-ws&directives, verilog-calc-1): Speed up
17176         indentation of some module items (generate items).
17177         (verilog-forward-sexp, verilog-leap-to-head): Support stepping
17178         across virtual/protected tasks and functions.
17180 2009-06-28  Wilson Snyder  <wsnyder@wsnyder.org>
17182         * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
17183         Allow sorting AUTOARG lists.  Suggested by Andrea Fedeli.
17184         (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
17185         in concatenations.  Reported by Yishay Belkind.
17186         (verilog-auto-ascii-enum): Support one-hot state machines in
17187         AUTOASCIIENUM.  Suggested by Lloyd Gomez.
17188         (verilog-auto-inst, verilog-auto-inst-port): Include interface
17189         modport in AUTOINST and add vl-modport for users.  Reported by
17190         David Rogoff.
17191         (verilog-auto-inout-module, verilog-auto-inst)
17192         (verilog-decls-get-interfaces, verilog-insert-definition)
17193         (verilog-insert-one-definition, verilog-read-decls)
17194         (verilog-read-sub-decls, verilog-read-sub-decls-sig)
17195         (verilog-sig-modport, verilog-signals-combine-bus)
17196         (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
17197         interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
17198         Suggested by David Rogoff.
17199         (verilog-repair-open-comma): Fix non-insertion of comma when
17200         `DEFINE occurs in V2K argument list.  Reported by Lane Brooks.
17201         (verilog-make-width-expression): Simplify [A-1:0] expression
17202         widths to just {A{1'b0}}.
17203         (verilog-mode): Cleanup checkdoc warnings.
17204         (verilog-auto-inout-module, verilog-signals-matching-dir-re):
17205         Add third optional regexp to AUTOINOUTMODULE to allow selecting only
17206         inputs/outputs or data type.  Suggested by Vasu Kandadi.
17207         (next-error-last-buffer): Fix byte-compiler warning.
17208         (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
17209         (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
17210         or shell command text during AUTO expansion.  Suggested by Tad Truex.
17211         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
17212         (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
17213         Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
17214         in AUTOINOUT.  Reported by Matthew Lovell.
17215         (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
17216         causing use of <= assignments.  Reported by Alex Reed.
17217         (verilog-read-decls): Fix triand, trior, wand, wor to be
17218         recognized by AUTOWIRE.  Reported by Spencer Isaacson.
17219         (verilog-extended-complete-re): Support import "DPI-C" functions.
17220         (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
17221         y[a+1:a+1]" to not include a in reset list.  Reported by Dan Dever.
17222         (verilog-insert-date, verilog-insert-year)
17223         (verilog-sk-header-tmpl): Fix verilog-header inserting error on
17224         Windows systems.  Reported by Michael Potts.
17225         (verilog-read-module-name): Fix AUTOINST when the child module
17226         declaration's name is a tick define.  Reported by Elliot Mednick.
17227         (verilog-read-decls): Fix V2K parameter bit subscripts getting
17228         passed to next parameter's definition.  Reported by Bruce T.
17229         (verilog-read-decls): Fix detecting "parameter int" when using
17230         AUTOINSTPARAM.  Reported by Bruce T.
17231         (verilog-goto-defun): Fix goto not finding modules unless first
17232         perform a verilog-auto expansion.  Suggested by Lawrence Butcher.
17233         (verilog-mode): Expand -f flag arguments on entry to mode so
17234         verilog-goto-defun will work.  Reported by Lawrence Butcher.
17235         (verilog-getopt): Expand environment variables in -f file
17236         arguments.  Suggested by Lawrence Butcher.
17237         (verilog-set-define): Fix "Symbol's value as variable is void"
17238         when reading enumerations.
17239         (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
17240         Suggested by Stephen Peltan.
17241         (verilog-read-defines): Fix reading of enumerations in include
17242         files.  Reported by Steve Peltan.
17244 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
17246         * files.el (trash-directory): Fix defcustom type.
17248 2009-06-28  Juri Linkov  <juri@jurta.org>
17250         * help-fns.el (describe-function-1): Correctly locate adviced
17251         functions in hyperlink (Bug#2438).
17253 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
17255         * files.el (trash-directory): Change default to nil.
17256         (move-file-to-trash): If trash-directory is nil and
17257         system-move-file-to-trash is unbound, perform freedesktop-style
17258         trashing.
17260 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
17262         * files.el (move-file-to-trash): Add freedesktop trash
17263         support (Bug#973).
17265 2009-06-28  Glenn Morris  <rgm@gnu.org>
17267         * autorevert.el (global-auto-revert-non-file-buffers)
17268         (global-auto-revert-mode): Doc fixes.
17270 2009-06-27  Johan Bockgård  <bojohan@gnu.org>
17272         * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
17274 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
17276         * faces.el (x-handle-named-frame-geometry): Ensure that we have
17277         opened an X connection before calling x-get-resource (Bug#3194).
17279         * play/doctor.el: Remove reference to obsolete website.
17280         (make-doctor-variables): Correct grammar mistake (Bug#2633).
17282 2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
17284         Remove find-file-not-found-hook VC method.  (Bug#2757)
17285         * vc-hooks.el (vc-file-not-found-hook)
17286         (vc-default-find-file-not-found-hook): Remove functions.
17287         (find-file-not-found-functions): Do not add vc-file-not-found-hook.
17288         * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
17289         * vc.el:
17290         * vc-hg.el:
17291         * vc-git.el: Do not mention find-file-not-found-hook VC method.
17293 2009-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
17295         * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
17296         compatibility function for `looking-back'.
17298         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
17299         Use `ispell-looking-back'.
17301 2009-06-24  Michael Albinus  <michael.albinus@gmx.de>
17303         * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
17304         rather than `filename'.
17306 2009-06-23  Miles Bader  <miles@gnu.org>
17308         * face-remap.el (text-scale-set): New function.
17310 2009-06-23  Glenn Morris  <rgm@gnu.org>
17312         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
17314         * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
17316         * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
17318         * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
17320         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
17321         Simplify Persian conditionals.
17323         * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
17324         variable `filename'.
17326         * comint.el (comint-insert-input): Doc fix.
17328         * Makefile.in (ELCFILES): Fix typo in previous change.
17330 2009-06-23  Miles Bader  <miles@gnu.org>
17332         * cus-start.el: Add entry for `recenter-redisplay'.
17334 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
17336         * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
17337         Add an optional argument for the backend, use it instead of
17338         calling vc-backend.
17339         (vc-mode-line): Add an optional argument for the backend.
17340         Pass the backend to vc-state and vc-working-revision.  Move code for
17341         special handling for vc-state being a buffer to ...
17343         * vc-rcs.el (vc-rcs-find-file-hook):
17344         * vc-sccs.el (vc-sccs-find-file-hook): ... here.  New functions.
17346         * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
17347         (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
17348         vc-stay-local-p and vc-mode-line calls.
17350         * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
17351         (vc-cvs-diff, vc-cvs-annotate-command)
17352         (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
17353         (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
17354         vc-mode-line calls.
17356         * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
17357         direct comparison.
17358         (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
17359         backend when calling vc-mode-line.
17360         (vc-register): Do not create a closure for calling the vc register
17361         function, call it directly.
17363 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
17365         * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
17366         to make it obvious item can be clicked.
17368         * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
17370 2009-06-23  Kenichi Handa  <handa@m17n.org>
17372         * language/korea-util.el (korean-key-bindings): Change the binding
17373         of F9 to hangul-to-hanja-conversion.  Bind Hangul_Hanja to the
17374         same command.
17376 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
17378         Sync with Tramp 2.1.16.
17380         * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
17382         * net/tramp.el (top): Require tramp-gvfs.  Catch `tramp-loading',
17383         when a loading of a package fails.  Completion function for rsync
17384         is `tramp-completion-function-alist-ssh'.
17385         (all): Replace all calls of `split-string' and
17386         `tramp-split-string' by `tramp-compat-split-string'.
17387         (tramp-default-method): Use `tramp-compat-process-running-p'.
17388         (tramp-default-proxies-alist): Allow also Lisp forms.
17389         (tramp-remote-path): Add choice "Private Directories".
17390         (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
17391         (tramp-domain-regexp): Allow also "-", "_" and ".".
17392         (tramp-end-of-output): Remove newlines, and add "$" at the end.
17393         (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
17394         (tramp-debug-message): Insert header line in debug buffer.
17395         (tramp-handle-directory-files-and-attributes-with-stat):
17396         Care about filenames with spaces, or starting with "-".
17397         (tramp-handle-dired-uncache): New defun.
17398         (tramp-handle-insert-directory): Don't flush the directory from
17399         cache, this is handled by `dired-uncache' now.
17400         (tramp-handle-insert-file-contents): Improve error handling.
17401         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
17402         Quote `tramp-end-of-output'.
17403         (tramp-action-password): Improve trace message.
17404         (tramp-check-for-regexp): Both echoes must be present, before removing.
17405         (tramp-open-connection-setup-interactive-shell): Trace coding system.
17406         (tramp-compute-multi-hops): Eval cons cells of
17407         `tramp-default-proxies-alist'.
17408         (tramp-maybe-open-connection): Use the same command pattern for
17409         first hop and further hops.
17410         (tramp-wait-for-output): Remove handling of newlines.
17411         (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
17412         (tramp-split-string): Remove function.  It is handled in
17413         tramp-compat now.
17415         * net/tramp-cmds.el (tramp-bug):
17416         Recommend `tramp-cleanup-all-connections' in the bug mail.
17418         * net/tramp-compat.el (tramp-compat-split-string)
17419         (tramp-compat-process-running-p): New defuns.
17421         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
17422         for `dired-uncache'.
17424         * net/tramp-gvfs.el: New package.
17426         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
17427         Add handler for `dired-uncache'.
17428         (tramp-smb-handle-file-local-copy): Cleanup in case of error.
17430         * net/trampver.el: Update release number.  Make version check fit
17431         for SXEmacs 22.
17433 2009-06-22  Jim Meyering  <meyering@redhat.com>
17435         Automatically handle .xz suffix (XZ-compressed files), too.
17436         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
17437         XZ is the successor to LZMA: <http://tukaani.org/xz/>
17439 2009-06-22  Dmitry Dzhus  <dima@sphinx.net.ru>
17440             Nick Roberts  <nickrob@snap.net.nz>
17442         * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
17443         repository (http://sphinx.net.ru/hg/gdb-mi/).
17445 2009-06-22  Glenn Morris  <rgm@gnu.org>
17447         * files.el (dir-locals-collect-mode-variables): Allow for any number of
17448         `mode' and `eval' entries.  (Bug#3430)
17450         * Makefile.in (ELCFILES): Add fadr.elc.
17452         * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
17453         differing behavior of \n and ^ in strings.  (Bug#3385)
17455         * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
17457         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
17458         property.
17459         (lisp-indent-function): Make it a defcustom.
17461 2009-06-21  Nick Roberts  <nickrob@snap.net.nz>
17463         * progmodes/gdb-ui.el: Replace with ...
17464         * progmodes/gdb-mi.el: ... this file.
17465         * progmodes/gud.el: Modify for gdb-mi.el.
17467 2009-06-21  Dmitry Dzhus  <dima@sphinx.net.ru>
17469         * fadr.el: New file.
17471 See ChangeLog.14 for earlier changes.
17473 ;; Local Variables:
17474 ;; coding: utf-8
17475 ;; End:
17477     Copyright (C) 2009, 2010  Free Software Foundation, Inc.
17479   This file is part of GNU Emacs.
17481   GNU Emacs is free software: you can redistribute it and/or modify
17482   it under the terms of the GNU General Public License as published by
17483   the Free Software Foundation, either version 3 of the License, or
17484   (at your option) any later version.
17486   GNU Emacs is distributed in the hope that it will be useful,
17487   but WITHOUT ANY WARRANTY; without even the implied warranty of
17488   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17489   GNU General Public License for more details.
17491   You should have received a copy of the GNU General Public License
17492   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
17494 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1