Use tool-bar-position in menu Options/Show.
[emacs.git] / lisp / ChangeLog
blob6d4b07bb18b425702dafdece957c9ccbe3ac1354
1 2010-09-21  Jan Djärv  <jan.h.d@swipnet.se>
3         * menu-bar.el (menu-bar-set-tool-bar-position): customize-set-variable
4         tool-bar-position.  Don't modify frame parameters here.
6         * tool-bar.el (tool-bar-position): New defcustom (Bug#7049).
8 2010-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10         * textmodes/reftex-parse.el (reftex-what-macro)
11         (reftex-context-substring): Let-bind forward-sexp-function to nil
12         since we don't need/want to treat \begin...\end as a block (bug#7053).
14         * emacs-lisp/lisp.el (up-list): Don't do nothing silently.
16         * simple.el (blink-matching-open): Use syntax-class.
18         * progmodes/pascal.el (pascal-mode): Use define-derived-mode.
19         Set invisibility spec for pascal's outline mode.
20         (pascal-outline-change): Clean up calling convention.
21         (pascal-show-all, pascal-hide-other-defuns): Update callers.
23         * progmodes/prolog.el (prolog-smie-forward-token)
24         (prolog-smie-backward-token): New functions.
25         (prolog-mode-variables): Use them to parse "!," correctly.
26         Set up smie-blink-matching for ".".
28         * textmodes/ispell.el (ispell-start, ispell-end): Rename from `start'
29         and `end'.
30         (ispell-region, ispell-process-line): Update users.
32         * textmodes/reftex-parse.el (reftex-what-macro): Don't hardcode
33         point-min==1.
35         * textmodes/ispell.el: Fix commenting convention.
36         (ispell-parse-output): Simplify, use push.
37         (ispell-region): Use match-string-no-properties.
38         (ispell-begin-skip-region-regexp): Use mapconcat to simplify.
39         (ispell-minor-mode): Use define-minor-mode.
40         (ispell-message): Remove unused var `skip-regexp'.
41         (ispell-add-per-file-word-list): Use dynamic let-binding.
42         Try and use the proper comment marker.
44         * mail/sendmail.el: Fix commenting convention.
45         (sendmail-send-it): Use line-beginning-position.
47         * help-fns.el (describe-variable): Add original value, if applicable.
49 2010-09-20  Juanma Barranquero  <lekktu@gmail.com>
51         * subr.el (y-or-n-p): Remove leftover code from 2010-09-17T13:30:30Z!monnier@iro.umontreal.ca.
53         * emacs-lisp/smie.el (smie-indent--hanging-p): Use `smie-indent--bolp'.
55 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
57         * emacs-lisp/smie.el (smie-bnf-precedence-table): Improve error message.
58         (smie-debug--prec2-cycle, smie-debug--describe-cycle): New functions.
59         (smie-prec2-levels): Use them to better diagnose precedence cycles.
60         (smie-blink-matching-check): Don't signal a mismatch if car is t.
61         (smie-blink-matching-open): Rewrite to remove assumptions, so that
62         something like "." can also be a closer.
63         (smie--associative-p, smie-indent--hanging-p, smie-indent--bolp)
64         (smie-indent--offset, smie-indent--offset-rule, smie-indent--column):
65         Rename internal functions to use "--".  Update callers.
67         * frame.el (make-frame-names-alist): Don't list frames on other displays.
69         * fringe.el (fringe-styles): New var.
70         (fringe-mode, fringe-query-style): Use it.
72 2010-09-18  Michael R. Mauger  <mmaug@yahoo.com>
74         * progmodes/sql.el: Version 2.8
75         (sql-login-params): Update widget structure; changes still needed.
76         (sql-product-alist): Add :list-all and :list-table features for
77         SQLite, Postgres and MySQL products.
78         (sql-redirect): Handle default value.
79         (sql-execute, sql-execute-feature): New functions.
80         (sql-read-table-name): New function.
81         (sql-list-all, sql-list-table): New functions.  User API.
82         (sql-mode-map, sql-interactive-mode-map): Add key definitions
83         for above functions.
84         (sql-mode-menu, sql-interactive-mode-menu): Add menu definitions
85         for above functions.
86         (sql-postgres-login-params): Add user and database defaults.
87         (sql-buffer-live-p): Bug fix.
88         (sql-product-history): New variable.
89         (sql-read-product): New function. Use it.
90         (sql-set-product, sql-product-interactive): Use it.
91         (sql-connection-history): New variable.
92         (sql-read-connection): New function.  Use it.
93         (sql-connect): New function.
94         (sql-for-each-login): Redesign function interface.
95         (sql-make-alternate-buffer-name, sql-save-connection): Use it.
96         (sql-get-login-ext, sql-get-login): Use it.  Handle default values.
97         (sql-comint): Check for program.  Existing live buffer.
98         (sql-comint-postgres): Add port parameter.
100 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
102         * emacs-lisp/warnings.el: Fix commenting convention.
103         (display-warning): Use special mode and make the buffer read-only.
105 2010-09-18  Jay Belanger  <jay.p.belanger@gmail.com>
107         * calc/calc-prog.el (calc-read-parse-table-part): Don't "fix" the
108         empty string when it follows a repeated or optional pattern.
110 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
112         * indent.el (indent-according-to-mode): Apply syntax-propertize.
113         (indent-region): Use indent-according-to-mode.
115 2010-09-18  Eli Zaretskii  <eliz@gnu.org>
117         * fringe.el (fringe-mode): Doc fix.
119 2010-09-14  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
121         * textmodes/nroff-mode.el (nroff-view): Kill old buffer before
122         refreshing the preview buffer.
124 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
126         * textmodes/tex-mode.el (tex-syntax-propertize-rules)
127         (latex-syntax-propertize-rules): New consts; replace
128         tex-font-lock-syntactic-keywords.
129         (tex-env-mark, latex-env-before-change): New functions.
130         (latex-electric-env-pair-mode): New minor mode.
131         (tex-font-lock-verb): Change arguments; do move point.
132         (tex-font-lock-syntactic-face-function): Adjust to new verbatim
133         representation as a form of comment.
134         (tex-font-lock-keywords-1): Remove workaround, now unneeded.
135         (doctex-syntax-propertize-rules): New const; replaces
136         doctex-font-lock-syntactic-keywords.
137         (tex-common-initialization, doctex-mode): Use syntax-propertize-rules.
139         * progmodes/fortran.el (fortran--font-lock-syntactic-keywords): Remove.
140         (fortran-make-syntax-propertize-function): New function; replaces
141         fortran-font-lock-syntactic-keywords.
142         (fortran-mode): Use it.
143         (fortran-line-length): Use it.  Improve interactive spec.
145         * emacs-lisp/syntax.el (syntax-propertize-precompile-rules): New macro.
146         (syntax-propertize-rules): Add var-ref case.  Fix offset computation
147         when adding surrounding \(..\).
149         * progmodes/js.el (js-mode): Fix last change (bug#7054).
151 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
153         * obsolete/old-whitespace.el (whitespace-rescan-files-in-buffers):
154         Use with-current-buffer.
156         * isearch.el (isearch-face): Rename from `isearch'.
157         (isearch-highlight): Use new name.
159 2010-09-17  Eli Zaretskii  <eliz@gnu.org>
161         * fringe.el (fringe-mode, fringe-query-style): Use 4 pixels, not
162         5, for `half' width fringes.  (Bug#6933)
164 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
166         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
167         (byte-compile-defvar): "foo/bar" does not lack a prefix.
169         * subr.el (y-or-n-p): Add the "(y or n)" that was lost somehow.
171 2010-09-17  Stephen Berman  <stephen.berman@gmx.net>
173         * dframe.el (dframe-reposition-frame-emacs): Use tool-bar-pixel-width
174         in calculating new frame position.  Add more space between new and
175         parent on the left (Bug#7048).
177 2010-09-17  Michael Albinus  <michael.albinus@gmx.de>
179         * net/tramp-compat.el (tramp-compat-with-temp-message): Make it a
180         defmacro.
182 2010-09-16  Chong Yidong  <cyd@stupidchicken.com>
184         * mail/sendmail.el: Add "*unsent mail*" to same-window-buffer-names.
186         * term/x-win.el (x-cut-buffer-or-selection-value): Define as
187         obsolete alias for x-selection-value.
189         * ido.el (ido-make-buffer-list): Fix error in 2010-08-22 merge.
191 2010-09-16  Michael Albinus  <michael.albinus@gmx.de>
193         * net/tramp-cmds.el (tramp-cleanup-connection): Set tramp-autoload
194         cookie.
196 2010-09-15  Michael Albinus  <michael.albinus@gmx.de>
198         * net/tramp-compat.el (tramp-compat-with-temp-message)
199         (tramp-compat-font-lock-add-keywords, tramp-compat-process-get)
200         (tramp-compat-process-put): New defuns.
202         * net/tramp.el (top):
203         * net/tramp-gvfs.el (top):
204         * net/tramp-cache.el (top): Use `tramp-compat-font-lock-add-keywords'.
206         * net/tramp.el (tramp-progress-reporter-update):
207         Use `tramp-compat-funcall'.
209         * net/tramp.el (tramp-process-actions):
210         * net/tramp-gvfs.el (tramp-handle-vc-registered):
211         * net/tramp-sh.el (tramp-gvfs-handler-askquestion)
212         (tramp-get-remote-stat, tramp-get-remote-readlink):
213         Use `tramp-compat-with-temp-message'.
215         * net/tramp-sh.el (top): Require 'cl.
216         (tramp-handle-start-file-process): Use `tramp-compat-process-get'.
217         (tramp-open-connection-setup-interactive-shell):
218         Use `tramp-compat-process-put'.
220 2010-09-15  Alan Mackenzie  <acm@muc.de>
222         * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Correct the
223         indentation.
224         (c-forward-<>-arglist-recur): Fix an infinite recursion.
226 2010-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
228         * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
229         `lexical' for warnings related to lexical scoping.
230         (byte-compile-file-form-defvar, byte-compile-defvar): Warn about
231         global vars which don't have a prefix and could hence affect lexical
232         scoping in unrelated files.
234 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
236         * net/imap.el: Revert back to version
237         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
238         seem problematic.
240 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
242         * obsolete/old-whitespace.el (whitespace-unload-function):
243         Explicitly pass `obarray' to `unintern' to avoid a warning.
245 2010-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
247         * emacs-lisp/byte-run.el (set-advertised-calling-convention):
248         Add `when' argument.  Update callers.
250         * subr.el (unintern): Declare the obarray arg mandatory.
252 2010-09-14  Glenn Morris  <rgm@gnu.org>
254         * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
255         Doc fixes.
257         * calendar/diary-lib.el (diary-included-files): New variable.
258         (diary-list-entries): Maybe initialize diary-included-files.
259         (diary-include-other-diary-files): Append to diary-included-files.
260         * calendar/appt.el (appt-update-list): Also check the members of
261         diary-included-files.  (Bug#6999)
262         (appt-check): Doc fix.
264 2010-09-14  David Reitter  <david.reitter@gmail.com>
266         * simple.el (line-move-visual): Do not truncate goal column to
267         integer size.  (Bug#7020)
269 2010-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
271         * repeat.el (repeat): Allow repeating when the last event is a click.
272         Suggested by Drew Adams (bug#6256).
274 2010-09-14  Sascha Wilde  <wilde@sha-bang.de>
276         * vc/vc-hg.el (vc-hg-state,vc-hg-working-revision):
277         Replace setting HGRCPATH to "" by some less invasive --config options.
279 2010-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
281         * font-lock.el (font-lock-beginning-of-syntax-function):
282         Mark as obsolete.
284 2010-09-14  Glenn Morris  <rgm@gnu.org>
286         * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
287         and tool-bar modes.  (Bug#6211)
288         (menu-bar-mode): Move setting of standard-value after the
289         minor-mode definition, otherwise it seems to have no effect.
291 2010-09-14  Masatake YAMATO  <yamato@redhat.com>
293         * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
294         Fix typo.  (Bug#6976)
296 2010-09-14  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
298         * whitespace.el: Allow cleaning up blanks without blank
299         visualization (Bug#6651).  Adjust help window for
300         whitespace-toggle-options (Bug#6479).  Allow to use fill-column
301         instead of whitespace-line-column (from EmacsWiki).  New version 13.1.
302         (whitespace-style): Add new value 'face.  Adjust docstring.
303         (whitespace-space, whitespace-hspace, whitespace-tab):
304         Adjust foreground property face.
305         (whitespace-line-column): Adjust docstring and type declaration.
306         (whitespace-style-value-list, whitespace-toggle-option-alist)
307         (whitespace-help-text): Adjust const initialization.
308         (whitespace-toggle-options, global-whitespace-toggle-options):
309         Adjust docstring.
310         (whitespace-display-window, whitespace-interactive-char)
311         (whitespace-style-face-p, whitespace-color-on): Adjust code.
312         (whitespace-help-scroll): New fun.
314 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
316         * calendar/time-date.el (format-seconds): Comment fix.
318 2010-09-13  Michael R. Mauger  <mmaug@yahoo.com>
320         * progmodes/sql.el: Version 2.7.
321         (sql-buffer-live-p): Improve detection.
322         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
323         (sql-set-sqli-buffer): Use it.
324         (sql-product-interactive): Run `sql-set-sqli-hook'.
325         (sql-rename-buffer): Code cleanup.
326         (sql-redirect, sql-redirect-value): New functions.  More to come.
328 2010-09-13  Juanma Barranquero  <lekktu@gmail.com>
330         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.
331         * makefile.w32-in (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
332         (TRAMP_SRC): New macro.
333         ($(lisp)/net/tramp-loaddefs.el): New target.
335 2010-09-13  Michael Albinus  <michael.albinus@gmx.de>
337         Major code cleanup.  Split tramp.el into tramp.el and tramp-sh.el.
339         * Makefile.in (TRAMP_SRC): Remove tramp-fish.el.  Add tramp-sh.el.
341         * net/tramp.el (top): Don't show loading message.  Require just
342         'tramp-compat, everything else is required there.
343         Use `ignore-errors' where appropriate.
344         (tramp-inline-compress-start-size, tramp-copy-size-limit)
345         (tramp-terminal-type, tramp-end-of-output)
346         (tramp-initial-end-of-output, tramp-completion-function-alist-rsh)
347         (tramp-completion-function-alist-ssh)
348         (tramp-completion-function-alist-telnet)
349         (tramp-completion-function-alist-su)
350         (tramp-completion-function-alist-putty, tramp-remote-path)
351         (tramp-remote-process-environment, tramp-sh-extra-args)
352         (tramp-actions-before-shell, tramp-uudecode)
353         (tramp-perl-file-truename, tramp-perl-file-name-all-completions)
354         (tramp-perl-file-attributes)
355         (tramp-perl-directory-files-and-attributes)
356         (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
357         (tramp-perl-encode, tramp-perl-decode)
358         (tramp-vc-registered-read-file-names, tramp-file-mode-type-map)
359         (tramp-file-name-handler-alist, tramp-make-tramp-temp-file)
360         (tramp-handle-make-symbolic-link, tramp-handle-load)
361         (tramp-handle-file-name-as-directory)
362         (tramp-handle-file-name-directory)
363         (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
364         (tramp-handle-file-exists-p, tramp-handle-file-attributes)
365         (tramp-do-file-attributes-with-ls)
366         (tramp-do-file-attributes-with-perl)
367         (tramp-do-file-attributes-with-stat)
368         (tramp-handle-set-visited-file-modtime)
369         (tramp-handle-verify-visited-file-modtime)
370         (tramp-handle-set-file-modes, tramp-handle-set-file-times)
371         (tramp-set-file-uid-gid, tramp-remote-selinux-p)
372         (tramp-handle-file-selinux-context)
373         (tramp-handle-set-file-selinux-context)
374         (tramp-handle-file-executable-p, tramp-handle-file-readable-p)
375         (tramp-handle-file-newer-than-file-p, tramp-handle-file-modes)
376         (tramp-handle-file-directory-p, tramp-handle-file-regular-p)
377         (tramp-handle-file-symlink-p, tramp-handle-file-writable-p)
378         (tramp-handle-file-ownership-preserved-p)
379         (tramp-handle-directory-file-name, tramp-handle-directory-files)
380         (tramp-handle-directory-files-and-attributes)
381         (tramp-do-directory-files-and-attributes-with-perl)
382         (tramp-do-directory-files-and-attributes-with-stat)
383         (tramp-handle-file-name-all-completions)
384         (tramp-handle-file-name-completion, tramp-handle-add-name-to-file)
385         (tramp-handle-copy-file, tramp-handle-copy-directory)
386         (tramp-handle-rename-file, tramp-do-copy-or-rename-file)
387         (tramp-do-copy-or-rename-file-via-buffer)
388         (tramp-do-copy-or-rename-file-directly)
389         (tramp-do-copy-or-rename-file-out-of-band)
390         (tramp-handle-make-directory, tramp-handle-delete-directory)
391         (tramp-handle-delete-file)
392         (tramp-handle-dired-recursive-delete-directory)
393         (tramp-handle-dired-compress-file, tramp-handle-dired-uncache)
394         (tramp-handle-insert-directory)
395         (tramp-handle-unhandled-file-name-directory)
396         (tramp-handle-expand-file-name)
397         (tramp-handle-substitute-in-file-name)
398         (tramp-handle-executable-find, tramp-process-sentinel)
399         (tramp-handle-start-file-process, tramp-handle-process-file)
400         (tramp-handle-call-process-region, tramp-handle-shell-command)
401         (tramp-handle-file-local-copy, tramp-handle-file-remote-p)
402         (tramp-handle-insert-file-contents)
403         (tramp-handle-insert-file-contents-literally)
404         (tramp-handle-find-backup-file-name)
405         (tramp-handle-make-auto-save-file-name, tramp-handle-write-region)
406         (tramp-vc-registered-file-names, tramp-handle-vc-registered)
407         (tramp-sh-file-name-handler, tramp-vc-file-name-handler)
408         (tramp-maybe-send-script, tramp-set-auto-save, tramp-run-test)
409         (tramp-run-test2, tramp-find-executable, tramp-set-remote-path)
410         (tramp-find-file-exists-command, tramp-open-shell)
411         (tramp-find-shell, tramp-barf-if-no-shell-prompt)
412         (tramp-open-connection-setup-interactive-shell)
413         (tramp-local-coding-commands, tramp-remote-coding-commands)
414         (tramp-find-inline-encoding, tramp-call-local-coding-command)
415         (tramp-inline-compress-commands, tramp-find-inline-compress)
416         (tramp-compute-multi-hops, tramp-maybe-open-connection)
417         (tramp-send-command , tramp-wait-for-output)
418         (tramp-send-command-and-check, tramp-barf-unless-okay)
419         (tramp-send-command-and-read, tramp-mode-string-to-int)
420         (tramp-convert-file-attributes, tramp-check-cached-permissions)
421         (tramp-file-mode-from-int, tramp-file-mode-permissions)
422         (tramp-shell-case-fold, tramp-make-copy-program-file-name)
423         (tramp-method-out-of-band-p, tramp-local-host-p)
424         (tramp-get-remote-path, tramp-get-remote-tmpdir)
425         (tramp-get-ls-command, tramp-get-ls-command-with-dired)
426         (tramp-get-test-command, tramp-get-test-nt-command)
427         (tramp-get-file-exists-command, tramp-get-remote-ln)
428         (tramp-get-remote-perl, tramp-get-remote-stat)
429         (tramp-get-remote-readlink, tramp-get-remote-trash)
430         (tramp-get-remote-id, tramp-get-remote-uid, tramp-get-remote-gid)
431         (tramp-get-local-uid, tramp-get-local-gid)
432         (tramp-get-inline-compress, tramp-get-inline-coding): Move to
433         tramp-sh.el.
434         (tramp-methods, tramp-default-method-alist)
435         (tramp-default-user-alist, tramp-foreign-file-name-handler-alist):
436         Move initialization to tramp-sh.el.
437         (tramp-temp-name-prefix): Make it a defconst.
438         (tramp-dissect-file-name): Don't check anymore for multi-hop
439         methods.
440         (tramp-debug-outline-regexp): Add a docstring.
441         (tramp-debug-outline-level): Rename from `tramp-outline-level'.
442         (tramp-get-debug-buffer): Use it.
444         * net/tramp-cache.el (top): Set tramp-autoload cookie for
445         initialization forms.
446         (tramp-set-connection-property): Don't protect `tramp-message'
447         call, it isn't necessary any longer.
448         (tramp-dump-connection-properties): Use `ignore-errors'.
450         * net/tramp-compat.el (top): Require 'advice, 'format-spec,
451         'password-cache and 'auth-source.
453         * net/tramp-gvfs.el (top):
454         * net/tramp-smb.el (top): Require 'tramp-sh.
456         * net/tramp-gw.el (tramp-gw-open-network-stream): Use `ignore-errors'.
458         * net/tramp-sh.el: New file, derived from tramp.el.
459         (top): Initialize `tramp-methods', `tramp-default-method-alist',
460         `tramp-default-user-alist', `tramp-foreign-file-name-handler-alist'.
461         Remove "scp1_old", "scp2_old", "ssh1_old", "ssh2_old".
462         Use `ignore-errors' where appropriate.
463         (tramp-sh-file-name-handler-alist): Rename from
464         `tramp-file-name-handler-alist'.
465         (tramp-send-command-and-check): Return t or nil.  Remove all
466         `zerop' checks, where called.
467         (tramp-handle-set-file-modes)
468         (tramp-do-copy-or-rename-file-directly)
469         (tramp-handle-delete-directory, tramp-handle-delete-file)
470         (tramp-maybe-send-script): Use `tramp-barf-unless-okay'.
471         (tramp-sh-file-name-handler, tramp-send-command-and-check)
472         (tramp-get-remote-ln): Set tramp-autoload cookie.
474         * net/tramp-fish.el: Remove file.
476 2010-09-13  Daiki Ueno  <ueno@unixuser.org>
478         * epa-file.el (epa-file-insert-file-contents): If visiting, bind
479         buffer-file-name to avoid file-locking.  (Bug#7026)
481 2010-09-13  Julien Danjou  <julien@danjou.info>
483         * notifications.el (notifications-notify): Add support for
484         image-path and sound-name.
485         (notifications-specification-version): Add this variable.
487 2010-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
489         * subr.el (y-or-n-p): New function, moved from src/fns.c; use read-key.
491 2010-09-12  Leo  <sdl.web@gmail.com>
493         * net/rcirc.el (rcirc-server-commands, rcirc-client-commands)
494         (rcirc-completion-start): New variables.
495         (rcirc-nick-completions): Rename to rcirc-completions.
496         (rcirc-nick-completion-start-offset): Delete.
497         (rcirc-completion-at-point): New function for constructing
498         completion data for both nicks and irc commands.  Add to
499         completion-at-point-functions in rcirc mode.
500         (rcirc-complete): Rename from rcirc-nick-complete; use
501         rcirc-completion-at-point.
502         (defun-rcirc-command): Update rcirc-client-commands.
504 2010-09-11  Glenn Morris  <rgm@gnu.org>
506         * emacs-lisp/bytecomp.el (byte-compile-file): Create .elc files
507         atomically, to avoid parallel build errors.  (Bug#4196)
509 2010-09-11  Michael R. Mauger  <mmaug@yahoo.com>
511         * progmodes/sql.el: Version 2.6
512         (sql-dialect): Synonym for "sql-product".
513         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
514         (sql-set-sqli-buffer, sql-show-sqli-buffer, sql-interactive-mode):
515         Set "sql-buffer" to buffer name not buffer object so multiple sql
516         interactive buffers work properly.  Reverts misguided changes in
517         earlier work.
518         (sql-comint): Make sure different buffer name is used if "*SQL*"
519         buffer is for a different product.
520         (sql-make-alternate-buffer-name): Fix bug with "sql-database"
521         login param.
522         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
523         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
524         (sql-db2, sql-linter, sql-product-interactive, sql-rename-buffer):
525         Accept new buffer name or prompt for one.
526         (sql-port): Default to zero.
527         (sql-comint-mysql): Handle "sql-port" as a numeric.
528         (sql-port-history): Delete unused variable.
529         (sql-get-login): Default "sql-port" to a number.
530         (sql-product-alist): Correct Postgres prompt and terminator regexp.
531         (sql-sqlite-program): Dynamically detect presence of "sqlite" or
532         "sqlite3" executables.
533         (sql-sqlite-login-params): Add "*.sqlite[23]?" database name pattern.
534         (sql-buffer-live-p): New function.
535         (sql-mode-menu, sql-send-string): Use it.
536         (sql-mode-oracle-font-lock-keywords): Improve SQL*Plus REMARK
537         syntax pattern.
538         (sql-mode-postgres-font-lock-keywords): Support Postgres V9.
539         (sql-mode-sqlite-font-lock-keywords): Hilight sqlite commands.
541 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
543         * net/netrc.el (netrc-credentials): New convenience function.
545 2010-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
547         * textmodes/texinfo.el (texinfo-syntax-propertize-function): New fun
548         to replace texinfo-font-lock-syntactic-keywords.
549         (texinfo-mode): Use it.
551         * textmodes/tex-mode.el (tex-common-initialization, doctex-mode):
552         Use syntax-propertize-function.
554         * textmodes/sgml-mode.el (sgml-syntax-propertize-function): New var to
555         replace sgml-font-lock-syntactic-keywords.
556         (sgml-mode): Use it.
558         * textmodes/reftex.el (font-lock-syntactic-keywords): Don't declare
559         since we don't use it.
561         * textmodes/bibtex.el (bibtex-mode): Use syntax-propertize-function.
563         * progmodes/vhdl-mode.el (vhdl-mode): Use syntax-propertize-function
564         if available.
565         (vhdl-fontify-buffer): Adjust.
567         * progmodes/tcl.el (tcl-syntax-propertize-function): New var to
568         replace tcl-font-lock-syntactic-keywords.
569         (tcl-mode): Use it.
571         * progmodes/simula.el (simula-syntax-propertize-function): New var to
572         replace simula-font-lock-syntactic-keywords.
573         (simula-mode): Use it.
575         * progmodes/sh-script.el (sh-st-symbol): Remove.
576         (sh-font-lock-close-heredoc, sh-font-lock-open-heredoc): Add eol arg.
577         (sh-font-lock-flush-syntax-ppss-cache, sh-font-lock-here-doc): Remove.
578         (sh-font-lock-quoted-subshell): Assume we've already matched $(.
579         (sh-font-lock-paren): Set syntax-multiline.
580         (sh-font-lock-syntactic-keywords): Remove.
581         (sh-syntax-propertize-function): New function to replace it.
582         (sh-mode): Use it.
584         * progmodes/ruby-mode.el (ruby-here-doc-beg-re):
585         Define while compiling.
586         (ruby-here-doc-end-re, ruby-here-doc-beg-match)
587         (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
588         (syntax-ppss, ruby-in-ppss-context-p, ruby-in-here-doc-p)
589         (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
590         (ruby-here-doc-end-syntax): Only define when
591         syntax-propertize is not available.
592         (ruby-syntax-propertize-function, ruby-syntax-propertize-heredoc):
593         New functions.
594         (ruby-in-ppss-context-p): Update to new syntax of heredocs.
595         (electric-indent-chars): Silence bytecompiler.
596         (ruby-mode): Use prog-mode, syntax-propertize-function, and
597         electric-indent-chars.
599         * progmodes/python.el (python-syntax-propertize-function): New var to
600         replace python-font-lock-syntactic-keywords.
601         (python-mode): Use it.
602         (python-quote-syntax): Simplify and adjust to new use.
604         * progmodes/perl-mode.el (perl-syntax-propertize-function): New fun to
605         replace perl-font-lock-syntactic-keywords.
606         (perl-syntax-propertize-special-constructs): New fun to replace
607         perl-font-lock-special-syntactic-constructs.
608         (perl-font-lock-syntactic-face-function): New fun.
609         (perl-mode): Use it.
611         * progmodes/octave-mod.el (octave-syntax-propertize-sqs): New function
612         to replace octave-font-lock-close-quotes.
613         (octave-syntax-propertize-function): New function to replace
614         octave-font-lock-syntactic-keywords.
615         (octave-mode): Use it.
617         * progmodes/mixal-mode.el (mixal-syntax-propertize-function): New var;
618         replaces mixal-font-lock-syntactic-keywords.
619         (mixal-mode): Use it.
621         * progmodes/make-mode.el (makefile-syntax-propertize-function):
622         New var; replaces makefile-font-lock-syntactic-keywords.
623         (makefile-mode): Use it.
624         (makefile-imake-mode): Adjust.
626         * progmodes/js.el (js--regexp-literal): Define while compiling.
627         (js-syntax-propertize-function): New var; replaces
628         js-font-lock-syntactic-keywords.
629         (js-mode): Use it.
631         * progmodes/gud.el (gdb-script-syntax-propertize-function): New var;
632         replaces gdb-script-font-lock-syntactic-keywords.
633         (gdb-script-mode): Use it.
635         * progmodes/fortran.el (fortran-mode): Use syntax-propertize-function.
636         (fortran--font-lock-syntactic-keywords): New var.
637         (fortran-line-length): Update syntax-propertize-function and
638         fortran--font-lock-syntactic-keywords.
640         * progmodes/cperl-mode.el (cperl-mode): Use syntax-propertize-function.
642         * progmodes/cfengine.el (cfengine-mode):
643         Use syntax-propertize-function.
644         (cfengine-font-lock-syntactic-keywords): Remove.
646         * progmodes/autoconf.el (autoconf-mode):
647         Use syntax-propertize-function.
648         (autoconf-font-lock-syntactic-keywords): Remove.
650         * progmodes/ada-mode.el (ada-set-syntax-table-properties)
651         (ada-after-change-function, ada-initialize-syntax-table-properties)
652         (ada-handle-syntax-table-properties): Only define when
653         syntax-propertize is not available.
654         (ada-mode): Use syntax-propertize-function.
656         * font-lock.el (font-lock-syntactic-keywords): Make obsolete.
657         (font-lock-fontify-syntactic-keywords-region): Move handling of
658         font-lock-syntactically-fontified to...
659         (font-lock-default-fontify-region): ...here.
660         Let syntax-propertize-function take precedence.
661         (font-lock-fontify-syntactically-region): Cal syntax-propertize.
663         * emacs-lisp/syntax.el (syntax-propertize-function)
664         (syntax-propertize-chunk-size, syntax-propertize--done)
665         (syntax-propertize-extend-region-functions): New vars.
666         (syntax-propertize-wholelines, syntax-propertize-multiline)
667         (syntax-propertize--shift-groups, syntax-propertize-via-font-lock)
668         (syntax-propertize): New functions.
669         (syntax-propertize-rules): New macro.
670         (syntax-ppss-flush-cache): Set syntax-propertize--done.
671         (syntax-ppss): Call syntax-propertize.
673         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Skip named groups.
675 2010-09-10  Agustín Martín  <agustin.martin@hispalinux.es>
677         * textmodes/ispell.el (ispell-init-process): Improve comments.
678         XEmacs compatibility changes regarding (add-hook) 'local option
679         and (set-process-query-on-exit-flag).
681 2010-09-09  Michael Albinus  <michael.albinus@gmx.de>
683         * net/tramp-cache.el (tramp-parse-connection-properties):
684         Set tramp-autoload cookie.
686 2010-09-09  Glenn Morris  <rgm@gnu.org>
688         * image.el (imagemagick-types-inhibit): Add :type, :version, :group.
689         (imagemagick-register-types): Doc fix.
691 2010-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
693         * progmodes/octave-mod.el (electric-indent-chars): Silence bytecomp.
695         * progmodes/js.el (require): Require is already "eval-and-compile".
696         (js--re-search-forward): Avoid `eval'.  Preserve the error data.
697         (js--re-search-backward): Use js--re-search-forward.
699         * progmodes/fortran.el (fortran-line-length): Don't recompute
700         syntactic keywords redundantly a second time.
702         * progmodes/ada-mode.el: Replace "(set '" with setq.
703         (ada-mode): Simplify.
704         (ada-create-case-exception, ada-adjust-case-interactive)
705         (ada-adjust-case-region, ada-format-paramlist, ada-indent-current)
706         (ada-search-ignore-string-comment, ada-move-to-start)
707         (ada-move-to-end): Use with-syntax-table.
709         * font-lock.el (save-buffer-state): Remove `varlist' arg.
710         (font-lock-unfontify-region, font-lock-default-fontify-region):
711         Update usage correspondingly.
712         (font-lock-fontify-syntactic-keywords-region):
713         Set parse-sexp-lookup-properties buffer-locally here.
714         (font-lock-fontify-syntactically-region): Remove unused `ppss' arg.
716         * simple.el (blink-matching-open): Don't burp if we can't find a match.
718 2010-09-08  Glenn Morris  <rgm@gnu.org>
720         * emacs-lisp/bytecomp.el (byte-compile-report-ops):
721         Error if not compiled with -DBYTE_CODE_METER.
723         * emacs-lisp/bytecomp.el (byte-recompile-directory):
724         Ignore dir-locals-file.
726 2010-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
728         * progmodes/compile.el (compilation-error-regexp-alist-alist):
729         Not a const.
730         (compilation-error-regexp-alist-alist): Rule out ": " in file names
731         for the `gnu' messages.
732         (compilation-set-skip-threshold): New command.
733         (compilation-start): Use \' rather than $.
734         (compilation-forget-errors): Use clrhash.
736 2010-09-08  Agustín Martín  <agustin.martin@hispalinux.es>
738         * textmodes/ispell.el (ispell-valid-dictionary-list):
739         Simplify logic.
741 2010-09-08  Michael Albinus  <michael.albinus@gmx.de>
743         Migrate to Tramp 2.2.  Rearrange load dependencies.
744         (Bug#1529, Bug#5448, Bug#5705)
746         * Makefile.in (TRAMP_DIR, TRAMP_SRC): New variables.
747         ($(TRAMP_DIR)/tramp-loaddefs.el): New target.
748         (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
750         * net/tramp.el (top): Remove all other tramp-* loads except
751         tramp-compat.el.  Remove all changes to tramp-unload-hook for
752         other tramp-* packages.  Rearrange defun order.  Change calls of
753         `tramp-compat-call-process', `tramp-compat-decimal-to-octal',
754         `tramp-compat-octal-to-decimal' to new function names.
755         (tramp-terminal-type, tramp-initial-end-of-output)
756         (tramp-methods, tramp-foreign-file-name-handler-alist)
757         (tramp-tramp-file-p, tramp-completion-mode-p)
758         (tramp-send-command-and-check, tramp-get-remote-path)
759         (tramp-get-remote-tmpdir, tramp-get-remote-ln)
760         (tramp-shell-quote-argument): Set tramp-autoload cookie.
761         (with-file-property, with-connection-property): Move to
762         tramp-cache.el.
763         (tramp-local-call-process, tramp-decimal-to-octal)
764         (tramp-octal-to-decimal): Move to tramp-compat.el.
765         (tramp-handle-shell-command): Do not require 'shell.
766         (tramp-compute-multi-hops): No special handling for tramp-gw-*
767         symbols.
768         (tramp-unload-tramp): Do not call `tramp-unload-file-name-handlers'.
770         * net/tramp-cache.el (top): Require 'tramp.  Add to
771         `tramp-unload-hook'.
772         (tramp-cache-data, tramp-get-file-property)
773         (tramp-set-file-property, tramp-flush-file-property)
774         (tramp-flush-directory-property, tramp-get-connection-property)
775         (tramp-set-connection-property, tramp-flush-connection-property)
776         (tramp-cache-print, tramp-list-connections): Set tramp-autoload
777         cookie.
778         (with-file-property, with-connection-property): New defuns, moved
779         from tramp.el.
780         (tramp-flush-file-function): Use `with-parsed-tramp-file-name'
781         macro.
783         * net/tramp-cmds.el (top): Add to `tramp-unload-hook'.
784         (tramp-version): Set tramp-autoload cookie.
786         * net/tramp-compat.el (top): Require 'tramp-loaddefs.  Remove all
787         changes to tramp-unload-hook for other tramp-* packages.  Add to
788         `tramp-unload-hook'.
789         (tramp-compat-decimal-to-octal, tramp-compat-octal-to-decimal)
790         (tramp-compat-call-process): New defuns, moved from tramp.el.
792         * net/tramp-fish.el (top) Require just 'tramp.  Add objects to
793         `tramp-methods' and `tramp-foreign-file-name-handler-alist'.  Add
794         to `tramp-unload-hook'.  Change call of
795         `tramp-compat-decimal-to-octal' to new function name.
796         (tramp-fish-method): Make it a defconst.
797         (tramp-fish-file-name-p): Make it a defsubst.
798         (tramp-fish-method, tramp-fish-file-name-handler)
799         (tramp-fish-file-name-p): Set tramp-autoload cookie.
801         * net/tramp-ftp.el (top) Add objects to `tramp-methods' and
802         `tramp-foreign-file-name-handler-alist'.  Add to
803         `tramp-unload-hook'.
804         (tramp-ftp-method): Make it a defconst.
805         (tramp-ftp-file-name-p): Make it a defsubst.
806         (tramp-ftp-method, tramp-ftp-file-name-handler)
807         (tramp-ftp-file-name-p): Set tramp-autoload cookie.
809         * net/tramp-gvfs.el (top) Add objects to `tramp-methods' and
810         `tramp-foreign-file-name-handler-alist'.  Add to
811         `tramp-unload-hook'.  Change checks, whether package can be
812         loaded.
813         (tramp-gvfs-file-name-p): Make it a defsubst.
814         (tramp-gvfs-methods, tramp-gvfs-file-name-handler)
815         (tramp-gvfs-file-name-p): Set tramp-autoload cookie.
816         (tramp-gvfs-handle-file-directory-p): New defun.
817         (tramp-gvfs-file-name-handler-alist): Use it.
819         * net/tramp-gw.el (top) Add objects to `tramp-methods' and
820         `tramp-foreign-file-name-handler-alist'.  Add to
821         `tramp-unload-hook'.
822         (tramp-gw-tunnel-method, tramp-gw-default-tunnel-port)
823         (tramp-gw-socks-method, tramp-gw-default-socks-port): Make it a
824         defconst.
825         (tramp-gw-tunnel-method, tramp-gw-socks-method)
826         (tramp-gw-open-connection): Set tramp-autoload cookie.
828         * net/tramp-imap.el (top) Require just 'tramp.  Add objects to
829         `tramp-methods' and `tramp-foreign-file-name-handler-alist'.  Add
830         to `tramp-unload-hook'.  Change checks, whether package can be
831         loaded.
832         (tramp-imap-file-name-p): Make it a defsubst.
833         (tramp-imap-method, tramp-imaps-method)
834         (tramp-imap-file-name-handler)
835         (tramp-imap-file-name-p): Set tramp-autoload cookie.
837         * net/tramp-smb.el (top) Require just 'tramp.  Add objects to
838         `tramp-methods' and `tramp-foreign-file-name-handler-alist'.  Add
839         to `tramp-unload-hook'.  Change checks, whether package can be
840         loaded.  Change call of `tramp-compat-decimal-to-octal' to new
841         function name.
842         (tramp-smb-tunnel-method): Make it a defconst.
843         (tramp-smb-file-name-p): Make it a defsubst.
844         (tramp-smb-method, tramp-smb-file-name-handler)
845         (tramp-smb-file-name-p): Set tramp-autoload cookie.
847         * net/tramp-uu.el (top) Add to `tramp-unload-hook'.
848         (tramp-uuencode-region): Set tramp-autoload cookie.
850         * net/trampver.el (top) Add to `tramp-unload-hook'.
851         (tramp-version, tramp-bug-report-address): Set tramp-autoload
852         cookie.  Update release number.
854 2010-09-07  Agustín Martín  <agustin.martin@hispalinux.es>
856         * textmodes/ispell.el (ispell-start-process): Make sure original
857         arg list is properly initialized (Bug#6993, Bug#6994).
859 2010-09-06  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
861         * files.el (directory-abbrev-alist): Use \` as default regexp.
863         * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
864         chars like - or ] (bug#6984).
865         (rx-any-condense-range): Explode 2-char ranges.
867 2010-09-06  Glenn Morris  <rgm@gnu.org>
869         * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
871 2010-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
873         * textmodes/bibtex.el:
874         * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
876 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
878         * net/imap.el (imap-message-map): Remove optional buffer parameter,
879         since no callers use it.
880         (imap-message-get): Ditto.
881         (imap-message-put): Ditto.
882         (imap-mailbox-map): Ditto.
883         (imap-mailbox-put): Ditto.
884         (imap-mailbox-get): Ditto.
885         (imap-mailbox-get): Revert last change for this function.
887 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
889         * net/imap.el (imap-fetch-safe): Remove function, and alter all
890         callers to use `imap-fetch' instead.  According to the comments, this
891         should be safe, since all other IMAP clients use the 1:* syntax.
892         (imap-enable-exchange-bug-workaround): Remove.
893         (imap-debug): Remove -- doesn't seem very useful.
895 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
897         * net/imap.el (imap-log): New convenience function used throughout
898         instead of repeating the same code all over the place.
900 2010-09-05  David De La Harpe Golden  <david@harpegolden.net>
902         * mouse.el (mouse-save-then-kill): Save region to kill-ring
903         when mouse-drag-copy-region is non-nil (Bug#6956).
905 2010-09-05  Chong Yidong  <cyd@stupidchicken.com>
907         * dired.el (dired-ls-sorting-switches, dired-sort-by-name-regexp):
908         Improve regexps (Bug#6987).
909         (dired-sort-toggle): Search more robustly for -t flag.
911         * files.el (get-free-disk-space): Search more robustly for
912         "available" column.  Suggested by Ehud Karni
913         <ehud@unix.mvs.co.il>.
915 2010-09-05  Juanma Barranquero  <lekktu@gmail.com>
917         * international/uni-bidi.el:
918         * international/uni-category.el:
919         * international/uni-combining.el:
920         * international/uni-decimal.el:
921         * international/uni-mirrored.el:
922         * international/uni-name.el: Regenerate.
924 2010-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
926         * electric.el (electric-indent-post-self-insert-function):
927         Don't reindent with a sloppy indentation function.
929         * emacs-lisp/syntax.el (syntax-ppss): More sanity check to catch
930         border case in change-log-mode.
932 2010-09-04  Chong Yidong  <cyd@stupidchicken.com>
934         * progmodes/compile.el (compilation-error-regexp-alist-alist):
935         Remove ruby regexp; handle Ruby errors with gcc-include and gnu.
936         Recognize leading tab in gcc-include regexp.  Ignore names with
937         leading "from" or "in" in gnu regexp (Bug#6937).
939 2010-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
941         Avoid global recursive calls to kill-buffer-hooks; fit into 80 cols.
942         * textmodes/ispell.el (ispell-process-buffer-name): Remove.
943         (ispell-start-process): Avoid setq and simplify logic.
944         (ispell-init-process): Setup kill-buffer-hook locally when needed.
945         (kill-buffer-hook): Don't use it globally with code that uses
946         expand-file-name since that may call kill-buffer via
947         code_conversion_restore.
949 2010-09-04  Noorul Islam K M  <noorul@noorul.com>  (tiny change)
951         * emacs-lisp/package.el (package-directory-list): Only call
952         file-name-nondirectory on a string.
954 2010-09-02  Chong Yidong  <cyd@stupidchicken.com>
956         * emacs-lisp/package.el (package--download-one-archive):
957         Ensure that archive-contents is valid before saving it.
958         (package-activate-1, package-mark-obsolete, define-package)
959         (package-compute-transaction, package-list-maybe-add): Use push.
961 2010-09-03  Stefan Monnier  <monnier@iro.umontreal.ca>
963         Use SMIE's blink-paren for octave-mode.
964         * progmodes/octave-mod.el (octave-font-lock-close-quotes):
965         Backslashes do not escape single-quotes, single-quotes do.
966         (octave-block-else-regexp, octave-block-end-regexp)
967         (octave-block-match-alist): Remove.
968         (octave-smie-bnf-table): New var, with old content.
969         (octave-smie-op-levels): Use it.
970         (octave-smie-closer-alist): New var.
971         (octave-mode): Use it.  Setup smie-blink-matching and electric-indent.
972         (octave-blink-matching-block-open): Remove.
973         (octave-reindent-then-newline-and-indent, octave-electric-semi)
974         (octave-electric-space): Let self-insert-command run expand-abbrev and
975         blink parens.
977         * electric.el (electricity): New group.
978         (electric-indent-chars): New var.
979         (electric-indent-post-self-insert-function): New fun.
980         (electric-indent-mode): New minor mode.
981         (electric-pair-skip-self): New custom.
982         (electric-pair-post-self-insert-function): New function.
983         (electric-pair-mode): New minor mode.
985         * calc/calc-aent.el (calcAlg-blink-matching-check): New fun, to replace
986         calcAlg-blink-matching-open.
987         (calc-alg-ent-map, calc-alg-ent-esc-map): Initialize in the declaration.
988         (calc-do-alg-entry): Only touch the part of the keymap that varies.
989         Use the new blink-matching-check-function.
991         Provide blink-matching support to SMIE.
992         * emacs-lisp/smie.el (smie-bnf-closer-alist): New function.
993         (smie-blink-matching-triggers, smie-blink-matching-inners): New vars.
994         (smie-blink-matching-check, smie-blink-matching-open): New functions.
996         * simple.el (newline): Fix last change to properly remove itself from
997         the hook.
999 2010-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1001         * simple.el (newline): Eliminate optimization.
1002         Use post-self-insert-hook to set hard-newline and things before
1003         running post-self-insert-hook.
1004         (blink-matching-check-mismatch): New function.
1005         (blink-matching-check-function): New variable.
1006         (blink-matching-open): Use them.
1007         Skip back forward over prefix chars skipped by forward-sexp.
1008         Don't check if the parens are backslash escaped.
1009         (blink-paren-post-self-insert-function): Check backslash escaping here.
1011 2010-09-02  Chong Yidong  <cyd@stupidchicken.com>
1013         * emacs-lisp/package.el (package-menu-mode-map):
1014         Change package-menu-revert bindings to revert-buffer.
1015         (package-menu-mode): Set revert-buffer-function.
1016         (package-menu-revert): Doc fix.
1018 2010-09-02  Agustín Martín  <agustin.martin@hispalinux.es>
1020         * textmodes/ispell.el (ispell-init-process): Use "~/" as
1021         `default-directory' unless using Ispell per-directory personal
1022         dictionaries and not in a mini-buffer under XEmacs.
1023         (kill-buffer-hook): Do not kill ispell process on exit when
1024         `ispell-process-directory' is "~/".  (Bug#6143)
1026 2010-09-02  Jan Djärv  <jan.h.d@swipnet.se>
1028         * simple.el (kill-new): Call interprogram-cut-function with only
1029         one argument.
1031         * term.el (term-mouse-paste): Don't call x-get-cutbuffer.
1032         Remove cut buffer from error message.
1034         * term/x-win.el (x-select-text):
1035         * term/pc-win.el (x-selection-value):
1036         * term/ns-win.el (x-selection-value):
1037         * eshell/em-term.el:
1038         * w32-fns.el (x-get-selection-value):
1039         * mouse-sel.el (mouse-sel-set-selection-function):
1040         * frame.el (display-selections-p): Remove cut-buffer in documentation.
1042         * term/x-win.el: Update documentation for x-last-selected-text-*.
1043         (x-last-selected-text-cut, x-last-selected-text-cut-encoded)
1044         (x-last-cut-buffer-coding, x-cut-buffer-max): Remove.
1045         (x-select-text): Remove argument PUSH, update documentation.  Remove
1046         cut-buffer code.
1047         (x-selection-value-internal): Was previously x-selection-value.
1048         (x-selection-value): Rename from x-cut-buffer-or-selection-value.
1049         Update documentation, remove cut-buffer code.  Call
1050         x-selection-value-internal.
1051         (x-clipboard-yank): Call x-selection-value-internal.
1052         (x-initialize-window-system): Remove setting of x-cut-buffer-max.
1054         * term/pc-win.el (x-last-selected-text):
1055         x-cut-buffer-or-selection-value renamed to x-selection-value
1056         (x-select-text): Remove argument PUSH, update documentation.
1058         * term/ns-win.el (x-setup-function-keys, ns-last-selected-text):
1059         x-cut-buffer-or-selection-value renamed to x-selection-value
1060         (x-selection-value): Renamed from x-cut-buffer-or-selection-value.
1061         (x-select-text): Remove argument PUSH, update documentation.
1063         * emacs-lisp/cl-macs.el (x-get-cutbuffer, x-get-cut-buffer): Remove.
1065         * w32-fns.el (x-last-selected-text):
1066         x-cut-buffer-or-selection-value renamed to x-selection-value.
1067         (x-cut-buffer-max): Remove.
1068         (x-select-text): Remove argument PUSH, update documentation.
1070         * simple.el (interprogram-cut-function): Remove mention of PUSH.
1072         * select.el (x-get-cut-buffer, x-set-cut-buffer): Remove.
1074         * mouse-sel.el (mouse-sel-get-selection-function):
1075         x-cut-buffer-or-selection-value renamed to x-selection-value.
1076         (x-select-text): Remove optional push.
1078 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1080         * simple.el (blink-paren-function): Move from C to here.
1081         (blink-paren-post-self-insert-function): New function.
1082         (post-self-insert-hook): Use it.
1084         * emacs-lisp/pcase.el (pcase-split-memq):
1085         Fix overenthusiastic optimisation.
1086         (pcase-u1): Handle the case of a lambda pred.
1088 2010-08-31  Kenichi Handa  <handa@m17n.org>
1090         * international/mule-cmds.el (standard-display-european-internal):
1091         Setup standard-display-table for 8-bit characters by storing 8-bit
1092         characters in the element vector.
1094         * disp-table.el (standard-display-8bit): Setup
1095         standard-display-table for 8-bit characters by storing 8-bit
1096         characters in the element vector.
1097         (standard-display-european): Likewise.
1099 2010-08-31  Masatake YAMATO  <yamato@redhat.com>
1101         * textmodes/nroff-mode.el (nroff-view): New command.
1102         (nroff-mode-map): Bind it to C-c C-c.
1104 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1106         * emacs-lisp/smie.el (smie-down-list): New command.
1108         Remove old indentation and navigation code on octave-mode.
1109         * progmodes/octave-mod.el (octave-mode-map): Remap down-list to
1110         smie-down-list rather than add a binding for octave-down-block.
1111         (octave-mark-block, octave-blink-matching-block-open):
1112         Rely on forward-sexp-function.
1113         (octave-fill-paragraph): Don't narrow, so you can use
1114         indent-according-to-mode.
1115         (octave-block-begin-regexp, octave-block-begin-or-end-regexp): Remove.
1116         (octave-in-block-p, octave-re-search-forward-kw)
1117         (octave-re-search-backward-kw, octave-indent-calculate)
1118         (octave-end-as-array-index-p, octave-block-end-offset)
1119         (octave-scan-blocks, octave-forward-block, octave-backward-block)
1120         (octave-down-block, octave-backward-up-block, octave-up-block)
1121         (octave-before-magic-comment-p, octave-indent-line): Remove.
1123 2010-08-31  Chong Yidong  <cyd@stupidchicken.com>
1125         * emacs-lisp/package.el (package--read-archive-file): Just use
1126         `read', to avoid copying an additional string.
1127         (package-menu-mode): Set header-line-format here.
1128         (package-menu-refresh, package-menu-revert): Signal an error if
1129         not in the Package Menu.
1130         (package-menu-package-list): New var.
1131         (package--generate-package-list): Operate on the current buffer;
1132         don't assume that it is *Packages*, since the user may rename it.
1133         Allow persistent package listings and sort keys using
1134         package-menu-package-list and package-menu-package-sort-key.
1135         (package-menu--version-predicate): Fix version calculation.
1136         (package-menu-sort-by-column): Don't select the window.
1137         (package--list-packages): Create the *Packages* buffer.
1138         Set package-menu-package-list-key.
1139         (list-packages): Sorting by status is now the default.
1140         (package-buffer-info): Use match-string-no-properties.
1141         (define-package): Add a &rest argument for future proofing, but
1142         don't use it yet.
1143         (package-install-from-buffer, package-install-buffer-internal):
1144         Merge into a single function, package-install-from-buffer.
1145         (package-install-file): Change caller.
1147         * finder.el: Load finder-inf using `require'.
1148         (finder-list-matches): Sorting by status is now the default.
1149         (finder-compile-keywords): Simpify printing.
1151 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1153         * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
1154         (octave-mode-map): Remove special bindings for forward/backward-block
1155         and octave-backward-up-block.  Use smie-close-block.
1156         (octave-continuation-marker-regexp): New var.
1157         (octave-continuation-regexp): Use it.
1158         (octave-operator-table, octave-smie-op-levels)
1159         (octave-operator-regexp, octave-smie-indent-rules): New vars.
1160         (octave-smie-backward-token, octave-smie-forward-token): New funs.
1161         (octave-mode): Use SMIE.
1162         (octave-close-block): Delete.
1164 2010-08-30  Eli Zaretskii  <eliz@gnu.org>
1166         * menu-bar.el (menu-bar-edit-menu) <"Paste">: Check selection in
1167         CLIPBOARD, not in PRIMARY.  (Bug#6944)
1169 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1171         * emacs-lisp/smie.el (smie-indent-offset-rule): Let :parent take
1172         a list of parents.
1173         (smie-indent-column): Allow indirection through variables.
1175         * composite.el (save-buffer-state): Delete, unused.
1176         * font-lock.el (save-buffer-state): Use with-silent-modifications.
1177         (font-lock-default-fontify-region): Use with-syntax-table.
1178         * jit-lock.el (with-buffer-unmodified): Remove.
1179         (with-buffer-prepared-for-jit-lock): Use with-silent-modifications.
1181         Use `declare' in defmacros.
1182         * window.el (save-selected-window):
1183         * subr.el (with-temp-file, with-temp-message, with-syntax-table):
1184         * progmodes/python.el (def-python-skeleton):
1185         * net/dbus.el (dbus-ignore-errors):
1186         * jka-cmpr-hook.el (with-auto-compression-mode):
1187         * international/mule.el (with-category-table):
1188         * emacs-lisp/timer.el (with-timeout):
1189         * emacs-lisp/lisp-mnt.el (lm-with-file):
1190         * emacs-lisp/eieio.el (with-slots):
1191         * emacs-lisp/easymenu.el (easy-menu-define):
1192         * emacs-lisp/debug.el (debugger-env-macro):
1193         * emacs-lisp/cl-compat.el (Multiple-value-bind, Multiple-value-setq)
1194         (Multiple-value-call, Multiple-value-prog1):
1195         * emacs-lisp/cl-seq.el (cl-parsing-keywords, cl-check-key)
1196         (cl-check-test-nokey, cl-check-test, cl-check-match): Move indent and
1197         edebug rule to definition.
1198         * emacs-lisp/lisp-mode.el (save-selected-window)
1199         (with-current-buffer, combine-after-change-calls)
1200         (with-output-to-string, with-temp-file, with-temp-buffer)
1201         (with-temp-message, with-syntax-table, read-if, eval-after-load)
1202         (dolist, dotimes, when, unless):
1203         * emacs-lisp/byte-run.el (inline): Remove indent rule, redundant.
1205 2010-08-29  Chong Yidong  <cyd@stupidchicken.com>
1207         * finder.el: Require `package'.
1208         (finder-known-keywords): Tweak descriptions.  Retire `oop' keyword.
1209         (finder-package-info): Var deleted.
1210         (finder-keywords-hash, finder--builtins-alist): New vars.
1211         (finder-compile-keywords): Compute package--builtins and
1212         finder-keywords-hash instead of finder-keywords-hash, respecting
1213         the "Package" header.
1214         (finder-unknown-keywords, finder-list-matches):
1215         Use finder-keywords-hash and package--list-packages.
1216         (finder-mode): Don't set font-lock-defaults.
1217         (finder-exit): We don't use "*Finder-package*" and "*Finder
1218         Category*" buffers anymore.
1220         * emacs-lisp/package.el (package--builtins-base): Var deleted.
1221         (package--builtins): Set default value to nil.
1222         (package-initialize): Load precomputed value of package--builtins
1223         from finder-inf.el.
1224         (package-alist, package-compute-transaction)
1225         (package-download-transaction): Improve docstring.
1226         (package-read-all-archive-contents): Do not change
1227         package--builtins here.
1228         (list-packages): Make package-list-packages an alias for this.
1229         Sort by status by default.
1230         (package--list-packages): Add optional PACKAGES arg.
1231         (describe-package-1): Use font-lock-face property.  For built-in
1232         packages, insert file commentary.
1233         (package--generate-package-list): Rename from
1234         package-list-packages-internal; all callers changed.  Add optional
1235         PACKAGES arg.  Add alphabetical sort fallbacks.
1236         (package-menu--version-predicate, package-menu--status-predicate)
1237         (package-menu--description-predicate)
1238         (package-menu--name-predicate): New functions.
1240         * info.el (Info-finder-find-node): Search package-alist instead of
1241         finder-package-info.
1243 2010-08-29  Chong Yidong  <cyd@stupidchicken.com>
1245         * subr.el (version-regexp-alist): Don't use "a" and "b" for
1246         "alpha" and "beta".
1247         (version-to-list): Handle versions like "10.3d".
1249 2010-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1251         * emacs-lisp/macroexp.el (macroexpand-all-1): Use pcase.
1252         (macroexp-accumulate): Use `declare'.
1254 2010-08-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1256         * whitespace.el (whitespace-style): Adjust type declaration.
1258 2010-08-26  Magnus Henoch  <magnus.henoch@gmail.com>
1260         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
1261         empty argument to gvfs-copy.
1263 2010-08-26  Chong Yidong  <cyd@stupidchicken.com>
1265         * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
1266         handle new TRASH arg of `delete-file'.
1268 2010-08-26  Christian Lynbech  <christian.lynbech@tieto.com>  (tiny change)
1270         * net/tramp.el (tramp-handle-insert-directory): Don't use
1271         `forward-word', its default syntax could be changed.
1273 2010-08-26  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
1274             Michael Albinus  <michael.albinus@gmx.de>
1276         Implement compression for inline methods.
1278         * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
1279         (tramp-copy-size-limit): Allow also nil.
1280         (tramp-inline-compress-commands): New defconst.
1281         (tramp-find-inline-compress, tramp-get-inline-compress)
1282         (tramp-get-inline-coding): New defuns.
1283         (tramp-get-remote-coding, tramp-get-local-coding): Remove,
1284         replaced by `tramp-get-inline-coding'.
1285         (tramp-handle-file-local-copy, tramp-handle-write-region)
1286         (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
1288 2010-08-26  Noah Lavine  <noah549@gmail.com>  (tiny change)
1290         Detect ssh 'ControlMaster' argument automatically in some cases.
1292         * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
1293         (tramp-default-method): Use it.
1295 2010-08-26  Karel Klíč  <kklic@redhat.com>
1297         * net/tramp.el (tramp-file-name-for-operation):
1298         Add file-selinux-context.
1300 2010-08-26  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
1302         * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
1304 2010-08-26  Chong Yidong  <cyd@stupidchicken.com>
1306         * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
1307         (Bug#6907).
1309 2010-08-26  Nathan Weizenbaum  <nweiz@cressida.sea.corp.google.com>  (tiny change)
1311         * progmodes/js.el: Make indentation more customizable (Bug#6914).
1312         (js-paren-indent-offset, js-square-indent-offset)
1313         (js-curly-indent-offset): New options.
1314         (js--proper-indentation): Use them.
1316 2010-08-26  Daniel Colascione  <dan.colascione@gmail.com>
1318         * progmodes/sh-script.el (sh-get-indent-info): Use syntax-ppss
1319         instead of inspecting font-lock properties (Bug#6916).
1321 2010-08-26  David Reitter  <david.reitter@gmail.com>
1323         * server.el (server-visit-files): Run pre-command-hook and
1324         post-command-hook for each buffer while it is current
1325         (Bug#6910).
1326         (server-execute): Do not run hooks here.
1328 2010-08-26  Michael Albinus  <michael.albinus@gmx.de>
1330         Sync with Tramp 2.1.19.
1332         * net/tramp-cmds.el (tramp-cleanup-all-connections)
1333         (tramp-reporter-dump-variable, tramp-load-report-modules)
1334         (tramp-append-tramp-buffers): Use `tramp-compat-funcall'.
1335         (tramp-bug): Recommend setting of `tramp-verbose' to 9.
1337         * net/tramp-compat.el (top): Do not autoload
1338         `tramp-handle-file-remote-p'.  Load tramp-util.el and tramp-vc.el
1339         only when `start-file-process' is not bound.
1340         (byte-compile-not-obsolete-vars): Define if not bound.
1341         (tramp-compat-funcall): New defmacro.
1342         (tramp-compat-line-beginning-position)
1343         (tramp-compat-line-end-position)
1344         (tramp-compat-temporary-file-directory)
1345         (tramp-compat-make-temp-file, tramp-compat-file-attributes)
1346         (tramp-compat-copy-file, tramp-compat-copy-directory)
1347         (tramp-compat-delete-file, tramp-compat-delete-directory)
1348         (tramp-compat-number-sequence, tramp-compat-process-running-p):
1349         Use it.
1350         (tramp-advice-file-expand-wildcards): Do not use
1351         `tramp-handle-file-remote-p'.
1352         (tramp-compat-make-temp-file): Simplify fallback implementation.
1353         (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
1354         (tramp-compat-copy-tree): Remove function.
1355         (tramp-compat-delete-file): New defun.
1356         (tramp-compat-delete-directory): Provide implementation for older
1357         Emacsen.
1358         (tramp-compat-file-attributes): Handle only
1359         `wrong-number-of-arguments' error.
1361         * net/tramp-fish.el (tramp-fish-handle-copy-file): Add
1362         PRESERVE_SELINUX_CONTEXT.
1363         (tramp-fish-handle-delete-file): Add TRASH arg.
1364         (tramp-fish-handle-directory-files-and-attributes):
1365         Do not use `tramp-fish-handle-file-attributes.
1366         (tramp-fish-handle-file-local-copy)
1367         (tramp-fish-handle-insert-file-contents)
1368         (tramp-fish-maybe-open-connection): Use `with-progress-reporter'.
1370         * net/tramp-gvfs.el (top): Require url-util.
1371         (tramp-gvfs-mount-point): Remove.
1372         (tramp-gvfs-file-name-handler-alist): Add `file-selinux-context'
1373         and `set-file-selinux-context'.
1374         (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command)
1375         (tramp-gvfs-handle-file-selinux-context)
1376         (tramp-gvfs-handle-set-file-selinux-context): New defuns.
1377         (with-tramp-dbus-call-method): Format trace message.
1378         (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
1379         (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
1380         Implement backup call, when operation on local files fails.  Use
1381         progress reporter.  Flush properties of changed files.
1382         (tramp-gvfs-handle-delete-file): Add TRASH arg.  Use
1383         `tramp-compat-delete-file'.
1384         (tramp-gvfs-handle-expand-file-name): Expand "~/".
1385         (tramp-gvfs-handle-make-directory): Make more traces.
1386         (tramp-gvfs-handle-write-region): Protect deleting tmpfile.
1387         (tramp-gvfs-url-file-name): Hexify file name in url.
1388         (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
1389         into account for the resulting file name.
1390         (tramp-gvfs-handler-askquestion): Preserve current message, in
1391         order to let progress reporter continue afterwards.  (Bug#6257)
1392         Return dummy mountpoint, when the answer is "no".  See
1393         `tramp-gvfs-maybe-open-connection'.
1394         (tramp-gvfs-handler-mounted-unmounted)
1395         (tramp-gvfs-connection-mounted-p): Test also for new mountspec
1396         attribute "default_location".  Set "prefix" property.  Handle
1397         default-location.
1398         (tramp-gvfs-mount-spec): Return both prefix and mountspec.
1399         (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
1400         exists.  Raise an error, if not (due to a corresponding answer
1401         "no" in interactive questions, for example).
1402         Use `tramp-compat-funcall'.
1404         * net/tramp-imap.el (top): Autoload `epg-make-context'.
1405         (tramp-imap-handle-copy-file): Add PRESERVE-SELINUX-CONTEXT.
1406         (tramp-imap-do-copy-or-rename-file)
1407         (tramp-imap-handle-insert-file-contents)
1408         (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
1409         (tramp-imap-handle-delete-file): Add TRASH arg.
1411         * net/tramp-smb.el (tramp-smb-handle-copy-file): Add
1412         PRESERVE-SELINUX-CONTEXT.
1413         (tramp-smb-handle-copy-file)
1414         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
1415         (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
1416         Use `with-progress-reporter'.
1417         (tramp-smb-handle-delete-file): Add TRASH arg.
1419         * net/tramp.el (tramp-methods): Move hostname to the end in all
1420         ssh `tramp-login-args'.  Add `tramp-async-args' attribute where
1421         appropriate.
1422         (tramp-verbose): Describe verbose level 9.
1423         (tramp-completion-function-alist)
1424         (tramp-file-name-regexp, tramp-chunksize)
1425         (tramp-local-coding-commands, tramp-remote-coding-commands)
1426         (with-connection-property, tramp-completion-mode-p)
1427         (tramp-action-process-alive, tramp-action-out-of-band)
1428         (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
1429         (tramp-exists-file-name-handler): Fix docstring.
1430         (tramp-remote-process-environment): Use `format' instead of
1431         `concat'.  Protect version string by apostroph.
1432         (tramp-shell-prompt-pattern): Do not use a shy group in case of
1433         XEmacs.
1434         (tramp-file-name-regexp-unified)
1435         (tramp-completion-file-name-regexp-unified): On W32 systems, do
1436         not regard the volume letter as remote filename.  (Bug#5447)
1437         (tramp-perl-file-attributes)
1438         (tramp-perl-directory-files-and-attributes): Don't pass "$3".
1439         (tramp-vc-registered-read-file-names): Read input as
1440         here-document, otherwise the command could exceed maximum length
1441         of command line.
1442         (tramp-file-name-handler-alist): Add `file-selinux-context' and
1443         `set-file-selinux-context'.
1444         (tramp-debug-message): Add `tramp-compat-funcall' to ignored
1445         backtrace functions.
1446         (tramp-error-with-buffer): Don't show the connection buffer when
1447         we are in completion mode.
1448         (tramp-progress-reporter-update, tramp-remote-selinux-p)
1449         (tramp-handle-file-selinux-context)
1450         (tramp-handle-set-file-selinux-context, tramp-process-sentinel)
1451         (tramp-connectable-p, tramp-open-shell, tramp-get-remote-trash):
1452         New defuns.
1453         (with-progress-reporter): New defmacro.
1454         (tramp-debug-outline-regexp): New defconst.
1455         (top, tramp-rfn-eshadow-setup-minibuffer)
1456         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
1457         (tramp-handle-dired-compress-file, tramp-handle-shell-command)
1458         (tramp-completion-mode-p, tramp-check-for-regexp)
1459         (tramp-open-connection-setup-interactive-shell)
1460         (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
1461         (tramp-time-diff, tramp-coding-system-change-eol-conversion)
1462         (tramp-set-process-query-on-exit-flag, tramp-unload-tramp):
1463         Use `tramp-compat-funcall'.
1464         (tramp-handle-make-symbolic-link): Flush file properties.
1465         (tramp-handle-load, tramp-handle-file-local-copy)
1466         (tramp-handle-insert-file-contents, tramp-handle-write-region)
1467         (tramp-handle-vc-registered, tramp-maybe-send-script)
1468         (tramp-find-shell): Use `with-progress-reporter'.
1469         (tramp-do-file-attributes-with-stat): Add space in format string,
1470         in order to work around a bug in pdksh.  Reported by Gilles Pion
1471         <gpion@lfdj.com>.
1472         (tramp-handle-verify-visited-file-modtime): Do not send a command
1473         when the connection is not established.
1474         (tramp-handle-set-file-times): Simplify the check for utc.
1475         (tramp-handle-directory-files-and-attributes)
1476         (tramp-get-remote-path): Use `copy-tree'.
1477         (tramp-completion-handle-file-name-all-completions): Ensure, that
1478         non remote files are still checked.  Oops.
1479         (tramp-handle-copy-file, tramp-do-copy-or-rename-file): Handle
1480         PRESERVE-SELINUX-CONTEXT.
1481         (tramp-do-copy-or-rename-file): Add progress reporter.
1482         (tramp-do-copy-or-rename-file-directly): Do not use
1483         `tramp-handle-file-remote-p'.
1484         (tramp-do-copy-or-rename-file-out-of-band):
1485         Use `tramp-compat-delete-directory'.
1486         (tramp-do-copy-or-rename-file-out-of-band)
1487         (tramp-compute-multi-hops, tramp-maybe-open-connection):
1488         Use `format-spec-make'.
1489         (tramp-handle-delete-file): Add TRASH arg.
1490         (tramp-handle-dired-uncache): Flush directory cache, not only file
1491         cache.
1492         (tramp-handle-expand-file-name)
1493         (tramp-completion-handle-file-name-all-completions)
1494         (tramp-completion-handle-file-name-completion): Use
1495         `tramp-connectable-p'.
1496         (tramp-handle-start-file-process): Set connection property "vec".
1497         Use it, in order to invalidate file caches.  Check only for
1498         `remote-tty' process property.
1499         Implement tty setting.  (Bug#4604, Bug#6360)
1500         (tramp-file-name-for-operation): Add `call-process-region' and
1501         `set-file-selinux-context'.
1502         (tramp-find-foreign-file-name-handler)
1503         (tramp-advice-make-auto-save-file-name)
1504         (tramp-set-auto-save-file-modes): Remove superfluous check for
1505         `stringp'.  This is done inside `tramp-tramp-file-p'.
1506         (tramp-file-name-handler): Trace 'quit.  Catch the error for some
1507         operations when we are in completion mode.  This gives the user
1508         the chance to correct the file name in the minibuffer.
1509         (tramp-completion-mode-p): Use `non-essential'.
1510         (tramp-handle-file-name-all-completions): Backward/ XEmacs
1511         compatibility: Use `completion-ignore-case' if
1512         `read-file-name-completion-ignore-case' does not exist.
1513         (tramp-get-debug-buffer): Use `tramp-debug-outline-regexp'.
1514         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
1515         `tramp-open-shell'.
1516         (tramp-action-password): Hide password prompt before next run.
1517         (tramp-process-actions): Widen connection buffer for the trace.
1518         (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
1519         process property.  Trace stty settings if `tramp-verbose' >= 9.
1520         Apply workaround for IRIX64 bug.  Move argument of last
1521         `tramp-send-command' where it belongs to.
1522         (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
1523         front of `login-args'.
1524         (tramp-get-ls-command, tramp-get-ls-command-with-dired): Run tests
1525         on "/dev/null" instead of "/".
1526         (tramp-get-ls-command-with-dired): Make test for "--dired"
1527         stronger.
1528         (tramp-set-auto-save-file-modes): Adapt version check.
1529         (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
1530         (tramp-handle-process-file): Call the program in a subshell, in
1531         order to preserve working directory.
1532         (tramp-handle-shell-command): Don't use hard-wired "/bin/sh" but
1533         `tramp-remote-sh' from `tramp-methods'.
1534         (tramp-get-ls-command): Make test for "--color=never" stronger.
1535         (tramp-check-for-regexp): Use (forward-line 1).
1537         * net/trampver.el: Update release number.
1539 2010-08-26  Chong Yidong  <cyd@stupidchicken.com>
1541         * help.el (help-map): Bind `C-h P' to describe-package.
1543         * menu-bar.el (menu-bar-describe-menu): Add describe-package.
1545         * emacs-lisp/package.el (package-refresh-contents): Catch errors
1546         when downloading archives.
1547         (describe-package-1): Add package commentary.
1548         (package-install-button-action): New function.
1549         (package-menu-mode-map): Bind ? to package-menu-describe-package.
1550         (package-menu-view-commentary): Function removed.
1551         (package-list-packages-internal): Hide the `package' package too.
1553 2010-08-25  Kenichi Handa  <handa@m17n.org>
1555         * language/misc-lang.el ("Arabic"): New language environment.
1556         Setup composition-function-table for Arabic characters.
1558         * international/fontset.el (setup-default-fontset): Fix typo for
1559         arabic OTF spec (fini->fina).
1561 2010-08-25  Jan Djärv  <jan.h.d@swipnet.se>
1563         * menu-bar.el (menu-bar-set-tool-bar-position): Set frame parameter
1564         on all frames.
1566 2010-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1568         * whitespace.el: Allow cleaning up blanks without blank
1569         visualization (Bug#6651).  Adjust help window for
1570         whitespace-toggle-options (Bug#6479).  Allow to use fill-column
1571         instead of whitespace-line-column (from EmacsWiki).  New version
1572         13.1.
1573         (whitespace-style): Added new value 'face.  Adjust docstring.
1574         (whitespace-space, whitespace-hspace, whitespace-tab): Adjust
1575         foreground property face.
1576         (whitespace-line-column): Adjust docstring and type declaration.
1577         (whitespace-style-value-list, whitespace-toggle-option-alist)
1578         (whitespace-help-text): Adjust const initialization.
1579         (whitespace-toggle-options, global-whitespace-toggle-options):
1580         Adjust docstring.
1581         (whitespace-display-window, whitespace-interactive-char)
1582         (whitespace-style-face-p, whitespace-color-on): Adjust code.
1583         (whitespace-help-scroll): New fun.
1585 2010-08-24  Chong Yidong  <cyd@stupidchicken.com>
1587         * emacs-lisp/package.el (list-packages): Alias for
1588         package-list-packages.
1590 2010-08-24  Kevin Ryde  <user42@zip.com.au>
1592         * textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix
1593         (Bug#5651).
1595         * progmodes/ruby-mode.el (ruby): Add defgroup.
1597 2010-08-24  Chong Yidong  <cyd@stupidchicken.com>
1599         * progmodes/python.el: Add Ipython support (Bug#5390).
1600         (python-shell-prompt-alist)
1601         (python-shell-continuation-prompt-alist): New options.
1602         (python--set-prompt-regexp): New function.
1603         (inferior-python-mode, run-python, python-shell): Require
1604         ansi-color.  Use python--set-prompt-regexp to set the comint
1605         prompt based on the Python interpreter.
1606         (python--prompt-regexp): New var.
1607         (python-check-comint-prompt)
1608         (python-comint-output-filter-function): Use it.
1609         (run-python): Use a pipe (Bug#5694).
1611 2010-08-24  Fabian Ezequiel Gallina  <galli.87@gmail.com>  (tiny change)
1613         * progmodes/python.el (python-send-region): Send a different
1614         Python command if Ipython is in use.
1615         (python-check-version): Use a Python command to find the version.
1617 2010-08-24  Chong Yidong  <cyd@stupidchicken.com>
1619         * mouse.el (mouse-yank-primary): Avoid setting primary when
1620         deactivating the mark (Bug#6872).
1622 2010-08-23  Chris Foote  <chris@foote.com.au>  (tiny change)
1624         * progmodes/python.el (python-block-pairs): Allow use of "finally"
1625         with "else" (Bug#3991).
1627 2010-08-23  Michael Albinus  <michael.albinus@gmx.de>
1629         * net/dbus.el: Accept UNIX domain sockets as bus address.
1630         (top): Don't initialize `dbus-registered-objects-table' anymore,
1631         this is done in dbusbind,c.
1632         (dbus-check-event): Adapt test for bus.
1633         (dbus-return-values-table, dbus-unregister-service)
1634         (dbus-event-bus-name, dbus-introspect, dbus-register-property):
1635         Adapt doc string.
1637 2010-08-23  Juanma Barranquero  <lekktu@gmail.com>
1639         * ido.el (ido-use-virtual-buffers): Fix typo in docstring.
1641 2010-08-22  Juri Linkov  <juri@jurta.org>
1643         * simple.el (read-extended-command): New function with the logic
1644         for `completing-read' moved to Elisp from `execute-extended-command'.
1645         Use `function-called-at-point' in `minibuffer-default-add-function'
1646         to get a command name for M-n (bug#5364, bug#5214).
1648 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
1650         * startup.el (command-line-1): Issue warning for ignored arguments
1651         --unibyte, etc (Bug#6886).
1653 2010-08-22  Leo  <sdl.web@gmail.com>
1655         * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
1656         (ignore, bright, dim, keyword): Split list of nicknames before
1657         passing to rcirc-add-or-remove (Bug#6894).
1659 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
1661         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
1663 2010-08-22  Leo  <sdl.web@gmail.com>
1665         Fix buffer-list rename&refresh after killing a buffer in ido.
1666         * lisp/ido.el: Revert Óscar's.
1667         (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
1668         Remember the buffers at head, rather than their name.
1669         * lisp/iswitchb.el (iswitchb-kill-buffer): Re-make the list.
1671 2010-08-22  Kirk Kelsey  <kirk.kelsey@0x4b.net>  (tiny change)
1672             Stefan Monnier  <monnier@iro.umontreal.ca>
1674         * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
1675         extra backslash added to each line (bug#6890).
1677 2010-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1679         * subr.el (read-key): Don't echo keystrokes (bug#6883).
1681 2010-08-22  Glenn Morris  <rgm@gnu.org>
1683         * menu-bar.el (menu-bar-games-menu): Add landmark.
1685 2010-08-22  Glenn Morris  <rgm@gnu.org>
1687         * align.el (align-regexp): Make group and spacing arguments
1688         use the interactive defaults when non-interactive.  (Bug#6698)
1690         * mail/rmail.el (rmail-forward): Replace mail-text-start with its
1691         expansion, so as not to need sendmail.
1692         (mail-text-start): Remove declaration.
1693         (rmail-retry-failure): Require sendmail.
1695 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
1697         * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
1699 2010-08-22  Michael Albinus  <michael.albinus@gmx.de>
1701         * progmodes/flymake.el (flymake-start-syntax-check-process):
1702         Use `start-file-process' in order to let it run also on remote hosts.
1704 2010-08-22  Kenichi Handa  <handa@m17n.org>
1706         * files.el: Add `word-wrap' as safe local variable.
1708 2010-08-22  Glenn Morris  <rgm@gnu.org>
1710         * woman.el (woman-translate): Case matters.  (Bug#6849)
1712 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
1714         * simple.el (kill-region): Doc fix (Bug#6787).
1716 2010-08-22  Glenn Morris  <rgm@gnu.org>
1718         * calendar/diary-lib.el (diary-header-line-format):
1719         Fit it to the window, not the frame.
1721 2010-08-22  Andreas Schwab  <schwab@linux-m68k.org>
1723         * subr.el (ignore-errors): Add debug declaration.
1725 2010-08-22  Geoff Gole  <geoffgole@gmail.com>  (tiny change)
1727         * whitespace.el (whitespace-color-off): Remove post-command-hook
1728         locally.
1730 2010-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1732         * vc/add-log.el (add-log-file-name): Don't get confused by symlinks.
1734 2010-08-21  Chong Yidong  <cyd@stupidchicken.com>
1736         * cus-edit.el (custom-group-value-create): Add extra newline
1737         before end line (Bug#6876).
1739 2010-08-21  Chong Yidong  <cyd@stupidchicken.com>
1741         * mouse.el (mouse-save-then-kill): Don't save region to kill ring
1742         when extending it.  Before killing on the second click, check if
1743         the buffer is the correct one.  Doc fix.
1744         (mouse-secondary-save-then-kill): Allow usage without first
1745         calling mouse-start-secondary, by defaulting to point.  Don't save
1746         an empty secondary selection.  Doc fix.
1748 2010-08-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1750         * whitespace.el: Fix slow cursor movement (Bug#6172).  Reported by
1751         Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
1752         New version 13.0.
1753         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
1754         Adjust initialization.
1755         (whitespace-bob-marker, whitespace-eob-marker)
1756         (whitespace-buffer-changed): New vars.
1757         (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
1758         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
1759         (whitespace-post-command-hook, whitespace-display-char-on):
1760         Adjust code.
1761         (whitespace-looking-back, whitespace-buffer-changed): New funs.
1762         (whitespace-space-regexp, whitespace-tab-regexp): Fun eliminated.
1764 2010-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1766         * files.el (locate-file-completion-table): Only list the .el and .elc
1767         extensions if there's no other choice (bug#5955).
1769         * facemenu.el (facemenu-self-insert-data): New var.
1770         (facemenu-post-self-insert-function, facemenu-set-self-insert-face):
1771         New functions.
1772         (facemenu-add-face): Use them.
1774         * simple.el (blink-matching-open): Obey forward-sexp-function.
1776 2010-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1778         * simple.el (prog-mode-map): New var.
1779         (prog-indent-sexp): New command.
1781         * progmodes/octave-mod.el (octave-mode-menu): Make toggle buttons.
1783         * progmodes/prolog.el (smie): Require.
1785         * emacs-lisp/smie.el (smie-default-backward-token)
1786         (smie-default-forward-token): Strip properties.
1787         (smie-next-sexp): Be more careful with associative operators.
1788         (smie-forward-sexp-command): Generalize.
1789         (smie-backward-sexp-command): Simplify.
1790         (smie-closer-alist): New var.
1791         (smie-close-block): New command.
1792         (smie-indent-debug-log): New var.
1793         (smie-indent-offset-rule): Add a few more cases.
1794         (smie-indent-column): New function.
1795         (smie-indent-after-keyword): Use it.
1796         (smie-indent-keyword): Use it.
1797         Fix up the opener code's point position.
1798         (smie-indent-comment): Only applies at BOL.
1799         (smie-indent-debug): New command.
1801         * emacs-lisp/autoload.el (make-autoload): Preload the macros's
1802         declarations that are useful before running the macro.
1804 2010-08-18  Joakim Verona  <joakim@verona.se>
1806         * image.el (imagemagick-types-inhibit): New variable.
1807         (imagemagick-register-types): New function.
1808         * image-mode.el (image-transform-properties): New function.
1809         (image-transform-set-scale, image-transform-fit-to-height)
1810         (image-transform-set-rotation, image-transform-set-resize)
1811         (image-transform-fit-to-width, image-transform-fit-to-height):
1812         New functions.
1813         (image-toggle-display-image): Support image transforms.
1815 2010-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1817         * image.el (create-animated-image): Don't add heuristic mask to image
1818         (Bug#6839).
1820 2010-08-18  Jan Djärv  <jan.h.d@swipnet.se>
1822         * term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard):
1823         Use QCLIPBOARD instead of QPRIMARY (Bug#6677).
1825 2010-08-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1827         * emacs-lisp/lisp.el (up-list): Obey forward-sexp-function if set.
1829         Font-lock '...' strings, plus various simplifications and fixes.
1830         * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
1831         (octave-font-lock-close-quotes): New function.
1832         (octave-font-lock-syntactic-keywords): New var.
1833         (octave-mode): Use it.  Set beginning-of-defun-function.
1834         (octave-mode-map): Don't override the <foo>-defun commands.
1835         (octave-mode-menu): Pass it directly to easy-menu-define;
1836         remove (now generic) <foo>-defun commands; use info-lookup-symbol.
1837         (octave-block-match-alist): Fix up last change so that
1838         octave-close-block uses the more specific keyword.
1839         (info-lookup-mode): Silence byte-compiler.
1840         (octave-beginning-of-defun): Not interactive any more.
1841         Optimize slightly.
1842         (octave-end-of-defun, octave-mark-defun, octave-in-defun-p): Remove.
1843         (octave-indent-defun, octave-send-defun): Use mark-defun instead.
1844         (octave-completion-at-point-function): Make sure point is within
1845         beg..end.
1846         (octave-reindent-then-newline-and-indent):
1847         Use reindent-then-newline-and-indent.
1848         (octave-add-octave-menu): Remove.
1850 2010-08-17  Jan Djärv  <jan.h.d@swipnet.se>
1852         * mail/emacsbug.el (report-emacs-bug-insert-to-mailer)
1853         (report-emacs-bug-can-use-xdg-email): New functions.
1854         (report-emacs-bug): Set can-xdg-email to result of
1855         report-emacs-bug-can-use-xdg-email.  If can-xdg-email bind
1856         \C-cm to report-emacs-bug-insert-to-mailer and add help text
1857         about it.
1859         * net/browse-url.el (browse-url-default-browser): Add cond
1860         for browse-url-xdg-open.
1861         (browse-url-can-use-xdg-open, browse-url-xdg-open): New functions.
1863 2010-08-17  Glenn Morris  <rgm@gnu.org>
1865         * progmodes/cc-engine.el (c-new-BEG, c-new-END)
1866         (c-fontify-recorded-types-and-refs): Define for compiler.
1867         * progmodes/cc-mode.el (c-new-BEG, c-new-END): Move definitions
1868         before use.
1870         * calendar/icalendar.el (icalendar--convert-recurring-to-diary):
1871         Fix format call.
1873 2010-08-17  Michael Albinus  <michael.albinus@gmx.de>
1875         * net/tramp.el (tramp-handle-make-symbolic-link): Flush file
1876         properties.
1877         (tramp-handle-process-file): Call the program in a subshell, in
1878         order to preserve working directory.
1879         (tramp-action-password): Hide password prompt before next run.
1880         (tramp-process-actions): Widen connection buffer for the trace.
1882 2010-08-16  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
1884         * net/rcirc.el (rcirc-log-process-buffers): New option.
1885         (rcirc-print): Use it.
1886         (rcirc-generate-log-filename): New function.
1887         (rcirc-log-filename-function): Change default to
1888         rcirc-generate-log-filename (Bug#6828).
1890 2010-08-16  Chong Yidong  <cyd@stupidchicken.com>
1892         * simple.el (deactivate-mark): If select-active-regions is `only',
1893         only set selection for temporarily active regions.
1895         * cus-start.el: Change defcustom for select-active-regions.
1897 2010-08-15  Chong Yidong  <cyd@stupidchicken.com>
1899         * mouse.el (mouse--drag-set-mark-and-point): New function.
1900         (mouse-drag-track): Use LOCATION arg to push-mark.
1901         Use mouse--drag-set-mark-and-point to take click-count into
1902         consideration when updating point and mark (Bug#6840).
1904 2010-08-15  Chong Yidong  <cyd@stupidchicken.com>
1906         * progmodes/compile.el (compilation-error-regexp-alist-alist):
1907         Give the Ruby rule a lower priority than Gnu (Bug#6778).
1909 2010-08-14  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
1911         * font-lock.el (lisp-font-lock-keywords-2):
1912         Add combine-after-change-calls, condition-case-no-debug,
1913         with-demoted-errors, and with-silent-modifications (Bug#6025).
1915 2010-08-14  Kevin Ryde  <user42@zip.com.au>
1917         * emacs-lisp/copyright.el (copyright-update-year)
1918         (copyright-update): Temporary switch-to-buffer to ensure the
1919         buffer change being queried is visible (Bug#5394).
1921 2010-08-14  Tom Tromey  <tromey@redhat.com>
1923         * progmodes/etags.el (tags-file-name): Mark safe if stringp
1924         (Bug#6733).
1926 2010-08-14  Eli Zaretskii  <eliz@gnu.org>
1928         * mouse.el (mouse-yank-primary): Fix mouse-2 on MS-Windows and
1929         MS-DOS.  (Bug#6689)
1931 2010-08-13  Jan Djärv  <jan.h.d@swipnet.se>
1933         * menu-bar.el (menu-bar-set-tool-bar-position): New function.
1934         (menu-bar-showhide-tool-bar-menu-customize-enable-left)
1935         (menu-bar-showhide-tool-bar-menu-customize-enable-right)
1936         (menu-bar-showhide-tool-bar-menu-customize-enable-top)
1937         (menu-bar-showhide-tool-bar-menu-customize-enable-bottom):
1938         Call menu-bar-set-tool-bar-position.
1940 2010-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1942         * progmodes/octave-mod.el (octave-mode-syntax-table): Use the new "c"
1943         comment style (bug#6834).
1944         * progmodes/scheme.el (scheme-mode-syntax-table):
1945         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Remove spurious
1946         "b" flag in "' 14b" syntax.
1948         * progmodes/octave-mod.el (octave-mode-map): Remove special bindings
1949         for (un)commenting the region and performing completion.
1950         (octave-mode-menu): Use standard commands for help and completion.
1951         (octave-mode-syntax-table): Support %{..%} comments (sort of).
1952         (octave-mode): Use define-derived-mode.
1953         Set completion-at-point-functions and don't set columns.
1954         Don't disable adaptive-fill-regexp.
1955         (octave-describe-major-mode, octave-comment-region)
1956         (octave-uncomment-region, octave-comment-indent)
1957         (octave-indent-for-comment): Remove.
1958         (octave-indent-calculate): Rename from calculate-octave-indent.
1959         (octave-indent-line, octave-fill-paragraph): Update caller.
1960         (octave-initialize-completions): No need to make an alist.
1961         (octave-completion-at-point-function): New function.
1962         (octave-complete-symbol): Use it.
1963         (octave-insert-defun): Use define-skeleton.
1965         * progmodes/octave-mod.el (octave-mode): Set comment-add.
1966         (octave-mode-map): Use comment-dwim (bug#6829).
1968 2010-08-12  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
1970         * cus-edit.el (custom-save-variables, custom-save-faces): Fix up
1971         indentation of inserted comment.
1973 2010-08-11  Jan Djärv  <jan.h.d@swipnet.se>
1975         * faces.el (region): Add type gtk that uses gtk colors.
1977         * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
1978         Handle theme-name change.
1980 2010-08-10  Michael R. Mauger  <mmaug@yahoo.com>
1982         * progmodes/sql.el: Version 2.5
1983         (sql-product-alist): Add :prompt-cont-regexp property for several
1984         database products.
1985         (sql-prompt-cont-regexp): New variable.
1986         (sql-output-newline-count, sql-output-by-send):
1987         New variables.  Record number of newlines in input text.
1988         (sql-send-string): Handle multiple filters and count newlines.
1989         (sql-send-magic-terminator): Count terminator newline.
1990         (sql-interactive-remove-continuation-prompt): Filters output to
1991         remove continuation prompts; one for each newline.
1992         (sql-interactive-mode): Set up new variables, prompt regexp and
1993         output filter.
1994         (sql-mode-sqlite-font-lock-keywords): Correct some keywords.
1995         (sql-make-alternate-buffer-name): Correct buffer name in edge cases.
1997 2010-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1999         * emacs-lisp/pcase.el: New file.
2001 2010-08-10  Michael Albinus  <michael.albinus@gmx.de>
2003         * net/tramp.el (tramp-vc-registered-read-file-names): Read input
2004         as here-document, otherwise the command could exceed maximum
2005         length of command line.
2006         (tramp-handle-vc-registered): Call script accordingly.
2007         Reported by Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>.
2009 2010-08-10  Kenichi Handa  <handa@m17n.org>
2011         * language/hebrew.el: Exclude U+05C3 (Hebrew SOF PASUQ) from the
2012         composable pattern.
2014 2010-08-09  Chong Yidong  <cyd@stupidchicken.com>
2016         * emacs-lisp/package.el (package-version-split)
2017         (package--version-first-nonzero, package-version-compare):
2018         Functions removed.
2019         (package-directory-list, package-load-all-descriptors)
2020         (package--built-in, package-activate, define-package)
2021         (package-installed-p, package-compute-transaction)
2022         (package-read-all-archive-contents)
2023         (package--add-to-archive-contents, package-buffer-info)
2024         (package-tar-file-info, package-list-packages-internal):
2025         Use version-to-list and version-list-*.
2027         * emacs-lisp/package-x.el (package-upload-buffer-internal):
2028         Use version-to-list.
2029         (package-upload-buffer-internal): Use version-list-<=.
2031 2010-08-09  Kenichi Handa  <handa@m17n.org>
2033         * language/hebrew.el: Exclude U+05BD (Hebrew MAQAF) from the
2034         composable pattern.
2036 2010-08-08  Chong Yidong  <cyd@stupidchicken.com>
2038         * tutorial.el (tutorial--default-keys): C-d is now bound to
2039         delete-forward-char (Bug#6826).
2041         * mouse.el (mouse-drag-track): Remove accidentally-removed check
2042         for `double' value of mouse-1-click-follows-link (Bug#6807).
2044 2010-08-08  Johan Bockgård  <bojohan@gnu.org>
2046         * replace.el (replace-highlight): Bind isearch-forward and
2047         isearch-error, ensuring that highlighting is updated if the user
2048         switches the search direction (Bug#6808).
2050         * isearch.el (isearch-lazy-highlight-forward): New var.
2051         (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
2052         (isearch-lazy-highlight-update): Use it.
2054 2010-08-08  Kenichi Handa  <handa@m17n.org>
2056         * international/mule.el (define-charset): Store NAME as :base property.
2057         (ctext-non-standard-encodings-table): Pay attention to charset aliases.
2058         (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
2059         current priority.  Force using the designation of the specific
2060         charset by adding `charset' text property.  Improve the whole algorithm.
2062 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
2064         * emulation/pc-select.el (pc-selection-mode-hook)
2065         (copy-region-as-kill-nomark, beginning-of-buffer-mark)
2066         (pc-selection-mode): Fix typos in docstrings.
2068 2010-08-08  Kenichi Handa  <handa@m17n.org>
2070         * language/cyrillic.el: Don't add "microsoft-cp1251" to
2071         ctext-non-standard-encodings-alist here.
2073         * international/mule.el (ctext-non-standard-encodings-alist):
2074         Add "koi8-r" and "microsoft-cp1251".
2075         (ctext-standard-encodings): New variable.
2076         (ctext-non-standard-encodings-table): List only elements for
2077         non-standard encodings.
2078         (ctext-pre-write-conversion): Adjust for the above change.
2079         Check ctext-standard-encodings.
2081         * international/mule-conf.el (compound-text): Doc fix.
2082         (ctext-no-compositions): Doc fix.
2083         (compound-text-with-extensions): Doc fix.
2085 2010-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2087         * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
2089 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
2091         * progmodes/which-func.el (which-func-format): Split help-echo text
2092         into lines, like other mode-line tooltips.
2094         * server.el (server-start): When using TCP sockets, force IPv4
2095         and use a literal 127.0.0.1 for localhost.  (Related to bug#6781.)
2097 2010-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2099         * bindings.el (complete-symbol): Run completion-at-point as a fallback.
2101 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
2103         * term.el (term-delimiter-argument-list): Reflow docstring.
2104         (term-read-input-ring, term-write-input-ring, term-send-input)
2105         (term-bol, term-erase-in-display, serial-supported-or-barf):
2106         Fix typos in docstrings.
2108 2010-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2110         * bindings.el (function-key-map): Add a S-tab => backtab fallback.
2112 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
2114         * dabbrev.el (dabbrev-completion): Fix typo in docstring.
2116 2010-08-08  MON KEY  <monkey@sandpframing.com>  (tiny change)
2118         * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
2119         Fix typo in docstring (bug#6747).
2121 2010-08-08  Leo  <sdl.web@gmail.com>
2123         * eshell/esh-io.el (eshell-get-target): Better detection of
2124         read-only file (Bug#6762).
2126 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
2128         * align.el (align-default-spacing): Doc fix.
2129         (align-region-heuristic, align-regexp): Fix typos in docstrings.
2131 2010-08-08  Stephen Peters  <speters@itasoftware.com>
2133         * calendar/icalendar.el
2134         (icalendar--split-value): Fix splitting regexp.  (Bug#6766)
2135         (icalendar--get-weekday-numbers): New.
2136         (icalendar--convert-recurring-to-diary): Handle multiple byday
2137         values in weekly rules.  (Bug#6766)
2139 2010-08-08  Ulf Jasper  <ulf.jasper@web.de>
2141         * calendar/icalendar.el (icalendar-uid-format): Doc fix.
2142         (icalendar--create-uid, icalendar-export-region)
2143         (icalendar--parse-summary-and-rest): Code formatting.
2145 2010-08-08  Jay Belanger  <jay.p.belanger@gmail.com>
2147         * calc/calc.el (calc-trail-mode,calc-refresh): Use `face' property
2148         to italicize headers.
2149         (calc-highlight-selections-with-faces): New variable.
2150         (calc-selected-face, calc-nonselected-face): New faces.
2152         * calc/calccomp.el (math-comp-highlight-string): Use
2153         `calc-highlight-selections-with-faces' to determine how to highlight
2154         sub-formulas.
2156         * calc/calc-sel.el (calc-show-selections): Change message to when
2157         using faces to highlight selections.
2159 2010-08-07  Michael R. Mauger  <mmaug@yahoo.com>
2161         * progmodes/sql.el (sql-mode-sqlite-font-lock-keywords):
2162         Add SQLite 3 keywords, functions and datatypes.
2163         (sql-interactive-mode): Remove `comint-process-echoes' set to t
2164         (Bug#6686).
2166 2010-08-07  Chong Yidong  <cyd@stupidchicken.com>
2168         * simple.el (select-active-regions): Move to keyboard.c.
2169         (deactivate-mark): Used saved-region-selection.
2170         (select-active-region): Function removed.
2171         (activate-mark, set-mark, push-mark-command)
2172         (handle-shift-selection): Don't call it.
2173         (keyboard-quit): Avoid adding the region to the window selection.
2175         * mouse.el (mouse-drag-track): Remove hacks to deal with old
2176         select-active-regions implementation.
2177         (mouse-yank-at-click): Doc fix.
2179         * cus-start.el: Add custom declaration for select-active-regions.
2181 2010-08-07  Eli Zaretskii  <eliz@gnu.org>
2183         * simple.el (delete-forward-char): Doc fix.
2185         * tutorial.el (help-with-tutorial): Hack safe file-local variables
2186         after reading the tutorial.
2188 2010-08-06  Alan Mackenzie  <bug-cc-mode@gnu.org>
2190         * progmodes/cc-cmds.el (c-mask-paragraph, c-fill-paragraph): Fix
2191         for the case that a C style comment has its delimiters alone on
2192         their respective lines.
2194 2010-08-06  Michael Albinus  <michael.albinus@gmx.de>
2196         * net/tramp.el (tramp-handle-start-file-process): Set connection
2197         property "vec".
2198         (tramp-process-sentinel): Use it for flushing the cache.  We
2199         cannot do it via the process buffer, the buffer could be deleted
2200         already when running the sentinel.
2202 2010-08-06  Jürgen Hötzel  <juergen@archlinux.org>  (tiny change)
2204         * comint.el (comint-mode): Make directory tracking functions
2205         functional on remote files.  (Bug#6764)
2207 2010-08-06  Dan Nicolaescu  <dann@ics.uci.edu>
2209         * vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.
2211 2010-08-05  Eli Zaretskii  <eliz@gnu.org>
2213         * emacs-lisp/find-gc.el (find-gc-source-files): Rename
2214         unexec.c => unexcoff.c.
2216         * emacs-lisp/authors.el (authors-fixed-entries): Rename
2217         unexec.c => unexcoff.c.
2219 2010-08-05  Michael Albinus  <michael.albinus@gmx.de>
2221         * net/tramp.el (tramp-handle-dired-uncache): Flush directory
2222         cache, not only file cache.
2223         (tramp-process-sentinel): New defun.
2224         (tramp-handle-start-file-process): Use it, in order to invalidate
2225         file caches.
2227 2010-08-03  Leo  <sdl.web@gmail.com>
2229         * server.el (server-start): Simplify loop.
2231 2010-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2233         * frame.el (screen-height, screen-width, set-screen-width)
2234         (set-screen-height): Remove ancient compatibility aliases.
2236         * textmodes/fill.el (justify-current-line): Don't add 1 to nspaces
2237         when justifying.  It seems useless and harmful for ncols=1 (bug#6738).
2239         * emacs-lisp/timer.el (timer-event-handler): Protect against timers
2240         that change current buffer.
2242 2010-08-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2244         * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
2245         beginning of the string.  Use `string-match-p'.  (Bug#6765)
2247 2010-08-01  Jan Djärv  <jan.h.d@swipnet.se>
2249         * cus-start.el (x-gtk-use-system-tooltips): New variable.
2251 2010-08-01  Chong Yidong  <cyd@stupidchicken.com>
2253         * emacs-lisp/package.el (package--list-packages): Fix column alignment.
2254         (package--builtins): Tweak descriptions.
2255         (package-print-package): Upcase descriptions if necessary.
2256         Show all built-in packages in font-lock-builtin-face.
2257         (package-list-packages-internal): Omit "emacs" package.
2258         Show status of built-in packages as "built-in".
2260 2010-07-31  Chong Yidong  <cyd@stupidchicken.com>
2262         * mouse.el (mouse-save-then-kill): Doc fix.  Deactivate mark
2263         before killing to preserve the primary selection (Bug#6701).
2265         * term/x-win.el (x-select-text): Doc fix.
2267 2010-07-31  Nathaniel Flath  <flat0103@gmail.com>
2269         Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).
2270         The following functions were modified or created:
2272         * progmodes/cc-vars.el (c-offsets-alist, c-inside-block-syms)
2273         (objc-font-lock-extra-types):
2274         * progmodes/cc-mode.el (c-basic-common-init):
2275         * progmodes/cc-langs.el (c-make-mode-syntax-table)
2276         (c++-make-template-syntax-table)
2277         (c-identifier-syntax-modifications, c-symbol-start, c-operators)
2278         (c-<-op-cont-regexp, c->-op-cont-regexp, c-class-decl-kwds)
2279         (c-brace-list-decl-kwds, c-modifier-kwds, c-prefix-spec-kwds-re)
2280         (c-type-list-kwds, c-decl-prefix-re, c-opt-type-suffix-key):
2281         * progmodes/cc-fonts.el (c-make-inverse-face)
2282         (c-basic-matchers-after):
2283         * progmodes/cc-engine.el (c-forward-keyword-clause)
2284         (c-forward-<>-arglist, c-forward-<>-arglist-recur)
2285         (c-forward-name, c-forward-type, c-forward-decl-or-cast-1)
2286         (c-guess-continued-construct, c-guess-basic-syntax):
2288 2010-07-31  Jan Djärv  <jan.h.d@swipnet.se>
2290         * faces.el (face-all-attributes): Improve documentation (Bug#6767).
2292 2010-07-31  Eli Zaretskii  <eliz@gnu.org>
2294         * files.el (bidi-paragraph-direction): Define safe local values.
2296         * language/hebrew.el ("Hebrew"): Add TUTORIAL.he to
2297         language-info-alist.  Remove outdated FIXME in a comment.
2299 2010-07-31  Alan Mackenzie  <acm@muc.de>
2301         * progmodes/cc-cmds.el (c-mask-paragraph): Fix bug #6688:
2302         Auto-fill broken in C/C++ modes.
2304 2010-07-29  Jan Djärv  <jan.h.d@swipnet.se>
2306         * menu-bar.el (menu-bar-showhide-tool-bar-menu-customize-enable-left)
2307         (menu-bar-showhide-tool-bar-menu-customize-disable)
2308         (menu-bar-showhide-tool-bar-menu-customize-enable-right)
2309         (menu-bar-showhide-tool-bar-menu-customize-enable-bottom)
2310         (menu-bar-showhide-tool-bar-menu-customize-enable-top): New functions
2311         (menu-bar-showhide-tool-bar-menu): If tool bar is moveable,
2312         make a menu for Options => toolbar that can move it.
2314 2010-07-29  Chong Yidong  <cyd@stupidchicken.com>
2316         * emacs-lisp/package-x.el (package--make-rss-entry):
2317         (package-maint-add-news-item, package--update-news)
2318         (package-upload-buffer-internal): New arg ARCHIVE-URL.
2320         * emacs-lisp/package.el (package-archive-url): Rename from
2321         package-archive-id.
2322         (package-install): Doc fix.
2323         (package-download-single, package-download-tar, package-install)
2324         (package-menu-view-commentary): Callers changed.
2326 2010-07-29  Michael Albinus  <michael.albinus@gmx.de>
2328         * net/tramp.el (tramp-handle-start-file-process): Check only for
2329         `remote-tty' process property.
2330         (tramp-open-shell): Don't check for tty.
2331         (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
2332         process property.
2334         * progmodes/gdb-mi.el (gdb-init-1): Check also for tty on a remote
2335         host.
2337 2010-07-28  Chong Yidong  <cyd@stupidchicken.com>
2339         * emacs-lisp/package.el (package-load-list, package-archives)
2340         (package-archive-contents, package-user-dir)
2341         (package-directory-list, package--builtins, package-alist)
2342         (package-activated-list, package-obsolete-alist): Mark as risky.
2344 2010-07-28  Phil Hagelberg  <phil@evri.com>
2346         Add support for non-default package repositories.
2347         * emacs-lisp/package.el (package-archive-base): Var deleted.
2348         (package-archives): New variable.
2349         (package-archive-contents): Doc fix.
2350         (package-load-descriptor): Do nothing if descriptor file is missing.
2351         (package--write-file-no-coding): New function.
2352         (package-unpack-single): Use it.
2353         (package-archive-id): New function.
2354         (package-download-single, package-download-tar)
2355         (package-menu-view-commentary): Use it.
2356         (package-installed-p): Make second argument optional.
2357         (package-read-all-archive-contents): New function.
2358         (package-initialize): Use it.
2359         (package-read-archive-contents): Add ARCHIVE argument.
2360         (package--add-to-archive-contents): New function.
2361         (package-install): Don't call package-read-archive-contents.
2362         (package--download-one-archive): Store archive file in a
2363         subdirectory of package-user-dir.
2364         (package-menu-execute): Remove spurious line movement.
2366 2010-07-28  Jan Djärv  <jan.h.d@swipnet.se>
2368         * cus-start.el (tool-bar-style): Add text-image-horiz.
2370 2010-07-28  Michael Albinus  <michael.albinus@gmx.de>
2372         * progmodes/gud.el (gud-common-init): Check for remoteness of
2373         `file', and not of `default-directory'.
2375 2010-07-28  Michael Albinus  <michael.albinus@gmx.de>
2377         * net/tramp.el (tramp-methods): Move hostname to the end in all
2378         ssh `tramp-login-args'.
2379         (tramp-verbose): Describe verbose level 9.
2380         (tramp-open-shell): Check for tty if `tramp-verbose' >= 9.
2381         (tramp-open-connection-setup-interactive-shell): Trace stty
2382         settings if `tramp-verbose' >= 9.
2383         (tramp-handle-start-file-process): Implement tty setting.
2384         (Bug#4604, Bug#6360)
2386         * net/tramp-cmds.el (tramp-bug): Recommend setting of
2387         `tramp-verbose' to 9.
2389 2010-07-27  Aaron S. Hawley  <ashawley@burlingtontelecom.net>
2391         * emacs-lisp/re-builder.el (reb-re-syntax, reb-lisp-mode)
2392         (reb-lisp-syntax-p, reb-change-syntax, reb-cook-regexp):
2393         Remove references to package `lisp-re' (bug#4369).
2395 2010-07-27  Tom Tromey  <tromey@redhat.com>
2397         * progmodes/js.el (js-mode):
2398         * progmodes/make-mode.el (makefile-mode):
2399         * progmodes/simula.el (simula-mode):
2400         * progmodes/tcl.el (tcl-mode): Derive from prog-mode.
2402 2010-07-27  Juanma Barranquero  <lekktu@gmail.com>
2404         * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
2406         * cedet/semantic/db-file.el (object-write): Fix typo in docstring.
2408         * time.el (display-time-day-and-date): Remove spurious * in docstring.
2409         (display-time-world-buffer-name, display-time-world-mode-map):
2410         Fix typos in docstrings.
2412 2010-07-27  Shyam Karanatt  <shyam@swathanthran.in>  (tiny change)
2414         * image-mode.el (image-display-size): New function.
2415         (image-forward-hscroll, image-next-line, image-eol, image-eob)
2416         (image-mode-fit-frame): Use it (Bug#6639).
2418 2010-07-27  Chong Yidong  <cyd@stupidchicken.com>
2420         * dired.el (dired-buffers-for-dir): Handle list values of
2421         dired-directory (Bug#6636).
2423 2010-07-26  Sam Steingold  <sds@gnu.org>
2425         * mouse.el (mouse-yank-primary, mouse-yank-secondary):
2426         Do not call `x-get-selection' the second time, reuse the value.
2428 2010-07-26  Daiki Ueno  <ueno@unixuser.org>
2430         * epa-mail.el (epa-mail-mode-map): Add alternative key bindings
2431         which consist of control chars only.  Suggested by Richard Stallman.
2433 2010-07-25  Daiki Ueno  <ueno@unixuser.org>
2435         * epa-file.el (epa-file-insert-file-contents): Check if LOCAL-FILE
2436         exists before passing an error to find-file-not-found-functions
2437         (bug#6723).
2439 2010-07-23  Lukas Huonker  <l.huonker@gmail.com>
2441         * play/tetris.el (tetris-tty-colors, tetris-x-colors, tetris-blank):
2442         Remove leading nil element, adjust values.
2443         (tetris-shapes, tetris-shape-scores):
2444         Change representation of shapes and remove some redundancy.
2445         (tetris-get-shape-cell, tetris-shape-width, tetris-draw-next-shape)
2446         (tetris-draw-shape, tetris-erase-shape, tetris-test-shape):
2447         Adjust for working with new representation of shapes.
2448         (tetris-shape-rotations): New function.
2449         (tetris-move-bottom, tetris-move-left, tetris-move-right)
2450         (tetris-rotate-prev, tetris-rotate-next):
2451         Adjust for working with the new version of tetris-test-shape.
2453 2010-07-23  Markus Triska  <markus.triska@gmx.at>
2455         * progmodes/ps-mode.el: Use comint (bug#5954).
2456         (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
2457         (ps-mode-other-newline): Simplify.
2458         (ps-run-mode): Derive from comint-mode instead of
2459         fundamental-mode, yielding input history etc.
2460         (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
2461         (ps-run-send-string): Adapt for comint-mode.
2462         (ps-run-newline): Remove now unneeded function.
2464 2010-07-23  Michael Albinus  <michael.albinus@gmx.de>
2466         * net/tramp.el (tramp-methods): Move hostname to the end in all
2467         plink `tramp-login-args'.
2469 2010-07-23  Michael Albinus  <michael.albinus@gmx.de>
2471         * net/tramp.el (tramp-open-shell): New defun.
2472         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
2473         Use it.
2475 2010-07-23  Michael Albinus  <michael.albinus@gmx.de>
2477         * net/tramp.el (tramp-file-name-regexp-unified)
2478         (tramp-completion-file-name-regexp-unified): On W32 systems, do
2479         not regard the volume letter as remote filename.  (Bug#5447)
2481 2010-07-23  Juanma Barranquero  <lekktu@gmail.com>
2483         * custom.el (custom-declare-variable): Give a clearer error message
2484         when the docstring is missing (bug#6476).
2486 2010-07-22  Michael R. Mauger  <mmaug@yahoo.com>
2488         * progmodes/sql.el: Version 2.4.  Improved Login prompting.
2489         (sql-login-params): New widget definition.
2490         (sql-oracle-login-params, sql-mysql-login-params)
2491         (sql-solid-login-params, sql-sybase-login-params)
2492         (sql-informix-login-params, sql-ingres-login-params)
2493         (sql-ms-login-params, sql-postgres-login-params)
2494         (sql-interbase-login-params, sql-db2-login-params)
2495         (sql-linter-login-params): Use it.
2496         (sql-sqlite-login-params): Use it; Define "database" parameter as
2497         a file name.
2498         (sql-sqlite-program): Change to "sqlite3".
2499         (sql-comint-sqlite): Make sure database name is complete.
2500         (sql-for-each-login): New function.
2501         (sql-connect, sql-save-connection): Use it.
2502         (sql-get-login-ext): New function.
2503         (sql-get-login): Use it.
2504         (sql-make-alternate-buffer-name): Handle :file parameters.
2506 2010-07-22  Juanma Barranquero  <lekktu@gmail.com>
2508         * dired.el (dired-no-confirm): Document value t and fix defcustom to
2509         accept it (bug#6597).  Suggested by Drew Adams <drew.adams@oracle.com>.
2511 2010-07-22  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2513         * dired.el (dired-mode-map): Use command remapping (bug#6632).
2515 2010-07-22  Lawrence Mitchell  <wence@gmx.li>
2517         * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
2519 2010-07-21  Michael Albinus  <michael.albinus@gmx.de>
2521         * net/tramp.el (tramp-get-ls-command)
2522         (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
2523         instead of "/".
2525 2010-07-20  Michael R. Mauger  <mmaug@yahoo.com>
2527         * progmodes/sql.el: Version 2.3.
2528         (sql-connection-alist): Changed keys from symbols to strings;
2529         enhanced the widget definition.
2530         (sql-mode-menu): Added submenu to select connections.
2531         (sql-interactive-mode-menu): Added "Save Connection" item.
2532         (sql-add-product): Fixed menu item.
2533         (sql-get-product-feature): Improved error handling.
2534         (sql--alt-buffer-part, sql--alt-if-not-empty): Removed.
2535         (sql-make-alternate-buffer-name): Simplified.
2536         (sql-product-interactive): Handle missing product.
2537         (sql-connect): Support string keys, minor improvements.
2538         (sql-save-connection): New function.
2539         (sql-connection-menu-filter): New function.
2541 2010-07-20  Michael Albinus  <michael.albinus@gmx.de>
2543         * net/tramp.el (tramp-file-name-handler): Trace 'quit.
2544         (tramp-open-connection-setup-interactive-shell): Apply
2545         workaround for IRIX64 bug.  Move argument of last
2546         `tramp-send-command' where it belongs to.
2548 2010-07-20  Michael Albinus  <michael.albinus@gmx.de>
2550         * net/tramp.el (tramp-perl-file-attributes)
2551         (tramp-perl-directory-files-and-attributes): Don't pass "$3".
2552         (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
2553         front of `login-args'.
2555 2010-07-19  Juanma Barranquero  <lekktu@gmail.com>
2557         * time.el (display-time-world-mode): Define with `define-derived-mode'.
2558         Set `show-trailing-whitespace' to nil.
2559         (display-time-world-display): Simplify.
2561 2010-07-18  Alan Mackenzie  <acm@muc.de>
2563         Enhance `c-file-style' in file/directory local variables.
2564         * progmodes/cc-mode.el (c-count-cfss): New function.
2565         (c-before-hack-hook): Call `c-set-style' differently according to
2566         whether c-file-style was set in file or directory local
2567         variables.
2569 2010-07-18  Michael R. Mauger  <mmaug@yahoo.com>
2571         * progmodes/sql.el: Version 2.2.
2572         (sql-product, sql-user, sql-database, sql-server, sql-port): Use
2573         defcustom :safe keyword rather than putting safe-local-variable
2574         property.
2575         (sql-password): Use defcustom :risky keyword rather than putting
2576         risky-local-variable property.
2577         (sql-oracle-login-params, sql-sqlite-login-params)
2578         (sql-solid-login-params, sql-sybase-login-params)
2579         (sql-informix-login-params, sql-ingres-login-params)
2580         (sql-ms-login-params, sql-postgres-login-params)
2581         (sql-interbase-login-params, sql-db2-login-params)
2582         (sql-linter-login-params): Add `port' option.
2583         (sql-get-product-feature): Added NO-INDIRECT parameter.
2584         (sql-comint-oracle, sql-comint-sybase)
2585         (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
2586         (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
2587         (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
2588         (sql-comint-linter): Renamed sql-connect-* functions to
2589         sql-comint-*.
2590         (sql-product-alist, sql-mode-menu): Renamed as above and
2591         :sqli-connect-func to :sqli-comint-func.
2592         (sql-connection): New variable.
2593         (sql-interactive-mode): Set it.
2594         (sql-connection-alist): New variable.
2595         (sql-connect): New function.
2596         (sql--alt-buffer-part, sql--alt-if-not-empty)
2597         (sql-make-alternate-buffer-name): Improved alternative buffer name.
2599 2010-07-17  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2601         * image-mode.el (image-bookmark-make-record): Do not set context
2602         in an image (Bug#6650).
2604 2010-07-17  Chong Yidong  <cyd@stupidchicken.com>
2606         * simple.el (select-active-region): New function.
2607         (push-mark-command, set-mark, activate-mark)
2608         (handle-shift-selection): Use it.
2609         (deactivate-mark): Don't check for size of region.
2611         * mouse.el (mouse-drag-track): Use select-active-region.
2613 2010-07-17  Michael Albinus  <michael.albinus@gmx.de>
2615         * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
2616         "--dired" stronger.
2618 2010-07-17  Chong Yidong  <cyd@stupidchicken.com>
2620         * term/x-win.el (x-select-enable-primary): Change default to nil.
2621         (x-select-enable-clipboard): Add :version keyword.
2623         * mouse.el (mouse-drag-copy-region):
2624         * simple.el (select-active-regions): Likewise.
2626 2010-07-16  Reiner Steib  <Reiner.Steib@gmx.de>
2628         * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
2629         (vc-coding-system-for-diff): Use it to decide whether to inherit
2630         from the file the EOL format for reading the diffs of that file.
2631         (Bug#4451)
2633 2010-07-16  Eli Zaretskii  <eliz@gnu.org>
2635         * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
2636         unibyte, so compressed attachments are not compressed again.
2638 2010-07-16  Michael Albinus  <michael.albinus@gmx.de>
2640         * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
2641         "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
2642         (tramp-find-shell): Simplify setting connection property.
2643         (tramp-get-ls-command): Make test for "--color=never" stronger.
2645 2010-07-15  Simon South  <ssouth@member.fsf.org>
2647         * progmodes/delphi.el (delphi-previous-indent-of): Indent case
2648         blocks within record declarations (i.e. variant parts) correctly.
2650 2010-07-15  Simon South  <ssouth@member.fsf.org>
2652         * progmodes/delphi.el (delphi-token-at): Give newlines precedence
2653         over literal tokens when parsing so newlines aren't "absorbed" by
2654         single-line comments.  Corrects the indentation of case blocks
2655         that have a comment on the first line.
2657 2010-07-14  Karl Fogel  <kfogel@red-bean.com>
2659         * bookmark.el (bookmark-load-hook): Fix doc string as suggested
2660         by Drew Adams (Bug#5504).
2662 2010-07-14  Jan Djärv  <jan.h.d@swipnet.se>
2664         * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
2665         now that Unicode is used (Bug#6594).
2667 2010-07-14  Chong Yidong  <cyd@stupidchicken.com>
2669         * term/x-win.el (x-select-enable-clipboard): Default to t.
2670         (x-initialize-window-system): Don't overwrite Paste menu item.
2672         * simple.el (select-active-regions): Default to t.
2673         (push-mark-command): Don't overwrite primary with empty string.
2675         * mouse.el: Bind mouse-2 to mouse-yank-primary.
2676         (mouse-drag-copy-region): Default to nil.
2678         * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
2679         Cut/Copy/Paste menu bar items.
2681 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2683         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
2684         Patch applied by Karl Fogel.
2686         * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
2687         and `bookmark-current-buffer' if they have been already set in
2688         another buffer (e.g gnus-art).
2690 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
2691             Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2693         Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
2695         * bookmark.el (bookmark-make-record-default): Allow unneeded
2696         information to be omitted from the record.
2698         Adjust declarations and calls:
2700         * info.el (bookmark-make-record-default): Adjust declaration.
2701         (Info-bookmark-make-record): Adjust call.
2703         * woman.el (bookmark-make-record-default): Adjust declaration.
2704         (woman-bookmark-make-record): Adjust call.
2706         * man.el (bookmark-make-record-default): Adjust declaration.
2707         (Man-bookmark-make-record): Adjust call.
2709         * image-mode.el (bookmark-make-record-default): Adjust declaration.
2711         * doc-view.el (bookmark-make-record-default): Adjust declaration.
2713 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
2715         * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
2716         This is also from Thierry Volpiatto's patch in bug #6444.  However,
2717         because it was extraneous to the functional change in that patch,
2718         and causes a re-indendation, I am committing it separately.
2720 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2722         * bookmark.el (bookmark-show-annotation): Ensure annotations show,
2723         e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
2724         Patch applied by Karl Fogel (Bug#6444).
2726 2010-07-13  Chong Yidong  <cyd@stupidchicken.com>
2728         * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
2730 2010-07-13  Adrian Robert  <Adrian.B.Robert@gmail.com>
2732         * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
2733         Dempsky; bug#5084).  Remove incorrect binding for S-tab.
2734         (ns-alternatives-map): Change S-tab binding to backtab
2735         (bug#6616).
2737         * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
2738         under ns.
2740 2010-07-12  Andreas Schwab  <schwab@linux-m68k.org>
2742         * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
2743         (Bug#5806)
2745         * language/tv-util.el (tai-viet-re): Remove format.
2747 2010-07-12  Kenichi Handa  <handa@m17n.org>
2749         * language/hebrew.el: Remove no-byte-compile declaration.
2750         Change coding: tag to utf-8.  Register hebrew-shape-gstring in
2751         composition-function-table for 3-character looking back.
2752         (hebrew-font-get-precomposed): New function.
2753         (hebrew-shape-gstring): Utilize precomposed glyphs if available.
2755 2010-07-11  Chong Yidong  <cyd@stupidchicken.com>
2757         * mouse.el (mouse-drag-track): Handle select-active-regions
2758         (Bug#6612).
2760 2010-07-11  Magnus Henoch  <magnus.henoch@gmail.com>
2762         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
2763         empty argument to gvfs-copy.
2765 2010-07-10  Glenn Morris  <rgm@gnu.org>
2767         * calendar/calendar.el (calendar-week-end-day): New function.
2768         * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
2769         Respect calendar-week-start-day.  (Bug#6606)
2770         (cal-tex-insert-day-names, cal-tex-insert-blank-days)
2771         (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
2772         (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
2773         respect calendar-week-start-day.
2775 2010-07-10  Chong Yidong  <cyd@stupidchicken.com>
2777         * simple.el (use-region-p): Doc fix (Bug#6607).
2779 2010-07-10  Aleksei Gusev  <aleksei.gusev@gmail.com>  (tiny change)
2781         * progmodes/compile.el (compilation-error-regexp-alist-alist): Add
2782         regexps for cucumber and ruby.
2784 2010-07-08  Daiki Ueno  <ueno@unixuser.org>
2786         * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
2787         (epa-file-insert-file-contents): Hack to prevent
2788         find-file from opening empty buffer when decryption failed
2789         (bug#6568).
2791 2010-07-07  Agustín Martín  <agustin.martin@hispalinux.es>
2793         * textmodes/ispell.el (ispell-alternate-dictionary):
2794         Use file-readable-p.
2795         Return nil if no word-list is found at default locations.
2796         (ispell-complete-word-dict): Default to nil.
2797         (ispell-command-loop): Use 'word-list' when using lookup-words.
2798         (lookup-words): Use ispell-complete-word-dict or
2799         ispell-alternate-dictionary.  Check for word-list availability
2800         and handle errors if needed with better messages (Bug#6539).
2801         (ispell-complete-word): Use ispell-complete-word-dict or
2802         ispell-alternate-dictionary.
2804 2010-07-07  Christoph Scholtes  <cschol2112@gmail.com>
2806         * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
2807         builtins (BufferError, BytesWarning, WindowsError; callables
2808         bin, bytearray, bytes, format, memoryview, next, print; __package__).
2810 2010-07-07  Glenn Morris  <rgm@gnu.org>
2812         * play/zone.el (top-level): Do not require timer, tabify, or cl.
2813         (zone-shift-left): Ignore intangibility, and any errors from
2814         forward-char.
2815         (zone-shift-right): Remove no-op end-of-line.  Ignore intangibility.
2816         (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
2817         deleting, and copying text properties.
2818         (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
2819         (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
2820         to point-max is hard.
2821         (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
2822         (zone-fill-out-screen): Ignore intangibility.
2824 2010-07-05  Chong Yidong  <cyd@stupidchicken.com>
2826         * menu-bar.el (menu-bar-mode):
2827         * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
2828         if it has been set.
2830         * mouse.el (mouse-drag-track): Call mouse-start-end to handle
2831         word/line selection (Bug#6565).
2833 2010-07-04  Juanma Barranquero  <lekktu@gmail.com>
2835         * net/dbus.el (dbus-send-signal): Declare function.
2837 2010-07-04  Michael Albinus  <michael.albinus@gmx.de>
2839         * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
2840         (dbus-register-property): New optional argument EMITS-SIGNAL.
2841         (dbus-property-handler): Send signal "PropertiesChanged" if requested.
2843 2010-07-03  Chong Yidong  <cyd@stupidchicken.com>
2845         * mouse.el (mouse-drag-overlay): Variable deleted.
2846         (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
2847         (mouse--remap-link-click-p): New function.
2848         (mouse-drag-track): Handle dragging by using temporary Transient
2849         Mark mode, instead of a special overlay.
2850         (mouse-kill-ring-save, mouse-save-then-kill): Don't call
2851         mouse-show-mark.
2853         * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
2854         deleted.
2856 2010-07-02  Juri Linkov  <juri@jurta.org>
2858         * autoinsert.el (auto-insert-alist): Fix readability
2859         by using dotted pair notation for lambda.
2861 2010-07-02  Juri Linkov  <juri@jurta.org>
2863         * faces.el (read-face-name): Rename arg `string-describing-default'
2864         to `default'.  Doc fix.  Display the default value in quotes
2865         in the prompt.  With empty input, return the `default' arg,
2866         unless the default value is a string (in which case return nil).
2867         (describe-face): Replace the string `default' arg of `read-face-name'
2868         with the symbol `default'.
2870 2010-07-02  Chong Yidong  <cyd@stupidchicken.com>
2872         * emulation/viper-cmd.el (viper-delete-backward-char)
2873         (viper-del-backward-char-in-insert)
2874         (viper-del-backward-char-in-replace, viper-change)
2875         (viper-backward-indent): Replace delete-backward-char with
2876         delete-char (Bug#6552).
2878 2010-07-01  Chong Yidong  <cyd@stupidchicken.com>
2880         * ruler-mode.el (ruler--save-header-line-format): Fix typos.
2882 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
2884         * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
2885         argument passed to frame-creation-function (Bug#5378).
2887         * faces.el (x-handle-named-frame-geometry)
2888         (x-handle-reverse-video, x-create-frame-with-faces)
2889         (face-set-after-frame-default, tty-create-frame-with-faces): Don't
2890         separately consult default-frame-alist.  It is now passed as the
2891         PARAMETER argument.
2893 2010-06-30  Andreas Schwab  <schwab@linux-m68k.org>
2895         * startup.el (command-line): Don't call tool-bar-setup in a
2896         tty-only build.
2898 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
2900         * ruler-mode.el (ruler--save-header-line-format): New fun.
2901         (ruler-mode): Use it as a setter function, so as not to overwrite
2902         ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
2904 2010-06-29  Chong Yidong  <cyd@stupidchicken.com>
2906         * vc/vc.el (vc-deduce-backend): New fun.  Handle diff buffers.
2907         (vc-root-diff, vc-print-root-log, vc-log-incoming)
2908         (vc-log-outgoing): Use it.
2909         (vc-diff-internal): Set diff-vc-backend.
2911         * vc/diff-mode.el (diff-vc-backend): New var.
2913 2010-06-28  Jan Djärv  <jan.h.d@swipnet.se>
2915         * dynamic-setting.el (font-setting-change-default-font): Remove
2916         call to message.
2918 2010-06-28  Kenichi Handa  <handa@m17n.org>
2920         * international/quail.el (quail-insert-kbd-layout): Fix the
2921         showing of untranslated characters.
2923 2010-06-28  Chong Yidong  <cyd@stupidchicken.com>
2925         * simple.el (delete-active-region): New option.
2926         (delete-backward-char): Implement in Lisp.
2927         (delete-forward-char): New command.
2929         * mouse.el (mouse-region-delete-keys): Deleted.
2930         (mouse-show-mark): Simplify.
2932         * bindings.el (global-map): Bind delete and DEL, the former to
2933         delete-forward-char.
2935 2010-06-27  Lennart Borgman  <lennart.borgman@gmail.com>
2937         * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
2938         (ruby-mode): Bind indent-line-function (Bug#5119).
2940 2010-06-27  Chong Yidong  <cyd@stupidchicken.com>
2942         * startup.el (command-line): Recognize "0" X resource value.
2944 2010-06-27  Chong Yidong  <cyd@stupidchicken.com>
2946         * startup.el (command-line): Use X resources to set the value of
2947         menu-bar-mode and tool-bar-mode, before calling frame-initialize.
2949         * menu-bar.el (menu-bar-mode):
2950         * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
2951         Set init-value to t.
2953         * frame.el (frame-notice-user-settings): Don't change
2954         default-frame-alist based on menu-bar-mode and tool-bar-mode, or
2955         vice versa (Bug#2249).
2957 2010-06-26  Eli Zaretskii  <eliz@gnu.org>
2959         * w32-fns.el (w32-convert-standard-filename): Doc fix.
2961 2010-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
2963         * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
2964         Make sure `flyspell-word' re-checks word after function run (Bug#6504).
2966         * textmodes/ispell.el (ispell-init-process): Make sure ispell and
2967         default directories are expanded (Bug#6143).
2969 2010-06-24  Juri Linkov  <juri@jurta.org>
2971         * minibuffer.el (completions-format): Change default from nil to
2972         `horizontal'.  Remove `nil' value from :type.  Doc fix.  (Bug#6459)
2974 2010-06-24  Juri Linkov  <juri@jurta.org>
2976         * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
2977         buffer-locally to lambda that re-runs the vc diff command.
2978         (Bug#6447)
2980 2010-06-24  Chong Yidong  <cyd@stupidchicken.com>
2982         * kmacro.el (kmacro-call-macro): Don't issue hint message if the
2983         echo area is in use (Bug#3412).
2985 2010-06-22  Glenn Morris  <rgm@gnu.org>
2987         * textmodes/texinfmt.el (texinfo-format-region)
2988         (texinfo-raise-lower-sections, texinfo-format-separate-node)
2989         (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
2990         (texinfo-format-option, texinfo-noindent):
2991         Use line-beginning-position and line-end-position.
2993         * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
2994         * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
2995         * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
2996         utf-8 characters.
2998 2010-06-21  Karl Fogel  <kfogel@red-bean.com>
3000         * play/zone.el (zone-fall-through-ws): Fix next-line ->
3001         forward-line fallout.
3003 2010-07-06  Chong Yidong  <cyd@stupidchicken.com>
3005         * mouse.el (mouse-appearance-menu): Add docstring.
3007         * help.el (describe-key): Print up-event using key-description.
3009 2010-07-03  Michael Albinus  <michael.albinus@gmx.de>
3011         * net/zeroconf.el (zeroconf-resolve-service)
3012         (zeroconf-service-resolver-handler): Use
3013         `dbus-byte-array-to-string'.
3014         (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
3016 2010-07-03  Jan Moringen  <jan.moringen@uni-bielefeld.de>
3018         * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
3020 2010-06-30  Dan Nicolaescu  <dann@ics.uci.edu>
3022         Avoid displaying files with a nil state in vc-dir.
3023         * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
3024         cases that cause insertion.
3025         (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
3026         with a nil state.
3028 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
3030         * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
3032 2010-06-29  Leo  <sdl.web@gmail.com>
3034         * emacs-lisp/rx.el (rx): Doc fix.  (Bug#6537)
3036 2010-06-27  Oleksandr Gavenko  <gavenkoa@gmail.com>  (tiny change)
3038         * generic-x.el (bat-generic-mode): Fix regexp for command line
3039         switches (Bug#5719).
3041 2010-06-27  Masatake YAMATO  <yamato@redhat.com>
3043         * htmlfontify.el (hfy-face-attr-for-class): Use append instead
3044         of nconc to avoid pure storage error (Bug#6239).
3046 2010-06-27  Christoph  <cschol2112@googlemail.com>  (tiny change)
3048         * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
3049         (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
3050         bindings of bookmark-automatically-show-annotations (Bug#6515).
3052 2010-06-25  Eli Zaretskii  <eliz@gnu.org>
3054         * arc-mode.el (archive-zip-extract): Don't quote the file name on
3055         MS-Windows and MS-DOS.  (Bug#6467, Bug#6144)
3057 2010-06-24  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
3059         * comint.el (make-comint, make-comint-in-buffer): Mention return
3060         value in the docstrings.  (Bug#6498)
3062 2010-06-24  Yoni Rabkin  <yoni@rabkins.net>
3064         * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
3065         since it is not present when using some non-default switches.
3067 2010-06-23  Karl Fogel  <kfogel@red-bean.com>
3069         * simple.el (compose-mail): Fix doc string to refer to
3070         `compose-mail-user-agent-warnings', instead of to the
3071         nonexistent `compose-mail-check-user-agent'.
3073 2010-06-21  Alan Mackenzie  <bug-cc-mode@gnu.org>
3075         Fix an indentation bug:
3077         * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
3078         (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
3079         of existing values.
3081         * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
3082         (c-clear->-pair-props-if-match-before): now return t when they've
3083         cleared properties, nil otherwise.
3084         (c-before-change-check-<>-operators): Set c-new-beg/end correctly
3085         by taking account of the existing value.
3087         * progmodes/cc-defs.el
3088         (c-clear-char-property-with-value-function): Fix this to clear the
3089         property rather than overwriting it with nil.
3091 2010-06-20  Chong Yidong  <cyd@stupidchicken.com>
3093         * emacs-lisp/package.el (package-print-package): Add link to
3094         package description via describe-package.
3095         (describe-package-1): List package requirements.  Add button to
3096         perform installation.
3097         (package-menu-describe-package): New command.
3099         * help-mode.el (help-package): New button type.
3101 2010-06-19  Chong Yidong  <cyd@stupidchicken.com>
3103         * emacs-lisp/package.el: Move package-list-packages binding to
3104         menu-bar.el.
3105         (describe-package, describe-package-1, package--dir): New funs.
3106         (package-activate-1): Use package--dir.
3108         * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
3110         * help-mode.el (help-package-def): New button type.
3112         * menu-bar.el: Move package-list-packages binding here from
3113         package.el.
3115 2010-06-19  Gustav Hållberg  <gustav@gmail.com>  (tiny change)
3117         * descr-text.el (describe-char): Avoid trailing whitespace.  (Bug#6423)
3119 2010-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3121         * emacs-lisp/edebug.el (edebug-read-list):
3122         Phase out old-style backquotes.
3124 2010-06-17  Juri Linkov  <juri@jurta.org>
3126         * help-mode.el (help-mode): Set buffer-local variable
3127         revert-buffer-function to help-mode-revert-buffer.
3128         (help-mode-revert-buffer): New function.
3130         * info.el (Info-revert-find-node): Check for major-mode Info-mode
3131         before popping to "*info*" (like in other Info functions).
3132         Keep buffer-name in old-buffer-name.  Keep Info-history-forward in
3133         old-history-forward.  Pop to old-buffer-name or "*info*" to
3134         recreate the killed buffer.  Set Info-history-forward from
3135         old-history-forward.
3136         (Info-breadcrumbs-depth): Add :group and :version.
3138 2010-06-17  Dan Nicolaescu  <dann@ics.uci.edu>
3140         * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
3142 2010-06-17  Agustín Martín  <agustin.martin@hispalinux.es>
3144         * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
3145         for languages like Portuguese with pt_{BR,PT} and no plain pt.
3147 2010-06-17  Juanma Barranquero  <lekktu@gmail.com>
3149         * emacs-lisp/package.el (package-menu-mode-map):
3150         Move initialization into declaration.
3152         * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
3154 2010-06-17  Chong Yidong  <cyd@stupidchicken.com>
3156         * emacs-lisp/package.el (package-archive-base): Point to
3157         elpa.gnu.org.
3158         (package-enable, package-load-list): New defcustoms.
3159         (package-user-dir, package-directory-list): Turn into defcustoms.
3160         Don't include package-user-dir in package-directory-list.
3161         (package--builtins-base): Don't include Emacs as a "package".
3162         (package-subdirectory-regexp): New var.
3163         (package-load-all-descriptors, package-compute-transaction)
3164         (package-download-transaction): Obey package-load-list.
3165         (package-activate-1): Rename from package-do-activate.
3166         (package-list-packages-internal): Check package-load-list.
3167         (package-load-descriptor, package-generate-autoloads)
3168         (package-unpack, package-unpack-single)
3169         (package--read-archive-file, package-delete): Use
3170         expand-file-name.
3172         * emacs-lisp/package-x.el: New file.  Package uploading
3173         functionality split out from package.el.
3175         * startup.el (command-line): Load packages after reading init
3176         file.
3178 2010-06-17  Tom Tromey  <tromey@redhat.com>
3180         * emacs-lisp/package.el: New file.
3182 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
3184         Fix vc-annotate for renamed files when using Git.
3185         * vc-git.el (vc-git-find-revision): Deal with empty results from
3186         ls-files.  Doe not pass the object as a file name to cat-file, it
3187         is not a file name.
3188         (vc-git-annotate-command): Pass the file name using -- to avoid
3189         ambiguity with the revision.
3190         (vc-git-previous-revision): Pass a relative file name.
3192 2010-06-22  Glenn Morris  <rgm@gnu.org>
3194         * progmodes/js.el (js-mode-map): Use standard capitalization and
3195         ellipses for menu entries.
3197         * wid-edit.el (widget-complete): Doc fix.
3199 2010-06-22  Jürgen Hötzel  <juergen@hoetzel.info>  (tiny change)
3201         * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
3203 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
3205         Fix annotating other revisions for renamed files in vc-annotate.
3206         * vc-annotate.el (vc-annotate): Add an optional argument for the
3207         VC backend.  Use it when non-nil.
3208         (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
3209         (Bug#6487)
3211         Fix vc-annotate-show-changeset-diff-revision-at-line for git.
3212         * vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
3213         Do not pass the file name to the 'previous-revision call when we
3214         don't want a file diff.  (Bug#6489)
3216 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
3218         Fix finding revisions for renamed files in vc-annotate.
3219         * vc.el (vc-find-revision): Add an optional argument for
3220         the VC backend.  Use it when non-nil.
3221         * vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
3222         backend to vc-find-revision.  (Bug#6487)
3224 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
3226         Fix reading file names in Git annotate buffers.
3227         * vc-git.el (vc-git-annotate-extract-revision-at-line): Remove
3228         trailing whitespace.  Suggested by Eric Hanchrow.  (Bug#6481)
3230 2010-06-20  Alan Mackenzie  <acm@muc.de>
3232         * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
3233         in file local variables, set it first.
3235 2010-06-19  Glenn Morris  <rgm@gnu.org>
3237         * descr-text.el (describe-char-unicode-data): Insert separating
3238         space when needed.  (Bug#6422)
3240         * progmodes/idlwave.el (idlwave-action-and-binding):
3241         Fix typo in 2009-12-03 change.  (Bug#6450)
3243 2010-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3245         * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
3246         handling for `lambda' (misunderstanding).
3248 2010-06-16  Jay Belanger  <jay.p.belanger@gmail.com>
3250         * calc/calc-poly.el (math-accum-factors): Make sure that
3251         constants aren't distributed after they are factored out.
3253 2010-06-16  Juri Linkov  <juri@jurta.org>
3255         * facemenu.el (list-colors-display): Call `pop-to-buffer' before
3256         `list-colors-print'.  (Bug#6332)
3258         * subr.el (read-quoted-char): Fix up last change (bug#6290).
3260 2010-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3262         * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
3263         specially, since it's a macro.  Fix up wrong hint passed to maybe-cons.
3265         * font-lock.el (font-lock-major-mode): Rename from
3266         font-lock-mode-major-mode to distinguish it from
3267         global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
3268         (font-lock-set-defaults):
3269         * font-core.el (font-lock-default-function): Adjust users.
3270         (font-lock-mode): Don't set it at all.
3272 2010-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3274         * vc-annotate.el (vc-annotate): Use vc-read-revision.
3276 2010-06-16  Glenn Morris  <rgm@gnu.org>
3278         * calendar/appt.el (appt-time-msg-list): Doc fix.
3279         (appt-check): Let-bind appt-warn-time.
3280         (appt-add): Make the 3rd argument optional.
3281         Simplify argument names.  Doc fix.  Check for integer WARNTIME.
3282         Only add WARNTIME to the output list if non-nil.
3284 2010-06-16  Ivan Kanis  <apple@kanis.eu>
3286         * calendar/appt.el (appt-check): Let the 3rd element of
3287         appt-time-msg-list specify the warning time.
3288         (appt-add): Add new argument with the warning time.  (Bug#5176)
3290 2010-06-16  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
3292         * vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
3293         older than version 1.6.  (Bug#6361)
3295 2010-06-16  Helmut Eller  <eller.helmut@gmail.com>
3297         * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
3298         used by cl-do-arglist.  (Bug#6408)
3300 2010-06-16  Agustín Martín  <agustin.martin@hispalinux.es>
3302         * textmodes/ispell.el (ispell-dictionary-base-alist): Fix
3303         portuguese casechars/not-casechars for missing 'çÇ'.
3304         Suggested by Rolando Pereira (bug#6434).
3306 2010-06-15  Juanma Barranquero  <lekktu@gmail.com>
3308         * facemenu.el (list-colors-sort): Doc fix.
3310 2010-06-15  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
3312         * progmodes/sql.el (sql-connect-mysql): Fix typo.
3314 2010-06-14  Juri Linkov  <juri@jurta.org>
3316         Add sort option `list-colors-sort'.  (Bug#6332)
3317         * facemenu.el (color-rgb-to-hsv): New function.
3318         (list-colors-sort): New defcustom.
3319         (list-colors-sort-key): New function.
3320         (list-colors-display): Doc fix.  Sort list according to the option
3321         `list-colors-sort'.
3322         (list-colors-print): Add HSV values to `help-echo' property of
3323         RGB strings.
3325 2010-06-14  Juri Linkov  <juri@jurta.org>
3327         * compare-w.el: Move to the "vc" subdirectory.
3329 2010-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3331         * image-mode.el (image-mode-map): Remap left-char and right-char.
3333         * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
3335 2010-06-12  Chong Yidong  <cyd@stupidchicken.com>
3337         * term/common-win.el (x-colors): Add all the color names defined
3338         in rgb.txt (Bug#6332).
3340         * facemenu.el (list-colors-print): Don't print extra names if it
3341         will overflow the window width.
3343         * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
3344         change (Bug#6343).
3346 2010-06-12  Eli Zaretskii  <eliz@gnu.org>
3348         * files.el (make-directory): Doc fix (bug#6396).
3350 2010-06-12  Michael Albinus  <michael.albinus@gmx.de>
3352         * net/tramp.el (tramp-remote-process-environment): Protect version
3353         string by apostroph.
3354         (tramp-shell-prompt-pattern): Do not use a shy group in case of
3355         XEmacs.
3356         (tramp-file-name-for-operation): Add `call-process-region'.
3357         (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
3359         * net/tramp-compat.el (top): Do not autoload
3360         `tramp-handle-file-remote-p'.  Load tramp-util.el and tramp-vc.el
3361         only when `start-file-process' is not bound.
3362         (tramp-advice-file-expand-wildcards): Do not use
3363         `tramp-handle-file-remote-p'.
3364         (tramp-compat-make-temp-file): Handle the case, that
3365         `make-temp-file' has no third argument EXTENSION.
3367 2010-06-11  Juanma Barranquero  <lekktu@gmail.com>
3369         * makefile.w32-in (WINS_BASIC): Include new directory vc.
3371         * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
3373 2010-06-11  Juri Linkov  <juri@jurta.org>
3375         * finder.el (finder-known-keywords): Add keyword "vc"
3376         for version control.
3378         * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
3379         * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
3380         * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
3381         * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
3383 2010-06-11  Juri Linkov  <juri@jurta.org>
3385         Move version control related files to the "vc" subdirectory.
3386         * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
3387         * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
3388         * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
3389         * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
3390         * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
3391         * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
3392         * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
3393         * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
3394         Move files to the "vc" subdirectory.
3396 2010-06-11  Chong Yidong  <cyd@stupidchicken.com>
3398         * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
3399         (Bug#6367).
3401 2010-06-11  Stephen Eglen  <stephen@gnu.org>
3403         * shell.el: Bind `shell-resync-dirs' to M-RET.
3405 2010-06-10  Michael Albinus  <michael.albinus@gmx.de>
3407         * notifications.el: Move file from lisp/net, because it is
3408         supposed to talk locally to the user.
3410 2010-06-10  Julien Danjou  <julien@danjou.info>
3412         * net/notifications.el (notifications-on-action-signal)
3413         (notifications-on-closed-signal): Pass notification id as first
3414         argument to the callback functions.  Add docstrings.
3415         (notifications-notify): Fix docstring.
3417 2010-06-10  Glenn Morris  <rgm@gnu.org>
3419         * emacs-lisp/authors.el (authors-ignored-files)
3420         (authors-valid-file-names): Add some files.
3422 2010-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3424         * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
3425         merge conflict, giving preference to the emacs-23 version of the code.
3427 2010-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3429         * emacs-lisp/advice.el (ad-compile-function):
3430         Define warning-suppress-types before we let-bind it (bug#6275).
3432         * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
3433         declare it, make it buffer-local and permanent-local (bug#6324).
3434         (vc-resynch-window): Adjust name.
3435         * vc-hooks.el (vc-find-file-hook): Adjust name.
3437 2010-06-09  Michael Albinus  <michael.albinus@gmx.de>
3439         * net/notifications.el (notifications-notify): Fix docstring.
3441 2010-06-09  Juanma Barranquero  <lekktu@gmail.com>
3443         Update to Unicode 6.0.0 beta.
3444         * international/charprop.el: Update copyright.
3445         * international/mule-cmds.el (ucs-names): Update character ranges.
3446         * international/uni-bidi.el:
3447         * international/uni-category.el:
3448         * international/uni-combining.el:
3449         * international/uni-comment.el:
3450         * international/uni-decimal.el:
3451         * international/uni-decomposition.el:
3452         * international/uni-digit.el:
3453         * international/uni-lowercase.el:
3454         * international/uni-mirrored.el:
3455         * international/uni-name.el:
3456         * international/uni-numeric.el:
3457         * international/uni-old-name.el:
3458         * international/uni-titlecase.el:
3459         * international/uni-uppercase.el: Regenerate.
3461 2010-06-09  Juanma Barranquero  <lekktu@gmail.com>
3463         * emacs-lisp/smie.el (comment-string-strip): Declare function.
3464         (smie-precs-precedence-table): Fix typo in docstring.
3466         * vc-mtn.el (log-edit-extract-headers): Declare function.
3468         * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
3470         * net/notifications.el (dbus-register-signal): Declare function.
3471         (notifications-notify): Fix typos and reflow docstring.
3473 2010-06-09  Dan Nicolaescu  <dann@ics.uci.edu>
3475         Improve VC create/retrieve tag/branch.
3476         * vc.el (vc-create-tag): Do not read the directory name for VCs
3477         with repository revision granularity.  Adjust the tag/branch
3478         prompt.  Reset VC properties.
3479         (vc-retrieve-tag): Do not read the directory name for VCs
3480         with repository revision granularity.  Reset VC properties.
3482 2010-06-09  Julien Danjou  <julien@danjou.info>
3484         * net/notifications.el: New file.
3486 2010-06-09  Dan Nicolaescu  <dann@ics.uci.edu>
3488         Add optional support for resetting VC properties.
3489         * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
3490         call vc-file-clearprops when true.
3491         (vc-resynch-buffer): Add new optional argument, pass it down.
3492         (vc-resynch-buffers-in-directory): Likewise.
3494         Improve support for special markup in the VC commit message.
3495         * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
3496         * vc-hg.el (vc-hg-checkin): Add support for Date:.
3497         * vc-git.el (vc-git-checkin):
3498         * vc-bzr.el (vc-bzr-checkin): Likewise.
3500 2010-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3502         * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
3503         can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
3505 2010-06-07  Martin Pohlack  <mp26@os.inf.tu-dresden.de>
3507         * iimage.el: Remove images as soon as the underlying text is modified.
3508         (iimage-modification-hook): New function.
3509         (iimage-mode-buffer): Use it.
3511 2010-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3513         * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
3514         smie-indent-offset-after.  Add :prev case.  Make a bit more generic.
3515         (smie-indent-virtual): Remove `virtual' arg.  Update callers.
3516         (smie-indent-keyword): Add handling of open-paren keywords.
3517         (smie-indent-comment-continue): Don't assume comment-continue.
3519 2010-06-07  Martin Rudalics  <rudalics@gmx.at>
3521         * window.el (pop-to-buffer): Remove the conditional that
3522         compares new-window and old-window, so it will reselect
3523         the selected window unconditionally.
3524         http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
3526 2010-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3528         * emacs-lisp/smie.el (smie-indent-offset-after)
3529         (smie-indent-forward-token, smie-indent-backward-token): New functions.
3530         (smie-indent-after-keyword): Use them.
3531         (smie-indent-fixindent): Only applies to the indentation of the BOL.
3532         (smie-indent-keyword): Tweak the black magic.
3533         (smie-indent-comment-continue): Strip comment-continue before use.
3534         (smie-indent-functions): Indent comments before keywords.
3536 2010-06-06  Juri Linkov  <juri@jurta.org>
3538         * isearch.el (isearch-lazy-highlight-search): Fix looping
3539         by checking for empty match.  This syncs this loop with the
3540         similar loop in `isearch-search'.  (Bug#6362)
3542 2010-06-05  Juanma Barranquero  <lekktu@gmail.com>
3544         * net/dbus.el (dbus-register-method): Declare function.
3545         (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
3546         (dbus-introspect): Doc fix.
3547         (dbus-event-bus-name, dbus-introspect-get-interface)
3548         (dbus-introspect-get-argument): Reflow docstrings.
3550 2010-06-05  Dan Nicolaescu  <dann@ics.uci.edu>
3552         vc-log-incoming/vc-log-outgoing fixes for Git.
3553         * vc-git.el (vc-git-log-view-mode): Fix font lock for
3554         incoming/outgoing logs.
3555         (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
3556         instead of vc-git-compute-remote.
3557         (vc-git-compute-remote): Remove.
3559 2010-06-04  Chong Yidong  <cyd@stupidchicken.com>
3561         * term/common-win.el (x-colors): Add "dark green" and "dark
3562         turquoise" (Bug#6332).
3564 2010-06-04  Juri Linkov  <juri@jurta.org>
3566         * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
3567         Instead of setting `replace' to t and replacing the same string
3568         with itself, don't do certain actions when
3569         kill-do-not-save-duplicates is non-nil and string is equal to car
3570         of kill-ring: don't call menu-bar-update-yank-menu, don't push
3571         interprogram-paste strings to kill-ring, and don't push the input
3572         argument `string' to kill-ring.
3573         http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
3575 2010-06-04  Juanma Barranquero  <lekktu@gmail.com>
3577         * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
3579 2010-06-04  Michael Albinus  <michael.albinus@gmx.de>
3581         * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
3582         (tramp-gvfs-handler-mounted-unmounted)
3583         (tramp-gvfs-connection-mounted-p): Handle default-location.
3585         * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
3586         move files to trash.
3588 2010-06-04  Juanma Barranquero  <lekktu@gmail.com>
3590         * international/mule-cmds.el (nonascii-insert-offset)
3591         (nonascii-translation-table): Add obsolescence information.
3593         * international/mule.el (make-translation-table-from-vector): Doc fix.
3595 2010-06-03  Eric Ludlam  <zappo@gnu.org>
3597         * cedet/semantic/lex-spp.el
3598         (semantic-lex-spp-table-write-slot-value): Instead of erroring on
3599         invalid values during save, just save a nil (Bug#6324).
3601 2010-06-03  Glenn Morris  <rgm@gnu.org>
3603         * desktop.el (desktop-clear-preserve-buffers):
3604         Add "*Warnings*" buffer.  (Bug#6336)
3606 2010-06-03  Dan Nicolaescu  <dann@ics.uci.edu>
3608         vc-log-incoming/vc-log-outgoing improvements for Git.
3609         * vc-git.el (vc-git-log-outgoing): Use the same format as the
3610         short log.
3611         (vc-git-log-incoming): Likewise.  Run "git fetch" before the log command.
3613         Add bindings for vc-log-incoming and vc-log-outgoing.
3614         * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
3615         and vc-log-outgoing.
3616         * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
3617         and vc-log-outgoing.
3619 2010-06-03  Chong Yidong  <cyd@stupidchicken.com>
3621         * net/rcirc.el (rcirc-sort-nicknames): Remove.
3622         (rcirc-handler-366): Always sort nicknames.
3624 2010-06-03  Juanma Barranquero  <lekktu@gmail.com>
3626         * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
3628 2010-06-03  Chong Yidong  <cyd@stupidchicken.com>
3630         * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
3632 2010-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3634         * net/rcirc.el (rcirc-sort-nicknames): Change default.
3635         (rcirc-sort-nicknames-join): Avoid setq.
3637 2010-06-03  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
3639         * net/rcirc.el (rcirc-sort-nicknames): New custom.
3640         (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
3641         (rcirc-handler-366): Use them.
3643 2010-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3645         Split smie-indent-calculate into more manageable chunks.
3646         * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
3647         (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
3648         (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
3649         (smie-indent-exps): Extract from smie-indent-calculate.
3650         (smie-indent-functions): New var.
3651         (smie-indent-functions): Use them.
3653 2010-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3655         * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
3656         (smie-indent-calculate): Simplify and cleanup.
3658 2010-06-02  Michael Albinus  <michael.albinus@gmx.de>
3660         * net/tramp-gvfs.el (top): Require url-util.
3661         (tramp-gvfs-mount-point): Remove.
3662         (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
3663         New defuns.
3664         (with-tramp-dbus-call-method): Format trace message.
3665         (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
3666         Implement backup call, when operation on local files fails.
3667         Use progress reporter.  Flush properties of changed files.
3668         (tramp-gvfs-handle-make-directory): Make more traces.
3669         (tramp-gvfs-url-file-name): Hexify file name in url.
3670         (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
3671         into account for the resulting file name.
3672         (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
3673         the answer is "no".  See `tramp-gvfs-maybe-open-connection'.
3674         (tramp-gvfs-handler-mounted-unmounted)
3675         (tramp-gvfs-connection-mounted-p): Test also for new mountspec
3676         attribute "default_location".  Set "prefix" property.
3677         (tramp-gvfs-mount-spec): Return both prefix and mountspec.
3678         (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
3679         exists.  Raise an error, if not (due to a corresponding answer
3680         "no" in interactive questions, for example).
3682 2010-06-02  Dan Nicolaescu  <dann@ics.uci.edu>
3684         * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
3686 2010-06-01  Juanma Barranquero  <lekktu@gmail.com>
3688         * emacs-lisp/eldoc.el: Add completions for new commands left-* and
3689         right-*.  (Bug#6265)
3691 2010-06-01  Dan Nicolaescu  <dann@ics.uci.edu>
3693         Add support for vc-log-incoming, improve vc-log-outgoing for Git.
3694         * vc-git.el (vc-git-compute-remote): New function.
3695         (vc-git-log-outgoing): Use it instead of hard coding a value.
3696         (vc-git-log-incoming): New function.
3698         Improve state updating for VC tag commands.
3699         * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
3700         to update the state of all buffers in the directory.
3702         * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
3704 2010-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3706         * vc-bzr.el (vc-bzr-revision-completion-table): Apply
3707         `file-directory-p' to the filename part rather than to the whole text.
3709 2010-05-31  Jonathan Marchand  <jonathlela@gmail.com>  (tiny change)
3711         * cedet/ede/cpp-root.el (ede-set-project-variables): Fix feature name
3712         (bug#6231).
3714 2010-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3716         * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
3718 2010-05-31  Drew Adams  <drew.adams@oracle.com>
3720         * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
3722 2010-05-31  Juanma Barranquero  <lekktu@gmail.com>
3724         * subr.el (momentary-string-display): Just use read-event to read
3725         the exit event (Bug#6238).
3727 2010-05-30  Eli Zaretskii  <eliz@gnu.org>
3729         * international/mule.el (define-coding-system): Doc fix (bug#6313).
3731 2010-05-30  Juanma Barranquero  <lekktu@gmail.com>
3733         * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
3734         Suggested by Eli Zaretskii <eliz@gnu.org>.
3736 2010-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3738         * minibuffer.el (completion-file-name-table): Don't return a boundary
3739         past the end of `string' (bug#6299).
3740         (completion--file-name-table): Delegate to completion-file-name-table
3741         for the `boundaries' case.
3743 2010-05-30  Juanma Barranquero  <lekktu@gmail.com>
3745         * emulation/cua-base.el: Recognize `right-char' and `left-char' as
3746         movement commands.
3748         * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
3749         `path-separator', but maintain compatibility with Emacs 20.2.
3751 2010-05-29  Chong Yidong  <cyd@stupidchicken.com>
3753         * server.el (server-process-filter): Receive parent-id argument
3754         from emacsclient.
3755         (server-create-window-system-frame): New arg.  Pass parent-id as
3756         frame parameter.
3758 2010-05-29  Eli Zaretskii  <eliz@gnu.org>
3760         Bidi-sensitive word movement with arrow keys.
3761         * subr.el (right-arrow-command, left-arrow-command): Move to
3762         bindings.el.
3764         * bindings.el (right-char, left-char): Move from subr.el and
3765         rename from right-arrow-command and left-arrow-command.
3766         (right-word, left-word): New functions.
3767         (global-map) <right>: Bind to right-char.
3768         (global-map) <left>: Bind to left-char.
3769         (global-map) <C-right>: Bind to right-word.
3770         (global-map) <C-left>: Bind to left-word.
3772         * ls-lisp.el (ls-lisp-classify-file): New function.
3773         (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
3774         (ls-lisp-classify): Call ls-lisp-classify-file.
3775         (insert-directory): Remove blanks from switches.
3777 2010-05-29  Chong Yidong  <cyd@stupidchicken.com>
3779         * ansi-color.el: Delete unused escape sequences (Bug#6085).
3780         (ansi-color-drop-regexp): New constant.
3781         (ansi-color-apply, ansi-color-filter-region)
3782         (ansi-color-apply-on-region): Delete unrecognized control sequences.
3783         (ansi-color-apply): Build string list before calling concat.
3785 2010-05-28  Juri Linkov  <juri@jurta.org>
3787         * image-dired.el (image-dired-dired-toggle-marked-thumbs):
3788         Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
3789         (Bug#5270)
3791 2010-05-28  Michael Albinus  <michael.albinus@gmx.de>
3793         * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
3794         to ignored backtrace functions.
3795         (with-progress-reporter): Expand docstring.
3796         (tramp-handle-delete-file): Implement TRASH argument.
3797         (tramp-get-remote-trash): New defun.
3799 2010-05-28  Michael Albinus  <michael.albinus@gmx.de>
3801         * net/tramp-compat.el (tramp-compat-delete-file): Use
3802         `symbol-value' for backward compatibility.
3804         * net/tramp.el (tramp-handle-make-symbolic-link)
3805         (tramp-handle-load)
3806         (tramp-do-copy-or-rename-file-via-buffer)
3807         (tramp-do-copy-or-rename-file-directly)
3808         (tramp-do-copy-or-rename-file-out-of-band)
3809         (tramp-handle-process-file, tramp-handle-call-process-region)
3810         (tramp-handle-shell-command, tramp-handle-file-local-copy)
3811         (tramp-handle-insert-file-contents, tramp-handle-write-region)
3812         (tramp-delete-temp-file-function): Use `delete-file' instead
3813         of `tramp-compat-delete-file'.
3815         * net/tramp-fish.el (tramp-fish-handle-delete-directory)
3816         (tramp-fish-handle-make-symbolic-link)
3817         (tramp-fish-handle-process-file): Use `delete-file' instead
3818         of `tramp-compat-delete-file'.
3820         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use
3821         `delete-file' instead of `tramp-compat-delete-file'.
3823         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
3824         (tramp-gvfs-handle-write-region): Use `delete-file' instead of
3825         `tramp-compat-delete-file'.
3827         * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file): Use
3828         `delete-file' instead of `tramp-compat-delete-file'.
3830         * net/tramp-smb.el (tramp-smb-handle-copy-file)
3831         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
3832         (tramp-smb-handle-write-region): Use `delete-file' instead of
3833         `tramp-compat-delete-file'.
3834         (tramp-smb-handle-delete-directory): Use 'trash as arg.
3836 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
3838         * dired.el (dired-delete-file): New arg TRASH.
3839         (dired-internal-do-deletions): New arg TRASH.  Use progress reporter.
3840         (dired-do-flagged-delete, dired-do-delete): Use trash.
3842         * speedbar.el (speedbar-item-delete): Allow trashing.
3844         * files.el (delete-directory): New arg TRASH.
3846         * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
3847         (ange-ftp-rename-remote-to-remote)
3848         (ange-ftp-rename-local-to-remote)
3849         (ange-ftp-rename-remote-to-local, ange-ftp-load)
3850         (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
3851         `delete-file'.
3852         (ange-ftp-delete-directory): Add optional arg to `delete-file', to
3853         allow trashing.
3855         * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
3856         handle new TRASH arg of `delete-file'.
3858         * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
3859         (tramp-handle-make-symbolic-link, tramp-handle-load)
3860         (tramp-do-copy-or-rename-file-via-buffer)
3861         (tramp-do-copy-or-rename-file-directly)
3862         (tramp-do-copy-or-rename-file-out-of-band)
3863         (tramp-handle-process-file, tramp-handle-call-process-region)
3864         (tramp-handle-shell-command, tramp-handle-file-local-copy)
3865         (tramp-handle-insert-file-contents, tramp-handle-write-region)
3866         (tramp-delete-temp-file-function): Use null TRASH arg in
3867         tramp-compat-delete-file call.
3869         * net/tramp-fish.el (tramp-fish-handle-delete-directory)
3870         (tramp-fish-handle-delete-file)
3871         (tramp-fish-handle-make-symbolic-link)
3872         (tramp-fish-handle-process-file): Use null TRASH arg in
3873         `tramp-compat-delete-file' call.
3875         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
3876         arg in `tramp-compat-delete-file' call.
3878         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
3879         (tramp-gvfs-handle-write-region): Use null TRASH arg in
3880         `tramp-compat-delete-file' call.
3882         * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
3883         (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
3884         `tramp-compat-delete-file' call.
3886         * net/tramp-smb.el (tramp-smb-handle-copy-file)
3887         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
3888         (tramp-smb-handle-write-region): Use null TRASH arg in
3889         tramp-compat-delete-file call.
3890         (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
3891         (tramp-smb-handle-delete-file): Rename arg.
3893         * diff.el (diff-sentinel):
3894         * epg.el (epg--make-temp-file, epg-decrypt-string)
3895         (epg-verify-string, epg-sign-string, epg-encrypt-string):
3896         * jka-compr.el (jka-compr-partial-uncompress)
3897         (jka-compr-call-process, jka-compr-write-region):
3898         * server.el (server-sentinel): Remove optional arg from
3899         delete-file, reverting 2010-05-03 change.
3901 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
3903         * progmodes/verilog-mode.el (verilog-type-font-keywords): Use
3904         font-lock-constant-face, not obsolete font-lock-reference-face.
3906 2010-05-27  Kenichi Handa  <handa@m17n.org>
3908         * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
3909         element of GSTRING is nil.
3911 2010-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3913         * emacs-lisp/smie.el (smie-forward-token-function)
3914         (smie-backward-token-function): New vars.
3915         (smie-backward-sexp, smie-forward-sexp)
3916         (smie-indent-hanging-p, smie-indent-calculate): Use them.
3917         (smie-default-backward-token): Rename from smie-backward-token and
3918         skip comments.
3919         (smie-default-forward-token): Rename from smie-forward-token and
3920         skip comments.
3921         (smie-next-sexp): Handle nil results from next-token.
3922         (smie-indent-calculate): Add a new case for special `fixindent' comments.
3924 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
3926         * progmodes/verilog-mode.el (verilog-type-font-keywords):
3927         Use font-lock-constant-face, not obsolete font-lock-reference-face.
3929 2010-05-27  Masatake YAMATO  <yamato@redhat.com>
3931         * htmlfontify.el (hfy-face-resolve-face): New function.
3932         (hfy-face-to-style): Use it (Bug#6279).
3934 2010-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3936         * progmodes/ada-xref.el (ada-gnat-parse-gpr):
3937         * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
3939 2010-05-26  Glenn Morris  <rgm@gnu.org>
3941         * emulation/edt.el (edt-load-keys): Use locate-library.
3943 2010-05-25  Chong Yidong  <cyd@stupidchicken.com>
3945         * log-edit.el (log-edit-strip-single-file-name): Default to nil.
3946         (log-edit-changelog-entries): Doc fix.
3947         (log-edit-changelog-insert-entries): Args changed.
3948         Rename relative filenames in ChangeLog entries.  Delete tabs.
3949         (log-edit-insert-changelog-entries): Reorganize return value of
3950         `log-edit-changelog-entries' to pass filenames to
3951         log-edit-changelog-insert-entries.
3953 2010-05-25  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3955         * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
3956         `image-dired-dired-insert-marked-thumbs' to
3957         `image-dired-dired-toggle-marked-thumbs'.
3959         * image-dired.el: Require cl when compiling.
3960         (image-dired-dired-toggle-marked-thumbs): Rename from
3961         `image-dired-dired-insert-marked-thumbs'.  Add ARG.  Doc fix.
3962         Use interactive spec "P".  Set LOCALP arg of `dired-get-filename'
3963         to 'no-dir.  Skip files whose names don't match
3964         `image-file-name-regexp'.  When file has a thumbnail overlay,
3965         delete it.  (Bug#5270)
3967 2010-05-25  Juri Linkov  <juri@jurta.org>
3969         * image-mode.el (image-mode): Add image-after-revert-hook to
3970         after-revert-hook.
3971         (image-after-revert-hook): New function.  (Bug#5669)
3973 2010-05-25  Juri Linkov  <juri@jurta.org>
3975         * image.el (image-animated-p): When delay between animated images
3976         is 0, set it to 10 (0.1 sec).  (Bug#6258)
3978 2010-05-25  Christian Lynbech  <christian.lynbech@tieto.com>  (tiny change)
3980         * net/tramp.el (tramp-handle-insert-directory): Don't use
3981         `forward-word', its default syntax could be changed.
3983 2010-05-25  Michael Albinus  <michael.albinus@gmx.de>
3985         * net/tramp.el (tramp-progress-reporter-update): New defun.
3986         (with-progress-reporter): Use it.
3987         (tramp-process-actions):
3988         * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion): Preserve
3989         current message, in order to let progress reporter continue
3990         afterwards.  (Bug#6257)
3992 2010-05-25  Glenn Morris  <rgm@gnu.org>
3994         * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
3995         Add :version.
3997 2010-05-25  Ryan Yeske  <rcyeske@gmail.com>
3999         * net/rcirc.el (rcirc-default-user-name): Change to "user".
4000         (rcirc-default-full-name): Change to "unknown".
4001         (rcirc-user-name-history): Add variable.
4003 2010-05-25  Ryan Yeske  <rcyeske@gmail.com>
4004             Jonathan Rockway  <jon@jrock.us>
4006         * net/rcirc.el (rcirc-server-alist): Add :pass.
4007         (rcirc): When prompting for connection parameters, also prompt for
4008         username and password.
4009         (rcirc-connect): Take a PASS argument.  If PASS is non-nil, send
4010         value to server when connecting.
4012 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4014         * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
4015         (smie-merge-prec2s): Pass the tables as separate args.
4016         (smie-bnf-precedence-table): Adjust call accordingly.
4017         (smie-prec2-levels): Set levels at the end.
4019         Replace Lisp calls to delete-backward-char by delete-char.
4020         * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
4021         * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
4022         * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
4023         * calc/calc.el, emacs-cl-extra.el, emacs-cl-loaddefs.el,
4024         * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
4025         * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
4026         * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
4027         * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
4028         * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
4029         * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
4030         * progmodes/ps-mode.el, progmodes/verilog-mode.el,
4031         * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
4032         * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
4033         * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
4034         delete-backward-char by calls to delete-char.
4036 2010-05-25  Kenichi Handa  <handa@m17n.org>
4038         * language/hebrew.el (hebrew-shape-gstring): New function.
4039         Register it in composition-function-table for all Hebrew combining
4040         characters.
4042 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4044         * epa.el (epa--select-keys): Don't explicitly delete the window since
4045         that can fail (e.g. sole window in frame).  Use dedication instead.
4047 2010-05-24  Uday S Reddy  <u.s.reddy@cs.bham.ac.uk>  (tiny change)
4049         * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
4051 2010-05-22  Chong Yidong  <cyd@stupidchicken.com>
4053         * image.el (image-refresh): Define as an alias for image-flush.
4055         * image-mode.el (image-toggle-display-image): Caller changed.
4057 2010-05-21  Juri Linkov  <juri@jurta.org>
4059         * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
4060         Remove "all" from grep-files-aliases.  Split grep-files-aliases by
4061         whitespace, call wildcard-to-regexp on substrings and concat them
4062         with "\\|".  (Bug#6114)
4064 2010-05-21  Alan Mackenzie  <acm@muc.de>
4066         * progmodes/cc-engine.el (c-parse-state-get-strategy):
4067         Replace parameter `here' with `here-' and `here-plus', which sandwich
4068         any pertinent CPP construct.
4069         (c-remove-stale-state-cache-backwards): Fix a bug which happens
4070         when doing (c-parse-state) in a CPP construct: Exclude any "new"
4071         CPP construct from taking part in the scanning.
4073 2010-05-21  Michael Albinus  <michael.albinus@gmx.de>
4075         * net/tramp.el (tramp-do-copy-or-rename-file)
4076         (tramp-handle-file-local-copy, tramp-maybe-open-connection):
4077         Tune `with-progress-reporter' messages.
4078         (tramp-handle-vc-registered):
4079         * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
4080         (tramp-fish-handle-insert-file-contents)
4081         (tramp-fish-maybe-open-connection):
4082         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
4083         * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
4084         (tramp-imap-handle-insert-file-contents)
4085         (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
4087 2010-05-21  Juanma Barranquero  <lekktu@gmail.com>
4089         * add-log.el (change-log-font-lock-keywords):
4090         Highlight all authors in multi-author entries.
4092         * smerge-mode.el (smerge-refine-ignore-whitespace)
4093         (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
4094         Fix typos in docstrings.
4095         (smerge-resolve, smerge-refine-subst): Reflow docstrings.
4097 2010-05-21  Glenn Morris  <rgm@gnu.org>
4099         * progmodes/fortran.el (fortran-mode):
4100         * progmodes/f90.el (f90-mode): Derive from prog-mode.
4102         * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
4103         having a relative path in src/Makefile.in.
4105 2010-05-20  Kevin Ryde  <user42@zip.com.au>
4107         * help-mode.el (help-make-xrefs): For Info node links turn
4108         newlines into spaces.  Link node names with newlines are matched
4109         by help-xref-info-regexp and buttonized, this change ensures they
4110         can be followed successfully with RET.  (Bug#6206)
4112 2010-05-20  Juri Linkov  <juri@jurta.org>
4114         * locate.el (locate): Use pop-to-buffer instead of
4115         switch-to-buffer-other-window.  (Bug#6204)
4117 2010-05-20  Juri Linkov  <juri@jurta.org>
4119         * replace.el (replace-highlight): Fix lazy-highlighting
4120         for `M-s w str M-% str RET'.
4122 2009-12-15  Masatake YAMATO  <yamato@redhat.com>
4124         * isearch.el (isearch-yank-word-or-char): Pull next subword
4125         when `subword-mode' is activated.  (Bug#6220)
4127 2010-05-20  Mark A. Hershberger  <mah@everybody.org>
4129         * isearch.el (isearch-update-post-hook): New hook.
4130         (isearch-update): Use the new hook.  (Bug#6225)
4132 2010-05-20  Juri Linkov  <juri@jurta.org>
4134         * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
4135         [f1], [help], and (char-to-string help-char) instead of "\C-h".
4136         (Bug#6222)
4138 2010-05-20  Juri Linkov  <juri@jurta.org>
4140         * isearch.el (isearch-yank-string): Use isearch-process-search-string.
4141         (Bug#6223)
4143 2010-05-20  Juri Linkov  <juri@jurta.org>
4145         * dired-x.el (dired-jump, dired-jump-other-window): Add arg
4146         FILE-NAME to read from the minibuffer when called interactively
4147         with prefix argument instead of using buffer-file-name.
4148         http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
4150         * dired.el: Update autoloads.
4152 2010-05-20  Chong Yidong  <cyd@stupidchicken.com>
4154         * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
4155         nxml-finish-element, for consistency with SGML mode.
4157         * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
4158         octave-close-block.
4160 2010-05-20  Juanma Barranquero  <lekktu@gmail.com>
4162         * composite.el: Require cl when compiling.
4163         (reference-point-alist, compose-gstring-for-graphic)
4164         (compose-gstring-for-terminal): Fix typos in docstrings.
4166 2010-05-19  Juri Linkov  <juri@jurta.org>
4168         * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
4169         set-window-parameter.
4171 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
4173         * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
4174         where appropriate.
4175         (tramp-maybe-open-connection): Use it.
4177 2010-05-19  Eli Zaretskii  <eliz@gnu.org>
4179         * simple.el (move-end-of-line): Make sure we are at line beginning
4180         before backing up to end of previous line.
4182 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
4184         * password-cache.el (password-cache-remove): Fix docstring.
4186         * net/secrets.el: Autoload the widget functions.
4187         (secrets-search-items, secrets-create-item)
4188         (secrets-get-attributes, secrets-expand-item): Attributes will be
4189         stored on the password database without leading ":", as all other
4190         clients do as well.
4191         (secrets-mode): Fix docstring.
4192         (secrets-show-secrets): Provide it as autoloaded command only when
4193         D-Bus support is available.  Check existence of Secret Service API.
4195 2010-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4197         * indent.el (indent-region): Deactivate region (bug#6200).
4199 2010-05-19  Glenn Morris  <rgm@gnu.org>
4201         * vc-dir.el (vc-dir): Don't pop-up-windows.  (Bug#6204)
4203 2010-05-19  Kenichi Handa  <handa@m17n.org>
4205         * composite.el: Register compose-gstring-for-graphic in
4206         composition-function-table only for combining characters (Mn, Mc, Me).
4208 2010-05-18  Jay Belanger  <jay.p.belanger@gmail.com>
4210         * calc/calc-trail.el (calc-trail-isearch-forward)
4211         (calc-trail-isearch-backward): Ensure that the new window
4212         point is set correctly.
4214 2010-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4216         * subr.el (read-quoted-char): Resolve modifiers after key
4217         remapping (bug#6212).
4219 2010-05-18  Michael Albinus  <michael.albinus@gmx.de>
4221         Add visualization code for secrets.
4222         * net/secrets.el (secrets-mode): New major mode.
4223         (secrets-show-secrets, secrets-show-collections)
4224         (secrets-expand-collection, secrets-expand-item)
4225         (secrets-tree-widget-after-toggle-function)
4226         (secrets-tree-widget-show-password): New defuns.
4228 2010-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4230         * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
4231         (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
4232         handled in smie-next-sexp.
4233         (smie-indent-calculate): Provide a starting indentation (so the
4234         recursion is well-founded ;-).
4236         Fix handling of non-associative equal levels.
4237         * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
4238         when it's not needed.
4239         (smie-op-left, smie-op-right): New functions.
4240         (smie-next-sexp): New function, extracted from smie-backward-sexp.
4241         Better handle equal levels to distinguish the associative case from
4242         the "multi-keyword construct" case.
4243         (smie-backward-sexp, smie-forward-sexp): Use it.
4245 2010-05-18  Juanma Barranquero  <lekktu@gmail.com>
4247         * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
4249         * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
4250         (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
4252 2010-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4254         Provide a simple generic indentation engine and use it for Prolog.
4255         * emacs-lisp/smie.el: New file.
4256         * progmodes/prolog.el (prolog-smie-op-levels)
4257         (prolog-smie-indent-rules): New var.
4258         (prolog-mode-variables): Use them to configure SMIE.
4259         (prolog-indent-line, prolog-indent-level): Remove.
4261 2010-05-17  Jay Belanger  <jay.p.belanger@gmail.com>
4263         * calc/calc-vec.el (math-vector-avg): Put the vector elements in
4264         order before computing the averages.
4266 2010-05-16  Jay Belanger  <jay.p.belanger@gmail.com>
4268         * calc/calc-vec.el (calc-histogram):
4269         (calcFunc-histogram): Allow vectors as inputs.
4270         (math-vector-avg): New function.
4272         * calc/calc-ext.el (math-group-float): Have the number of digits
4273         being grouped depend on the radix (Bug#6189).
4275 2010-05-15  Ken Raeburn  <raeburn@raeburn.org>
4277         * version.el (emacs-copyright, emacs-version): Don't define here,
4278         now that emacs.c defines it.
4280 2010-05-15  Eli Zaretskii  <eliz@gnu.org>
4282         * international/mule-cmds.el (mule-menu-keymap): Fix definition of
4283         "Describe Language Environment" menu item.
4285         * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
4287         Bidi-sensitive movement with arrow keys.
4288         * subr.el (right-arrow-command, left-arrow-command): New functions.
4290         * bindings.el (global-map): Bind them to right and left arrow keys.
4292         Don't override standard definition of convert-standard-filename.
4293         * files.el (convert-standard-filename): Call
4294         w32-convert-standard-filename and dos-convert-standard-filename on
4295         the corresponding systems.
4297         * w32-fns.el (w32-convert-standard-filename): Rename from
4298         convert-standard-filename.  Doc fix.
4300         * dos-fns.el (dos-convert-standard-filename): Doc fix.
4301         (convert-standard-filename): Don't defalias.
4302         (register-name-alist, make-register, register-value)
4303         (set-register-value, intdos): Obsolete aliases for the
4304         corresponding dos-* functions and variables.
4305         (dos-intdos): Add a doc string.
4307 2010-05-15  Jay Belanger  <jay.p.belanger@gmail.com>
4309         * calc/calc-aent.el (math-read-token, math-find-user-tokens):
4310         * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
4311         (math-compose-tex-func):
4312         * calc/calccomp.el (math-compose-expr):
4313         * calc/calc-ext.el (math-format-flat-expr-fancy):
4314         * calc/calc-store.el (calc-read-var-name):
4315         * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
4317         * calc/calc.el (var-π, var-φ, var-γ): New variables.
4318         * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
4319         * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
4320         (math-standard-units): Add units.
4322 2010-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4324         * progmodes/asm-mode.el (asm-mode):
4325         * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
4327         * pcomplete.el (pcomplete-completions-at-point): New function,
4328         extracted from pcomplete-std-complete.
4329         (pcomplete-std-complete): Use it.
4331 2010-05-15  Glenn Morris  <rgm@gnu.org>
4333         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
4334         Remove references to CVS, RCS and Old directories.
4336 2010-05-14  Jay Belanger  <jay.p.belanger@gmail.com>
4338         * calc/calc-bin.el (math-format-twos-complement): Group digits when
4339         appropriate.
4341 2010-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4343         * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
4344         (sh-mode-syntax-table): Give it a default value instead.
4345         (sh-header-marker): Make buffer-local.
4346         (sh-mode): Move make-local-variable to the corresponding setq.
4347         (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
4348         Use complete-with-action.
4350         * simple.el (prog-mode): New (abstract) major mode.
4351         * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
4352         * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
4354 2010-05-14  Juanma Barranquero  <lekktu@gmail.com>
4356         * progmodes/sql.el (sql-oracle-program): Reflow docstring.
4357         (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
4358         (sql-add-product-keywords, sql-highlight-product, sql-set-product)
4359         (sql-make-alternate-buffer-name, sql-placeholders-filter)
4360         (sql-escape-newlines-filter, sql-input-sender)
4361         (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
4363 2010-05-13  Chong Yidong  <cyd@stupidchicken.com>
4365         Add TeX open-block and close-block keybindings to SGML, and vice versa.
4367         * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
4368         latex-open-block and C-c / to latex-close-block.
4370         * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
4371         and C-c C-e to sgml-close-tag.
4373 2010-05-13  Michael Albinus  <michael.albinus@gmx.de>
4375         * net/tramp.el (with-progress-reporter): Create reporter object
4376         only when the message would be displayed.  Handle nested calls.
4377         (tramp-handle-load, tramp-handle-file-local-copy)
4378         (tramp-handle-insert-file-contents, tramp-handle-write-region)
4379         (tramp-maybe-send-script, tramp-find-shell):
4380         Use `with-progress-reporter'.
4381         (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
4382         Fix message text.
4384         * net/tramp-smb.el (tramp-smb-handle-copy-file)
4385         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
4386         (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
4387         Use `with-progress-reporter'.
4389 2010-05-13  Agustín Martín  <agustin.martin@hispalinux.es>
4391         * textmodes/ispell.el (ispell-init-process): Do not kill ispell
4392         process everytime when spellchecking from the minibuffer (bug#6143).
4394 2010-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4396         * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
4398         * dos-fns.el: Add "dos-" prefix for namespace control.
4399         (convert-standard-filename): Define as alias for
4400         dos-convert-standard-filename but only if applicable.
4402 2010-05-12  Alan Mackenzie  <acm@muc.de>
4404         * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
4405         Push the mark at the start of these functions when appropriate.
4407 2010-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4409         * minibuffer.el (completion-cycle-threshold): New custom var.
4410         (completion--do-completion): Use it.
4411         (minibuffer-complete): Use cycling if appropriate.
4413 2010-05-11  Juanma Barranquero  <lekktu@gmail.com>
4415         * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
4416         buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
4418 2010-05-11  Juri Linkov  <juri@jurta.org>
4420         * scroll-all.el (scroll-all-check-to-scroll):
4421         Add `scroll-up-command' and `scroll-down-command' (bug#6164).
4423 2010-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4425         * iimage.el (iimage-mode-map): Move initialization into declaration.
4426         (iimage-mode-buffer): Use with-silent-modifications.
4427         Simplify calling convention.  Adjust callers.
4428         (iimage-mode): Don't run hook redundantly.
4430         * minibuffer.el (completion-pcm--pattern->regex):
4431         Fix last change (bug#6160).
4433 2010-05-10  Juri Linkov  <juri@jurta.org>
4435         Remove nodes visited during Isearch from the Info history.
4436         * info.el (Info-isearch-initial-history)
4437         (Info-isearch-initial-history-list): New variables.
4438         (Info-isearch-start): Record initial values of
4439         Info-isearch-initial-history and Info-isearch-initial-history-list.
4440         Add Info-isearch-end to isearch-mode-end-hook.
4441         (Info-isearch-end): New function.
4443 2010-05-10  Michael Albinus  <michael.albinus@gmx.de>
4445         * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
4446         format string, in order to work around a bug in pdksh.
4447         Reported by Gilles Pion <gpion@lfdj.com>.
4448         (tramp-handle-verify-visited-file-modtime): Do not send a command
4449         when the connection is not established.
4450         (tramp-handle-set-file-times): Simplify the check for utc.
4452 2010-05-10  Juanma Barranquero  <lekktu@gmail.com>
4454         Fix use of `filter-buffer-substring' (rework previous change).
4455         * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
4456         (cua-repeat-replace-region):
4457         * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
4458         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
4459         (cua-cut-region-to-global-mark): Use it.
4461 2010-05-09  Michael R. Mauger  <mmaug@yahoo.com>
4463         * progmodes/sql.el: Version 2.1.
4464         (sql-product-alist): Redesign structure of product info.
4465         (sql-product, sql-user, sql-server, sql-database): Safe variables.
4466         (sql-port, sql-port-history): New variables.
4467         (sql-interactive-product): New variable.
4468         (sql-send-terminator): New variable.
4469         (sql-imenu-generic-expression): Add "Types" imenu entry.
4470         (sql-oracle-login-params, sql-sqlite-login-params)
4471         (sql-mysql-login-params, sql-solid-login-params)
4472         (sql-sybase-login-params, sql-informix-login-params)
4473         (sql-ingres-login-params, sql-ms-login-params)
4474         (sql-postgres-login-params, sql-interbase-login-params)
4475         (sql-db2-login-params, sql-linter-login-params)
4476         (sql-oracle-scan-on): New variables.
4477         (sql-mode-map): Add C-c C-i to start interactive mode.
4478         (sql-mode-menu): Update existing menu entries.
4479         (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
4480         (sql-mode-oracle-font-lock-keywords)
4481         (sql-mode-postgres-font-lock-keywords)
4482         (sql-mode-ms-font-lock-keywords)
4483         (sql-mode-sybase-font-lock-keywords)
4484         (sql-mode-informix-font-lock-keywords)
4485         (sql-mode-interbase-font-lock-keywords)
4486         (sql-mode-ingres-font-lock-keywords)
4487         (sql-mode-solid-font-lock-keywords)
4488         (sql-mode-mysql-font-lock-keywords)
4489         (sql-mode-sqlite-font-lock-keywords)
4490         (sql-mode-db2-font-lock-keywords)
4491         (sql-mode-linter-font-lock-keywords): Update initialization to
4492         reduce run-time complexity.
4493         (sql-add-product, sql-del-product): New functions.
4494         (sql-set-product-feature, sql-get-product-feature): New functions.
4495         (sql-product-font-lock): Update product API.
4496         (sql-add-product-keywords): New function.
4497         (sql-highlight-product): Update product API.
4498         (sql-help-list-products): New function.
4499         (sql-help): Dynamically lists free and non-free products.
4500         (sql-get-login): Correct bug in handling history and added
4501         prompt for port.
4502         (sql-copy-column): Copy without properties.
4503         (sqli-input-sender): Apply filters to SQLi input.
4504         (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
4505         Implement as a filter.
4506         (sql-escape-newlines-filter): Implement as a filter.
4507         (sql-remove-tabs-filter): New function.
4508         (sql-send-magic-terminator): New function.
4509         (sql-send-string): Implement magic terminator.
4510         (sql-send-region): Use `sql-send-string'.
4511         (sql-interactive-mode): Use product API.
4512         (sql-product-interactive): Use product API.
4513         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
4514         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
4515         (sql-db2, sql-linter): Use `sql-product-interactive'.
4516         (sql-connect): New function.
4517         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
4518         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
4519         (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
4520         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
4521         Use `sql-connect'.
4523 2010-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4525         * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
4526         New custom variable.
4527         (completion-pcm--string->pattern): Use it.
4528         (completion-pcm--pattern->regex, completion-pcm--pattern->string):
4529         Make it handle any symbol as `any'.
4530         (completion-pcm--merge-completions): Extract common suffix for the new
4531         `prefix' symbol as well.
4532         (completion-substring--all-completions): Use the new `prefix' symbol.
4534 2010-05-09  Michael Albinus  <michael.albinus@gmx.de>
4536         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
4537         not bound.
4538         (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
4539         (tramp-compat-funcall): New defmacro.
4540         (tramp-compat-line-beginning-position)
4541         (tramp-compat-line-end-position)
4542         (tramp-compat-temporary-file-directory)
4543         (tramp-compat-make-temp-file, tramp-compat-file-attributes)
4544         (tramp-compat-copy-file, tramp-compat-copy-directory)
4545         (tramp-compat-delete-file, tramp-compat-delete-directory)
4546         (tramp-compat-number-sequence, tramp-compat-process-running-p)
4547         * net/tramp.el (top, with-progress-reporter)
4548         (tramp-rfn-eshadow-setup-minibuffer)
4549         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
4550         (tramp-handle-dired-compress-file, tramp-handle-shell-command)
4551         (tramp-completion-mode-p, tramp-check-for-regexp)
4552         (tramp-open-connection-setup-interactive-shell)
4553         (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
4554         (tramp-time-diff, tramp-coding-system-change-eol-conversion)
4555         (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
4556         * net/tramp-cmds.el (tramp-cleanup-all-connections)
4557         (tramp-reporter-dump-variable, tramp-load-report-modules)
4558         (tramp-append-tramp-buffers)
4559         * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
4561         * net/tramp-imap.el (top): Autoload `epg-make-context'.
4563 2010-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4565         * progmodes/compile.el (compilation-buffer-modtime): Rename from
4566         buffer-modtime.  Adjust users.
4568 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
4570         * international/mule.el (auto-coding-alist): Only purecopy
4571         car of each item, not the whole list (Bug#6083).
4573 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
4575         * progmodes/js.el (js-mode): Make paragraph variables local before
4576         calling c-setup-paragraph-variables (Bug#6071).
4578 2010-05-08  Eli Zaretskii  <eliz@gnu.org>
4580         * composite.el (compose-region, reference-point-alist): Fix typos
4581         in the doc strings.
4583 2010-05-08  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
4585         * calc/calc-graph.el (calc-graph-plot): Use the proper form for
4586         gnuplot's "set" command.
4588 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
4590         * abbrev.el (last-abbrev-text): Doc fix.
4591         (abbrev-prefix-mark): Don't escape parenthesis.
4593 2010-05-08  Andreas Schwab  <schwab@linux-m68k.org>
4595         * composite.el (find-composition): Doc fix.
4597 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
4599         * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
4600         (sql-oracle-program, sql-sqlite-options)
4601         (sql-query-placeholders-and-send): Doc fixes.
4602         (sql-set-product, sql-interactive-mode): Reflow docstrings.
4603         (sql-imenu-generic-expression, sql-buffer)
4604         (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
4605         (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
4606         (sql-mode-sybase-font-lock-keywords)
4607         (sql-mode-informix-font-lock-keywords)
4608         (sql-mode-interbase-font-lock-keywords)
4609         (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
4610         (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
4611         (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
4612         (sql-product-feature, sql-highlight-product)
4613         (comint-line-beginning-position, sql-rename-buffer)
4614         (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
4615         (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
4616         (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
4617         Fix typos in docstrings.
4619 2010-05-08  Juri Linkov  <juri@jurta.org>
4621         * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
4622         property instead of `invisible' and `after-string' (bug#5998).
4624 2010-05-08  Juri Linkov  <juri@jurta.org>
4626         * image-mode.el (image-mode-as-text): Fix typo in docstring.
4628 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
4630         * filecache.el (file-cache-add-directory-list)
4631         (file-cache-add-directory-recursively): Fix typos in docstrings.
4633 2010-05-08  Kenichi Handa  <handa@m17n.org>
4635         * language/indian.el (gurmukhi-composable-pattern): Fix typo.
4636         (gujarati-composable-pattern): Fix typo.
4638 2010-05-08  Kenichi Handa  <handa@m17n.org>
4640         * language/indian.el (oriya-composable-pattern)
4641         (tamil-composable-pattern, malayalam-composable-pattern):
4642         Add two-part vowels to "v" (vowel sign).
4644 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
4646         * files.el (copy-directory): Handle symlinks (Bug#5982).
4648 2010-05-08  Dan Nicolaescu  <dann@ics.uci.edu>
4650         * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
4651         (vc-hg-working-revision): Likewise.  Use hg parents, not hg parent
4652         (Bug#5846).
4654 2010-05-08  Glenn Morris  <rgm@gnu.org>
4656         * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
4658         * minibuffer.el (completion-at-point): Doc fix.
4660 2010-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4662         * electric.el (Electric-command-loop): Minor tweak.
4664         * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
4665         better with dedicated windows.
4667 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
4669         * Version 23.2 released.
4671 2010-05-07  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
4672             Stefan Monnier  <monnier@iro.umontreal.ca>
4674         Highlight vendor specific properties.
4675         * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
4676         (css-proprietary-property): New face.
4677         (css-font-lock-keywords): Use them.
4679 2010-05-07  Eli Zaretskii  <eliz@gnu.org>
4681         * cus-start.el (all): Add native condition for tool-bar-* symbols.
4683 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4685         * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
4686         * files.el (auto-mode-alist): Remove redundant entries.
4688         * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
4689         * simple.el (auto-save-mode): Move from files.el.
4690         * minibuffer.el (completion--common-suffix): Fix copy&paste error.
4692 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
4694         * lisp/epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
4696 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4698         * mail/binhex.el (binhex-decode-region-internal)
4699         * mail/uudecode.el (uudecode-decode-region-internal)
4700         * net/dns.el (dns-read-string-name, dns-write, dns-read)
4701         (dns-read-type, dns-query)
4702         * pgg-parse.el (pgg-parse-armor)
4703         * pgg.el (pgg-verify-region)
4704         * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
4705         XEmacs.
4707         * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
4709 2010-05-07  Juanma Barranquero  <lekktu@gmail.com>
4711         * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
4713         Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
4714         * emulation/cua-base.el (cua-repeat-replace-region):
4715         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
4716         (cua-cut-region-to-global-mark):
4717         Remove text properties with `set-text-properties'.
4719 2010-05-06  Michael Albinus  <michael.albinus@gmx.de>
4721         * net/tramp.el (top, with-progress-reporter):
4722         Use `symbol-function' inside `funcall'.
4724         * net/tramp-compat.el (tramp-compat-file-attributes)
4725         (tramp-compat-delete-file, tramp-compat-delete-directory):
4726         Handle only `wrong-number-of-arguments' error.
4728         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
4729         (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
4730         inside `funcall'.
4732 2010-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4734         * minibuffer.el (completion--sreverse, completion--common-suffix):
4735         New functions.
4736         (completion-pcm--merge-completions): Extract common suffix when safe.
4738         * emacs-lisp/easy-mmode.el (define-minor-mode):
4739         Make :variable more flexible.
4740         * files.el (auto-save-mode): Use it to define using define-minor-mode.
4742 2010-05-05  Juri Linkov  <juri@jurta.org>
4744         Add `slow' and `history' tags to the desktop data.
4746         * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
4747         (Info-virtual-files) [*Apropos*]: Add `slow' tag.
4748         (Info-finder-find-node): Require `finder.el' to be able
4749         to restore node from the desktop.
4750         (Info-desktop-buffer-misc-data): Save all nodes.  Save additional
4751         data `Info-history' and `slow' tag in the assoc list.
4752         (Info-restore-desktop-buffer): Don't restore nodes with the
4753         `slow' tag.  Restore `Info-history'.
4755 2010-05-05  Michael Albinus  <michael.albinus@gmx.de>
4757         Add FORCE argument to `delete-file'.
4759         * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
4760         forcing to delete the temporary file.
4761         (ange-ftp-delete-file): Add FORCE arg.
4762         (ange-ftp-rename-remote-to-remote)
4763         (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
4764         (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
4765         Force file deletion.
4767         * net/tramp-compat.el (tramp-compat-delete-file): New defun.
4769         * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
4770         (tramp-handle-make-symbolic-link, tramp-handle-load)
4771         (tramp-do-copy-or-rename-file-via-buffer)
4772         (tramp-do-copy-or-rename-file-directly)
4773         (tramp-do-copy-or-rename-file-out-of-band)
4774         (tramp-handle-process-file, tramp-handle-call-process-region)
4775         (tramp-handle-shell-command, tramp-handle-file-local-copy)
4776         (tramp-handle-insert-file-contents, tramp-handle-write-region)
4777         (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
4779         * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
4780         (tramp-fish-handle-make-symbolic-link)
4781         (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
4783         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
4784         Use `tramp-compat-delete-file'.
4786         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
4787         (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
4789         * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
4790         (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
4792         * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
4793         (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
4794         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region): Use
4795         `tramp-compat-delete-file'.
4797 2010-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4799         Minor cleanups.
4800         * subr.el (add-minor-mode): Use push.
4801         * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
4802         * emulation/edt.el (edt-select-mode): Simplify.
4804         Use define-minor-mode in more cases.
4805         * term/tvi970.el (tvi970-set-keypad-mode):
4806         * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
4807         (normal-erase-is-backspace-mode):
4808         * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
4809         (set-scroll-bar-mode-1): (Re)move to its sole caller.
4810         (get-scroll-bar-mode): New function.
4811         * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
4813         Use define-minor-mode for less obvious cases.
4814         * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
4815         * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
4816         * international/iso-ascii.el (iso-ascii-mode):
4817         * frame.el (auto-raise-mode, auto-lower-mode):
4818         * composite.el (global-auto-composition-mode): Use define-minor-mode.
4820 2010-05-04  Michael Albinus  <michael.albinus@gmx.de>
4822         * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
4823         in order to see error messages for failed logins.
4825 2010-05-03  Chong Yidong  <cyd@stupidchicken.com>
4827         * diff.el (diff-sentinel):
4829         * epg.el (epg--make-temp-file, epg-decrypt-string)
4830         (epg-verify-string, epg-sign-string, epg-encrypt-string):
4832         * jka-compr.el (jka-compr-partial-uncompress)
4833         (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
4835         * server.el (server-sentinel): Use delete-file's new FORCE arg
4836         (Bug#6070).
4838 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4840         Use define-minor-mode where applicable.
4841         * view.el (view-mode):
4842         * type-break.el (type-break-query-mode)
4843         (type-break-mode-line-message-mode):
4844         * textmodes/reftex.el (reftex-mode):
4845         * term/vt100.el (vt100-wide-mode):
4846         * tar-mode.el (tar-subfile-mode):
4847         * savehist.el (savehist-mode):
4848         * ibuf-ext.el (ibuffer-auto-mode):
4849         * composite.el (auto-composition-mode):
4850         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
4851         Use define-minor-mode.
4852         (vhdl-mode): Use static mode-line format.
4853         (vhdl-mode-line-update): Delete.
4854         (vhdl-create-mode-menu, vhdl-activate-customizations)
4855         (vhdl-hs-minor-mode): Don't bother calling it.
4857 2010-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4859         * simple.el (with-wrapper-hook): Move.
4860         (buffer-substring-filters): Mark obsolete.
4861         (filter-buffer-substring-functions): New variable.
4862         (filter-buffer-substring): Use it.  Remove unused arg `noprops'.
4864         Use a mode-line spec rather than a static string in Semantic.
4865         * cedet/semantic/util-modes.el:
4866         (semantic-minor-modes-format): New var to replace...
4867         (semantic-minor-modes-status): Remove.
4868         (semantic-mode-line-update): Construct a mode-line spec rather than
4869         a static string so that mouse buttons can be used on individual minor
4870         modes and so that semantic-mode-line-update only needs to be called
4871         when global settings are changed.
4872         (semantic-add-minor-mode, semantic-toggle-minor-mode-globally):
4873         Call semantic-mode-line-update.
4874         (semantic-toggle-minor-mode-globally): Don't assume mode is on
4875         minor-mode-alist, check semantic-minor-mode-alist as well.
4876         (semantic-stickyfunc-mode, semantic-show-parser-state-auto-marker)
4877         (semantic-show-parser-state-marker, semantic-show-parser-state-mode)
4878         (semantic-show-unmatched-syntax-mode, semantic-highlight-edits-mode):
4879         * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
4880         * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
4881         (define-semantic-idle-service, semantic-idle-summary-mode):
4882         * cedet/semantic/decorate/mode.el (semantic-decoration-mode):
4883         Don't call semantic-mode-line-update any more.
4885 2010-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4887         Use define-minor-mode in CEDET where applicable.
4889         * cedet/srecode/mode.el (srecode-minor-mode,global-srecode-minor-mode):
4890         Use define-minor-mode.
4892         * cedet/semantic/util-modes.el (semantic-add-minor-mode):
4893         Remove unused arg `keymap' and code redundant with define-minor-mode.
4894         (semantic-toggle-minor-mode-globally): Only handle arg -1 and 1.
4895         (semantic-stickyfunc-mode, global-semantic-show-unmatched-syntax-mode)
4896         (semantic-highlight-func-mode, global-semantic-show-parser-state-mode)
4897         (global-semantic-highlight-edits-mode, semantic-highlight-edits-mode)
4898         (semantic-show-unmatched-syntax-mode, semantic-show-parser-state-mode)
4899         (global-semantic-stickyfunc-mode, global-semantic-highlight-func-mode):
4900         Use define-minor-mode.
4901         (semantic-stickyfunc-mode-setup, semantic-highlight-edits-mode-setup)
4902         (semantic-show-unmatched-syntax-mode-setup)
4903         (semantic-show-parser-state-mode-setup)
4904         (semantic-highlight-func-mode-setup): Inline into sole caller.
4906         * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
4907         (semantic-mru-bookmark-mode): Use define-minor-mode.
4908         (semantic-mru-bookmark-mode-setup): Inline into sole caller.
4910         * cedet/semantic/idle.el (define-semantic-idle-service):
4911         Use define-minor-mode and inline setup function into its sole caller.
4912         (semantic-idle-scheduler-mode-setup)
4913         (semantic-idle-summary-mode-setup): Inline into sole caller.
4914         (global-semantic-idle-scheduler-mode, semantic-idle-scheduler-mode):
4915         Use define-minor-mode.
4917         * cedet/semantic/decorate/mode.el (global-semantic-decoration-mode)
4918         (semantic-decoration-mode): Use define-minor-mode.
4919         (semantic-decoration-mode-setup): Inline into sole caller.
4921         * cedet/ede/dired.el (ede-dired-minor-mode): Initialize in declaration.
4922         (ede-dired-minor-mode): Use define-minor-mode and derived-mode-p.
4923         (ede-dired-add-to-target): Use dolist.
4925 2010-05-01  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
4926             Michael Albinus  <michael.albinus@gmx.de>
4928         Implement compression for inline methods.
4930         * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
4931         (tramp-copy-size-limit): Allow also nil.
4932         (tramp-inline-compress-commands): New defconst.
4933         (tramp-find-inline-compress, tramp-get-inline-compress)
4934         (tramp-get-inline-coding): New defuns.
4935         (tramp-get-remote-coding, tramp-get-local-coding): Remove,
4936         replaced by `tramp-get-inline-coding'.
4937         (tramp-handle-file-local-copy, tramp-handle-write-region)
4938         (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
4940 2010-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4942         * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
4943         Remove unused functions.
4945         * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
4946         Set find-tag-default-function as a variable rather than a property.
4948         * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
4949         * progmodes/etags.el (tags-completion-at-point-function):
4950         Remove left over interactive spec.  Add autoloading stub.
4951         (complete-tag): Use tags-completion-at-point-function.
4953 2010-04-30  Chong Yidong  <cyd@stupidchicken.com>
4955         * minibuffer.el (tags-completion-at-point-function): Fix return value.
4957 2010-04-29  Chong Yidong  <cyd@stupidchicken.com>
4959         * ido.el (ido-init-completion-maps): Remove C-v binding.
4960         (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
4962 2010-04-29  Chong Yidong  <cyd@stupidchicken.com>
4964         * minibuffer.el (tags-completion-at-point-function): New function.
4965         (completion-at-point-functions): Use it.
4967         * cedet/semantic.el (semantic-completion-at-point-function):
4968         New function.
4969         (semantic-mode): Use semantic-completion-at-point-function for
4970         completion-at-point-functions instead.
4972         * progmodes/etags.el (complete-tag): Revert last change.
4974 2010-04-29  Alan Mackenzie  <acm@muc.de>
4976         * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
4977         off-by-one error (in end of macro position).
4979 2010-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4981         * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
4982         firefox is absent.  Don't autoload.
4983         (browse-url-galeon-program): Don't autoload.
4985 2010-04-28  Chong Yidong  <cyd@stupidchicken.com>
4987         * bindings.el (complete-symbol): Move into minibuffer.el.
4989         * minibuffer.el (complete-tag): Move from etags.el.  If tags
4990         completion cannot be performed, return nil instead of signalling
4991         an error.
4992         (completion-at-point): Make it an alias for complete-symbol.
4993         (complete-symbol): Move from bindings.el, and replace with the
4994         body of completion-at-point.
4996         * progmodes/etags.el (complete-tag): Move to minibuffer.el.
4998         * cedet/semantic.el (semantic-mode): When enabled, add
4999         semantic-ia-complete-symbol to completion-at-point-functions.
5001         * cedet/semantic/ia.el (semantic-ia-complete-symbol): Return nil
5002         if Semantic is not active.
5004 2010-04-28  Michael Albinus  <michael.albinus@gmx.de>
5006         * net/tramp.el (tramp-remote-selinux-p): New defun.
5007         (tramp-handle-file-selinux-context)
5008         (tramp-handle-set-file-selinux-context): Use it.
5010 2010-04-28  Sam Steingold  <sds@gnu.org>
5012         * progmodes/bug-reference.el (bug-reference-url-format): Mark as
5013         `safe-local-variable' if the value is a string or a symbol with
5014         the property `bug-reference-url-format'.
5016 2010-04-28  Chong Yidong  <cyd@stupidchicken.com>
5018         * progmodes/bug-reference.el (bug-reference-url-format):
5019         Revert 2010-04-27 change due to security risk.
5021 2010-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5023         Make it possible to locally disable a globally enabled mode.
5024         * simple.el (fundamental-mode): Run fundamental-mode-hook.
5025         * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
5026         rather than kill-all-local-variables so it runs fundamental-mode-hook.
5027         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5028         Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
5029         that subsequent hooks get a chance to disable it.
5031 2010-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5033         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5034         Avoid re-enabling a minor mode after the user turned the minor mode
5035         off if MODE-enable-in-buffers is run twice (typically once from
5036         fundamental-mode's after-change-major-mode-hook and a second time from
5037         run-mode-hook's own after-change-major-mode-hook).
5039         * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
5041 2010-04-27  Sam Steingold  <sds@gnu.org>
5043         * progmodes/bug-reference.el (bug-reference-url-format): Mark as
5044         `safe-local-variable' if the value is a string or a function, as
5045         documented and implemented on 2010-04-02.
5047 2010-04-27  Juanma Barranquero  <lekktu@gmail.com>
5049         * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
5050         when method is 'kill.
5052 2010-04-27  Agustín Martín  <agustin.martin@hispalinux.es>
5054         * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
5055         condition in default directory check.
5056         (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
5057         Kill ispell process when killing its associated buffer.
5059 2010-04-27  Jan Djärv  <jan.h.d@swipnet.se>
5061         * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
5062         but we aren't using it.
5064 2010-04-25  Jan Djärv  <jan.h.d@swipnet.se>
5066         * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
5067         checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
5069 2010-04-24  Glenn Morris  <rgm@gnu.org>
5071         * emacs-lisp/authors.el (authors-obsolete-files-regexps):
5072         Ignore VCS-ignore files, and deleted nextstep preferences files.
5073         (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
5074         (authors-ambiguous-files): New list.
5075         (authors-valid-file-names): Add some deleted files.
5076         (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
5077         (authors-disambiguate-file-name): New function.  (Bug#5501)
5078         (authors-canonical-file-name): Doc fix.
5079         Don't warn about obsolete files.
5080         (authors-canonical-file-name, authors-scan-el):
5081         Use authors-disambiguate-file-name.
5083         * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
5084         Add autoload cookies.
5085         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
5086         (generated-autoload-file): Set file-local value to "htmlfontify.el".
5087         * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
5088         They have definitions / compiler macros in cl.el.
5089         (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
5090         Replace manual autoloads with generated ones.
5091         (htmlfontify-unload-rgb-file): Remove autoload.
5092         * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
5094 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5096         * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
5097         (byte-compile-setq-default): Optimize for the
5098         single-var case and don't call byte-compile-form in this case to avoid
5099         inf-loop with byte-compile-set-default.
5101         * progmodes/compile.el (compilation-start): Abbreviate default directory.
5103 2010-04-23  Michael Albinus  <michael.albinus@gmx.de>
5105         Implement SELINUX backends.
5107         * net/tramp.el (tramp-file-name-handler-alist):
5108         Add `file-selinux-context' and `set-file-selinux-context'.
5109         (tramp-handle-file-selinux-context)
5110         (tramp-handle-set-file-selinux-context): New defuns.
5111         (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
5112         Handle PRESERVE-SELINUX-CONTEXT.
5114         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
5115         Add `file-selinux-context' and `set-file-selinux-context'.
5116         (tramp-gvfs-handle-file-selinux-context)
5117         (tramp-gvfs-handle-set-file-selinux-context): New defuns.
5118         (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
5120         * net/ange-ftp.el (ange-ftp-copy-file):
5121         * net/tramp-fish.el (tramp-fish-handle-copy-file):
5122         * net/tramp-imap.el (tramp-imap-handle-copy-file):
5123         * net/tramp-smb.el (tramp-smb-handle-copy-file):
5124         Add PRESERVE-SELINUX-CONTEXT.
5126 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
5128         Synchronize with Tramp repository.
5130         * net/tramp.el (with-connection-property, tramp-completion-mode-p)
5131         (tramp-action-process-alive, tramp-action-out-of-band)
5132         (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
5133         (tramp-exists-file-name-handler): Fix docstring.
5134         (with-progress-reporter): New defmacro.
5135         (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
5136         (tramp-maybe-open-connection): Use it.
5138 2010-04-22  Noah Lavine  <noah549@gmail.com>  (tiny change)
5140         Detect ssh 'ControlMaster' argument automatically in some cases.
5142         * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
5143         (tramp-default-method): Use it.
5145 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
5147         * net/tramp.el (tramp-handle-copy-file): Add new optional
5148         parameter `preserve-selinux-context'.
5149         (tramp-file-name-for-operation): Add `set-file-selinux-context'.
5151 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
5153         * net/tramp.el (tramp-completion-handle-file-name-all-completions):
5154         Ensure, that non remote files are still checked.  Oops.
5156 2010-04-21  Michael Albinus  <michael.albinus@gmx.de>
5158         Fix Bug#5840.
5160         * icomplete.el (icomplete-completions): Use `non-essential'.
5162         * net/tramp.el (tramp-connectable-p): New defun.
5163         (tramp-handle-expand-file-name)
5164         (tramp-completion-handle-file-name-all-completions)
5165         (tramp-completion-handle-file-name-completion): Use it.
5167 2010-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5169         * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
5171 2010-04-21  Jan Djärv  <jan.h.d@swipnet.se>
5173         * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
5175         * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
5177         * loadup.el: Load dynamic-setting.el if feature dynamic-setting
5178         is present.
5180         * info.el (info-tool-bar-map): Add labels.
5182         * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
5184         * cus-edit.el (custom-commands): Add labels for tool bar.
5185         (custom-buffer-create-internal, Custom-mode): Adjust for
5186         labels in custom-commands.
5188         * dynamic-setting.el: Renamed from font-setting.el.
5190 2010-04-21  John Wiegley  <jwiegley@gmail.com>
5192         * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
5193         toggles the use of virtual buffers.
5194         (ido-buffer-internal): Guard `ido-use-virtual-buffers' global value.
5195         (ido-toggle-virtual-buffers): New function.
5197 2010-04-21  Juanma Barranquero  <lekktu@gmail.com>
5199         Use `define-derived-mode'; fix window selection; doc fixes.
5200         * play/tetris.el (tetris, tetris-update-speed-function)
5201         (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
5202         (tetris-move-left, tetris-move-right, tetris-rotate-prev)
5203         (tetris-rotate-next, tetris-end-game, tetris-start-game)
5204         (tetris-pause-game): Fix typos in docstrings.
5205         (tetris-mode-map, tetris-null-map):
5206         Move initialization into declaration.
5207         (tetris-mode): Define with `define-derived-mode';
5208         set show-trailing-whitespace to nil.
5209         (tetris): Prefer window already displaying the "*Tetris*" buffer.
5211 2010-04-21  Karel Klíč  <kklic@redhat.com>
5213         * files.el (backup-buffer): Handle SELinux context, and return it
5214         if a backup was made by renaming.
5215         (backup-buffer-copy): Set SELinux context to the target file.
5216         (basic-save-buffer): Set SELinux context of the newly written file.
5217         (basic-save-buffer-1): Now it also returns any SELinux context.
5218         (basic-save-buffer-2): Set SELinux context of the newly created file,
5219         and return it.
5220         * net/tramp.el (tramp-file-name-for-operation):
5221         Add file-selinux-context.
5223 2010-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5225         Make the log-edit comments use RFC822 format throughout.
5227         * vc.el (vc-checkin, vc-modify-change-comment):
5228         Adjust to new vc-start/finish-logentry.
5229         (vc-find-conflicted-file): New command.
5230         (vc-transfer-file): Adjust to new vc-checkin.
5231         (vc-next-action): Improve scoping.
5233         * vc-hg.el (vc-hg-log-edit-mode): Remove.
5234         (vc-hg-checkin): Remove extra arg.  Use log-edit-extract-headers.
5236         * vc-git.el (vc-git-log-edit-mode): Remove.
5237         (vc-git-checkin): Remove extra arg.  Use log-edit-extract-headers.
5238         (vc-git-commits-coding-system): Rename from git-commits-coding-system.
5240         * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
5241         (vc-start-logentry): Remove argument `extra'.
5242         (vc-finish-logentry): Remove extra args.
5244         * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
5245         (vc-bzr-checkin): Remove extra arg.  Use log-edit-extract-headers.
5246         (vc-bzr-conflicted-files): New function.
5248         * log-edit.el (log-edit-extra-flags)
5249         (log-edit-before-checkin-process): Remove.
5250         (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
5251         (log-edit-headers-alist): New var.
5252         (log-edit-header-contents-regexp): New const.
5253         (log-edit-match-to-eoh): New function.
5254         (log-edit-font-lock-keywords): Use them.
5255         (log-edit): Insert a "Summary:" header as default.
5256         (log-edit-mode): Mark font-lock rules as case-insensitive.
5257         (log-edit-done): Cleanup headers.
5258         (log-view-process-buffer): Remove.
5259         (log-edit-extract-headers): New function to replace it.
5261 2010-04-20  Juanma Barranquero  <lekktu@gmail.com>
5263         * subr.el (default-direction-reversed): Remove obsolescence info.
5265 2010-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5267         * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
5268         windows/frames.
5270         * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
5271         I.e. include text after point in the completion region.
5272         Also, return nil when we're not after/in a symbol.
5274         * international/mule-cmds.el (view-hello-file): Don't fiddle with the
5275         default enable-multibyte-characters.
5277 2010-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5279         * international/mule.el: Help the user choose a valid coding-system.
5280         (read-buffer-file-coding-system): New function.
5281         (set-buffer-file-coding-system): Use it.  Prompt the user if the
5282         coding-system cannot encode all the chars.
5284         * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
5285         (vc-bzr-shelve-show, vc-bzr-shelve-apply)
5286         (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
5287         Don't use *vc-bzr-shelve*.
5289 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
5291         * cedet/ede/pmake.el (ede-proj-makefile-insert-variables):
5292         Don't destroy list before using it.
5294 2010-04-19  Dan Nicolaescu  <dann@ics.uci.edu>
5296         Fix the version number for added files.
5297         * vc-hg.el (vc-hg-working-revision): Check if the file is
5298         registered after hg parent fails (Bug#5961).
5300 2010-04-19  Glenn Morris  <rgm@gnu.org>
5302         * htmlfontify.el (htmlfontify-buffer)
5303         (htmlfontify-copy-and-link-dir): Autoload entry points.
5305 2010-04-19  Magnus Henoch  <magnus.henoch@gmail.com>
5307         * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
5308         name relative to the project root (Bug#5960).
5310 2010-04-19  Glenn Morris  <rgm@gnu.org>
5312         * vc-git.el (vc-git-print-log): Doc fix.
5314 2010-04-19  Óscar Fuentes  <ofv@wanadoo.es>
5316         * ido.el (ido-file-internal): Fix 2009-12-02 change.
5318 2010-04-19  Christoph  <cschol2112@googlemail.com>  (tiny change)
5320         * progmodes/grep.el (grep-compute-defaults): Fix handling of host
5321         default settings (Bug#5928).
5323 2010-04-19  Glenn Morris  <rgm@gnu.org>
5325         * progmodes/fortran.el (fortran-match-and-skip-declaration):
5326         New function.
5327         (fortran-font-lock-keywords-3): Use it.  (Bug#1385)
5329 2010-04-19  Kenichi Handa  <handa@m17n.org>
5331         * language/indian.el (malayalam-composable-pattern): Fix previous
5332         change (add U+0D4D "SIGN VIRAMA").
5333         (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
5334         (tamil-composable-pattern): Fix typo in the regexp.
5335         (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
5336         (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
5337         (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
5339 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
5341         * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
5342         paragraph-separate (Bug#5821).
5344 2010-04-19  Juri Linkov  <juri@jurta.org>
5346         Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
5348         * info.el (Info-find-node-2): Comment out code that skips
5349         breadcrumbs line.
5350         (Info-mouse-follow-link): New command.
5351         (Info-link-keymap): New keymap.
5352         (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
5353         Return a string with links instead of inserting breadcrumbs
5354         to the Info buffer.
5355         (Info-fontify-node): Comment out code that inserts breadcrumbs.
5356         Instead of putting the `invisible' text property over the Info
5357         header, make an overlay over the Info header with the `invisible'
5358         property and `after-string' set to the string returned by
5359         `Info-breadcrumbs'.
5361 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
5363         * help.el (help-window-setup-finish): Doc fix (Bug#5830).
5364         Reported by monkey@sandpframing.com.
5366 2010-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5368         * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
5369         (tmm-get-keymap): Add key-binding shortcuts now that they're not
5370         available in the "keyseq cache" any more.
5372         * custom.el (defcustom): Add edebug spec.
5374 2010-04-18  Juri Linkov  <juri@jurta.org>
5376         Test for special mode-class in view-buffer instead of view-file (bug#5513).
5378         * view.el (view-file, view-buffer): Move test for special mode-class
5379         from view-file to view-buffer.
5381         * tar-mode.el (tar-extract): Turn if's into one cond
5382         like in arc-mode.el.
5384 2010-04-18  Juri Linkov  <juri@jurta.org>
5386         Add 7z archive format support (bug#5475).
5388         * arc-mode.el (archive-zip-extract): Try to find 7z executable.
5389         (archive-7z-extract): New defcustom.
5390         (archive-find-type): Add magic string for 7z.
5391         (archive-extract-by-stdout): Add new optional arg `stderr-file'.
5392         If `stderr-file' is non-nil, use `(t stderr-file)' for the
5393         `buffer' arg of `call-process'.
5394         (archive-zip-extract): Check `archive-zip-extract' for "7z" and
5395         call the function `archive-7z-extract' with the variable
5396         `archive-7z-extract' let-bound to `archive-zip-extract'.
5397         (archive-7z-summarize, archive-7z-extract): New functions.
5399         * international/mule.el (auto-coding-alist):
5400         * files.el (auto-mode-alist): Add 7z file extension.
5402 2010-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5404         * loadup.el: Setup hash-cons for pure data.
5406         Fix duplicate entries in cedet's loaddefs.el files.
5407         * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
5408         Should make most file-local generated-autoload-file unnecessary.
5409         (print-readably): Silence warnings.
5410         (autoload-find-destination): Take load-name as an arg to make sure
5411         it's the same as the one that will be in the file.
5412         (autoload-generate-file-autoloads): Adjust to above changes.
5413         Try to make the dataflow a bit simpler.
5415         * cvs-status.el (cvs-refontify): Remove unused.
5417 2010-04-18  Jay Belanger  <jay.p.belanger@gmail.com>
5419         * calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
5421         * calc-bin.el (calc-radix): Have the "O" option turn on
5422         twos-complement mode.
5424 2010-04-17  Jay Belanger  <jay.p.belanger@gmail.com>
5426         * calc-ext.el (calc-init-extensions): Add keybinding for 'calc-option'.
5427         Add `calc-option-prefix-help' to calc-help autoloads.
5428         (calc-inverse): Add "Option" to message, as appropriate.
5429         (calc-hyperbolic): Add "Option" to message, as appropriate.
5430         (calc-option, calc-is-option): New functions.
5432         * calc-help.el (calc-full-help): Add `calc-option-help'.
5433         (calc-option-prefix-help): New function.
5435         * calc-misc.el (calc-help): Add "Option" entry.
5437         * calc.el (calc-local-var-list): Add `calc-option-flag'.
5438         (calc-option-flag): New variable.
5439         (calc-do): Set `calc-option-flag to nil.
5440         (calc-set-mode-line): Add "Opt " as appropriate.
5442 2010-04-16  Juri Linkov  <juri@jurta.org>
5444         Move scrolling commands from simple.el to window.el
5445         because their primitives are implemented in window.c.
5447         * simple.el (scroll-error-top-bottom)
5448         (scroll-up-command, scroll-down-command, scroll-up-line)
5449         (scroll-down-line, scroll-other-window-down)
5450         (beginning-of-buffer-other-window, end-of-buffer-other-window):
5451         * window.el (scroll-error-top-bottom)
5452         (scroll-up-command, scroll-down-command, scroll-up-line)
5453         (scroll-down-line, scroll-other-window-down)
5454         (beginning-of-buffer-other-window, end-of-buffer-other-window):
5455         Move from simple.el to window.el because their primitives are
5456         implemented in window.c.
5458 2010-04-16  Juri Linkov  <juri@jurta.org>
5460         * isearch.el (isearch-lookup-scroll-key): Check both
5461         `isearch-scroll' and `scroll-command' properties.
5462         (scroll-up, scroll-down): Remove `isearch-scroll' property.
5464         * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
5466         * simple.el (scroll-up-command, scroll-down-command)
5467         (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
5469 2010-04-15  Juri Linkov  <juri@jurta.org>
5471         * simple.el (scroll-up-command, scroll-down-command)
5472         (scroll-up-line, scroll-down-line): Put `scroll-command'
5473         property on the these symbols.  Remove them from
5474         `scroll-preserve-screen-position-commands'.
5476         * mwheel.el (mwheel-scroll): Put `scroll-command' and
5477         `isearch-scroll' properties on the `mwheel-scroll' symbol.
5478         Remove it from `scroll-preserve-screen-position-commands'.
5480         * isearch.el (isearch-allow-scroll): Doc fix.
5482 2010-04-15  Michael Albinus  <michael.albinus@gmx.de>
5484         * net/tramp.el (tramp-error-with-buffer): Don't show the
5485         connection buffer when we are in completion mode.
5486         (tramp-file-name-handler): Catch the error for some operations
5487         when we are in completion mode.  This gives the user the chance to
5488         correct the file name in the minibuffer.
5490 2010-04-15  Glenn Morris  <rgm@gnu.org>
5492         * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
5494 2010-04-15  Juanma Barranquero  <lekktu@gmail.com>
5496         Simplify by using `define-derived-mode'.
5497         * info.el (Info-mode):
5498         * calendar/todo-mode.el (todo-mode):
5499         * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
5500         (gomoku-mode-map): Move initialization into declaration.
5502 2010-04-14  Michael Albinus  <michael.albinus@gmx.de>
5504         Fix Bug#5840.
5505         * ido.el (ido-file-name-all-completions-1):
5506         * minibuffer.el (minibuffer-completion-help):
5507         * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
5509 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5511         * simple.el (non-essential): New var.
5513         Add a new field `location' to bookmarks for non-file bookmarks.
5514         * bookmark.el (bookmark-location): Use the new field, if present.
5515         (bookmark-insert-location): Undo last change, not needed any more.
5516         * man.el (Man-bookmark-make-record):
5517         * woman.el (woman-bookmark-make-record): Add `location' field.
5519 2010-04-14  Juri Linkov  <juri@jurta.org>
5521         * simple.el (scroll-error-top-bottom): New defcustom.
5522         (scroll-up-command, scroll-down-command): Use it.  Doc fix.
5524         * emulation/pc-select.el (pc-select-override-scroll-error):
5525         Obsolete in favor of `scroll-error-top-bottom'.
5527 2010-04-14  Juri Linkov  <juri@jurta.org>
5529         * tutorial.el (tutorial--default-keys): Rebind `C-v' to
5530         `scroll-up-command' and `M-v' to `scroll-down-command'.
5532         * emulation/cua-rect.el (cua--init-rectangles):
5533         * forms.el (forms--change-commands):
5534         * image-mode.el (image-mode-map):
5535         Remap scroll-down-command and scroll-up-command
5536         in addition to scroll-down and scroll-up.
5538 2010-04-14  Juri Linkov  <juri@jurta.org>
5540         * mwheel.el (scroll-preserve-screen-position-commands):
5541         Add mwheel-scroll to this list of commands.
5543         * simple.el (scroll-preserve-screen-position-commands):
5544         Add scroll-up-command, scroll-down-command, scroll-up-line,
5545         scroll-down-line to this list of commands.
5547 2010-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5549         * obsolete/complete.el: Move from lisp/complete.el.
5551         * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
5553         * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
5554         to the minor mode function now turns the mode ON unconditionally.
5556 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5558         * vc-dir.el (vc-dir-kill-line): New command.
5559         (vc-dir-mode-map): Bind it to C-k.
5561         * bookmark.el (bookmark-insert-location): Handle a nil filename.
5563         * woman.el: Add bookmark declarations to silence the compiler.
5564         (bookmark-prop-get): Use `man-args' rather than `filename' as a first
5565         step to compatibility between man and woman bookmarks.
5566         Adjust for Man-default-bookmark-title renaming.
5567         (woman-bookmark-jump): Adjust accordingly.  Don't forget to autoload.
5569         * man.el: Add bookmark declarations to silence the compiler.
5570         (Man-name-local-regexp): Make it match NAME as well.
5571         (Man-getpage-in-background): Return the buffer.
5572         (Man-notify-when-ready): Use `case'.
5573         (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
5574         Don't hardcode "NAME".  Simplify.
5575         (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
5576         Rename from Man-bookmark-make-record.
5577         (Man-bookmark-jump): Rename from man-bookmark-jump.  Simplify now that
5578         we have the actual man-args.  Use Man-getpage-in-background rather
5579         than `man' since the arg is already processed.  Let bookmark.el do the
5580         window handling.  Only wait for the relevant process.
5581         Don't forget to autoload.
5583         * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
5585 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5587         * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
5588         New functions.
5589         (woman-mode): Setup bookmark support.
5591         * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
5592         (man-bookmark-jump): New functions.
5593         (Man-mode): Setup bookmark support.
5595 2010-04-10  Jari Aalto  <jari.aalto@cante.net>
5597         * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
5598         recognize ssh-keygen prompt (Bug#2817).
5600 2010-04-10  Michael Albinus  <michael.albinus@gmx.de>
5602         * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
5604 2010-04-10  Michael Albinus  <michael.albinus@gmx.de>
5606         Synchronize with Tramp repository.
5608         * net/tramp.el (tramp-completion-function-alist)
5609         (tramp-file-name-regexp, tramp-chunksize)
5610         (tramp-local-coding-commands, tramp-remote-coding-commands):
5611         Fix docstring.
5612         (tramp-remote-process-environment): Use `format' instead of `concat'.
5613         (tramp-handle-directory-files-and-attributes)
5614         (tramp-get-remote-path): Use `copy-tree'.
5615         (tramp-handle-file-name-all-completions): Backward/ XEmacs
5616         compatibility: Use `completion-ignore-case' if
5617         `read-file-name-completion-ignore-case' does not exist.
5618         (tramp-do-copy-or-rename-file-directly): Do not use
5619         `tramp-handle-file-remote-p'.
5620         (tramp-do-copy-or-rename-file-out-of-band):
5621         Use `tramp-compat-delete-directory'.
5622         (tramp-do-copy-or-rename-file-out-of-band)
5623         (tramp-compute-multi-hops, tramp-maybe-open-connection):
5624         Use `format-spec-make'.
5625         (tramp-find-foreign-file-name-handler)
5626         (tramp-advice-make-auto-save-file-name)
5627         (tramp-set-auto-save-file-modes): Remove superfluous check for
5628         `stringp'.  This is done inside `tramp-tramp-file-p'.
5629         (tramp-debug-outline-regexp): New defconst.
5630         (tramp-get-debug-buffer): Use it.
5631         (tramp-check-for-regexp): Use (forward-line 1).
5632         (tramp-set-auto-save-file-modes): Adapt version check.
5634         * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
5635         Wrap call of `featurep' for 2nd argument.
5636         (tramp-compat-make-temp-file): Simplify fallback implementation.
5637         (tramp-compat-copy-tree): Remove function.
5638         (tramp-compat-delete-directory): Provide implementation for older
5639         Emacsen.
5641         * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
5642         Do not use `tramp-fish-handle-file-attributes.
5644         * net/trampver.el: Update release number.
5646 2010-04-10  Glenn Morris  <rgm@gnu.org>
5648         * progmodes/compile.el (compilation-save-buffers-predicate):
5649         Add missing :version tag.
5651 2010-04-09  Sam Steingold  <sds@gnu.org>
5653         * progmodes/compile.el (compilation-save-buffers-predicate):
5654         Remove the "autoload" cookie.
5656         * progmodes/bug-reference.el (turn-on-bug-reference-mode)
5657         (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
5658         and `bug-reference-prog-mode' can be used in hooks directly.
5660 2010-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
5662         Add --author support to git commit.
5663         * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
5664         (vc-git-log-edit-mode): New minor mode.
5665         (log-edit-mode, log-edit-extra-flags, log-edit-mode):
5666         New declarations.
5668 2010-04-09  Eric Raymond  <esr@snark.thyrsus.com>
5670         * vc-hooks.el, vc-git.el: Improve documentation comments.
5672 2010-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5674         Fix some of the problems in defsubst* (bug#5728).
5675         * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
5676         (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
5678 2010-04-07  Sam Steingold  <sds@gnu.org>
5680         * progmodes/compile.el (compilation-save-buffers-predicate):
5681         New custom variable.
5682         (compile, recompile): Pass it to `save-some-buffers'.
5684 2010-04-07  Jan Djärv  <jan.h.d@swipnet.se>
5686         * wid-edit.el (widget-choose): Move cursor to the second line of
5687         the buffer (Bug#5695).
5689 2010-04-07  Dan Nicolaescu  <dann@ics.uci.edu>
5691         Add new VC methods: vc-log-incoming and vc-log-outgoing.
5692         * vc.el (vc-print-log-setup-buttons): New function split out from
5693         vc-print-log-internal.
5694         (vc-log-internal-common): New function, a parametrized version of
5695         vc-print-log-internal.
5696         (vc-print-log-internal): Just call vc-log-internal-common with the
5697         right arguments.
5698         (vc-incoming-outgoing-internal):
5699         (vc-log-incoming, vc-log-outgoing): New functions.
5700         (vc-log-view-type): New permanent local variable.
5702         * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
5704         * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
5705         of the dynamic bound vc-short-log.
5706         (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
5708         * vc-git.el (vc-git-log-outgoing): New function.
5709         (vc-git-log-view-mode): Use vc-log-view-type instead
5710         of the dynamic bound vc-short-log.
5712         * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
5713         of the dynamic bound vc-short-log.  Highlight the tag.
5714         (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
5715         (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
5716         (vc-hg-incoming-mode): Remove.
5717         (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
5719 2010-04-07  Dan Nicolaescu  <dann@ics.uci.edu>
5721         Fix default-directory for vc-root-diff.
5722         * vc.el (vc-root-diff): Bind default-directory to the root
5723         directory for the diff command.
5725 2010-04-07  Michael McNamara  <mac@mail.brushroad.com>
5727         * progmodes/verilog-mode.el (verilog-forward-sexp):
5728         (verilog-calc-1): Support "disable fork" and "fork wait" multi
5729         word keywords, suggested by Steve Pearlmutter.
5730         (verilog-pretty-declarations): Support lineup of declarations in
5731         port lists.
5732         (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
5733         fix bug for /* / comments.
5734         (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
5735         Speed up and simplfy as this is never called with a bound.
5736         (verilog-pretty-declarations): Enhance to line up declarations
5737         inside a parameter list, suggested by Alan Morgan.
5738         (verilog-pretty-expr): Tune assignment regular expression match
5739         string for corner cases; also use markers instead of character
5740         number as indent changes the later.
5742 2010-04-07  Wilson Snyder  <wsnyder@wsnyder.org>
5744         * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
5745         as missing keyword.
5746         (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
5747         causing truncation of AUTOWIRE signals.  Reported by Bruce Tennant.
5748         (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
5749         AUTO_TEMPLATEs needing multiple array bits.  Suggested by Bruce
5750         Tennant.
5751         (verilog-keywords):
5752         (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
5753         1800-2009 keywords, including "global.".
5755 2010-04-06  John Wiegley  <jwiegley@gmail.com>
5757         * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
5758         appearing in buffer list (if a live buffer name matched a recentf
5759         file basename).  Should use uniquify to offer a real solution.
5761 2010-04-06  John Wiegley  <jwiegley@gmail.com>
5763         * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
5764         comment to code, and add a :version tag.
5765         (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
5767 2010-04-06  Juanma Barranquero  <lekktu@gmail.com>
5769         Enable recentf-mode if using virtual buffers.
5770         * ido.el (recentf-list): Declare for byte-compiler.
5771         (ido-virtual-buffers): Move up to silence byte-compiler.  Add docstring.
5772         (ido-make-buffer-list): Simplify.
5773         (ido-add-virtual-buffers-to-list): Simplify.  Enable recentf-mode.
5775 2010-04-05  Juri Linkov  <juri@jurta.org>
5777         Scrolling commands which scroll a line instead of full screen.
5778         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
5780         * simple.el (scroll-up-line, scroll-down-line): New commands.
5781         Put property isearch-scroll=t on them.
5783         * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
5784         Remove commands.
5786 2010-04-05  Juri Linkov  <juri@jurta.org>
5788         Scrolling commands which do not signal errors at top/bottom.
5789         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
5791         * simple.el (scroll-up-command, scroll-down-command): New commands.
5792         Put property isearch-scroll=t on them.
5794         * bindings.el (global-map): Rebind [prior] from `scroll-down' to
5795         `scroll-down-command' and [next] from `scroll-up' to
5796         `scroll-up-command'.
5798         * emulation/cua-base.el: Put property CUA=move on
5799         `scroll-up-command' and `scroll-down-command'.
5800         (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
5801         and `scroll-down-command' to `cua-scroll-down'.
5803 2010-04-05  Juanma Barranquero  <lekktu@gmail.com>
5805         * help.el (describe-mode): Return nil.
5807 2010-04-04  John Wiegley  <jwiegley@gmail.com>
5809         * ido.el (ido-use-virtual-buffers): New variable to indicate
5810         whether "virtual buffer" support is enabled for IDO.
5811         (ido-virtual): Face used to indicate virtual buffers in the list.
5812         (ido-buffer-internal): If a buffer is chosen, and no such buffer
5813         exists, but a virtual buffer of that name does (which would be why
5814         it was in the list), recreate the buffer by reopening the file.
5815         (ido-make-buffer-list): If virtual buffers are being used, call
5816         `ido-add-virtual-buffers-to-list' before the make list hook.
5817         (ido-virtual-buffers): New variable which contains a copy of the
5818         current contents of the `recentf-list', albeit pared down for the
5819         sake of speed, and with proper faces applied.
5820         (ido-add-virtual-buffers-to-list): Using the `recentf-list',
5821         create a list of "virtual buffers" to present to the user in
5822         addition to the currently open set.  Note that this logic could
5823         get rather slow if that list is too large.  With the default
5824         `recentf-max-saved-items' of 200, there is little speed penalty.
5826 2010-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5828         * font-lock.el: Require CL when compiling.
5829         (font-lock-turn-on-thing-lock): Use `case'.
5831 2010-04-03  Eli Zaretskii  <eliz@gnu.org>
5833         * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
5834         Zaretskii.
5836 2010-04-02  Juanma Barranquero  <lekktu@gmail.com>
5838         * cedet/semantic/imenu.el (semantic-imenu-bucketize-type-members)
5839         (semantic-create-imenu-directory-index): Fix typos in docstrings.
5840         (semantic-imenu-goto-function): Reflow docstring.
5842 2010-04-02  Juri Linkov  <juri@jurta.org>
5844         * ehelp.el (electric-help-orig-major-mode):
5845         New buffer-local variable.
5846         (electric-help-mode): Set it to original major-mode.  Doc fix.
5847         (with-electric-help): Use `electric-help-orig-major-mode' instead
5848         of (default-value 'major-mode).  Doc fix.
5849         http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
5851 2010-04-02  Sam Steingold  <sds@gnu.org>
5853         * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
5854         `vc-hg-command' with a list of flags.
5856         * progmodes/bug-reference.el (bug-reference-bug-regexp):
5857         Also accept "patch" and "RFE".
5858         (bug-reference-fontify): `bug-reference-url-format' can also be a
5859         function to be able to handle the bug kind.
5860         (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
5862 2010-04-02  Jan Djärv  <jan.h.d@swipnet.se>
5864         * tmm.el (tmm-get-keymap): Check with symbolp before passing
5865         value to fboundp, it may not be a symbol.
5867 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
5869         * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
5871 2010-03-31  Juri Linkov  <juri@jurta.org>
5873         * simple.el (next-line, previous-line): Re-throw a signal
5874         with `signal' instead of using `ding'.
5875         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
5877 2010-03-31  Juri Linkov  <juri@jurta.org>
5879         * simple.el (keyboard-escape-quit): Raise deselecting the active
5880         region higher than exiting the minibuffer.
5881         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
5883 2010-03-31  Juri Linkov  <juri@jurta.org>
5885         * image.el (image-animated-p): Use `image-metadata' instead of
5886         `image-extension-data'.  Get GIF extenstion data from metadata
5887         property `extension-data'.
5889 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5891         * simple.el (append-to-buffer): Simplify.
5893 2010-03-31  Tomas Abrahamsson  <tab@lysator.liu.se>
5895         * textmodes/artist.el (artist-mode): Fix typo in docstring.
5896         Reported by Alex Schröder <kensanata@gmail.com>.  (Bug#5807)
5898 2010-03-31  Kenichi Handa  <handa@m17n.org>
5900         * language/sinhala.el (composition-function-table): Fix regexp for
5901         the new Unicode specification.
5903         * language/indian.el (devanagari-composable-pattern)
5904         (tamil-composable-pattern, kannada-composable-pattern)
5905         (malayalam-composable-pattern): Adjust for the new Unicode
5906         specification.
5907         (bengali-composable-pattern, gurmukhi-composable-pattern)
5908         (gujarati-composable-pattern, oriya-composable-pattern)
5909         (telugu-composable-pattern): New variables to cope with the new
5910         Unicode specification.  Use them in composition-function-table.
5912 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5914         Make tmm-menubar work for the Buffers menu again (bug#5726).
5915         * tmm.el (tmm-prompt): Also handle keymap entries in the form of
5916         vectors rather than cons cells, as used in menu-bar-update-buffers.
5918 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
5920         * progmodes/js.el (js-auto-indent-flag, js-mode-map)
5921         (js-insert-and-indent): Revert 2009-08-15 change, restoring
5922         electric punctuation for "{}();,:" (Bug#5586).
5924         * mail/sendmail.el (mail-default-directory): Doc fix.
5926 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
5928         * mail/sendmail.el (mail-default-directory): Doc fix.
5930 2010-03-31  Eli Zaretskii  <eliz@gnu.org>
5932         * subr.el (version-regexp-alist, version-to-list)
5933         (version-list-<, version-list-=, version-list-<=)
5934         (version-list-not-zero, version<, version<=, version=): Doc fix.
5935         (Bug#5744).
5937 2010-02-31  Dan Nicolaescu  <dann@ics.uci.edu>
5939         * vc.el (vc-root-diff): Doc fix.
5941 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
5943         * vc.el (vc-print-log, vc-print-root-log): Doc fix.
5945         * simple.el (append-to-buffer): Fix last change.
5947 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
5949         * simple.el (append-to-buffer): Ensure that point is preserved if
5950         BUFFER is the current buffer.  Suggested by YAMAMOTO Mitsuharu.
5951         (Bug#5749)
5953 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5955         * files.el (auto-mode-case-fold): Change default to t.
5957 2010-03-30  Juri Linkov  <juri@jurta.org>
5959         * dired-x.el (dired-omit-mode): Doc fix.
5961 2010-03-30  Juri Linkov  <juri@jurta.org>
5963         * replace.el (occur-accumulate-lines): Move occur-engine related
5964         functions `occur-accumulate-lines' and `occur-engine-add-prefix'
5965         to be located after `occur-engine'.
5967 2010-03-30  Juri Linkov  <juri@jurta.org>
5969         Make occur handle multi-line matches cleanly with context.
5970         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
5972         * replace.el (occur-accumulate-lines): Add optional arg `pt'.
5973         (occur-engine): Add local variables `ret', `prev-after-lines',
5974         `prev-lines'.  Use more arguments for `occur-context-lines'.
5975         Set first elem of its returned list to `data', and the second elem
5976         to `prev-after-lines'.  Don't print the separator line.
5977         In the end, print remaining context after-lines.
5978         (occur-context-lines): Add new arguments `begpt', `endpt',
5979         `lines', `prev-lines', `prev-after-lines'.  Rewrite to combine
5980         after-lines of the previous match with before-lines of the
5981         current match and not overlap them.  Return a list with two
5982         values: the output line and the list of context after-lines.
5984 2010-03-30  Juri Linkov  <juri@jurta.org>
5986         * replace.el (occur-accumulate-lines): Fix a bug where the first
5987         context line at the beginning of the buffer was missing.
5989 2010-03-30  Eli Zaretskii  <eliz@gnu.org>
5991         * files.el: Make bidi-display-reordering safe variable for boolean
5992         values.
5994 2010-03-29  Phil Hagelberg  <phil@evri.com>
5995             Chong Yidong  <cyd@stupidchicken.com>
5997         * subr.el: Extend progress reporters to perform "spinning".
5998         (progress-reporter-update, progress-reporter-do-update):
5999         Handle non-numeric value arguments.
6000         (progress-reporter--pulse-characters): New var.
6002 2010-03-28  Chong Yidong  <cyd@stupidchicken.com>
6004         * progmodes/compile.el (compilation-start): Fix regexp detection
6005         of initial cd command (Bug#5771).
6007 2010-03-28  Stefan Guath  <stefan@automata.se>  (tiny change)
6009         * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
6011 2010-03-27  Nick Roberts  <nickrob@snap.net.nz>
6013         Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
6014         * lisp/progmodes/gdb-mi.el: Restore.
6015         * lisp/progmodes/gdb-ui.el: Remove.
6016         * lisp/progmodes/gud.el: Re-accommodate for gdb-mi.el.
6018 2010-03-25  Glenn Morris  <rgm@gnu.org>
6020         * desktop.el (desktop-save-buffer-p): Don't mistakenly include
6021         all dired buffers, even tramp ones.  (Bug#5755)
6023 2010-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6025         Add "union tags" in mpc.el.
6026         * mpc.el: Remove backward compatibility code.
6027         (mpc-browser-tags): Change default.
6028         (mpc--find-memoize-union-tags): New var.
6029         (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
6030         (mpc-cmd-find): Handle the case where the playlist does not exist.
6031         Handle union-tags.
6032         (mpc-cmd-list): Use mpc-cmd-special-tag-p.  Handle union-tags.
6033         (mpc-cmd-add): Use mpc-cmd-flush.
6034         (mpc-tagbrowser-tag-name): New fun.
6035         (mpc-tagbrowser-buf): Use it.
6036         (mpc-songs-refresh): Use cond.  Move to point-min as a fallback.
6038 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6040         Misc cleanup.
6041         * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
6042         Use replace-regexp-in-string.
6043         (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
6044         (makefile-imake-mode-syntax-table): Move init into defvar.
6045         (makefile-mode): Use define-derived-mode.
6047         * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
6048         (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
6049         not be present any more.
6051 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
6053         * faces.el (set-face-attribute): Fix typo in docstring.
6054         (face-valid-attribute-values): Reflow docstring.
6056         * cedet/srecode/table.el (srecode-template-table): Fix docstring typo.
6058 2010-03-24  Glenn Morris  <rgm@gnu.org>
6060         * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
6062 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
6064         * indent.el (indent-for-tab-command): Doc fix.
6066 2010-03-24  Alan Mackenzie  <acm@muc.de>
6068         * progmodes/cc-engine.el (c-remove-stale-state-cache):
6069         Fix off-by-one error.  Fixes bug #5747.
6071 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
6073         * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
6074         (image-dired-read-comment): Doc fix.
6076         * json.el (json-object-type, json-array-type, json-key-type)
6077         (json-false, json-null, json-read-number):
6078         * minibuffer.el (completion-in-region-functions):
6079         * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
6080         (cal-tex-cursor-week):
6081         * emacs-lisp/trace.el (trace-function):
6082         * eshell/em-basic.el (eshell/printnl):
6083         * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
6084         (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
6085         * obsolete/levents.el (allocate-event, event-key, event-object)
6086         (event-point, event-process, event-timestamp, event-to-character)
6087         (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
6088         * textmodes/reftex-vars.el (reftex-index-macros-builtin)
6089         (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
6090         (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
6091         (reftex-highlight-selection): Fix typos in docstrings.
6093 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
6095         * minibuffer.el (completion-in-region-functions): Fix docstring typos.
6097 2010-03-24  Glenn Morris  <rgm@gnu.org>
6099         * mail/rmail.el (rmail-highlight-face): Restore option deleted
6100         2008-02-13 without comment; mark it obsolete.
6101         (rmail-highlight-headers): Use rmail-highlight-face once more.
6103 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
6105         * woman.el (woman2-process-escapes): Only consume the newline if
6106         the filler character is on a line by itself (Bug#5729).
6108 2010-03-24  Kenichi Handa  <handa@m17n.org>
6110         * language/indian.el (devanagari-composable-pattern): Add more
6111         consonants.
6113 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
6115         * net/trampver.el: Update release number.
6117 2010-03-24  Glenn Morris  <rgm@gnu.org>
6119         * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
6121 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
6123         * net/tramp.el (tramp-find-executable):
6124         Use `tramp-get-connection-buffer'.  Make the regexp for checking
6125         output of "wc -l" more robust.
6126         (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
6127         (tramp-open-connection-setup-interactive-shell): Remove workaround
6128         for OpenSolaris bug, it is not needed anymore.
6130 2010-03-24  Eric M. Ludlam  <zappo@gnu.org>
6132         * cedet/semantic/imenu.el: New file, from the CEDET repository
6133         (Bug#5412).
6135 2010-03-24  Glenn Morris  <rgm@gnu.org>
6137         * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie.  (Bug#4427)
6139 2010-03-24  Wilson Snyder  <wsnyder@wsnyder.org>
6141         * files.el (auto-mode-alist): Accept more verilog file patterns.
6143 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6145         * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
6147 2010-03-24  Glenn Morris  <rgm@gnu.org>
6149         * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
6150         log-edit-before-checkin-process.
6152         * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
6154         * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
6156         * vc-dispatcher.el (vc-start-logentry): Doc fix.
6157         (log-view-process-buffer, log-edit-extra-flags): Declare.
6159         * log-edit.el (log-edit-before-checkin-process): Doc fix.
6161         * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
6162         Consistently check ede-object is bound throughout.
6164         * cedet/ede/project-am.el (ede-shell-run-something): Declare.
6166 2010-03-23  Sam Steingold  <sds@gnu.org>
6168         Fix bug#5620: recalculate all markers on compilation buffer
6169         modifications, not on file modifications.
6170         * progmodes/compile.el (buffer-modtime): New buffer-local variable:
6171         the buffer modification time, for buffers not associated with files.
6172         (compilation-mode): Create it.
6173         (compilation-filter): Update it.
6174         (compilation-next-error-function): Use it instead of
6175         `visited-file-modtime' for timestamp.
6177 2010-03-23  Juri Linkov  <juri@jurta.org>
6179         Implement Occur multi-line matches.
6180         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
6182         * replace.el (occur): Doc fix.
6183         (occur-engine): Set `begpt' to the beginning of the first line.
6184         Set `endpt' to the end of the last match line.  At first, count
6185         line numbers between `origpt' and `begpt'.  Split out code from
6186         `out-line' variable to new let-bindings `match-prefix' and
6187         `match-str'.  In `out-line' add non-numeric prefix to all
6188         non-first lines of multi-line matches.  Finally, count lines
6189         between `begpt' and `endpt' and add to `lines'.
6191 2010-03-23  Juri Linkov  <juri@jurta.org>
6193         * replace.el (occur-accumulate-lines, occur-engine):
6194         Use `occur-engine-line' instead of duplicate code.
6195         (occur-engine-line): New function created from duplicate code
6196         in `occur-accumulate-lines' and `occur-engine'.
6198         * replace.el (occur-engine-line): Add optional arg `keep-props'.
6199         (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
6201 2010-03-23  Juri Linkov  <juri@jurta.org>
6203         * finder.el: Remove TODO tasks.
6205         * info.el (Info-finder-find-node): Add node "all"
6206         with all package info.  Handle a list of multiple keywords
6207         separated by comma.
6208         (info-finder): In interactive use with a prefix argument,
6209         use `completing-read-multiple' to read a list of keywords
6210         separated by comma.
6212 2010-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6214         Add a new completion style `substring'.
6215         * minibuffer.el (completion-basic--pattern): New function.
6216         (completion-basic-try-completion, completion-basic-all-completions):
6217         Use it.
6218         (completion-substring--all-completions)
6219         (completion-substring-try-completion)
6220         (completion-substring-all-completions): New functions.
6221         (completion-styles-alist): New style `substring'.
6223 2010-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6225         Get rid of .elc files after removal of the corresponding .el.
6226         * Makefile.in (compile-clean): New target.
6227         (compile-main): Use it.
6229 2010-03-22  Jan Djärv  <jan.h.d@swipnet.se>
6231         * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
6232         don't do make there.  When compiling with separate object dir, there
6233         is no Makefile there.
6235 2010-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6237         Get rid of the ELCFILES abomination, again.
6238         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
6239         (all, compile): Don't call compile-last.
6240         (compile-main): Build the "elcfiles" list dynamically.
6241         (compile-targets): New (internal) target.
6243 2010-03-21  Andreas Schwab  <schwab@linux-m68k.org>
6245         * Makefile.in (top_srcdir): Define.
6246         (abs_top_builddir): Define.
6247         (srcdir): Don't append `/..'.
6248         (EMACS): Use ${abs_top_builddir}.
6249         (all, compile, compile-always, compile-last): Don't set emacswd.
6250         (update-subdirs, update-authors): Use $(top_srcdir) instead of
6251         $(srcdir).
6252         (lisp): Use $(srcdir) instead of @srcdir@.
6254 2010-03-21  Juri Linkov  <juri@jurta.org>
6256         Fix message of multi-line occur regexps and multi-buffer header lines.
6257         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
6259         * replace.el (occur-1): Don't display regexp if it is longer
6260         than window-width.  Use `query-replace-descr' to display regexp.
6261         (occur-engine): Don't display regexp in the buffer header for
6262         multi-buffer occur.  Display a separate header line with total
6263         match count and regexp for multi-buffer occur.
6264         Use `query-replace-descr' to display regexp.
6266 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6268         * net/secrets.el: Fix parenthesis.
6269         (secrets-enabled): Fix parenthesis.
6271 2010-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6273         Use more relative file and directory names.
6274         * Makefile.in (EMACS): Arrange for it to work when we chdir.
6275         (setwins, setwins_almost, setwins_for_subdirs):
6276         Don't `cd'; output relative names.
6277         (all, compile, compile-always, compile-last): Set emacswd.
6278         (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
6279         Just cd to the lisp source dir so we can use relative file names.
6281         * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
6283 2010-03-20  Glenn Morris  <rgm@gnu.org>
6285         * textmodes/rst.el: Use faces for font-lock customization, and make the
6286         old -face variables obsolete.
6287         (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
6288         (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
6289         (rst-block-face, rst-external-face, rst-definition-face)
6290         (rst-directive-face, rst-comment-face, rst-emphasis1-face)
6291         (rst-emphasis2-face, rst-literal-face, rst-reference-face):
6292         Make obsolete.
6293         (rst-font-lock-keywords-function): Update for above changes.
6295 2010-03-20  Juri Linkov  <juri@jurta.org>
6297         * s-region.el:
6298         * obsolete/s-region.el: Move to obsolete.
6300 2010-03-19  Juanma Barranquero  <lekktu@gmail.com>
6302         * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
6304 2010-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
6306         * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
6308 2010-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
6310         Add special markup processing for commit logs.
6311         * log-edit.el (log-edit-extra-flags): New variable.
6312         (log-edit): Add new argument MODE.  Use that mode when non-nil
6313         instead of the log-view-mode.
6314         (log-view-process-buffer): New function.
6316         * vc.el: Document that the checkin method takes optional
6317         arguments.  Document new backend specific method: log-view-mode.
6318         (vc-default-log-edit-mode): New function.
6319         (vc-checkin): Use a backend specific log-view-mode.
6320         Pass extra arguments to the checkin method.
6321         (vc-modify-change-comment): Pass a dummy extra argument.
6323         * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
6324         log-edit.
6325         (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
6326         (vc-finish-logentry): Process the log buffer before passing it
6327         down.  Pass log-edit-extra-flags.
6329         * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
6330         command.
6331         (log-edit-extra-flags, log-edit-before-checkin-process):
6332         New declarations.
6334         * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
6335         command.
6336         (log-edit-extra-flags, log-edit-before-checkin-process):
6337         New declarations.
6338         (vc-hg-log-edit-mode): New derived mode.
6340         * vc-arch.el (vc-arch-checkin):
6341         * vc-cvs.el (vc-cvs-checkin):
6342         * vc-git.el (vc-git-checkin):
6343         * vc-mtn.el (vc-mtn-checkin):
6344         * vc-rcs.el (vc-rcs-checkin):
6345         * vc-sccs.el (vc-sccs-checkin):
6346         * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
6348 2010-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6350         * outline.el (hide-sublevels): Don't hide trailing newline (and fix
6351         parent typo).
6353 2010-03-19  Glenn Morris  <rgm@gnu.org>
6355         * password-cache.el (password-cache, password-cache-expiry): Autoload.
6357 2010-03-18  Glenn Morris  <rgm@gnu.org>
6359         * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
6361         * replace.el (query-replace-history): Give it a doc string.
6362         (map-query-replace-regexp): Use query-replace-from-history-variable
6363         and query-replace-to-history-variable.
6365         * mail/hashcash.el (declare-function): Remove duplicate definition.
6367         * mail/emacsbug.el (report-emacs-bug-pretest-address):
6368         Make it an obsolete alias for report-emacs-bug-address.
6369         (message-strip-special-text-properties): Declare.
6370         (report-emacs-bug): Remove test for a pretest bug address.
6371         Combine message-mode-specific code.
6373         * mail/supercite.el: Don't require sendmail.
6374         (mh-in-header-p): Declare rather than using with-no-warnings.
6375         (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
6376         mail-header-end.  Don't bind mysterious variable `kill-lines-magic'.
6378         * calendar/cal-french.el: Convert to utf-8.
6380         * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
6381         Emacs scripts.
6383 2010-03-16  Michael Albinus  <michael.albinus@gmx.de>
6385         * net/secrets.el (secrets-enabled): New variable.  Use it instead
6386         of a subfeature.
6388 2010-03-15  Michael Albinus  <michael.albinus@gmx.de>
6390         * net/secrets.el (top): Register the D-Bus signals only when the
6391         service "org.freedesktop.secrets" can be pinged.
6392         Provide subfeature `enabled'.
6394 2010-03-14  Juri Linkov  <juri@jurta.org>
6396         Add finder unknown keywords.
6398         * finder.el (finder-unknown-keywords): New function.
6400         * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
6401         to create a Finder node with unknown keywords.
6403 2010-03-14  Juri Linkov  <juri@jurta.org>
6405         * finder.el (finder-compile-keywords): Replace `princ' with
6406         `prin1' on a list of symbols interned from keyword strings.
6408         * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
6409         a comma, then split keywords using a comma and optional whitespace.
6410         Otherwise, split by whitespace.
6412         * complete.el:
6413         * face-remap.el:
6414         * log-view.el:
6415         * net/hmac-def.el:
6416         * net/hmac-md5.el:
6417         * net/netrc.el:
6418         * progmodes/mixal-mode.el: Fix keywords.
6420 2010-03-13  Michael Albinus  <michael.albinus@gmx.de>
6422         * Makefile.in (ELCFILES): Add net/secrets.elc.
6424         * net/secrets.el: New file.
6426 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
6428         * facemenu.el (list-colors-display, list-colors-print): New arg
6429         callback.  Use it to allow selecting colors.
6431         * wid-edit.el (widget-image-insert): Insert image prop even if the
6432         current display is non-graphic.
6433         (widget-field-value-set): New fun.
6434         (editable-field): Use it.
6435         (widget-field-value-get): Clean up unused var.
6436         (widget-color-value-create, widget-color--choose-action):
6437         New funs.  Allow using list-colors-display to choose color.
6439 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
6441         * cus-edit.el: Resort topmost custom groups.
6442         (custom-buffer-sort-alphabetically): Default to t.
6443         (customize-apropos): Use apropos-parse-pattern.
6444         (custom-search-field): New var.
6445         (custom-buffer-create-internal): Add custom-apropos search field.
6446         (custom-add-parent-links): Don't display parent doc.
6447         (custom-group-value-create): Don't sort top-level custom group.
6448         (custom-magic-value-create): Show visibility button before option name.
6450         (custom-variable-state): New fun, from custom-variable-state-set.
6451         (custom-variable-state-set): Use it.
6452         (custom-group-value-create): Hide options with standard values
6453         using the :hidden-states property.  Use progress reporter.
6455         (custom-show): Simplify.
6456         (custom-visibility): Disable images by default.
6457         (custom-variable): New property :hidden-states.
6458         (custom-variable-value-create): Enable images for
6459         custom-visibility widgets.  Use :hidden-states property to
6460         determine initial visibility.
6462         * wid-edit.el (widget-image-find): Give images center ascent.
6463         (visibility): Add :on-image and :off-image properties.
6464         (widget-visibility-value-create): Use them.
6466 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
6468         * cus-edit.el (processes): Remove from development group.
6469         (oop, hypermedia): Delete group.
6470         (comm): Promote to top-level group.
6472         * net/browse-url.el (browse-url):
6473         * net/xesam.el (xesam):
6474         * net/tramp.el (tramp):
6475         * net/goto-addr.el (goto-address):
6476         * net/ange-ftp.el (ange-ftp): Put in comm group.
6478         * view.el (view): Remove from editing group.
6480         * uniquify.el (uniquify): Put in files group.
6482         * net/browse-url.el (browse-url):
6483         * ps-print.el (postscript): Put in external group.
6485         * cus-edit.el (outlines):
6486         * textmodes/text-mode.el (text-mode-hook):
6487         * textmodes/table.el (table):
6488         * textmodes/picture.el (picture):
6489         * outline.el (outlines): Put in wp group.
6491         * nxml/nxml-mode.el (nxml): Remove from wp group.
6493         * net/tramp-imap.el (tramp-imap): Put in tramp group.
6495         * mail/metamail.el (metamail): Remove from hypermedia group.
6497         * cus-edit.el (abbrev):
6498         * whitespace.el (whitespace):
6499         * vcursor.el (vcursor):
6500         * reveal.el (reveal):
6501         * hl-line.el (hl-line): Put in convenience group.
6503         * epg-config.el (epg): Put in data group.
6505         * emulation/pc-select.el (pc-select): Put in emulations group.
6507         * calculator.el (calculator): Put in applications group.
6509 2010-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
6511         Add .dir-locals.el support for file-less buffers.
6512         * files.el (hack-local-variables): Split out code to apply local
6513         variable settings ...
6514         (hack-local-variables-apply): ... here.  New function.
6515         (hack-dir-local-variables): Use the default directory for when the
6516         buffer does not have an associated file.
6517         (hack-dir-local-variables-non-file-buffer): New function.
6518         * diff-mode.el (diff-mode):
6519         * vc-annotate.el (vc-annotate-mode):
6520         * vc-dir.el (vc-dir-mode):
6521         * log-edit.el (log-edit-mode):
6522         * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
6524 2010-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
6526         Add support for shelving snapshots and for showing shelves.
6527         * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
6528         (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
6529         New functions.
6530         (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
6531         (vc-bzr-extra-menu-map): Map them.
6533 2010-03-11  Glenn Morris  <rgm@gnu.org>
6535         * cus-edit.el (customize-changed-options-previous-release):
6536         Bump to 23.1.
6538         * image.el (image-animate-max-time): Fix :version tag.
6540 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
6542         * Branch for 23.2.
6544 2010-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6546         * vc-git.el (vc-git-revision-table): Include remote branches.
6548 2010-03-10  Kim F. Storm  <storm@cua.dk>
6550         Animated image API.
6551         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
6553         * image.el (image-animate-max-time): New defcustom.
6554         (image-animated-types): New defconst.
6555         (create-animated-image, image-animate-timer)
6556         (image-animate-start, image-animate-stop, image-animate-timeout)
6557         (image-animated-p): New functions.
6559         * image-mode.el (image-toggle-display-image):
6560         Replace `create-image' with `create-animated-image'.
6562 2010-03-09  Miles Bader  <miles@gnu.org>
6564         * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
6565         instead of "format:"; this ensures that the output is
6566         newline-terminated.
6568 2010-03-08  Chong Yidong  <cyd@stupidchicken.com>
6570         * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
6571         that all errors are caught, and that the return value is always a
6572         list (Bug#5692).
6574 2010-03-08  Kenichi Handa  <handa@m17n.org>
6576         * language/misc-lang.el (windows-1256): New coding system.
6577         (cp1256): New alias of windows-1256 (bug#5690).
6579 2010-03-07  Andreas Schwab  <schwab@linux-m68k.org>
6581         * mail/rfc822.el (rfc822-addresses): Move catch clause down around
6582         call to rfc822-bad-address.  (Bug#5692)
6584 2010-03-07  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
6586         * vc-git.el (vc-git-annotate-extract-revision-at-line):
6587         Use vc-git-root as default directory for revision path (Bug#5657).
6589 2010-03-06  Chong Yidong  <cyd@stupidchicken.com>
6591         * calculator.el (calculator): Don't bind split-window-keep-point
6592         (Bug#5674).
6594 2010-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6596         * vc-git.el: Re-flow to fit into 80 columns.
6597         (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
6598         Remove spurious `quote' element in each case alternative.
6599         (vc-git-show-log-entry): Use prog1.
6600         (vc-git-after-dir-status-stage): Remove unused var `remaining'.
6602 2010-03-06  Glenn Morris  <rgm@gnu.org>
6604         * cedet/semantic/grammar.el (semantic-grammar-header-template):
6605         Update template copyright to GPLv3+.
6607 2010-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6609         * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
6611 2010-03-03  Chong Yidong  <cyd@stupidchicken.com>
6613         * macros.el (insert-kbd-macro): Look up keyboard macro using the
6614         definition, not the name (Bug#5481).
6616 2010-03-03  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
6618         * subr.el (momentary-string-display): Don't overwrite the MESSAGE
6619         argument with a local variable.  (Bug#5670)
6621 2010-03-02  Juri Linkov  <juri@jurta.org>
6623         * info.el (Info-index-next): Decrement line number by 2.  (Bug#5652)
6625 2010-03-02  Michael Albinus  <michael.albinus@gmx.de>
6627         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
6628         error when FILENAME and NEWNAME are existing remote directories.
6630         * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
6631         parameter DIR-FLAG.
6633 2010-03-02  Glenn Morris  <rgm@gnu.org>
6635         * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
6636         of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
6638 2010-03-01  Kenichi Handa  <handa@m17n.org>
6640         * language/burmese.el (burmese-composable-pattern): Rename from
6641         myanmar-composable-pattern.
6643         * international/characters.el (script-list):
6644         * international/fontset.el (script-representative-chars):
6645         Change myanmar to burmese.
6646         (otf-script-alist): Likewise.
6647         (setup-default-fontset): Likewise.  Re-fix :otf spec.
6649 2010-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6651         * menu-bar.el (menu-bar-manuals-menu): Fix typo.
6653 2010-02-28  Jan Djärv  <jan.h.d@swipnet.se>
6655         * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
6657 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
6659         * net/tramp.el (tramp-handle-write-region): START can be a string.
6660         Take care in the checks.  Reported by Dan Davison
6661         <davison@stats.ox.ac.uk>.
6663 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
6665         * net/dbus.el (dbus-introspect, dbus-get-property)
6666         (dbus-set-property, dbus-get-all-properties):
6667         Use `dbus-call-method' when noninteractive.  (Bug#5645)
6669 2010-02-28  Chong Yidong  <cyd@stupidchicken.com>
6671         * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
6672         * emacs-lisp/elint.el (elint-add-required-env):
6673         * cedet/semantic/db-find.el
6674         (semanticdb-find-translate-path-brutish-default):
6675         * cedet/ede/make.el (ede-make-check-version):
6676         * calendar/icalendar.el (icalendar--add-diary-entry):
6677         * calc/calcalg2.el (math-tracing-integral):
6678         * files.el (recover-session-finish): Use with-current-buffer
6679         instead of save-excursion.
6681 2010-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6683         Fix in-buffer completion when after-change-functions modify the buffer.
6684         * minibuffer.el (completion--replace): New function.
6685         (completion--do-completion): Use it and use relative movement.
6687 2010-02-27  Chong Yidong  <cyd@stupidchicken.com>
6689         * international/fontset.el (setup-default-fontset): Fix :otf spec.
6691 2010-02-27  Jeremy Whitlock  <jcscoobyrs@gmail.com>  (tiny change)
6693         * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
6694         Allow the characters _<> in the stack entry (Bug#5653).
6696 2010-02-26  Kenichi Handa  <handa@m17n.org>
6698         * language/burmese.el: Fix entries in composition-function-table.
6699         (myanmar-composable-pattern): New variable.
6701         * international/fontset.el (setup-default-fontset): Add an entry
6702         for myanmar.
6704         * international/characters.el (script-list): Add Myanmar
6705         Extended-A.
6707 2010-02-26  Glenn Morris  <rgm@gnu.org>
6709         * custom.el (custom-initialize-delay): Doc fix.
6711         * mail/sendmail.el (send-mail-function): Autoload the call
6712         to custom-initialize-delay, not otherwise preserved in loaddefs.el.
6714 2010-02-24  Chong Yidong  <cyd@stupidchicken.com>
6716         * files.el (hack-local-variables-filter): For eval forms, also
6717         check safe-local-variable-p (Bug#5636).
6719 2010-02-24  Eduard Wiebe  <usenet@pusto.de>
6721         * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
6722         and use c(ad)r of cddr (Bug#5640).
6724 2010-02-22  Michael Albinus  <michael.albinus@gmx.de>
6726         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
6727         setting the modes by `ignore-errors'.  It might fail, for example
6728         if the file is not owned by the user but the group.
6729         (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
6731 2010-02-21  Chong Yidong  <cyd@stupidchicken.com>
6733         * files.el (directory-listing-before-filename-regexp): Use
6734         stricter matching for iso-style dates, to avoid false matches with
6735         date-like filenames (Bug#5597).
6737         * htmlfontify.el (htmlfontify): Doc fix.
6739         * eshell/eshell.el (eshell): Doc fix.
6741         * startup.el (fancy-about-screen): In mode-line, apply
6742         mode-line-buffer-id face only to the buffer name (Bug#5613).
6744 2010-02-20  Kevin Ryde  <user42@zip.com.au>
6746         * progmodes/compile.el (compilation-error-regexp-alist-alist):
6747         In `watcom' anchor regexp to start of line, to avoid slowness
6748         (Bug#5599).
6750 2010-02-20  Eli Zaretskii  <eliz@gnu.org>
6752         * subr.el (remove-yank-excluded-properties): Explain in a comment
6753         why `category' property is removed.
6755 2010-02-19  Chong Yidong  <cyd@stupidchicken.com>
6757         * isearch.el (isearch-update-post-hook, isearch-update): Revert
6758         2010-02-17 change.
6760 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
6762         * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
6763         (icalendar--convert-weekly-to-ical)
6764         (icalendar--convert-yearly-to-ical)
6765         (icalendar--convert-block-to-ical)
6766         (icalendar--convert-cyclic-to-ical)
6767         (icalendar--convert-anniversary-to-ical): Take care of time
6768         specifications where hour has 1-digit only (Bug#5549).
6770 2010-02-19  Nick Roberts  <nickrob@snap.net.nz>
6772         * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
6773         of disassemble output in GDB 7.1.
6775 2010-02-19  Glenn Morris  <rgm@gnu.org>
6777         * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
6778         property.  (Bug#5593)
6780 2010-02-18  Sam Steingold  <sds@gnu.org>
6782         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
6784 2010-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6786         Use abbreviated file names in bookmarks (bug#5591).
6787         * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
6788         calls to expand-file-name.
6789         (bookmark-relocate): Use abbreviated file names in bookmarks.
6790         (bookmark-load): Use abbreviated file names in messages.
6792 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
6794         * net/tramp.el (tramp-handle-directory-files): When FULL, do not
6795         expand "." and "..".  Reported by Thierry Volpiatto
6796         <thierry.volpiatto@gmail.com>.
6798 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
6800         * net/tramp.el (tramp-handle-insert-file-contents): Set always the
6801         permissions of the temporary file to "0600".  In case the remote
6802         file has no read permissions for the owner, there might be
6803         problems otherwise.  Reported by Ole Laursen <olau@iola.dk>.
6805 22010-02-18  Glenn Morris  <rgm@gnu.org>
6807         * emacs-lisp/authors.el (authors-renamed-files-alist):
6808         Add entries for INSTALL.CVS.
6810 2010-02-17  Mark A. Hershberger  <mah@everybody.org>
6812         * vc-bzr.el: Fix typo in Known Bugs section.
6814         * isearch.el (isearch-update-post-hook): New hook.
6815         (isearch-update): Use the new hook.
6817 2010-02-16  Michael Albinus  <michael.albinus@gmx.de>
6819         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
6820         Fix errors in copying directories.
6821         (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
6822         (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
6823         (tramp-handle-delete-file)
6824         (tramp-handle-dired-recursive-delete-directory)
6825         (tramp-handle-write-region): Flush also the cache for the upper
6826         directory.
6828 2010-02-16  Chong Yidong  <cyd@stupidchicken.com>
6830         * simple.el (save-interprogram-paste-before-kill): Doc fix.
6832         * cus-edit.el (hardware): Doc fix.
6834         * man.el (man): Add to external custom group.
6836         * delim-col.el (columns): Move to wp custom group.
6838         * doc-view.el (doc-view): Add to data custom group.
6840         * cedet/data-debug.el (data-debug): Move to extensions group.
6842         * cedet/ede.el (ede):
6843         * cedet/srecode.el (srecode):
6844         * cedet/semantic.el (semantic): Put in tools and extensions group.
6846         * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
6848         * textmodes/flyspell.el (flyspell-word): Obey the offset specified
6849         by ispell-parse-output (Bug#5575).
6851 2010-02-16  Kenichi Handa  <handa@m17n.org>
6853         * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
6854         (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
6855         (skkdic-convert): Use `euc-japan' coding system for writing.
6857 2010-02-16  Glenn Morris  <rgm@gnu.org>
6859         * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
6860         tex-main-file before using it.  (Bug#5562)
6862 2010-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6864         * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
6865         warnings, since it is annoying for the user to see them each time he
6866         runs the code.
6868 2010-02-15  Michael Albinus  <michael.albinus@gmx.de>
6870         * net/tramp.el (tramp-process-actions, tramp-read-passwd):
6871         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
6872         instead of PROC for caching "first-password-request".  Otherwise,
6873         new processes would not profit from passwords already entered.
6875         * net/tramp-cache.el (tramp-dump-connection-properties):
6876         Don't save "first-password-request" property.
6878 2010-02-14  Juanma Barranquero  <lekktu@gmail.com>
6880         * outline.el (outline-head-from-level):
6881         * simple.el (with-wrapper-hook):
6882         * cedet/ede.el (ede-run-target, project-delete-target)
6883         (project-dist-files, ede-name, ede-documentation, ede-parent-project)
6884         (ede-adebug-project, ede-adebug-project-parent)
6885         (ede-adebug-project-root):
6886         * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
6887         (elint-defun, elint-buffer-env, elint-top-form-logged)
6888         (elint-unbound-variable):
6889         * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
6890         Fix typos in docstrings.
6892 2010-02-14  Michael Albinus  <michael.albinus@gmx.de>
6894         * files.el (insert-directory): When WILDCARD-REGEXP and
6895         FULL-DIRECTORY-P are nil, insert the file entry instead of the
6896         whole directory.  (Bug#5551)
6898         * net/ange-ftp.el (ange-ftp-insert-directory): Insert "  " for
6899         dired's alignment sanity.  (Bug#5516)
6901 2010-02-14  Juri Linkov  <juri@jurta.org>
6903         * man.el (Man-fontify-manpage, Man-cleanup-manpage):
6904         Remove remaining ^H with their preceding chars.  (Bug#5566)
6906 2010-02-13  Glenn Morris  <rgm@gnu.org>
6908         * simple.el (transpose-subr): Give it a doc-string.
6910         * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
6911         Doc fixes.
6913 2010-02-12  Juri Linkov  <juri@jurta.org>
6915         * arc-mode.el (archive-unique-fname): Make directories for nested
6916         archives.  (Bug#5540)
6918 2010-02-12  Juri Linkov  <juri@jurta.org>
6920         * ffap.el (dired-at-point): Fix docstring.  (Bug#5565)
6922 2010-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6924         * subr.el (copy-overlay): Handle deleted overlays.
6926         * man.el (Man-completion-table): Don't signal an error if we can't run
6927         manual-program (bug#4056).
6929 2010-02-10  Juanma Barranquero  <lekktu@gmail.com>
6931         * textmodes/artist.el (artist-mt): Fix typos in docstring.
6933 2010-02-10  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6935         * info.el (Info-bookmark-jump): Simplify.
6937         * bookmark.el (bookmark-handle-bookmark): Catch the right error.
6938         (bookmark-default-handler): Accept new bookmark field `buffer'.
6940 2010-02-10  Chong Yidong  <cyd@stupidchicken.com>
6942         * iswitchb.el (iswitchb-completions): Revert last change.
6944 2010-02-10  Michael Albinus  <michael.albinus@gmx.de>
6946         * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
6947         FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
6948         This prevents file names like "~/" being listed literally.
6950 2010-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
6952         * term/xterm.el (xterm-maybe-set-dark-background-mode):
6953         Remove dead code.  (Bug#5546)
6955 2010-02-09  Chong Yidong  <cyd@stupidchicken.com>
6957         * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
6958         correctly (Bug#5548).
6960 2010-02-08  Jose E. Marchesi  <jemarch@gnu.org>
6962         * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
6963         (ada-adjust-case): Don't adjust case in hexadecimal number literals.
6965 2010-02-08  Kenichi Handa  <handa@m17n.org>
6967         * international/mule-util.el (with-coding-priority): Add autoload
6968         cookie for putting `lisp-indent-function'.
6970 2010-02-07  Glenn Morris  <rgm@gnu.org>
6972         * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
6973         Move F2003 named interfaces from keywords-2 to keywords-1, and
6974         use function-name-face rather than constant-face.
6975         Simplify "abstract interface" regexp.
6977 2010-02-07  Chong Yidong  <cyd@stupidchicken.com>
6979         * eshell/esh-util.el (eshell-file-attributes): New optional arg
6980         ID-FORMAT.  Pass it to `file-attributes'.
6982         * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
6984 2010-02-07  sj  <prime.wizard+emacs@gmail.com>  (tiny change)
6986         * faces.el (set-face-attribute): Allow calling
6987         internal-set-lisp-face-attribute with 'unspecified family and
6988         foundry argument (Bug#5536).
6990 2010-02-07  Glenn Morris  <rgm@gnu.org>
6992         * progmodes/f90.el (f90-font-lock-keywords-2)
6993         (f90-looking-at-type-like, f90-looking-at-program-block-end):
6994         Handle F2003 named interfaces.
6996 2010-02-06  Chong Yidong  <cyd@stupidchicken.com>
6998         * progmodes/cc-mode.el (c-common-init): Bind temporary variables
6999         beg and end before calling c-get-state-before-change-functions.
7001 2010-02-06  Dan Nicolaescu  <dann@ics.uci.edu>
7003         * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
7005 2010-02-05  Juri Linkov  <juri@jurta.org>
7007         * doc-view.el (doc-view-mode):
7008         * image-mode.el (image-mode): Put property mode-class=special.
7009         (Bug#4896)
7011 2010-02-05  Mark A. Hershberger  <mah@everybody.org>
7013         * vc-svn.el (vc-svn-revision-table): New function.
7015 2010-02-05  Michael Albinus  <michael.albinus@gmx.de>
7017         * net/ange-ftp.el (ange-ftp-insert-directory):
7018         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
7019         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
7020         Handle also directories.  (Bug#5478)
7022 2010-02-05  Glenn Morris  <rgm@gnu.org>
7024         * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
7026 2010-02-05  Chong Yidong  <cyd@stupidchicken.com>
7028         * startup.el (command-line-1): Convert options beginning with a
7029         single dash as well (Bug#5519).
7031 2010-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7033         Make `initials' completion work for /hh -> /home/horn again (bug#5524).
7034         * minibuffer.el (completion-initials-expand): Only check the presence
7035         of delims *within* the boundaries, since otherwise the / delim is
7036         always found for files.
7038         Fix up various corner case problems.
7039         * doc-view.el (doc-view-last-page-number): New function.
7040         (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
7041         (doc-view-goto-page): Avoid inf-loops when the conversion fails.
7042         (doc-view-kill-proc): Avoid inf-loop in freak cases.
7043         (doc-view-reconvert-doc): Use the new recursive delete-directory.
7044         (doc-view-convert-current-doc): Don't create the resolution.el file
7045         here any more.
7046         (doc-view-pdf/ps->png): Do it here instead.
7047         (doc-view-already-converted-p): Check that resolution.el is present.
7048         (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
7049         windows that are not yet showing images.
7051 2010-02-04  Michael Albinus  <michael.albinus@gmx.de>
7053         * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
7054         `dired-uncache' for every elemnt which is an absolute file name.
7056         * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
7057         directory, handle its directory component.
7058         (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
7059         function is called permanently and creates noise, otherwise.
7061         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
7062         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
7063         Handle the case, FILENAME is not in `default-directory'.  (Bug#5478)
7065 2010-02-04  David Burger  <dburger@google.com>  (tiny change)
7067         * macros.el (apply-macro-to-region-lines):
7068         Minor simplification.  (Bug#5485)
7070 2010-02-04  Glenn Morris  <rgm@gnu.org>
7072         * mail/rmail.el (rmail-show-message-1): Handle malformed
7073         quoted-printable text.  (Bug#5441)
7075         * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
7077         * simple.el (visual-line-mode): Capitalize lighter.
7079 2010-02-03  John Wiegley  <jwiegley@gmail.com>
7081         * iswitchb.el (iswitchb-completions): Add bookmark files to the
7082         list of files considered for "virtual buffer" completions.
7084 2010-02-03  Michael Albinus  <michael.albinus@gmx.de>
7086         * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
7087         also in case of (and (not full) (not wildcard)).  This is needed
7088         when dired is called with a list of files, which are not in
7089         `default-directory'.  (Bug#5478)
7091 2010-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7093         * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
7095 2010-02-02  Juri Linkov  <juri@jurta.org>
7097         * textmodes/ispell.el (ispell-message-text-end): Remove final newline
7098         from unidiff to allow function-line after @@.
7100 2010-02-02  Juri Linkov  <juri@jurta.org>
7102         * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
7103         '(RCS SCCS) with inverted condition.
7105 2010-02-02  Michael Albinus  <michael.albinus@gmx.de>
7107         * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
7108         messages.
7110 2010-02-01  Juri Linkov  <juri@jurta.org>
7112         * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
7113         compare with "pkunzip" and "pkzip" instead of only "pkzip".
7114         In the `archive-extract-by-stdout' branch use `shell-quote-argument'
7115         only when (car archive-zip-extract) is "unzip".  (Bug#5475)
7117 2010-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7119         * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
7120         (doc-view-revert-buffer): New command.
7121         (doc-view-mode-map): Use it.
7123 2010-02-01  Dan Nicolaescu  <dann@ics.uci.edu>
7125         * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
7126         pending merge is detected.
7128 2010-01-31  Juri Linkov  <juri@jurta.org>
7130         * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
7131         beginning of interactive spec like all other grep commands do.
7132         Put "all" in front of "gz".  (Bug#5260)
7134 2010-01-29  Dan Nicolaescu  <dann@ics.uci.edu>
7136         * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
7138 2010-01-29  Chong Yidong  <cyd@stupidchicken.com>
7140         * dirtrack.el (dirtrack): Warn instead of signalling error if the
7141         regexp is incorrect (Bug#5476).
7143 2010-01-29  Michael Albinus  <michael.albinus@gmx.de>
7145         * net/tramp.el (tramp-handle-insert-directory): Handle also
7146         symlinks, when FILENAME is not in `default-directory'.
7148 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
7150         * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
7151         FILE is not in `default-directory'.  (Bug#5478)
7153         * net/tramp.el (tramp-handle-insert-directory): Simplify handling
7154         of SWITCHES.  Handle the case, FILENAME is not in
7155         `default-directory'.  (Bug#5478)
7156         (tramp-register-file-name-handlers): Add safe-magic property.
7158 2010-01-28  Chong Yidong  <cyd@stupidchicken.com>
7160         * arc-mode.el (archive-zip-extract): Quote the argument passed to
7161         unzip (Bug#5475).
7163 2010-01-28  Nil Geisweiller  <ngeiswei@googlemail.com>  (tiny change)
7165         * progmodes/flymake.el (flymake-allowed-file-name-masks)
7166         (flymake-master-make-header-init): Add other C++ filename masks.
7167         (flymake-find-possible-master-files)
7168         (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
7170 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
7172         Fix some busybox annoyances.
7174         * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
7175         not responding." string.
7176         (tramp-open-connection-setup-interactive-shell): Dump stty
7177         settings.  Enable "neveropen" arg for all `tramp-send-command'
7178         calls.  Handle "=" in variable values properly.
7179         (tramp-find-inline-encoding): Raise an error, when no encoding is
7180         found.
7181         (tramp-wait-for-output): Check, whether PROC buffer is available.
7182         Remove spurious " ^H" sequences, sent by busybox.
7183         (tramp-get-ls-command): Suppress coloring, if possible.
7185 2010-01-28  Glenn Morris  <rgm@gnu.org>
7187         * vc-svn.el (vc-svn-update): Use "svn --non-interactive".  (Bug#4280)
7189         * log-edit.el (log-edit-strip-single-file-name): Add missing
7190         :safe, :group, and :version tags.
7192 2010-01-27  Stephen Berman  <stephen.berman@gmx.net>
7194         * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
7195         buffers.  (Bug#5477)
7197 2010-01-27  David De La Harpe Golden  <david@harpegolden.net>
7199         * files.el (delete-directory): Handle moving to trash without
7200         first doing recursion (Bug#5436).
7202 2010-01-26  Dan Nicolaescu  <dann@ics.uci.edu>
7204         * vc-hooks.el (vc-path): Mark as obsolete.
7206 2010-01-25  Dan Nicolaescu  <dann@ics.uci.edu>
7208         * vc-annotate.el (vc-annotate-revision-at-line): Compare file
7209         names too.
7211         * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
7212         for the short log.
7213         (vc-bzr-log-view-mode): Adjust regexp for the above change.
7215 2010-01-25  Mark A. Hershberger  <mah@everybody.org>
7217         * progmodes/python.el: Replace reference to obsolete c-subword-mode.
7219         * vc-bzr.el (vc-bzr-revision-table): New function.
7221 2010-01-25  Eric Hanchrow  <eric.hanchrow@gmail.com>  (tiny change)
7223         * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
7224         diff-index command.  This requires at least git-1.5.5.  (Bug#1589).
7226 2010-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
7228         Remove support for adding --signoff on commit.
7229         Future support will use an incompatible generic mechanism.
7230         * vc-git.el (vc-git-add-signoff): Remove variable.
7231         (vc-git-toggle-signoff): Remove function.
7232         (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
7234         * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
7235         from xterm-set-background-mode.  Return t if the background mode
7236         was set.
7237         (terminal-init-xterm): Move tty-set-up-initial-frame-faces
7238         earlier, call it again in case the background mode has changed.
7240 2010-01-23  Dmitri Paduchikh  <dpaduch@k66.ru>  (tiny change)
7242         * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
7243         (Bug#3541).
7245 2010-01-23  Chong Yidong  <cyd@stupidchicken.com>
7247         * emacs-lisp/assoc.el (aelement): Doc fix.
7248         (aput, adelete, amake): Use lexical-let (Bug#5450).
7250 2010-01-23  Stephen Leake  <stephen_leake@member.fsf.org>
7252         * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
7253         is the same as subprogram call, not declaration.  (Bug#5435).
7255 2010-01-23  Michael Albinus  <michael.albinus@gmx.de>
7257         * net/tramp-smb.el (tramp-smb-conf): New defcustom.
7258         (tramp-smb-maybe-open-connection): Use it.
7260 2010-01-22  Michael Albinus  <michael.albinus@gmx.de>
7262         * net/tramp-imap.el (top): Autoload needed packages.  (Bug#5448)
7264 2010-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7266         * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
7267         just because we see "encoding: 8bit".
7268         * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
7270 2010-01-22  Chong Yidong  <cyd@stupidchicken.com>
7272         * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
7274 2010-01-22  Eli Zaretskii  <eliz@gnu.org>
7276         * jka-compr.el (jka-compr-load): If load-file is not in
7277         load-history, try its file-truename version.  (bug#5447)
7279 2010-01-21  Alan Mackenzie  <acm@muc.de>
7281         Fix a situation where deletion of a cpp construct throws an error.
7282         * progmodes/cc-engine.el (c-invalidate-state-cache):
7283         Before invoking c-with-all-but-one-cpps-commented-out, check that the
7284         special cpp construct is still in the buffer.
7285         (c-parse-state): Record the special cpp with markers, not numbers.
7287 2010-01-21  Kenichi Handa  <handa@m17n.org>
7289         * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
7290         process last-command-event, as it is now decoded first (Bug#5380).
7292 2010-01-20  Chong Yidong  <cyd@stupidchicken.com>
7294         * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
7296 2010-01-20  Glenn Morris  <rgm@gnu.org>
7298         * indent.el (tab-always-indent): Fix custom-type.
7300 2010-01-19  Alan Mackenzie  <acm@muc.de>
7302         * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
7303         buffer throws "args out of range".
7304         (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
7305         playing the role of delimiter.
7307 2010-01-18  Stephen Leake  <stephen_leake@member.fsf.org>
7309         * progmodes/ada-mode.el: Fix bug#5400.
7310         (ada-matching-decl-start-re): Move into ada-goto-decl-start.
7311         (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
7312         changed.  Delete RECURSIVE parameter; never used.  Improve doc string.
7313         Improve comments in "is" portion.  Handle null procedure declaration.
7314         (ada-move-to-end): Improve doc string.
7316 2010-01-18  Óscar Fuentes  <ofv@wanadoo.es>
7318         * ido.el (ido-cur-list): Initialize to nil.
7319         Remove obsolete information from commentary.
7320         (ido-choice-list): Initialize to nil.
7321         (ido-get-bufname): Reject minibuffers.
7322         (ido-make-buffer-list): If "default" is a nonexistent
7323         buffer, ignore it, as per the function's comment.
7324         (ido-kill-buffer-internal): New function.
7325         (ido-kill-buffer-at-head): Use it.
7326         (ido-visit-buffer): Likewise.
7328 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
7330         * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
7332 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
7334         * cedet/ede/locate.el (ede-locate-file-in-project)
7335         (ede-locate-file-in-project-impl): Fix typos in docstrings.
7336         (ede-enable-locate-on-project): Fix typos in error messages.
7338         * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
7339         (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
7340         (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
7341         (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
7342         (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
7343         Fix typos in menu help.
7345         * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
7346         Fix typos in chart titles.
7348         * whitespace.el (whitespace-style, global-whitespace-newline-mode):
7349         * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
7350         (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
7351         (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
7352         (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
7353         (semantic-parse-stream, semantic-parse-region)
7354         (semantic-parse-region-default, semantic--set-buffer-cache)
7355         (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
7356         (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
7357         (semantic-default-submodes):
7358         * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
7359         (semanticdb-create-ebrowse-database)
7360         (semanticdb-find-tags-for-completion-method)
7361         (semanticdb-find-tags-by-class-method)
7362         (semanticdb-deep-find-tags-by-name-method)
7363         (semanticdb-deep-find-tags-for-completion-method):
7364         * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
7365         (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
7366         (semanticdb-find-tags-for-completion-method)
7367         (semanticdb-find-tags-by-class-method)
7368         (semanticdb-deep-find-tags-for-completion-method):
7369         * cedet/semantic/db-find.el (semanticdb-find-translate-path)
7370         (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
7371         (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
7372         (semanticdb-find-tags-by-name-method)
7373         (semanticdb-find-tags-by-name-regexp-method)
7374         (semanticdb-find-tags-for-completion-method)
7375         (semanticdb-find-tags-by-class-method)
7376         (semanticdb-find-tags-external-children-of-type-method)
7377         (semanticdb-find-tags-subclasses-of-type-method)
7378         (semanticdb-deep-find-tags-by-name-method)
7379         (semanticdb-deep-find-tags-by-name-regexp-method)
7380         (semanticdb-deep-find-tags-for-completion-method):
7381         * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
7382         (semanticdb-enable-gnu-global-in-buffer)
7383         (semanticdb-find-tags-for-completion-method)
7384         (semanticdb-deep-find-tags-by-name-method)
7385         (semanticdb-deep-find-tags-for-completion-method):
7386         * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
7387         (javascript-mode, semanticdb-find-translate-path)
7388         (semanticdb-find-tags-for-completion-method)
7389         (semanticdb-find-tags-by-class-method)
7390         (semanticdb-deep-find-tags-by-name-method)
7391         (semanticdb-deep-find-tags-for-completion-method)
7392         (semanticdb-find-tags-external-children-of-type-method):
7393         * cedet/semantic/idle.el (semantic-idle-work-core-handler)
7394         (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
7395         (global-semantic-idle-scheduler-mode):
7396         * cedet/srecode/dictionary.el (srecode-field-value)
7397         (srecode-dictionary-add-section-dictionary):
7398         * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
7399         (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
7400         (describe-class, eieio-describe-generic, describe-generic):
7401         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
7402         (eieio-speedbar-expand):
7403         * emulation/viper-cmd.el (viper-exec-form-in-vi)
7404         (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
7405         (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
7406         (viper-del-backward-char-in-replace, viper-backward-indent)
7407         (viper-brac-function, viper-register-to-point, viper-submit-report):
7408         * net/tramp.el (tramp-remote-coding-commands):
7409         * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
7410         Fix typos in docstrings.
7412 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
7414         * mail/sendmail.el (mail-yank-original): Set the mark if the
7415         specified function for yanking does not do it.
7417 2010-01-17  Dan Nicolaescu  <dann@ics.uci.edu>
7419         * vc.el (with-vc-properties): Deal with directory arguments.  (Bug#5298)
7421         * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
7422         resyncing a directory.
7424 2010-01-17  Stephen Leake  <stephen_leake@member.fsf.org>
7426         * progmodes/ada-mode.el: Fix bug#1920.
7427         (ada-ident-re): Delete ., allow multibyte characters.
7428         (ada-goto-label-re): New; matches goto labels.
7429         (ada-block-label-re): New; matches block labels.
7430         (ada-label-re): New; matches both.
7431         (ada-named-block-re): Deleted; callers changed to use
7432         `ada-block-label-re' instead.
7433         (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
7434         Use `ada-block-label-re'.
7435         (ada-indent-on-previous-lines): Improve handling of goto labels.
7436         (ada-get-indent-block-start): Special-case block label.
7437         (ada-get-indent-label): Split into `ada-indent-block-label' and
7438         `ada-indent-goto-label'.
7439         (ada-goto-stmt-start, ada-goto-next-non-ws):
7440         Optionally ignore goto labels.
7441         (ada-goto-next-word): Simplify.
7442         (ada-indent-newline-indent-conditional): Insert newline before
7443         trying to fix indentation; doc fix.
7445 2010-01-17  Jay Belanger  <jay.p.belanger@gmail.com>
7447         * calc/calc.el (calc-command-flags): Give it an initial value.
7449 2010-01-17  Glenn Morris  <rgm@gnu.org>
7451         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
7453 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
7455         * cedet/semantic.el (semantic-mode):
7456         * files.el (minibuffer-with-setup-hook):
7457         * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
7458         (artist-key-draw-continously, artist-key-do-continously-continously)
7459         (artist-key-set-point-continously, artist-mouse-draw-continously):
7460         Fix typos in docstrings.
7462 2010-01-16  Lennart Borgman  <lennart.borgman@gmail.com>
7464         * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
7465         return t (Bug#3898).
7467 2010-01-16  Frédéric Perrin  <frederic.perrin@resel.fr>  (tiny change)
7469         * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
7470         can parse the output of the external commands (Bug#5279).
7472 2010-01-16  Jari Aalto  <jari.aalto@cante.net>
7474         * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
7476 2010-01-16  Chong Yidong  <cyd@stupidchicken.com>
7478         * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
7480         * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
7482         * startup.el (command-line): Remove unused --icon-type arg.
7483         Handle --display arg, passing it to command-line-1 (Bug#5392).
7485 2010-01-16  Mario Lang  <mlang@delysid.org>
7487         * cedet/ede/cpp-root.el (ede-cpp-root-project):
7488         * cedet/ede/files.el (ede-expand-filename):
7489         * cedet/ede/simple.el (ede-simple-project):
7490         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
7491         (semantic-complete-inline-tag-engine):
7492         * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
7493         * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
7494         * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
7495         * cedet/semantic/db.el (semanticdb-equivalent-mode):
7496         * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
7497         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
7498         * emacs-lisp/chart.el (chart-translate-namezone):
7499         * textmodes/artist.el (artist-compute-popup-menu-table):
7500         Remove duplicated words in doc-strings.
7502 2010-01-15   David Abrahams  <dave@boostpro.com>  (tiny change)
7504         * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
7505         to mairix-search to suppress threading (Bug#5342).
7507 2010-01-15  Kenichi Handa  <handa@m17n.org>
7509         * international/mule-cmds.el (canonicalize-coding-system-name):
7510         Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
7512 2010-01-15  Glenn Morris  <rgm@gnu.org>
7514         * log-view.el (top-level): Require 'wid-edit.  (Bug#5311)
7516         * wid-edit.el (widget-keymap): Doc fix.
7518         * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
7519         former seems to be more widely accepted by various svn versions.
7521 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
7523         * find-cmd.el (find-constituents):
7524         * vc-arch.el (vc-arch-root):
7525         * window.el (window-body-height, pop-up-frames):
7526         * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
7527         (semantic-no-reparse-needed-change-hook):
7528         * cedet/srecode/insert.el (srecode-resolve-argument-list)
7529         (srecode-template-inserter-blank, srecode-template-inserter-variable)
7530         (srecode-template-inserter-ask, srecode-template-inserter-width)
7531         (srecode-template-inserter-section-start)
7532         (srecode-template-inserter-section-end, srecode-insert-method):
7533         * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
7534         * progmodes/ada-stmt.el (ada-if):
7535         * progmodes/gdb-ui.el (gdb-jsonify-buffer):
7536         * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
7537         (ispell-encoding8-command, ispell-aspell-supports-utf8)
7538         (ispell-last-program-name, ispell-help): Fix typos in docstrings.
7540         * progmodes/flymake.el (flymake-post-syntax-check):
7541         Fix typo in error message.
7543 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
7545         * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
7546         which is always a string.  (Bug#5313)
7548 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
7550         * progmodes/ada-xref.el (ada-default-prj-properties):
7551         Simplify previous change.
7553 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
7555         * progmodes/ada-xref.el (ada-default-prj-properties):
7556         Default ada_project_path to $ADA_PROJECT_PATH.
7558 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
7560         * progmodes/ada-mode.el (ada-create-keymap):
7561         Override `narrow-to-defun' with `ada-narrow-to-defun'.
7563 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
7565         * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
7566         (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
7567         (ada-get-current-indent, ada-imenu-generic-expression)
7568         (ada-which-function): Check for it.
7570 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
7572         * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
7573         (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
7575 2010-01-14  Glenn Morris  <rgm@gnu.org>
7577         * frame.el (show-trailing-whitespace): Safe if boolean.  (Bug#5312)
7579 2010-01-14  Kenichi Handa  <handa@m17n.org>
7581         * composite.el (auto-composition-mode): Make it a buffer local
7582         variable (permanent-local).
7583         (auto-composition-function): Set the default value to
7584         auto-compose-chars.
7585         (auto-composition-mode): Make it a simple function, not a minor mode.
7586         (global-auto-composition-mode): Likewise.
7587         (turn-on-auto-composition-if-enabled): Delete it.
7589 2010-01-13  Karl Fogel  <kfogel@red-bean.com>
7591         * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
7593 2010-01-12  Michael Albinus  <michael.albinus@gmx.de>
7595         * files.el (copy-directory): Compute target for recursive
7596         directories with identical names.  (Bug#5343)
7598 2010-01-12  Glenn Morris  <rgm@gnu.org>
7600         * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
7601         it to bug-gnu-emacs rather than emacs-pretest-bug.
7603 2010-01-12  Juanma Barranquero  <lekktu@gmail.com>
7605         * cedet/data-debug.el (data-debug): Fix customization group reference.
7607 2010-01-12  Juanma Barranquero  <lekktu@gmail.com>
7609         * cedet/semantic/analyze.el (semantic-analyze-push-error)
7610         (semantic-analyze-context, semantic-analyze-context-assignment)
7611         (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
7612         * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
7613         (semantic-java-doc-keywords-map):
7614         * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
7615         (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
7616         (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
7617         (semantic-c-classname, semantic-format-tag-uml-prototype)
7618         (semantic-c-dereference-namespace, semantic-analyze-type-constants):
7619         * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
7620         (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
7621         (semantic-get-local-variables, semantic-end-of-command)
7622         (semantic-beginning-of-command, semantic-ctxt-current-class-list)
7623         (lisp-mode):
7624         * cedet/semantic/bovine/make.el (makefile-mode):
7625         * cedet/semantic/wisent/python.el (wisent-python-string-re)
7626         (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
7627         (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
7628         (semantic-lex, semantic-get-local-variables, python-mode):
7629         * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
7630         * cedet/srecode/extract.el (srecode-extract-state-set)
7631         (srecode-extract-method): Fix typos in docstrings.
7633 2010-01-11  Sam Steingold  <sds@gnu.org>
7635         * imenu.el (imenu-default-create-index-function): Detect infinite
7636         loops caused by imenu-prev-index-position-function.
7638 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
7640         * htmlfontify.el (htmlfontify-load-rgb-file)
7641         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
7642         (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
7643         (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
7644         (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
7645         (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
7646         (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
7647         (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
7648         (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
7649         (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
7650         (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
7651         (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
7652         (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
7653         (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
7654         (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
7655         (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
7656         (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
7657         (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
7658         (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
7659         (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
7660         (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
7661         (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
7662         (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
7663         backslash-quoting from parentheses, etc.
7665 2010-01-11  Chong Yidong  <cyd@stupidchicken.com>
7667         * progmodes/js.el: Autoload javascript-mode alias.
7669 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
7671         * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
7672         (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
7673         (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
7674         (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
7675         Fix typos in docstrings.
7676         (ffap-url-regexp): Doc fix.
7677         (ffap-at-mouse): Fix typo in message.
7679 2010-01-11  Glenn Morris  <rgm@gnu.org>
7681         * version.el (emacs-copyright): Set copyright year to 2010.
7683 2010-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7685         * format.el (format-annotate-function): Only set
7686         write-region-post-annotation-function after running to-fn so as not to
7687         affect nested write-region calls (bug#5273).
7689 2010-01-10  Chong Yidong  <cyd@stupidchicken.com>
7691         * cedet/semantic.el (semantic-new-buffer-setup-functions):
7692         Add python parser.
7694         * Makefile.in (ELCFILES): Add wisent/python-wy.el and
7695         wisent/python.el.
7697 2010-01-10  Richard Kim  <emacs18@gmail.com>
7699         * cedet/semantic/wisent/python-wy.el:
7700         * cedet/semantic/wisent/python.el: New files.
7702 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
7704         * man.el (Man-goto-section): Signal error if the section is not
7705         found (Bug#5317).
7707 2010-01-09  Juanma Barranquero  <lekktu@gmail.com>
7709         * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
7710         URLs with a leading triple slash in the file: scheme.  (Bug#5345)
7712 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
7714         * progmodes/compile.el: Don't treat compile-command as safe if
7715         compilation-read-command might be nil (Bug#4218).
7717 2010-01-09  Jan Djärv  <jan.h.d@swipnet.se>
7719         * startup.el (command-line-1): Use orig-argi to check for ignored X and
7720         NS options.
7722 2010-01-08  Kenichi Handa  <handa@m17n.org>
7724         * international/fontset.el (build-default-fontset-data):
7725         Exclude characters in scripts kana, hangul, han, or cjk-misc.
7727 2010-01-07  Juanma Barranquero  <lekktu@gmail.com>
7729         * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
7730         to `create-file-buffer' as it expects, not just a buffer name.
7731         (vc-dir-mode): Include the buffer name in `list-buffers-directory',
7732         to help uniquify.  (Bug#3224)
7734 2010-01-06  Jan Djärv  <jan.h.d@swipnet.se>
7736         * font-setting.el (font-setting-change-default-font): Use user-spec
7737         instead of name.
7739 2010-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
7741         * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
7743 2010-01-05  Tom Tromey  <tromey@redhat.com>
7745         * progmodes/python.el (python-font-lock-keywords):
7746         Handle qualified decorators (Bug#881).
7748 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
7750         * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
7751         in a lightweight checkout.
7753 2010-01-05  Kenichi Handa  <handa@m17n.org>
7755         * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
7757 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
7759         * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
7761 2010-01-04  Dan Nicolaescu  <dann@ics.uci.edu>
7763         * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
7764         checkouts.  (Bug#618)
7765         (vc-bzr-log-view-mode): Also highlight the author.
7766         (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
7767         (vc-bzr-shelve-menu-map):
7768         (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
7769         (vc-bzr-shelve-apply): Make prompt more explicit.
7771 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
7773         * net/browse-url.el (browse-url-encode-url): Don't escape commas.
7774         They are valid characters in URL paths (rfc3986), and at least
7775         Firefox does not understand the encoded version (Bug#3166).
7777 2010-01-02  Daniel Elliott  <danelliottster@gmail.com>  (tiny change)
7779         * progmodes/octave-mod.el (octave-end-keywords)
7780         (octave-block-begin-or-end-regexp, octave-block-match-alist):
7781         Add "end" keyword (Bug#3061).
7782         (octave-end-as-array-index-p): New function.
7783         (calculate-octave-indent): Use it.
7785 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
7787         * bookmark.el: Consistently put the text property on the bookmark name.
7788         (bookmark-bmenu-marks-width): Bump back to 2, to include
7789         annotation marks.
7790         (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
7791         property on the bookmark name, instead of not putting it at all.
7792         (bookmark-bmenu-list): Fix where we put the text property.
7794 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
7796         * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
7797         for showing buffer modified state (as added in the previous change).
7799 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
7801         * bookmark.el: Show modified state of bookmark buffer more accurately.
7802         (bookmark-bmenu-list): Initialize buffer-modified-p properly.
7803         (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
7804         (with-buffer-modified-unmodified): New macro.
7805         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
7806         (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
7807         Use new macro to preserve the buffer modified state.
7809 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
7811         * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
7812         (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
7813         (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
7814         (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
7815         (bookmark-bmenu-rename, bookmark-bmenu-locate)
7816         (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
7817         Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
7819 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
7821         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
7822         Make the lines in the generated doc string shorter.  (Bug#4668)
7824 2010-01-02  Ryan Yeske  <rcyeske@gmail.com>
7826         * net/rcirc.el: Add follow-link binding (Bug#4738).
7828 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
7830         * Makefile.in (bzr-update): Rename from cvs-update.
7831         (cvs-update): New target for backward compatibility.
7833         * makefile.w32-in (bzr-update): Rename from cvs-update.
7834         (cvs-update): New target for backward compatibility.
7836 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
7838         * bookmark.el: Remove gratuitous gratitude.
7840 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
7842         * bookmark.el (bookmark-bmenu-any-marks): New function.
7843         (bookmark-bmenu-save): Clear buffer modification if no marks.
7845 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
7847         * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
7848         (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
7849         positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
7850         This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
7852         http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
7853         From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
7854         To: emacs-devel {_AT_} gnu.org
7855         Subject: bookmark.el bug report
7856         Date: Mon, 28 Dec 2009 14:19:16 +0800
7857         Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
7859 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
7861         * bookmark.el: Improvements suggested by Drew Adams:
7862         (bookmark-bmenu-ensure-position): New name for
7863         `bookmark-bmenu-check-position'.  Just ensure the position,
7864         don't return any meaningful value.
7865         (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
7866         New constants.
7868 2010-01-02  Juanma Barranquero  <lekktu@gmail.com>
7870         * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
7871         (bookmark-yank-point, bookmark-bmenu-check-position):
7872         Fix typos in docstrings.
7873         (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
7874         (bookmark-name-from-full-record, bookmark-get-position)
7875         (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
7876         (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
7877         Remove useless quoting of parenthesis, etc. in docstrings.
7879         * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
7880         (ediff-append-custom-diff): Fix typo in error message.
7881         (ediff-meta-mark-equal-files): Fix typos in messages.
7883         * mpc.el (mpc-playlist-delete): Fix typo in error messages.
7885         * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
7886         Fix typo in docstring.
7888         * net/imap-hash.el (imap-hash-make): Doc fix.
7889         (imap-hash-test): Fix typo in error message; reflow docstring.
7890         (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
7891         (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
7892         (imap-hash-mailbox, imap-hash-user, imap-hash-password):
7893         Fix typos in docstrings.
7894         (imap-hash-open-connection): Fix typo in error message.
7896         * play/gomoku.el (gomoku): Fix typos in docstring.
7898         * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
7899         (gdb-jsonify-buffer): Fix typos in docstring.
7900         (gdb-goto-breakpoint): Fix typo in error message.
7901         ("Display Other Windows"): Fix typo in help message.
7902         (gdb-speedbar-expand-node): Fix typo in question.
7904         * progmodes/idlw-help.el (idlwave-help-browse-url-available)
7905         (idlwave-html-system-help-location, idlwave-html-help-location)
7906         (idlwave-help-browser-function, idlwave-help-browser-generic-program)
7907         (idlwave-help-browser-generic-args, idlwave-help-directory)
7908         (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
7909         (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
7910         (idlwave-online-help, idlwave-help-html-link)
7911         (idlwave-help-show-help-frame, idlwave-help-assistant-command):
7912         Fix typos in docstrings.
7913         (idlwave-help-with-source, idlwave-help-find-routine-definition):
7914         Reflow docstrings.
7915         (idlwave-help-assistant-start): Fix typo in error message.
7917         * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
7918         (octave-electric-space): Fix typos in docstrings.
7920 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
7922         * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
7924 2010-01-01  Juri Linkov  <juri@jurta.org>
7926         * comint.el (comint-input-ring-size): Make it a defcustom and
7927         increase the default to 500 (Bug#5148).
7929 2009-12-31  Nick Roberts  <nickrob@snap.net.nz>
7931         Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
7932         * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
7933         * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
7935 2009-12-30  Nick Roberts  <nickrob@snap.net.nz>
7937         Show working revision correctly for mercurial.
7938         * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
7939         hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
7941 2009-12-29  Juanma Barranquero  <lekktu@gmail.com>
7943         Declare some functions for the byte-compiler.
7944         * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
7945         (speedbar-timer-fn, speedbar-change-expand-button-char)
7946         (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
7948 2009-12-29  Nick Roberts  <nickrob@snap.net.nz>
7950         This changeset reverts GDB Graphical Interface to use annotations.
7951         * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
7953 2009-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
7955         Make vc-dir work on subdirectories of the bzr root.
7956         * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.  Return
7957         file names relative to it.
7958         (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
7959         relative directory to vc-bzr-after-dir-status.
7961 2009-12-28  Tassilo Horn  <tassilo@member.fsf.org>
7963         * font-lock.el (font-lock-refresh-defaults): New function, which
7964         can be used to let font-lock react to external changes in
7965         variables like font-lock-defaults and keywords.
7966         See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
7968 2009-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
7970         * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
7972         * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
7974 2009-12-28  Juanma Barranquero  <lekktu@gmail.com>
7976         Supersede color.diff settings in git log (bug#5211).
7978         * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
7979         escape chars in its output when the user has color.diff set to `always'.
7980         This fix works on git 1.4.2 and newer (released on 2006-08-13).
7982 2009-12-26  Kevin Ryde  <user42@zip.com.au>
7984         * info-look.el (sh-mode): Look for coreutils new "Concept Index"
7985         node.  Keep previous "Index" name to work with past coreutils too.
7987         * man.el (man): Revise docstring a bit to show -a and -l as
7988         examples.  Add -k description since support for it has otherwise
7989         been a secret.  (Further to bug#3717.)
7990         (Man-bgproc-sentinel): When "-k foo" produces no output show error
7991         "no matches" rather than "Can't find manpage", as the latter reads
7992         like -k was interpreted as a page name, which is not so.  (Bug#5431)
7994 2009-12-26  Michael Albinus  <michael.albinus@gmx.de>
7996         * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
7997         switches.  Check also for //SUBDIRED// line.
7999 2009-12-25  Kenichi Handa  <handa@m17n.org>
8001         * language/indian.el (devanagari-composable-pattern): Fixed to
8002         handle ZWNJ and ZWJ.  Use it in composition-function-table for
8003         Devanagari.
8004         (malayalam-composable-pattern): Fix previous change.
8006 2009-12-23  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8008         * ps-print.el (ps-face-attributes): It was not returning the
8009         attribute face for faces specified as string.  Reported by harven
8010         <harven@free.fr>.  (Bug#5254)
8011         (ps-print-version): New version 7.3.5.
8013 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
8015         * calendar/icalendar.el (icalendar--convert-tz-offset):
8016         Fix timezone names.
8017         (icalendar--convert-tz-offset): Fix the "last-day-problem".
8018         (icalendar--add-diary-entry): Remove the trailing blank that
8019         diary-make-entry inserts.
8021 2009-12-17  Michael Albinus  <michael.albinus@gmx.de>
8023         Make `file-expand-wildcards' work for remote files.
8025         * files.el (file-expand-wildcards): In case of remote files, check
8026         only local file name part for wildcards.  Provide feature 'files
8027         and subfeature 'remote-wildcards.  (Bug#5198)
8029         * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
8030         if there is already an established connection.
8031         (tramp-advice-file-expand-wildcards): Remove it.
8033         * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
8034         (tramp-advice-file-expand-wildcards): Move from tramp.el.
8035         Activate advice for older GNU Emacs versions.  (Bug#5237)
8037 2009-12-17  Juanma Barranquero  <lekktu@gmail.com>
8039         Some doc fixes (more needed).
8041         * find-cmd.el (find-constituents): Reflow docstring.
8042         (find-cmd, find-prune, find-command): Fix typos in docstrings.
8043         (find-generic): Doc fix.
8045 2009-12-17  Juri Linkov  <juri@jurta.org>
8047         Fix regression from 23.1 to allow multiple modes in Local Variables.
8049         * files.el (hack-local-variables-filter): While ignoring duplicates,
8050         don't take `mode' into account.
8051         (hack-local-variables-filter, hack-dir-local-variables):
8052         Don't remove duplicate `mode' from local-variables-alist (like `eval').
8054 2009-12-17  Juri Linkov  <juri@jurta.org>
8056         Make `dired-diff' safer.  (Bug#5225)
8058         * dired-aux.el (dired-diff): Signal an error when `file' equals to
8059         `current' or when `file' is a directory of the `current' file.
8061 2009-12-17  Andreas Schwab  <schwab@linux-m68k.org>
8063         * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
8064         unconditionally preloaded files.
8066 2009-12-16  Juri Linkov  <juri@jurta.org>
8068         Revert to old 23.1 logic of using the file at the mark as default.
8069         * dired-aux.el (dired-diff): Use the file at the mark as default
8070         if it's not the same as the current file, and the target dir is
8071         the current dir or the mark is active.  Add the current file
8072         as the arg of `dired-dwim-target-defaults'.  Use the default file
8073         in the prompt.  (Bug#5225)
8075 2009-12-15  Michael Albinus  <michael.albinus@gmx.de>
8077         * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
8078         (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
8079         (tramp-check-for-regexp): Check also, when an echoing shell stops
8080         to echo sent commands.
8082 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
8084         * Makefile.in: Revert last change (Bug#5191).
8086 2009-12-14  Dan Nicolaescu  <dann@ics.uci.edu>
8088         * vc-hg.el (vc-hg-print-log): Fix argument order.
8089         (vc-hg-working-revision): Make sure the command is executed in a
8090         known environment so that we can parse the output.  (Bug#4417)
8092 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
8094         * progmodes/python.el (python-symbol-completions): Remove text
8095         properties from symbol string before calling python-send-receive.
8097 2009-12-14  Nick Roberts  <nickrob@snap.net.nz>
8099         * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
8100         when there are values for both file and line.  (Bug#5060)
8102 2009-12-14  Juri Linkov  <juri@jurta.org>
8104         * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
8105         whitespace after the file name of the first line of unified format,
8106         because git-diff doesn't output whitespace and file modification time
8107         after the file name.
8109 2009-12-14  David Kastrup  <dak@gnu.org>
8111         * info.el (Info-hide-cookies-node): Before hiding a cookie,
8112         check if it already has the `display' property added by
8113         `Info-display-images-node', and not put the `invisible' property
8114         in this case.
8116 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
8118         * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
8119         (semantic-mru-bookmark-mode): Doc fixes.
8121         * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
8122         of assert.
8124 2009-12-13  Glenn Morris  <rgm@gnu.org>
8126         * mail/emacsbug.el (message-sort-headers): Define for compiler.
8127         (report-emacs-bug): In message-mode, sort manually before storing
8128         original report text.  (Bug#5178)
8129         Remove superfluous save-excursion.
8131 2009-12-12  Michael Albinus  <michael.albinus@gmx.de>
8133         * net/dbus.el (dbus-property-handler): Filter lambda forms out
8134         when responding to "GetAll" properties.
8136 2009-12-12  Chong Yidong  <cyd@stupidchicken.com>
8138         * simple.el (compose-mail): Remove mail-setup-with-from from
8139         customization checks.
8141 2009-12-12  Eli Zaretskii  <eliz@gnu.org>
8143         * arc-mode.el (archive-rar-summarize): Support Attribute fields in
8144         RAR archives created on Unix systems.
8146 2009-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8148         * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
8149         the varalias that was accidentally removed by the 2009-11-19 change
8150         (bug#5186).
8152 2009-12-12  Kenichi Handa  <handa@m17n.org>
8154         * language/indian.el (indian-compose-regexp): New function.
8155         (malayalam-composable-pattern): Fix the pattern.
8156         (composition-function-table): Set malayalam-composable-pattern for
8157         Malayalam characters.
8159 2009-12-11  Chong Yidong  <cyd@stupidchicken.com>
8161         * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
8162         rather than down-mouse-1, based on follow-link conventions.
8164         * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
8165         are compiled.
8167 2009-12-11  Michael McNamara  <mac@mail.brushroad.com>
8169         * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
8170         (verilog-vmm-statement-re, verilog-ovm-statement-re)
8171         (verilog-defun-level-not-generate-re, verilog-calculate-indent)
8172         (verilog-leap-to-head, verilog-backward-token):
8173         Fix indenting VMM macros.  Reported by Jonathan Ashbrook.
8175 2009-12-11  Wilson Snyder  <wsnyder@wsnyder.org>
8177         * progmodes/verilog-mode.el (verilog-auto-lineup)
8178         (verilog-nameable-item-re): Cleanup user-visible spelling and
8179         documentation errors.  One reported by Gary Delp.
8180         (verilog-submit-bug-report): Mention bug tracking and CC co-author.
8181         (verilog-read-decls): Fix AUTOWIRE with types declared in a
8182         package, bug195.  Reported by Pierre-David Pfister.
8184 2009-12-11  Glenn Morris  <rgm@gnu.org>
8186         * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
8188         * mail/emacsbug.el: No longer require sendmail.
8189         Replace sendmail's `mail-text' by `rfc822-goto-eoh'.  (Bug#5174)
8190         (report-emacs-bug-orig-text): Doc fix.
8191         (report-emacs-bug-send-command, report-emacs-bug-send-hook):
8192         New local variables, to adapt to different mail-user-agents.
8193         (report-emacs-bug): Fix test for a gnu.org address.
8194         Use overlays for emphasis, since font-lock defeats 'face property.
8195         Pretest bugs also end up at the newsgroup these days.
8196         Stop message-mode stripping text properties.
8197         Set and use the new buffer-local variables.
8198         (report-emacs-bug-hook): Add doc-string.
8199         Remove some unnecessary save-excursions and simplify.
8200         Use the appropriate hook and send-command.
8202         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
8203         capitalization of some menu entries.
8205 2009-12-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8207         * whitespace.el (whitespace-display-char-on):
8208         Ensure `buffer-display-table' is unique when two or more windows are
8209         visible.  Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
8210         New version 12.1.
8212 2009-12-10  Eli Zaretskii  <eliz@gnu.org>
8214         * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
8215         characters in the Attribute field.
8217 2009-12-10  Dan Nicolaescu  <dann@ics.uci.edu>
8219         * vc-svn.el (vc-svn-after-dir-status): Fix regexp.  (Bug#4741)
8221 2009-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8223         Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
8224         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
8225         Disregard autoload-excludes.
8226         (update-directory-autoloads): Obey autoload-excludes here instead.
8227         But don't store its contents in no-autoloads and remove entries that
8228         refer to excludes files.
8230 2009-12-10  Glenn Morris  <rgm@gnu.org>
8232         * mail/feedmail.el (top-level): Move require 'mail-utils to start.
8233         (expand-mail-aliases): Define for compiler.
8235         * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
8236         Define for compiler.
8238         * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
8239         appropriate for the mail-user-agent in use.
8241 2009-12-09  Michael Albinus  <michael.albinus@gmx.de>
8243         * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
8245 2009-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
8247         Fix short log parsing and fontification.
8248         * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
8249         Fix fontification for the [merge] label.
8251 2009-12-09  Vivek Dasmohapatra  <vivek@etla.org>
8253         Drop some properties to avoid surprises (bug#5002).
8254         * htmlfontify.el (hfy-ignored-properties): New defcustom.
8255         (hfy-fontify-buffer): Use it.
8257 2009-12-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8259         Minor cleanup.
8260         * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
8261         Adjust all callers.
8262         (ffap-locate-file): Remove unused arg `dir-ok' and make other
8263         args compulsory.  Adjust callers.
8264         (ffap-gopher-at-point): Remove unused var `name'.
8266         Get rid of the ELCFILES abomination.
8267         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
8268         (compile-elcfiles): New phony target.
8269         (compile-main): Compute ELCFILES dynamically.
8270         (compile-clean): New target to remove left-over elc files.
8271         (compile, all): Use it.
8273 2009-12-09  Kenichi Handa  <handa@etlken>
8275         * international/mule-diag.el: Require help-mode instead of help-fns.
8277 2009-12-09  Kenichi Handa  <handa@m17n.org>
8279         * international/mule-cmds.el (ucs-names): Supply sufficiently
8280         fine ranges instead of pre-calculating accurate ranges.
8281         Iterate with bigger gc-cons-threshold.
8283 2009-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
8285         Add support for stashing a snapshot of the current tree.
8286         * vc-git.el (vc-git-stash-snapshot): New function.
8287         (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
8289 2009-12-08  Jose E. Marchesi  <jemarch@gnu.org>
8291         * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
8292         instead of `(beginning|end)-of-line'.
8294 2009-12-08  Glenn Morris  <rgm@gnu.org>
8296         * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
8298         * Makefile.in (ELCFILES): Regenerate.
8300 2009-12-07  Juri Linkov  <juri@jurta.org>
8302         Don't lazy-highlight the comint output in history Isearch mode.
8304         * comint.el (comint-history-isearch-search): Instead of
8305         `comint-line-beginning-position', use `comint-after-pmark-p'
8306         to check if point if before the process mark, and go to
8307         `process-mark' in this case.
8309 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8311         * textmodes/tex-mode.el (latex-complete)
8312         (latex-indent-or-complete): Remove.
8313         (latex-mode): Set completion-at-point-functions instead.
8315         Provide a standard completion command and hook it into TAB.
8316         * minibuffer.el (completion-at-point-functions): New var.
8317         (completion-at-point): New command.
8318         * indent.el (indent-for-tab-command): Handle the `complete' behavior.
8319         * progmodes/python.el (python-mode-map): Use completion-at-point.
8320         (python-completion-at-point): Rename from python-partial-symbol and
8321         adjust for use in completion-at-point-functions.
8322         (python-mode): Setup completion-at-point for Python completion.
8323         * emacs-lisp/lisp.el (lisp-completion-at-point): New function
8324         extracted from lisp-complete-symbol.
8325         (lisp-complete-symbol): Use it.
8326         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
8327         setup completion-at-point for Elisp completion.
8328         (emacs-lisp-mode-map, lisp-interaction-mode-map):
8329         Use completion-at-point.
8330         * ielm.el (ielm-map): Use completion-at-point.
8331         (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
8332         * progmodes/sym-comp.el: Move to...
8333         * obsolete/sym-comp.el: Move from progmodes.
8335 2009-12-07  Eli Zaretskii  <eliz@gnu.org>
8337         Prevent save-buffer in Rmail buffers from using the coding-system
8338         of the current message, and from clobbering the encoding mnemonics
8339         in the mode line (Bug#4623).
8341         * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
8342         flag, too.
8343         (rmail-message-encoding): New variable.
8344         (rmail-write-region-annotate): Record the encoding of the current
8345         message in rmail-message-encoding.
8346         (rmail-after-save-hook): New function, restores the encoding of
8347         the current message after the message collection is saved.
8349 2009-12-07  Juri Linkov  <juri@jurta.org>
8351         * progmodes/grep.el (grep-read-files): Use `completing-read'
8352         instead of `read-string'.  Set its `collection' arg to
8353         `read-file-name-internal'.  (Bug#4301)
8355 2009-12-07  Juri Linkov  <juri@jurta.org>
8357         Correctly restore original Isearch point.  (Bug#4994)
8359         * isearch.el (isearch-mode): Move `isearch-push-state' after
8360         `(run-hooks 'isearch-mode-hook)'.
8361         (isearch-cancel): When `isearch-push-state-function' is defined,
8362         let-bind `isearch-cmds' to the first state (the last element of
8363         `isearch-cmds') and call `isearch-top-state' (it calls pop-state
8364         function and restores the original point).  Otherwise, move point
8365         to `isearch-opoint'.
8367 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8369         * international/mule-cmds.el (ucs-names): Weed out at compile-time the
8370         chars that don't have names, so the table can be built much faster at
8371         run-time.
8373 2009-12-07  Chong Yidong  <cyd@stupidchicken.com>
8375         * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
8376         change.  Suggested by David Kastrup.
8378         * simple.el (compose-mail): Check for incompatibilities and warn.
8379         (compose-mail-user-agent-warnings): New option.
8381 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
8383         Support showing a single log entry from vc-annotate.
8384         * vc.el (print-log): Add a new argument: START-REVISION.
8385         (vc-print-log-internal): Add a new optional argument and
8386         pass it to the backend.
8387         (vc-print-log, vc-print-root-log): Adjust callers.
8388         * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
8389         buffer already displays the requested log entry, use it.
8390         Otherwise display only the log entry in question.
8391         * vc-svn.el (vc-svn-print-log):
8392         * vc-mtn.el (vc-mtn-print-log):
8393         * vc-hg.el (vc-hg-state):
8394         * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
8395         (vc-git-show-log-entry): Return t on success.
8396         * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
8397         (vc-bzr-show-log-entry): Return t on success.
8398         * vc-rcs.el (vc-rcs-print-log):
8399         * vc-sccs.el (vc-sccs-print-log):
8400         * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
8402 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
8404         * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
8405         Add menus to the meta mode.  (Bug#5043)
8407 2009-12-07  Michael Kifer  <kifer@cs.stonybrook.edu>
8409         * ediff-init.el (ediff-event-key): Use event-to-character instead of
8410         event-key.
8412         * ediff.el (ediff-buffers-internal): Add unwind-protect.
8414 2009-12-07  Michael Albinus  <michael.albinus@gmx.de>
8416         Handle prompt rules of ksh in OpenBSD 4.5.  Reported by Raphaël
8417         Berbain <raphael.berbain@gmail.com>.
8419         * net/tramp.el (tramp-end-of-output): Move up.  Use `#' and `$'
8420         characters.
8421         (tramp-initial-end-of-output): New defconst.
8422         (tramp-methods, tramp-find-shell)
8423         (tramp-open-connection-setup-interactive-shell)
8424         (tramp-maybe-open-connection): Use it.
8425         (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
8426         existence of `#' and `$'.
8428         * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
8429         `tramp-initial-end-of-output'.
8431 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
8433         Get the background mode from the terminal for xterm, and set
8434         faces accordingly.
8435         * term/xterm.el (xterm-set-background-mode): New function.
8436         (terminal-init-xterm): Use it in case xterm supports background
8437         color queries.  Recompute faces after getting the background
8438         color.
8440 2009-12-07  Ulrich Mueller  <ulm@gentoo.org>
8442         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
8443         number comment back on its own line, for easier parsing.
8445 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8447         Make it work for non-file buffers (bug#5102).
8448         * doc-view.el (doc-view-current-cache-dir):
8449         Use doc-view-buffer-file-name rather than buffer-file-name.
8450         (doc-view-mode): Use buffer-name when buffer-file-name is nil.
8452 2009-12-06  Óscar Fuentes  <ofv@wanadoo.es>
8454         * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
8455         author field is too short.
8457 2009-12-06  Dan Nicolaescu  <dann@ics.uci.edu>
8459         * vc-git.el (vc-git-print-log): Handle a limit argument.
8460         Display the short log in graph form and with labels.
8461         (vc-git-log-view-mode): Handle labels.
8463         Make vc-revert change VC state from 'added to 'unregistered.
8464         * vc-git.el (vc-git-revert): Call git reset first.
8466 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
8468         * net/newst-backend.el, net/newst-plainview.el:
8469         * net/newst-reader.el, net/newst-ticker.el:
8470         * net/newst-treeview.el, net/newsticker.el:
8471         Require/provide newst-... (instead of newsticker-...).  (Bug#5096)
8473 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
8475         * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
8477         * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
8478         Handle empty author field (Bug#4144).  Suggested by Óscar Fuentes.
8479         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
8480         Update annotation regexp.
8482         * simple.el (beginning-of-visual-line): Constrain to field
8483         boundaries (Bug#5106).
8485 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
8487         * xml.el (xml-substitute-numeric-entities): Move
8488         newsticker--decode-numeric-entities in newst-backend.el to
8489         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
8490         * net/newst-backend.el (newsticker--parse-generic-feed)
8491         (newsticker--parse-generic-items)
8492         (newsticker--decode-numeric-entities): Move
8493         newsticker--decode-numeric-entities in newst-backend.el to
8494         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
8496 2009-12-06  Daniel Colascione  <dan.colascione@gmail.com>
8498         * progmodes/js.el (js--js-not): Add null to the list of values.
8500 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
8502         * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
8504 2009-12-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8506         * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
8507         delimiter if it is at the end of the current line.
8508         (bibtex-generate-url-list): Fix docstring.
8510 2009-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8512         * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
8513         minibuffer's content with itself.
8514         Fold the confirm-after-completion case into the `confirm' case.
8515         (completion-pcm-word-delimiters): Add : and / to the delimiters.
8517 2009-12-06  Kevin Ryde  <user42@zip.com.au>
8519         * ffap.el (ffap-rfc-path): Make this a defcustom since
8520         `ffap-rfc-directories' is also a defcustom.  (Bug#4514.)
8522         * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
8523         manuals, similar to existing setup for help-mode.  (Bug#3913.)
8525 2009-12-05  Juri Linkov  <juri@jurta.org>
8527         Save and restore dired buffer's point positions too.  (Bug#4880)
8529         * dired.el (dired-save-positions): Return in the first element
8530         buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
8531         Doc fix.
8532         (dired-restore-positions): First restore buffer's position.
8533         While restoring window's positions, check if window still displays
8534         the original buffer.
8536 2009-12-05  Chong Yidong  <cyd@stupidchicken.com>
8538         * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
8539         if possible.
8541         * cedet/semantic/ia.el (semantic-ia-complete-symbol):
8542         Make argument optional.
8544         * shell.el (shell): Require ansi-color (Bug#5113).
8546         * ansi-color.el (ansi-color-for-comint-mode): Default to t.
8548         * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
8550 2009-12-05  Alan Mackenzie  <acm@muc.de>
8552         * progmodes/cc-mode.el (c-before-hack-hook)
8553         (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
8554         `c-file-style' to work again.  This reversion restores the current
8555         software to its state in Emacs 23.1.  (Bug#4146)
8557 2009-12-05  Kevin Ryde  <user42@zip.com.au>
8559         * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
8560         comment-start-skip to comment-end-skip as comment (Bug#4781).
8562 2009-12-05  Juri Linkov  <juri@jurta.org>
8564         * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
8565         for virtual nodes.  (Bug#4147)
8566         (Info-find-node-2): Set `Info-current-node-virtual' to nil
8567         when moving from a virtual node.
8568         (Info-mode-menu): Add `Info-virtual-index' to the menu.
8569         (Info-mode): Add `Info-virtual-index' to the docstring.
8571 2009-12-05  Eric Ludlam  <zappo@gnu.org>
8573         * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
8574         Describe project macro symbols.
8576         * cedet/semantic/complete.el (semantic-complete-do-completion):
8577         Don't call semantic-collector-current-exact-match.
8579         * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
8580         ede-objects as targets.
8582         * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
8583         a target's object list even if compiler vars are already in the
8584         Makefile.
8586         * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
8587         list of headers producing necessary macros.
8589 2009-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8591         * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
8592         track of the buffer position of the end of a BibTeX entry as this
8593         position may change during reformatting.
8594         (bibtex-format-entry): Remove whitespace before processing
8595         numerical fields so that we recognize the latter properly.
8596         (bibtex-reformat): Do not use push which changes the global value
8597         of bibtex-entry-format.
8598         (bibtex-field-braces-alist, bibtex-field-strings-alist)
8599         (bibtex-field-re-init): Replace only space characters by regexp
8600         for whitespace.
8601         (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
8602         (bibtex-initialize): Also update bibtex-strings.
8603         (bibtex-kill-field): Preserve white space at end of entry.
8604         (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
8605         Update bibtex-reference-keys.
8607 2009-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8609         * minibuffer.el (completion-pcm--merge-try): Also consider placing
8610         point after a star, if that's the only place where modifications can
8611         make progress.
8613 2009-12-05  Dan Nicolaescu  <dann@ics.uci.edu>
8615         * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
8616         in docstrings.
8618 2009-12-04  Juri Linkov  <juri@jurta.org>
8620         * proced.el (proced): Call `(proced-update t)' to update process
8621         information instead of only running proced-post-display-hook.
8622         (proced-send-signal): Add a leading space to the buffer name
8623         " *Marked Processes*" to make this buffer ephemeral.
8625 2009-12-04  Juri Linkov  <juri@jurta.org>
8627         * dired.el (dired-auto-revert-buffer): New defcustom.
8628         (dired-internal-noselect): Use it.
8630 2009-12-04  Juri Linkov  <juri@jurta.org>
8632         Change roles of modes and functions in image-mode.el (Bug#5062).
8634         * image-mode.el: Replace `image-mode-maybe' with `image-mode'
8635         in `auto-mode-alist'.
8636         (image-mode-previous-major-mode): New variable.
8637         (image-minor-mode-map): Rename from `image-mode-text-map'.
8638         (image-mode): Move graceful error-handling code from
8639         `image-minor-mode' to here.  On errors call `image-mode-as-text'.
8640         (image-minor-mode): Remove all image-handling code.
8641         Replace `image-mode-text-map' with `image-minor-mode-map'.
8642         Check for `image-type' in mode-line format string.
8643         (image-mode-maybe): Make obsolete with an alias to `image-mode'.
8644         (image-mode-as-text): New function with most code from
8645         `image-mode-maybe'.
8646         (image-toggle-display-text): Move code that removes image
8647         properties from `image-toggle-display' to here.
8648         (image-toggle-display-image): New function with code that adds
8649         image properties copied from `image-toggle-display'.
8650         (image-toggle-display): Remove most code with leaving only code
8651         that toggles between `image-mode-as-text' and `image-mode'.
8653 2009-12-04  Ulf Jasper  <ulf.jasper@web.de>
8655         * net/newst-treeview.el
8656         (newsticker--treeview-list-highlight-start): Restored call to
8657         save-excursion: Selected item was stuck.
8658         (newsticker--treeview-list-select): New.
8659         (newsticker--treeview-item-show-text)
8660         (newsticker--treeview-item-show)
8661         (newsticker--treeview-item-update): Use new
8662         newsticker-treeview-item-mode.
8663         (newsticker-treeview-update): Keep current item.
8664         (newsticker-treeview-next-new-or-immortal-item): Doc change.
8665         (newsticker--treeview-first-feed): Doc change.
8666         (newsticker-treeview-list-menu)
8667         (newsticker-treeview-item-menu): Added menu entries.
8668         (newsticker-treeview-item-mode): New.
8670         * net/newst-backend.el (newsticker-customize): Delete other
8671         windows.
8673 2009-12-04  Sam Steingold  <sds@gnu.org>
8675         * log-view.el (log-view-mode-map): "q" calls quit-window,
8676         like in all the other non-self-insert buffers.
8678 2009-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8680         Minor cleanup.
8681         * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
8682         key decoding rather than do it manually via last-input-event +
8683         ascii-character.
8684         (term-exec): Use delete-and-extract-region.
8685         (term-handle-ansi-terminal-messages): Remove unused var `end'.
8686         (term-process-pager): Remove unused var `i'.
8687         (term-dynamic-simple-complete): Make obsolete.
8688         (serial-update-config-menu): Remove unused vars `y' and `str'.
8689         (term-update-mode-line): Remove unused var `temp'.
8691 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
8693         Limit the number of log entries displayed by default.
8694         * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
8695         (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
8696         using a prefix argument.
8698 2009-12-03  Glenn Morris  <rgm@gnu.org>
8700         * progmodes/idlwave.el (class): Restore still useful declaration.
8702 2009-12-03  Alan Mackenzie  <acm@muc.de>
8704         Enhance `c-parse-state' to run efficiently in "brace deserts".
8706         * progmodes/cc-mode.el (c-basic-common-init):
8707         Call c-state-cache-init.
8708         (c-neutralize-syntax-in-and-mark-CPP): Rename from
8709         c-extend-and-neutralize-syntax-in-CPP.  Mark each CPP construct by
8710         placing `category' properties value 'c-cpp-delimiter at its boundaries.
8712         * progmodes/cc-langs.el (c-before-font-lock-function):
8713         c-extend-and-neutralize-syntax-in-CPP has been renamed
8714         c-neutralize-syntax-in-and-mark-CPP.
8716         * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
8717         with `category' properties now, not `syntax-table' ones.
8719         * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
8720         enhanced (but slower) version of c-end-of-macro that won't land
8721         inside a literal or on another awkward character.
8722         (c-state-cache-too-far, c-state-cache-start)
8723         (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
8724         (c-state-nonlit-pos-cache-limit, c-state-point-min)
8725         (c-state-point-min-lit-type, c-state-point-min-lit-start)
8726         (c-state-min-scan-pos, c-state-brace-pair-desert)
8727         (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
8728         buffer local variables.
8729         (c-state-literal-at, c-state-lit-beg)
8730         (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
8731         (c-state-mark-point-min-literal, c-state-cache-top-lparen)
8732         (c-state-cache-top-paren, c-state-cache-after-top-paren)
8733         (c-get-cache-scan-pos, c-get-fallback-scan-pos)
8734         (c-state-balance-parens-backwards, c-parse-state-get-strategy)
8735         (c-renarrow-state-cache)
8736         (c-append-lower-brace-pair-to-state-cache)
8737         (c-state-push-any-brace-pair, c-append-to-state-cache)
8738         (c-remove-stale-state-cache)
8739         (c-remove-stale-state-cache-backwards, c-state-cache-init)
8740         (c-invalidate-state-cache-1, c-parse-state-1)
8741         (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
8742         (c-parse-state): Enhance and refactor.
8743         (c-debug-parse-state): Amend to deal with all the new variables.
8745         * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
8746         (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
8747         modify to use category text properties rather than syntax-table ones.
8748         (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
8749         to switch off/on the syntactic paren property of C++ template
8750         delimiters using the category property.
8751         (c-with-<->-as-parens-suppressed): Macro to invoke code with
8752         template delims suppressed.
8753         (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
8754         New constant/macros which apply category properties to the start
8755         and end of preprocessor constructs.
8756         (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
8757         "comment out" the syntactic value of characters in preprocessor
8758         constructs.
8759         (c-with-cpps-commented-out)
8760         (c-with-all-but-one-cpps-commented-out): Macros to invoke code
8761         with characters in all or all but one preprocessor constructs
8762         "commented out".
8764 2009-12-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8766         * proced.el (proced-filter-alist): Use regexp-quote.
8768 2009-12-03  Michael Albinus  <michael.albinus@gmx.de>
8770         Cleanup.
8771         * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
8772         (eshell/su, eshell/sudo): Require 'tramp.  Fix problems reading
8773         arguments.  Expand `default-directory'.
8775         * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
8776         the benefit of returning an expanded localname.
8777         (tramp-tramp-file-p): Handle the case NAME is not a string.
8779 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
8781         Add support for bzr shelve/unshelve.
8782         * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
8783         (vc-bzr-extra-menu-map): New variables.
8784         (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
8785         (vc-bzr-shelve-apply, vc-bzr-shelve-list)
8786         (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
8787         (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
8788         (vc-bzr-dir-extra-headers): Display shelves.
8790         * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
8792 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8794         * textmodes/bibtex.el (bibtex-complete-internal):
8795         Use completion-in-region.
8796         (bibtex-text-in-field-bounds): Remove unused var `opoint'.
8798 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
8800         Support applying stashes.  Improve UI.
8801         * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
8802         (vc-git-stash-apply, vc-git-stash-pop)
8803         (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
8804         (vc-git-stash-menu): New functions.
8805         (vc-git-stash-menu-map): New variable.
8806         (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
8808 2009-12-03  Glenn Morris  <rgm@gnu.org>
8810         * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
8811         (vc-print-log-internal): Fix previous change.
8812         (vc-revert): Correct pluralization.
8814 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8816         * progmodes/make-mode.el (makefile-special-targets-list): No need for
8817         it to be an alist any more.
8818         (makefile-complete): Use completion-in-region.
8820         * progmodes/octave-mod.el (octave-complete-symbol):
8821         Use completion-in-region.
8823         Misc cleanup.
8824         * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
8825         (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
8826         (idlwave-complete-class): Don't quote lambda.
8827         (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
8828         (idlwave-mode-map): Move initialization into declaration.
8829         (idlwave-action-and-binding): Use backquotes.
8830         (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
8831         Simplify.
8832         (idlwave-is-pointer-dereference): Remove unused var `pos'.
8833         (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
8834         (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
8835         `parts', and `all-parts'.
8836         (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
8837         (idlwave-convert-xml-system-routine-info): Remove unused string
8838         `version-string'.
8839         (idlwave-display-user-catalog-widget): Use dolist.
8840         (idlwave-scanning-lib): Declare dynamically-scoped var.
8841         (idlwave-scan-library-catalogs): Remove unused var `flags'.
8842         (completion-highlight-first-word-only): Declare to silence bytecomp.
8843         (idlwave-popup-select): Tighten scope of `resp'.
8844         (idlwave-find-struct-tag): Remove unused var `beg'.
8845         (idlwave-after-load-rinfo-hook): Declare.
8846         (idlwave-sintern-class-info): Remove unused var `taglist'.
8847         (idlwave-find-class-definition): Remove unused var `list'.
8848         (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
8849         (idlwave-what-module-find-class): Remove unused var `classes'.
8851 2009-12-03  Juanma Barranquero  <lekktu@gmail.com>
8853         * progmodes/pascal.el: Require CL when compiling (for lexical-let).
8855 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8857         * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
8858         buffers visited.  Remove redundant current-buffer-saving.
8860 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8862         Use completion-in-buffer and remove uses of dynamic scoping.
8863         * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
8864         (pascal-buffer-to-use, pascal-flag): Don't declare.
8865         (pascal-func-completion, pascal-type-completion, pascal-var-completion)
8866         (pascal-get-completion-decl, pascal-keyword-completion):
8867         Add `pascal-str' argument, save-excursion,
8868         return the found completions, and don't filter with pascal-pred.
8869         (pascal-completion-cache): New var.
8870         (pascal-completion): Don't switch buffer any more (it was never
8871         necessary).  Don't save-excursion any more (it's done by the called
8872         subroutines).  Use a cache to avoid redundant computations.
8873         Use complete-with-action rather than pascal-completion-response and
8874         let it apply the predicate as well.
8875         (pascal-complete-word): Use completion-in-buffer when
8876         pascal-toggle-completions is nil.
8877         (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
8878         not used any more.
8879         (pascal-comp-defun): Don't change buffer any more.
8880         Use complete-with-action rather than pascal-completion-response and
8881         let it apply the predicate as well.
8882         (pascal-goto-defun): Change buffer before calling pascal-comp-defun
8883         when neded.
8885 2009-12-02  Kenichi Handa  <handa@m17n.org>
8887         * language/indian.el: Include ZWJ and ZWNJ in the patterns to
8888         shape for all Indic scripts.
8890 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8892         Use completion-in-buffer.
8893         * wid-edit.el (widget-field-text-end): New function.
8894         (widget-field-value-get): Use it.
8895         (widget-string-complete, widget-file-complete)
8896         (widget-color-complete): Use it and completion-in-region.
8897         (widget-complete): Don't narrow the buffer.
8899 2009-12-02  Glenn Morris  <rgm@gnu.org>
8901         * mail/rmail.el (rmail-pop-to-buffer): New function.  (Bug#2282)
8902         (rmail-select-summary): Use rmail-pop-to-buffer.
8903         * mail/rmailsum.el: Replace all pop-to-buffer calls with
8904         rmail-pop-to-buffer, to prevent horizontal splits.
8906         * calendar/diary-lib.el (diary-list-entries): Replace superfluous
8907         save-excursion with save-current-buffer.
8908         Widen before searching.  (Bug#5093)
8909         (diary-list-sexp-entries): Remove superfluous save-excursion.
8911 2009-12-02  Michael Welsh Duggan  <mwd@cert.org>
8913         * woman.el (woman-make-bufname): Handle man-pages with "." in the
8914         name.  (Bug#5038)
8916 2009-12-02  Andreas Politz  <politza@fh-trier.de>  (tiny change)
8918         * ido.el (ido-file-internal): Handle filenames at point that do
8919         not have a directory part.  (Bug#5049)
8921 2009-12-02  Juanma Barranquero  <lekktu@gmail.com>
8923         * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
8924         (mpc-songs-jump-to, mpc-resume): Doc fixes.
8926 2009-12-01  Rob Riepel  <riepel@networking.Stanford.EDU>
8928         * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
8929         (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
8930         any more.
8932 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8934         * comint.el (comint-insert-input): Ignore clicks to the right of
8935         the field.  Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
8937         * vc.el (vc-print-log-internal): Don't wait for the process to
8938         terminate before setting up the major mode.
8940         * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
8941         in case.
8943         * pcomplete.el (pcomplete-std-complete): Don't try to complete past
8944         the last element.
8946         * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
8948 2009-12-01  Glenn Morris  <rgm@gnu.org>
8950         * window.el (window--display-buffer-2): Fix previous changes.
8952 2009-12-01  Chong Yidong  <cyd@stupidchicken.com>
8954         * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
8956 2009-12-01  Glenn Morris  <rgm@gnu.org>
8958         * Makefile.in (ELCFILES): Add mpc.elc.
8960 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8962         * mpc.el: New file.
8964 2009-12-01  Glenn Morris  <rgm@gnu.org>
8966         * window.el (window-to-use): Define for compiler.
8968         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
8969         consistent with others (no final period).
8971         * mail/rmailmm.el (rmail-mime-handle): Doc fix.
8972         (rmail-mime-show): Downcase the encoding.  (Bug#5070)
8974 2009-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
8976         Make vc-print-log buttons work.
8977         * log-view.el (log-view-mode-map): Inherit from widget-keymap.
8979 2009-11-30  Ryan C. Thompson  <rct@thompsonclan.org>  (tiny change)
8981         * savehist.el (savehist-autosave-interval): Allow setting to nil
8982         through customize.  (Bug#5056)
8984 2009-11-30  Juanma Barranquero  <lekktu@gmail.com>
8986         Fix references to jit-lock properties.
8987         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
8988         Refer to jit-lock-defer-multiline, not jit-lock-multiline.
8989         (perl-font-lock-special-syntactic-constructs):
8990         Quote jit-lock-defer-multiline property.
8992 2009-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
8994         * vc-git.el (vc-git-registered): Call vc-git-root only once.
8996 2009-11-30  Juri Linkov  <juri@jurta.org>
8998         * misearch.el (multi-isearch-search-fun): Always provide a non-nil
8999         value `buffer' of `multi-isearch-next-buffer-current-function'.
9000         Use `(current-buffer)' when `buffer' is nil.
9001         (multi-isearch-next-buffer-from-list): Don't fallback to
9002         `(current-buffer)' when `buffer' is nil.  (Bug#4947)
9004 2009-11-30  Juri Linkov  <juri@jurta.org>
9006         * misearch.el (multi-isearch-read-buffers): Move canonicalization
9007         of buffers with `get-buffer' to `multi-isearch-buffers'.
9008         (multi-isearch-buffers, multi-isearch-buffers-regexp):
9009         Canonicalize BUFFERS with `get-buffer'.  Doc fix.
9010         (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
9011         FILES with `expand-file-name' converting relative file names
9012         to absolute.  Doc fix.  (Bug#4727)
9014 2009-11-30  Juri Linkov  <juri@jurta.org>
9016         * misearch.el (multi-isearch-read-buffers)
9017         (multi-isearch-read-matching-buffers): New functions.
9018         (multi-isearch-buffers, multi-isearch-buffers-regexp):
9019         Use them in the `interactive' spec.  Doc fix.
9020         (multi-isearch-read-files, multi-isearch-read-matching-files):
9021         New functions.
9022         (multi-isearch-files, multi-isearch-files-regexp):
9023         Use them in the `interactive' spec.  Doc fix.  (Bug#4725)
9025 2009-11-30  Juri Linkov  <juri@jurta.org>
9027         * doc-view.el (doc-view-continuous):
9028         Rename from `doc-view-continuous-mode'.
9029         (doc-view-menu): Move "Toggle display" to the top.
9030         Add submenu "Continuous" with radio buttons "Off"/"On"
9031         and "Save as Default".
9032         (doc-view-scroll-up-or-next-page)
9033         (doc-view-scroll-down-or-previous-page)
9034         (doc-view-next-line-or-next-page)
9035         (doc-view-previous-line-or-previous-page): Rename
9036         `doc-view-continuous-mode' to `doc-view-continuous'.  (Bug#4896)
9038 2009-11-30  Juri Linkov  <juri@jurta.org>
9040         * comint.el (comint-mode-map): Rebind `M-r' from
9041         `comint-previous-matching-input' to
9042         `comint-history-isearch-backward-regexp'.
9043         Unbind `M-s' to allow global key binding `M-s'.
9044         Add menu items for `comint-history-isearch-backward' and
9045         `comint-history-isearch-backward-regexp'.  (Bug#3746)
9047 2009-11-30  Juri Linkov  <juri@jurta.org>
9049         * replace.el (perform-replace): Let-bind recenter-last-op to nil.
9050         For def=recenter, replace `recenter' with `recenter-top-bottom'
9051         that is called with `this-command' and `last-command' let-bound
9052         to `recenter-top-bottom'.  When the last `def' was not `recenter',
9053         set `recenter-last-op' to nil.  (Bug#4981)
9055 2009-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9057         Minor cleanup and simplification.
9058         * filecache.el (file-cache-add-directory)
9059         (file-cache-add-directory-recursively)
9060         (file-cache-add-from-file-cache-buffer)
9061         (file-cache-delete-file-regexp, file-cache-delete-directory)
9062         (file-cache-files-matching-internal, file-cache-display): Use dolist.
9063         (file-cache-temp-minibuffer-message): Delete function.
9064         (file-cache-minibuffer-complete): Use minibuffer-message instead.
9066         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
9067         Don't signal an error when bumping into EOB in tr, s, or y.
9069 2009-11-29  Juri Linkov  <juri@jurta.org>
9071         * startup.el (fancy-about-text): Fix wording of Guided Tour.
9072         (Bug#4960)
9074         * descr-text.el (describe-char-unidata-list): Use lowercase name
9075         for "Unicode name" like in other tags.
9077 2009-11-29  Juri Linkov  <juri@jurta.org>
9079         * ediff-util.el (ediff-minibuffer-with-setup-hook):
9080         New compatibility macro.
9081         (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
9083 2009-11-29  Juri Linkov  <juri@jurta.org>
9085         Add defcustom to define the cycling order of `recenter-top-bottom'.
9086         (Bug#4981)
9088         * window.el (recenter-last-op): Doc fix.
9089         (recenter-positions): New defcustom.
9090         (recenter-top-bottom): Rewrite to use `recenter-positions'.
9091         (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
9093 2009-11-29  Michael Albinus  <michael.albinus@gmx.de>
9095         Improve integration of Tramp and ange-ftp in eshell.
9097         * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
9098         (eshell/su): Flatten args.  Apply better args parsing.  Use "cd".
9099         (eshell/sudo): Flatten args.  Let-bind `default-directory'.
9101         * eshell/esh-util.el (top): Require also Tramp when compiling.
9102         (eshell-directory-files-and-attributes): Check for FTP remote
9103         connection.
9104         (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
9105         `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
9106         (eshell-file-attributes): Handle ".".  Return `entry'.
9108         * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
9109         (ange-ftp-directory-files-and-attributes)
9110         (ange-ftp-real-directory-files-and-attributes): New defuns.
9112         * net/tramp.el (tramp-maybe-open-connection): Open the remote
9113         shell with "exec" when possible.  This prevents trailing prompts
9114         in `start-file-process'.
9116 2009-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9118         Try and remove assumptions about point-min==1.
9119         * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
9120         (rng-compute-mode-line-string): Show the validation percentage in
9121         terms of the narrowed text, not the widened text.
9122         (rng-do-some-validation): Don't catch internal errors when debugging.
9123         (rng-first-error): Simplify.
9124         (rng-after-change-function): Remove work around.  AFAIK the bug has
9125         been fixed a while ago.
9127         * image-mode.el (image-minor-mode): Exit more gracefully when the image
9128         cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
9130         * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
9132         * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
9133         `cd' doesn't always do it for us (bug#5067).
9135         * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
9136         on 2009-10-25 as part of some other change (bug#5067).
9138 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9140         * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
9141         `suspicious'.
9142         (byte-compile-warnings): Use byte-compile-warning-types.
9143         (byte-compile-save-excursion): Warn about use of set-buffer right
9144         after save-excursion.
9146         * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
9147         the excursion as well.
9149 2009-11-27  Michael Albinus  <michael.albinus@gmx.de>
9151         * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
9152         providing a Tramp related implementation of "su" and "sudo".
9153         (eshell-unix-initialize): Add "su" and "sudo".
9155 2009-11-27  Daiki Ueno  <ueno@unixuser.org>
9157         * net/socks.el (socks-send-command): Convert binary request to
9158         unibyte before sending.  This fixes mishandling of some port
9159         numbers such as 129.
9161 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9163         * help.el (describe-bindings-internal): Remove `interactive'.
9165         * man.el (Man-completion-table): Trim a terminating "(".
9166         Remove the space between name page a section.
9167         Add the command's description on the `help-echo' property.
9168         Remove `process-connection-type' binding since it's unused by
9169         call-process.
9170         Provide completion for the "<section> <name>" format as well.
9171         (Man-default-man-entry): Remove spurious var shadowing the argument.
9173 2009-11-26  Kevin Ryde  <user42@zip.com.au>
9175         * log-view.el: Add "Keywords: tools", since its other keywords
9176         aren't in finder-known-keywords, and following vc.el.
9178         * sha1.el (sha1-string-external): default-directory "/" in case
9179         otherwise non-existent.  process-connection-type pipe for touch of
9180         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
9182 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9184         Misc coding convention cleanups.
9185         * htmlfontify.el (hfy-init-kludge-hook): Rename from
9186         hfy-init-kludge-hooks.
9187         (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
9188         (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
9189         (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
9190         and push.
9191         (hfy-slant, hfy-weight): Use tables rather than code.
9192         (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
9193         (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
9194         (hfy-face-attr-for-class): Initialize `face-spec' directly.
9195         (hfy-face-to-css): Remove `nconc' with single arg.
9196         (hfy-p-to-face-lennart): Use `or'.
9197         (hfy-face-at): Hoist common code.  Remove spurious quotes in `case'.
9198         (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
9199         (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
9200         (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
9201         (hfy-force-fontification): Use run-hooks.
9203 2009-11-26  Vivek Dasmohapatra  <vivek@etla.org>
9205         Various minor fixes.
9206         * htmlfontify.el (hfy-default-header): Add toggle_invis since
9207         Javascript belongs in the header, not the body.
9208         (hfy-javascript): Remove.
9209         (hfy-fontify-buffer): Don't insert it any more.
9210         (hfy-face-at): Handle (face0 face1 face2) style face properties.
9211         Fix bug in invis handling when there were no invis props in a chunk.
9213 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9215         * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
9217 2009-11-26  Dan Nicolaescu  <dann@ics.uci.edu>
9219         * finder.el (finder-mode-map): Add a menu.
9221 2009-11-26  Michael McNamara  <mac@mail.brushroad.com>
9223         * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
9224         "unsigned" structs.
9226         (verilog-leap-to-head, verilog-backward-token): Handle "disable
9227         fork" statement better.
9229 2009-11-26  Wilson Snyder  <wsnyder@wsnyder.org>
9231         * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
9232         (verilog-delete-auto, verilog-delete-empty-auto-pair)
9233         (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
9234         Reported by Clay Douglass.
9236         (verilog-auto-inst, verilog-auto-star-safe)
9237         (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
9238         Fix removing "// Interfaces" when saving .* expansions.  Reported by
9239         Pierre-David Pfister.
9241 2009-11-26  Glenn Morris  <rgm@gnu.org>
9243         * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
9244         the scope.
9246 2009-11-25  Johan Bockgård  <bojohan@gnu.org>
9248         * vc-annotate.el (vc-annotate-revision-previous-to-line):
9249         Really use previous revision.
9251 2009-11-25  Kevin Ryde  <user42@zip.com.au>
9253         * man.el (Man-completion-table): default-directory "/" in case
9254         doesn't otherwise exist.  process-environment COLUMNS=999 so as
9255         not to truncate long names.  process-connection-type pipe to avoid
9256         any chance of hitting the pseudo-tty TIOCGWINSZ.
9257         (man): completion-ignore-case t for friendliness and since man
9258         itself is case-insensitive on the command line.
9259         Further to Bug#3717.
9261         * arc-mode.el: Add "Keywords: files", so the details in its
9262         commentary can be reached from finder-by-keyword.
9263         * textmodes/dns-mode.el: Add "Keywords: comm".  It's only an
9264         editing mode, but it's comms related and sgml-mode.el has "comm"
9265         on that basis too.
9266         * textmodes/bibtex-style.el: Add "Keywords: tex".
9267         * international/isearch-x.el, international/ja-dic-cnv.el:
9268         * international/ja-dic-utl.el, international/kkc.el:
9269         Add "Keywords: i18n", so they can be reached from finder-by-keyword.
9271 2009-11-25  Juri Linkov  <juri@jurta.org>
9273         * man.el (Man-completion-table): Modify regexp to include
9274         section names to completion strings.  (Bug#3717)
9276 2009-11-25  Juri Linkov  <juri@jurta.org>
9278         Search recursively in gzipped files.  (Bug#4982)
9280         * progmodes/grep.el (grep-highlight-matches): Add new options
9281         `always' and `auto'.  Doc fix.
9282         (grep-process-setup): Check `grep-highlight-matches' for
9283         `auto-detect' to determine the need to compute grep defaults.
9284         Move Windows/DOS specific --colors settings handling
9285         to `grep-compute-defaults'.  Check `grep-highlight-matches'
9286         to get the value of "--color=".
9287         (grep-compute-defaults): Compute `grep-highlight-matches' when it
9288         has the value `auto-detect'.  Move Windows/DOS specific settings
9289         from `grep-process-setup'.
9290         (zrgrep): New command with alias `rzgrep'.
9292 2009-11-25  Juri Linkov  <juri@jurta.org>
9294         * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
9295         to nil instead of switching off view-mode.  (Bug#4896)
9297 2009-11-25  Juri Linkov  <juri@jurta.org>
9299         Mouse-wheel scrolling for DocView Continuous mode.  (Bug#4896)
9301         * mwheel.el (mwheel-scroll-up-function)
9302         (mwheel-scroll-down-function): New defvars.
9303         (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
9304         `scroll-up', and `mwheel-scroll-down-function' instead of
9305         `scroll-down'.
9307         * doc-view.el (doc-view-scroll-up-or-next-page)
9308         (doc-view-scroll-down-or-previous-page): Add optional ARG.
9309         Use this ARG in the call to image-scroll-up/image-scroll-down.
9310         Change `interactive' spec to "P".  Goto next/previous page only
9311         when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
9312         SPC/DEL case).  Doc fix.
9313         (doc-view-next-line-or-next-page)
9314         (doc-view-previous-line-or-previous-page): Rename arg to ARG
9315         for consistency.
9316         (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
9317         `doc-view-scroll-up-or-next-page', and buffer-local
9318         `mwheel-scroll-down-function' to
9319         `doc-view-scroll-down-or-previous-page'.
9321 2009-11-25  Juri Linkov  <juri@jurta.org>
9323         Provide additional default values (directories at other Dired
9324         windows) via M-n in the minibuffer of some Dired commands.
9326         * dired-aux.el (dired-diff, dired-compare-directories)
9327         (dired-do-create-files): Use `dired-dwim-target-defaults' to set
9328         `minibuffer-default' in `minibuffer-with-setup-hook'.
9329         (dired-dwim-target-directory): Find a window that displays Dired
9330         buffer instead of failing when the next window is not Dired.
9331         Use `get-window-with-predicate' to find for the next Dired window.
9332         (dired-dwim-target-defaults): New function.
9334         * ediff-util.el (ediff-read-file-name):
9335         Use `dired-dwim-target-defaults' to set `minibuffer-default'
9336         in `minibuffer-with-setup-hook'.
9338 2009-11-25  Juri Linkov  <juri@jurta.org>
9340         Provide additional default values (file name at point or at the
9341         current Dired line) via M-n for file reading minibuffers.  (Bug#5010)
9343         * minibuffer.el (read-file-name-defaults): New function.
9344         (read-file-name): Reset `minibuffer-default' to nil when
9345         it duplicates initial input `insdef'.
9346         Bind `minibuffer-default-add-function' to lambda that
9347         calls `read-file-name-defaults' in `minibuffer-selected-window'.
9348         (minibuffer-insert-file-name-at-point): New command.
9350         * files.el (file-name-at-point-functions): New defcustom.
9351         (find-file-default): Remove defvar.
9352         (find-file-read-args): Don't use `find-file-default'.
9353         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
9354         to `read-file-name'.
9355         (find-file-literally): Use `read-file-name' with
9356         `confirm-nonexistent-file-or-buffer'.
9358         * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
9360         * dired.el (dired-read-dir-and-switches):
9361         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
9362         to `read-file-name'.
9363         (dired-file-name-at-point): New function.
9364         (dired-mode): Add hook `dired-file-name-at-point' to
9365         `file-name-at-point-functions'.
9367 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9369         Really make the *Completions* window soft-dedicated (bug#5030).
9370         * window.el (window--display-buffer-2): Add `dedicated' argument.
9371         (display-buffer): Pass it when needed so the dedicated flag is set
9372         after calling set-window-buffer, which would otherwise reset it.
9374 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9376         * progmodes/meta-mode.el (meta-complete-symbol):
9377         * progmodes/etags.el (complete-tag):
9378         * mail/mailabbrev.el (mail-abbrev-complete-alias):
9379         Use completion-in-region.
9381         * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
9382         (dabbrev-completion): Use completion-in-region.
9383         (dabbrev--abbrev-at-point): Simplify regexp.
9385         * abbrev.el (abbrev--before-point): Use word-motion functions
9386         if :regexp is not specified (bug#5031).
9388         * subr.el (string-prefix-p): New function.
9390         * man.el (Man-completion-cache): New var.
9391         (Man-completion-table): Use it.
9393         * vc.el (vc-print-log-internal): Make `limit' optional for better
9394         compatibility (e.g. with vc-annotate.el).
9396 2009-11-24  Kevin Ryde  <user42@zip.com.au>
9398         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
9399         Build value with regexp-opt instead of explicit joining loop.  (Bug#4927)
9401         * emacs-lisp/elint.el (elint-add-required-env): Better error message
9402         when .el source file not found or other error.
9404 2009-11-24  Markus Triska  <markus.triska@gmx.at>
9406         * linum.el (linum-update-window): Ignore intangible (bug#4996).
9408 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9410         Handle the [back] button properly (bug#4979).
9411         * descr-text.el (describe-text-properties): Add a `buffer' argument.
9412         Use help-setup-xref, help-buffer, and with-help-window.
9413         (describe-char): Add `buffer' argument.
9414         Pass proper command to help-setup-xref.  Don't meddle with
9415         help-xref-stack-item directly.
9416         (describe-text-category): Use with-help-window and help-buffer.
9418         * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
9419         for the displayed buffer (bug#4887).
9421         * man.el (Man-completion-table): New function.
9422         (man): Use it.
9424 2009-11-24  David Reitter  <david.reitter@gmail.com>
9426         * vc-git.el (vc-git-registered): Use checkout directory (where
9427         .git is) rather than the file's directory and a relative path spec
9428         to work around a bug in git.
9430 2009-11-24  Michael Albinus  <michael.albinus@gmx.de>
9432         Improve handling of processes on remote hosts.
9434         * eshell/esh-util.el (eshell-path-env): New defvar.
9435         (eshell-parse-colon-path): New defun.
9436         (eshell-file-attributes): Use `eshell-parse-colon-path'.
9438         * eshell/esh-ext.el (eshell-search-path):
9439         Use `eshell-parse-colon-path'.
9440         (eshell-remote-command): Remove argument HANDLER.
9441         (eshell-external-command): Check for FTP remote connection.
9443         * eshell/esh-proc.el (eshell-gather-process-output):
9444         Use `file-truename', in order to start also symlinked files.
9445         Apply `start-file-process' instead of `start-process'.
9446         Shorten `command' to the local file name part.
9448         * eshell/em-cmpl.el (eshell-complete-commands-list):
9449         Use `eshell-parse-colon-path'.
9451         * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
9453         * net/tramp.el (tramp-eshell-directory-change): New defun.  Add it
9454         to `eshell-directory-change-hook'.
9456 2009-11-24  Tassilo Horn  <tassilo@member.fsf.org>
9458         * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
9459         because it could be enabled automatically if view-read-only is non-nil.
9461 2009-11-24  Michael Kifer  <kifer@cs.stonybrook.edu>
9463         * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
9464         made on 2009-11-22.
9466 2009-11-24  Glenn Morris  <rgm@gnu.org>
9468         * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
9469         deleted variable bookmark-bmenu-bookmark-column.
9471         * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
9472         Move after definition of global-semantic-idle-tag-highlight-mode.
9474 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9476         * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
9478 2009-11-23  Ken Brown  <kbrown@cornell.edu>  (tiny change)
9480         * net/browse-url.el (browse-url-filename-alist): On Windows, add
9481         two slashes to the "file:" prefix.
9482         (browse-url-file-url): De-munge Cygwin filenames before passing
9483         them to Windows browser.
9484         (browse-url-default-windows-browser): Use call-process.
9486 2009-11-23  Juri Linkov  <juri@jurta.org>
9488         Implement DocView Continuous mode.  (Bug#4896)
9489         * doc-view.el (doc-view-continuous-mode): New defcustom.
9490         (doc-view-mode-map): Bind C-n/<down> to
9491         `doc-view-next-line-or-next-page', C-p/<up> to
9492         `doc-view-previous-line-or-previous-page'.
9493         (doc-view-next-line-or-next-page)
9494         (doc-view-previous-line-or-previous-page): New commands.
9496 2009-11-23  Juri Linkov  <juri@jurta.org>
9498         Implement Isearch in comint input history.  (Bug#3746)
9499         * comint.el (comint-mode): Add `comint-history-isearch-setup' to
9500         `isearch-mode-hook'.
9501         (comint-history-isearch): New defcustom.
9502         (comint-history-isearch-backward)
9503         (comint-history-isearch-backward-regexp): New commands.
9504         (comint-history-isearch-message-overlay): New buffer-local variable.
9505         (comint-history-isearch-setup, comint-history-isearch-end)
9506         (comint-goto-input, comint-history-isearch-search)
9507         (comint-history-isearch-message, comint-history-isearch-wrap)
9508         (comint-history-isearch-push-state)
9509         (comint-history-isearch-pop-state): New functions.
9511 2009-11-23  Michael Albinus  <michael.albinus@gmx.de>
9513         * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
9514         return.
9515         (tramp-handle-make-symbolic-link)
9516         (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
9517         Quote file names.
9518         (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
9519         (tramp-handle-process-file): Use it.
9521 2009-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9523         * window.el (move-to-window-line-last-op): Remove.
9524         (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
9526 2009-11-23  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
9528         Make M-r mirror the new cycling behavior of C-l.
9529         * window.el (move-to-window-line-last-op): New var.
9530         (move-to-window-line-top-bottom): New command.
9531         (global-map): Bind M-r move-to-window-line-top-bottom.
9533 2009-11-23  Sven Joachim  <svenjoac@gmx.de>
9535         * dired-x.el (dired-guess-shell-alist-default):
9536         Support xz format.  (Bug#4953)
9538 2009-11-22  Chong Yidong  <cyd@stupidchicken.com>
9540         * cedet/srecode/map.el (srecode-get-maps):
9541         * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
9542         * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
9543         * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
9544         (semantic-toggle-decoration-style):
9545         * cedet/semantic/decorate/include.el
9546         (semantic-decoration-include-describe)
9547         (semantic-decoration-unknown-include-describe)
9548         (semantic-decoration-unparsed-include-describe)
9549         (semantic-decoration-all-include-summary):
9550         * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
9551         * cedet/semantic/analyze/complete.el
9552         (semantic-analyze-possible-completions):
9553         * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
9554         (semantic-show-unmatched-syntax-mode)
9555         (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
9556         (semantic-highlight-func-mode):
9557         * cedet/semantic/util.el (semantic-describe-buffer):
9558         * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
9559         (semantic-symref-find-tags-by-name)
9560         (semantic-symref-find-tags-by-regexp)
9561         (semantic-symref-find-tags-by-completion)
9562         (semantic-symref-find-file-references-by-name)
9563         (semantic-symref-find-text):
9564         * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
9565         (senator-yank-tag):
9566         * cedet/semantic/scope.el (semantic-calculate-scope):
9567         * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
9568         * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
9569         (define-semantic-idle-service):
9570         * cedet/semantic/complete.el (semantic-complete-analyze-inline)
9571         (semantic-complete-analyze-inline-idle):
9572         * cedet/semantic/analyze.el (semantic-analyze-current-context):
9573         * cedet/mode-local.el (describe-mode-local-bindings)
9574         (describe-mode-local-bindings-in-mode):
9575         * cedet/ede/make.el (ede-make-check-version):
9576         * cedet/ede/locate.el (ede-enable-locate-on-project):
9577         * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
9578         (cedet-idutils-version-check):
9579         * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
9580         (cedet-gnu-global-version-check):
9581         * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
9582         (cedet-cscope-version-check): Use called-interactively-p instead
9583         of interactive-p.
9585         * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
9586         Use semantic-format-tag-prototype.
9588 2009-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
9590         * emulation/viper-cmd.el: Use viper-last-command-char instead of
9591         last-command-char/last-command-event.
9592         (viper-prefix-arg-value): Do correct conversion of event-char for
9593         XEmacs.
9595         * emulation/viper-util.el, emulation/viper.el:
9596         Use viper-last-command-char instead of
9597         last-command-char/last-command-event.
9599         * ediff-init.el, ediff-mult.el, ediff-util.el:
9600         Replace last-command-char and last-command-event
9601         with (ediff-last-command-char) everywhere.
9603         * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
9604         created in fundamental mode.
9606         * ediff.el (ediff-version): Revert the change of interactive-p to
9607         called-interactively-p.
9609 2009-11-22  Tassilo Horn  <tassilo@member.fsf.org>
9611         * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
9612         generation from word-movement command names.
9614 2009-11-21  Chong Yidong  <cyd@stupidchicken.com>
9616         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
9617         (semantic-complete-jump-local, semantic-complete-jump):
9618         Improve prompt string.
9620 2009-11-21  Jan Djärv  <jan.h.d@swipnet.se>
9622         * cus-start.el (all): Add native condition for font-use-system-font.
9624 2009-11-21  Nathaniel Flath  <flat0103@gmail.com>
9626         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
9627         Correct the patch from 2009-11-18.  (Bug#3910)
9629 2009-11-21  Tassilo Horn  <tassilo@member.fsf.org>
9631         * progmodes/subword.el: Rename from lisp/subword.el.
9633         * subword.el: Rename to progmodes/subword.el.
9635         * Makefile.in (ELCFILES): Adapt to subword.el move.
9637 2009-11-21  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
9638             Stefan Monnier  <monnier@iro.umontreal.ca>
9640         * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
9641         (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
9642         (bookmark-bmenu-show-filenames): Use push.
9643         (bookmark-bmenu-hide-filenames): Use local var instead of
9644         bookmark-bmenu-bookmark-column.  Use pop.  Don't save window-excursion.
9645         (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
9646         (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
9647         filenames now that the bookmark names are always available.
9649 2009-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9651         * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
9652         (bookmark-search-pattern): Move and leave unbound.
9653         (bookmark-bmenu-mode-map): Change binding.
9654         (bookmark-read-search-input): Simplify.
9655         Don't use text-char-description.  Don't error on non-char events.
9656         (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
9657         only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
9658         (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
9659         Use a local var for the timer.
9660         (bookmark-bmenu-cancel-search): Remove by folding into the only caller
9661         (i.e. bookmark-bmenu-search).
9663 2009-11-21  Glenn Morris  <rgm@gnu.org>
9665         * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode.  (Bug#4993)
9667 2009-11-20  Ken Brown  <kbrown@cornell.edu>  (tiny change)
9669         * net/browse-url.el (browse-url-default-windows-browser):
9670         Use cygstart for cygwin.
9672 2009-11-20  Karl Fogel  <karl.fogel@red-bean.com>
9674         * bookmark.el: Formatting and doc fixes only:
9675         (bookmark-search-delay): Shorten doc string to fit in 80 columns.
9676         (bookmark-bmenu-search): Wrap to fit within 80 columns.
9677         Minor grammar and punctuation fixes in doc string.
9678         (bookmark-read-search-input): Adjust to fit within 80 columns.
9680 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
9682         * progmodes/cc-cmds.el (c-forward-into-nomenclature)
9683         (c-backward-into-nomenclature): Adapt to subword renaming.
9685         * subword.el (subword-forward, subword-backward, subword-mark)
9686         (subword-kill, subword-backward-kill, subword-transpose)
9687         (subword-downcase, subword-upcase, subword-capitalize)
9688         (subword-forward-internal, subword-backward-internal):
9689         Rename from forward-subword, backward-subword, mark-subword,
9690         kill-subword, backward-kill-subword, transpose-subwords,
9691         downcase-subword, upcase-subword, capitalize-subword,
9692         forward-subword-internal, backward-subword-internal.
9694 2009-11-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
9696         * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
9697         New options.
9698         (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
9699         New vars.
9700         (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
9701         (bookmark-bmenu-filter-alist-by-regexp)
9702         (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
9703         (bookmark-bmenu-search): New command.
9704         (bookmark-bmenu-mode-map): Bind it.
9706 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
9708         * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
9710         * cedet/semantic/idle.el (define-semantic-idle-service)
9711         (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
9713 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
9715         * progmodes/cc-cmds.el: declare-functioned forward-subword and
9716         backward-subword to quit the byte-compiler.
9718         * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
9720         * Makefile.in: Don't refer cc-subword.elc but subword.elc.
9722         * progmodes/cc-cmds.el (c-update-modeline)
9723         (c-forward-into-nomenclature, c-backward-into-nomenclature):
9724         Refer to subword.el functions instead of cc-subword.el.
9726         * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
9727         subword.el functions instead of cc-subword.el.
9729         * progmodes/cc-subword.el: Rename to subword.el.
9730         * subword.el: Rename from progmodes/cc-subword.el.
9731         (subword-mode-map): Rename from c-subword-mode-map.
9732         (subword-mode): Rename from c-subword-mode.
9733         (global-subword-mode): New global minor mode.
9734         (forward-subword): Rename from c-forward-subword.
9735         (backward-subword): Rename from c-backward-subword.
9736         (mark-subword): Rename from c-mark-subword.
9737         (kill-subword): Rename from c-kill-subword.
9738         (backward-kill-subword): Rename from c-backward-kill-subword.
9739         (transpose-subwords): Rename from c-tranpose-subword.
9740         (downcase-subword): Rename from c-downcase-subword.
9741         (capitalize-subword): Rename from c-capitalize-subword.
9742         (forward-subword-internal): Rename from c-forward-subword-internal.
9743         (backward-subword-internal): Rename from c-backward-subword-internal.
9745 2009-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
9747         * vc.el (vc-deduce-fileset): Allow non-state changing operations
9748         from a dired buffer.
9749         (vc-dired-deduce-fileset): New function.
9750         (vc-root-diff, vc-print-root-log): Use it.
9752         * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
9753         nil LIMIT argument to vc-print-log-internal.
9755 2009-11-20  Glenn Morris  <rgm@gnu.org>
9757         * Makefile.in (ELCFILES): Regenerate.
9759 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
9761         * cedet/cedet.el (cedet-menu-map): Re-order menu items.
9763         * cedet/semantic.el: Enable idle-mode menu items only if
9764         global-semantic-idle-scheduler-mode is enabled.
9765         (semantic-default-submodes): Doc fix.
9767         * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
9768         When turning off, disable other idle modes.
9770 2009-11-20  Jay Belanger  <jay.p.belanger@gmail.com>
9772         * calc/calc.el (calc-set-mode-line):
9773         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
9774         (math-format-number): Rename `math-format-complement-signed' to
9775         `math-format-twos-complement'.
9777         * calc/calc-bin.el (math-format-twos-complement): Rename from
9778         math-format-complement-signed.
9779         (calc-radix): Rename `calc-complement-signed-mode' to
9780         `calc-twos-complement-mode'.
9781         (calc-octal-radix, calc-hex-radix): Add an argument for
9782         two's complement.
9784         * calc/calc-embed.el (calc-embedded-mode-vars):
9785         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
9787         * calc/calc-ext.el (calc-init-extensions):
9788         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
9789         (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
9791         * calc/calc-units.el (math-build-units-table-buffer):
9792         Let `calc-twos-complement-mode' be nil.
9794         * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
9795         entries.
9797         * calc/calc-vec.el (calcFunc-vunpack):
9798         * calc/calc-aent.el (calc-do-calc-eval):
9799         * calc/calc-forms.el (math-format-date):
9800         * calc/calc-graph.el (calc-graph-plot):
9801         * calc/calc-math.el (math-use-emacs-fn):
9802         * calc/calccomp.el (math-compose-expr):
9803         Let `calc-twos-complement-mode' be nil.
9805 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9807         * abbrev.el (abbrev-with-wrapper-hook): (re)move...
9808         * simple.el (with-wrapper-hook): ...to here.  Add argument `args'.
9809         * minibuffer.el (completion-in-region-functions): New hook.
9810         (completion-in-region): New function.
9811         * emacs-lisp/lisp.el (lisp-complete-symbol):
9812         * pcomplete.el (pcomplete-std-complete): Use it.
9814 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9816         * textmodes/tex-mode.el (latex-complete-bibtex-cache)
9817         (latex-complete-alist): New vars.
9818         (latex-string-prefix-p, latex-complete-bibtex-keys)
9819         (latex-complete-envnames, latex-complete-refkeys)
9820         (latex-complete-data): New functions.
9821         (latex-complete, latex-indent-or-complete): New commands.
9823         * window.el (display-buffer-mark-dedicated): New var.
9824         (display-buffer): Obey it.
9825         * minibuffer.el (minibuffer-completion-help): Use it.
9827         * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
9829         * filecache.el (file-cache-add-file): Use push and cons.
9830         (file-cache-delete-file-regexp): Use push.
9831         (file-cache-complete): Use completion-in-region.
9833         * simple.el (with-wrapper-hook): Fix thinko.
9835         * hfy-cmap.el (hfy-rgb-file): Use locate-file.
9836         (htmlfontify-load-rgb-file): Remove unnused var `ff'.
9837         Use with-current-buffer and string-to-number.
9838         (hfy-fallback-colour-values): Use assoc-string.
9839         * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
9840         (hfy-face-at): Remove unused var `found-face'.
9841         (hfy-compile-stylesheet): Remove unused var `css'.
9842         (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
9843         and `orig-buffer'.
9844         (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
9845         Use with-current-buffer.
9846         (hfy-text-p): Use expand-file-name and fewer setq.
9848 2009-11-19  Vivek Dasmohapatra  <vivek@etla.org>
9850         * htmlfontify.el, hfy-cmap.el: New files.
9852 2009-11-19  Juri Linkov  <juri@jurta.org>
9854         * minibuffer.el (completions-format): New defcustom.
9855         (completion--insert-strings): Implement vertical format.
9857         * simple.el (switch-to-completions): Move point to the first
9858         completion when point was at the beginning of the buffer.
9860 2009-11-19  Juri Linkov  <juri@jurta.org>
9862         * find-dired.el (find-name-arg): Remove autoload.  (Bug#4387)
9864         * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
9866 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
9868         * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
9869         (mail-signature): Change default to t.
9870         (mail-from-style): Deprecate `system-default' value.
9871         (mail-insert-from-field): For default value of mail-from-style,
9872         default to `angles' unless `angles' needs quoting and `parens'
9873         does not.
9874         (mail-citation-prefix-regexp): Use citation regexp from
9875         message-mode.
9877 2009-11-19  Michael Albinus  <michael.albinus@gmx.de>
9879         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
9880         Set variables for computing the prompt for reading password.
9882 2009-11-19  Glenn Morris  <rgm@gnu.org>
9884         * dired-aux.el (dired-compress-file-suffixes): Add ".xz".  (Bug#4953)
9886         * textmodes/flyspell.el (sgml-lexical-context): Declare.
9888         * net/newst-treeview.el (newsticker-treeview-treewindow-width)
9889         (newsticker-treeview-listwindow-height): Fix custom type.
9891 2009-11-19  Kenichi Handa  <handa@m17n.org>
9893         * descr-text.el (describe-char-padded-string): Compose with TAB
9894         only if there's a font for CH.
9895         (describe-char): Fix the condition for detecting a trivial composition.
9897 2009-11-18  Nathaniel Flath  <flat0103@gmail.com>
9899         * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
9900         more accurate version of the regexp.  (Bug#3910)
9902 2009-11-18  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
9904         * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
9906 2009-11-18  Juanma Barranquero  <lekktu@gmail.com>
9908         * font-setting.el (font-use-system-font): Declare for byte-compiler.
9909         (font-setting-change-default-font): Fix typo in docstring.
9911 2009-11-18  Alan Mackenzie  <acm@muc.de>
9913         * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
9915 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
9917         * font-setting.el (font-use-system-font): Move ...
9919         * cus-start.el (all): ... to here.
9921 2009-11-17  Michael Albinus  <michael.albinus@gmx.de>
9923         * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
9924         Don't set `ad-return-value' if `ad-do-it' doesn't.
9926         * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
9927         modification time.
9929 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
9931         * menu-bar.el: Put "Use system font" in Option-menu.
9932         (menu-bar-options-save): Add font-use-system-font.
9934         * loadup.el: If feature system-font-setting or font-render-setting is
9935         there, load font-setting.
9937         * Makefile.in (ELCFILES): Add font-settings.el.
9938         * font-setting.el: New file.
9940 2009-11-17  Glenn Morris  <rgm@gnu.org>
9942         * vc-svn.el (vc-svn-print-log): Fix typo in previous.
9944         * net/newst-treeview.el (newsticker--treeview-list-update-faces):
9945         Preserve point in the list buffer.  (Bug#4939)
9946         Use point-at-eol.
9947         (newsticker--treeview-list-update-highlight)
9948         (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
9950 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
9952         * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
9953         Remove.
9955         * calc/calc-ext.el (calc-init-extensions): Remove references to
9956         symclip.
9958         * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
9960         * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
9961         * calc/calc-help.el (calc-b-prefix-help): Remove references to
9962         `calc-symclip'.
9964 2009-11-16  Kevin Ryde  <user42@zip.com.au>
9966         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
9967         Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
9969         * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
9970         (lm-keywords-list): Allow comma-only separator like "foo,bar".
9971         Ignore trailing spaces by omit-nulls to split-string (fixing
9972         regression from Emacs 21 due to the incompatible split-string
9973         change).  (Bug #4928.)
9975 2009-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
9977         * vc.el (vc-log-show-limit): Default to 2000.
9978         (vc-print-log-internal): Insert buttons to request more entries
9979         when limiting the output.
9981         * vc-sccs.el (vc-sccs-print-log):
9982         * vc-rcs.el (vc-rcs-print-log):
9983         * vc-cvs.el (vc-cvs-print-log):
9984         * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
9985         LIMIT is non-nil.
9987 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
9989         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
9990         error when `tramp-gvfs-dbus-event-vector' is set.
9991         (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
9993 2009-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9995         * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
9997 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
9999         * net/dbus.el (dbus-unregister-service): New defun.
10000         (dbus-register-property): Register the handlers of
10001         "org.freedesktop.DBus.Properties" for SERVICE.
10002         (dbus-property-handler): Fix docstring.
10004 2009-11-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10006         * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
10007         Quote doc string reference in defvaralias as it is not in special form.
10008         (byte-compile-output-docform): Doc fix.
10010 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
10012         * calc/calc.el (math-2-word-size, math-half-2-word-size)
10013         (calc-complement-signed-mode): New variables.
10014         (calc-set-mode-line): Add indicator for twos-complements.
10015         (math-format-number): Format twos-complement notation.
10017         * calc/calc-bin.el (calc-word-size): Reset the variables
10018         `math-2-word-size' and `math-half-2-word-size'.
10019         (math-format-complement-signed, math-symclip, calcFunc-symclip)
10020         (calc-symclip): New functions.
10022         * calc/calc-aent.el (math-read-token): Read complement signed numbers.
10024         * calc/calc-embed.el (calc-embedded-mode-vars):
10025         Add `calc-complement-signed-mode' to the list of modes.
10027         * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
10028         (calc-b-oper-keys): Add `calc-symclip' to list.
10030         * calc/calc-ext.el (math-read-number-fancy): Read complement
10031         signed numbers.
10032         (calc-init-extensions): Add binding for `calc-symclip'.
10033         Add autoload for `calcFunc-symclip' and `calc-symclip'.
10035         * calc/calc-menu.el (calc-arithmetic-menu): Add item for
10036         `calc-symclip'.
10037         (calc-modes-menu): Add item for twos complement mode.
10039         * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
10041 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
10043         * register.el (jump-to-register, insert-register): Handle Semantic
10044         tags.  From commented-out advice in semantic/senator.el.
10046 2009-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
10048         * vc.el (vc-log-show-limit): New variable.
10049         (vc-print-log, vc-print-root-log): Add new argument LIMIT.  Set it
10050         when using a prefix argument.
10051         (vc-print-log-internal): Add new argument LIMIT.
10053         * vc-svn.el (vc-svn-print-log):
10054         * vc-mtn.el (vc-mtn-print-log):
10055         * vc-hg.el (vc-hg-print-log):
10056         * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
10057         pass it to the log command when set.  Make the BUFFER argument
10058         non-optional.
10060         * vc-sccs.el (vc-sccs-print-log):
10061         * vc-rcs.el (vc-rcs-print-log):
10062         * vc-git.el (vc-git-print-log):
10063         * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
10064         ignore it.  Make the BUFFER argument non-optional
10066         * bindings.el (mode-line-buffer-identification): Do not purecopy.
10068 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
10070         * dired.el (dired-mode-map): Move encryption items to "Operate"
10071         menu (Bug#4703).
10073         * strokes.el (strokes-update-window-configuration): Make strokes
10074         buffer current before erasing (Bug#4906).
10076         * cedet/semantic/idle.el (semantic-idle-summary-mode)
10077         (semantic-idle-summary-mode): Define using define-minor-mode
10078         instead of define-semantic-idle-service.
10079         (semantic-idle-summary-mode): New function.
10080         (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
10081         that mouse motion does not reset the echo area.
10083 2009-11-15  Juri Linkov  <juri@jurta.org>
10085         * simple.el (set-mark-default-inactive): Add :type, :group
10086         and :version.  (Bug#4876)
10088 2009-11-15  Michael Albinus  <michael.albinus@gmx.de>
10090         * arc-mode.el (archive-maybe-copy): Move creation of directory ...
10091         (archive-unique-fname): ... here.  (Bug#4929)
10093 2009-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10095         * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
10096         with a real fix.
10098         * novice.el (disabled-command-function): Add useful args.
10099         Setup the help buffer so that [back] works.
10100         Remove redundant call to help-mode.
10101         (disabled-command-function): Use `case'.
10102         (en/disable-command): New function extracted from enable-command.
10103         (enable-command, disable-command): Use it.
10105 2009-11-14  Glenn Morris  <rgm@gnu.org>
10107         * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
10108         constants.  (Bug#4913)
10110         * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
10112 2009-11-14  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
10114         * emacs-lisp/elint.el (elint-standard-variables): Add some variables
10115         defined in C that have no doc-strings.  (Bug#1063)
10117 2009-11-14  Francis Wright  <F.J.Wright@qmul.ac.uk>
10119         * cus-edit.el (data, files):
10120         * ps-print.el (postscript): Doc fixes for custom groups.  (Bug#3327)
10122 2009-11-14  Chong Yidong  <cyd@stupidchicken.com>
10124         * simple.el (shell-command): Doc fix (Bug#4891).
10126         * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
10128 2009-11-14  Glenn Morris  <rgm@gnu.org>
10130         * emulation/viper.el (viper-set-hooks): Remove duplicate advice
10131         statements for vc-diff, emerge-quit, and rmail-cease-edit.
10132         If they are already loaded, eval-after-load will do the right thing.
10134         * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
10135         compiling.
10137         * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
10139         * simple.el (x-selection-owner-p): Declare.
10140         (read-mail-command): Use custom radio type rather than choice.
10141         (completion-no-auto-exit): Doc fix.
10143         * custom.el (defgroup):
10144         * epg-config.el (epg): Doc fixes.
10146 2009-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
10148         * bindings.el (mode-line-buffer-identification): Purecopy only the string.
10149         * international/ccl.el (define-ccl-program): Do not purecopy the
10150         docstring, defconst does it anyway.
10152 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10154         * add-log.el (add-change-log-entry): Avoid displaying the changelog
10155         a second time.
10157         * x-dnd.el (x-dnd-maybe-call-test-function):
10158         * window.el (split-window-vertically):
10159         * whitespace.el (whitespace-help-on):
10160         * vc-rcs.el (vc-rcs-consult-headers):
10161         * userlock.el (ask-user-about-lock-help)
10162         (ask-user-about-supersession-help):
10163         * type-break.el (type-break-force-mode-line-update):
10164         * time-stamp.el (time-stamp-conv-warn):
10165         * terminal.el (te-set-output-log, te-more-break, te-filter)
10166         (te-sentinel, terminal-emulator):
10167         * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
10168         (term-write-input-ring, term-check-source, term-start-output-log):
10169         (term-display-buffer-line, term-dynamic-list-completions):
10170         (term-ansi-make-term, serial-term):
10171         * subr.el (selective-display):
10172         * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
10173         (strokes-encode-buffer, strokes-xpm-for-compressed-string):
10174         * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
10175         (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
10176         (speedbar-remove-localized-speedbar-support)
10177         (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
10178         (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
10179         (speedbar-buffers-line-directory):
10180         * simple.el (shell-command-on-region, append-to-buffer)
10181         (prepend-to-buffer):
10182         * shadowfile.el (shadow-save-todo-file):
10183         * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
10184         (scroll-bar-maybe-set-window-start):
10185         * sb-image.el (speedbar-image-dump):
10186         * saveplace.el (save-place-alist-to-file, save-places-to-alist)
10187         (load-save-place-alist-from-file):
10188         * ps-samp.el (ps-print-message-from-summary):
10189         * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
10190         (ps-background-image, ps-begin-job, ps-do-despool):
10191         * ps-bdf.el (bdf-find-file, bdf-read-font-info):
10192         * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
10193         (pr-ps-message-from-summary, pr-lpr-message-from-summary):
10194         (pr-call-process, pr-file-list, pr-interface-save):
10195         * novice.el (disabled-command-function)
10196         (enable-command, disable-command):
10197         * mouse.el (mouse-buffer-menu-alist):
10198         * mouse-copy.el (mouse-kill-preserving-secondary):
10199         * macros.el (kbd-macro-query):
10200         * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
10201         * informat.el (batch-info-validate):
10202         * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
10203         * hippie-exp.el (try-expand-dabbrev-visible):
10204         * help-mode.el (help-make-xrefs):
10205         * help-fns.el (describe-variable):
10206         * generic-x.el (bat-generic-mode-run-as-comint):
10207         * finder.el (finder-mouse-select):
10208         * find-dired.el (find-dired-sentinel):
10209         * filesets.el (filesets-file-close):
10210         * files.el (list-directory):
10211         * faces.el (list-faces-display, describe-face):
10212         * facemenu.el (list-colors-display):
10213         * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
10214         * epg.el (epg--process-filter, epg-cancel):
10215         * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
10216         (epa--read-signature-type):
10217         * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
10218         (emerge-file-names):
10219         * ehelp.el (electric-helpify):
10220         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
10221         * ediff-vers.el (rcs-ediff-view-revision):
10222         * ediff-util.el (ediff-setup):
10223         * ediff-mult.el (ediff-append-custom-diff):
10224         * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
10225         (ediff-wordify):
10226         * echistory.el (Electric-command-history-redo-expression):
10227         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
10228         * disp-table.el (describe-display-table):
10229         * dired.el (dired-find-buffer-nocreate):
10230         * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
10231         * dabbrev.el (dabbrev--same-major-mode-p):
10232         * chistory.el (list-command-history):
10233         * apropos.el (apropos-documentation):
10234         * allout.el (allout-obtain-passphrase):
10235         (allout-copy-exposed-to-buffer):
10236         (allout-verify-passphrase): Use with-current-buffer.
10238 2009-11-13  Glenn Morris  <rgm@gnu.org>
10240         * Makefile.in (ELCFILES): Regenerate.
10242 2009-11-13  Michael Albinus  <michael.albinus@gmx.de>
10244         * net/dbus.el (dbus-registered-objects-table): Rename from
10245         `dbus-registered-functions-table', because it contains also properties.
10246         (dbus-unregister-object): Unregister also properties.
10247         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
10248         Use a timeout of 500 msec, in order to not block.
10249         (dbus-register-property, dbus-property-handler): New defuns.
10251 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10253         * simple.el (minibuffer-default-add-completions): Drop deprecated
10254         4th arg.
10256 2009-11-13  Tomas Abrahamsson  <tab@lysator.liu.se>
10258         * textmodes/artist.el (artist-mouse-choose-operation):
10259         Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
10260         menus.  Bug noticed by Eli Zaretskii <eliz@gnu.org>.
10261         (artist-compute-up-event-key): New function.
10262         (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
10264 2009-11-13  Kenichi Handa  <handa@m17n.org>
10266         * language/japan-util.el: Make sure that the value of jisx0208
10267         property is jisx0208 character.
10269 2009-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
10271         * international/mule.el (auto-coding-regexp-alist): Only purecopy
10272         car or each item, not the whole list.
10274 2009-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10276         * minibuffer.el (minibuffer-completion-help):
10277         Use minibuffer-hide-completions.
10279 2009-11-12  Per Starbäck  <per@starback.se>  (tiny change)
10281         * dired.el (dired-save-positions, dired-restore-positions): New funs.
10282         (dired-revert): Use them (bug#4880).
10284 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
10286         * tooltip.el (tooltip-frame-parameters): Undo previous change.
10288 2009-11-12  Juri Linkov  <juri@jurta.org>
10290         * ffap.el (ffap-alternate-file-other-window, ffap-literally):
10291         New functions.
10292         (find-file-literally-at-point): Alias of `ffap-literally'.
10294 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
10296         * textmodes/ispell.el (ispell-skip-region-alist):
10297         * textmodes/css-mode.el (auto-mode-alist):
10298         * progmodes/compile.el (auto-mode-alist):
10299         * international/mule.el (ctext-non-standard-encodings-alist)
10300         (ctext-non-standard-encodings-regexp):
10301         * simple.el (shell-command-switch, text-read-only):
10302         * replace.el (occur-mode-map):
10303         * paths.el (rmail-file-name):
10304         * jka-cmpr-hook.el (jka-compr-build-file-regexp):
10305         * find-file.el (ff-special-constructs):
10306         * files.el (file-name-handler-alist):
10307         * composite.el: Purecopy strings.
10309         * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
10311 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
10313         * widget.el (define-widget): Purecopy the docstring.
10314         * international/mule-cmds.el (charset): Do not purecopy the
10315         docstring here, define-widget does it.
10317         * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
10318         * textmodes/bibtex-style.el (auto-mode-alist):
10319         * progmodes/inf-lisp.el (inferior-lisp-prompt):
10320         * progmodes/compile.el (compile-command):
10321         * language/korea-util.el (default-korean-keyboard):
10322         * international/mule-conf.el (file-coding-system-alist):
10323         * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
10324         * tooltip.el (tooltip-frame-parameters):
10325         * newcomment.el (comment-end, comment-padding):
10326         * dired.el (dired-trivial-filenames):
10327         * comint.el (comint-file-name-prefix): Purecopy initial values.
10329 2009-11-11  Michael Albinus  <michael.albinus@gmx.de>
10331         * net/tramp.el (tramp-advice-minibuffer-electric-separator)
10332         (tramp-advice-minibuffer-electric-tilde): Unload advices via
10333         `tramp-unload'.
10334         (tramp-advice-make-auto-save-file-name)
10335         (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
10336         after removing the advice.
10338 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
10340         * progmodes/grep.el (grep-regexp-alist):
10341         * international/mule-cmds.el (iso-2022-control-alist):
10342         * emacs-lisp/timer.el (timer-duration-words):
10343         * subr.el (version-separator, version-regexp-alist):
10344         * minibuffer.el (completion-styles-alist):
10345         * faces.el (face-attribute-name-alist, list-faces-sample-text):
10346         Change defvars to defconsts.
10348         * Makefile.in (ELCFILES): Add international/mule-conf.elc.
10349         * loadup.el ("international/mule-conf"): Load the byte compiled version.
10350         * international/mule-conf.el: Allow to be byte compiled.
10352         * international/mule.el (define-charset): Purecopy props.
10353         (load-with-code-conversion): Purecopy doc string and file name.
10354         (put-charset-property): Purecopy strings.
10355         (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
10357         * international/mule-cmds.el (register-input-method): Purecopy arguments.
10358         (define-char-code-property): Correctly purecopy the table.
10360         * international/ccl.el (define-ccl-program): Purecopy the docstring.
10362         * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
10364         * subr.el (add-hook): Purecopy strings.
10365         (eval-after-load): Purecopy load-history-regexp and the form.
10367         * custom.el (custom-declare-group): Purecopy load-file-name.
10369         * subr.el (menu-bar-separator): New defconst.
10370         * net/eudc.el (eudc-tools-menu):
10371         * international/mule-cmds.el (set-coding-system-map)
10372         (mule-menu-keymap):
10373         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
10374         * vc-hooks.el (vc-menu-map):
10375         * replace.el (occur-mode-map):
10376         * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
10377         (menu-bar-edit-menu, menu-bar-goto-menu)
10378         (menu-bar-custom-menu, menu-bar-showhide-menu)
10379         (menu-bar-options-menu, menu-bar-tools-menu)
10380         (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
10381         (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
10382         (menu-bar-help-menu):
10383         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
10384         * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
10386         * term/x-win.el (x-gtk-stock-map):
10387         * progmodes/vera-mode.el (auto-mode-alist):
10388         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
10389         (inferior-lisp-program, inferior-lisp-load-command):
10390         * progmodes/hideshow.el (hs-special-modes-alist):
10391         * progmodes/gud.el (same-window-regexps):
10392         * progmodes/grep.el (grep-program, find-program, xargs-program):
10393         * net/telnet.el (same-window-regexps):
10394         * net/rlogin.el (same-window-regexps):
10395         * language/ethiopic.el (font-ccl-encoder-alist):
10396         * vc-sccs.el (vc-sccs-master-templates):
10397         * vc-rcs.el (vc-rcs-master-templates):
10398         * subr.el (cl-assertion-failed):
10399         * simple.el (next-error-overlay-arrow-position):
10400         * lpr.el (lpr-command):
10401         * locate.el (locate-ls-subdir-switches):
10402         * info.el (same-window-regexps, info)
10403         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
10404         * image-mode.el (image-mode, auto-mode-alist):
10405         * hippie-exp.el (hippie-expand-ignore-buffers):
10406         * format.el (format-alist):
10407         * find-dired.el (find-ls-subdir-switches, find-grep-options)
10408         (find-name-arg):
10409         * facemenu.el (facemenu-keybindings):
10410         * dired.el (dired-listing-switches, dired-chown-program):
10411         * diff.el (diff-switches, diff-command):
10412         * cus-edit.el (same-window-regexps):
10413         * bindings.el (mode-line-mule-info)
10414         (mode-line-buffer-identification): Purecopy strings.
10416 2009-11-11  Juri Linkov  <juri@jurta.org>
10418         * simple.el (dired-get-filename) <declare-function>:
10419         Tell the byte-compiler about dired-get-filename.
10420         (shell-command): In Dired mode, get filename from the current line
10421         as the default value.
10423 2009-11-10  Glenn Morris  <rgm@gnu.org>
10425         * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
10426         * calendar/holidays.el, progmodes/cperl-mode.el:
10427         Update x-popup-menu declarations.
10429         * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
10430         (list-load-path-shadows): Use dolist.
10431         (list-load-path-shadows): Use with-current-buffer.
10433 2009-11-10  Juri Linkov  <juri@jurta.org>
10435         * minibuffer.el (read-file-name): Support a list of default values
10436         in `default-filename'.  Use the first file name where only one
10437         element is required.  Doc fix.
10439 2009-11-09  Michael Albinus  <michael.albinus@gmx.de>
10441         * net/dbus.el (dbus-unregister-object): Release service, if no
10442         other method is registered for it.
10444 2009-11-08  Markus Rost  <rost@math.uni-bielefeld.de>
10446         * bookmark.el (bookmark-completing-read): Sort bookmark names if
10447         bookmark-sort-flag is non-nil (Bug#4653).
10449 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
10451         * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
10452         the progress reporter entirely.
10454         * emulation/cua-base.el: Add CUA property to some CC mode commands
10455         (Bug#4100).
10457 2009-11-08  Kevin Ryde  <user42@zip.com.au>
10459         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
10460         at end of sentence (Bug#4818).
10462 2009-11-08  Jared Finder  <jfinder@crypticstudios.com>
10464         * progmodes/compile.el (compilation-error-regexp-alist-alist):
10465         Handle "see declaration of" MSFT statements (Bug#4100).
10467 2009-11-08  Michael Albinus  <michael.albinus@gmx.de>
10469         * net/tramp.el (tramp-advice-make-auto-save-file-name)
10470         (tramp-advice-file-expand-wildcards): Unload via
10471         `ad-remove-advice'.
10473         * net/trampver.el: Update release number.
10475 2009-11-08  Kevin Ryde  <user42@zip.com.au>
10477         * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
10478         `ad-do-it'.
10480 2009-11-08  Andr  <m00naticus@gmail.com>  (tiny change)
10482         * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
10483         in order to keep context in SELinux.
10485 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
10487         * dired-aux.el (dired-query): Place cursor in echo area and allow
10488         C-g.
10490         * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
10491         menu item if not on a directory (Bug#4701).
10493 2009-11-07  Michael Albinus  <michael.albinus@gmx.de>
10495         Sync with Tramp 2.1.17.
10497         * net/tramp.el (tramp-handle-copy-directory): Don't use
10498         `file-remote-p' (due to compatibility).
10500         * net/tramp-compat.el (tramp-compat-copy-directory)
10501         (tramp-compat-delete-directory): New defuns.
10503         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
10504         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
10505         `tramp-compat-delete-directory'.
10507         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
10508         (tramp-smb-handle-delete-directory): Use
10509         `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
10511         * net/trampver.el: Update release number.
10513 2009-11-07  Chong Yidong  <cyd@stupidchicken.com>
10515         * tar-mode.el (tar-copy): Call write-region on the right buffer
10516         (Bug#4857).
10518         * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
10519         by hand, if necessary (Bug#4878).
10521 2009-11-06  Chong Yidong  <cyd@stupidchicken.com>
10523         * buff-menu.el (Buffer-menu-buffer+size): Use display property to
10524         align size column (Bug#4839).
10526         * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
10527         statement.
10529 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
10531         * progmodes/ld-script.el (auto-mode-alist):
10532         * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
10534         * cus-face.el (custom-declare-face): Purecopy face spec.
10536 2009-11-06  Kenichi Handa  <handa@m17n.org>
10538         * international/uni-bidi.el: Re-generated.
10539         * international/uni-category.el: Re-generated.
10540         * international/uni-combining.el: Re-generated.
10541         * international/uni-mirrored.el: Re-generated.
10543 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
10545         * textmodes/tex-mode.el (tex-alt-dvi-print-command)
10546         (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
10547         (tex-start-options, slitex-run-command, latex-run-command)
10548         (tex-run-command, tex-directory):
10549         * textmodes/ispell.el (ispell-html-skip-alists)
10550         (ispell-tex-skip-alists, ispell-tex-skip-alists):
10551         * textmodes/fill.el (adaptive-fill-first-line-regexp):
10552         (adaptive-fill-regexp):
10553         * textmodes/dns-mode.el (auto-mode-alist):
10554         * progmodes/python.el (interpreter-mode-alist):
10555         * progmodes/etags.el (tags-compression-info-list):
10556         * progmodes/etags.el (tags-file-name):
10557         * net/browse-url.el (browse-url-galeon-program)
10558         (browse-url-firefox-program):
10559         * mail/sendmail.el (mail-signature-file)
10560         (mail-citation-prefix-regexp):
10561         * international/mule-conf.el (eight-bit):
10562         * international/latexenc.el (latex-inputenc-coding-alist):
10563         * international/fontset.el (x-pixel-size-width-font-regexp):
10564         * emacs-lisp/warnings.el (warning-type-format):
10565         * emacs-lisp/trace.el (trace-buffer):
10566         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
10567         (emacs-lisp-mode-map):
10568         * calendar/holidays.el (holiday-solar-holidays)
10569         (holiday-bahai-holidays, holiday-islamic-holidays)
10570         (holiday-christian-holidays, holiday-hebrew-holidays)
10571         (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
10572         (hebrew-holidays-1, holiday-oriental-holidays)
10573         (holiday-general-holidays):
10574         * x-dnd.el (x-dnd-known-types):
10575         * tool-bar.el (tool-bar):
10576         * startup.el (site-run-file):
10577         * shell.el (shell-dumb-shell-regexp):
10578         * rfn-eshadow.el (file-name-shadow-tty-properties)
10579         (file-name-shadow-properties):
10580         * paths.el (remote-shell-program, news-directory):
10581         * mouse.el ([C-down-mouse-3]):
10582         * menu-bar.el (menu-bar-tools-menu):
10583         * jka-cmpr-hook.el (jka-compr-load-suffixes)
10584         (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
10585         (jka-compr-compression-info-list):
10586         * isearch.el (search-whitespace-regexp):
10587         * image-file.el (image-file-name-extensions):
10588         * find-dired.el (find-ls-option):
10589         * files.el (directory-listing-before-filename-regexp)
10590         (directory-free-space-args, insert-directory-program)
10591         (list-directory-brief-switches, magic-fallback-mode-alist)
10592         (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
10593         (automount-dir-prefix):
10594         * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
10595         (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
10596         (face-font-registry-alternatives, face-font-registry-alternatives)
10597         (face-font-family-alternatives):
10598         * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
10599         (facemenu-foreground-menu, facemenu-face-menu):
10600         * epa-hook.el (epa-file-name-regexp):
10601         * dnd.el (dnd-protocol-alist):
10602         * textmodes/rst.el (auto-mode-alist):
10603         * button.el (default-button): Purecopy strings.
10605 2009-11-06  Glenn Morris  <rgm@gnu.org>
10607         * Makefile.in (ELCFILES): Update.
10609 2009-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10611         * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
10612         * emacs-lisp/levents.el: Move to obsolete/levents.el.
10614         * nxml/xsd-regexp.el (xsdre-gen-categories):
10615         * nxml/xmltok.el (xmltok-parse-entity):
10616         * nxml/rng-parse.el (rng-parse-validate-file):
10617         * nxml/rng-maint.el (rng-format-manual)
10618         (rng-manual-output-force-new-line):
10619         * nxml/rng-loc.el (rng-save-schema-location-1):
10620         * nxml/rng-cmpct.el (rng-c-parse-file):
10621         * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
10622         * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
10624 2009-11-05  Wilson Snyder  <wsnyder@wsnyder.org>
10626         * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
10627         Remove extra save-excursions and make-variable-buffer-local's.
10628         Suggested by Stefan Monnier.
10630         (verilog-getopt-file, verilog-module-inside-filename-p)
10631         (verilog-set-define): Merge GNU 1.35 and repair changes from
10632         switching to using with-current-buffer.
10634         (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
10635         being treated as a number and confusing AUTORESET.
10636         Reported by Dan Dever.
10638         (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
10639         Add verilog-auto-ignore-concat to fix backward compatibility with
10640         older verilog-modes.  Reported by Dan Katz.
10642         (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
10643         containing closing anchors "...$".
10645         (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
10646         Reported by Wade Smith.
10648         (verilog-batch-execute-func): Comment on function usage.
10650 2009-11-05  Michael McNamara  <mac@mail.brushroad.com>
10652         * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
10653         for labels.
10655         (verilog-label-re, verilog-calc-1): Support proper indent of named
10656         asserts.
10658         (verilog-backward-token, verilog-basic-complete-re)
10659         (verilog-beg-of-statement, verilog-indent-re): Support proper
10660         indent of the assert statement at the beginning of a block of text.
10662         (verilog-beg-block-re, verilog-ovm-begin-re): Support the
10663         `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
10664         tokens as begins.
10666 2009-11-05  Glenn Morris  <rgm@gnu.org>
10668         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
10669         Emacs 19.  (Bug#1531)
10670         (byte-compile-fix-header): Update for the above change.
10671         Drop test for epoch::version.
10673         * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
10674         * cus-dep.el (custom-make-dependencies):
10675         * finder.el (finder-compile-keywords):
10676         Use autoload-rubric's feature argument.
10678         * calendar/diary-lib.el (top-level): Make load behave more like require.
10680         * vc-git.el (vc-git-stash-map): Move definition before use.
10682 2009-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
10684         * custom.el (custom-declare-group): Purecopy standard-value.
10685         (custom-declare-group): Purecopy custom-prefix.
10687         * international/mule.el (load-with-code-conversion):
10688         Call do-after-load-evaluation unconditionally.
10690         * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
10692 2009-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10694         * descr-text.el: Require help-mode rather than help-fns (bug#4861).
10696 2009-11-04  Glenn Morris  <rgm@gnu.org>
10698         * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
10699         (byte-compile-compatibility): Remove option.
10700         (byte-compile-close-variables, byte-compile-fix-header)
10701         (byte-compile-insert-header, byte-compile-output-docform)
10702         (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
10703         (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
10704         (byte-compile-list, byte-compile-concat, byte-compile-function-form)
10705         (byte-compile-insert, byte-compile-defun):
10706         Remove support for byte-compile-compatibility and Emacs 18.  (Bug#4571)
10707         (byte-defop-compiler19): Remove.
10708         Without byte-compile-compatibility, the 'emacs19-opcode property is not
10709         used by anything.  Replace all calls with byte-defop-compiler.
10711 2009-11-04  Juri Linkov  <juri@jurta.org>
10713         * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
10714         (menu-bar-options-menu): Don't quote the `prop' arg of
10715         `menu-bar-make-mm-toggle'.
10717 2009-11-04  Juanma Barranquero  <lekktu@gmail.com>
10719         * calendar/calendar.el (cal-loaddefs):
10720         * calendar/diary-lib.el (diary-loaddefs):
10721         * calendar/holidays.el (hol-loaddefs):
10722         * eshell/esh-module.el (esh-groups): Load rather than require.
10724 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10726         * calendar/todo-mode.el (todo-add-category): Don't hardcode
10727         point-min==1.
10728         (todo-top-priorities): Only display-buffer when called interactively.
10729         (todo-item-start): Don't save excursion point.
10730         (todo-item-end): Be slightly more careful.  Add `include-sep' arg.
10731         (todo-insert-item-here, todo-file-item, todo-remove-item):
10732         Adjust uses of todo-item-start and todo-item-end.
10734         * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
10735         (autoload-rubric): Don't use any more.
10736         * cedet/semantic/fw.el (semantic/loaddefs):
10737         * cedet/srecode.el (srecode/loaddefs):
10738         * cedet/ede.el (ede/loaddefs): Load rather than require.
10739         * cedet/ede/cpp-root.el:
10740         * cedet/ede/emacs.el:
10741         * cedet/ede/files.el:
10742         * cedet/ede/linux.el:
10743         * cedet/ede/locate.el:
10744         * cedet/ede/make.el:
10745         * cedet/ede/shell.el:
10746         * cedet/ede/speedbar.el:
10747         * cedet/ede/system.el:
10748         * cedet/ede/util.el:
10749         * cedet/semantic/analyze.el:
10750         * cedet/semantic/bovine.el:
10751         * cedet/semantic/complete.el:
10752         * cedet/semantic/ctxt.el:
10753         * cedet/semantic/db-file.el:
10754         * cedet/semantic/db-find.el:
10755         * cedet/semantic/db-global.el:
10756         * cedet/semantic/db-mode.el:
10757         * cedet/semantic/db-typecache.el:
10758         * cedet/semantic/db.el:
10759         * cedet/semantic/debug.el:
10760         * cedet/semantic/dep.el:
10761         * cedet/semantic/doc.el:
10762         * cedet/semantic/edit.el:
10763         * cedet/semantic/find.el:
10764         * cedet/semantic/format.el:
10765         * cedet/semantic/html.el:
10766         * cedet/semantic/ia-sb.el:
10767         * cedet/semantic/ia.el:
10768         * cedet/semantic/idle.el:
10769         * cedet/semantic/lex-spp.el:
10770         * cedet/semantic/lex.el:
10771         * cedet/semantic/mru-bookmark.el:
10772         * cedet/semantic/scope.el:
10773         * cedet/semantic/senator.el:
10774         * cedet/semantic/sort.el:
10775         * cedet/semantic/symref.el:
10776         * cedet/semantic/tag-file.el:
10777         * cedet/semantic/tag-ls.el:
10778         * cedet/semantic/tag-write.el:
10779         * cedet/semantic/tag.el:
10780         * cedet/semantic/util-modes.el:
10781         * cedet/semantic/analyze/complete.el:
10782         * cedet/semantic/analyze/refs.el:
10783         * cedet/semantic/bovine/c.el:
10784         * cedet/semantic/bovine/gcc.el:
10785         * cedet/semantic/bovine/make.el:
10786         * cedet/semantic/bovine/scm.el:
10787         * cedet/semantic/decorate/include.el:
10788         * cedet/semantic/decorate/mode.el:
10789         * cedet/semantic/symref/cscope.el:
10790         * cedet/semantic/symref/global.el:
10791         * cedet/semantic/symref/grep.el:
10792         * cedet/semantic/symref/idutils.el:
10793         * cedet/semantic/symref/list.el:
10794         * cedet/semantic/wisent/java-tags.el:
10795         * cedet/semantic/wisent/javascript.el:
10796         * cedet/srecode/compile.el:
10797         * cedet/srecode/cpp.el:
10798         * cedet/srecode/document.el:
10799         * cedet/srecode/el.el:
10800         * cedet/srecode/expandproto.el:
10801         * cedet/srecode/getset.el:
10802         * cedet/srecode/insert.el:
10803         * cedet/srecode/java.el:
10804         * cedet/srecode/map.el:
10805         * cedet/srecode/mode.el:
10806         * cedet/srecode/template.el:
10807         * cedet/srecode/texi.el: Remove the file-local setting of
10808         generated-autoload-feature.
10810         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
10811         and only put a prop if it is non-nil.
10813 2009-11-03  Juri Linkov  <juri@jurta.org>
10815         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
10816         (menu-bar-options-menu): Fix list quoting (Bug#4429).
10818         * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
10819         and "Menu" to make top-level menu item visually one unit (like
10820         it's done for "Lisp-Interaction", "Emacs-Lisp" and other
10821         multi-word menu items).  Fix :help string for quit-window.
10823 2009-11-03  Glenn Morris  <rgm@gnu.org>
10825         * cedet/mode-local.el (with-mode-local): Doc fix.
10827         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
10828         (byte-compile-file-form-define-abbrev-table)
10829         (byte-compile-file-form-custom-declare-variable)
10830         (byte-compile-variable-ref, byte-compile-defvar):
10831         Whether or not a warning is enabled should only affect whether we issue
10832         the warning, not whether or not we collect the relevant data.
10833         Eg warnings can be turned on and off throughout the course of a file.
10835         * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
10836         (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
10838 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10840         * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
10841         * play/mpuz.el (mpuz-create-buffer):
10842         * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
10843         (lm-print-y,s,noise, lm-print-w0, lm-init):
10844         * play/gomoku.el (gomoku-prompt-for-move):
10845         * play/fortune.el (fortune-in-buffer):
10846         * play/dissociate.el (dissociated-press):
10847         * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
10848         (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
10849         * mail/supercite.el (sc-eref-show):
10850         * mail/smtpmail.el (smtpmail-send-it):
10851         * mail/rmailsum.el (rmail-summary-next-labeled-message)
10852         (rmail-summary-previous-labeled-message, rmail-summary-wipe)
10853         (rmail-summary-undelete-many, rmail-summary-rmail-update)
10854         (rmail-summary-goto-msg, rmail-summary-expunge)
10855         (rmail-summary-get-new-mail, rmail-summary-search-backward)
10856         (rmail-summary-add-label, rmail-summary-output-menu)
10857         (rmail-summary-output-body):
10858         * mail/rfc822.el (rfc822-addresses):
10859         * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
10860         * mail/mailpost.el (post-mail-send-it):
10861         * mail/hashcash.el (hashcash-generate-payment):
10862         * mail/feedmail.el (feedmail-run-the-queue)
10863         (feedmail-queue-send-edit-prompt-help-first)
10864         (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
10865         (feedmail-deduce-address-list):
10866         * eshell/esh-ext.el (eshell-remote-command):
10867         * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
10868         * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
10869         (viper-wildcard-to-regexp, viper-glob-mswindows-files)
10870         (viper-save-string-in-file, viper-valid-marker):
10871         * emulation/viper-keym.el (viper-toggle-key):
10872         * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
10873         (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
10874         (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
10875         * emulation/viper-cmd.el (viper-exec-form-in-vi)
10876         (viper-exec-form-in-emacs, viper-brac-function):
10877         * emulation/viper.el (viper-delocalize-var):
10878         * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
10879         (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
10880         (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
10881         (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
10882         * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
10883         * emulation/edt.el (edt-electric-helpify):
10884         * emulation/cua-rect.el (cua--rectangle-aux-replace):
10885         * emulation/cua-gmrk.el (cua--insert-at-global-mark)
10886         (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
10887         (cua-indent-to-global-mark-column):
10888         * calendar/diary-lib.el (calendar-mark-1):
10889         * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
10890         Use with-current-buffer.
10891         * emulation/viper.el (viper-delocalize-var): Use dolist.
10893 2009-11-03  Chong Yidong  <cyd@stupidchicken.com>
10895         * comint.el (comint-replace-by-expanded-history-before-point):
10896         Replace !! with the previous input string literally (Bug#1795).
10898 2009-11-02  Jay Belanger  <jay.p.belanger@gmail.com>
10900         * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
10901         to be made up of whitespace.
10903 2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
10905         * minibuffer.el (read-file-name): Don't use file dialogs for
10906         remote directories (Bug#99).
10908 2009-11-01  Chong Yidong  <cyd@stupidchicken.com>
10910         * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
10912 2009-11-01  Andreas Schwab  <schwab@linux-m68k.org>
10914         * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
10915         instead of deleting the window or frame.
10917 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
10919         * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
10920         Support face colors.
10922         * textmodes/tex-mode.el (tex-facemenu-add-face-function):
10923         New function.  Support face colors (Bug#1168).
10924         (tex-common-initialization): Use it.
10926         * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
10927         mode allows it (Bug#1168).
10929 2009-10-31  Juri Linkov  <juri@jurta.org>
10931         * facemenu.el (list-colors-display): Don't mark buffer as
10932         modified (Bug#3948).
10934 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
10936         * international/mule-diag.el (list-character-sets-1): Minor
10937         message fix (Bug#3526).
10939         * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
10940         face property (Bug#4834).
10941         (etags-list-tags, etags-tags-apropos-additional)
10942         (etags-tags-apropos, tags-select-tags-table): Add follow-link
10943         property.
10945         * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
10946         items.
10948         * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
10949         items.
10951         * cedet/ede.el (ede-minor-mode):
10952         * cedet/semantic.el (semantic-mode): Toggle menu separators.
10954 2009-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
10956         * textmodes/two-column.el (2C-split):
10957         * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
10958         * textmodes/tex-mode.el (tex-set-buffer-directory):
10959         * textmodes/spell.el (spell-region, spell-string):
10960         * textmodes/reftex.el (reftex-erase-buffer):
10961         (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
10962         * textmodes/reftex-toc.el (reftex-toc-promote-action):
10963         * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
10964         (reftex-select-item):
10965         * textmodes/reftex-ref.el (reftex-label-info-update)
10966         (reftex-offer-label-menu):
10967         * textmodes/reftex-index.el (reftex-index-change-entry)
10968         (reftex-index-phrases-info):
10969         * textmodes/reftex-global.el (reftex-create-tags-file)
10970         (reftex-save-all-document-buffers, reftex-ensure-write-access):
10971         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
10972         (reftex-view-crossref-from-bibtex):
10973         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
10974         (reftex-extract-bib-entries-from-thebibliography)
10975         (reftex-all-used-citation-keys, reftex-create-bibtex-file):
10976         * textmodes/refbib.el (r2b-capitalize-title):
10977         (r2b-convert-buffer, r2b-help):
10978         * textmodes/page-ext.el (pages-directory)
10979         (pages-directory-goto-with-mouse):
10980         * textmodes/bibtex.el (bibtex-validate-globally):
10981         * textmodes/bib-mode.el (bib-capitalize-title):
10982         * textmodes/artist.el (artist-clear-buffer, artist-system):
10983         * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
10984         (local-set-scheme-interaction-buffer, xscheme-process-filter)
10985         (verify-xscheme-buffer, xscheme-enter-interaction-mode)
10986         (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
10987         (xscheme-send-control-g-interrupt, xscheme-start-process)
10988         (xscheme-process-sentinel, xscheme-cd):
10989         * progmodes/verilog-mode.el (verilog-read-always-signals)
10990         (verilog-set-define, verilog-getopt-file)
10991         (verilog-module-inside-filename-p):
10992         * progmodes/sh-script.el:
10993         * progmodes/python.el (python-pdbtrack-get-source-buffer)
10994         (python-pdbtrack-grub-for-buffer, python-execute-file):
10995         * progmodes/octave-inf.el (inferior-octave):
10996         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
10997         (idlwave-shell-compile-helper-routines, idlwave-set-local)
10998         (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
10999         (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
11000         (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
11001         * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
11002         (idlwave-shell-filter, idlwave-shell-examine-highlight)
11003         (idlwave-shell-sentinel, idlwave-shell-filter-directory)
11004         (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
11005         (idlwave-shell-examine-display, idlwave-shell-run-region)
11006         (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
11007         (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
11008         * progmodes/idlw-help.el (idlwave-help-get-special-help)
11009         (idlwave-help-get-help-buffer):
11010         * progmodes/gud.el (gud-basic-call, gud-find-class)
11011         (gud-tooltip-activate-mouse-motions-if-enabled):
11012         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
11013         * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
11014         (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
11015         (ebrowse-tags-next-file):
11016         * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
11017         (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
11018         (ebnf-eps-finish-and-write):
11019         * progmodes/cpp.el (cpp-edit-save):
11020         * progmodes/cperl-mode.el (cperl-pod-to-manpage):
11021         * progmodes/cc-defs.el (c-emacs-features):
11022         * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
11023         (antlr-directory-dependencies):
11024         * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
11025         (ada-run-application, ada-find-in-src-path, ada-goto-parent)
11026         (ada-find-any-references, ada-make-filename-from-adaname)
11027         (ada-make-body-gnatstub):
11028         * obsolete/rnews.el (news-list-news-groups):
11029         * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
11030         * obsolete/iso-acc.el (iso-acc-minibuf-setup):
11031         * net/rcirc.el (rcirc-debug):
11032         * net/newst-treeview.el (newsticker--treeview-list-add-item)
11033         (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
11034         (newsticker--treeview-list-update-faces, newsticker-treeview-save)
11035         (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
11036         (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
11037         (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
11038         (newsticker--treeview-list-clear-highlight)
11039         (newsticker--treeview-list-update-highlight)
11040         (newsticker--treeview-list-highlight-start)
11041         (newsticker--treeview-tree-update-highlight)
11042         (newsticker--treeview-get-selected-item)
11043         (newsticker-treeview-mark-list-items-old)
11044         (newsticker--treeview-set-current-node):
11045         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
11046         * net/newst-backend.el (newsticker--get-news-by-funcall)
11047         (newsticker--get-news-by-wget, newsticker--image-get)
11048         (newsticker--image-sentinel):
11049         * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
11050         * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
11051         (eudc-ph-close-session):
11052         * net/eudc.el (eudc-save-options):
11053         * language/thai-word.el (thai-update-word-table):
11054         * language/japan-util.el (japanese-string-conversion):
11055         * international/titdic-cnv.el (tsang-quick-converter)
11056         (ziranma-converter, ctlau-converter):
11057         * international/mule-cmds.el (describe-language-environment):
11058         * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
11059         (skkdic-convert-postfix, skkdic-convert-prefix):
11060         (skkdic-convert-okuri-nasi, skkdic-convert):
11061         * emacs-lisp/re-builder.el (reb-update-overlays):
11062         * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
11063         * emacs-lisp/gulp.el (gulp-send-requests):
11064         * emacs-lisp/find-gc.el (trace-call-tree):
11065         * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
11066         (eieio-describe-generic):
11067         * emacs-lisp/eieio-base.el (eieio-persistent-read):
11068         * emacs-lisp/edebug.el (edebug-outside-excursion):
11069         * emacs-lisp/debug.el (debugger-make-xrefs):
11070         * emacs-lisp/cust-print.el (custom-prin1-to-string):
11071         * emacs-lisp/chart.el (chart-new-buffer):
11072         * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
11073         Use with-current-buffer.
11074         * textmodes/artist.el (artist-system): Don't call
11075         copy-sequence on a fresh string.
11076         * progmodes/idlw-shell.el (easymenu setup): Use dolist.
11078 2009-10-31  Stephen Berman  <stephen.berman@gmx.net>
11080         * calendar/todo-mode.el (todo-edit-item): Signal an error if there
11081         is no item to edit.  (Bug#4820)
11082         (todo-top-priorities): Restore point and restore narrowing in Todo
11083         buffer.  (Bug#4820)
11085 2009-10-31  Glenn Morris  <rgm@gnu.org>
11087         * net/ange-ftp.el (top-level): Don't require dired when compiling.
11088         (comint-last-output-start, comint-last-input-start)
11089         (comint-last-input-end): Don't defvar when compiling.
11090         (ange-ftp-process-file): Use bound-and-true-p.
11092         * pcmpl-rpm.el (top-level): Move provide statement to end.
11093         (pcmpl-rpm): Remove unused custom group.
11095         * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
11097         * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
11099         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
11100         (byte-compile-warnings): Add `constants' as an option.
11101         (byte-compile-callargs-warn, byte-compile-arglist-warn)
11102         (display-call-tree): Update for byte-compile-fdefinition possibly
11103         returning `(macro lambda ...)'.  (Bug#4778)
11104         (byte-compile-variable-ref, byte-compile-setq-default):
11105         Respect `constants' member of byte-compile-warnings.
11107         * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
11108         Use mapc rather than mapcar because the return value is never used.
11110         * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
11111         * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
11112         * cedet/semantic/html.el:
11113         Suppress harmless warnings about setting up semantic-imenu (not
11114         part of Emacs) variables.
11116 2009-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11118         * vc-bzr.el (vc-bzr-revision-keywords): New var.
11119         (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
11120         to "submit:".
11122         * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
11123         * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
11124         * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
11125         * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
11126         * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
11127         * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
11128         (semantic-analyzer-debug-global-symbol)
11129         (semantic-analyzer-debug-missing-innertype)
11130         (semantic-analyzer-debug-insert-include-summary):
11131         * cedet/semantic/util.el (semantic-file-tag-table):
11132         (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
11133         (semantic-recursive-find-nonterminal-by-name):
11134         * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
11135         * cedet/semantic/tag-file.el (semantic-prototype-file):
11136         * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
11137         * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
11138         * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
11139         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
11140         (semantic-idle-summary-maybe-highlight):
11141         * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
11142         (semantic-ia-sb-tag-info):
11143         * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
11144         * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
11145         * cedet/semantic/ede-grammar.el (project-compile-target):
11146         (ede-proj-makefile-insert-variables):
11147         * cedet/semantic/debug.el (semantic-debug-set-parser-location):
11148         (semantic-debug-set-source-location, semantic-debug-interface-layout)
11149         (semantic-debug-mode, semantic-debug):
11150         * cedet/semantic/db.el (semanticdb-needs-refresh-p):
11151         * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
11152         * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
11153         * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
11154         (semanticdb-find-translate-path-includes--internal)
11155         (semanticdb-reset-log, semanticdb-find-log-activity):
11156         * cedet/semantic/db-file.el (object-write):
11157         * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
11158         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
11159         (semanticdb-create-ebrowse-database):
11160         * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
11161         * cedet/semantic/complete.el (semantic-displayor-focus-request)
11162         (semantic-collector-calculate-completions-raw)
11163         (semantic-complete-read-tag-analyzer):
11164         * cedet/semantic/analyze.el (semantic-analyze-pulse):
11165         * cedet/ede/util.el (ede-update-version-in-source):
11166         * cedet/ede/proj.el (project-delete-target):
11167         * cedet/ede/proj-elisp.el (ede-update-version-in-source)
11168         (ede-proj-flush-autoconf):
11169         * cedet/ede/pconf.el (ede-proj-configure-synchronize)
11170         (ede-proj-configure-synchronize):
11171         * cedet/ede/locate.el (ede-locate-file-in-project-impl):
11172         * cedet/ede/linux.el (ede-linux-version):
11173         * cedet/ede/emacs.el (ede-emacs-version):
11174         * cedet/ede/dired.el (ede-dired-add-to-target):
11175         * cedet/ede.el (ede-buffer-header-file, ede-find-target)
11176         (ede-buffer-documentation-files, ede-project-buffers, ede-set)
11177         (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
11178         * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
11179         (cedet-idutils-lid-call, cedet-idutils-expand-filename)
11180         (cedet-idutils-version-check):
11181         * cedet/cedet-global.el (cedet-gnu-global-call):
11182         (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
11183         (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
11184         * cedet/cedet-cscope.el (cedet-cscope-call)
11185         (cedet-cscope-expand-filename, cedet-cscope-version-check):
11186         Use with-current-buffer.
11187         * cedet/ede.el (ede-make-project-local-variable)
11188         (ede-set-project-variables, ede-set): Use dolist.
11190 2009-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
11192         * textmodes/ispell.el (ispell-skip-region-alist):
11193         * international/mule-conf.el (eight-bit):
11194         * international/fontset.el (font-encoding-alist):
11195         * startup.el (pure-space-overflow-message):
11196         * simple.el (overwrite-mode-textual, overwrite-mode-binary):
11197         * paths.el (gnus-nntp-service, rmail-spool-directory)
11198         (term-file-prefix):
11199         * files.el (save-some-buffers-action-alist):
11200         * cmuscheme.el (same-window-buffer-names):
11201         * ielm.el (same-window-buffer-names):
11202         * shell.el (same-window-buffer-names):
11203         * mail/sendmail.el (same-window-buffer-names):
11204         * progmodes/inf-lisp.el (same-window-buffer-names):
11205         * bindings.el (mode-line-client)
11206         (mode-line-column-line-number-mode-map):
11207         * language/tibetan.el (tibetan-precomposition-rule-regexp)
11208         (tibetan-precomposed-regexp): Purecopy string arguments.
11210 2009-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11212         * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
11213         (calcDigit-nondigit):
11214         * calc/calc-yank.el (calc-copy-to-buffer):
11215         * calc/calc-units.el (calc-invalidate-units-table):
11216         * calc/calc-trail.el (calc-trail-yank):
11217         * calc/calc-store.el (calc-insert-variables):
11218         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
11219         * calc/calc-prog.el (calc-read-parse-table):
11220         * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
11221         * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
11222         * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
11223         (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
11224         (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
11225         (calc-graph-name, calc-graph-find-command, calc-graph-view)
11226         (calc-graph-view, calc-gnuplot-command, calc-graph-init):
11227         * calc/calc-ext.el (calc-realign):
11228         * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
11229         (calc-embedded-finish-edit, calc-embedded-make-info)
11230         (calc-embedded-finish-command, calc-embedded-stack-change):
11231         * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
11233         * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
11234         (overload-docstring-extension): Use that info.
11235         * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
11236         * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
11237         * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
11238         (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
11239         (semantic-nonterminal-full-name): Add the new `when' info.
11240         * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
11241         `assert'.
11243         * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
11244         shell-dynamic-complete-filename in preference to
11245         comint-dynamic-complete-filename.
11247         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
11248         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
11249         Don't consider whether the display supports colors.
11250         (bookmark-import-new-list): Use dolist.
11251         (bookmark-bmenu-mode-map): Move initialization into declaration.
11252         (bookmark-bmenu-list): Use dolist, simplify.
11253         (bookmark-show-all-annotations): Use save-selected-window and dolist.
11254         (menu-bar-final-items): Use push.
11256 2009-10-28  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
11258         * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
11259         it works on remote files.
11260         (vc-hg-diff): Don't pass any `--cwd' argument.
11262 2009-10-27  Kevin Ryde  <user42@zip.com.au>
11264         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
11265         Use help-xref-info-regexp and help-xref-url-regexp to identify links.
11266         (Further to Bug#3921).
11268 2009-10-27  Michael Albinus  <michael.albinus@gmx.de>
11270         * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
11271         (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
11272         calling `tramp-imap-put-file'.  Add file size to the call.
11273         (tramp-imap-get-file-entries): Compute also user name, file size,
11274         and date.
11275         (tramp-imap-handle-insert-directory): Insert uid and gid.
11276         (tramp-imap-handle-file-attributes): Transform uid and gid
11277         according to `id-format'.
11278         (tramp-imap-put-file): New optional parameter SIZE.  Encode file
11279         size in header X-Size.
11281 2009-10-26  Juanma Barranquero  <lekktu@gmail.com>
11283         * simple.el (transpose-subr): Give clearer error when the mark
11284         is not set.  (Bug#4807)
11286 2009-10-26  Michael Albinus  <michael.albinus@gmx.de>
11288         * net/tramp.el (tramp-perl-file-truename): New defconst.
11289         Perl code contributed by yary <not.com@gmail.com> (tiny change).
11290         (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
11291         Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
11292         (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
11294         * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
11295         Ignore `dired-call-process'.
11296         (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
11298 2009-10-26  Julian Scheid  <julians37@gmail.com>
11300         * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
11301         (tramp-get-remote-readlink): New defun.
11302         (tramp-handle-file-truename): Use it.
11303         (tramp-handle-file-exists-p): Check file-attributes cache, assume
11304         file exists if cache value present.
11305         (tramp-check-cached-permissions): New defun.
11306         (tramp-handle-file-readable-p): Use it.
11307         (tramp-handle-file-writable-p): Likewise.
11308         (tramp-handle-file-executable-p): Likewise.
11309         (tramp-handle-file-name-all-completions): Try using Perl to get
11310         partial completions.  When perl not available, combine `cd' and
11311         `ls' into single remote operation and use shell expansion to get
11312         partial remote directory contents.  Set `file-exists-p' cache for
11313         directory and any files returned by ls.  Change cache handling to
11314         support partial directory contents.  Use error message emitted by
11315         remote `cd' or Perl code for local tramp-error.
11316         (tramp-do-copy-or-rename-file-directly): Avoid separate
11317         tramp-send-command-and-check call.
11318         (tramp-handle-process-file): Merge three remote ops into one.
11319         Do not flush all caches when `process-file-side-effects' is set.
11320         (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
11321         file-attributes shows uid/gid to be set already.
11323 2009-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
11325         * textmodes/tex-mode.el (tex-dvi-view-command)
11326         (tex-show-queue-command, tex-open-quote):
11327         * progmodes/ruby-mode.el (auto-mode-alist)
11328         (interpreter-mode-alist): Purecopy strings.
11330         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
11332         * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
11333         string for the hook, keymap and abbrev table.
11335         * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
11337         * x-dnd.el (x-dnd-xdnd-to-action):
11338         * startup.el (fancy-startup-text, fancy-about-text): Change to
11339         defconst from defvar.
11341         * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
11343         * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
11344         Purecopy initialization strings.
11346         * mail/sendmail.el (mail-header-separator)
11347         (mail-personal-alias-file):
11348         * mail/rmail.el (rmail-default-dont-reply-to-names)
11349         (rmail-ignored-headers, rmail-retry-ignored-headers)
11350         (rmail-highlighted-headers, rmail-secondary-file-directory)
11351         (rmail-secondary-file-regexp):
11352         * files.el (null-device, file-name-invalid-regexp)
11353         (locate-dominating-stop-dir-regexp)
11354         (inhibit-first-line-modes-regexps): Purecopy initialization strings.
11355         (interpreter-mode-alist): Use mapcar instead of mapc.
11357         * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
11359         * bindings.el (mode-line-major-mode-keymap): Purecopy name.
11360         (completion-ignored-extensions):
11361         (debug-ignored-errors): Purecopy strings.
11363 2009-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11365         * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
11366         (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
11367         (pcomplete--here): Use push.
11369         * subr.el (all-completions): Declare the 4th arg obsolete.
11371 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11373         * pcomplete.el (pcomplete-unquote-argument-function): New var.
11374         (pcomplete-unquote-argument): New function.
11375         (pcomplete--common-suffix): Always pay attention to case.
11376         (pcomplete--table-subvert): Quote and unquote the text.
11377         (pcomplete--common-quoted-suffix): New function.
11378         (pcomplete-std-complete): Use it and pcomplete-begin.
11380         * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
11381         we're inside a dedicated or minibuffer window.
11383 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11385         * cedet/semantic/fw.el (semantic-alias-obsolete)
11386         (semantic-varalias-obsolete): Make the `when' arg mandatory.
11387         (define-mode-overload-implementation):
11388         * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
11389         * cedet/semantic/wisent.el (wisent-lex-make-token-table):
11390         * cedet/semantic/util.el (semantic-file-token-stream)
11391         (semantic-something-to-stream):
11392         * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
11393         (semantic-expand-nonterminal):
11394         * cedet/semantic/tag-file.el (semantic-find-nonterminal)
11395         (semantic-find-dependency, semantic-find-nonterminal)
11396         (semantic-find-dependency):
11397         * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
11398         (semantic-flex-text, semantic-flex-make-keyword-table)
11399         (semantic-flex-keyword-p, semantic-flex-keyword-put)
11400         (semantic-flex-keyword-get, semantic-flex-map-keywords)
11401         (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
11402         * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
11403         * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
11404         (semantic-after-idle-scheduler-reparse-hooks):
11405         * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
11406         * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
11407         * cedet/semantic.el (semantic-toplevel-bovine-table)
11408         (semantic-toplevel-bovine-cache)
11409         (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
11410         (semantic-init-mode-hooks, semantic-init-db-hooks)
11411         (semantic-bovination-working-type): Provide the `when' arg.
11413 2009-10-24  Karl Fogel  <kfogel@red-bean.com>
11415         * bookmark.el: Update documentation, especially documentation
11416         of `bookmark-alist' and of the bookmark file format.
11417         Patch by Drew Adams, with minor tweaks from me.  (Bug#4195)
11419 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
11421         * mail/emacsbug.el (report-emacs-bug): Clarify that the
11422         keybindings apply to the mail buffer (Bug#4003).  Shrink help
11423         window to buffer.
11425         * whitespace.el (whitespace-mode, whitespace-newline-mode)
11426         (global-whitespace-mode, global-whitespace-newline-mode)
11427         (whitespace-toggle-options, global-whitespace-toggle-options):
11428         Doc fix (Bug#3660).
11430         * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
11431         of xmltok-start before the end tag was inserted (Bug#2840).
11433         * progmodes/sh-script.el (sh-font-lock-paren): Handle case
11434         patterns that are preceded by an open-paren (Bug#1320).
11436 2009-10-24  Sven Joachim  <svenjoac@gmx.de>
11438         * files.el (delete-directory): Delete symlinks to directories with
11439         delete-file (Bug#4739).
11441 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
11443         * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
11444         * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
11445         argument to make-obsolete.
11447         * cedet/semantic/fw.el (semantic-alias-obsolete)
11448         (semantic-varalias-obsolete): Add optional WHEN argument.
11450 2009-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
11452         * vc.el (vc-backend-for-registration): Rename from
11453         vc-get-backend-for-registration.  Update callers.
11455         * international/mule-cmds.el (set-language-info-alist):
11456         Purecopy lang-env.
11457         (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
11458         (charset): Purecopy the name.
11459         (define-char-code-property): Purecopy string arguments.
11461         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
11462         Purecopy string arguments.
11464         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
11465         * ediff-hook.el (menu-bar-ediff-menu):
11466         * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
11467         * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
11469 2009-10-24  Glenn Morris  <rgm@gnu.org>
11471         * comint.el (comint-dynamic-list-completions):
11472         * term.el (term-dynamic-list-completions): Use choose-completion rather
11473         than obsolete alias mouse-choose-completion.
11475         * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
11476         file-cache-choose-completion.
11477         (file-cache-choose-completion): Handle an optional event argument.
11478         (file-cache-mouse-choose-completion): Make it an obsolete alias.
11480         * progmodes/octave-mod.el (octave-complete-symbol):
11481         Use choose-completion if mouse-choose-completion is ever removed.
11483         * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
11484         use.
11486         * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
11487         compiler.
11489         * vc-hooks.el (vc-responsible-backend): Fix declaration.
11491 2009-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11493         * minibuffer.el (completion--embedded-envvar-table): Fix last change.
11494         Ignore `pred' now that we receive one.
11495         Handle test-completion specially.
11497 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
11499         * vc.el (vc-responsible-backend): Throw an error if not backend is
11500         found.  Remove the REGISTER argument.  Move the code dealing with
11501         REGISTER ...
11502         (vc-get-backend-for-registration): ... here.  New function.
11503         (vc-deduce-fileset): Call vc-get-backend-for-registration instead
11504         of vc-responsible-backend, pass the file name instead of the
11505         directory name.
11507 2009-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11509         * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
11510         New funs.
11511         (pcomplete-std-complete): Use them.  Obey pcomplete-termination-string.
11512         (pcomplete-comint-setup): Don't modify a global var via
11513         accidental side-effects.
11514         (pcomplete-shell-setup): Adjust call accordingly.
11515         (pcomplete-parse-comint-arguments): Use push.
11517 2009-10-23  Chong Yidong  <cyd@stupidchicken.com>
11519         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
11520         Allow uncapitalized info node names (Bug#3921).
11522         * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
11523         to the DEBUG file (Bug#3781).
11525 2009-10-23  Jari Aalto  <jari.aalto@cante.net>
11527         * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
11528         dictionary entry (Bug#4579).
11530 2009-10-23  Michael Albinus  <michael.albinus@gmx.de>
11532         * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
11533         from `rfn-eshadow-update-overlay-hook' when unloading.
11534         (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
11535         "rsyncc".  Adjust doc string.
11536         (tramp-temp-buffer-file-name): New buffer-local defvar.
11537         (tramp-handle-insert-file-contents, tramp-handle-write-region):
11538         Keep temporary file when indicated by method ("rsync" and
11539         "rsyncc").
11540         (tramp-handle-write-region): Handle APPEND.
11541         (tramp-delete-temp-file-function): New defun.  Added to
11542         `kill-buffer-hook'.
11544 2009-10-23  Juanma Barranquero  <lekktu@gmail.com>
11546         * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
11548 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
11550         * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
11551         (color-name-rgb-alist, tty-standard-colors)
11552         (tty-color-mode-alist): Change to defconst.
11554         * simple.el (mark-inactive): Purecopy message.
11556         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
11557         (global-map, yank-menu):
11558         * textmodes/ispell.el (ispell-menu-map):
11559         * net/eudc.el (eudc-tools-menu):
11560         * international/mule-cmds.el (describe-language-environment-map)
11561         (setup-language-environment-map, set-coding-system-map)
11562         (mule-menu-keymap):
11563         * vc-hooks.el (vc-menu-entry, vc-menu-map):
11564         * replace.el (occur-mode-map):
11565         * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
11567 2009-10-23  Jay Belanger  <jay.p.belanger@gmail.com>
11569         * calc/calc.el (math-read-number, math-read-number-simple): Use
11570         `save-match-data'.
11572 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11574         * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
11575         rather than fiddling with global-map bindings, since it should only
11576         affect per-terminal settings.
11577         See http://bugs.gentoo.org/show_bug.cgi?id=289709.
11579         * minibuffer.el (completion-table-with-terminator): Allow to specify
11580         the terminator-regexp.
11582         * simple.el (switch-to-completions): Look for *Completions* in other
11583         frames as well.
11585         * pcomplete.el: Allow the use of completion-tables.
11586         (pcomplete-std-complete): New command.
11587         (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
11588         (pcomplete--here): Use a function for `form' rather than an expression,
11589         so it can be byte-compiled.
11590         (pcomplete-here, pcomplete-here*): Adjust accordingly.
11591         Add edebug declaration.
11592         (pcomplete-show-completions): Remove unused var `curbuf'.
11593         (pcomplete-do-complete, pcomplete-stub):
11594         Don't assume `completions' is a list of strings any more.
11596 2009-10-22  Juanma Barranquero  <lekktu@gmail.com>
11598         * find-dired.el (find-name-arg): Fix typo in docstring.
11600 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11602         * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
11603         (pcmpl-linux-fs-types): Same, and update to new modules layout.
11605         * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
11606         pcomplete-entries.
11608         * comint.el (comint-read-input-ring, comint-write-input-ring)
11609         (comint-substitute-in-file-name)
11610         (comint-dynamic-complete-as-filename)
11611         (comint-dynamic-simple-complete)
11612         (comint-dynamic-list-filename-completions)
11613         (comint-dynamic-list-completions)
11614         (comint-redirect-results-list-from-process): Minor simplifications.
11616 2009-10-21  Kevin Ryde  <user42@zip.com.au>
11618         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
11619         When inserting ";;; Code" put it before any ";;;###autoload" cookie on
11620         the first form.  And insert a blank line after ";;; Code" since
11621         that's usual style.  (Bug#4612)
11623         * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
11625 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11627         * minibuffer.el (completion-table-with-terminator): Properly implement
11628         boundaries, in case `terminator' appears in the suffix.
11629         (completion--embedded-envvar-table): Don't return boundaries if
11630         there's no valid completion.  Simplify.
11631         (completion-file-name-table): New completion table extracted from
11632         completion--file-name-table.
11633         (completion--file-name-table): Use it.
11634         (read-file-name-predicate): Declare obsolete.
11635         (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
11636         * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
11637         completion-file-name-table, and use the `pred' argument.
11638         * files.el (locate-file-completion-table): Use the `pred' arg rather
11639         than read-file-name-predicate.
11640         (abbreviate-file-name): Use \` rather than ^ for BOS.
11642 2009-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
11644         * vc.el (vc-deduce-fileset): Undo previous change, do not tell
11645         vc-responsible-backend to register, it causes problems.
11647 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11649         * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
11651 2009-10-21  Eric Ludlam  <zappo@gnu.org>
11653         * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
11654         (semantic-c-debug-mode-init-pch): New functions.
11655         (semantic-c-debug-mode-init-last-mode): New var.
11656         (semantic-c-parse-lexical-token): Use them.
11658         * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
11659         When extracting the argument list, limit only by point-max.
11661 2009-10-21  Michael Albinus  <michael.albinus@gmx.de>
11663         * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
11664         (tramp-smb-handle-file-attributes): Use it.
11665         (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
11666         (tramp-smb-handle-insert-directory): Use `mapc' rather than
11667         `mapcar'.  Use `tramp-smb-get-stat-capability'.
11668         Add `dired-filename' text properties.
11669         (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
11670         (tramp-smb-maybe-open-connection): Simplify check for smbclient
11671         version.
11673 2009-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11675         * subr.el (read-key-delay): Reduce to 0.01.
11676         (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
11677         (bug#4751).
11679 2009-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11681         * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
11683         * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
11684         (Info-menu): Remove unused vars `last' and `completions'.
11685         (Info-index-nodes): Remove unused var `node'.
11687         * info.el (Info-complete-menu-item): Use complete-with-action.
11689 2009-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
11691         Make vc-annotate work through copies and renames.
11692         * vc-annotate.el (vc-annotate-extract-revision-at-line):
11693         Return the file name too.
11694         (vc-annotate-revision-at-line)
11695         (vc-annotate-find-revision-at-line)
11696         (vc-annotate-revision-previous-to-line)
11697         (vc-annotate-show-log-revision-at-line): Update to get the file
11698         name from vc-annotate-extract-revision-at-line.
11699         (vc-annotate-show-diff-revision-at-line-internal): Change the
11700         argument to mean whether to show a file diff or not.  Get the file
11701         name from vc-annotate-extract-revision-at-line.
11702         (vc-annotate-show-diff-revision-at-line):
11703         Update vc-annotate-show-diff-revision-at-line call.
11704         (vc-annotate-warp-revision): Add an optional file argument.
11706         * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
11707         (vc-git-annotate-extract-revision-at-line): Also return the file
11708         name if found.
11710         * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
11711         command.  Remove unused code.
11712         (vc-hg-annotate-re): Update to match --follow output.
11713         (vc-hg-annotate-extract-revision-at-line): Also return the file
11714         name if found.
11716         * vc.el: Update annotate-extract-revision-at-line documentation.
11718 2009-10-18  Kevin Ryde  <user42@zip.com.au>
11720         * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
11721         re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
11723         * net/browse-url.el (browse-url): Identify alist with "consp and
11724         not functionp" and let all other things go down the `apply' leg,
11725         as suggested by Stefan.  (Further to bug#4531.)
11727 2009-10-18  Chong Yidong  <cyd@stupidchicken.com>
11729         * minibuffer.el (read-file-name): Check for repeat before putting
11730         a default argument in file-name-history (Bug#4657).
11732         * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
11733         read syntax (Bug#4737).
11735         * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
11737 2009-10-18  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
11739         * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
11740         (html-tag-alist, html-tag-help): Add descriptions for undocumented
11741         entries and make note of obsolete tags.
11743 2009-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11745         * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
11747 2009-10-18  Glenn Morris  <rgm@gnu.org>
11749         * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
11750         grep, so that binary files (eg international/uni-bidi.el) can match.
11751         Remove test for "UnicodeData" files, since it is hopefully unnecessary
11752         now, and in any case the file header format has changed.
11754 2009-10-17  Glenn Morris  <rgm@gnu.org>
11756         * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
11757         (flyspell-get-word, flyspell-large-region)
11758         (flyspell-auto-correct-previous-word): Doc/error message fixes.
11760 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
11762         * Makefile.in (ELCFILES): Add ede/shell.
11764 2009-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
11766         * term/common-win.el (x-colors): Purecopy it.
11768 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11770         * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
11771         permissive for when the buffer is empty.
11772         (tar-header-block-tokenize): Decode the username and groupname.
11773         (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
11775 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
11777         * cedet/srecode/srt.el:
11778         * cedet/srecode/compile.el:
11779         * cedet/semantic/mru-bookmark.el:
11780         * cedet/semantic/debug.el:
11781         * cedet/semantic/complete.el:
11782         * cedet/semantic/analyze.el: Require CL when compiling.
11784 2009-10-17  Eric Ludlam  <zappo@gnu.org>
11786         * cedet/semantic/scope.el
11787         (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
11788         tmpscope so that the regular scope will continue to work.
11790         * cedet/semantic/idle.el (semantic-idle-tag-highlight):
11791         Use semantic-idle-summary-highlight-face as the highlighting.
11793         * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
11794         contains multibyte characters, choose first applicable coding
11795         system automatically.
11797         * cedet/ede/project-am.el (project-run-target): New method.
11798         (project-run-target): New method.
11800         * cedet/ede.el (ede-target): Add run target menu item.
11801         (ede-project, ede-minor-keymap): Add ede-run-target binding.
11802         (ede-run-target): New function.
11803         (ede-target::project-run-target): New method.
11805         * cedet/ede/proj.el (project-run-target): New method.
11807         * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
11808         (ede-g++-libtool-shared-compiler): Remove SHELL.  Remove COMMANDS.
11809         Add :rules.
11810         (ede-proj-target-makefile-shared-object): Only libtool compilers
11811         now available.  Add linkers for libtool.
11812         (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
11813         (ede-proj-makefile-target-name): Always use .la extension.
11815         * cedet/ede/proj-prog.el (project-run-target): New method.
11817         * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
11818         (ede-g++-linker): Change Change link lines.
11820         * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
11821         When searching for old variables, go to the end of the buffer and
11822         search backward from there.
11823         (ede-proj-makefile-automake-insert-subdirs)
11824         (ede-proj-makefile-automake-insert-extradist): New methods.
11825         (ede-proj-makefile-create): Use them.
11827         * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
11828         Force FILE to expand to the current target.  Use file-exists-p to
11829         check that it exists.
11831         * cedet/ede/linux.el (ede-linux-version): Don't call "head".
11832         (ede-linux-load): Wrap dir in file-name-as-directory.
11833         Set :version slot.
11835         * cedet/ede/files.el (ede-get-locator-object): When enabling
11836         locate, do so on "top".
11838         * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
11839         file-name-as-directory during compare.
11840         (ede-emacs-version): Return Emacs/XEmacs differentiator.
11841         Get version number from different places.  Don't call egrep.
11842         (ede-emacs-load): Set :version slot.  Call file-name-as-directory
11843         to set the directory.
11845         * cedet/ede/shell.el: New file.
11847         * cedet/inversion.el (inversion-decoders): Allow for stray . in
11848         alpha/beta variants.
11850 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11852         * international/mule-cmds.el (select-safe-coding-system): If the file
11853         has a coding cookie, use it regardless of any other setting (bug#4712).
11855 2009-10-17  Glenn Morris  <rgm@gnu.org>
11857         * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
11858         All errors should have messages.
11860         * foldout.el (foldout-mouse-swallow-events):
11861         * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
11863         * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
11864         (dired-keep-marker-copy, dired-keep-marker-hardlink)
11865         (dired-keep-marker-symlink, dired-dwim-target)
11866         (dired-copy-preserve-time): Do not autoload these defcustoms.
11868         * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
11869         messages from messing up the file coding.  (Bug#4623)
11871 2009-10-17  Jari Aalto  <jari.aalto@cante.net>
11873         * textmodes/ispell.el (ispell-get-decoded-string): Give an error
11874         if no match is found for the current dictionary.  (Bug#4578)
11876         * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
11877         optional, since that is how it is documented, and this is often called
11878         with a nil argument.  (Bug#4577)
11879         (flyspell-external-point-words, flyspell-auto-correct-word)
11880         (flyspell-correct-word-before-point, flyspell-word-search-forward)
11881         (flyspell-word-search-backward): Remove nil argument in calls to
11882         flyspell-get-word, since it is not needed now.
11884 2009-10-17  Ulrich Mueller  <ulm@gentoo.org>
11886         * play/doctor.el (doctor-adverbp): Exclude some nouns.  (Bug#4565)
11888 2009-10-16  Glenn Morris  <rgm@gnu.org>
11890         * net/rcirc.el (rcirc-authenticate): Simplify previous change.
11892 2009-10-16  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
11894         * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
11895         (ange-ftp-file-size): New function.
11896         (ange-ftp-file-attributes): Use it.
11898 2009-10-16  Michael Albinus  <michael.albinus@gmx.de>
11900         * net/tramp-smb.el (tramp-smb-version): New defvar.
11901         (tramp-smb-maybe-open-connection): Use it, in order to avoid
11902         repeated checks.
11904 2009-10-16  Glenn Morris  <rgm@gnu.org>
11906         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
11907         Maybe copy some custom properties from old to new name.  (Bug#4706)
11909 2009-10-16  Juanma Barranquero  <lekktu@gmail.com>
11911         * subr.el (error, sit-for, start-process-shell-command)
11912         (start-file-process-shell-command): Set the calling convention
11913         after the function definition.
11915 2009-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11917         * subr.el (error, sit-for, start-process-shell-command)
11918         (start-file-process-shell-command): Use the new
11919         set-advertised-calling-convention feature.
11921 2009-10-16  Taichi Kawabata  <kawabata.taichi@gmail.com>
11923         * international/ucs-normalize.el (ucs-normalize-version):
11924         Change to 1.2.
11925         (check-range): Adjust for Unicode 5.2.
11927 2009-10-15  Juri Linkov  <juri@jurta.org>
11929         * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
11930         to the `menu-item' format.
11932 2009-10-15  Michael Albinus  <michael.albinus@gmx.de>
11934         * net/tramp.el (tramp-replace-environment-variables): Do not fail
11935         if the environment variable does not exist.
11937         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
11938         (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
11939         parameter.
11940         (tramp-smb-handle-add-name-to-file)
11941         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
11942         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
11943         (tramp-smb-handle-file-attributes)
11944         (tramp-smb-do-file-attributes-with-stat)
11945         (tramp-smb-handle-file-local-copy)
11946         (tramp-smb-handle-insert-directory)
11947         (tramp-smb-handle-make-directory)
11948         (tramp-smb-handle-make-directory-internal)
11949         (tramp-smb-handle-make-symbolic-link)
11950         (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
11951         (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
11952         (tramp-smb-maybe-open-connection): Apply the changed parameters.
11953         (tramp-smb-read-file-entry): Read Disk names in compressed format.
11954         Handle long file names.
11955         (tramp-smb-get-cifs-capabilities): Check, whether the connection
11956         process is running.
11957         (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
11958         Read share names with "-g" option.
11960 2009-10-15  Ryan Yeske  <rcyeske@gmail.com>
11962         * net/rcirc.el (rcirc-view-log-file): New command.
11963         (rcirc-track-minor-mode-map): Remove C-c ` binding.
11964         (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
11965         specified.
11967 2009-10-15  Glenn Morris  <rgm@gnu.org>
11969         * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
11970         from the second command-line argument.
11971         * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
11972         ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
11973         ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
11974         w32-batch-update-autoloads.
11975         * emacs-lisp/autoload.el (autoload-make-program): New variable.
11976         (batch-update-autoloads): Handle autoload-excludes on windows-nt.
11978         * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
11979         the headers cannot be located.  Simplify, subtracting superflous
11980         save-excursions.
11982 2009-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11984         Replace completion-base-size by completion-base-position to fix bugs
11985         such as (bug#4699).
11986         * simple.el (completion-base-position): New var.
11987         (completion-base-size): Mark as obsolete.
11988         (choose-completion): Make it work for mouse events as well.
11989         Pass the new base-position to choose-completion-string.
11990         (choose-completion-guess-base-position): New function, extracted from
11991         choose-completion-delete-max-match.
11992         (choose-completion-delete-max-match): Use it.  Make obsolete.
11993         (choose-completion-string): Use the new base-position info.
11994         (completion-root-regexp): Delete.
11995         (completion-setup-function): Preserve completion-base-position.
11996         Eliminate obsolete base-size manipulation.
11997         * minibuffer.el (display-completion-list): Don't mess with base-size.
11998         (minibuffer-completion-help): Set completion-base-position instead.
11999         * mouse.el (mouse-choose-completion): Redefine as a mere alias to
12000         choose-completion.
12001         * textmodes/bibtex.el (bibtex-complete):
12002         * emacs-lisp/crm.el (crm--choose-completion-string):
12003         Adjust to new calling convention.
12004         * complete.el (partial-completion-mode): Use minibufferp to avoid
12005         bumping into incompatible change to choose-completion-string-functions.
12006         * ido.el (ido-choose-completion-string): Make its calling convention
12007         more permissive.
12008         * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
12009         base-size manipulation.
12010         (comint-dynamic-list-input-ring): Use dotimes and push.
12011         * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
12012         fundamental-mode.  Use `or'.
12014 2009-10-14  Juri Linkov  <juri@jurta.org>
12016         * misearch.el (multi-isearch-next-buffer-from-list)
12017         (multi-isearch-next-file-buffer-from-list): Doc fix.  (Bug#4723)
12019 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12021         * Makefile.in (compile-onefile): Load `bytecomp' rather than
12022         `bytecomp.el'.
12024         * minibuffer.el (completion-pcm--merge-completions): Make sure the
12025         string we return is all made up of text from the completions rather
12026         than part from the completions and part from the input (bug#4219).
12028         * ido.el (ido-everywhere): Use define-minor-mode.
12030         * buff-menu.el (list-buffers, ctl-x-map):
12031         Mark the entry points with ;;;###autoload cookies.
12033 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
12035         * vc-git.el (vc-git-dir-extra-headers): Set the branch name
12036         correctly in the detached head case.
12037         (vc-git-print-log): Remove unused binding.
12039         * vc.el (vc-responsible-backend): When a directory is passed for
12040         for registration create a VC repository if no backend is
12041         responsible for the directory argument.
12042         (vc-deduce-fileset): Tell vc-responsible-backend to register.
12044         * vc.el: Move comments about RCS and SCCS ...
12045         * vc-rcs.el:
12046         * vc-sccs.el: ... here, respectively.
12048 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12050         * minibuffer.el (completion--file-name-table): Return nil if there's
12051         no file completion, even if substitute-in-file-name changed
12052         the string (bug#4708).
12054 2009-10-13  Juri Linkov  <juri@jurta.org>
12056         * files-x.el (read-file-local-variable-value): Don't filter out
12057         minor modes from mode name completion (bug#4664).
12059 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
12061         * international/mule-cmds.el (ucs-names): Remove exclusion of
12062         "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
12064 2009-10-13  Kenichi Handa  <handa@m17n.org>
12066         * international/uni-name.el: Regenerated.
12068 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
12070         * bs.el (bs-mode): Fix last change.  (`revert-buffer-function'
12071         should be automatically buffer-local, but isn't.)
12073 2009-10-12  Sam Steingold  <sds@gnu.org>
12075         * progmodes/compile.el (compilation-next-error-function): Fix the
12076         timestamps if the buffer has been visited before.
12077         (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
12078         non-anchored patterns, like the perl one (bug#3928).
12080 2009-10-12  Glenn Morris  <rgm@gnu.org>
12082         * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
12083         Let-bind `size'.
12085 2009-10-12  Juanma Barranquero  <lekktu@gmail.com>
12087         * proced.el (proced-unload-function): New function.
12089         * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
12090         (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
12091         Doc fix.
12093         * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
12095 2009-10-11  Juri Linkov  <juri@jurta.org>
12097         * files-x.el (read-file-local-variable-value):
12098         Provide default value only for bound variables (bug#4664).
12100 2009-10-11  Michael Albinus  <michael.albinus@gmx.de>
12102         * net/tramp.el (tramp-local-host-p): Function shall return nil for
12103         connection methods like smb.
12105         * net/tramp-cache.el (tramp-flush-connection-property): The hash
12106         can be empty.
12108         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
12109         (tramp-smb-file-name-handler-alist): Add handlers for
12110         `add-name-to-file', `make-symbolic-link'.
12111         (tramp-smb-handle-add-name-to-file)
12112         (tramp-smb-do-file-attributes-with-stat)
12113         (tramp-smb-handle-make-symbolic-link)
12114         (tramp-smb-get-cifs-capabilities): New defuns.
12115         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
12116         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
12117         (tramp-smb-handle-file-local-copy)
12118         (tramp-smb-handle-make-directory-internal)
12119         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
12120         The file name syntax depends on cifs capabilities.
12121         (tramp-smb-handle-file-attributes):
12122         Call `tramp-smb-do-file-attributes-with-stat' if possible.
12123         (tramp-smb-handle-insert-directory): Use posix attributes if possible.
12124         (tramp-smb-handle-set-file-modes): It is applicable for posix only.
12126 2009-10-11  Chong Yidong  <cyd@stupidchicken.com>
12128         * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
12129         (eieio-defclass): Apply deftype handler and setf-method properties
12130         directly.
12131         (eieio-add-new-slot): Avoid union function from cl library.
12132         (eieio--typep): New function.
12133         (eieio-perform-slot-validation): Use it.
12135 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
12137         * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
12138         Update documentation to refer to the variables documented in r1.135.
12139         (Bug#4188)
12141 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
12143         * bookmark.el (Info-suffix-list): Remove this unused variable.
12144         (bookmark-current-point): Remove this obsolete variable.
12145         (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
12146         Adjust for removal of bookmark-current-point.
12148         (bookmarks-already-loaded, bookmark-current-buffer)
12149         (bookmark-yank-point): Document.  (Bug#4188)
12151 2009-10-10  Glenn Morris  <rgm@gnu.org>
12153         * frame.el (frame-height): Doc fix.
12155         * calendar/calendar.el (calendar-split-width-threshold): New option.
12156         (calendar-basic-setup): Use calendar-split-width-threshold.
12158 2009-10-10  Sascha Wilde  <wilde@sha-bang.de>
12160         * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
12161         Use .la for Automake.
12163 2009-10-09  Chong Yidong  <cyd@stupidchicken.com>
12165         * cedet/ede/pconf.el (ede-proj-configure-synchronize):
12166         Use "autoreconf -i".  Suggested by Andreas Schwab.
12168 2009-10-09  Juanma Barranquero  <lekktu@gmail.com>
12170         * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
12171         Ideographic Supplement" range (U+1F200..U+1F2FF).
12173 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
12175         * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
12176         since the list will have been rebuilt anyway.  (Bug#4349)
12178 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
12180         * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
12181         (bookmark-bmenu-execute-deletions): Don't save here, as
12182         bookmark-delete will now do so if necessary.
12183         Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
12184         (Bug#4348)
12186 2009-10-09  Glenn Morris  <rgm@gnu.org>
12188         * mail/emacsbug.el (report-emacs-bug): Also print `features'.
12190 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
12192         * bookmark.el (bookmark-jump): Add new `display-func' parameter.
12193         (bookmark-jump-other-window): Just invoke bookmark-jump with new
12194         argument now, so the two function's behaviors will match.  (Bug#3645)
12196 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
12198         * cedet/ede/proj.el (project-make-dist, project-compile-project):
12199         Fix filename test.
12200         (ede-proj-dist-makefile): Use expand-file-name instead of concat
12201         to expand file names.
12203 2009-10-08  Michael Albinus  <michael.albinus@gmx.de>
12205         * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
12206         (tramp-file-name-real-host, tramp-file-name-port):
12207         Apply `save-match-data'.
12209         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
12210         case both directories are remote.
12211         (tramp-smb-handle-expand-file-name): Implement "~" expansion.
12212         (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
12214 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
12216         * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
12217         (ede-proj-target-makefile-objectcode): Use it.
12219         * cedet/ede/source.el (ede-want-any-source-files-p)
12220         (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
12221         Return search result.  This error was introduced while merging.
12223 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
12225         * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
12227 2009-10-07  Glenn Morris  <rgm@gnu.org>
12229         * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
12230         of concat.
12232 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12234         * files-x.el (read-file-local-variable): Include some
12235         non-user-variables in the completion table (bug#4664).
12237 2009-10-07  Michael Albinus  <michael.albinus@gmx.de>
12239         * net/tramp-cache.el (tramp-flush-connection-property): Add trace
12240         message.
12242         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
12243         (tramp-smb-file-name-handler-alist): Add handler for
12244         `copy-directory', `expand-file-name', `set-file-modes'.
12245         (tramp-smb-handle-copy-directory)
12246         (tramp-smb-handle-expand-file-name)
12247         (tramp-smb-handle-set-file-modes): New defuns.
12248         (tramp-smb-handle-copy-file): Handle KEEP-DATE.
12249         (tramp-smb-handle-file-attributes): Simplify check for retrieving
12250         entry.
12251         (tramp-smb-handle-insert-directory): Don't flush the cache.
12252         (tramp-smb-maybe-open-connection): Check for samba client and
12253         server versions.
12255 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
12257         * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
12258         to not error out of search for "^lisp=" fails.
12260 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
12262         * makefile.w32-in (WINS_UPDATES): New macro.
12263         (custom-deps, finder-data, autoloads): Use it.
12265 2009-10-07  Glenn Morris  <rgm@gnu.org>
12267         * Makefile.in (autoloads): Revert previous change.
12268         * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
12269         the list of preloaded files passed on the command-line, get
12270         it from src/Makefile.
12272         * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
12273         show the original buffer rather than a random one.
12275 2009-10-07  Markus Rost  <rost@math.uni-bielefeld.de>
12277         * help.el (describe-no-warranty): Place point in a slightly better
12278         position in the GPLv3 text.
12280 2009-10-06  Sam Steingold  <sds@gnu.org>
12282         * net/tramp-compat.el (tramp-compat-process-running-p): Check that
12283         the comm attribute is present before calling regexp-quote.
12285 2009-10-06  Juanma Barranquero  <lekktu@gmail.com>
12287         * play/animate.el (animate-string): For good effect, make sure
12288         `indent-tabs-mode' and `show-trailing-whitespace' are nil.
12290         * play/animate.el (animate-sequence, animate-birthday-present):
12291         * misc.el (butterfly): Don't set `indent-tabs-mode'.
12293 2009-10-06  Glenn Morris  <rgm@gnu.org>
12295         * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
12297         * emacs-lisp/autoload.el (autoload-excludes): New variable.
12298         (autoload-generate-file-autoloads): Skip files in autoload-excludes.
12299         (batch-update-autoloads): Process a string value of autoload-excludes,
12300         set during the build process.
12301         * Makefile.in (autoloads): Skip preloaded files.  (Bug#4446)
12303         * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
12304         inside with-parsed...  macro so that `v' is defined.
12306         * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
12307         * progmodes/fortran.el (fortran-end-of-block)
12308         (fortran-beginning-of-block):
12309         Also push mark in the macro case.
12311         * emerge.el (emerge-show-file-name):
12312         * calc/calc.el (calc-quit):
12313         * calc/calc-misc.el (calc-big-or-small):
12314         * calc/calc-graph.el (calc-graph-view):
12315         * calc/calc-ext.el (calc-reset):
12316         * calendar/calendar.el (calendar-basic-setup):
12317         Use window-full-height-p.
12319         * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
12320         header we don't understand, don't insert another.  (Bug#4624)
12321         If changing mime charset, insert the new one in the right place.
12323 2009-10-06  Matthew Junker  <matthew.junker@sbcglobal.net>  (tiny change)
12325         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
12326         (cal-tex-cursor-month): Correctly increment the end date for diary and
12327         holiday listing.  (Bug#4626)
12329 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12331         * help-fns.el (describe-function-1): Don't burp if the function is not
12332         a symbol.
12334 2009-10-05  Juanma Barranquero  <lekktu@gmail.com>
12336         * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
12337         (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
12338         (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
12339         (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
12341         * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
12342         (eieio-default-superclass): Reflow docstrings.
12343         (this, class-option-assoc, defclass, eieio-class-un-autoload)
12344         (eieio-unbind-method-implementations, defmethod)
12345         (eieio-validate-slot-value, eieio-validate-class-slot-value)
12346         (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
12347         (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
12348         (eieio-slot-originating-class-p, eieio-slot-name-index)
12349         (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
12350         (constructor, initialize-instance, no-next-method, object-print)
12351         (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
12352         Fix typos in docstrings.
12353         (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
12354         (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
12355         (next-method-p): Doc fixes.
12356         (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
12357         Fix typos in error messages.
12358         (eieio-defmethod): Fix typo in description of generic method.
12360         * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
12361         (eieio-persistent-save-interactive, slot-missing):
12362         Fix typos in docstrings.
12363         (eieio-instance-inheritor-slot-boundp): Doc fix.
12365         * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
12366         (byte-compile-defmethod-param-convert): Fix typos in docstrings.
12368         * emacs-lisp/eieio-custom.el (eieio-done-customizing)
12369         (eieio-custom-object-apply-reset):
12370         Fix typos in docstrings and error messages.
12372         * emacs-lisp/eieio-datadebug.el (data-debug-show):
12373         Fix typo in docstring.
12375         * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
12376         (eieio-browse-tree): Doc fix.
12377         (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
12378         (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
12379         Fix typos in docstrings.
12381         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
12382         (eieio-speedbar-key-map, eieio-speedbar-create-engine)
12383         (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
12384         (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
12385         Reflow docstrings.
12387 2009-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
12389         * vc-hg.el (log-view-vc-backend): Declare for compiler.
12390         (vc-hg-outgoing-mode, vc-hg-incoming-mode):
12391         Set log-view-vc-backend so that diff can work.
12393         * log-view.el (log-view-diff): Use vc-diff-internal instead of
12394         vc-version-diff.
12395         (vc-diff-internal): Autoload this instead of vc-version-diff.
12397 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
12399         * simple.el (eval-expression): Doc fix.
12401         * progmodes/cwarn.el (cwarn-mode): Doc fix.
12403 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
12405         * files.el (directory-files-no-dot-files-regexp): New defconst.
12406         (delete-directory): Use it.
12407         (copy-directory): Use it.  Remove parameter PRESERVE-UID-GID.
12409         * net/tramp.el (tramp-verbose): Fix docstring.
12410         (tramp-methods): Add recursive option to `tramp-copy-args'.
12411         Add `tramp-copy-recursive'.  Valid for "rcp", "scp", "scp1", "scp2",
12412         "scp1_old", "scp2_old", "rsync", "rsyncc".
12413         (tramp-default-method): Check also for `auth-source-user-or-password'.
12414         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
12415         Add handler for `copy-directory'.
12416         (tramp-handle-copy-directory): New defun.
12417         (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
12418         (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
12419         Optimize sent command.
12421 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12423         * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
12424         window if necessary.
12426         * calendar/calendar.el (calendar-basic-setup): Don't call
12427         switch-to-buffer in a dedicated window.
12429 2009-10-05  Karl Fogel  <kfogel@red-bean.com>
12431         * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
12432         don't do anything related to relocating, just return nil.
12433         (bookmark-error-no-filename): New error.
12434         (bookmark-default-handler): Signal `bookmark-error-no-filename' if
12435         bookmark has no file.  Don't even attempt to handle things that
12436         are not files; the whole point of custom handlers is to keep that
12437         knowledge elsewhere anyway.  Tighten some comments.
12438         (bookmark-file-or-variation-thereof): Remove now-unused function.
12439         (bookmark-location): Doc string fix.
12440         (Bug#4250)
12442 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
12444         * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
12445         don't use a file dialog, because they usually don't know how to read
12446         a directory target from the user.  (Bug#4230)
12447         Also, make sure the prompt can display directories as well as files.
12449 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
12451         * bookmark.el (bookmark-set, bookmark-buffer-name):
12452         Improve doc strings.  (Bug#1193)
12454 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
12456         * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
12457         (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
12458         (bookmark-get-annotation, bookmark-set-annotation)
12459         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
12460         (bookmark-set-position, bookmark-get-front-context-string)
12461         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
12462         (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
12463         (bookmark-jump-other-window, bookmark-handle-bookmark)
12464         (bookmark-relocate, bookmark-insert-location, bookmark-rename)
12465         (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
12466         (bookmark-edit-annotation-mode, bookmark-edit-annotation):
12467         Improve doc strings to say whether bookmark can be a string or
12468         a record or both, and make other consistency and clarity fixes.
12469         (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
12470         (bookmark-default-annotation-text, bookmark-yank-word)
12471         (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
12472         (bookmark-import-new-list, bookmark-maybe-rename)
12473         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
12474         (bookmark-bmenu-bookmark): Give these doc strings.
12475         (bookmark-bmenu-check-position): Give this a doc string, but also
12476         add a FIXME comment about how the function may be pointless.
12477         (bookmark-default-handler): Rework doc string and change a
12478         parameter name, to clarify that this takes a bookmark record
12479         not a bookmark name.
12480         (bookmark-set): Change a parameter name to indicate its meaning,
12481         and improve the doc string a bit.
12482         (Bug#4188)
12484 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
12486         * bookmark.el (bookmark-alist): Document the new `handler' element
12487         in the param alist.
12488         (bookmark-make-record-function): Adjust documentation for above.
12489         (Bug#4193)
12491 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
12493         * info.el (Info-bookmark-make-record): Document this function.
12494         (Info-bookmark-jump): Document with a doc string, not just a comment.
12495         (Bug#4203)
12497 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
12499         * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
12500         (semantic-new-buffer-fcn): Call parser setup functions here.
12501         (semantic-mode): Don't call parser setup functions here, it's done
12502         in semantic-new-buffer-fcn now.
12503         (semantic-mode): Parse all existing buffers when enabled.
12505         * cedet/srecode/compile.el (srecode-compile-file):
12506         Call semantic-new-buffer-fcn if the buffer has not been parsed.
12508 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
12510         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
12512         * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
12513         (proj-comp-insert-variable-once): New macro, renamed from
12514         ede-pmake-insert-variable-once in ede/pmake.edl.
12515         (ede-proj-makefile-insert-variables): Use it.
12517 2009-10-04  Michael Albinus  <michael.albinus@gmx.de>
12519         * files.el (copy-directory): New defun.
12521         * dired-aux.el (dired-copy-file-recursive): Use it.
12523 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
12525         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
12526         (makefile-end-of-command):
12527         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
12528         (semantic-end-of-context): Fix previous change.  Doc fixes.
12530 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
12532         * files-x.el (modify-dir-local-variable)
12533         (copy-dir-locals-to-file-locals-prop-line):
12534         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
12535         (makefile-end-of-command):
12536         * cedet/semantic/lex.el (semantic-lex-token):
12537         * cedet/semantic/analyze/fcn.el
12538         (semantic-analyze-dereference-metatype-1):
12539         * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
12540         (semantic-lex-cpp-undef):
12541         * cedet/semantic/wisent/wisent.el (wisent-skip-block):
12542         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
12543         (semantic-end-of-context): Fix typos in docstrings.
12545         * recentf.el (recentf-unload-function): New function.
12547 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
12549         * cedet/ede.el (ede-project-placeholder-cache-file):
12550         * cedet/semantic/db-file.el (semanticdb-default-save-directory):
12551         * cedet/srecode/map.el (srecode-map-save-file):
12552         Use locate-user-emacs-file.  Suggested by Juanma Barranquero.
12554 2009-10-04  Glenn Morris  <rgm@gnu.org>
12556         * window.el (window-full-height-p): Add doc string.
12558 2009-10-04  Martin Rudalics  <rudalics@gmx.at>
12560         * window.el (window-full-height-p): New function.  (Bug#4543)
12562 2009-10-03  Chong Yidong  <cyd@stupidchicken.com>
12564         * cedet/srecode/insert.el: Require srecode/args.
12566         * cedet/srecode/args.el: Require srecode/dictionary instead of
12567         srecode/insert.
12569         * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
12571         * files.el (auto-mode-alist): Add .srt and Project.ede.
12573         * cedet/semantic.el (semantic-mode):
12574         Handle srecode-template-mode-hook as well.
12575         (semantic-mode): Use js-mode-hook for Javascript hook.
12577         * cedet/srecode/template.el: Remove hook variable.
12579         * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
12581         * cedet/ede.el (ede-target-forms-menu): Don't enable if no
12582         projects exist.
12583         (ede-project-placeholder-cache-file): Default to a file in
12584         user-emacs-directory.
12586         * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
12587         templates in data-directory.
12588         (srecode-map-save-file): Default to a file in user-emacs-directory.
12590         * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
12591         directory.
12593 2009-09-30  Eric Ludlam  <zappo@gnu.org>
12595         * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
12596         Doc fix.
12598         * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
12599         Only insert each variable once.
12601         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
12602         (ede-pmake-insert-variable-shared): Use it.
12604         * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
12605         for lexical table iff table is nil.
12607 2009-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
12609         * vc.el: Remove commented out code.
12610         (vc-derived-from-dir-mode): Remove, unused.
12611         (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
12613 2009-10-03  Michael Albinus  <michael.albinus@gmx.de>
12615         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
12616         Disable `file-name-handler-alist' when loading 'ange-ftp.  Otherwise,
12617         there could be recursive loading when `default-directory' is a
12618         remote file name.  (Bug#4614)
12620 2009-10-03  Glenn Morris  <rgm@gnu.org>
12622         * calendar/calendar.el (calendar-basic-setup): Handle the case where
12623         the frame is wide.
12624         (calendar-generate-window): Test for shrinkability rather than width.
12626         * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
12627         declaration, currently false.
12629         * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
12630         reusing existing buffers, in case we happen to visit two files with the
12631         same basename.  (Bug#4593)
12633 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
12635         * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
12636         (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
12637         (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
12638         subdirs of cedet as well.
12639         (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
12641 2009-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12643         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
12644         Obey advertised-signature-table.
12646         * help-fns.el (help-function-arglist): Don't check
12647         advertised-signature-table.
12648         (describe-function-1): Do it here instead so it also applies to subrs.
12650 2009-10-02  Michael Albinus  <michael.albinus@gmx.de>
12652         * simple.el (start-file-process): Say in the doc-string, that file
12653         handlers might not support pty association, if PROGRAM is nil.
12655         * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
12656         HOST and USER are strings.  They are nil, when there are
12657         incomplete entries in ~/.netrc, for example.
12658         (ange-ftp-delete-directory): Implement RECURSIVE case.  Change to
12659         root directory ("device busy" error otherwise).
12661         * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
12662         Flush file properties of created directory.
12664 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
12666         * makefile.w32-in (WINS_BASIC): Remove cedet.
12667         (WINS_CEDET): Add cedet.
12668         (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
12670 2009-10-02  Kevin Ryde  <user42@zip.com.au>
12672         * net/browse-url.el (browse-url): Pass any symbol in
12673         browse-url-browser-function to `apply', since if you've mistakenly put
12674         an unbound symbol then the error is clearer.  (Bug#4531)
12676 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
12678         * allout.el (allout-init, allout-back-to-current-heading)
12679         (allout-beginning-of-current-entry, allout-ascend-to-depth)
12680         (allout-ascend, allout-up-current-level, allout-end-of-level)
12681         (allout-previous-visible-heading, allout-forward-current-level)
12682         (allout-backward-current-level, allout-show-children):
12683         * apropos.el (apropos-describe-plist):
12684         * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
12685         * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
12686         * completion.el (add-completion, add-permanent-completion):
12687         * descr-text.el (describe-text-category, describe-char):
12688         * desktop.el (desktop-lazy-abort):
12689         * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
12690         * dired.el (dired-build-subdir-alist):
12691         * ediff.el (ediff-version):
12692         * elide-head.el (elide-head, elide-head-show):
12693         * emerge.el (emerge-version):
12694         * env.el (getenv):
12695         * face-remap.el (variable-pitch-mode):
12696         * faces.el (describe-face):
12697         * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
12698         (dired-at-point):
12699         * files.el (find-file-existing, auto-save-mode):
12700         * font-lock.el (font-lock-fontify-buffer):
12701         * help-fns.el (describe-function, describe-variable)
12702         (describe-syntax, describe-categories):
12703         * help.el (view-lossage, describe-bindings, describe-key)
12704         (describe-mode):
12705         * hexl.el (hexl-current-address):
12706         * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
12707         * info.el (Info-goto-emacs-key-command-node):
12708         * log-edit.el (log-edit-insert-cvs-template)
12709         (log-edit-insert-cvs-rcstemplate):
12710         * menu-bar.el (menu-bar-mode):
12711         * mouse.el (mouse-appearance-menu):
12712         * newcomment.el (comment-indent-new-line):
12713         * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
12714         (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
12715         (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
12716         (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
12717         * recentf.el (recentf-mode):
12718         * savehist.el (savehist-mode, savehist-save):
12719         * shadowfile.el (shadow-copy-files):
12720         * simple.el (kill-ring-save, next-line, previous-line)
12721         (normal-erase-is-backspace-mode):
12722         * strokes.el (strokes-update-window-configuration)
12723         (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
12724         (strokes-xpm-for-stroke):
12725         * time.el (emacs-uptime, emacs-init-time):
12726         * tutorial.el (tutorial--describe-nonstandard-key)
12727         (tutorial--detailed-help):
12728         * type-break.el (type-break-mode)
12729         (type-break-mode-line-message-mode, type-break-query-mode)
12730         (type-break-guesstimate-keystroke-threshold):
12731         * vc.el (vc-version-diff, vc-diff, vc-root-diff):
12732         * version.el (emacs-version):
12733         * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
12734         * winner.el (winner-mode):
12735         * calendar/timeclock.el (timeclock-in, timeclock-out)
12736         (timeclock-status-string, timeclock-change)
12737         (timeclock-workday-remaining-string)
12738         (timeclock-workday-elapsed-string)
12739         (timeclock-when-to-leave-string):
12740         * calendar/todo-mode.el (todo-add-category):
12741         * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
12742         * emacs-lisp/autoload.el (update-file-autoloads):
12743         * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
12744         (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
12745         (checkdoc-message-text, checkdoc-defun):
12746         * emacs-lisp/debug.el (debugger-list-functions):
12747         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
12748         * emacs-lisp/eieio-opt.el (eieio-describe-class)
12749         (eieio-describe-generic):
12750         * emacs-lisp/lisp-mnt.el (lm-synopsis):
12751         * emacs-lisp/shadow.el (list-load-path-shadows):
12752         * emulation/cua-base.el (cua-mode):
12753         * emulation/edt.el (edt-set-scroll-margins):
12754         * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
12755         (tpu-toggle-regexp, tpu-toggle-search-direction)
12756         (tpu-toggle-rectangle, tpu-toggle-control-keys):
12757         * emulation/tpu-extras.el (tpu-set-scroll-margins):
12758         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
12759         (viper-set-parsing-style-toggling-macro)
12760         (viper-set-emacs-state-searchstyle-macros):
12761         * emulation/viper.el (viper-set-hooks):
12762         * eshell/esh-mode.el (eshell-truncate-buffer):
12763         * international/mule-cmds.el (prefer-coding-system)
12764         (describe-input-method, describe-language-environment):
12765         * international/mule-diag.el (list-character-sets)
12766         (describe-character-set, describe-coding-system)
12767         (describe-fontset, list-fontsets, list-input-methods):
12768         * mail/sendmail.el (mail-signature):
12769         * net/ange-ftp.el (ange-ftp-copy-file):
12770         * net/browse-url.el (browse-url):
12771         * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
12772         * net/quickurl.el (quickurl-add-url):
12773         * net/rcirc.el (names, topic):
12774         * net/xesam.el (xesam-mode):
12775         * play/5x5.el (5x5-new-game):
12776         * play/yow.el (apropos-zippy):
12777         * progmodes/ada-mode.el (ada-mode-version):
12778         * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
12779         (f90-end-of-block)
12780         (f90-beginning-of-block):
12781         * progmodes/fortran.el (fortran-end-of-block)
12782         (fortran-beginning-of-block):
12783         * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
12784         * progmodes/python.el (python-describe-symbol, python-shell):
12785         * term/ns-win.el (ns-print-buffer):
12786         * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
12787         * textmodes/flyspell.el (flyspell-mode-on):
12788         * textmodes/page-ext.el (set-page-delimiter, pages-directory)
12789         (pages-directory-for-addresses):
12790         * textmodes/table.el (table-recognize-cell)
12791         (table-query-dimension, table-generate-source)
12792         (table-insert-sequence, table--warn-incompatibility):
12793         * textmodes/tex-mode.el (tex-validate-buffer):
12794         * textmodes/texinfmt.el (texinfmt-version)
12795         (texinfo-format-buffer):
12796         Use `called-interactively-p' instead of `interactive-p'.
12798 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
12800         * image-mode.el (image-toggle-display):
12801         * emacs-lisp/elp.el (elp-instrument-function):
12802         * emacs-lisp/advice.el (ad-make-advised-definition):
12803         * emacs-lisp/easy-mmode.el (define-minor-mode):
12804         * net/browse-url.el (browse-url-maybe-new-window):
12805         * progmodes/sh-script.el (sh-learn-buffer-indent):
12806         Pass new argument 'any to `called-interactively-p'.
12808 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
12810         * international/uni-bidi.el:
12811         * international/uni-category.el:
12812         * international/uni-combining.el:
12813         * international/uni-comment.el:
12814         * international/uni-decimal.el:
12815         * international/uni-decomposition.el:
12816         * international/uni-digit.el:
12817         * international/uni-lowercase.el:
12818         * international/uni-mirrored.el:
12819         * international/uni-name.el:
12820         * international/uni-numeric.el:
12821         * international/uni-old-name.el:
12822         * international/uni-titlecase.el:
12823         * international/uni-uppercase.el:
12824         Regenerate from Unicode 5.2.0 data.
12826 2009-10-01  Glenn Morris  <rgm@gnu.org>
12828         * Makefile.in (ELCFILES): Regenerate.
12830 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12832         * subr.el (interactive-p): Mark obsolete.
12833         (called-interactively-p): Make the optional-ness of `kind' obsolete.
12834         * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
12835         advertised-signature-table for subroutines as well.
12837         * emacs-lisp/byte-run.el (advertised-signature-table): New var.
12838         (set-advertised-calling-convention): New function.
12839         (make-obsolete, define-obsolete-function-alias)
12840         (make-obsolete-variable, define-obsolete-variable-alias):
12841         Make the optional-ness of `when' obsolete.
12842         (define-obsolete-face-alias): Make `when' non-optional.
12843         * help-fns.el (help-function-arglist):
12844         * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
12845         Use advertised-signature-table.
12847 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
12849         * files.el (delete-directory): New defun.  The original function
12850         in fileio.c has been renamed to `delete-directory-internal'.
12852         * dired.el (dired-delete-file): Call `delete-directory' with
12853         RECURSIVE parameter.
12855         * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
12856         parameter RECURSIVE.  Implementation is missing.
12858         * net/tramp.el (tramp-handle-make-directory): Flush upper
12859         directory's file properties.
12860         (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
12861         (tramp-handle-dired-recursive-delete-directory): Flush directory
12862         properties after the remove command only.
12864         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
12865         Handle optional parameter RECURSIVE.
12867         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
12868         Handle optional parameter RECURSIVE.
12870         * net/tramp-smb.el (tramp-smb-errors): Add error message for
12871         connection timeout.
12872         (tramp-smb-handle-delete-directory): Handle optional parameter
12873         RECURSIVE.
12875 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12877         * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
12878         (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
12879         (byte-compile-defmacro): Use backquotes.
12881         * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
12883         * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
12884         has no associated file.
12885         (vc-resynch-buffer): Use vc-dir-buffers.
12887 2009-10-01  Glenn Morris  <rgm@gnu.org>
12889         * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
12890         (chart-file-count):
12891         * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
12892         * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
12893         * emacs-lisp/eieio-opt.el (eieio-describe-class):
12894         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
12895         * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
12896         (eieio-copy-parents-into-subclass, make-instance, class-children)
12897         (eieio-generic-form):
12898         * cedet/cedet-files.el (cedet-directory-name-to-file-name):
12899         * cedet/cedet-idutils.el (cedet-idutils-search)
12900         (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
12901         (cedet-idutils-version-check):
12902         * cedet/cedet.el (cedet-version):
12903         * cedet/data-debug.el (data-debug-insert-overlay-button)
12904         (data-debug-insert-overlay-list-button)
12905         (data-debug-insert-buffer-button)
12906         (data-debug-insert-buffer-list-button)
12907         (data-debug-insert-process-button, data-debug-insert-ring-button)
12908         (data-debug-insert-widget, data-debug-insert-stuff-list-button)
12909         (data-debug-insert-stuff-vector-button)
12910         (data-debug-insert-symbol-button, data-debug-insert-string)
12911         (data-debug-insert-number, data-debug-insert-lambda-expression)
12912         (data-debug-insert-nil, data-debug-insert-simple-thing)
12913         (data-debug-insert-custom, data-debug-edebug-expr):
12914         * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
12915         (global-ede-mode-map, ede-new, ede-debug-target)
12916         (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
12917         * cedet/semantic.el (semantic-minimum-working-buffer-size)
12918         (semantic-fetch-tags, semantic-submode-list)
12919         (semantic-default-submodes):
12920         * cedet/ede/source.el (ede-source-match):
12921         * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
12922         (project-am-package-info):
12923         * cedet/ede/proj.el (ede-proj-target, project-new-target):
12924         * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
12925         * cedet/ede/proj-comp.el (ede-current-build-list):
12926         * cedet/ede/makefile-edit.el (makefile-move-to-macro):
12927         * cedet/ede/files.el (ede-toplevel-project-or-nil):
12928         * cedet/ede/cpp-root.el (initialize-instance):
12929         * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
12930         (autoconf-parameter-strip, autoconf-insert-new-macro):
12931         * cedet/semantic/wisent.el (wisent-lex-eoi):
12932         * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
12933         (semantic-show-parser-state-mode):
12934         * cedet/semantic/texi.el (semantic-texi-environment-regexp):
12935         * cedet/semantic/tag.el (semantic-tag-new-variable)
12936         (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
12937         (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
12938         (semantic--tag-deep-copy-tag-list)
12939         (semantic-tag-components-with-overlays-default):
12940         * cedet/semantic/symref.el (semantic-symref-find-text):
12941         * cedet/semantic/senator.el (senator-yank-tag)
12942         (senator-transpose-tags-up):
12943         * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
12944         (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
12945         * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
12946         * cedet/semantic/lex.el (semantic-lex-comment-regex)
12947         (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
12948         (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
12949         * cedet/semantic/lex-spp.el
12950         (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
12951         (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
12952         * cedet/semantic/idle.el
12953         (semantic-idle-summary-current-symbol-info-brutish)
12954         (semantic-idle-summary-current-symbol-info-default):
12955         * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
12956         (semantic--grammar-macro-compl-dict):
12957         * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
12958         * cedet/semantic/format.el (semantic-format-tag-custom-list)
12959         (semantic-format-tag-canonical-name-default):
12960         * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
12961         (semantic-find-tags-for-completion)
12962         (semantic-find-tags-by-scope-protection-default)
12963         (semantic-deep-find-tags-for-completion):
12964         * cedet/semantic/edit.el
12965         (semantic-edits-incremental-reparse-failed-hook)
12966         (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
12967         (semantic-edits-splice-remove, semantic-edits-splice-replace):
12968         * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
12969         * cedet/semantic/dep.el (semantic-dependency-include-path):
12970         * cedet/semantic/db.el (semanticdb-default-find-index-class)
12971         (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
12972         (semanticdb-project-roots):
12973         * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
12974         (semanticdb-find-adebug-insert-scanned-tag-cons)
12975         (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
12976         (semanticdb-brute-deep-find-tags-for-completion):
12977         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
12978         * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
12979         (semantic-end-of-context-default)
12980         (semantic-ctxt-current-function-default)
12981         (semantic-ctxt-scoped-types-default):
12982         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
12983         (semantic-complete-inline-tag-engine)
12984         (semantic-complete-inline-custom-type)
12985         (semantic-complete-read-tag-analyzer):
12986         * cedet/semantic/chart.el (semantic-chart-tags-by-class)
12987         (semantic-chart-database-size):
12988         * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
12989         (semantic-analyze-current-context):
12990         * cedet/semantic/symref/list.el (semantic-symref)
12991         (semantic-symref-hide-buffer, semantic-symref-symbol):
12992         * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
12993         * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
12994         * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
12995         * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
12996         (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
12997         (semantic-c-dereference-template):
12998         * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
12999         (semantic--analyze-refs-full-lookup-with-parents)
13000         (semantic--analyze-refs-full-lookup-simple):
13001         * cedet/semantic/analyze/complete.el
13002         (semantic-analyze-possible-completions):
13003         * cedet/srecode/table.el (srecode-mode-table-new):
13004         * cedet/srecode/srt.el (srecode-read-variable-name):
13005         * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
13006         * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
13007         (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
13008         * cedet/srecode/map.el (srecode-current-map):
13009         * cedet/srecode/insert.el (srecode-insert)
13010         (srecode-insert-variable-secondname-handler, srecode-insert-method)
13011         (srecode-template-inserter-point-override)
13012         (srecode-insert-include-lookup):
13013         * cedet/srecode/getset.el (srecode-auto-choose-class):
13014         * cedet/srecode/extract.el (srecode-inserter-extract):
13015         * cedet/srecode/document.el
13016         (srecode-document-autocomment-return-last-alist)
13017         (srecode-document-autocomment-param-type-alist)
13018         (srecode-document-insert-function-comment)
13019         (srecode-document-insert-variable-one-line-comment)
13020         (srecode-document-function-name-comment):
13021         * cedet/srecode/dictionary.el (srecode-create-dictionary)
13022         (srecode-compound-toString):
13023         * cedet/srecode/compile.el (srecode-flush-active-templates):
13024         * cedet/srecode/args.el (srecode-semantic-handle-:blank):
13025         Doc/message fixes.
13027         * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
13028         match-data.  (Bug#4555).
13030         * cedet/semantic/bovine/gcc.el
13031         (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
13032         (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
13034         * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
13035         rather than parsing it as a regexp.  This relaxes the layout
13036         requirements and makes errors easier to detect.
13037         (check-declare-verify): Check file is regular.
13038         (check-declare-directory): Doc fix.
13039         * subr.el (declare-function): Doc fix.
13041         * ibuffer.el (ibuffer-format-qualifier):
13042         * isearch.el (hi-lock-regexp-okay):
13043         * calc/calc.el (math-zerop):
13044         * mail/uce.el (rmail-msgbeg, rmail-msgend):
13045         * term/w32-win.el (setup-default-fontset, set-fontset-font):
13046         Remove unused declarations.
13048 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
13050         * cedet/semantic/wisent/javat-wy.el
13051         (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
13053 2009-09-30  Juanma Barranquero  <lekktu@gmail.com>
13055         * cedet/srecode/expandproto.el: Fix provide statement.
13057 2009-09-30  Eric Ludlam  <zappo@gnu.org>
13059         * emacs-lisp/eieio.el (boolean-p): Delete.
13061 2009-09-30  Sascha Wilde  <wilde@sha-bang.de>
13063         * cedet/ede/srecode.el: Fix provide statement.
13065 2009-09-30  Glenn Morris  <rgm@gnu.org>
13067         * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
13068         * cedet/ede/proj-aux.el (ede-aux-source):
13069         * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
13070         (ede-misc-source):
13071         * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
13072         (semantic-mrub-switch-tags): Fix doc typos.
13074         * cedet/semantic/db-global.el (data-debug-new-buffer)
13075         (data-debug-insert-thing): Remove unneeded declarations (one broken).
13076         (semanticdb-enable-gnu-global-databases): Fix prompt typo.
13078         * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
13080         * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
13081         use of CL function `remove-if-not'.
13083         * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
13085         * emacs-lisp/elint.el (elint-init-form): Report declarations where the
13086         filename is not a string.
13088 2009-09-29  Chong Yidong  <cyd@stupidchicken.com>
13090         * files.el (safe-local-eval-forms): Fix typo.
13092 2009-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13094         * vc-hooks.el (vc-dir-buffers): New var.
13095         (vc-state-refresh): New function.
13096         (vc-state): Use it.
13097         (vc-after-save): Always ask the backend to recompute the new state.
13098         Always call vc-dir if necessary, using vc-dir-buffers.
13099         * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
13100         Use vc-dir-buffers.
13101         (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
13102         (vc-dir-prepare-status-buffer, vc-dir-update)
13103         (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
13104         Don't call expand-file-name on default-directory.
13106 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
13108         * speedbar.el (speedbar-item-delete):
13109         * calc/calc-prog.el (calc-kbd-if):
13110         * language/hanja-util.el (hanja-init-load): Fix typos in messages.
13112         * epa.el (epa-key-list-mode-map):
13113         * hi-lock.el (hi-lock-menu): Fix typos in menus.
13115         * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
13116         (hs-show-hook): Fix typo in docstring.
13118 2009-09-29  Glenn Morris  <rgm@gnu.org>
13120         * cedet/semantic/symref/idutils.el:
13121         * cedet/semantic/symref/list.el: Relicense under GPLv3+.
13123         * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
13125         * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
13126         * cedet/semantic/tag-file.el (semanticdb-table-child-p):
13127         * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
13128         Mark declarations not understood by check-declare.
13130         * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
13131         file-name-nondirectory call preventing location of cedet files.
13132         (check-declare-verify): Use literal search rather than re-search.
13133         Add basic defmethod and defclass, and define-overloadable-function.
13135         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
13136         Use tramp-compat-file-attributes rather than nonexistent
13137         tramp-compat-handle-file-attributes.
13139         * Makefile.in (lisptagsfiles4): New.
13140         (AUTOGENEL): Add cedet loaddefs files.
13141         (TAGS, TAGS-LISP): Use $lisptagsfiles4.
13142         (update-elclist, compile-always, backup-compiled-files)
13143         (bootstrap-clean): Add yet another directory level.
13144         (update-elclist): Use LC_COLLATE rather than COLLATE.
13145         (ELCFILES): Update, via `make update-elclist'.
13147 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
13149         * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
13150         (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
13151         (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
13153 2009-09-28  Andreas Schwab  <schwab@linux-m68k.org>
13155         * Makefile.in (lisptagsfiles3): Define.
13156         (TAGS, TAGS-LISP): Use it.
13157         (update-elclist): Add third directory level to look for elc files.
13158         (compile-always): Likewise.
13159         (backup-compiled-files): Likewise.
13160         (bootstrap-clean): Likewise.
13161         (ELCFILES): Update.
13163 2009-09-28  Chong Yidong  <cyd@stupidchicken.com>
13165         * Makefile.in (ELCFILES): Add CEDET files.
13167 2009-09-28  Eric Ludlam  <zappo@gnu.org>
13169         CEDET (development tools) package merged.
13171         * cedet/*.el:
13172         * cedet/ede/*.el:
13173         * cedet/semantic/*.el:
13174         * cedet/srecode/*.el: New files.
13176 2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
13178         * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
13180         * net/tramp.el (top): Require tramp-imap.
13182         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
13183         Use `tramp-compat-handle-file-attributes'.
13185 2009-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13187         * net/tramp-imap.el: New package.
13189 2009-09-28  Eric Ludlam  <zappo@gnu.org>
13191         * emacs-lisp/chart.el:
13192         * emacs-lisp/eieio-base.el:
13193         * emacs-lisp/eieio-comp.el:
13194         * emacs-lisp/eieio-custom.el:
13195         * emacs-lisp/eieio-datadebug.el:
13196         * emacs-lisp/eieio-opt.el:
13197         * emacs-lisp/eieio-speedbar.el:
13198         * emacs-lisp/eieio.el: New files.
13200         * cedet/cedet-cscope.el:
13201         * cedet/cedet-files.el:
13202         * cedet/cedet-global.el:
13203         * cedet/cedet-idutils.el:
13204         * cedet/data-debug.el:
13205         * cedet/inversion.el:
13206         * cedet/mode-local.el:
13207         * cedet/pulse.el: New files.
13209 2009-09-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13211         * whitespace.el (whitespace-trailing-regexp)
13212         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
13213         Fix doc string.
13215 2009-09-27  Chong Yidong  <cyd@stupidchicken.com>
13217         * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
13218         menu.
13220         * ediff-hook.el: Move menu-bar-ediff-misc-menu into
13221         menu-bar-ediff-menu.
13223         * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
13224         define-overloadable-function.
13226         * progmodes/autoconf.el: Provide autoconf as well, so that this
13227         file can be `require'd.
13229         * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
13231         * emacs-lisp/autoload.el (generated-autoload-feature)
13232         (generated-autoload-load-name): New vars.
13233         (autoload-rubric, autoload-generate-file-autoloads): Use them.
13234         (make-autoload): Recognize define-overloadable-function and
13235         defclass forms (for EIEIO).
13237         * Makefile.in (update-subdirs): Exclude cedet directory.
13239 2009-09-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
13241         * term/ns-win.el: Don't set the region face background.  (Bug#4381)
13243         * faces.el: Default light-background background for region face to
13244         ns_selection_color under NS.
13246 2009-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
13248         * net/imap-hash.el: New library, see NEWS.
13250         * Makefile.in (ELCFILES): Add imap-hash.el.
13252 2009-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13254         * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
13255         * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
13256         * help-macro.el (make-help-screen): Avoid using an ambiguous function
13257         definition where the docstring could be taken for the return value.
13259 2009-09-26  Glenn Morris  <rgm@gnu.org>
13261         * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
13262         Add option to only show images below a certain size.
13263         (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
13264         save-excursion calls.
13266 2009-09-26  Eli Zaretskii  <eliz@gnu.org>
13268         * makefile.w32-in (WINS_ALMOST): Add cedet (with its
13269         subdirectories) and eieio.
13271 2009-09-26  Alan Mackenzie  <acm@muc.de>
13273         * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
13274         buggy bracketing.  (Bug#4289)
13276         * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
13277         character constants (as case labels).  (Bug#4289)
13279 2009-09-25  Juri Linkov  <juri@jurta.org>
13281         * files.el (safe-local-eval-forms): Allow time-stamp in
13282         before-save-hook (Bug#4554).
13284 2009-09-25  Drew Adams  <drew.adams@oracle.com>
13286         * menu-bar.el (list-buffers-directory): Doc fix.
13288 2009-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13290         * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
13291         Try and avoid copying twice the same paragraph.
13292         (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
13293         Remove save-excursion.
13294         (log-edit-changelog-entry): Do it here instead.
13296 2009-09-25  Juanma Barranquero  <lekktu@gmail.com>
13298         * bs.el (bs--get-file-name): Use `list-buffers-directory'
13299         when available, instead of hardcoding mode names.  Doc fix.
13301         * menu-bar.el (list-buffers-directory): Add docstring.
13302         Make automatically buffer-local.
13304         * dired.el (dired-mode):
13305         * files.el (cd-absolute):
13306         * pcvs.el (cvs-temp-buffer):
13307         * pcvs-util.el (cvs-get-buffer-create):
13308         * shell.el (shell-mode):
13309         * vc-dir.el (vc-dir-mode):
13310         Don't make `list-buffers-directory' buffer local.
13312 2009-09-25  Devon Sean McCullough  <emacs-hacker@Jovi.Net>
13314         * comint.el (comint-exec, comint-run, make-comint):
13315         Doc fixes (Bug#4542).
13317 2009-09-25  Glenn Morris  <rgm@gnu.org>
13319         * mail/rmailmm.el (rmail-mime): New custom group.
13320         Move all defcustoms in this file into this group.
13321         (rmail-mime-media-type-handlers-alist): Revert previous change.
13322         (rmail-mime-show-images): New option.
13323         (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
13324         references to it, since it wasn't actually used for anything.
13325         (rmail-mime-insert-image): New function.
13326         (rmail-mime-image): Use rmail-mime-insert-image.
13327         (rmail-mime-bulk-handler): Remove optional `image' argument, instead
13328         obey the value of `rmail-mime-show-images' option.  Print the size of
13329         attachments.
13331 2009-09-25  David Engster  <deng@randomsample.de>
13333         * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'.  (Bug#4548)
13335 2009-09-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13337         * whitespace.el: Does not highlight trailing spaces While point is
13338         at end of line.  Does not highligt spaces at beginning of buffer
13339         while point is at beginning of buffer.  Does not highlight spaces
13340         at end of buffer while point is at end of buffer.  (Bug#4177)
13341         New version 12.0.
13342         (whitespace-display-mappings): Adjust initialization.
13343         (whitespace-point, whitespace-font-lock-refontify): New vars.
13344         (whitespace-color-on, whitespace-color-off): Adjust code.
13345         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
13346         (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
13347         (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
13349 2009-09-24  Chong Yidong  <cyd@stupidchicken.com>
13351         * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
13353         * textmodes/sgml-mode.el: Remove xml-mode alias.
13355         * files.el (auto-mode-alist, conf-mode-maybe)
13356         (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
13358 2009-09-24  Alan Mackenzie  <acm@muc.de>
13360         * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
13361         c-forward-conditionals, but it doesn't move point and doesn't set
13362         the mark.
13363         (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
13364         (c-down-conditional-with-else, c-backward-conditional)
13365         (c-forward-conditional): Refactor to use c-scan-conditionals.
13367 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
13369         * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
13370         (help-default-arg-highlight): Remove.
13371         (help-highlight-arg): New function.
13372         (help-do-arg-highlight): Use it.
13373         Suggested by Drew Adams <drew.adams@oracle.com>.  (Bug#4510, bug#4520)
13375 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13377         * term.el (term-set-scroll-region, term-handle-ansi-escape):
13378         Undo last change, which didn't fix the problem and introduced others.
13380 2009-09-24  Nick Roberts  <nickrob@snap.net.nz>
13382         * progmodes/gdb-mi.el: Don't require speedbar.
13383         (gdb-jsonify-buffer): Handle case where "=" is part of value string.
13385 2009-09-24  Glenn Morris  <rgm@gnu.org>
13387         * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
13389         * term/ns-win.el (ns-reg-to-script): Define for compiler.
13391         * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
13392         there is no newline after the final mime boundary.  (Bug#4539)
13393         Move markers on insertion so that any buttons inserted don't end up in
13394         the next part of a multipart message.
13395         (rmail-mime-media-type-handlers-alist): Doc fix.  Add image handler.
13396         (rmail-mime-bulk-handler): Optionally handle images.
13397         (rmail-mime-image): New button action.
13398         (rmail-mime-image-handler): New function.
13399         (rmail-mime-mode): New mode.
13400         (rmail-mime): Doc fix.  Use rmail-mime-mode (for font-lock).
13402 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13404         * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
13405         than just dropping elements from it (bug#4504).
13407         * term.el (term-set-scroll-region): Don't move cursor any more.
13408         (term-handle-ansi-escape): Call term-goto here instead.
13409         Suggested by Ivan Kanis <apple@kanis.eu>.
13411         * term.el: Require CL.
13412         (term-ansi-reset): New function.
13413         (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
13414         (term-handle-colors-array): Simplify.
13416 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
13418         * allout.el (allout-overlay-interior-modification-handler)
13419         (allout-obtain-passphrase):
13420         * epa-file.el (epa-file-write-region):
13421         * ps-print.el (ps-begin-job):
13422         * vc-hooks.el (vc-toggle-read-only):
13423         * vc-rcs.el (vc-rcs-rollback):
13424         * vc-sccs.el (vc-sccs-rollback):
13425         * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
13426         (vc-version-diff, vc-revert, vc-rollback):
13427         * wdired.el (wdired-check-kill-buffer):
13428         * emacs-lisp/authors.el (authors):
13429         * net/socks.el (socks-open-connection):
13430         * net/zeroconf.el (zeroconf-service-add-hook):
13431         * obsolete/vc-mcvs.el (vc-mcvs-register):
13432         * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
13433         (gdb-select-frame):
13434         * progmodes/grep.el (lgrep, rgrep):
13435         * progmodes/idlw-help.el (idlwave-help-check-locations)
13436         (idlwave-help-html-link, idlwave-help-assistant-open-link):
13437         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
13438         * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
13439         (reftex-toc-rename-label): Fix typos in error messages.
13441         * dired-aux.el (dired-do-shell-command): Reflow docstring.
13442         (dired-copy-how-to-fn): Doc fix.
13443         (dired-files-attributes, dired-read-shell-command):
13444         Fix typos in docstrings.
13446         * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
13447         (dired-x-find-file-other-window): Reflow docstrings.
13448         (dired-omit-marker-char, dired-read-shell-command)
13449         (dired-x-submit-report): Fix typos in docstrings.
13451         * shell.el (shell-mode-hook):
13452         * view.el (View-scroll-line-forward):
13453         * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
13454         Fix typos in docstrings.
13456         * net/dig.el (dig-invoke): Fix typo in docstring.
13457         (query-dig): Reflow docstring.
13459         * progmodes/idlwave.el (idlwave-create-user-catalog-file)
13460         (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
13461         (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
13462         (idlwave-begin-block-reg, idlwave-begin-unit-reg)
13463         (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
13464         (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
13465         (idlwave-check-abbrev, idlwave-class-file-or-buffer)
13466         (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
13467         (idlwave-completion-map, idlwave-current-indent)
13468         (idlwave-custom-ampersand-surround, idlwave-customize)
13469         (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
13470         (idlwave-define-abbrev, idlwave-determine-class-special)
13471         (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
13472         (idlwave-end-block-reg, idlwave-end-of-statement)
13473         (idlwave-end-of-statement0, idlwave-end-of-subprogram)
13474         (idlwave-end-unit-reg, idlwave-entry-find-keyword)
13475         (idlwave-explicit-class-listed, idlwave-file-header)
13476         (idlwave-fill-paragraph, idlwave-find-class-definition)
13477         (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
13478         (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
13479         (idlwave-in-quote, idlwave-indent-action-table)
13480         (idlwave-indent-expand-table, idlwave-indent-line)
13481         (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
13482         (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
13483         (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
13484         (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
13485         (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
13486         (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
13487         (idlwave-outlawed-buffers, idlwave-popup-select)
13488         (idlwave-previous-statement, idlwave-rescan-catalog-directories)
13489         (idlwave-routine-entry-compare, idlwave-routine-info.pro)
13490         (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
13491         (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
13492         (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
13493         (idlwave-statement-type, idlwave-struct-skip)
13494         (idlwave-substitute-link-target, idlwave-toggle-comment-region)
13495         (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
13496         (idlwave-what-module-find-class): Fix typos in docstrings.
13497         (idlwave-all-method-classes, idlwave-calc-hanging-indent)
13498         (idlwave-calculate-cont-indent, idlwave-expand-equal)
13499         (idlwave-find-module, idlwave-find-structure-definition)
13500         (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
13501         (idlwave-list-load-path-shadows, idlwave-next-statement)
13502         (idlwave-routine-entry-compare-twins, idlwave-routine-info)
13503         (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
13504         (idlwave-template): Reflow docstrings.
13506         * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
13507         (idlwave-shell-batch-command, idlwave-shell-bp-alist)
13508         (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
13509         (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
13510         (idlwave-shell-display-line, idlwave-shell-display-wframe)
13511         (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
13512         (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
13513         (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
13514         (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
13515         (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
13516         (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
13517         (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
13518         (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
13519         (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
13520         (idlwave-shell-scan-for-state, idlwave-shell-send-command)
13521         (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
13522         (idlwave-shell-shell-command, idlwave-shell-sources-alist)
13523         (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
13524         (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
13525         (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
13526         Fix typos in docstrings.
13527         (idlwave-shell-bp, idlwave-shell-clear-current-bp)
13528         (idlwave-shell-hide-output, idlwave-shell-mode)
13529         (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
13530         Reflow docstrings.
13532         * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
13534 2009-09-24  Ivan Kanis  <apple@kanis.eu>
13536         * term.el (term-bold-attribute): New var.
13537         (term-handle-colors-array): Use it.
13539 2009-09-23  Nick Roberts  <nickrob@snap.net.nz>
13541         * progmodes/gdb-mi.el (gdb-version): New variable.
13542         (gdb-non-stop-handler): Set gdb-version.
13543         (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
13544         Condition "--thread" option on gdb-version.
13545         (gdb-invalidate-threads): Remove unused argument.
13547 2009-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13549         * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
13550         to looking-back to avoid ridiculous slow down in large files (bug#4511).
13552 2009-09-23  Glenn Morris  <rgm@gnu.org>
13554         * mail/rmail.el (rmail-reply): Don't try to add a References header when
13555         replying to mail without References or Message-Id.  (Bug#4525)
13557 2009-09-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
13559         * term/ns-win.el (ns-reg-to-script): New variable.
13561 2009-09-23  Daiki Ueno  <ueno@unixuser.org>
13563         * epg.el (epg-wait-for-status): Preserve existing 'error results.
13565 2009-09-22  Sam Steingold  <sds@gnu.org>
13567         * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
13568         (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
13569         to 1 because hg returns status 1 when nothing is found.
13570         Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
13572 2009-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13574         * textmodes/fill.el: Convert to utf-8 encoding.
13575         (fill-french-nobreak-p): Remove redundant » and « inherited from our
13576         pre-Unicode days.
13578         * add-log.el (change-log-fill-forward-paragraph): New function.
13579         (change-log-mode): Use it so fill-region DTRT.
13580         Set fill-indent-according-to-mode here rather than in
13581         change-log-fill-paragraph.
13582         (change-log-fill-paragraph): Remove.
13584 2009-09-22  Juanma Barranquero  <lekktu@gmail.com>
13586         * info.el (Info-try-follow-nearest-node): Use the URL extracted by
13587         `Info-get-token', instead of `browse-url-url-at-point'.  (Bug#4508)
13589 2009-09-22  Glenn Morris  <rgm@gnu.org>
13591         * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
13592         the scroll-bar scroll the calendar window rather than the buffer.
13594         * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
13595         commands that move point (as opposed to scrolling).
13597         * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
13599         * emacs-lisp/elint.el (elint): New custom group.
13600         (elint-log-buffer): Make it a defcustom.
13601         (elint-scan-preloaded, elint-ignored-warnings)
13602         (elint-directory-skip-re): New options.
13603         (elint-builtin-variables): Doc fix.
13604         (elint-preloaded-env): New variable.
13605         (elint-unknown-builtin-args): Add an entry for encode-time.
13606         (elint-extra-errors): Make it a variable rather than a constant.
13607         (elint-preloaded-skip-re): New constant.
13608         (elint-directory): Skip files matching elint-directory-skip-re.
13609         (elint-features): New variable, local to linted buffers.
13610         (elint-update-env): Initialize elint-features.  Possibly add
13611         elint-preloaded-env to the buffer's environment.
13612         (elint-get-top-forms): Bind elint-current-pos, for log messages.
13613         Skip quoted forms.
13614         (elint-init-form): New function, extracted from elint-init-env.
13615         Make non-list forms a warning rather than an error.
13616         Add the mode-map for define-derived-mode.  Handle define-minor-mode,
13617         easy-menu-define, put that adds an error-condition, and provide.
13618         When requiring cl, also require cl-macs.  Really require cl, to handle
13619         some cl macros.  Store required libraries in the list elint-features,
13620         so as not to re-load them.  Treat cc-require like require.
13621         (elint-init-env): Call elint-init-form to do the work.
13622         Handle eval-and-compile and such like.
13623         (elint-add-required-env): Do not clear messages.
13624         (elint-special-forms): Add handlers for function, defalias, if, when,
13625         unless, and, or.
13626         (elint-form): Add optional argument to ignore elint-special-forms,
13627         useful to prevent recursive calls from handlers.  Doc fix.
13628         Respect elint-ignored-warnings.
13629         (elint-form): Respect elint-ignored-warnings.
13630         (elint-bound-variable, elint-bound-function): New variables.
13631         (elint-unbound-variable): Respect elint-bound-variable.
13632         (elint-get-args): Respect elint-bound-function.
13633         (elint-check-cond-form): Add some simple handling for (f)boundp and
13634         featurep tests.
13635         (elint-check-defalias-form): New handler.
13636         (elint-check-let-form): Make an empty let a warning rather than an
13637         error.
13638         (elint-check-setq-form): Make an empty setq a warning rather than an
13639         error.  Respect elint-ignored-warnings.
13640         (elint-check-defvar-form): Accept null doc-strings.
13641         (elint-check-conditional-form): New handler.  Does some simple-minded
13642         checking of featurep and (f)boundp tests.
13643         (elint-put-function-args): New function.
13644         (elint-initialize): Use elint-scan-doc-file rather than
13645         elint-find-builtin-variables.  Use elint-put-function-args.
13646         Possibly scan preloaded-file-list.
13647         (elint-scan-doc-file): Rename from elint-find-builtin-variables and
13648         extend to handle functions as well.
13650 2009-09-22  Lennart Borgman  <lennart.borgman@gmail.com>
13652         * linum.el (linum-delete-overlays, linum-update-window):
13653         Do not modify the right margin.  (Bug#3971)
13655 2009-09-21  Chong Yidong  <cyd@stupidchicken.com>
13657         * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
13658         nxml-mode instead of xml-mode.
13660 2009-09-21  Kevin Ryde  <user42@zip.com.au>
13662         * net/dig.el: Add "Keywords: comm", as per net-utils.el.  (Bug#4501)
13664 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13666         * net/dig.el (dig-mode): Use define-derived-mode.
13668 2009-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
13670         * vc-dispatcher.el (vc-do-command): Return the process object in
13671         the asynchronous case.  Use when instead of if.  Do not run
13672         vc-exec-after to display a message if not enabled.  (Bug#4463)
13674         * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
13675         properties to the stash strings.
13676         (vc-git-stash-list): Return a list of strings.
13677         (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
13678         (vc-git-stash-show-at-point): New functions.
13679         (vc-git-stash-map): New keymap.
13681         * register.el (ctl-x-r-map): Define the keys here instead of
13682         using autoload.
13684 2009-09-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>  (tiny change)
13686         * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
13687         list, to workaround performance problem (bug#4485).
13689 2009-09-20  Nick Roberts  <nickrob@snap.net.nz>
13691         * progmodes/gud.el (gud-sentinel): Revert indavertant change.
13693 2009-09-20  Daiki Ueno  <ueno@unixuser.org>
13695         * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
13696         Document that this option is not recommended to use.
13698 2009-09-19  Glenn Morris  <rgm@gnu.org>
13700         * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
13701         variable `var'.
13703         * calc/calc-alg.el (var):
13704         * calc/calcalg2.el (var): Define for compiler.
13706 2009-09-19  Chong Yidong  <cyd@stupidchicken.com>
13708         * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
13709         Doc fix (Bug#3932).
13711         * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
13713         * time-stamp.el (time-stamp-month-dd-yyyy)
13714         (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
13715         (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
13716         (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
13717         (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
13718         Remove functions that have been obsolete since 1995 (Bug#4436).
13720         * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
13721         indent buffer only if called interactively (Bug#4452).
13723 2009-09-19  Juanma Barranquero  <lekktu@gmail.com>
13724             Eli Zaretskii  <eliz@gnu.org>
13726         This fixes bug#4197 (merged to bug#865, though not identical).
13727         * server.el (server-auth-dir): Add docstring note about FAT32.
13728         (server-ensure-safe-dir): Accept FAT32 directories as "safe",
13729         but warn against using them.
13731 2009-09-19  Nick Roberts  <nickrob@snap.net.nz>
13733         * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
13734         older GDB where there is no has_more field.
13736 2009-09-19  Glenn Morris  <rgm@gnu.org>
13738         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
13740 2009-09-18  Chong Yidong  <cyd@stupidchicken.com>
13742         * files.el (auto-mode-alist): Change default for XML files to nXML
13743         mode (Bug#4169).
13745 2009-09-18  Juanma Barranquero  <lekktu@gmail.com>
13747         * server.el (server-ensure-safe-dir): Pass 'integer
13748         to `file-attributes', as suggested.
13750 2009-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
13752         * dired-aux.el (dired-query-alist): Remove spurious backslash.
13753         (dired-query): Use read-key.
13755 2009-09-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
13757         * cus-start.el (ns-use-qd-smoothing): Remove.
13759 2009-09-18  Glenn Morris  <rgm@gnu.org>
13761         * allout.el (top-level): Remove unnecessary progn.
13763         * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
13765         * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
13766         definition of abbrev table.
13768         * speedbar.el (speedbar-track-mouse):
13769         * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
13770         * net/eudc.el (eudc-expand-inline):
13771         * net/newst-backend.el (newsticker--cache-read-feed):
13772         * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
13773         condition-case handlers.
13775 2009-09-18  Nick Roberts  <nickrob@snap.net.nz>
13777         * progmodes/gdb-mi.el (gdb-frame-address): New variable.
13778         (gdb-var-list): Add an element for has_more field.
13779         (gdb-non-stop-handler): Enable pretty printing for STL containers.
13780         (gdb-var-create-handler, gdb-var-list-children-handler-1)
13781         (gdb-var-update-handler-1): Parse output of dynamic variable
13782         objects (STL containers).
13783         (gdb-var-delete-1): Pass var1 as an explicit second argument.
13784         (gdb-get-field): Delete alias.  Use bindat-get-field directly.
13786         * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
13787         gdb-var-list.
13788         (gud-speedbar-buttons): Make node expandable if expression "has more"
13789         children.
13791 2009-09-17  Juanma Barranquero  <lekktu@gmail.com>
13793         * startup.el (emacs-quick-startup): Remove variable and all uses.
13794         (command-line): Set `inhibit-x-resources' instead.
13795         (command-line-1): Use `inhibit-x-resources' instead.
13797 2009-09-17  Chong Yidong  <cyd@stupidchicken.com>
13799         * subr.el: Fix last change to avoid using the `unless' macro,
13800         which breaks bootstrapping.
13802 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13804         * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
13805         extended definitions, in case we reload subr.el after having
13806         loaded CL.
13807         (eval-next-after-load): Mark as obsolete.
13809 2009-09-17  Juri Linkov  <juri@jurta.org>
13811         * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
13812         (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
13813         (menu-bar-showhide-menu, menu-bar-tools-menu)
13814         (menu-bar-describe-menu, menu-bar-help-menu)
13815         (minibuffer-local-completion-map, minibuffer-local-map):
13816         Fix list quoting.
13818 2009-09-17  Glenn Morris  <rgm@gnu.org>
13820         * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
13821         arguments, whether or not it has a handler.
13823         * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
13825         * simple.el (hard-newline): Give it a doc-string.
13827         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
13828         (lisp-mode-syntax-table): Give them doc-strings.
13830 2009-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
13832         * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
13833         (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
13834         (menu-bar-options-menu, menu-bar-showhide-menu)
13835         (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
13836         (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
13837         (menu-bar-options-menu, menu-bar-line-wrapping-menu)
13838         (menu-bar-options-menu, menu-bar-tools-menu)
13839         (menu-bar-describe-menu, menu-bar-search-documentation-menu)
13840         (menu-bar-help-menu):
13841         (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
13842         string arguments.
13844         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
13845         (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
13846         calls for the menu names and :help.
13848 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13850         * mouse.el (minor-mode-menu-from-indicator): Pay attention
13851         to :minor-mode-function (bug#4455).
13853 2009-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13855         * startup.el (command-line): Initialize the window-system after
13856         processing the command-line.
13858         * textmodes/page.el (what-page): Make sure we don't inf-loop if
13859         page-delimiter matches the empty string.
13861 2009-09-16  Glenn Morris  <rgm@gnu.org>
13863         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
13864         byte-compile-not-obsolete-var.  It's a list now.
13865         (byte-compile-not-obsolete-funcs): New variable.
13866         (byte-compile-warn-obsolete): Don't warn about functions if they are in
13867         byte-compile-not-obsolete-funcs.
13868         (byte-compile-variable-ref, byte-compile-defvar): Update for
13869         byte-compile-not-obsolete-vars name-change and list nature.
13870         (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
13871         and variables behind (f)boundp tests.
13872         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
13874 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
13876         * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
13878 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13880         * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
13881         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
13882         Don't autoload.
13884 2009-09-15  Stephen Eglen  <stephen@gnu.org>
13886         * iswitchb.el (iswitchb-read-buffer): When selecting a match from
13887         the virtual-buffers, use the name of the buffer specified by
13888         find-file-noselect, as the match may be a symlink.  (This was a
13889         problem if the target and the symlink had different names.)
13891 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13893         * custom.el (custom-initialize-default, custom-initialize-set): CSE.
13895         * desktop.el (desktop-path): Check user-emacs-directory.
13897         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
13899         * loadup.el: Use after-load-functions to GC after loading each file.
13900         Remove the explicit GC calls that used to be sprinkled around.
13902         * subr.el (after-load-functions): New hook.
13903         (do-after-load-evaluation): Run it.  Use string-match-p to detect
13904         `obsolete' packages, rather than painfully extracting the relevant
13905         directory name.
13907 2009-09-15  Glenn Morris  <rgm@gnu.org>
13909         * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
13910         free variable `doc'.
13912         * dired.el (dired-mode-map): Add menu entry for async shell command.
13914         * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
13915         variables, also consider the .elc files, since the .el files are
13916         normally gzipped (subsequent code locates the .el.gz from the .elc).
13918         * calc/calc-prog.el (arglist): Define for compiler.
13920         * calendar/diary-lib.el (diary-display-function): Change the default to
13921         fancy display.
13922         (body): Define for compiler.
13924         * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
13925         (byte-compile-file-form, byte-compile-lambda)
13926         (byte-compile-top-level-body, byte-compile-form)
13927         (byte-compile-variable-ref, byte-compile-setq)
13928         (byte-compile-setq-default, byte-compile-body)
13929         (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
13930         (batch-byte-compile): Give some more local variables with common names
13931         a "bytecomp-" prefix to avoid masking warnings about free variables.
13933         * startup.el (command-line-1): Give local variables with common names a
13934         distinguishing prefix, so as not to hide free variable warnings during
13935         bootstrap.
13937         * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
13938         clever and add a suffix to make a unique name, just let the user decide
13939         whether or not to overwrite it.  If the input is a directory, write the
13940         default filename to that directory.  (Bug#4388)
13941         (rmail-mime-bulk-handler): Ensure the save button's 'directory property
13942         is a filename-as-a-directory.
13944 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13946         * textmodes/page.el (what-page): Don't move to beginning of line.
13947         See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
13949 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
13951         * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
13953 2009-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
13955         * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
13956         * help.el (help-for-help-internal): Add purecopy calls for text.
13958         * vc.el (top): print-log method now takes an optional SHORTLOG
13959         argument.  Add a new method: root.
13960         (vc-root-diff, vc-print-root-log): New functions.
13961         (vc-log-short-style): New variable.
13962         (vc-print-log-internal): Add support for showing short logs.
13964         * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
13965         vc-print-root-log and vc-print-root-diff.
13967         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
13968         * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
13969         * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
13970         short logs.
13972         * vc-cvs.el (vc-cvs-print-log):
13973         * vc-mtn.el (vc-mtn-print-log):
13974         * vc-rcs.el (vc-rcs-print-log):
13975         * vc-sccs.el (vc-sccs-print-log):
13976         * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
13977         that is ignored for now.
13979         * vc-mtn.el (vc-mtn-annotate-command):
13980         * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
13982 2009-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13984         * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
13985         to function-key-map, and give them ascii-character property.
13986         * term/x-win.el (x-alternatives-map):
13987         * term/ns-win.el (ns-alternatives-map):
13988         * term/internal.el (msdos-key-remapping-map):
13989         * w32-fns.el (x-alternatives-map): Remove redundant mappings.
13991 2009-09-14  Glenn Morris  <rgm@gnu.org>
13993         * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
13994         temp-buffers (2009-09-12).
13996 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13998         * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
13999         the new read-key function.
14001 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
14003         * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
14004         is defined (Bug#4405).
14006 2009-09-13  Vincent Belaïche  <vincent.belaiche@gmail.com>
14008         * recentf.el (recentf-cleanup): Use a hash table to find
14009         duplicates (Bug#4407).
14011 2009-09-13  Per Starbäck  <per@starback.se>  (tiny change)
14013         * textmodes/ispell.el (ispell-command-loop): Convert keys such as
14014         kp-0 to ascii equivalents (Bug#4325).
14016 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
14018         * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
14020         * eshell/em-hist.el:
14021         * eshell/em-dirs.el (eshell-complete-user-reference):
14022         Declare pcomplete functions and variables to avoid compiler warnings.
14024 2009-09-13  Leo  <sdl.web@gmail.com>  (tiny change)
14026         * eshell/em-script.el (eshell-login-script, eshell-rc-script):
14027         * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
14028         * eshell/em-alias.el (eshell-aliases-file):
14029         * eshell/em-hist.el (eshell-history-file-name):
14030         Use expand-file-name instead of concat to make file names (Bug#4308).
14032 2009-09-13  Glenn Morris  <rgm@gnu.org>
14034         * ediff-merg.el (ediff-do-merge):
14035         * filesets.el (filesets-run-cmd):
14036         * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
14037         (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
14038         (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
14039         (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
14040         (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
14041         Replace empty `let's with `progn'.
14043 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
14045         * mail/sendmail.el (send-mail-function):
14046         * tooltip.el (tooltip-mode):
14047         * simple.el (transient-mark-mode):
14048         * rfn-eshadow.el (file-name-shadow-mode):
14049         * frame.el (blink-cursor-mode):
14050         * font-core.el (global-font-lock-mode):
14051         * files.el (temporary-file-directory)
14052         (small-temporary-file-directory, auto-save-file-name-transforms):
14053         * epa-hook.el (auto-encryption-mode):
14054         * composite.el (global-auto-composition-mode):
14055         Use custom-initialize-delay.
14056         * startup.el (command-line): Don't explicitly call
14057         custom-reevaluate-setting for all the above vars.
14058         * custom.el (custom-initialize-safe-set)
14059         (custom-initialize-safe-default): Delete.
14061 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14063         * term/x-win.el (x-initialize-window-system):
14064         * term/w32-win.el (w32-initialize-window-system):
14065         * term/ns-win.el (ns-initialize-window-system): Don't call
14066         mouse-wheel-mode since it's enabled globally by default already.
14068         * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
14069         actually define the variable, but only silences the byte-compiler.
14070         (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
14071         before looking it up.
14072         (mouse-wheel-scroll-amount): Also reset the bindings if this value
14073         is changed.
14075 2009-09-12  Glenn Morris  <rgm@gnu.org>
14077         * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
14078         1000.
14079         (elint-add-required-env): Don't beep on error.
14080         (elint-forms): In case of error, return ENV unchanged.
14081         (elint-init-env): Skip non-list forms.
14082         (elint-log): Handle unknown file positions.
14084 2009-09-12  Daiki Ueno  <ueno@unixuser.org>
14086         * epg.el (epg-make-context): Add autoload cookie.
14087         (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
14088         (epg-decrypt-string, epg-start-verify, epg-verify-file)
14089         (epg-verify-string, epg-start-sign, epg-sign-file)
14090         (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
14091         (epg-encrypt-string, epg-start-export-keys)
14092         (epg-export-keys-to-file, epg-export-keys-to-string)
14093         (epg-start-import-keys, epg-import-keys-from-file)
14094         (epg-import-keys-from-string, epg-start-receive-keys)
14095         (epg-receive-keys, epg-import-keys-from-server)
14096         (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
14097         (epg-sign-keys, epg-start-generate-key)
14098         (epg-generate-key-from-file, epg-generate-key-from-string):
14099         Remove autoload cookie.
14101 2009-09-12  Eli Zaretskii  <eliz@gnu.org>
14103         * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
14104         reevaluation of trash-directory.
14106         * mwheel.el: Fix last change.
14107         (mouse-wheel-mode): New defvar.
14108         (mouse-wheel-mode): Remove autoload cookie.
14110 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14112         * mwheel.el (mwheel-installed-bindings): New var.
14113         (mouse-wheel-mode): Use it, so as to make sure we really remove all
14114         the bindings we set last time.  Use custom-initialize-delay.
14115         * loadup.el: Load mwheel after term/*-win.el.
14116         * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
14117         and mouse-wheel-up-event now that their first evaluation is done
14118         sufficiently late to be correct.
14120         * startup.el (tutorial-directory): Make it a defcustom.
14121         Use custom-initialize-delay rather than eval-at-startup to set it.
14122         * image.el (image-load-path): Make it a defcustom.
14123         Use custom-initialize-delay rather than eval-at-startup to set it.
14124         * subr.el (eval-at-startup): Remove.
14125         * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
14127         * subr.el (do-after-load-evaluation): Warn the user after loading an
14128         obsolete package.
14130 2009-09-12  Glenn Morris  <rgm@gnu.org>
14132         * proced.el (proced-mark-alt): Remove alias.
14133         (proced-mode-map): Remove proced-mark-alt.
14135         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
14136         Elint file and directory.  Remove initialization entry.
14138         * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
14139         commands.
14140         (elint-current-buffer): Set mode-line-process.
14141         (elint-init-env): Handle define-derived-mode.
14142         Fix declare-function with unspecified arglist.  Guard against odd
14143         defalias statements (eg iso-insert's 8859-1-map).
14144         (elint-add-required-env): Use a temp buffer.
14145         (elint-form): Just print the function/macro name, not the whole form.
14146         Return env unchanged if we fail to parse a macro.
14147         (elint-forms): Guard against parse errors.
14148         (elint-output): New function, to handle batch mode.
14149         (elint-log-message): Add optional argument.  Use elint-output.
14150         (elint-set-mode-line): New function.
14152 2009-09-12  Andreas Politz  <politza@fh-trier.de>  (tiny change)
14154         * emacs-lisp/elp.el (elp-not-profilable): Add more
14155         functions (Bug#4233).
14157 2009-09-12  Chong Yidong  <cyd@stupidchicken.com>
14159         * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
14160         (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
14162 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
14164         * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
14165         (gdb-var-list-children): Use json parsing.
14167 2009-09-11  Daniel Colascione  <dan.colascione@gmail.com>
14169         * progmodes/js.el (js--proper-indentation): Handle the case where
14170         char-before is null.  Reported by Deniz Dogan.
14172 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
14174         * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
14176 2009-09-11  Daiki Ueno  <ueno@unixuser.org>
14178         * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
14179         (epg-digest-algorithm-alist): Add SHA224.
14180         (epg-context-set-passphrase-callback)
14181         (epg-context-set-progress-callback): Add description about
14182         callback function.
14184 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14186         * custom.el (custom-delayed-init-variables): New var.
14187         (custom-initialize-delay): New function.
14188         * startup.el (command-line): "Re"evaluate all vars in
14189         custom-delayed-init-variables.  Don't reevaluate abbrev-file-name
14190         explicitly any more.
14191         * abbrev.el (abbrev-file-name): Use custom-initialize-delay
14192         to avoid creating a ~/.emacs.d at build-time (bug#4347).
14194         * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
14196 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
14198         * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
14199         (gdb-var-update-handler): Use json parsing.
14201 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
14203         * vc-annotate.el (vc-annotate): Use the main file's coding-system to
14204         decode annotated text, regardless of language environment.  (Bug#2741)
14206 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14208         * Makefile.in (autoloads): Make rmail.el writable as well.
14210 2009-09-11  Glenn Morris  <rgm@gnu.org>
14212         * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
14213         loaddefs.el.
14214         * dired.el: Regenerate with extracted autoloads.
14215         * Makefile.in (autoloads): Make dired.el writable.
14217         * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
14218         * ibuffer.el: Regenerate with extracted autoloads.
14219         * Makefile.in (autoloads): Make ibuffer.el writable.
14221         * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
14222         * version.el (emacs-copyright, emacs-major-version)
14223         (emacs-minor-version): Reformat doc-strings for make-docfile.
14225         * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
14226         functions and variables, since they must be stuff specific to some other
14227         platform.
14228         (apropos-print): Make mouse-click message less specific about button.
14230         * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
14231         that records where a macro was defined.
14232         * help-fns.el (describe-function-1): Mention if a function has a
14233         compiler-macro.
14234         * help-mode.el (help-function-cmacro): New button.
14236         * locate.el (top-level): Always require dired.
14237         (locate-mode-map): Initialize inside the defvar.
14239         * net/ange-ftp.el (dired-compress-file): Declare.
14240         (ange-ftp-dired-compress-file): Add doc string.
14242         * term/ns-win.el (x-display-name, x-setup-function-keys):
14243         Unify doc-strings with X versions.
14245 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14247         * emulation/crisp.el (crisp-mode-map): Move initialization
14248         into declaration.
14249         (crisp-mode): Use define-minor-mode.
14251         * progmodes/xscheme.el (xscheme-evaluation-commands):
14252         Put a :advertised-binding property rather than using
14253         advertised-xscheme-send-previous-expression.
14254         (advertised-xscheme-send-previous-expression): Declare obsolete.
14255         * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
14256         `advertised-undo'.
14257         (crisp-mode): Add corresponding bindings to
14258         undo's :advertised-binding instead.
14259         * dired.el (dired-mode-map): Put a :advertised-binding property rather
14260         than using dired-advertised-find-file.
14261         (dired-advertised-find-file):
14262         * simple.el (advertised-undo):
14263         * wid-edit.el (advertised-widget-backward): Declare obsolete.
14264         (widget-keymap): Put a :advertised-binding property rather
14265         than using advertised-widget-backward.
14266         * bindings.el (ctl-x-map): Put a :advertised-binding property rather
14267         than using advertised-undo.
14268         * tutorial.el (tutorial--default-keys): Adjust accordingly.
14270 2009-09-10  Simon South  <ssouth@slowcomputing.org>
14272         * progmodes/delphi.el (delphi-tab): Indent region when Transient
14273         Mark mode is enabled and region is active; otherwise indent or
14274         insert TAB as usual.
14275         (delphi-mode): Update description of TAB-key binding.
14277 2009-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14279         * subr.el (define-key-rebound-commands): Mark obsolete.
14280         * startup.el (precompute-menubar-bindings): Remove.
14281         (normal-top-level): Remove obsolete code that tried to precompute
14282         menubar bindings.
14283         * loadup.el (define-key-rebound-commands): Don't bother fiddling with
14284         define-key-rebound-commands and precompute-menubar-bindings.
14286 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
14288         * net/imap.el (imap-interactive-login): Better messages.
14289         (imap-open): Fix bug with renamed buffer on reconnect.
14290         (imap-authenticate): Add buffer-local imap-last-authenticator variable
14291         for easier debugging and cleaner code.  On successful (guessed based on
14292         server capabilities) secondary authentication, set imap-state
14293         correctly.
14294         (imap-last-authenticator): Define imap-last-authenticator as a variable
14295         to avoid warnings.
14297 2009-09-10  Glenn Morris  <rgm@gnu.org>
14299         * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
14301         * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
14302         (byte-compile-file-form-autoload): Don't warn about unknown functions
14303         where the autoload statement comes after the use.
14304         (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
14305         that any handlers inside the body (eg require) are in turn respected.
14307         * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
14308         effects.
14310         * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
14311         and syntax and abbrev tables basic docs, if they don't have any.
14313         * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
14315         * international/mule-cmds.el (top-level): Require cl when compiling.
14316         (view-hello-file): Use default-value rather than
14317         default-enable-multibyte-characters.
14319         * progmodes/fortran.el: Move all safe and risky properties into the
14320         defcustoms.
14322         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
14323         * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
14324         * mail/undigest.el:
14325         Put autoloads in rmail.el rather than loaddefs.el.
14326         * mail/rmail.el: Regenerate with extracted autoloads.
14328         * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
14329         * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
14331 2009-09-10  Nick Roberts  <nickrob@snap.net.nz>
14333         Reported in thread for Bug#4375.
14334         * progmodes/gud.el (gud-tooltip-print-command): Use MI command
14335         "-data-evaluate-expression" instead of print.
14336         * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
14337         (gdb-tooltip-print): Parse output from above MI command.
14338         (gdb): Revert 2009-08-11 change.  User should detach inferior
14339         manually.
14341         Remove the word "separate" from IO functions as inferior
14342         output is now never displayed in the GUD buffer.
14344 2009-09-10  Juanma Barranquero  <lekktu@gmail.com>
14346         * startup.el (command-line-normalize-file-name): On Windows and
14347         MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
14349 2009-09-10  Juri Linkov  <juri@jurta.org>
14351         * isearch.el (isearch-text-char-description): Propertize escape
14352         character sequences with the `escape-glyph' face.  (Bug#4344)
14354         * simple.el (shell-command): Set asynchronous process filter to
14355         `comint-output-filter'.  (Bug#4343)
14357         * progmodes/grep.el (grep-template): Add "<X>" to docstring.
14358         (grep-files-aliases): Add "all".  Move "el" and "ch" to the top of
14359         the list.  Move "asm" to the bottom.
14360         (grep-find-ignored-directories): Add `choice' with nil value
14361         to empty the list easily.
14362         (grep-find-ignored-files): New option.
14363         (grep-files-history): Set to nil by default instead of '("ch" "el").
14364         (grep-compute-defaults): Add "<X>" to `grep-template'.
14365         (grep-read-files): Bind new local variables `default-alias' and
14366         `default-extension'.  Use a list of default values for the file prompt.
14367         (lgrep): Add `--exclude=' command line options composed from
14368         `grep-find-ignored-files'.
14369         (rgrep): Add `-name' command line options composed from
14370         `grep-find-ignored-files'.  (Bug#4301)
14372 2009-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
14374         * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
14375         (bug#4368).
14377 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14379         * calendar/time-date.el (autoload):
14380         Expand define-obsolete-function-alias into defalias and make-obsolete
14381         for old Emacsen that Gnus supports.
14382         (with-no-warnings): Define it for old Emacsen.
14383         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
14384         is available.
14385         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
14386         float-time is available; suppress compile warning for time-to-seconds.
14388 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
14390         * net/imap.el (imap-message-map): Docstring fix.
14392 2009-09-09  Glenn Morris  <rgm@gnu.org>
14394         * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
14395         line numbers too.  (Bug#4374)
14397 2009-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14399         * smerge-mode.el (smerge-remove-props, smerge-refine):
14400         Use with-silent-modifications (bug#4342).
14402         * subr.el (with-silent-modifications): New macro.
14404 2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
14406         * files.el (top-level): Require `cl' when compiling.
14408 2009-09-07  Glenn Morris  <rgm@gnu.org>
14410         * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
14412         * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
14413         (proced-mark-alt): New alias, to control the advertised key.  (Bug#4362)
14415 2009-09-06  Nick Roberts  <nickrob@snap.net.nz>
14417         * vc-git.el (vc-git-annotate-command): Use separator to parse
14418         arguments correctly.
14420 2009-09-06  Eli Zaretskii  <eliz@gnu.org>
14422         * proced.el (proced-mode): Doc fix.
14424 2009-09-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
14426         * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
14427         lstat fails.
14428         (tramp-do-file-attributes-with-ls): Check for file existence at
14429         remote end.
14430         (tramp-do-file-attributes-with-stat): Likewise.
14431         (tramp-convert-file-attributes): Return nil when attr is nil.
14433 2009-09-05  Glenn Morris  <rgm@gnu.org>
14435         * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
14436         properties to this button.
14437         (diary-fancy-display): Don't extend the button to the final newline.
14438         (diary-fancy-display-mode): Continue to define "q" as a local key.
14440         * calendar/cal-china.el (holiday-chinese): Make it slightly more
14441         efficient.
14443         * font-lock.el (lisp-font-lock-keywords-2): Add letf.
14445         * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
14446         (byte-compile-dest-file-function): New option.
14447         (byte-compile-dest-file): Doc fix.
14448         Obey byte-compile-dest-file-function.
14449         (byte-compile-cl-file-p): New function.
14450         (byte-compile-eval): Only suppress noruntime warnings about cl functions
14451         if the cl-functions warning is enabled.  Use byte-compile-cl-file-p.
14452         (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
14453         than for file being previously loaded.
14454         (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
14455         (byte-compile-file-form-require): Handle the case where requiring a file
14456         indirectly causes CL to be loaded.
14458 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
14460         * files.el (find-alternate-file): Run `kill-buffer-hook' manually
14461         before killing the old buffer, since by the time `kill-buffer' is
14462         run so many buffer variables have been set to nil that it may not
14463         behave as expected.  (Bug#4061)
14465 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
14467         * files.el (find-alternate-file): If the old buffer is modified
14468         and visiting a file, behave similarly to `kill-buffer' when
14469         killing it, thus reverting to the pre-1.878 behavior; see
14470         http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
14471         for discussion.  Also, consult `buffer-file-name' as a variable
14472         not as a function, for consistency with the rest of the code.
14474 2009-09-04  Michael Albinus  <michael.albinus@gmx.de>
14476         * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
14477         also when adding a new directory.
14479         * net/tramp-compat.el (tramp-compat-line-beginning-position): New
14480         defun.
14482 2009-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
14484         * files.el (locate-file-completion-table): Make it provide boundary
14485         information, so partial-completion works better.
14487 2009-09-04  Leo  <sdl.web@gmail.com>  (tiny change)
14489         * mail/footnote.el (Footnote-text-under-cursor):
14490         Check footnote-text-marker-alist before using it (bug#4324).
14492 2009-09-04  Glenn Morris  <rgm@gnu.org>
14494         * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
14495         * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
14496         * play/solitaire.el, play/tetris.el:
14497         Remove leading * from defcustom and defface docs.
14499         * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
14500         necessary.
14501         (diary-fancy-overriding-map): New variable.
14502         (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
14503         Use view-mode.
14505         * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
14506         goto-line.
14508 2009-09-03  Glenn Morris  <rgm@gnu.org>
14510         * arc-mode.el (archive-mode):
14511         * dos-fns.el (set-default-process-coding-system):
14512         * man.el (Man-getpage-in-background):
14513         * menu-bar.el (menu-bar-describe-menu):
14514         * server.el (server-process-filter):
14515         * startup.el (command-line):
14516         * tar-mode.el (tar-header-block-tokenize, tar-extract):
14517         * w32-fns.el (set-default-process-coding-system):
14518         * x-dnd.el (x-dnd-handle-file-name):
14519         * international/mule-cmds.el (mule-menu-keymap)
14520         (set-default-coding-systems, language-info-alist, set-language-info)
14521         (set-language-environment, standard-display-european-internal)
14522         (set-locale-environment):
14523         * international/mule-diag.el (mule-diag):
14524         * mail/emacsbug.el (report-emacs-bug):
14525         * mail/rmail.el (rmail-mode):
14526         * mail/sendmail.el (mail-setup):
14527         Use default-value rather than default-enable-multibyte-characters.
14529         * progmodes/f90.el: Move all safe properties into the defcustoms.
14530         (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
14532         * calendar/appt.el (appt-check):
14533         * calendar/diary-lib.el (diary-set-header, diary-live-p)
14534         (diary-check-diary-file, diary-list-entries)
14535         (diary-include-other-diary-files, diary-simple-display)
14536         (diary-fancy-display, diary-print-entries)
14537         (diary-mark-included-diary-files, diary-make-entry):
14538         Don't call substitute-in-file-name on diary-file.
14540 2009-09-03  Eduard Wiebe  <usenet@pusto.de>
14541             Stefan Monnier  <monnier@iro.umontreal.ca>
14543         * mail/footnote.el (footnote-prefix): Make it a defcustom.
14544         (footnote-mode-map): Move initialization into the declaration.
14545         (footnote-minor-mode-map): Define it rather than changing global-map.
14546         (footnote-mode): Use define-minor-mode.
14548 2009-09-02  Michael Albinus  <michael.albinus@gmx.de>
14550         * net/tramp.el (tramp-handle-file-attributes-with-ls)
14551         (tramp-do-file-attributes-with-perl)
14552         (tramp-do-file-attributes-with-stat): Rename from
14553         `tramp-handle-file-attributes-with-*'.
14554         (tramp-handle-file-attributes): Use them.
14555         (tramp-do-directory-files-and-attributes-with-perl)
14556         (tramp-do-directory-files-and-attributes-with-stat): Rename from
14557         `tramp-handle-directory-files-and-attributes-with-*'.
14558         (tramp-handle-directory-files-and-attributes): Use them.
14559         (tramp-method-out-of-band-p): Additional parameter SIZE.
14560         (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
14561         (tramp-handle-write-region): Use it.
14562         (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
14563         (tramp-handle-vc-registered): Check, whether the first run did
14564         return files to be tested.
14565         (tramp-advice-make-auto-save-file-name): Do not call directly
14566         `tramp-handle-make-auto-save-file-name', because this would bypass
14567         the locking mechanism.
14569         * net/tramp-compat.el (top): Autoload used functions from tramp.el.
14570         (file-remote-p, process-file, start-file-process, set-file-times)
14571         (tramp-compat-file-attributes): Compatibility functions shall not
14572         call directly `tramp-handle-*', because this would bypass the
14573         locking mechanism.
14574         (tramp-compat-number-sequence): New defun.
14576 2009-09-02  Glenn Morris  <rgm@gnu.org>
14578         * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
14579         alias for float-time.
14580         (time-to-number-of-days): In Emacs, use float-time.
14581         * net/newst-backend.el (time-add): Suppress warnings from compat
14582         function.
14583         * time.el (emacs-uptime, emacs-init-time):
14584         * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
14585         Use float-time rather than time-to-seconds.
14587         * minibuffer.el (completion-initials-expand): Fix typo.
14589         * faces.el (modeline, modeline-inactive, modeline-highlight)
14590         (modeline-buffer-id):
14591         * info.el (info-menu-5): Mark these face aliases as obsolete.
14593 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
14595         * progmodes/gdb-mi.el (gdb-current-context-command): Move the
14596         space ...
14597         (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
14598         no "--thread" option.
14599         (gdb-stopped): Don't print "Switched to thread" message when it is
14600         unchanged.
14602 2009-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14604         * minibuffer.el (completion-try-completion)
14605         (completion-all-completions): Remove ill-defined (and
14606         mistakenly installed and luckily never used nor documented)
14607         `completion-styles' property.
14608         (completion-initials-expand, completion-initials-all-completions)
14609         (completion-initials-try-completion): New functions.
14610         (completion-styles-alist): Add doc to each entry.
14611         Add new `initials' entry.
14613 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
14615         * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
14616         MI command -var-evaluate-expression.
14617         (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
14618         and tweak for case of string child.
14619         (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
14621 2009-09-01  Glenn Morris  <rgm@gnu.org>
14623         * add-log.el (change-log-date-face, change-log-name-face)
14624         (change-log-email-face, change-log-file-face, change-log-list-face)
14625         (change-log-conditionals-face, change-log-function-face)
14626         (change-log-acknowledgement-face):
14627         * cus-edit.el (custom-invalid-face, custom-rogue-face)
14628         (custom-modified-face, custom-set-face, custom-changed-face)
14629         (custom-saved-face, custom-button-face, custom-button-pressed-face)
14630         (custom-documentation-face, custom-state-face, custom-comment-face)
14631         (custom-comment-tag-face, custom-variable-tag-face)
14632         (custom-variable-button-face, custom-face-tag-face)
14633         (custom-group-tag-face-1, custom-group-tag-face):
14634         * diff-mode.el (diff-header-face, diff-file-header-face)
14635         (diff-index-face, diff-hunk-header-face, diff-removed-face)
14636         (diff-added-face, diff-changed-face, diff-function-face)
14637         (diff-context-face, diff-nonexistent-face):
14638         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
14639         * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
14640         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
14641         (Info-title-4-face):
14642         * isearch.el (isearch-lazy-highlight-face):
14643         * log-view.el (log-view-file-face, log-view-message-face):
14644         * paren.el (show-paren-match-face, show-paren-mismatch-face):
14645         * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
14646         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
14647         (cvs-msg-face):
14648         * smerge-mode.el (smerge-mine-face, smerge-other-face)
14649         (smerge-base-face, smerge-markers-face):
14650         * wid-edit.el (widget-documentation-face, widget-button-face)
14651         (widget-field-face, widget-single-line-field-face)
14652         (widget-inactive-face, widget-button-pressed-face):
14653         * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
14654         (woman-addition-face):
14655         * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
14656         (eshell-ls-executable-face, eshell-ls-readonly-face)
14657         (eshell-ls-unreadable-face, eshell-ls-special-face)
14658         (eshell-ls-missing-face, eshell-ls-archive-face)
14659         (eshell-ls-backup-face, eshell-ls-product-face)
14660         (eshell-ls-clutter-face):
14661         * eshell/em-prompt.el (eshell-prompt-face):
14662         * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
14663         * obsolete/old-whitespace.el (whitespace-highlight-face):
14664         * progmodes/antlr-mode.el (antlr-font-lock-default-face)
14665         (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
14666         (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
14667         (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
14668         (antlr-font-lock-literal-face):
14669         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
14670         (ebrowse-root-class-face, ebrowse-file-name-face)
14671         (ebrowse-default-face, ebrowse-member-attribute-face)
14672         (ebrowse-member-class-face, ebrowse-progress-face):
14673         * progmodes/make-mode.el (makefile-space-face):
14674         * progmodes/sh-script.el (sh-heredoc-face):
14675         * textmodes/flyspell.el (flyspell-incorrect-face)
14676         (flyspell-duplicate-face):
14677         * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
14678         * textmodes/texinfo.el (texinfo-heading-face):
14679         Mark face aliases with "-face" suffix as obsolete.
14681         * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
14682         compiler.
14684         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
14685         (eudc-bob-sound-menu): Use defvar rather than defconst, since
14686         easy-menu-define wants to modify these.
14688         * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
14690         * net/browse-url.el (browse-url-file-url):
14691         * term/internal.el (dos-codepage-setup):
14692         Use default-value rather than default-enable-multibyte-characters.
14694         * progmodes/etags.el (etags-goto-tag-location):
14695         * progmodes/flymake.el (flymake-highlight-line)
14696         (flymake-goto-file-and-line, flymake-goto-line):
14697         * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
14698         (gdb-goto-breakpoint):
14699         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
14700         * progmodes/python.el (python-find-function)
14701         (python-pdbtrack-track-stack-file):
14702         * progmodes/verilog-mode.el (verilog-surelint-off):
14703         * term/ns-win.el (ns-open-file-select-line):
14704         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
14705         Use forward-line rather than goto-line.
14707         * textmodes/reftex-cite.el (reftex-offer-bib-menu):
14708         * textmodes/reftex-index.el (reftex-display-index):
14709         * textmodes/reftex-ref.el (reftex-offer-label-menu):
14710         * textmodes/reftex-toc.el (reftex-toc):
14711         Remove unnecessary bindings of default-major-mode (all are followed by
14712         major-mode check and possible mode switch).
14714 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
14716         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
14717         Handle watchpoints (bug#4282).
14718         (def-gdb-thread-buffer-command): Enable thread to be selected by
14719         clicking without selecting threads buffer first.
14720         (gdb-current-context-command): Use selected frame so that "up",
14721         "down" etc work in the GUD buffer.
14722         (gdb-update): Find selected frame before rendering stack buffer.
14723         (gdb-frame-handler): Set gdb-frame-number for stack buffer.
14725 2009-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
14727         * progmodes/sym-comp.el (displayed-completions): Remove.
14728         (symbol-complete): Use minibuffer-complete.
14730 2009-08-31  Glenn Morris  <rgm@gnu.org>
14732         * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
14734         * apropos.el (apropos-symbols-internal):
14735         Handle (obsolete) face aliases.
14737         * faces.el (describe-face): Adjust the output format to be more like
14738         describe-variable, and to mention (obsolete) face aliases.
14739         Adjust the whitespace so that help-setup-xref works.
14741         * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
14742         * calendar/diary-lib.el (diary-button-face):
14743         Mark these face aliases as obsolete.
14745         * calendar/calendar.el (calendar-today): Doc fix.
14747 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
14749         * progmodes/gdb-mi.el (gdb-control-all-threads)
14750         (gdb-control-current-thread): Force tool bar update.
14751         (gdb-non-stop-handler): New function.
14752         (gdb-init-1): Use it to test if non-stop mode is supported.
14753         Remove unused gdbmi buffer type.
14755 2009-08-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
14757         * progmodes/grep.el (grep-read-files): Strip trailing <N> from
14758         buffer names not visiting a file (e.g. cloned buffers).  (Bug#4210)
14760 2009-08-30  Nick Roberts  <nickrob@snap.net.nz>
14762         * comint.el (comint-exec-1): Check command is non-null first.
14763         Part of gdb-mi.el change (2009-08-28).
14765 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14767         * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
14769 2009-08-30  Juanma Barranquero  <lekktu@gmail.com>
14771         * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
14772         instead of `dolist' to avoid a recursive require when bootstrapping.
14774 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14776         * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
14778         * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
14780         * net/imap.el (imap-send-command): Simplify.
14781         (imap-wait-for-tag): point-max -> buffer-size.
14783         * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
14785         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
14786         with constant argument.
14788         * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
14790         * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
14792         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
14793         Change default, since most of our files don't have a history.
14794         (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
14795         the user.
14797         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
14798         Add comint-run.
14800         * calc/calc.el: Improve commenting convention.
14801         (calc-digit-map, toplevel): Simplify.
14803         * comint.el (comint-insert-input): Be careful to only set point if we
14804         don't delegate to some other command.
14806         * proced.el (proced-signal-list): Make it an alist.
14807         (proced-grammar-alist): Capitalize names.
14808         (proced-send-signal): Use a non-hidden buffer (since it's displayed).
14809         Disable undo manually and make it read-only.
14810         Use completion-annotate-function.
14812         * minibuffer.el (minibuffer-message): If the current buffer is not
14813         a minibuffer, insert the message in the echo area rather than at the
14814         end of the buffer.
14815         (completion-annotate-function): New variable.
14816         (minibuffer-completion-help): Use it.
14817         (completion--embedded-envvar-table): Environment vars are
14818         always case-sensitive.
14820 2009-08-30  Glenn Morris  <rgm@gnu.org>
14822         * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
14823         from fortran-current-defun.
14824         (fortran-beginning-of-subprogram): Be more precise about finding the
14825         start, to avoid an infinite loop in end-of-defun.  (Bug#4259)
14826         (fortran-end-of-subprogram): Simplify.
14827         (fortran-current-defun): Use fortran-start-prog-re.
14829 2009-08-29  Juanma Barranquero  <lekktu@gmail.com>
14831         * subr.el (do-after-load-evaluation): Simplify.
14833 2009-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
14835         * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
14837         * vc-rcs.el (vc-rcs-print-log-cleanup): ... here.  New function.
14838         (vc-rcs-print-log): Use it.
14840         * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
14842 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14844         * paths.el (abbrev-file-name): Move to abbrev.el.
14845         * abbrev.el (abbrev-file-name): Move from paths.el.
14846         Obey user-emacs-directory.
14847         * calc/calc.el (calc-settings-file): Don't autoload and instead obey
14848         user-emacs-directory.
14849         * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
14850         abbrev-file-name and calc-settings-file any more.
14851         * startup.el (command-line): Recompute abbrev-file-name and
14852         abbreviated-home-dir.
14853         (normal-no-mouse-startup-screen): Improve the generic code and get rid
14854         of the special code for when C-h bindings haven't been changed.
14855         (display-startup-echo-area-message): Use with-current-buffer.
14856         (command-line-1): Use a list of strings, rather than a list of lists
14857         of strings for longopts.
14859         * files.el (get-free-disk-space): Use / for default-directory.
14861         * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
14862         Use with-current-buffer.
14864         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
14865         Recognize immutable variables like most-positive-fixnum.
14866         (byte-compile-setq-default): Check and warn if trying to assign
14867         to an immutable variable, or a non-variable.
14869         * progmodes/cc-vars.el (c-comment-continuation-stars):
14870         * progmodes/cc-engine.el (c-looking-at-bos):
14871         * progmodes/cc-cmds.el (c-toggle-auto-state)
14872         (c-forward-into-nomenclature, c-backward-into-nomenclature)
14873         (c-comment-line-break-function): Add version of obsolescence.
14875 2009-08-28  Juri Linkov  <juri@jurta.org>
14877         * files.el (magic-fallback-mode-alist): Add ZIP magic number
14878         associated with `archive-mode'.
14880         * image.el (image-type-header-regexps): Use only JPEG magic number
14881         to determine JPEG images, and don't use `image-jpeg-p' because
14882         Emacs can display non-JFIF non-Exif JPEG images.
14884 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
14886         * arc-mode.el (archive-mode):
14887         * emacs-lisp/re-builder.el (re-builder-unload-function):
14888         Protect against the default value of `major-mode' being nil.
14890 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
14892         * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
14893         Fix typos in docstrings.
14895         * progmodes/js.el (js--macro-decl-re): Doc fix.
14896         (js--plain-method-re, js--split-name): Refloc docstring.
14897         (js--class-styles, js--make-merged-item, js--splice-into-items):
14898         Fix typos in docstrings; reflow docstrings.
14899         (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
14900         (js--variable-decl-matcher, js--inside-pitem-p)
14901         (js--parse-state-at-point, js--get-all-known-symbols)
14902         (js--symbol-history, js-find-symbol, js--js-references)
14903         (js--moz-interactor, js--js-encode-value, js--read-tab):
14904         Fix typos in docstrings.
14906 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14908         * textmodes/reftex.el (reftex-get-file-buffer-force):
14909         * progmodes/verilog-mode.el (verilog-batch-execute-func):
14910         * emulation/viper.el (viper-go-away, viper-set-hooks):
14911         * emacs-lisp/re-builder.el (re-builder-unload-function):
14912         * emacs-lisp/bytecomp.el (byte-compile-file):
14913         * ses.el (ses-unload-function):
14914         * hexl.el (hexl-find-file):
14915         * files.el (normal-mode):
14916         * ehelp.el (with-electric-help):
14917         * autoinsert.el (auto-insert-alist):
14918         * arc-mode.el (archive-mode):
14919         Use (default-value 'major-mode) instead of default-major-mode.
14921         * textmodes/ispell.el (ispell-check-version, ispell-send-string):
14922         * international/mule.el (load-with-code-conversion):
14923         * emacs-lisp/debug.el (debug):
14924         * ediff-vers.el (ediff-rcs-get-output-buffer):
14925         * dired.el (dired-internal-noselect): Don't let-bind
14926         default-major-mode around code that doesn't use it.
14927         E.g. buffer creation via get-buffer-create doesn't use it.
14929 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
14931         * net/tramp.el (all): Replace "'(lambda" by "(lambda".
14932         (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
14933         when writing the temp file.  Otherwise, epa-file gets confused.
14934         (tramp-register-file-name-handlers): Make it a defun.  Move also
14935         `epa-file-handler' to the front of `file-name-handler-alist'.
14937 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14939         * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
14940         start right after a ^M.
14941         (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
14942         (tramp-completion-file-name-regexp-separate)
14943         (tramp-completion-file-name-regexp-url): Use \\` and \\'.
14944         (tramp-handle-file-attributes, tramp-set-file-uid-gid):
14945         Don't modify last-coding-system-used by accident.
14946         (tramp-completion-file-name-handler): Apply the checks here,
14947         instead during registration.
14948         (tramp-register-file-name-handlers): Renamed from
14949         `tramp-register-file-name-handler'.  Register both
14950         `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
14951         (tramp-register-completion-file-name-handler): Remove.  (Bug#4260)
14953 2009-08-28  Nick Roberts  <nickrob@snap.net.nz>
14955         * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
14956         Remove variable ...
14957         (gdb-init-1, gdb-display-separate-io-buffer)
14958         (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
14959         references to it.
14960         (gdb-inferior-io-mode): Use make-comint-in-buffer.
14961         (gdb-inferior-filter): Use comint-output-filter to stop
14962         echoing and remove ^M characters.
14964 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14966         * emulation/viper-init.el (viper-restore-cursor-type):
14967         * emulation/cua-base.el (cua--update-indications):
14968         Replace default-cursor-type with (default-value 'cursor-type).
14970         * mail/sendmail.el (mail-recover-1):
14971         * international/mule-diag.el (describe-current-coding-system-briefly)
14972         (describe-current-coding-system):
14973         * international/mule-cmds.el (select-safe-coding-system)
14974         (select-message-coding-system)
14975         (set-language-environment-coding-systems, set-locale-environment):
14976         * hexl.el (hexl-insert-multibyte-char):
14977         * dos-w32.el (find-buffer-file-type-coding-system):
14978         * simple.el (what-cursor-position):
14979         Replace uses of default-buffer-file-coding-system
14980         with (default-value 'buffer-file-coding-system).
14982         * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
14983         Replace uses of default-cursor-in-non-selected-windows
14984         with (default-value 'cursor-in-non-selected-windows).
14985         Use with-current-buffer.
14987         * mail/feedmail.el: Use CL macros.
14988         (feedmail-run-the-queue, feedmail-send-it-immediately):
14989         * dos-w32.el (find-buffer-file-type): Replace uses of
14990         default-buffer-file-type with (default-value 'buffer-file-type).
14992 2009-08-28  Glenn Morris  <rgm@gnu.org>
14994         * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
14995         (diary-show-all-entries, diary-mark-entries, diary-make-entry):
14996         Use default-value of major-mode rather than default-major-mode.
14998 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
15000         * Makefile.in (update-elcfiles): Report left over elc files.
15002         * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
15003         expand-file-name and with-current-buffer.
15004         (mail-get-names, mail-directory): Use with-current-buffer.
15006         * vc.el (vc-read-revision): New function.
15007         (vc-version-diff, vc-merge): Use it.
15009 2009-08-27  Sam Steingold  <sds@gnu.org>
15011         * simple.el (kill-do-not-save-duplicates): New user option.
15012         (kill-new): When it is non-nil, and the new string is the same as
15013         the latest kill, set replace to t to avoid duplicates in kill-ring.
15015 2009-08-27  Julian Scheid  <julians37@gmail.com>  (tiny change)
15017         * net/tramp.el (tramp-handle-process-file): Do not flush all
15018         caches when `process-file-side-effects' is set.
15019         (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
15020         instead of `tramp-find-file-exists-command'.
15021         Unset `process-file-side-effects'.
15023 2009-08-27  Michael Albinus  <michael.albinus@gmx.de>
15025         * net/tramp.el (tramp-methods): New method "rsyncc".
15026         (top): Add completion function for "rsyncc".
15027         (tramp-message-show-message): New defvar.
15028         (tramp-message, tramp-error): Use it.
15029         (tramp-do-copy-or-rename-file-directly): Extend check for direct
15030         remote copying.
15031         (tramp-do-copy-or-rename-file-out-of-band): Handle new
15032         `tramp-methods' entry `copy-env' of "rsyncc".
15033         (tramp-vc-registered-read-file-names): New defconst.
15034         (tramp-vc-registered-file-names): New defvar.
15035         (tramp-handle-vc-registered): Implement optimization strategy.
15036         (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
15037         (tramp-vc-file-name-handler): New defun.
15038         (tramp-get-ls-command, tramp-get-test-command)
15039         (tramp-get-file-exists-command, tramp-get-remote-ln)
15040         (tramp-get-remote-perl, tramp-get-remote-stat)
15041         (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
15043         * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
15044         (tramp-cache-inhibit-cache): Extend doc string.  It allows also
15045         timestamps.
15046         (tramp-get-file-property): Check for timestamps in
15047         `tramp-cache-inhibit-cache'.
15048         (tramp-set-file-property): Write timestamp.
15050 2009-08-27  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15052         * language/japan-util.el (japanese-symbol-table): Add entries for
15053         cp932-2-byte.
15055         * international/characters.el: Add category `j' to cp932-2-byte.
15057 2009-08-27  Kenichi Handa  <handa@m17n.org>
15059         * international/fontset.el (build-default-fontset-data): New macro.
15060         (setup-default-fontset): Use build-default-fontset-data for CJK,
15061         tibetan, ethiopic, and ipa.
15063 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
15065         * cus-start.el (default-major-mode): Customize `major-mode' instead.
15066         (enable-multibyte-characters): Not customizable any more.
15068         * subr.el (default-mode-line-format, default-header-line-format)
15069         (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
15070         (default-direction-reversed, default-truncate-lines)
15071         (default-left-margin, default-tab-width, default-case-fold-search)
15072         (default-left-margin-width, default-right-margin-width)
15073         (default-left-fringe-width, default-right-fringe-width)
15074         (default-fringes-outside-margins, default-scroll-bar-width)
15075         (default-vertical-scroll-bar, default-indicate-empty-lines)
15076         (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
15077         (default-fringe-cursor-alist, default-scroll-up-aggressively)
15078         (default-scroll-down-aggressively, default-fill-column)
15079         (default-cursor-type, default-buffer-file-type)
15080         (default-cursor-in-non-selected-windows)
15081         (default-buffer-file-coding-system, default-major-mode)
15082         (default-enable-multibyte-characters): Mark as obsolete.
15084 2009-08-27  Dan Nicolaescu  <dann@ics.uci.edu>
15086         * vc-dir.el (vc-dir-update): Remove debug helper.
15088         * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
15090 2009-08-26  Sam Steingold  <sds@gnu.org>
15092         * simple.el (save-interprogram-paste-before-kill): New user option.
15093         (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
15094         save the interprogram-paste into kill-ring before overriding it
15095         with the Emacs kill.
15097 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
15099         * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
15100         (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
15101         (vc-default-previous-revision): Rename to vc-rcs-previous-revision
15102         and move to vc-rcs.el.
15103         (vc-default-next-revision): Rename to vc-rcs-next-revision and
15104         move to vc-rcs.el.
15105         (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
15106         (vc-rcs-update-changelog): Remove.
15107         (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
15108         and move to vc-rcs.el.
15110         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
15111         (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
15112         renaming.
15113         (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
15114         (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
15115         vc.el, renamed to be RCS specific.
15117         * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
15118         New functions.
15119         (vc-cvs-update-changelog): Move here from vc.el.
15121         * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
15122         New functions.
15124 2009-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15126         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
15128 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
15130         * vc-git.el (vc-git-register): Use "git add" for directories.
15131         (vc-git-stash, vc-git-stash-show): New functions.
15132         (vc-git-extra-menu-map): Bind them.
15134         * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
15135         directory correctly in case the item is a directory itself.
15137         * vc.el: Document the desired behavior for reverted files in the
15138         `added' state.
15139         (vc-default-prettify-state-info): Remove function, unused.
15141         * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
15143 2009-08-26  Glenn Morris  <rgm@gnu.org>
15145         * bindings.el (standard-mode-line-format): Reposition dashes in
15146         which-func entry.  (Bug#4217)
15148         * files.el (enable-local-variables, enable-local-eval)
15149         (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
15150         the defcustoms.
15151         (auto-mode-alist, ignored-local-variables)
15152         (save-some-buffers-action-alist): Move risky declarations to the
15153         definitions.
15154         (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
15155         (font-lock-defaults, format-alist, imenu--index-alist)
15156         (imenu-generic-expression, input-method-alist, minor-mode-alist)
15157         (mode-line-buffer-identification, mode-line-client, mode-line-modes)
15158         (mode-line-modified, mode-line-mule-info, mode-line-position)
15159         (mode-line-process, mode-line-remote, outline-level)
15160         (parse-time-rules, rmail-output-file-alist)
15161         (special-display-buffer-names, vc-mode):
15162         Move risky declarations to the relevant files.
15163         * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
15164         (mode-line-modified, mode-line-process, mode-line-position)
15165         (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
15166         * font-core.el (font-lock-defaults):
15167         * format.el (format-alist):
15168         * vc-hooks.el (vc-mode):
15169         * window.el (special-display-buffer-names):
15170         * international/mule-cmds.el (input-method-alist):
15171         Define riskiness here (dumped file) rather than in files.el.
15172         * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
15173         * imenu.el (imenu-generic-expression, imenu--index-alist):
15174         * outline.el (outline-level):
15175         * time.el (display-time-string):
15176         * calendar/parse-time.el (parse-time-rules):
15177         * mail/rmailout.el (rmail-output-file-alist):
15178         Autoload riskiness here, rather than placing in files.el.
15180 2009-08-26  Andreas Schwab  <schwab@linux-m68k.org>
15182         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
15184 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
15186         * simple.el (process-file-side-effects): New defvar.
15188         * dired-aux.el (dired-show-file-type):
15189         * vc.el (vc-diff-internal):
15190         * vc-arch.el (vc-arch-diff):
15191         * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
15192         * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
15193         * vc-git.el (vc-git-registered, vc-git-working-revision)
15194         (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
15195         (vc-git--empty-db-p):
15196         * vc-hooks.el (vc-user-login-name):
15197         * vc-svn.el (vc-svn-registered, vc-svn-state)
15198         (vc-svn-dir-extra-headers, vc-svn-find-revision):
15199         * progmodes/grep.el (grep-probe): Let-bind
15200         `process-file-side-effects' with nil.
15202         * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
15204         * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
15205         daemon.  Replace ping by checking for running service for bluez
15206         and zeroconf.  (Bug#4239)
15208 2009-08-25  Kevin Ryde  <user42@zip.com.au>
15210         * net/dig.el (dig): Add autoload cookie.
15212 2009-08-25  Glenn Morris  <rgm@gnu.org>
15214         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
15215         load-history for absolute file-names.
15216         (byte-compile-file-form-require): Warn about use of the cl package.
15218         * format.el (format-alist): Doc fix.
15220         * play/bubbles.el (top-level): Don't require cl at run-time.
15222         * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
15223         run-time cl).
15225 2009-08-24  Dmitry Dzhus  <dima@sphinx.net.ru>
15227         * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
15228         from cl package.
15229         (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
15231 2009-08-24  Jay Belanger  <jay.p.belanger@gmail.com>
15233         * calc/calc-alg.el (math-trig-rewrite)
15234         (math-hyperbolic-trig-rewrite): New functions.
15235         (calc-simplify): Simplify trig functions when asked.
15237 2009-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15239         * diff-mode.el (diff-find-source-location): Avoid goto-line.
15241 2009-08-24  Kenichi Handa  <handa@m17n.org>
15243         * language/ind-util.el (mapthread): Delete it.
15244         (combinatorial): New function.
15245         (indian--puthash-cv): Use combinatorial instead of mapthread.
15247 2009-08-22  Kevin Ryde  <user42@zip.com.au>
15249         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
15250         (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
15251         (checkdoc-symbol-words): Add safe-local-variable for list of strings.
15252         Clarify docstring that the value is strings not symbols.
15253         (checkdoc-list-of-strings-p): New function.
15255 2009-08-22  Glenn Morris  <rgm@gnu.org>
15257         * files.el (auto-mode-alist):
15258         * hippie-exp.el (he-concat-directory-file-name):
15259         * lpr.el (lpr-windows-system, printer-name):
15260         * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
15261         * ps-print.el (ps-windows-system):
15262         * startup.el (command-line):
15263         * emulation/viper-ex.el (viper-glob-function):
15264         * international/mule-cmds.el (set-language-environment-coding-systems):
15265         * net/ange-ftp.el (ange-ftp-write-region):
15266         * obsolete/fast-lock.el (fast-lock-cache-name):
15267         Remove code for defunct system-types emx, macos, mswindows, next-mach,
15268         unisoft-unix, vax-vms, win32, w32.
15270         * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
15271         given name if the pattern is not more specific.
15273         * calendar/lunar.el (lunar-phase-names): New option.
15274         (lunar-phase): Doc fix.
15275         (lunar-cycles-per-year): New constant.
15276         (lunar-index): New function.
15277         (lunar-phase-list, diary-lunar-phases): Use lunar-index.
15278         (lunar-phase-name): Use lunar-phase-names.
15279         (calendar-lunar-phases): Use format.
15280         (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
15282         * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
15283         Copy imenu-example--name-and-position function here for own use.
15284         (cperl-xsub-scan): Use cperl-imenu-name-and-position.
15286         * bs.el (bs--redisplay):
15287         * cus-edit.el (custom-redraw):
15288         * ibuffer.el (ibuffer-bury-buffer):
15289         * server.el (server-goto-line-column):
15290         * startup.el (command-line-1):
15291         * strokes.el (strokes-xpm-for-stroke):
15292         * term.el (term-display-buffer-line):
15293         * view.el (View-goto-line):
15294         * calc/calc.el (calc-do, calc-trail-buffer):
15295         * play/gamegrid.el (gamegrid-add-score-insecure):
15296         * progmodes/ada-mode.el (ada-compile-goto-error):
15297         * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
15298         (ebrowse-select-1st-to-9nth):
15299         * progmodes/cperl-mode.el (cperl-time-fontification):
15300         * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
15301         * progmodes/gud.el (gud-display-line):
15302         (idlwave-shell-display-line):
15303         * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
15304         * progmodes/make-mode.el (makefile-browser-toggle):
15305         (vhdl-speedbar-port-copy, vhdl-compose-components-package):
15306         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
15307         * textmodes/picture.el (picture-draw-rectangle):
15308         * textmodes/reftex-index.el (reftex-index-goto-letter):
15309         (reftex-select-jump-to-previous):
15310         * textmodes/reftex-sel.el (reftex-find-start-point)
15311         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
15312         (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
15313         * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
15314         * textmodes/tex-mode.el (tex-compilation-parse-errors):
15315         * textmodes/two-column.el (2C-associated-buffer):
15316         Use forward-line rather than goto-line.
15318         * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
15319         goto-line.
15321         * international/ucs-normalize.el (nfd, decomposition-translation-alist)
15322         (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
15323         (quick-check-list-to-regexp): Declare.
15325         * progmodes/make-mode.el (makefile-browser-insert-selection):
15326         Use goto-char rather than goto-line.
15328         * progmodes/prolog.el (compilation-error-regexp-alist)
15329         (compilation-forget-errors): Declare.
15331 2009-08-22  Juri Linkov  <juri@jurta.org>
15333         * progmodes/grep.el (lgrep, rgrep): At the beginning
15334         set `dir' to `default-directory' unless `dir' is a non-nil
15335         readable directory.  (Bug#4052)
15336         (lgrep, rgrep): Change a weird way to report an error
15337         from using `read-string' to using `error'.
15338         Instead of using interactive arguments in the function body,
15339         add new argument `confirm'.
15341 2009-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15343         * textmodes/remember.el (remember-buffer):
15344         * progmodes/cperl-mode.el (cperl-vc-header-alist):
15345         * calendar/icalendar.el (icalendar-convert-diary-to-ical)
15346         (icalendar-extract-ical-from-buffer):
15347         * net/newst-treeview.el (newsticker-groups-filename):
15348         * net/newst-backend.el (newsticker-cache-filename):
15349         * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
15350         (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
15351         (speedbar-add-ignored-path-regexp, speedbar-line-path)
15352         (speedbar-buffers-line-path, speedbar-path-line)
15353         (speedbar-buffers-line-path):
15354         * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
15355         (epg-sign-keys):
15356         * epa.el (epa-display-verify-result):
15357         * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
15359 2009-08-21  Glenn Morris  <rgm@gnu.org>
15361         * progmodes/js.el (inferior-moz-process): Fix declaration.
15363         * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
15365         * obsolete/rnewspost.el (news-mail-reply):
15366         Use goto-char rather than goto-line.
15368         * term/ns-win.el (ns-open-file-select-line):
15369         Use line-beginning-position rather than goto-line.
15371         * apropos.el (apropos-command):
15372         * ehelp.el (electric-helpify):
15373         * printing.el (pr-show-setup):
15374         * strokes.el (strokes-help):
15375         * tutorial.el (tutorial--describe-nonstandard-key)
15376         (tutorial--detailed-help):
15377         * woman.el (woman-mini-help, woman-display-extended-fonts):
15378         * calc/calc-help.el (calc-describe-key):
15379         * emulation/edt.el (edt-electric-helpify):
15380         * international/mule-diag.el (mule-diag):
15381         * play/yow.el (apropos-zippy):
15382         * progmodes/python.el (python-describe-symbol):
15383         * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
15384         * textmodes/table.el (*table--cell-describe-mode)
15385         (*table--cell-describe-bindings):
15386         Use help-print-return-message rather than the now obsolete alias.
15388         * calendar/cal-move.el (calendar-cursor-to-nearest-date)
15389         (calendar-cursor-to-visible-date):
15390         * play/5x5.el (5x5-position-cursor):
15391         * play/decipher.el (decipher):
15392         * play/gomoku.el (gomoku-goto-xy):
15393         * play/landmark.el (lm-goto-xy):
15394         * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
15395         (mpuz-paint-digit):
15396         Use forward-line, not goto-line.
15398         * mail/rmail.el (rmail-obsolete): Delete custom group.
15399         (rmail-pop-password, rmail-pop-password-required): Make into aliases.
15400         (rmail-remote-password, rmail-remote-password-required):
15401         Remove unneeded :set-after and :set properties.
15403 2009-08-21  Michael Albinus  <michael.albinus@gmx.de>
15405         * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
15407 2009-08-21  Dan Nicolaescu  <dann@ics.uci.edu>
15409         * loadup.el: Remove leftover macos code.
15411         * vc-git.el (vc-git-annotate-command): Run asynchronously.
15412         Explicitly pass the date format to git blame so that user local
15413         so that the output format can be parsed.
15415 2009-08-20  Michael Albinus  <michael.albinus@gmx.de>
15417         * net/dbus.el (top): Don't check for (getenv
15418         "DBUS_SESSION_BUS_ADDRESS").  It's done in dbusbind.c now.
15420 2009-08-19  Magnus Henoch  <magnus.henoch@gmail.com>
15422         * log-edit.el (log-edit-strip-single-file-name): New var.
15423         (log-edit-insert-changelog): Use it.  Bug#3571
15425 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
15427         * subr.el (read-passwd): Use read-key so keypad keys work as well.
15428         Bug#3287
15430         * help.el (help-print-return-message): Rename from
15431         print-help-return-message.
15433         * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
15434         cvs-mode-map parent hack.
15435         (log-view-mode): Derive from special-mode.
15437         * linum.el (linum-mode): window-size-change-functions is redundant.
15438         Adapt to new window-configuration-change-hook behavior.
15439         (linum-after-size, linum-after-config): Remove.
15441         * imenu.el (imenu-example--name-and-position)
15442         (imenu-example--lisp-extract-index-name)
15443         (imenu-example--create-lisp-index, imenu-example--create-c-index):
15444         Mark as obsolete.
15446         * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
15447         (inferior-prolog-mode): Use it.
15448         (inferior-prolog-load-file): Reset list of errors.
15450 2009-08-19  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15452         * language/tibetan.el ("Tibetan"): Fix sample-text entry.
15454         * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
15456 2009-08-19  Michael Albinus  <michael.albinus@gmx.de>
15458         * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
15459         is running already.
15461 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
15463         * subr.el (listify-key-sequence-1): Use normal syntax since those
15464         integers are nowadays always represented by the same (positive) number
15465         on all platforms.
15466         (read-key-empty-map): New const.
15467         (read-key-delay): New var.
15468         (read-key): New function.
15469         (force-mode-line-update): Use with-current-buffer.
15470         (locate-user-emacs-file): Don't forget to abbreviate the file name.
15471         (start-process-shell-command, start-file-process-shell-command):
15472         Discourage the use of command-args.
15474 2009-08-19  Glenn Morris  <rgm@gnu.org>
15476         * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
15478 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
15480         * simple.el (choose-completion-string): Don't rely on
15481         minibuffer-completing-file-name and ad-hoc checks to decide whether
15482         to continue completion or not.
15484         * minibuffer.el (minibuffer-hide-completions): New function.
15485         (completion--do-completion): Use it.
15486         (completions-annotations): New face.
15487         (completion--insert-strings): Use it.
15488         (completion-pcm--delim-wild-regex): Add docstring.
15489         (completion-pcm--string->pattern): Add support for 0-width delimiters
15490         in completion-pcm--delim-wild-regex.
15492 2009-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
15494         * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
15495         Remove unused var `buffer-modified-p'.
15497         * minibuffer.el (completion--do-completion): Move point for the #b001
15498         case as well (bug#4176).
15499         (minibuffer-complete, minibuffer-complete-word): Don't move point.
15501 2009-08-18  Michael Albinus  <michael.albinus@gmx.de>
15503         * net/dbus.el (dbus-init-bus): Declare.  Apply it for the :system
15504         and :session buses.
15506 2009-08-18  Kenichi Handa  <handa@m17n.org>
15508         * international/ucs-normalize.el (ucs-normalize-version):
15509         Change to 1.1.
15510         (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
15511         (utf-8-hfs): Make it perform normalization on encoding too.
15513         * textmodes/paragraphs.el: Change to utf-8.  Adjust coding cookie.
15514         (sentence-end-without-space): Delete duplicated chars.
15515         (sentence-end-base): Likewise.
15517         * textmodes/sgml-mode.el: Change to utf-8.  Adjust coding cookie.
15518         (html-mode): Delete duplicated chars from sentence-end-base.
15520         * textmodes/texinfo.el: Change to utf-8.  Adjust coding cookie.
15521         (texinfo-mode): Delete duplicated chars from sentence-end-base.
15523 2009-08-17  Chong Yidong  <cyd@stupidchicken.com>
15525         * files.el (hack-one-local-variable): If the mode function is for
15526         a minor mode, pass it an argument (Bug#4148).
15528 2009-08-17  Michael Albinus  <michael.albinus@gmx.de>
15530         * net/tramp.el (tramp-register-completion-file-name-handler):
15531         Check also for (member 'partial-completion completion-styles).
15533 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
15535         * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
15536         abbrev (Bug#3943).
15538 2009-08-16  Ilya Zakharevich  <ilyaz@cpan.org>
15540         * progmodes/cperl-mode.el: Merge upstream 6.2.
15541         (cperl-mode-syntax-table): Modify syntax entry for ["'`].
15542         (cperl-forward-re): Check cperl-brace-recursing.
15543         (cperl-highlight-charclass): New function.
15544         (cperl-find-pods-heres): Use it.
15545         (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
15546         (cperl-beautify-regexp-piece): Fix column calculation.
15547         (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
15548         (cperl-beautify-level): Don't process entire regexp.
15549         (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
15550         calling man.
15551         (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
15552         (cperl-init-faces): Build a list in the normal way.
15554 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
15556         * calendar/parse-time.el (parse-time-string-chars): Save match
15557         data.
15559 2009-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
15561         * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
15562         (sql-product): Use it.
15563         (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
15564         (sql-set-product): Add completion.
15565         (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
15566         (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
15567         (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
15568         (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
15569         (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
15570         (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
15571         (sql-highlight-db2-keywords): Remove.
15572         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
15573         (sql-highlight-product): Use derived-mode-p.
15574         (sql-set-sqli-buffer): Use with-current-buffer.
15575         (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
15576         Simplify.
15578         * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
15580         * term.el: Fix commenting convention, turn comments into docstrings.
15582 2009-08-16  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
15584         * whitespace.el (whitespace-style): Doc fix (Bug#3661).
15586 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
15588         * calendar/parse-time.el (parse-time-string-chars): Compute using
15589         character classes, to handle non-ascii characters (Bug#3190).
15591 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
15593         * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
15594         another heredoc if the user adds another < (Bug#3226).
15596         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
15597         Don't initialize based on window-system (Bug#4124).
15599         * facemenu.el (facemenu-read-color): Use a completion function
15600         that accepts any defined color, such as RGB triplets (Bug#3677).
15602         * files.el (get-free-disk-space): Change fallback default
15603         directory to /.  Expand DIR argument before switching to fallback.
15604         Suggested by Kevin Ryde (Bug#2631, Bug#3911).
15606 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
15608         * files.el (load-library): Doc fix.
15610 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
15612         * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
15613         (viper-if-string): Redefine C-s in the minibuffer to insert the last
15614         incremental search string.
15616         * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
15617         XEmacs.
15619         * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
15620         (ediff-merge-region-is-non-clash)
15621         (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
15622         Also check if the job is really a merge job.
15624         * ediff.el (ediff-current-file): New function.
15626 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
15628         * progmodes/js.el: Edit docstrings throughout to follow Emacs
15629         conventions.
15630         (js-insert-and-indent): Delete function.
15631         (js-mode-map): Don't bind keys to js-insert-and-indent.
15632         (js-beginning-of-defun): Rename from js--beginning-of-defun.
15633         (js-end-of-defun): Rename from js--end-of-defun.
15634         (js-auto-indent-flag): Delete variable.
15636 2009-08-14  Chong Yidong  <cyd@stupidchicken.com>
15638         * progmodes/js.el: Remove proclaim statement.
15639         Defvar which-func-imenu-joiner-function to silence compiler.
15641         * files.el (auto-mode-alist): Use js-mode for .js files.
15643         * progmodes/js2-mode.el: Remove file.
15645         * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
15647         * speedbar.el (speedbar-supported-extension-expressions): Add .js.
15649         * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
15651 2009-08-14  Daniel Colascione  <dan.colascione@gmail.com>
15652             Karl Landstrom  <karl.landstrom@brgeight.se>
15654         * progmodes/js.el: New file.
15656 2009-08-14  Mark A. Hershberger  <mah@everybody.org>
15658         * timezone.el (timezone-parse-date): Add ability to understand ISO
15659         basic format (minimal separators) dates in addition to the
15660         already-supported extended format dates.
15662 2009-08-14  Eli Zaretskii  <eliz@gnu.org>
15664         * international/ucs-normalize.el: Add a `coding' file variable.
15666         * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
15668 2009-08-14  Sam Steingold  <sds@gnu.org>
15670         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
15672 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
15674         * faces.el (help-argument-name): Define it here instead of
15675         help-fns.el, because in daemon mode help-fns.el may be loaded when
15676         faces are still uninitialized (Bug#1078).
15678         * help-fns.el (help-argument-name): Move defface to faces.el.
15680 2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
15682         * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
15683         create buffer with a pty but no process so that GDB can make the
15684         inferior the controlling process.
15686 2009-08-13  Taichi Kawabata  <kawabata.taichi@gmail.com>
15688         * international/ucs-normalize.el: New file.
15690 2009-08-13  Richard Stallman  <rms@gnu.org>
15692         * mail/rmail.el (rmail-get-attr-names):
15693         Accept an attribute header that is too short.
15695         * mail/rmail.el (rmail-forget-messages):
15696         Ignore nil elt in rmail-message-vector.  Use dotimes.
15698         * progmodes/compile.el (compilation-goto-locus):
15699         Use next-error-move-function.
15701         * simple.el (next-error-move-function): New variable.
15703 2009-08-12  Juri Linkov  <juri@jurta.org>
15705         * progmodes/grep.el (lgrep): Ensure that `default-directory' is
15706         always non-nil.  (Bug#4052)
15708         * replace.el (read-regexp): Return empty string when
15709         `default-value' is nil.
15710         (keep-lines-read-args): Don't use empty string as the
15711         default value for `read-regexp'.  (Bug#2495)
15713 2009-08-12  Juri Linkov  <juri@jurta.org>
15715         * international/mule-cmds.el (ucs-insert): Change arguments
15716         from `arg' to `character', `count', `inherit' to be the same
15717         as in `insert-char'.  Doc fix.  (Bug#4039)
15719         * international/mule-conf.el (utf-16be-with-signature): Doc fix.
15721 2009-08-12  Juri Linkov  <juri@jurta.org>
15723         * files-x.el: New file.
15725         * files.el: Move code that deals with adding/deleting
15726         file/directory-local variables to files-x.el.
15728         * Makefile.in (ELCFILES): Add files-x.elc.
15730 2009-08-11  Dmitry Dzhus  <dima@sphinx.net.ru>
15732         * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
15733         to use `goto-line'.
15734         (gdb-place-breakpoints, gdb-get-location): Rewritten without
15735         `goto-line'.
15736         (gdb-invalidate-disassembly): Do not refresh upon receiving
15737         'update signal.  Instead, update all disassembly buffers only after
15738         threads list.
15739         (gdb): Send -target-detach when buffer is killed (Bug#3794).
15740         (gdb-starting): Moved -data-list-register-names...
15741         (gdb-stopped): ...here so it's sent when first thread stops.
15742         (gdb-registers-handler-custom): Do nothing if register names are
15743         unknown yet.
15745         * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
15746         from `gdb-mi.el' to avoid extra tangling.
15748         * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
15749         change which breaks `gud-def' definitions used in `gdb'.
15750         (gdb-update-gud-running): No extra fuss for updating frame number.
15752 2009-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15754         * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
15755         (describe-language-environment-map, setup-language-environment-map)
15756         (set-coding-system-map): Move initialization into declaration.
15757         (set-language-info-alist): Last arg to define-key-after can be skipped.
15759         * international/quail.el (quail-completion-1): Simplify.
15760         (quail-define-rules): Use slightly more compact code.
15761         (quail-insert-decode-map): Propertize keys, compact columns.
15763         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
15764         Add goto-line.
15766 2009-08-10  Miles Bader  <miles@gnu.org>
15768         * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
15769         (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
15770         (js2-instance-member, js2-private-member, js2-private-function-call)
15771         (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
15772         (js2-magic-paren, js2-external-variable):
15773         Remove "-face" suffix from face names.
15774         (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
15775         (js2-highlight-undeclared-vars, js2-peek-token)
15776         (js2-parse-function-params, js2-mode-show-errors)
15777         (js2-mode-show-warnings, js2-make-magic-delimiter)
15778         (js2-mode-highlight-magic-parens): Update to use new face names.
15780 2009-08-09  Michael Albinus  <michael.albinus@gmx.de>
15782         * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
15783         (tramp-handle-insert-directory): Handle "--dired".  (Bug#4075)
15785 2009-08-09  Chong Yidong  <cyd@stupidchicken.com>
15787         * subr.el: Provide hashtable-print-readable.
15789         * progmodes/hideshow.el (hs-special-modes-alist): Don't use
15790         hs-c-like-adjust-block-beginning.
15791         (hs-hide-block-at-point): Stop hiding at the beginning of
15792         hs-block-end-regexp (Bug#700).
15794 2009-08-09  Dmitry Dzhus  <dima@sphinx.net.ru>
15796         * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
15797         a macro.
15798         (gdb-registers-handler-custom): Do not fail when register names
15799         are unavailable.
15801 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
15803         * progmodes/gdb-mi.el (gdb-control-all-threads)
15804         (gdb-control-current-thread): Interactive setters for
15805         `gdb-gud-control-all-threads' to use in menu.
15806         (gdb-show-run-p): Show «Go» when process is not active.
15807         (gud-tool-bar-map): Add non-stop/A,T indicator.  Uses
15808         gud/thread.xpm and gud/all.xpm.
15810 2009-08-08  Yoni Rabkin  <yoni@rabkins.net>
15812         * net/net-utils.el (net-utils-font-lock-keywords): New var.
15813         (nslookup-font-lock-keywords): Make it a variable.
15814         (net-utils-mode): New mode for viewing diagnostic network output.
15815         (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
15816         (net-utils-run-simple): New function.
15817         (ifconfig, iwconfig, netstat, arp, route): Use it.
15819 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
15821         * progmodes/gdb-mi.el (gdb-read-memory-custom)
15822         (gdb-memory-set-address, def-gdb-set-positive-number)
15823         (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
15824         after changing settings.
15825         (gdb-invalidate-disassembly): Update when first shown.
15826         (gdb-edit-locals-value): Fixed.
15827         (gdb-registers-handler-custom): Print registers in right order and
15828         allow changing register values (only for current thread yet).
15829         (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
15830         (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
15831         (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
15832         (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
15833         info in mode name.
15834         (gdb-registers-mode-map): TAB to switch to locals.
15836 2009-08-08  Eli Zaretskii  <eliz@gnu.org>
15838         * mail/rmail.el (rmail-add-mbox-headers)
15839         (rmail-set-message-counters-counter): Search for
15840         rmail-unix-mail-delimiter instead of just "From ".  (Bug#4076)
15842 2009-08-08  Glenn Morris  <rgm@gnu.org>
15844         * Makefile.in (ELCFILES): Update.
15846 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
15848         * mail/sendmail.el (mail-yank-original): Set
15849         buffer-file-coding-system from the one used by the message whose
15850         text is yanked.
15852         * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
15853         to "windows" when "pgnuplot" is used.
15854         (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
15855         call accept-process-output if "pgnuplot" is used.
15856         (calc-graph-init): Don't send -display and -geometry to
15857         "pgnuplot".  If "pgnuplot" is used, glean gnuplot version by
15858         running "pgnuplot -V" with shell-command-to-string.
15860         * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
15861         the default.
15863 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
15865         * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
15866         org/org-latex.elc.
15868 2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
15870         * vc-dispatcher.el (vc-resynch-window): Update comment.
15872         * term.el (term-handle-ansi-escape): Add comments with the
15873         terminfo capabilities implemented.
15875 2009-08-06  Dmitry Dzhus  <dima@sphinx.net.ru>
15877         * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
15878         (gdb-var-create-handler): Rewritten using JSON parser.
15879         (gdb-propertize-header): Moved earlier.
15880         (gdb-set-header): Removed to avoid duplication.
15881         (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
15882         Refresh disassembly buffers only after threads list have been
15883         update.
15884         (gdb-threads-header, gdb-registers-header): Per-buffer header line
15885         variables.
15887 2009-08-04  Juri Linkov  <juri@jurta.org>
15889         * files.el: Commands to add/delete file/directory-local variables.
15890         (read-file-local-variable, read-file-local-variable-value)
15891         (read-file-local-variable-mode, modify-file-local-variable)
15892         (modify-file-local-variable-prop-line)
15893         (modify-dir-local-variable): New functions.
15894         (add-file-local-variable, delete-file-local-variable)
15895         (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
15896         (add-dir-local-variable, delete-dir-local-variable)
15897         (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
15898         (copy-dir-locals-to-file-locals-prop-line): New commands.
15900 2009-08-04  Chong Yidong  <cyd@stupidchicken.com>
15902         * abbrev.el (insert-abbrev-table-description): Prettify output.
15903         Suggested by Karl Chen.
15905 2009-08-04  Dmitry Dzhus  <dima@sphinx.net.ru>
15907         * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
15908         (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
15909         (gdb-overlay-arrow-position, gdb-thread-position)
15910         (gdb-disassembly-position): Declare variables.
15911         (gdb-wait-for-pending): Function now.
15912         (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
15913         (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
15914         compilation goes smoothly.
15915         (gdb, gdb-non-stop, gdb-buffers): New customization groups.
15916         (gdb-non-stop-setting): New customization setting which replaces
15917         `gdb-non-stop' so changing it doesn't break active GDB session.
15918         (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
15919         (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
15920         (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
15921         (gdb-show-threads-by-default): New customization options.
15922         (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
15923         routines.
15924         (gdb-get-buffer-create): Send buffers update signal when they are
15925         created.
15926         (gdb-invalidate-locals, gdb-invalidate-registers)
15927         (gdb-invalidate-breakpoints)
15928         (gdb-invalidate-threads, gdb-invalidate-disassembly)
15929         (gdb-invalidate-memory): Accept update signal.
15930         (gdb-current-context-command): Use --frame option.
15931         (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
15932         Implement `gdb-frame-number' selection logic.
15933         (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
15934         whether to show GUD toolbar buttons.
15935         (gdb-thread-exited): Unselect current thread when it exits.
15936         (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
15937         (gdb-mark-line): Routine which sets overlay arrow or inverses
15938         video on fringeless displays.
15939         (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
15940         to build aligned columns of data in GDB buffers and set text
15941         properties line-by-line.
15942         (gdb-invalidate-breakpoints)
15943         (gdb-breakpoints-list-handler-custom)
15944         (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
15945         (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
15946         (gdb-registers-handler-custom): Align data columns.
15947         (gdb-locals-handler-custom): Now prints data like in variable
15948         declarations.
15949         (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
15950         Removed confusing buttons.
15951         (gdb-invalidate-threads): Append --frame.
15952         (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
15953         between breakpoints/threads buffers.
15954         (gdb-set-window-buffer): Now can ignore dedicated windows.
15955         (gdb-propertize-header): Use `gdb-set-window-buffer'.
15956         (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
15957         (def-gdb-thread-buffer-gud-command): Replaces
15958         `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
15959         for fine thread control.
15960         (gdb-preempt-existing-or-display-buffer): New function used to
15961         display bound buffers without breaking window layout.
15962         (gdb-frame-location): Replaces `gdb-insert-frame-location'.
15963         (gdb-select-frame): New version of `gdb-frames-select' which now
15964         sets `gdb-frame-number' so commands may use --frame option instead
15965         of inner debugger state.
15966         (gdb-frame-handler): Do not set `gdb-frame-number'.
15967         (gdb-threads-mode-map): Select threads with mouse.
15969         * progmodes/gud.el (gdb-gud-context-call): Declare function to
15970         avoid compilation warning.
15971         (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
15972         `gdb-show-stop-p`.
15974         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
15975         Argument `key' renamed to `buffer-type'.
15976         (gdb-current-context-buffer-name): Do not add thread info to
15977         buffer name when no thread is selected.
15978         (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
15979         command (bug 3794).
15980         (gdb-thread-selected): Handle `=thread-selected' notification.
15981         (gdb-wait-for-pending): New macro to deal with congestion problems.
15982         (gdb-breakpoints-list-handler-custom): Don't fail on pending
15983         breakpoints.
15984         (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
15985         This fixes problem similar to one described in bug 3947.
15986         (gud-menu-map): More menu items.
15987         (gdb-init-1): Reset `gdb-thread-number' to nil.
15989         * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
15990         non-stop settings.
15992         * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
15993         (gdb-current-context-command): Do not append --thread if
15994         `gdb-thread-number' is nil.
15995         (gdb-running-threads-count, gdb-stopped-threads-count): New
15996         variables.
15997         (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
15998         (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
15999         customization options.
16000         (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
16001         GUD commands.
16002         (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
16003         (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
16004         (gdb-setq-thread-number, gdb-update-gud-running): New functions to
16005         set `gdb-thread-number' and update `gud-running' properly.
16006         (gdb-running): Update threads list when new threads appear.
16007         (gdb-stopped): Support non-stop operation and new thread switching
16008         logic.
16009         (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
16010         (gdb-json-partial-output): New set of JSON routines.
16011         (def-gdb-auto-update-trigger): New `signal-list' optional
16012         argument.
16013         (gdb-thread-list-handler-custom): Update `gud-running',
16014         `gdb-stopped-threads-count' and `gdb-running-threads-count'.
16015         (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
16016         (gdb-continue-thread, gdb-step-thread): New commands for fine
16017         thread execution control.
16018         (gud-menu-map): New menu items to switch non-stop options.
16019         (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
16020         (gdb-send): Mimic RET properly (bug 3794).
16022         * progmodes/gdb-mi.el (gdb-rules-name-maker)
16023         (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
16024         gdb-buffer-rules.
16025         (def-gdb-auto-update-handler): New nopreserve optional argument.
16026         (gdb-stack-list-frames-custom): Print stack from top to bottom.
16028         * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
16029         (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
16030         (gdb-parent-mode): New mode to derive other GDB modes from.
16031         (gdb-display-disassembly-for-thread)
16032         (gdb-frame-disassembly-for-thread): New commands for threads
16033         buffer.
16035         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
16036         (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
16037         (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
16038         (gdb-update): We now store all GDB buffers in a list so that they
16039         can be updated by traversing a list instead of calling invalidate
16040         triggers explicitly.
16041         (def-gdb-trigger-and-handler): New macro to define trigger-handler
16042         pair for GDB buffer.
16043         (gdb-stack-buffer-name): Add thread information.
16044         (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
16045         handle pending triggers.
16046         (gdb-threads-mode-map, def-gdb-thread-buffer-command)
16047         (def-gdb-thread-buffer-simple-command)
16048         (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
16049         (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
16050         (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
16051         New commands which show buffers bound to thread.
16052         (gdb-stack-list-locals-regexp): Removed unused regexp.
16054         * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
16055         (gdb-locals-buffer-name, gdb-registers-buffer-name)
16056         (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
16057         to (gud-comint-buffer) in *-buffer-name functions
16058         because (gdb-get-target-string) already does that.
16059         (gdb-locals-handler-custom, gdb-registers-handler-custom)
16060         (gdb-changed-registers-handler): Rewritten without regexps.
16062         * progmodes/gdb-mi.el: Basic thread selection support.
16063         (gdb-thread-number): New variable.
16064         (gdb-current-context-command): New macro which adds --thread
16065         option to command.
16066         (gdb-threads-mode-map): Select thread with SPC.
16067         (gdb-thread-list-handler-custom): Mark current thread with overlay
16068         arrow.  Synchronize GDB thread and Emacs thread.
16069         (gdb-select-thread): New command which selects current thread.
16070         (gdb-invalidate-frames, gdb-invalidate-locals)
16071         (gdb-invalidate-registers): Use --thread option.
16073 2009-08-04  Michael Albinus  <michael.albinus@gmx.de>
16075         * net/tramp.el (top): Make check for tramp-gvfs loading more
16076         robust.  (Bug#3977)
16077         (tramp-handle-insert-file-contents): `unwind-protect' must be
16078         inside `with-parsed-tramp-file-name'.
16080         * net/tramp-gvfs.el (top): Remove superfluous message when loading
16081         fails.
16083 2009-08-03  Nick Roberts  <nickrob@snap.net.nz>
16085         * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
16086         directory if CLASSPATH is not set.
16088 2009-08-03  Michael Albinus  <michael.albinus@gmx.de>
16090         * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
16091         New defconst.
16092         (tramp-rfn-eshadow-update-overlay): Use it.  (Bug#4004)
16094 2009-08-02  Kevin Ryde  <user42@zip.com.au>
16096         * net/newst-backend.el (newsticker--raw-url-list-defaults):
16097         Update freshmeat link.  Delete newsforge.com as it seems gone.
16099 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
16101         * select.el (x-set-selection): Doc fix (Bug#4021).
16103         * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
16105         * help-fns.el (describe-variable): Treat list return values from
16106         dir-locals-find-file properly (Bug#4005).
16108 2009-08-02  Julian Scheid  <julians37@googlemail.com>  (tiny change)
16110         * net/tramp.el (tramp-debug-message): Print also microseconds.
16112 2009-08-02  Michael Albinus  <michael.albinus@gmx.de>
16114         * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
16115         or END is non-nil.
16116         (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
16117         (tramp-get-debug-buffer): Change `outline-regexp' according to new
16118         format.
16120         * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
16121         (tramp-get-file-property): Use it.
16123         * autorevert.el (auto-revert-handler): Allow
16124         `auto-revert-tail-mode' for remote files.
16126 2009-08-02  Jason Rumney  <jasonr@gnu.org>
16128         * minibuffer.el (read-file-name): Treat confirm options to
16129         MUSTMATCH as nil when invoking x-file-dialog.  (Bug#3969)
16131 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
16133         * font-lock.el (font-lock-string-face, font-lock-builtin-face)
16134         (font-lock-variable-name-face, font-lock-constant-face): Darken
16135         the colors for light backgrounds.
16137 2009-08-01  Eli Zaretskii  <eliz@gnu.org>
16139         * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
16140         month names.  (Bug#3987)
16142 2009-07-31  Chong Yidong  <cyd@stupidchicken.com>
16144         * simple.el (line-move-finish): Pass whole number to
16145         line-move-to-column.
16146         (line-move-visual): Perform hscroll to the recorded position.
16148 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
16150         * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
16152 2009-07-29  Alan Mackenzie  <acm@muc.de>
16154         * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
16156 2009-07-29  Dmitry Dzhus  <dima@sphinx.net.ru>
16158         * progmodes/gdb-mi.el (gdb-goto-breakpoint)
16159         (gdb-place-breakpoints): Use full path when setting breakpoints.
16161 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
16163         * calc/calc.el (calc-mode-map): Add keybinding for
16164         `calc-transpose-lines'.
16166 2009-07-29  Vincent Belaïche  <vincent.belaiche@gmail.com>
16168         * calc/calc-misc.el (calc-transpose-lines): New function.
16170 2009-07-28  Michael Albinus  <michael.albinus@gmx.de>
16172         * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
16173         Simplify check for out-of-band methods.
16174         (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
16175         remote.  Remove messages which are in `tramp-do-copy-or-rename-file'.
16177 2009-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
16179         * vc-git.el (vc-git-checkin): Fix typo.
16181 2009-07-28  Steve Yegge  <steve.yegge@gmail.com>
16183         * progmodes/js2-mode.el: New file.
16185 2009-07-28  Nick Roberts  <nickrob@snap.net.nz>
16187         * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
16188         (gud-menu-map): Adjust tooltip accordingly.
16190 2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
16192         * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
16193         (vc-bzr-log-view-mode): Adjust log-view-file-re.
16195         * add-log.el (change-log-mode-map): Add a menu.
16197 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
16199         * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
16200         function returns nil.
16201         (dbus-handle-event): Handle special return value :ignore.
16202         Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
16204 2009-07-26  Chong Yidong  <cyd@stupidchicken.com>
16206         * view.el (view-mode-enable): Don't define Helper-return-blurb if
16207         it's not needed.
16209 2009-07-25  Eli Zaretskii  <eliz@gnu.org>
16211         Fix Bug#3888:
16213         * w32-vars.el (x-select-enable-clipboard): Doc fix.
16215         * term/pc-win.el (x-display-name, x-colors)
16216         (x-select-enable-clipboard, x-select-text): Doc fix.
16218         * term/common-win.el (x-display-name, x-colors): Doc fix.
16220         * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
16221         (xw-defined-colors): Doc fix.
16223         * w32-fns.el (x-select-text, x-setup-function-keys)
16224         (x-get-selection, x-set-selection): Doc fix.
16226         * term/x-win.el (x-select-text, x-setup-function-keys)
16227         (x-select-enable-clipboard, xw-defined-colors): Doc fix.
16229         * select.el (x-set-selection): Doc fix.
16231 2009-07-25  Michael Albinus  <michael.albinus@gmx.de>
16233         * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
16234         instead of "IsNSSSupportAvailable".  Avahi ought to work also when
16235         "IsNSSSupportAvailable" method is not available.  Reported by
16236         Steve Youngs <steve@sxemacs.org>.
16238 2009-07-24  Kenichi Handa  <handa@m17n.org>
16240         * international/characters.el: Fix setting of category ?C, ?|, ?K,
16241         and ?H.  Fix setting of case for Latin Extended and Greek Extended.
16242         (build-unicode-category-table): Fix range checks.
16244 2009-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
16246         * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
16247         the buffer we try to sync is current when calling
16248         vc-resynch-buffer.
16250         * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
16251         not show up to date files.
16253 2009-07-24  Glenn Morris  <rgm@gnu.org>
16255         * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
16256         Add autoload cookies.  If necessary, initialize.
16257         (elint-log): Handle non-file buffers.
16258         (elint-initialize): Add optional argument to reinitialize.
16259         (elint-find-builtin-variables): Save excursion.
16261 2009-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
16263         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
16264         for Lint.
16266 2009-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
16268         * vc.el (vc-print-log-internal): New function, split out from ...
16269         (vc-print-log): ... here.
16270         (vc-dir-move-to-goal-column): Declare.
16272         * vc-git.el (vc-git-add-signoff): New variable.
16273         (vc-git-checkin): Use it.
16274         (vc-git-toggle-signoff): New function.
16275         (vc-git-extra-menu-map): Bind it to menu.
16276         (vc-git--run-command-string): Accept a nil FILE argument.
16277         (vc-git-stash-list): New function.
16278         (vc-git-dir-extra-headers): Use it.
16280 2009-07-23  Glenn Morris  <rgm@gnu.org>
16282         * help-fns.el (describe-variable): Describe ignored and risky local
16283         variables in a similar way to that in which we describe safe ones.
16285         * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
16286         (byte-compile-output-file-form, byte-compile-output-docform)
16287         (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
16288         Give some more local variables with common names a "bytecomp-" prefix,
16289         so as not to shadow things during compilation.
16290         * emacs-lisp/cl-macs.el (load-time-value)
16291         * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
16292         `outbuffer' to `bytecomp-outbuffer'.
16294         * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
16295         since the next two variables cover them automatically now.
16296         (elint-builtin-variables, elint-autoloaded-variables): New.
16297         (elint-unknown-builtin-args): Remove all members, since they can be
16298         parsed automatically now.
16299         (elint-extra-errors): New.
16300         (elint-env-add-env, elint-env-add-macro): Use cadr.
16301         (elint-current-buffer): Use or.  Change final message.
16302         (elint-get-top-forms): Use line-end-position.
16303         (elint-init-env): Use cadr.  Handle autoload, declare-function,
16304         and defalias.
16305         (elint-add-required-env): Doc fix.  Use or.  Standardize error.
16306         (regexp-assoc): Remove unused function.
16307         (elint-top-form): Set elint-current-pos, to record the start of the
16308         top-level form, for compilation-mode.
16309         (elint-form): Trap errors in macro expansion.  Use dolist.
16310         (elint-unbound-variable): Use elint-builtin-variables and
16311         elint-autoloaded-variables.
16312         (elint-get-args): Use cadr, or.
16313         (elint-check-cond-form): Use dolist, cadr.
16314         (elint-check-condition-case-form): Doc fix.  Use cadr.
16315         Use elint-extra-errors.
16316         (elint-log): New function.
16317         (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
16318         Distinguish errors and warnings.
16319         (elint-log-message): Use with-current-buffer.  Inhibit read-only.
16320         Use a bytecomp-style format.
16321         (elint-clear-log): Preserve default-directory.  Inhibit read-only.
16322         (elint-get-log-buffer): Use compilation mode.  Disable undo.
16323         Don't truncate lines.
16324         (elint-initialize): Set builtin and autoloaded variable lists.
16325         Only process elint-unknown-builtin-args if non-nil.
16326         (elint-find-builtin-variables, elint-find-autoloaded-variables):
16327         New functions.
16328         (elint-find-builtin-args): Doc fix.  Handle "BODY...)".
16330 2009-07-22  Kevin Ryde  <user42@zip.com.au>
16332         * net/newst-backend.el (newsticker--parse-atom-1.0)
16333         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
16334         (newsticker--parse-rss-1.0):
16335         * progmodes/idlwave.el (idlwave-mode):
16336         * progmodes/idlw-shell.el (idlwave-shell-mode):
16337         * progmodes/vera-mode.el (vera-mode):
16338         * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
16339         * progmodes/vhdl-mode.el (vhdl-mode):
16340         * textmodes/table.el (table-generate-source)
16341         (table--warn-incompatibility):
16342         Hyperlink urls in docstrings with URL `...'.
16344 2009-07-22  Glenn Morris  <rgm@gnu.org>
16346         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
16347         * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
16348         * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
16349         Remove leading * from defcustom docs.
16351         * simple.el (blink-matching-paren-distance): Bump to 100k.  (Bug#3889)
16353         * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
16354         defcustom doc.
16355         (list-load-path-shadows): Optionally, just return shadows as a string.
16357         * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
16359 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
16361         * mail/rmailedit.el (rmail-edit-mode): Use
16362         auto-save-include-big-deletions.
16364         * mail/rmail.el (rmail-variables): Use
16365         auto-save-include-big-deletions.
16367         * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
16368         changes.
16370 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
16372         * calc/calc.el (calc-undo-length): New variable.
16373         (calc-quit): Truncate rather than eliminate `calc-undo-list'.
16375 2009-07-21  Richard Stallman  <rms@gnu.org>
16377         * files.el (auto-save-mode): Handle buffer-save-size = -2
16378         for toggling mode.
16380 2009-07-21  Glenn Morris  <rgm@gnu.org>
16382         * textmodes/ispell.el (ispell-looking-back): Update declaration.
16384         * calendar/todo-mode.el (calendar-current-date): Update declaration.
16386         * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
16387         silence compiler.  Instead...
16388         (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
16389         (ps-print-ensure-fontified): Update for above function name changes.
16391         * printing.el (pr-mh-get-msg-num, pr-mh-show)
16392         (pr-mh-start-of-uncleaned-message): Remove aliases only used to
16393         silence compiler.  Instead...
16394         (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
16395         (mh-show-buffer): Only define for compiler.
16396         (pr-mh-current-message): Update for above function name changes.
16398         * files.el (abort-if-file-too-large): Explicitly pass `filename'
16399         as an argument.
16400         (find-file-noselect, insert-file-1): Update for above change.
16402         * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
16404         * mail/mailclient.el (mailclient-send-it): Fix message.
16406         * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
16407         (edebug-eval): Check cl-debug-env is bound.
16408         (print-level, print-circle): Don't redefine built-in variables.
16410         * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
16411         (custom-print-vectors): Remove old comments from doc.
16413         * emerge.el (menu-bar-emerge-menu): Remove unused variable.
16414         (emerge-version): Make the variable an obsolete alias for the
16415         emacs-version variable.  Make the function obsolete.
16416         (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
16417         Emerge options, rather than merging in into the main Options menu.
16418         (emerge-options-menu): Adjust menu text.  Use buttons for skip prefers
16419         and auto advance modes.  Disable edit/fast items when not relevant.
16421 2009-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
16423         * term/vt420.el (terminal-init-vt420): Fix typo.
16425 2009-07-20  Sam Steingold  <sds@gnu.org>
16427         * progmodes/ada-mode.el (compile-auto-highlight): Remove the
16428         variable (removed from compile.el on 2004-03-11).
16430 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
16432         * files.el (hack-local-variables-filter): Fix last change.
16434 2009-07-19  Juri Linkov  <juri@jurta.org>
16436         * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
16437         (dir-local-variables-alist): New buffer-local variable.
16438         (hack-local-variables-filter): If variable is not dir-local,
16439         i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
16440         because file-local overrides dir-local.
16441         (c-postprocess-file-styles) <declare-function>:
16442         Remove obsolete declaration.
16443         (hack-dir-local-variables): Add dir-local variable/value pair to
16444         `dir-local-variables-alist' and remove duplicates.  Doc fix.
16446         * help-fns.el (describe-variable): Add information about
16447         file-local and dir-local variables.
16449 2009-07-19  Chong Yidong  <cyd@stupidchicken.com>
16451         * files.el (hack-local-variables-filter): Rewrite.
16453 2009-07-19  Glenn Morris  <rgm@gnu.org>
16455         * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
16456         Silence compiler by only defining on XEmacs.
16458         * international/mule.el (auto-coding-regexp-alist): Only match
16459         BABYL... at the start of buffer, not of lines.  (Bug#3790)
16461         * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
16462         non-calendar buffers (Bug#3862).  Restore "not on a date" message.
16463         (cal-menu-context-mouse-menu): Doc fix.
16465         * desktop.el (desktop-buffers-not-to-save): Set :version tag.
16467         * simple.el (mail-user-agent): Doc fix.  Set :version tag.
16469 2009-07-18  Juri Linkov  <juri@jurta.org>
16471         * info.el: Virtual Info keyword finder.
16472         (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
16473         (Info-finder-file): New variable.
16474         (Info-finder-find-file): New function.
16475         (finder-known-keywords, finder-package-info)
16476         (find-library-name, lm-commentary): Use defvar and
16477         declare-function to silence compiler warnings.
16478         (Info-finder-find-node): New function.
16479         (info-finder): New command.
16481         * subr.el (process-kill-buffer-query-function): New function.
16482         (add-hook)<kill-buffer-query-functions>: Add hook
16483         `process-kill-buffer-query-function'.
16485 2009-07-18  Alan Mackenzie  <acm@muc.de>
16487         * progmodes/cc-mode.el (c-before-hack-hook)
16488         (c-postprocess-file-styles): Give invocation of `c-set-style'
16489         DONT-OVERRIDE parameter of t.  Already set style variables will
16490         thus not be overridden by style settings given by `c-file-syle'.
16492         * files.el (hack-local-variables-filter): Remove entries with
16493         duplicate keys from `file-local-variables-alist'.
16495 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
16497         * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
16498         x-set-selection if display-selections-p returns nil for the
16499         current frame.
16501 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
16503         * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
16505 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
16507         * desktop.el (desktop-buffers-not-to-save): Default value is nil.
16508         Accept nil in addition to a regexp.
16509         (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
16510         Accept nil in addition to a regexp.
16511         (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
16512         buffers that have an associated file.  Handle nil values of
16513         desktop-buffers-not-to-save and desktop-files-not-to-save.
16514         (Bug#3833)
16516         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
16517         (x-disown-selection-internal): New functions.
16519 2009-07-18  Nick Roberts  <nickrob@snap.net.nz>
16521         * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
16522         warning.
16523         (gdb-breakpoints-header): Move forward to avoid compiler warning.
16524         (gdb-make-header-line-mouse-map): Remove duplicate definition.
16526 2009-07-18  David De La Harpe Golden  <david@harpegolden.net>
16528         * simple.el (set-mark): Revert last change.
16530 2009-07-17  Tassilo Horn  <tassilo@member.fsf.org>
16532         * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
16533         rendering of pngs is not possible instead of messaging a long
16534         description.
16536 2009-07-17  David De La Harpe Golden  <david@harpegolden.net>
16538         * w32-fns.el (x-selection-owner-p): New function.
16540         * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
16541         (mouse-yank-at-click, mouse-yank-primary): If
16542         select-active-regions is non-nil, deactivate the mark before
16543         insertion.
16545         * simple.el (deactivate-mark, set-mark): Only save selection if we
16546         own it.
16548 2009-07-17  Kenichi Handa  <handa@m17n.org>
16550         * case-table.el (describe-buffer-case-table): Fix for the case
16551         that KEY is a cons.
16553 2009-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
16555         * vc-rcs.el (vc-rcs-find-file-hook):
16556         * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
16558 2009-07-16  Michael Albinus  <michael.albinus@gmx.de>
16560         * net/tramp.el (tramp-wait-for-output): Handle the case when
16561         commands do not return a newline but a null byte before the shell
16562         prompt.  (Bug#3858)
16564 2009-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16566         * term/ns-win.el (ns-set-alpha): Don't declare.
16567         (ns-set-background-alpha): Remove function.
16569 2009-07-16  Kevin Ryde  <user42@zip.com.au>
16571         * emacs-lisp/copyright.el (copyright-update): Save match-data across
16572         y-or-n-p, for safety.
16574 2009-07-16  Richard Stallman  <rms@gnu.org>
16576         * files.el (auto-save-mode): If buffer-saved-size is -2,
16577         don't clobber it.
16579         * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
16580         (rmail-retry-ignored-headers): Add more uninteresting fields.
16582 2009-07-15  Jari Aalto  <jari.aalto@cante.net>
16584         * net/rcirc.el (rcirc): Use history variables.
16585         (rcirc-server-name-history, rcirc-nick-name-history)
16586         (rcirc-server-port-history): New variables.
16588 2009-07-15  Kenichi Handa  <handa@m17n.org>
16590         * international/mule-cmds.el (set-language-environment-charset):
16591         If coding-system-charset-list returns `iso-2022' or `emacs-mule',
16592         ignore them.
16594         * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
16595         Delete unibyte-display.
16597 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
16599         * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
16601 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
16603         * simple.el (deactivate-mark): Optional argument FORCE.
16604         (set-mark): Use deactivate-mark.
16606         * info.el (Info-search): No need to check transient-mark-mode
16607         before calling deactivate-mark.
16609         * select.el (x-set-selection): Doc fix.
16610         (x-valid-simple-selection-p): Allow buffer values.
16611         (xselect--selection-bounds): Handle buffer values.  Suggested by
16612         David De La Harpe Golden.
16614         * mouse.el (mouse-set-region, mouse-drag-track): Call
16615         copy-region-as-kill before setting the mark, to let
16616         select-active-regions work.
16618 2009-07-15  David De La Harpe Golden  <david@harpegolden.net>
16620         * simple.el (deactivate-mark): If select-active-regions is
16621         non-nil, copy the selection data into a string.
16622         (activate-mark): If select-active-regions is non-nil, set the
16623         selection to the current buffer.
16624         (set-mark): Update selection if select-active-regions is non-nil.
16626         * select.el (x-valid-simple-selection-p): Allow buffer values.
16628 2009-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
16630         * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
16631         and more featureful message-mode.
16633 2009-07-14  Chong Yidong  <cyd@stupidchicken.com>
16635         * select.el (x-set-selection): Doc fix.
16636         (x-valid-simple-selection-p): Disallow selection data consisting
16637         of a list or cons of integers, since that is not used.
16638         (xselect--selection-bounds, xselect--int-to-cons): New functions.
16639         (xselect-convert-to-string, xselect-convert-to-length)
16640         (xselect-convert-to-filename, xselect-convert-to-charpos)
16641         (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
16643 2009-07-14  Dmitry Dzhus  <dima@sphinx.net.ru>
16645         * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
16646         output in -break-info command (Emacs bug #3794).
16648 2009-07-14  Glenn Morris  <rgm@gnu.org>
16650         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
16651         (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
16652         (edebug-print-length, edebug-print-level, edebug-print-circle)
16653         (edebug-sit-for-seconds, edebug-view-outside)
16654         (edebug-bounce-point, edebug-set-global-break-condition)
16655         (edebug-Go-nonstop-mode, edebug-trace-mode)
16656         (edebug-Trace-fast-mode, edebug-continue-mode)
16657         (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
16658         (edebug-visit-eval-list): Doc fixes.
16660         * subr.el (def-edebug-spec): Doc fix.
16662 2009-07-14  Kenichi Handa  <handa@m17n.org>
16664         * international/characters.el: Fix setting of category ?C.
16666 2009-07-13  Jan Djärv  <jan.h.d@swipnet.se>
16668         * term/ns-win.el (x-select-font): defalias x-select-font to
16669         ns-popup-font-panel instead of generate-fontset-menu.
16671 2009-07-12  Eli Zaretskii  <eliz@gnu.org>
16673         * desktop.el (desktop-buffers-not-to-save): Remove ".log".  (Bug#3833)
16675 2009-07-12  Peter Jolly  <peter@jollys.org>  (tiny change)
16677         * arc-mode.el (archive-find-type): Allow for a PK00 string before
16678         the PK\003\004 header (Bug#3770).
16680 2009-07-12  Guanpeng Xu  <herberteuler@hotmail.com>
16682         * pcomplete.el (pcomplete-comint-setup): Check for
16683         shell-dynamic-complete-filename too.
16685 2009-07-11  Chong Yidong  <cyd@stupidchicken.com>
16687         * simple.el (temporary-goal-column): Change the value for
16688         line-move-visual to a cons cell.
16689         (line-move-visual): Record or set the window hscroll, if
16690         necessary (Bug#3494).
16691         (line-move-1): Handle cons value of temporary-goal-column.
16693 2009-07-11  Kenichi Handa  <handa@m17n.org>
16695         * international/mule-diag.el (describe-character-set): Don't show
16696         width.
16698 2009-07-10  Sam Steingold  <sds@gnu.org>
16700         * progmodes/compile.el (compilation-mode-font-lock-keywords):
16701         Omake sometimes indents the errors it prints, so allow all
16702         regexps to start with spaces.
16704 2009-07-10  Eli Zaretskii  <eliz@gnu.org>
16706         * cus-edit.el (customize-changed-options-previous-release):
16707         Bump value to 22.1.  (Bug#3804)
16709 2009-07-08  Sam Steingold  <sds@gnu.org>
16711         * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
16712         to be a cons cell (test . ignored-directory) to selectively ignore
16713         some directories depending on the location of the search.
16715 2009-07-08  Michael Albinus  <michael.albinus@gmx.de>
16717         * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
16718         remote user is root, on the local host.
16719         (tramp-local-host-p): Either the local user or the remote user
16720         must be root.  (Bug#3771)
16722 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
16724         * progmodes/gdb-mi.el (gdb): Remove description of
16725         gdb-use-separate-io-buffer.
16726         (menu): Don't allow toggling of or enable
16727         gdb-use-separate-io-buffer from menubar.
16729 2009-07-08  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
16731         * mail/unrmail.el (unrmail): Make sure the message ends with two
16732         newlines (Bug#3769).
16734 2009-07-08  Glenn Morris  <rgm@gnu.org>
16736         * calendar/calendar.el (calendar-current-date): Rework previous change.
16738 2009-07-08  Ed Reingold  <reingold@emr.cs.iit.edu>
16740         * calendar/calendar.el (calendar-current-date):
16741         Add an optional argument giving an offset from today.
16743 2009-07-08  Glenn Morris  <rgm@gnu.org>
16745         * tutorial.el (tutorial--describe-nonstandard-key):
16746         Adjust the message for when a key has been unbound.
16747         (help-with-tutorial): Hide the arch-tag.
16749 2009-07-08  Kenichi Handa  <handa@m17n.org>
16751         * international/fontset.el (setup-default-fontset): For each
16752         script, append (not set) font-specs.
16754         * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
16755         docstring.
16757 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
16759         * progmodes/gdb-mi.el (gdb-init-1): Move sending
16760         -data-list-register-names to ...
16761         (gdb-starting): ... here because GDB 7.0 requires execution to
16762         have started when using this MI command.
16763         (gdb-set-header): New function to distinguish select and
16764         unselected tabs in gdb buffers.
16765         (gdb-propertize-header): New macro that uses gdb-set-header.
16766         (gdb-breakpoints-header, gdb-locals-header): Use it.
16767         (gdb-disassembly-mode-map): Add keybinding to kill buffer.
16769 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
16771         * Makefile.in (ELCFILES): Remove fadr.elc.
16773 2009-07-07  Dmitry Dzhus  <dima@sphinx.net.ru>
16775         * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
16776         may contain frame information, so `string-match' should be used.
16777         (gdb-update): Disassembly is invalidated through
16778         `gdb-get-selected-frame'.
16779         (gdb-pad-string): New function to pad string with spaces.
16780         (gdb-invalidate-disassembly): Invalidate only if the buffer
16781         exists.
16782         (gdb-disassembly-handler-custom): Column alignment.
16783         (gdb-disassembly-place-breakpoints): Clear old breakpoints before
16784         placing new ones.
16785         (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
16786         end of line, too.
16787         (gdb-frame-handler): Match convention to for disassembly buffer
16788         mode name.
16789         (gdb-stack-list-frames-handler): Rewritten without regexps.
16790         (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
16791         not highlight breakpoints without line information.
16792         (gdb-input): Add trailing newline to command.
16794         * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
16795         buffer properly.
16796         (gdb-breakpoints-list-handler-custom): Replacement for
16797         `gdb-break-list-handler'.  Using real parser instead of regexps
16798         now.
16799         (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
16800         Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
16801         to place breakpoints.
16802         (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
16803         functions.
16804         (gdb-disassembly-handler-custom): Show overlay arrow.
16805         (gdb-disassembly-place-breakpoints): Show breakpoints in
16806         disassembly buffer.
16807         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
16808         (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
16809         instead of parsing breakpoints buffer.  Fixed old menu references
16810         in `gud-menu-map'.
16812         * fadr.el: Remove.
16814         * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
16815         (gdb-memory-address): New variable which holds top address of
16816         memory page shown in memory buffer.
16817         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
16818         customization variables.
16819         New functions:
16820         (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
16821         display the memory buffer.
16822         (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
16823         buffer display parameters.
16824         (def-gdb-memory-format, gdb-memory-format-binary)
16825         (gdb-memory-format-octal, gdb-memory-format-unsigned)
16826         (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
16827         Functions for setting memory buffer format.
16828         (gdb-memory-unit-word, gdb-memory-unit-halfword)
16829         (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
16830         unit size used in memory buffer.
16831         (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
16832         to next/previous page of memory buffer.
16833         Now using (bindat-get-field) instead of fadr functions.
16835 2009-07-07  Sam Steingold  <sds@gnu.org>
16837         * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
16838         non-top-level files.
16840 2009-07-07  Kenichi Handa  <handa@m17n.org>
16842         * international/mule-cmds.el (reset-language-environment): Put
16843         the highset priority to the charset iso-8859-1.
16845 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
16847         * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
16848         to the end of the line when locating the block (Bug#700).
16850 2009-07-06  Michael Albinus  <michael.albinus@gmx.de>
16852         * net/tramp.el (tramp-handle-write-region): Flush file properties
16853         in case of short track.
16855 2009-07-06  Michael McNamara  <mac@mail.brushroad.com>
16857         * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
16858         Coded custom representation of verilog error regular expressions
16859         to work with Emacs-22's new format.
16860         (verilog-error-regexp-xemacs-alist): Coded custom representation
16861         of verilog error regular expressions to work with XEmacs format.
16862         (verilog-error-regexp-add-xemacs): Hook routine to install verilog
16863         error recognition into XEmacs.
16864         (verilog-error-regexp-add-emacs): Hook routine to install verilog
16865         error recognition into Emacs-22.
16867 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
16869         * woman.el: Remove stand-alone closing parentheses.
16870         (woman-file-name, woman2-format-paragraphs)
16871         (woman-leave-blank-lines): Code cleanup.
16872         (woman-use-own-frame): Change default to nil.
16873         (woman-italic, woman-bold, woman-unknown, woman-addition): Change
16874         defaults to inherit from default faces.
16875         (woman2-process-escapes): Consume the newline after a stand-alone
16876         filler character (Bug#3651).
16878 2009-07-06  Glenn Morris  <rgm@gnu.org>
16880         * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
16881         (top-level): Move provide to the end.
16882         (ffap): Remove defunct URL from custom group.
16884         * subr.el (eval-after-load): Doc fix.
16886 2009-07-06  Vincent Belaïche  <vincent.belaiche@gmail.com>
16888         * calc/calc-embed.el (calc-embedded-make-info): Don't force when
16889         `calc-embedded-word' is called twice.
16891 2009-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
16893         * files.el (find-alternate-file-other-window, find-alternate-file):
16894         Obey confirm-nonexistent-file-or-buffer.
16896 2009-07-05  Michael Albinus  <michael.albinus@gmx.de>
16898         * dired-aux.el (dired-show-file-type): Handle remote files.
16900 2009-07-05  Jari Aalto  <jari.aalto@cante.net>
16902         * desktop.el (desktop-globals-to-save):
16903         Add file-name-history (Bug#2750).
16905 2009-07-05  Chong Yidong  <cyd@stupidchicken.com>
16907         * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
16909 2009-07-04  Johan Bockgård  <bojohan@gnu.org>
16911         * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
16912         property on entire argument since this is what eshell-lisp-command
16913         expects.
16915 2009-07-03  Michael Albinus  <michael.albinus@gmx.de>
16917         * net/tramp-gvfs.el (tramp-gvfs-methods)
16918         (tramp-gvfs-zeroconf-domain)
16919         (tramp-bluez-discover-devices-timeout): Add version flag.
16920         (tramp-gvfs-handler-mounted-unmounted)
16921         (tramp-gvfs-connection-mounted-p): Polish handling of
16922         incompatibilities between GVFS 0.2 and 1.0.
16924 2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
16926         * cus-start.el (all): Add make-pointer-invisible.
16928 2009-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
16930         * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
16931         formatted correctly.
16933 2009-07-02  Juri Linkov  <juri@jurta.org>
16935         * info.el: Virtual Info files and nodes.
16936         (Info-virtual-files, Info-virtual-nodes): New variables.
16937         (Info-current-node-virtual): New variable.
16938         (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
16939         New functions.
16940         (Info-file-supports-index-cookies): Use Info-virtual-file-p
16941         to check for a virtual file instead of checking a fixed list
16942         of node names.
16943         (Info-find-file): Use Info-virtual-fun and Info-virtual-call
16944         instead of ad-hoc processing of "dir" and (apropos history toc).
16945         (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
16946         instead of ad-hoc processing of "dir" and (apropos history toc).
16947         Reread a file when moving from a virtual node.
16948         (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
16949         (Info-directory-toc-nodes, Info-directory-find-file)
16950         (Info-directory-find-node): New functions.
16951         (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
16952         (Info-history): Move part of code to
16953         `Info-history-find-node'.
16954         (Info-history-toc-nodes, Info-history-find-file)
16955         (Info-history-find-node): New functions.
16956         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
16957         (Info-toc): Move part of code to `Info-toc-find-node'.
16958         (Info-toc-find-node): New function.
16959         (Info-toc-insert): Rename from `Info-insert-toc'.  Don't insert
16960         the current Info file name to references because now the node
16961         "*TOC*" belongs to the same Info manual.
16962         (Info-toc-build): Rename from `Info-build-toc'.
16963         (Info-toc-nodes): Rename input argument `file' to `filename'.
16964         Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
16965         instead of ad-hoc processing of ("dir" apropos history toc).
16966         (Info-index-nodes): Use Info-virtual-file-p
16967         to check for a virtual file instead of checking a fixed list
16968         of node names.
16969         (Info-index-node): Add check for `Info-current-node-virtual'.
16970         Raise `save-match-data' higher up the tree to contain
16971         `search-forward' too (bug fix).
16972         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
16973         (Info-virtual-index-nodes): New variable.
16974         (Info-virtual-index-find-node, Info-virtual-index): New functions.
16975         (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
16976         (Info-apropos-file, Info-apropos-nodes): New variables.
16977         (Info-apropos-toc-nodes, Info-apropos-find-file)
16978         (Info-apropos-find-node, Info-apropos-matches): New functions.
16979         (info-apropos): Move part of code to `Info-apropos-find-node' and
16980         `Info-apropos-matches'.
16981         (Info-mode-map): Bind "I" to `Info-virtual-index'.
16982         (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
16983         for a virtual file instead of checking a fixed list of node names.
16985         * simple.el (async-shell-command): New command.
16987         * bindings.el (esc-map): Bind "&" to `async-shell-command'.
16989         * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
16990         instead of `mount-info'.
16992 2009-07-02  Michael Albinus  <michael.albinus@gmx.de>
16994         * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
16995         (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
16997 2009-07-02  Kenichi Handa  <handa@m17n.org>
16999         * international/mule.el (set-keyboard-coding-system): Force *-unix
17000         coding-system to avoid eol conversion.
17002 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
17004         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
17005         Add handler for `process-file', `shell-command' and
17006         `start-file-process'.
17007         (tramp-gvfs-handle-shell-command)
17008         (tramp-gvfs-handle-start-file-process)
17009         (tramp-gvfs-handle-process-file): New defuns.
17010         (tramp-synce-list-devices): Simplify check for existence of property.
17012 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
17014         * startup.el (command-line-x-option-alist): Add -mm and --maximized.
17016 2009-07-01  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
17018         * language/korean.el (set-language-info-alist): Add korean-cp949,
17019         cp949 to spec.
17021 2009-07-01  Kenichi Handa  <handa@m17n.org>
17023         * Makefile.in (ELCFILES): Delete encoded-kb.elc.
17025         * international/encoded-kb.el: Deleted.
17027         * international/mule.el (set-keyboard-coding-system): Perform the
17028         necessary setup here instead of calling encoded-kbd-setup-display.
17030 2009-07-01  Glenn Morris  <rgm@gnu.org>
17032         * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
17034 2009-07-01  Evangelos Evangelou  <vangelis@email.unc.edu>  (tiny change)
17036         * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)".  (Bug#3730)
17038 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
17040         * net/tramp.el (tramp-do-copy-or-rename-file-directly):
17041         Handle also the 'rename case, when setting file modes.  (Bug#3712)
17042         (tramp-default-file-modes): Remove execute permissions.
17044         * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
17045         (top): Add a default for "synce" in `tramp-default-user-alist'.
17046         Add completion function for "synce" method.
17047         (tramp-hal-service, tramp-hal-path-manager)
17048         (tramp-hal-interface-manager, tramp-hal-interface-device):
17049         New defconst.
17050         (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
17051         (tramp-synce-list-devices, tramp-synce-parse-device-names):
17052         New defuns.
17054         * net/trampver.el: Update release number.
17056 2009-06-30  Kenichi Handa  <handa@m17n.org>
17058         * international/fontset.el (setup-default-fontset): Add CJK fonts
17059         for symbols and the other miscellaneous characters.
17061         * language/korea-util.el (setup-korean-environment-internal):
17062         Make char-width-table suitable for Korean environments.
17063         (exit-korean-environment): Cancel above.
17065         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
17066         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
17067         setup-function to make char-width-table suitable for respective
17068         environments, and an exit-function to cancel that.
17070         * language/japan-util.el (setup-japanese-environment-internal):
17071         Call use-cjk-char-width-table with arg `ja_JP'.
17073         * international/characters.el (cjk-char-width-table): Delete it.
17074         (cjk-char-width-table-list): New variable.
17075         (use-cjk-char-width-table): New arg local-name.
17076         (use-default-char-width-table): Fix for the case that Emacs is
17077         already using the default char-width-table.
17079 2009-06-29  Michael Albinus  <michael.albinus@gmx.de>
17081         * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
17082         modes mandatory.  (Bug#3712)
17084 2009-06-29  Alan Mackenzie  <acm@muc.de>
17086         * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
17087         correction between the visible width of TABs and their number of bytes.
17089 2009-06-29  Chong Yidong  <cyd@stupidchicken.com>
17091         * server.el (server-buffer-done): Prevent kill-buffer from
17092         prompting by clearing the buffer modification flag (Bug#3696).
17094 2009-06-28  Michael McNamara  <mac@mail.brushroad.com>
17096         * progmodes/verilog-mode.el (verilog-beg-of-statement)
17097         (verilog-endcomment-reason-re): Support unique case and priority case.
17098         (verilog-basic-complete-re): Support localparam lineup.
17099         (verilog-beg-of-statement-1): Fix for robustness, unique case.
17100         (verilog-set-auto-endcomments): Fix for unique case, always_comb
17101         commenting.
17102         (verilog-leap-to-case-head): Now support *nested* unique &
17103         priority case statements.
17104         (verilog-auto-lineup): Make just declarations the default (as it
17105         had been).
17106         (verilog-leap-to-case-head): Support priority/unique case statements.
17107         (verilog-auto-lineup): Rework to give users radio buttons to
17108         select the various styles of automatic lineup.
17109         (verilog-error-regexp-alist): Rework to support the XEmacs style
17110         of error regular expressions from compilers, lint tools &
17111         simulators.  Note that GNU Emacs has made it impossible for a mode
17112         to load such things.
17113         (electric-verilog-terminate-line, verilog-indent-declaration)
17114         (verilog-auto-wiure): Rework for radio button selection of
17115         auto-lineup selection of specification of auto lineup.
17116         (verilog-beg-of-statement-1): Redesign to support proper operation
17117         in additional code, based on testing with auto-lineup.
17118         (verilog-calculate-indent, assignments & declarations)
17119         (verilog-backward-token): Enhance to support auto-lineup of
17120         assignments & declarations.
17121         (verilog-in-directive-p, verilog-at-struct-p): New function for
17122         easy test of whether we are.
17123         (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
17124         to support safe execution at almost anyline.
17125         (verilog-calc-1): Properly support indenting deep inside generate
17126         blocks.
17127         (verilog-init-font): Remove definition & use of verilog-init-font,
17128         as it is redundant with font-lock-defaults.
17129         (verilog-mode): Alter the definition of verilog-font-lock-defaults
17130         to avoid circular calls if syntax-ppss is a function (as is the
17131         case now in 22.x GNU Emacs) as that function would sometimes call
17132         itself, leading to (nearly) infinite recursion.
17133         (verilog-ovm-begin-re, verilog-ovm-end-re)
17134         (verilog-ovm-statement-re, verilog-leap-to-head)
17135         (verilog-backward-token): Add support for OVM macros.  Some are
17136         complete statements, and others open and close scopes like begin
17137         and end.
17138         (verilog-defun-level-not-generate-re, verilog-defun-level-re)
17139         (verilog-defun-level-generate-only-re): Really fix the defun-list
17140         compilation issue.
17141         (verilog-calc-1, verilog-beg-of-statement): Enhance support for
17142         coverpoint, constraint and cross statements.
17143         (verilog-defun-level-list, verilog-generate-defun-level-list)
17144         (verilog-all-defun-level-list): Redo these specifications - it is
17145         too hard to support eval-when compile aggregation of lists also
17146         built at when-compile time.
17147         (verilog-defun-level-list): Place defconsts of variables used in
17148         building regular expressions which are built in eval-when-compile
17149         bodies in the same eval-when-compile body to facilitate compile
17150         without load.
17151         (verilog-beg-block-re-ordered): Support indenting
17152         virtual/protected tasks and functions.
17153         (verilog-defun-level-list, verilog-in-generate-region-p)
17154         (verilog-backward-ws&directives, verilog-calc-1): Speed up
17155         indentation of some module items (generate items).
17156         (verilog-forward-sexp, verilog-leap-to-head): Support stepping
17157         across virtual/protected tasks and functions.
17159 2009-06-28  Wilson Snyder  <wsnyder@wsnyder.org>
17161         * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
17162         Allow sorting AUTOARG lists.  Suggested by Andrea Fedeli.
17163         (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
17164         in concatenations.  Reported by Yishay Belkind.
17165         (verilog-auto-ascii-enum): Support one-hot state machines in
17166         AUTOASCIIENUM.  Suggested by Lloyd Gomez.
17167         (verilog-auto-inst, verilog-auto-inst-port): Include interface
17168         modport in AUTOINST and add vl-modport for users.  Reported by
17169         David Rogoff.
17170         (verilog-auto-inout-module, verilog-auto-inst)
17171         (verilog-decls-get-interfaces, verilog-insert-definition)
17172         (verilog-insert-one-definition, verilog-read-decls)
17173         (verilog-read-sub-decls, verilog-read-sub-decls-sig)
17174         (verilog-sig-modport, verilog-signals-combine-bus)
17175         (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
17176         interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
17177         Suggested by David Rogoff.
17178         (verilog-repair-open-comma): Fix non-insertion of comma when
17179         `DEFINE occurs in V2K argument list.  Reported by Lane Brooks.
17180         (verilog-make-width-expression): Simplify [A-1:0] expression
17181         widths to just {A{1'b0}}.
17182         (verilog-mode): Cleanup checkdoc warnings.
17183         (verilog-auto-inout-module, verilog-signals-matching-dir-re):
17184         Add third optional regexp to AUTOINOUTMODULE to allow selecting only
17185         inputs/outputs or data type.  Suggested by Vasu Kandadi.
17186         (next-error-last-buffer): Fix byte-compiler warning.
17187         (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
17188         (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
17189         or shell command text during AUTO expansion.  Suggested by Tad Truex.
17190         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
17191         (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
17192         Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
17193         in AUTOINOUT.  Reported by Matthew Lovell.
17194         (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
17195         causing use of <= assignments.  Reported by Alex Reed.
17196         (verilog-read-decls): Fix triand, trior, wand, wor to be
17197         recognized by AUTOWIRE.  Reported by Spencer Isaacson.
17198         (verilog-extended-complete-re): Support import "DPI-C" functions.
17199         (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
17200         y[a+1:a+1]" to not include a in reset list.  Reported by Dan Dever.
17201         (verilog-insert-date, verilog-insert-year)
17202         (verilog-sk-header-tmpl): Fix verilog-header inserting error on
17203         Windows systems.  Reported by Michael Potts.
17204         (verilog-read-module-name): Fix AUTOINST when the child module
17205         declaration's name is a tick define.  Reported by Elliot Mednick.
17206         (verilog-read-decls): Fix V2K parameter bit subscripts getting
17207         passed to next parameter's definition.  Reported by Bruce T.
17208         (verilog-read-decls): Fix detecting "parameter int" when using
17209         AUTOINSTPARAM.  Reported by Bruce T.
17210         (verilog-goto-defun): Fix goto not finding modules unless first
17211         perform a verilog-auto expansion.  Suggested by Lawrence Butcher.
17212         (verilog-mode): Expand -f flag arguments on entry to mode so
17213         verilog-goto-defun will work.  Reported by Lawrence Butcher.
17214         (verilog-getopt): Expand environment variables in -f file
17215         arguments.  Suggested by Lawrence Butcher.
17216         (verilog-set-define): Fix "Symbol's value as variable is void"
17217         when reading enumerations.
17218         (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
17219         Suggested by Stephen Peltan.
17220         (verilog-read-defines): Fix reading of enumerations in include
17221         files.  Reported by Steve Peltan.
17223 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
17225         * files.el (trash-directory): Fix defcustom type.
17227 2009-06-28  Juri Linkov  <juri@jurta.org>
17229         * help-fns.el (describe-function-1): Correctly locate adviced
17230         functions in hyperlink (Bug#2438).
17232 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
17234         * files.el (trash-directory): Change default to nil.
17235         (move-file-to-trash): If trash-directory is nil and
17236         system-move-file-to-trash is unbound, perform freedesktop-style
17237         trashing.
17239 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
17241         * files.el (move-file-to-trash): Add freedesktop trash
17242         support (Bug#973).
17244 2009-06-28  Glenn Morris  <rgm@gnu.org>
17246         * autorevert.el (global-auto-revert-non-file-buffers)
17247         (global-auto-revert-mode): Doc fixes.
17249 2009-06-27  Johan Bockgård  <bojohan@gnu.org>
17251         * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
17253 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
17255         * faces.el (x-handle-named-frame-geometry): Ensure that we have
17256         opened an X connection before calling x-get-resource (Bug#3194).
17258         * play/doctor.el: Remove reference to obsolete website.
17259         (make-doctor-variables): Correct grammar mistake (Bug#2633).
17261 2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
17263         Remove find-file-not-found-hook VC method.  (Bug#2757)
17264         * vc-hooks.el (vc-file-not-found-hook)
17265         (vc-default-find-file-not-found-hook): Remove functions.
17266         (find-file-not-found-functions): Do not add vc-file-not-found-hook.
17267         * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
17268         * vc.el:
17269         * vc-hg.el:
17270         * vc-git.el: Do not mention find-file-not-found-hook VC method.
17272 2009-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
17274         * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
17275         compatibility function for `looking-back'.
17277         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
17278         Use `ispell-looking-back'.
17280 2009-06-24  Michael Albinus  <michael.albinus@gmx.de>
17282         * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
17283         rather than `filename'.
17285 2009-06-23  Miles Bader  <miles@gnu.org>
17287         * face-remap.el (text-scale-set): New function.
17289 2009-06-23  Glenn Morris  <rgm@gnu.org>
17291         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
17293         * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
17295         * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
17297         * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
17299         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
17300         Simplify Persian conditionals.
17302         * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
17303         variable `filename'.
17305         * comint.el (comint-insert-input): Doc fix.
17307         * Makefile.in (ELCFILES): Fix typo in previous change.
17309 2009-06-23  Miles Bader  <miles@gnu.org>
17311         * cus-start.el: Add entry for `recenter-redisplay'.
17313 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
17315         * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
17316         Add an optional argument for the backend, use it instead of
17317         calling vc-backend.
17318         (vc-mode-line): Add an optional argument for the backend.
17319         Pass the backend to vc-state and vc-working-revision.  Move code for
17320         special handling for vc-state being a buffer to ...
17322         * vc-rcs.el (vc-rcs-find-file-hook):
17323         * vc-sccs.el (vc-sccs-find-file-hook): ... here.  New functions.
17325         * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
17326         (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
17327         vc-stay-local-p and vc-mode-line calls.
17329         * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
17330         (vc-cvs-diff, vc-cvs-annotate-command)
17331         (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
17332         (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
17333         vc-mode-line calls.
17335         * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
17336         direct comparison.
17337         (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
17338         backend when calling vc-mode-line.
17339         (vc-register): Do not create a closure for calling the vc register
17340         function, call it directly.
17342 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
17344         * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
17345         to make it obvious item can be clicked.
17347         * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
17349 2009-06-23  Kenichi Handa  <handa@m17n.org>
17351         * language/korea-util.el (korean-key-bindings): Change the binding
17352         of F9 to hangul-to-hanja-conversion.  Bind Hangul_Hanja to the
17353         same command.
17355 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
17357         Sync with Tramp 2.1.16.
17359         * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
17361         * net/tramp.el (top): Require tramp-gvfs.  Catch `tramp-loading',
17362         when a loading of a package fails.  Completion function for rsync
17363         is `tramp-completion-function-alist-ssh'.
17364         (all): Replace all calls of `split-string' and
17365         `tramp-split-string' by `tramp-compat-split-string'.
17366         (tramp-default-method): Use `tramp-compat-process-running-p'.
17367         (tramp-default-proxies-alist): Allow also Lisp forms.
17368         (tramp-remote-path): Add choice "Private Directories".
17369         (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
17370         (tramp-domain-regexp): Allow also "-", "_" and ".".
17371         (tramp-end-of-output): Remove newlines, and add "$" at the end.
17372         (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
17373         (tramp-debug-message): Insert header line in debug buffer.
17374         (tramp-handle-directory-files-and-attributes-with-stat):
17375         Care about filenames with spaces, or starting with "-".
17376         (tramp-handle-dired-uncache): New defun.
17377         (tramp-handle-insert-directory): Don't flush the directory from
17378         cache, this is handled by `dired-uncache' now.
17379         (tramp-handle-insert-file-contents): Improve error handling.
17380         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
17381         Quote `tramp-end-of-output'.
17382         (tramp-action-password): Improve trace message.
17383         (tramp-check-for-regexp): Both echoes must be present, before removing.
17384         (tramp-open-connection-setup-interactive-shell): Trace coding system.
17385         (tramp-compute-multi-hops): Eval cons cells of
17386         `tramp-default-proxies-alist'.
17387         (tramp-maybe-open-connection): Use the same command pattern for
17388         first hop and further hops.
17389         (tramp-wait-for-output): Remove handling of newlines.
17390         (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
17391         (tramp-split-string): Remove function.  It is handled in
17392         tramp-compat now.
17394         * net/tramp-cmds.el (tramp-bug):
17395         Recommend `tramp-cleanup-all-connections' in the bug mail.
17397         * net/tramp-compat.el (tramp-compat-split-string)
17398         (tramp-compat-process-running-p): New defuns.
17400         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
17401         for `dired-uncache'.
17403         * net/tramp-gvfs.el: New package.
17405         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
17406         Add handler for `dired-uncache'.
17407         (tramp-smb-handle-file-local-copy): Cleanup in case of error.
17409         * net/trampver.el: Update release number.  Make version check fit
17410         for SXEmacs 22.
17412 2009-06-22  Jim Meyering  <meyering@redhat.com>
17414         Automatically handle .xz suffix (XZ-compressed files), too.
17415         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
17416         XZ is the successor to LZMA: <http://tukaani.org/xz/>
17418 2009-06-22  Dmitry Dzhus  <dima@sphinx.net.ru>
17419             Nick Roberts  <nickrob@snap.net.nz>
17421         * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
17422         repository (http://sphinx.net.ru/hg/gdb-mi/).
17424 2009-06-22  Glenn Morris  <rgm@gnu.org>
17426         * files.el (dir-locals-collect-mode-variables): Allow for any number of
17427         `mode' and `eval' entries.  (Bug#3430)
17429         * Makefile.in (ELCFILES): Add fadr.elc.
17431         * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
17432         differing behavior of \n and ^ in strings.  (Bug#3385)
17434         * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
17436         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
17437         property.
17438         (lisp-indent-function): Make it a defcustom.
17440 2009-06-21  Nick Roberts  <nickrob@snap.net.nz>
17442         * progmodes/gdb-ui.el: Replace with ...
17443         * progmodes/gdb-mi.el: ... this file.
17444         * progmodes/gud.el: Modify for gdb-mi.el.
17446 2009-06-21  Dmitry Dzhus  <dima@sphinx.net.ru>
17448         * fadr.el: New file.
17450 See ChangeLog.14 for earlier changes.
17452 ;; Local Variables:
17453 ;; coding: utf-8
17454 ;; End:
17456     Copyright (C) 2009, 2010  Free Software Foundation, Inc.
17458   This file is part of GNU Emacs.
17460   GNU Emacs is free software: you can redistribute it and/or modify
17461   it under the terms of the GNU General Public License as published by
17462   the Free Software Foundation, either version 3 of the License, or
17463   (at your option) any later version.
17465   GNU Emacs is distributed in the hope that it will be useful,
17466   but WITHOUT ANY WARRANTY; without even the implied warranty of
17467   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17468   GNU General Public License for more details.
17470   You should have received a copy of the GNU General Public License
17471   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
17473 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1