Tiny comint.el change.
[emacs.git] / lisp / ChangeLog
blob7bf7ed531080583196ac1939fbc66ada4cf26190
1 2010-09-23  Glenn Morris  <rgm@gnu.org>
3         * comint.el (comint-use-prompt-regexp-instead-of-fields):
4         Move alias before definition, so it does not need autoloading.
6         * emulation/crisp.el, emulation/cua-base.el, emulation/edt.el:
7         * emulation/pc-select.el, emulation/vip.el, international/iso-ascii.el:
8         * international/kkc.el, international/ogonek.el, mail/feedmail.el:
9         * net/browse-url.el, net/eudc-vars.el, net/net-utils.el:
10         * net/rcompile.el, net/rlogin.el, textmodes/enriched.el:
11         * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/picture.el:
12         * textmodes/refer.el, textmodes/spell.el, textmodes/table.el:
13         * textmodes/tex-mode.el, textmodes/two-column.el:
14         Remove leading `*' from docs of defcustoms etc.
16 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
18         * net/netrc.el (netrc-parse): Remove encrypt.el mentions.
20 2010-09-22  Dan Christensen  <jdc@uwo.ca>
22         * calendar/time-date.el (date-to-time): Try using parse-time-string
23         first before using the slower timezone-make-date-arpa-standard.
25 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
27         * calendar/time-date.el (format-seconds): Comment fix.
29 2010-09-22  Glenn Morris  <rgm@gnu.org>
31         * emacs-lisp/package.el (package-menu-mode): `revert-buffer-function'
32         is not automatically buffer-local.
34 2010-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
36         * emacs-lisp/smie.el (smie-debug--describe-cycle): Fix typo.
37         (smie-indent-comment): Be more careful with comment-start-skip.
38         (smie-indent-comment-close, smie-indent-comment-inside): New funs.
39         (smie-indent-functions): Use them.
41 2010-09-21  Michael Albinus  <michael.albinus@gmx.de>
43         * net/ange-ftp.el (ange-ftp-skip-msgs): Add "^504 ..." message.
45 2010-09-21  Jan Djärv  <jan.h.d@swipnet.se>
47         * menu-bar.el (menu-bar-set-tool-bar-position): customize-set-variable
48         tool-bar-position.  Don't modify frame parameters here.
49         (menu-bar-options-save): Add tool-bar-position.
51         * tool-bar.el (tool-bar-position): New defcustom (Bug#7049).
53 2010-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
55         * textmodes/reftex-parse.el (reftex-what-macro)
56         (reftex-context-substring): Let-bind forward-sexp-function to nil
57         since we don't need/want to treat \begin...\end as a block (bug#7053).
59         * emacs-lisp/lisp.el (up-list): Don't do nothing silently.
61         * simple.el (blink-matching-open): Use syntax-class.
63         * progmodes/pascal.el (pascal-mode): Use define-derived-mode.
64         Set invisibility spec for pascal's outline mode.
65         (pascal-outline-change): Clean up calling convention.
66         (pascal-show-all, pascal-hide-other-defuns): Update callers.
68         * progmodes/prolog.el (prolog-smie-forward-token)
69         (prolog-smie-backward-token): New functions.
70         (prolog-mode-variables): Use them to parse "!," correctly.
71         Set up smie-blink-matching for ".".
73         * textmodes/ispell.el (ispell-start, ispell-end): Rename from `start'
74         and `end'.
75         (ispell-region, ispell-process-line): Update users.
77         * textmodes/reftex-parse.el (reftex-what-macro): Don't hardcode
78         point-min==1.
80         * textmodes/ispell.el: Fix commenting convention.
81         (ispell-parse-output): Simplify, use push.
82         (ispell-region): Use match-string-no-properties.
83         (ispell-begin-skip-region-regexp): Use mapconcat to simplify.
84         (ispell-minor-mode): Use define-minor-mode.
85         (ispell-message): Remove unused var `skip-regexp'.
86         (ispell-add-per-file-word-list): Use dynamic let-binding.
87         Try and use the proper comment marker.
89         * mail/sendmail.el: Fix commenting convention.
90         (sendmail-send-it): Use line-beginning-position.
92         * help-fns.el (describe-variable): Add original value, if applicable.
94 2010-09-20  Juanma Barranquero  <lekktu@gmail.com>
96         * subr.el (y-or-n-p): Remove leftover code from 2010-09-17T13:30:30Z!monnier@iro.umontreal.ca.
98         * emacs-lisp/smie.el (smie-indent--hanging-p): Use `smie-indent--bolp'.
100 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
102         * emacs-lisp/smie.el (smie-bnf-precedence-table): Improve error message.
103         (smie-debug--prec2-cycle, smie-debug--describe-cycle): New functions.
104         (smie-prec2-levels): Use them to better diagnose precedence cycles.
105         (smie-blink-matching-check): Don't signal a mismatch if car is t.
106         (smie-blink-matching-open): Rewrite to remove assumptions, so that
107         something like "." can also be a closer.
108         (smie--associative-p, smie-indent--hanging-p, smie-indent--bolp)
109         (smie-indent--offset, smie-indent--offset-rule, smie-indent--column):
110         Rename internal functions to use "--".  Update callers.
112         * frame.el (make-frame-names-alist): Don't list frames on other displays.
114         * fringe.el (fringe-styles): New var.
115         (fringe-mode, fringe-query-style): Use it.
117 2010-09-18  Michael R. Mauger  <mmaug@yahoo.com>
119         * progmodes/sql.el: Version 2.8
120         (sql-login-params): Update widget structure; changes still needed.
121         (sql-product-alist): Add :list-all and :list-table features for
122         SQLite, Postgres and MySQL products.
123         (sql-redirect): Handle default value.
124         (sql-execute, sql-execute-feature): New functions.
125         (sql-read-table-name): New function.
126         (sql-list-all, sql-list-table): New functions.  User API.
127         (sql-mode-map, sql-interactive-mode-map): Add key definitions
128         for above functions.
129         (sql-mode-menu, sql-interactive-mode-menu): Add menu definitions
130         for above functions.
131         (sql-postgres-login-params): Add user and database defaults.
132         (sql-buffer-live-p): Bug fix.
133         (sql-product-history): New variable.
134         (sql-read-product): New function. Use it.
135         (sql-set-product, sql-product-interactive): Use it.
136         (sql-connection-history): New variable.
137         (sql-read-connection): New function.  Use it.
138         (sql-connect): New function.
139         (sql-for-each-login): Redesign function interface.
140         (sql-make-alternate-buffer-name, sql-save-connection): Use it.
141         (sql-get-login-ext, sql-get-login): Use it.  Handle default values.
142         (sql-comint): Check for program.  Existing live buffer.
143         (sql-comint-postgres): Add port parameter.
145 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
147         * emacs-lisp/warnings.el: Fix commenting convention.
148         (display-warning): Use special mode and make the buffer read-only.
150 2010-09-18  Jay Belanger  <jay.p.belanger@gmail.com>
152         * calc/calc-prog.el (calc-read-parse-table-part): Don't "fix" the
153         empty string when it follows a repeated or optional pattern.
155 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
157         * indent.el (indent-according-to-mode): Apply syntax-propertize.
158         (indent-region): Use indent-according-to-mode.
160 2010-09-18  Eli Zaretskii  <eliz@gnu.org>
162         * fringe.el (fringe-mode): Doc fix.
164 2010-09-14  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
166         * textmodes/nroff-mode.el (nroff-view): Kill old buffer before
167         refreshing the preview buffer.
169 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
171         * textmodes/tex-mode.el (tex-syntax-propertize-rules)
172         (latex-syntax-propertize-rules): New consts; replace
173         tex-font-lock-syntactic-keywords.
174         (tex-env-mark, latex-env-before-change): New functions.
175         (latex-electric-env-pair-mode): New minor mode.
176         (tex-font-lock-verb): Change arguments; do move point.
177         (tex-font-lock-syntactic-face-function): Adjust to new verbatim
178         representation as a form of comment.
179         (tex-font-lock-keywords-1): Remove workaround, now unneeded.
180         (doctex-syntax-propertize-rules): New const; replaces
181         doctex-font-lock-syntactic-keywords.
182         (tex-common-initialization, doctex-mode): Use syntax-propertize-rules.
184         * progmodes/fortran.el (fortran--font-lock-syntactic-keywords): Remove.
185         (fortran-make-syntax-propertize-function): New function; replaces
186         fortran-font-lock-syntactic-keywords.
187         (fortran-mode): Use it.
188         (fortran-line-length): Use it.  Improve interactive spec.
190         * emacs-lisp/syntax.el (syntax-propertize-precompile-rules): New macro.
191         (syntax-propertize-rules): Add var-ref case.  Fix offset computation
192         when adding surrounding \(..\).
194         * progmodes/js.el (js-mode): Fix last change (bug#7054).
196 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
198         * obsolete/old-whitespace.el (whitespace-rescan-files-in-buffers):
199         Use with-current-buffer.
201         * isearch.el (isearch-face): Rename from `isearch'.
202         (isearch-highlight): Use new name.
204 2010-09-17  Eli Zaretskii  <eliz@gnu.org>
206         * fringe.el (fringe-mode, fringe-query-style): Use 4 pixels, not
207         5, for `half' width fringes.  (Bug#6933)
209 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
211         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
212         (byte-compile-defvar): "foo/bar" does not lack a prefix.
214         * subr.el (y-or-n-p): Add the "(y or n)" that was lost somehow.
216 2010-09-17  Stephen Berman  <stephen.berman@gmx.net>
218         * dframe.el (dframe-reposition-frame-emacs): Use tool-bar-pixel-width
219         in calculating new frame position.  Add more space between new and
220         parent on the left (Bug#7048).
222 2010-09-17  Michael Albinus  <michael.albinus@gmx.de>
224         * net/tramp-compat.el (tramp-compat-with-temp-message): Make it a
225         defmacro.
227 2010-09-16  Chong Yidong  <cyd@stupidchicken.com>
229         * mail/sendmail.el: Add "*unsent mail*" to same-window-buffer-names.
231         * term/x-win.el (x-cut-buffer-or-selection-value): Define as
232         obsolete alias for x-selection-value.
234         * ido.el (ido-make-buffer-list): Fix error in 2010-08-22 merge.
236 2010-09-16  Michael Albinus  <michael.albinus@gmx.de>
238         * net/tramp-cmds.el (tramp-cleanup-connection): Set tramp-autoload
239         cookie.
241 2010-09-15  Michael Albinus  <michael.albinus@gmx.de>
243         * net/tramp-compat.el (tramp-compat-with-temp-message)
244         (tramp-compat-font-lock-add-keywords, tramp-compat-process-get)
245         (tramp-compat-process-put): New defuns.
247         * net/tramp.el (top):
248         * net/tramp-gvfs.el (top):
249         * net/tramp-cache.el (top): Use `tramp-compat-font-lock-add-keywords'.
251         * net/tramp.el (tramp-progress-reporter-update):
252         Use `tramp-compat-funcall'.
254         * net/tramp.el (tramp-process-actions):
255         * net/tramp-gvfs.el (tramp-handle-vc-registered):
256         * net/tramp-sh.el (tramp-gvfs-handler-askquestion)
257         (tramp-get-remote-stat, tramp-get-remote-readlink):
258         Use `tramp-compat-with-temp-message'.
260         * net/tramp-sh.el (top): Require 'cl.
261         (tramp-handle-start-file-process): Use `tramp-compat-process-get'.
262         (tramp-open-connection-setup-interactive-shell):
263         Use `tramp-compat-process-put'.
265 2010-09-15  Alan Mackenzie  <acm@muc.de>
267         * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Correct the
268         indentation.
269         (c-forward-<>-arglist-recur): Fix an infinite recursion.
271 2010-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
273         * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
274         `lexical' for warnings related to lexical scoping.
275         (byte-compile-file-form-defvar, byte-compile-defvar): Warn about
276         global vars which don't have a prefix and could hence affect lexical
277         scoping in unrelated files.
279 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
281         * net/imap.el: Revert back to version
282         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
283         seem problematic.
285 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
287         * obsolete/old-whitespace.el (whitespace-unload-function):
288         Explicitly pass `obarray' to `unintern' to avoid a warning.
290 2010-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
292         * emacs-lisp/byte-run.el (set-advertised-calling-convention):
293         Add `when' argument.  Update callers.
295         * subr.el (unintern): Declare the obarray arg mandatory.
297 2010-09-14  Glenn Morris  <rgm@gnu.org>
299         * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
300         Doc fixes.
302         * calendar/diary-lib.el (diary-included-files): New variable.
303         (diary-list-entries): Maybe initialize diary-included-files.
304         (diary-include-other-diary-files): Append to diary-included-files.
305         * calendar/appt.el (appt-update-list): Also check the members of
306         diary-included-files.  (Bug#6999)
307         (appt-check): Doc fix.
309 2010-09-14  David Reitter  <david.reitter@gmail.com>
311         * simple.el (line-move-visual): Do not truncate goal column to
312         integer size.  (Bug#7020)
314 2010-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
316         * repeat.el (repeat): Allow repeating when the last event is a click.
317         Suggested by Drew Adams (bug#6256).
319 2010-09-14  Sascha Wilde  <wilde@sha-bang.de>
321         * vc/vc-hg.el (vc-hg-state,vc-hg-working-revision):
322         Replace setting HGRCPATH to "" by some less invasive --config options.
324 2010-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
326         * font-lock.el (font-lock-beginning-of-syntax-function):
327         Mark as obsolete.
329 2010-09-14  Glenn Morris  <rgm@gnu.org>
331         * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
332         and tool-bar modes.  (Bug#6211)
333         (menu-bar-mode): Move setting of standard-value after the
334         minor-mode definition, otherwise it seems to have no effect.
336 2010-09-14  Masatake YAMATO  <yamato@redhat.com>
338         * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
339         Fix typo.  (Bug#6976)
341 2010-09-14  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
343         * whitespace.el: Allow cleaning up blanks without blank
344         visualization (Bug#6651).  Adjust help window for
345         whitespace-toggle-options (Bug#6479).  Allow to use fill-column
346         instead of whitespace-line-column (from EmacsWiki).  New version 13.1.
347         (whitespace-style): Add new value 'face.  Adjust docstring.
348         (whitespace-space, whitespace-hspace, whitespace-tab):
349         Adjust foreground property face.
350         (whitespace-line-column): Adjust docstring and type declaration.
351         (whitespace-style-value-list, whitespace-toggle-option-alist)
352         (whitespace-help-text): Adjust const initialization.
353         (whitespace-toggle-options, global-whitespace-toggle-options):
354         Adjust docstring.
355         (whitespace-display-window, whitespace-interactive-char)
356         (whitespace-style-face-p, whitespace-color-on): Adjust code.
357         (whitespace-help-scroll): New fun.
359 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
361         * calendar/time-date.el (format-seconds): Comment fix.
363 2010-09-13  Michael R. Mauger  <mmaug@yahoo.com>
365         * progmodes/sql.el: Version 2.7.
366         (sql-buffer-live-p): Improve detection.
367         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
368         (sql-set-sqli-buffer): Use it.
369         (sql-product-interactive): Run `sql-set-sqli-hook'.
370         (sql-rename-buffer): Code cleanup.
371         (sql-redirect, sql-redirect-value): New functions.  More to come.
373 2010-09-13  Juanma Barranquero  <lekktu@gmail.com>
375         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.
376         * makefile.w32-in (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
377         (TRAMP_SRC): New macro.
378         ($(lisp)/net/tramp-loaddefs.el): New target.
380 2010-09-13  Michael Albinus  <michael.albinus@gmx.de>
382         Major code cleanup.  Split tramp.el into tramp.el and tramp-sh.el.
384         * Makefile.in (TRAMP_SRC): Remove tramp-fish.el.  Add tramp-sh.el.
386         * net/tramp.el (top): Don't show loading message.  Require just
387         'tramp-compat, everything else is required there.
388         Use `ignore-errors' where appropriate.
389         (tramp-inline-compress-start-size, tramp-copy-size-limit)
390         (tramp-terminal-type, tramp-end-of-output)
391         (tramp-initial-end-of-output, tramp-completion-function-alist-rsh)
392         (tramp-completion-function-alist-ssh)
393         (tramp-completion-function-alist-telnet)
394         (tramp-completion-function-alist-su)
395         (tramp-completion-function-alist-putty, tramp-remote-path)
396         (tramp-remote-process-environment, tramp-sh-extra-args)
397         (tramp-actions-before-shell, tramp-uudecode)
398         (tramp-perl-file-truename, tramp-perl-file-name-all-completions)
399         (tramp-perl-file-attributes)
400         (tramp-perl-directory-files-and-attributes)
401         (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
402         (tramp-perl-encode, tramp-perl-decode)
403         (tramp-vc-registered-read-file-names, tramp-file-mode-type-map)
404         (tramp-file-name-handler-alist, tramp-make-tramp-temp-file)
405         (tramp-handle-make-symbolic-link, tramp-handle-load)
406         (tramp-handle-file-name-as-directory)
407         (tramp-handle-file-name-directory)
408         (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
409         (tramp-handle-file-exists-p, tramp-handle-file-attributes)
410         (tramp-do-file-attributes-with-ls)
411         (tramp-do-file-attributes-with-perl)
412         (tramp-do-file-attributes-with-stat)
413         (tramp-handle-set-visited-file-modtime)
414         (tramp-handle-verify-visited-file-modtime)
415         (tramp-handle-set-file-modes, tramp-handle-set-file-times)
416         (tramp-set-file-uid-gid, tramp-remote-selinux-p)
417         (tramp-handle-file-selinux-context)
418         (tramp-handle-set-file-selinux-context)
419         (tramp-handle-file-executable-p, tramp-handle-file-readable-p)
420         (tramp-handle-file-newer-than-file-p, tramp-handle-file-modes)
421         (tramp-handle-file-directory-p, tramp-handle-file-regular-p)
422         (tramp-handle-file-symlink-p, tramp-handle-file-writable-p)
423         (tramp-handle-file-ownership-preserved-p)
424         (tramp-handle-directory-file-name, tramp-handle-directory-files)
425         (tramp-handle-directory-files-and-attributes)
426         (tramp-do-directory-files-and-attributes-with-perl)
427         (tramp-do-directory-files-and-attributes-with-stat)
428         (tramp-handle-file-name-all-completions)
429         (tramp-handle-file-name-completion, tramp-handle-add-name-to-file)
430         (tramp-handle-copy-file, tramp-handle-copy-directory)
431         (tramp-handle-rename-file, tramp-do-copy-or-rename-file)
432         (tramp-do-copy-or-rename-file-via-buffer)
433         (tramp-do-copy-or-rename-file-directly)
434         (tramp-do-copy-or-rename-file-out-of-band)
435         (tramp-handle-make-directory, tramp-handle-delete-directory)
436         (tramp-handle-delete-file)
437         (tramp-handle-dired-recursive-delete-directory)
438         (tramp-handle-dired-compress-file, tramp-handle-dired-uncache)
439         (tramp-handle-insert-directory)
440         (tramp-handle-unhandled-file-name-directory)
441         (tramp-handle-expand-file-name)
442         (tramp-handle-substitute-in-file-name)
443         (tramp-handle-executable-find, tramp-process-sentinel)
444         (tramp-handle-start-file-process, tramp-handle-process-file)
445         (tramp-handle-call-process-region, tramp-handle-shell-command)
446         (tramp-handle-file-local-copy, tramp-handle-file-remote-p)
447         (tramp-handle-insert-file-contents)
448         (tramp-handle-insert-file-contents-literally)
449         (tramp-handle-find-backup-file-name)
450         (tramp-handle-make-auto-save-file-name, tramp-handle-write-region)
451         (tramp-vc-registered-file-names, tramp-handle-vc-registered)
452         (tramp-sh-file-name-handler, tramp-vc-file-name-handler)
453         (tramp-maybe-send-script, tramp-set-auto-save, tramp-run-test)
454         (tramp-run-test2, tramp-find-executable, tramp-set-remote-path)
455         (tramp-find-file-exists-command, tramp-open-shell)
456         (tramp-find-shell, tramp-barf-if-no-shell-prompt)
457         (tramp-open-connection-setup-interactive-shell)
458         (tramp-local-coding-commands, tramp-remote-coding-commands)
459         (tramp-find-inline-encoding, tramp-call-local-coding-command)
460         (tramp-inline-compress-commands, tramp-find-inline-compress)
461         (tramp-compute-multi-hops, tramp-maybe-open-connection)
462         (tramp-send-command, tramp-wait-for-output)
463         (tramp-send-command-and-check, tramp-barf-unless-okay)
464         (tramp-send-command-and-read, tramp-mode-string-to-int)
465         (tramp-convert-file-attributes, tramp-check-cached-permissions)
466         (tramp-file-mode-from-int, tramp-file-mode-permissions)
467         (tramp-shell-case-fold, tramp-make-copy-program-file-name)
468         (tramp-method-out-of-band-p, tramp-local-host-p)
469         (tramp-get-remote-path, tramp-get-remote-tmpdir)
470         (tramp-get-ls-command, tramp-get-ls-command-with-dired)
471         (tramp-get-test-command, tramp-get-test-nt-command)
472         (tramp-get-file-exists-command, tramp-get-remote-ln)
473         (tramp-get-remote-perl, tramp-get-remote-stat)
474         (tramp-get-remote-readlink, tramp-get-remote-trash)
475         (tramp-get-remote-id, tramp-get-remote-uid, tramp-get-remote-gid)
476         (tramp-get-local-uid, tramp-get-local-gid)
477         (tramp-get-inline-compress, tramp-get-inline-coding): Move to
478         tramp-sh.el.
479         (tramp-methods, tramp-default-method-alist)
480         (tramp-default-user-alist, tramp-foreign-file-name-handler-alist):
481         Move initialization to tramp-sh.el.
482         (tramp-temp-name-prefix): Make it a defconst.
483         (tramp-dissect-file-name): Don't check anymore for multi-hop
484         methods.
485         (tramp-debug-outline-regexp): Add a docstring.
486         (tramp-debug-outline-level): Rename from `tramp-outline-level'.
487         (tramp-get-debug-buffer): Use it.
489         * net/tramp-cache.el (top): Set tramp-autoload cookie for
490         initialization forms.
491         (tramp-set-connection-property): Don't protect `tramp-message'
492         call, it isn't necessary any longer.
493         (tramp-dump-connection-properties): Use `ignore-errors'.
495         * net/tramp-compat.el (top): Require 'advice, 'format-spec,
496         'password-cache and 'auth-source.
498         * net/tramp-gvfs.el (top):
499         * net/tramp-smb.el (top): Require 'tramp-sh.
501         * net/tramp-gw.el (tramp-gw-open-network-stream): Use `ignore-errors'.
503         * net/tramp-sh.el: New file, derived from tramp.el.
504         (top): Initialize `tramp-methods', `tramp-default-method-alist',
505         `tramp-default-user-alist', `tramp-foreign-file-name-handler-alist'.
506         Remove "scp1_old", "scp2_old", "ssh1_old", "ssh2_old".
507         Use `ignore-errors' where appropriate.
508         (tramp-sh-file-name-handler-alist): Rename from
509         `tramp-file-name-handler-alist'.
510         (tramp-send-command-and-check): Return t or nil.  Remove all
511         `zerop' checks, where called.
512         (tramp-handle-set-file-modes)
513         (tramp-do-copy-or-rename-file-directly)
514         (tramp-handle-delete-directory, tramp-handle-delete-file)
515         (tramp-maybe-send-script): Use `tramp-barf-unless-okay'.
516         (tramp-sh-file-name-handler, tramp-send-command-and-check)
517         (tramp-get-remote-ln): Set tramp-autoload cookie.
519         * net/tramp-fish.el: Remove file.
521 2010-09-13  Daiki Ueno  <ueno@unixuser.org>
523         * epa-file.el (epa-file-insert-file-contents): If visiting, bind
524         buffer-file-name to avoid file-locking.  (Bug#7026)
526 2010-09-13  Julien Danjou  <julien@danjou.info>
528         * notifications.el (notifications-notify): Add support for
529         image-path and sound-name.
530         (notifications-specification-version): Add this variable.
532 2010-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
534         * subr.el (y-or-n-p): New function, moved from src/fns.c; use read-key.
536 2010-09-12  Leo  <sdl.web@gmail.com>
538         * net/rcirc.el (rcirc-server-commands, rcirc-client-commands)
539         (rcirc-completion-start): New variables.
540         (rcirc-nick-completions): Rename to rcirc-completions.
541         (rcirc-nick-completion-start-offset): Delete.
542         (rcirc-completion-at-point): New function for constructing
543         completion data for both nicks and irc commands.  Add to
544         completion-at-point-functions in rcirc mode.
545         (rcirc-complete): Rename from rcirc-nick-complete; use
546         rcirc-completion-at-point.
547         (defun-rcirc-command): Update rcirc-client-commands.
549 2010-09-11  Glenn Morris  <rgm@gnu.org>
551         * emacs-lisp/bytecomp.el (byte-compile-file): Create .elc files
552         atomically, to avoid parallel build errors.  (Bug#4196)
554 2010-09-11  Michael R. Mauger  <mmaug@yahoo.com>
556         * progmodes/sql.el: Version 2.6
557         (sql-dialect): Synonym for "sql-product".
558         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
559         (sql-set-sqli-buffer, sql-show-sqli-buffer, sql-interactive-mode):
560         Set "sql-buffer" to buffer name not buffer object so multiple sql
561         interactive buffers work properly.  Reverts misguided changes in
562         earlier work.
563         (sql-comint): Make sure different buffer name is used if "*SQL*"
564         buffer is for a different product.
565         (sql-make-alternate-buffer-name): Fix bug with "sql-database"
566         login param.
567         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
568         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
569         (sql-db2, sql-linter, sql-product-interactive, sql-rename-buffer):
570         Accept new buffer name or prompt for one.
571         (sql-port): Default to zero.
572         (sql-comint-mysql): Handle "sql-port" as a numeric.
573         (sql-port-history): Delete unused variable.
574         (sql-get-login): Default "sql-port" to a number.
575         (sql-product-alist): Correct Postgres prompt and terminator regexp.
576         (sql-sqlite-program): Dynamically detect presence of "sqlite" or
577         "sqlite3" executables.
578         (sql-sqlite-login-params): Add "*.sqlite[23]?" database name pattern.
579         (sql-buffer-live-p): New function.
580         (sql-mode-menu, sql-send-string): Use it.
581         (sql-mode-oracle-font-lock-keywords): Improve SQL*Plus REMARK
582         syntax pattern.
583         (sql-mode-postgres-font-lock-keywords): Support Postgres V9.
584         (sql-mode-sqlite-font-lock-keywords): Hilight sqlite commands.
586 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
588         * net/netrc.el (netrc-credentials): New convenience function.
590 2010-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
592         * textmodes/texinfo.el (texinfo-syntax-propertize-function): New fun
593         to replace texinfo-font-lock-syntactic-keywords.
594         (texinfo-mode): Use it.
596         * textmodes/tex-mode.el (tex-common-initialization, doctex-mode):
597         Use syntax-propertize-function.
599         * textmodes/sgml-mode.el (sgml-syntax-propertize-function): New var to
600         replace sgml-font-lock-syntactic-keywords.
601         (sgml-mode): Use it.
603         * textmodes/reftex.el (font-lock-syntactic-keywords): Don't declare
604         since we don't use it.
606         * textmodes/bibtex.el (bibtex-mode): Use syntax-propertize-function.
608         * progmodes/vhdl-mode.el (vhdl-mode): Use syntax-propertize-function
609         if available.
610         (vhdl-fontify-buffer): Adjust.
612         * progmodes/tcl.el (tcl-syntax-propertize-function): New var to
613         replace tcl-font-lock-syntactic-keywords.
614         (tcl-mode): Use it.
616         * progmodes/simula.el (simula-syntax-propertize-function): New var to
617         replace simula-font-lock-syntactic-keywords.
618         (simula-mode): Use it.
620         * progmodes/sh-script.el (sh-st-symbol): Remove.
621         (sh-font-lock-close-heredoc, sh-font-lock-open-heredoc): Add eol arg.
622         (sh-font-lock-flush-syntax-ppss-cache, sh-font-lock-here-doc): Remove.
623         (sh-font-lock-quoted-subshell): Assume we've already matched $(.
624         (sh-font-lock-paren): Set syntax-multiline.
625         (sh-font-lock-syntactic-keywords): Remove.
626         (sh-syntax-propertize-function): New function to replace it.
627         (sh-mode): Use it.
629         * progmodes/ruby-mode.el (ruby-here-doc-beg-re):
630         Define while compiling.
631         (ruby-here-doc-end-re, ruby-here-doc-beg-match)
632         (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
633         (syntax-ppss, ruby-in-ppss-context-p, ruby-in-here-doc-p)
634         (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
635         (ruby-here-doc-end-syntax): Only define when
636         syntax-propertize is not available.
637         (ruby-syntax-propertize-function, ruby-syntax-propertize-heredoc):
638         New functions.
639         (ruby-in-ppss-context-p): Update to new syntax of heredocs.
640         (electric-indent-chars): Silence bytecompiler.
641         (ruby-mode): Use prog-mode, syntax-propertize-function, and
642         electric-indent-chars.
644         * progmodes/python.el (python-syntax-propertize-function): New var to
645         replace python-font-lock-syntactic-keywords.
646         (python-mode): Use it.
647         (python-quote-syntax): Simplify and adjust to new use.
649         * progmodes/perl-mode.el (perl-syntax-propertize-function): New fun to
650         replace perl-font-lock-syntactic-keywords.
651         (perl-syntax-propertize-special-constructs): New fun to replace
652         perl-font-lock-special-syntactic-constructs.
653         (perl-font-lock-syntactic-face-function): New fun.
654         (perl-mode): Use it.
656         * progmodes/octave-mod.el (octave-syntax-propertize-sqs): New function
657         to replace octave-font-lock-close-quotes.
658         (octave-syntax-propertize-function): New function to replace
659         octave-font-lock-syntactic-keywords.
660         (octave-mode): Use it.
662         * progmodes/mixal-mode.el (mixal-syntax-propertize-function): New var;
663         replaces mixal-font-lock-syntactic-keywords.
664         (mixal-mode): Use it.
666         * progmodes/make-mode.el (makefile-syntax-propertize-function):
667         New var; replaces makefile-font-lock-syntactic-keywords.
668         (makefile-mode): Use it.
669         (makefile-imake-mode): Adjust.
671         * progmodes/js.el (js--regexp-literal): Define while compiling.
672         (js-syntax-propertize-function): New var; replaces
673         js-font-lock-syntactic-keywords.
674         (js-mode): Use it.
676         * progmodes/gud.el (gdb-script-syntax-propertize-function): New var;
677         replaces gdb-script-font-lock-syntactic-keywords.
678         (gdb-script-mode): Use it.
680         * progmodes/fortran.el (fortran-mode): Use syntax-propertize-function.
681         (fortran--font-lock-syntactic-keywords): New var.
682         (fortran-line-length): Update syntax-propertize-function and
683         fortran--font-lock-syntactic-keywords.
685         * progmodes/cperl-mode.el (cperl-mode): Use syntax-propertize-function.
687         * progmodes/cfengine.el (cfengine-mode):
688         Use syntax-propertize-function.
689         (cfengine-font-lock-syntactic-keywords): Remove.
691         * progmodes/autoconf.el (autoconf-mode):
692         Use syntax-propertize-function.
693         (autoconf-font-lock-syntactic-keywords): Remove.
695         * progmodes/ada-mode.el (ada-set-syntax-table-properties)
696         (ada-after-change-function, ada-initialize-syntax-table-properties)
697         (ada-handle-syntax-table-properties): Only define when
698         syntax-propertize is not available.
699         (ada-mode): Use syntax-propertize-function.
701         * font-lock.el (font-lock-syntactic-keywords): Make obsolete.
702         (font-lock-fontify-syntactic-keywords-region): Move handling of
703         font-lock-syntactically-fontified to...
704         (font-lock-default-fontify-region): ...here.
705         Let syntax-propertize-function take precedence.
706         (font-lock-fontify-syntactically-region): Cal syntax-propertize.
708         * emacs-lisp/syntax.el (syntax-propertize-function)
709         (syntax-propertize-chunk-size, syntax-propertize--done)
710         (syntax-propertize-extend-region-functions): New vars.
711         (syntax-propertize-wholelines, syntax-propertize-multiline)
712         (syntax-propertize--shift-groups, syntax-propertize-via-font-lock)
713         (syntax-propertize): New functions.
714         (syntax-propertize-rules): New macro.
715         (syntax-ppss-flush-cache): Set syntax-propertize--done.
716         (syntax-ppss): Call syntax-propertize.
718         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Skip named groups.
720 2010-09-10  Agustín Martín  <agustin.martin@hispalinux.es>
722         * textmodes/ispell.el (ispell-init-process): Improve comments.
723         XEmacs compatibility changes regarding (add-hook) 'local option
724         and (set-process-query-on-exit-flag).
726 2010-09-09  Michael Albinus  <michael.albinus@gmx.de>
728         * net/tramp-cache.el (tramp-parse-connection-properties):
729         Set tramp-autoload cookie.
731 2010-09-09  Glenn Morris  <rgm@gnu.org>
733         * image.el (imagemagick-types-inhibit): Add :type, :version, :group.
734         (imagemagick-register-types): Doc fix.
736 2010-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
738         * progmodes/octave-mod.el (electric-indent-chars): Silence bytecomp.
740         * progmodes/js.el (require): Require is already "eval-and-compile".
741         (js--re-search-forward): Avoid `eval'.  Preserve the error data.
742         (js--re-search-backward): Use js--re-search-forward.
744         * progmodes/fortran.el (fortran-line-length): Don't recompute
745         syntactic keywords redundantly a second time.
747         * progmodes/ada-mode.el: Replace "(set '" with setq.
748         (ada-mode): Simplify.
749         (ada-create-case-exception, ada-adjust-case-interactive)
750         (ada-adjust-case-region, ada-format-paramlist, ada-indent-current)
751         (ada-search-ignore-string-comment, ada-move-to-start)
752         (ada-move-to-end): Use with-syntax-table.
754         * font-lock.el (save-buffer-state): Remove `varlist' arg.
755         (font-lock-unfontify-region, font-lock-default-fontify-region):
756         Update usage correspondingly.
757         (font-lock-fontify-syntactic-keywords-region):
758         Set parse-sexp-lookup-properties buffer-locally here.
759         (font-lock-fontify-syntactically-region): Remove unused `ppss' arg.
761         * simple.el (blink-matching-open): Don't burp if we can't find a match.
763 2010-09-08  Glenn Morris  <rgm@gnu.org>
765         * emacs-lisp/bytecomp.el (byte-compile-report-ops):
766         Error if not compiled with -DBYTE_CODE_METER.
768         * emacs-lisp/bytecomp.el (byte-recompile-directory):
769         Ignore dir-locals-file.
771 2010-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
773         * progmodes/compile.el (compilation-error-regexp-alist-alist):
774         Not a const.
775         (compilation-error-regexp-alist-alist): Rule out ": " in file names
776         for the `gnu' messages.
777         (compilation-set-skip-threshold): New command.
778         (compilation-start): Use \' rather than $.
779         (compilation-forget-errors): Use clrhash.
781 2010-09-08  Agustín Martín  <agustin.martin@hispalinux.es>
783         * textmodes/ispell.el (ispell-valid-dictionary-list):
784         Simplify logic.
786 2010-09-08  Michael Albinus  <michael.albinus@gmx.de>
788         Migrate to Tramp 2.2.  Rearrange load dependencies.
789         (Bug#1529, Bug#5448, Bug#5705)
791         * Makefile.in (TRAMP_DIR, TRAMP_SRC): New variables.
792         ($(TRAMP_DIR)/tramp-loaddefs.el): New target.
793         (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
795         * net/tramp.el (top): Remove all other tramp-* loads except
796         tramp-compat.el.  Remove all changes to tramp-unload-hook for
797         other tramp-* packages.  Rearrange defun order.  Change calls of
798         `tramp-compat-call-process', `tramp-compat-decimal-to-octal',
799         `tramp-compat-octal-to-decimal' to new function names.
800         (tramp-terminal-type, tramp-initial-end-of-output)
801         (tramp-methods, tramp-foreign-file-name-handler-alist)
802         (tramp-tramp-file-p, tramp-completion-mode-p)
803         (tramp-send-command-and-check, tramp-get-remote-path)
804         (tramp-get-remote-tmpdir, tramp-get-remote-ln)
805         (tramp-shell-quote-argument): Set tramp-autoload cookie.
806         (with-file-property, with-connection-property): Move to
807         tramp-cache.el.
808         (tramp-local-call-process, tramp-decimal-to-octal)
809         (tramp-octal-to-decimal): Move to tramp-compat.el.
810         (tramp-handle-shell-command): Do not require 'shell.
811         (tramp-compute-multi-hops): No special handling for tramp-gw-*
812         symbols.
813         (tramp-unload-tramp): Do not call `tramp-unload-file-name-handlers'.
815         * net/tramp-cache.el (top): Require 'tramp.  Add to
816         `tramp-unload-hook'.
817         (tramp-cache-data, tramp-get-file-property)
818         (tramp-set-file-property, tramp-flush-file-property)
819         (tramp-flush-directory-property, tramp-get-connection-property)
820         (tramp-set-connection-property, tramp-flush-connection-property)
821         (tramp-cache-print, tramp-list-connections): Set tramp-autoload
822         cookie.
823         (with-file-property, with-connection-property): New defuns, moved
824         from tramp.el.
825         (tramp-flush-file-function): Use `with-parsed-tramp-file-name'
826         macro.
828         * net/tramp-cmds.el (top): Add to `tramp-unload-hook'.
829         (tramp-version): Set tramp-autoload cookie.
831         * net/tramp-compat.el (top): Require 'tramp-loaddefs.  Remove all
832         changes to tramp-unload-hook for other tramp-* packages.  Add to
833         `tramp-unload-hook'.
834         (tramp-compat-decimal-to-octal, tramp-compat-octal-to-decimal)
835         (tramp-compat-call-process): New defuns, moved from tramp.el.
837         * net/tramp-fish.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 call of
840         `tramp-compat-decimal-to-octal' to new function name.
841         (tramp-fish-method): Make it a defconst.
842         (tramp-fish-file-name-p): Make it a defsubst.
843         (tramp-fish-method, tramp-fish-file-name-handler)
844         (tramp-fish-file-name-p): Set tramp-autoload cookie.
846         * net/tramp-ftp.el (top) Add objects to `tramp-methods' and
847         `tramp-foreign-file-name-handler-alist'.  Add to
848         `tramp-unload-hook'.
849         (tramp-ftp-method): Make it a defconst.
850         (tramp-ftp-file-name-p): Make it a defsubst.
851         (tramp-ftp-method, tramp-ftp-file-name-handler)
852         (tramp-ftp-file-name-p): Set tramp-autoload cookie.
854         * net/tramp-gvfs.el (top) Add objects to `tramp-methods' and
855         `tramp-foreign-file-name-handler-alist'.  Add to
856         `tramp-unload-hook'.  Change checks, whether package can be
857         loaded.
858         (tramp-gvfs-file-name-p): Make it a defsubst.
859         (tramp-gvfs-methods, tramp-gvfs-file-name-handler)
860         (tramp-gvfs-file-name-p): Set tramp-autoload cookie.
861         (tramp-gvfs-handle-file-directory-p): New defun.
862         (tramp-gvfs-file-name-handler-alist): Use it.
864         * net/tramp-gw.el (top) Add objects to `tramp-methods' and
865         `tramp-foreign-file-name-handler-alist'.  Add to
866         `tramp-unload-hook'.
867         (tramp-gw-tunnel-method, tramp-gw-default-tunnel-port)
868         (tramp-gw-socks-method, tramp-gw-default-socks-port): Make it a
869         defconst.
870         (tramp-gw-tunnel-method, tramp-gw-socks-method)
871         (tramp-gw-open-connection): Set tramp-autoload cookie.
873         * net/tramp-imap.el (top) Require just 'tramp.  Add objects to
874         `tramp-methods' and `tramp-foreign-file-name-handler-alist'.  Add
875         to `tramp-unload-hook'.  Change checks, whether package can be
876         loaded.
877         (tramp-imap-file-name-p): Make it a defsubst.
878         (tramp-imap-method, tramp-imaps-method)
879         (tramp-imap-file-name-handler)
880         (tramp-imap-file-name-p): Set tramp-autoload cookie.
882         * net/tramp-smb.el (top) Require just 'tramp.  Add objects to
883         `tramp-methods' and `tramp-foreign-file-name-handler-alist'.  Add
884         to `tramp-unload-hook'.  Change checks, whether package can be
885         loaded.  Change call of `tramp-compat-decimal-to-octal' to new
886         function name.
887         (tramp-smb-tunnel-method): Make it a defconst.
888         (tramp-smb-file-name-p): Make it a defsubst.
889         (tramp-smb-method, tramp-smb-file-name-handler)
890         (tramp-smb-file-name-p): Set tramp-autoload cookie.
892         * net/tramp-uu.el (top) Add to `tramp-unload-hook'.
893         (tramp-uuencode-region): Set tramp-autoload cookie.
895         * net/trampver.el (top) Add to `tramp-unload-hook'.
896         (tramp-version, tramp-bug-report-address): Set tramp-autoload
897         cookie.  Update release number.
899 2010-09-07  Agustín Martín  <agustin.martin@hispalinux.es>
901         * textmodes/ispell.el (ispell-start-process): Make sure original
902         arg list is properly initialized (Bug#6993, Bug#6994).
904 2010-09-06  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
906         * files.el (directory-abbrev-alist): Use \` as default regexp.
908         * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
909         chars like - or ] (bug#6984).
910         (rx-any-condense-range): Explode 2-char ranges.
912 2010-09-06  Glenn Morris  <rgm@gnu.org>
914         * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
916 2010-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
918         * textmodes/bibtex.el:
919         * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
921 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
923         * net/imap.el (imap-message-map): Remove optional buffer parameter,
924         since no callers use it.
925         (imap-message-get): Ditto.
926         (imap-message-put): Ditto.
927         (imap-mailbox-map): Ditto.
928         (imap-mailbox-put): Ditto.
929         (imap-mailbox-get): Ditto.
930         (imap-mailbox-get): Revert last change for this function.
932 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
934         * net/imap.el (imap-fetch-safe): Remove function, and alter all
935         callers to use `imap-fetch' instead.  According to the comments, this
936         should be safe, since all other IMAP clients use the 1:* syntax.
937         (imap-enable-exchange-bug-workaround): Remove.
938         (imap-debug): Remove -- doesn't seem very useful.
940 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
942         * net/imap.el (imap-log): New convenience function used throughout
943         instead of repeating the same code all over the place.
945 2010-09-05  David De La Harpe Golden  <david@harpegolden.net>
947         * mouse.el (mouse-save-then-kill): Save region to kill-ring
948         when mouse-drag-copy-region is non-nil (Bug#6956).
950 2010-09-05  Chong Yidong  <cyd@stupidchicken.com>
952         * dired.el (dired-ls-sorting-switches, dired-sort-by-name-regexp):
953         Improve regexps (Bug#6987).
954         (dired-sort-toggle): Search more robustly for -t flag.
956         * files.el (get-free-disk-space): Search more robustly for
957         "available" column.  Suggested by Ehud Karni
958         <ehud@unix.mvs.co.il>.
960 2010-09-05  Juanma Barranquero  <lekktu@gmail.com>
962         * international/uni-bidi.el:
963         * international/uni-category.el:
964         * international/uni-combining.el:
965         * international/uni-decimal.el:
966         * international/uni-mirrored.el:
967         * international/uni-name.el: Regenerate.
969 2010-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
971         * electric.el (electric-indent-post-self-insert-function):
972         Don't reindent with a sloppy indentation function.
974         * emacs-lisp/syntax.el (syntax-ppss): More sanity check to catch
975         border case in change-log-mode.
977 2010-09-04  Chong Yidong  <cyd@stupidchicken.com>
979         * progmodes/compile.el (compilation-error-regexp-alist-alist):
980         Remove ruby regexp; handle Ruby errors with gcc-include and gnu.
981         Recognize leading tab in gcc-include regexp.  Ignore names with
982         leading "from" or "in" in gnu regexp (Bug#6937).
984 2010-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
986         Avoid global recursive calls to kill-buffer-hooks; fit into 80 cols.
987         * textmodes/ispell.el (ispell-process-buffer-name): Remove.
988         (ispell-start-process): Avoid setq and simplify logic.
989         (ispell-init-process): Setup kill-buffer-hook locally when needed.
990         (kill-buffer-hook): Don't use it globally with code that uses
991         expand-file-name since that may call kill-buffer via
992         code_conversion_restore.
994 2010-09-04  Noorul Islam K M  <noorul@noorul.com>  (tiny change)
996         * emacs-lisp/package.el (package-directory-list): Only call
997         file-name-nondirectory on a string.
999 2010-09-02  Chong Yidong  <cyd@stupidchicken.com>
1001         * emacs-lisp/package.el (package--download-one-archive):
1002         Ensure that archive-contents is valid before saving it.
1003         (package-activate-1, package-mark-obsolete, define-package)
1004         (package-compute-transaction, package-list-maybe-add): Use push.
1006 2010-09-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1008         Use SMIE's blink-paren for octave-mode.
1009         * progmodes/octave-mod.el (octave-font-lock-close-quotes):
1010         Backslashes do not escape single-quotes, single-quotes do.
1011         (octave-block-else-regexp, octave-block-end-regexp)
1012         (octave-block-match-alist): Remove.
1013         (octave-smie-bnf-table): New var, with old content.
1014         (octave-smie-op-levels): Use it.
1015         (octave-smie-closer-alist): New var.
1016         (octave-mode): Use it.  Setup smie-blink-matching and electric-indent.
1017         (octave-blink-matching-block-open): Remove.
1018         (octave-reindent-then-newline-and-indent, octave-electric-semi)
1019         (octave-electric-space): Let self-insert-command run expand-abbrev and
1020         blink parens.
1022         * electric.el (electricity): New group.
1023         (electric-indent-chars): New var.
1024         (electric-indent-post-self-insert-function): New fun.
1025         (electric-indent-mode): New minor mode.
1026         (electric-pair-skip-self): New custom.
1027         (electric-pair-post-self-insert-function): New function.
1028         (electric-pair-mode): New minor mode.
1030         * calc/calc-aent.el (calcAlg-blink-matching-check): New fun, to replace
1031         calcAlg-blink-matching-open.
1032         (calc-alg-ent-map, calc-alg-ent-esc-map): Initialize in the declaration.
1033         (calc-do-alg-entry): Only touch the part of the keymap that varies.
1034         Use the new blink-matching-check-function.
1036         Provide blink-matching support to SMIE.
1037         * emacs-lisp/smie.el (smie-bnf-closer-alist): New function.
1038         (smie-blink-matching-triggers, smie-blink-matching-inners): New vars.
1039         (smie-blink-matching-check, smie-blink-matching-open): New functions.
1041         * simple.el (newline): Fix last change to properly remove itself from
1042         the hook.
1044 2010-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1046         * simple.el (newline): Eliminate optimization.
1047         Use post-self-insert-hook to set hard-newline and things before
1048         running post-self-insert-hook.
1049         (blink-matching-check-mismatch): New function.
1050         (blink-matching-check-function): New variable.
1051         (blink-matching-open): Use them.
1052         Skip back forward over prefix chars skipped by forward-sexp.
1053         Don't check if the parens are backslash escaped.
1054         (blink-paren-post-self-insert-function): Check backslash escaping here.
1056 2010-09-02  Chong Yidong  <cyd@stupidchicken.com>
1058         * emacs-lisp/package.el (package-menu-mode-map):
1059         Change package-menu-revert bindings to revert-buffer.
1060         (package-menu-mode): Set revert-buffer-function.
1061         (package-menu-revert): Doc fix.
1063 2010-09-02  Agustín Martín  <agustin.martin@hispalinux.es>
1065         * textmodes/ispell.el (ispell-init-process): Use "~/" as
1066         `default-directory' unless using Ispell per-directory personal
1067         dictionaries and not in a mini-buffer under XEmacs.
1068         (kill-buffer-hook): Do not kill ispell process on exit when
1069         `ispell-process-directory' is "~/".  (Bug#6143)
1071 2010-09-02  Jan Djärv  <jan.h.d@swipnet.se>
1073         * simple.el (kill-new): Call interprogram-cut-function with only
1074         one argument.
1076         * term.el (term-mouse-paste): Don't call x-get-cutbuffer.
1077         Remove cut buffer from error message.
1079         * term/x-win.el (x-select-text):
1080         * term/pc-win.el (x-selection-value):
1081         * term/ns-win.el (x-selection-value):
1082         * eshell/em-term.el:
1083         * w32-fns.el (x-get-selection-value):
1084         * mouse-sel.el (mouse-sel-set-selection-function):
1085         * frame.el (display-selections-p): Remove cut-buffer in documentation.
1087         * term/x-win.el: Update documentation for x-last-selected-text-*.
1088         (x-last-selected-text-cut, x-last-selected-text-cut-encoded)
1089         (x-last-cut-buffer-coding, x-cut-buffer-max): Remove.
1090         (x-select-text): Remove argument PUSH, update documentation.  Remove
1091         cut-buffer code.
1092         (x-selection-value-internal): Was previously x-selection-value.
1093         (x-selection-value): Rename from x-cut-buffer-or-selection-value.
1094         Update documentation, remove cut-buffer code.  Call
1095         x-selection-value-internal.
1096         (x-clipboard-yank): Call x-selection-value-internal.
1097         (x-initialize-window-system): Remove setting of x-cut-buffer-max.
1099         * term/pc-win.el (x-last-selected-text):
1100         x-cut-buffer-or-selection-value renamed to x-selection-value
1101         (x-select-text): Remove argument PUSH, update documentation.
1103         * term/ns-win.el (x-setup-function-keys, ns-last-selected-text):
1104         x-cut-buffer-or-selection-value renamed to x-selection-value
1105         (x-selection-value): Renamed from x-cut-buffer-or-selection-value.
1106         (x-select-text): Remove argument PUSH, update documentation.
1108         * emacs-lisp/cl-macs.el (x-get-cutbuffer, x-get-cut-buffer): Remove.
1110         * w32-fns.el (x-last-selected-text):
1111         x-cut-buffer-or-selection-value renamed to x-selection-value.
1112         (x-cut-buffer-max): Remove.
1113         (x-select-text): Remove argument PUSH, update documentation.
1115         * simple.el (interprogram-cut-function): Remove mention of PUSH.
1117         * select.el (x-get-cut-buffer, x-set-cut-buffer): Remove.
1119         * mouse-sel.el (mouse-sel-get-selection-function):
1120         x-cut-buffer-or-selection-value renamed to x-selection-value.
1121         (x-select-text): Remove optional push.
1123 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1125         * simple.el (blink-paren-function): Move from C to here.
1126         (blink-paren-post-self-insert-function): New function.
1127         (post-self-insert-hook): Use it.
1129         * emacs-lisp/pcase.el (pcase-split-memq):
1130         Fix overenthusiastic optimisation.
1131         (pcase-u1): Handle the case of a lambda pred.
1133 2010-08-31  Kenichi Handa  <handa@m17n.org>
1135         * international/mule-cmds.el (standard-display-european-internal):
1136         Setup standard-display-table for 8-bit characters by storing 8-bit
1137         characters in the element vector.
1139         * disp-table.el (standard-display-8bit): Setup
1140         standard-display-table for 8-bit characters by storing 8-bit
1141         characters in the element vector.
1142         (standard-display-european): Likewise.
1144 2010-08-31  Masatake YAMATO  <yamato@redhat.com>
1146         * textmodes/nroff-mode.el (nroff-view): New command.
1147         (nroff-mode-map): Bind it to C-c C-c.
1149 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1151         * emacs-lisp/smie.el (smie-down-list): New command.
1153         Remove old indentation and navigation code on octave-mode.
1154         * progmodes/octave-mod.el (octave-mode-map): Remap down-list to
1155         smie-down-list rather than add a binding for octave-down-block.
1156         (octave-mark-block, octave-blink-matching-block-open):
1157         Rely on forward-sexp-function.
1158         (octave-fill-paragraph): Don't narrow, so you can use
1159         indent-according-to-mode.
1160         (octave-block-begin-regexp, octave-block-begin-or-end-regexp): Remove.
1161         (octave-in-block-p, octave-re-search-forward-kw)
1162         (octave-re-search-backward-kw, octave-indent-calculate)
1163         (octave-end-as-array-index-p, octave-block-end-offset)
1164         (octave-scan-blocks, octave-forward-block, octave-backward-block)
1165         (octave-down-block, octave-backward-up-block, octave-up-block)
1166         (octave-before-magic-comment-p, octave-indent-line): Remove.
1168 2010-08-31  Chong Yidong  <cyd@stupidchicken.com>
1170         * emacs-lisp/package.el (package--read-archive-file): Just use
1171         `read', to avoid copying an additional string.
1172         (package-menu-mode): Set header-line-format here.
1173         (package-menu-refresh, package-menu-revert): Signal an error if
1174         not in the Package Menu.
1175         (package-menu-package-list): New var.
1176         (package--generate-package-list): Operate on the current buffer;
1177         don't assume that it is *Packages*, since the user may rename it.
1178         Allow persistent package listings and sort keys using
1179         package-menu-package-list and package-menu-package-sort-key.
1180         (package-menu--version-predicate): Fix version calculation.
1181         (package-menu-sort-by-column): Don't select the window.
1182         (package--list-packages): Create the *Packages* buffer.
1183         Set package-menu-package-list-key.
1184         (list-packages): Sorting by status is now the default.
1185         (package-buffer-info): Use match-string-no-properties.
1186         (define-package): Add a &rest argument for future proofing, but
1187         don't use it yet.
1188         (package-install-from-buffer, package-install-buffer-internal):
1189         Merge into a single function, package-install-from-buffer.
1190         (package-install-file): Change caller.
1192         * finder.el: Load finder-inf using `require'.
1193         (finder-list-matches): Sorting by status is now the default.
1194         (finder-compile-keywords): Simpify printing.
1196 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1198         * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
1199         (octave-mode-map): Remove special bindings for forward/backward-block
1200         and octave-backward-up-block.  Use smie-close-block.
1201         (octave-continuation-marker-regexp): New var.
1202         (octave-continuation-regexp): Use it.
1203         (octave-operator-table, octave-smie-op-levels)
1204         (octave-operator-regexp, octave-smie-indent-rules): New vars.
1205         (octave-smie-backward-token, octave-smie-forward-token): New funs.
1206         (octave-mode): Use SMIE.
1207         (octave-close-block): Delete.
1209 2010-08-30  Eli Zaretskii  <eliz@gnu.org>
1211         * menu-bar.el (menu-bar-edit-menu) <"Paste">: Check selection in
1212         CLIPBOARD, not in PRIMARY.  (Bug#6944)
1214 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1216         * emacs-lisp/smie.el (smie-indent-offset-rule): Let :parent take
1217         a list of parents.
1218         (smie-indent-column): Allow indirection through variables.
1220         * composite.el (save-buffer-state): Delete, unused.
1221         * font-lock.el (save-buffer-state): Use with-silent-modifications.
1222         (font-lock-default-fontify-region): Use with-syntax-table.
1223         * jit-lock.el (with-buffer-unmodified): Remove.
1224         (with-buffer-prepared-for-jit-lock): Use with-silent-modifications.
1226         Use `declare' in defmacros.
1227         * window.el (save-selected-window):
1228         * subr.el (with-temp-file, with-temp-message, with-syntax-table):
1229         * progmodes/python.el (def-python-skeleton):
1230         * net/dbus.el (dbus-ignore-errors):
1231         * jka-cmpr-hook.el (with-auto-compression-mode):
1232         * international/mule.el (with-category-table):
1233         * emacs-lisp/timer.el (with-timeout):
1234         * emacs-lisp/lisp-mnt.el (lm-with-file):
1235         * emacs-lisp/eieio.el (with-slots):
1236         * emacs-lisp/easymenu.el (easy-menu-define):
1237         * emacs-lisp/debug.el (debugger-env-macro):
1238         * emacs-lisp/cl-compat.el (Multiple-value-bind, Multiple-value-setq)
1239         (Multiple-value-call, Multiple-value-prog1):
1240         * emacs-lisp/cl-seq.el (cl-parsing-keywords, cl-check-key)
1241         (cl-check-test-nokey, cl-check-test, cl-check-match): Move indent and
1242         edebug rule to definition.
1243         * emacs-lisp/lisp-mode.el (save-selected-window)
1244         (with-current-buffer, combine-after-change-calls)
1245         (with-output-to-string, with-temp-file, with-temp-buffer)
1246         (with-temp-message, with-syntax-table, read-if, eval-after-load)
1247         (dolist, dotimes, when, unless):
1248         * emacs-lisp/byte-run.el (inline): Remove indent rule, redundant.
1250 2010-08-29  Chong Yidong  <cyd@stupidchicken.com>
1252         * finder.el: Require `package'.
1253         (finder-known-keywords): Tweak descriptions.  Retire `oop' keyword.
1254         (finder-package-info): Var deleted.
1255         (finder-keywords-hash, finder--builtins-alist): New vars.
1256         (finder-compile-keywords): Compute package--builtins and
1257         finder-keywords-hash instead of finder-keywords-hash, respecting
1258         the "Package" header.
1259         (finder-unknown-keywords, finder-list-matches):
1260         Use finder-keywords-hash and package--list-packages.
1261         (finder-mode): Don't set font-lock-defaults.
1262         (finder-exit): We don't use "*Finder-package*" and "*Finder
1263         Category*" buffers anymore.
1265         * emacs-lisp/package.el (package--builtins-base): Var deleted.
1266         (package--builtins): Set default value to nil.
1267         (package-initialize): Load precomputed value of package--builtins
1268         from finder-inf.el.
1269         (package-alist, package-compute-transaction)
1270         (package-download-transaction): Improve docstring.
1271         (package-read-all-archive-contents): Do not change
1272         package--builtins here.
1273         (list-packages): Make package-list-packages an alias for this.
1274         Sort by status by default.
1275         (package--list-packages): Add optional PACKAGES arg.
1276         (describe-package-1): Use font-lock-face property.  For built-in
1277         packages, insert file commentary.
1278         (package--generate-package-list): Rename from
1279         package-list-packages-internal; all callers changed.  Add optional
1280         PACKAGES arg.  Add alphabetical sort fallbacks.
1281         (package-menu--version-predicate, package-menu--status-predicate)
1282         (package-menu--description-predicate)
1283         (package-menu--name-predicate): New functions.
1285         * info.el (Info-finder-find-node): Search package-alist instead of
1286         finder-package-info.
1288 2010-08-29  Chong Yidong  <cyd@stupidchicken.com>
1290         * subr.el (version-regexp-alist): Don't use "a" and "b" for
1291         "alpha" and "beta".
1292         (version-to-list): Handle versions like "10.3d".
1294 2010-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1296         * emacs-lisp/macroexp.el (macroexpand-all-1): Use pcase.
1297         (macroexp-accumulate): Use `declare'.
1299 2010-08-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1301         * whitespace.el (whitespace-style): Adjust type declaration.
1303 2010-08-26  Magnus Henoch  <magnus.henoch@gmail.com>
1305         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
1306         empty argument to gvfs-copy.
1308 2010-08-26  Chong Yidong  <cyd@stupidchicken.com>
1310         * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
1311         handle new TRASH arg of `delete-file'.
1313 2010-08-26  Christian Lynbech  <christian.lynbech@tieto.com>  (tiny change)
1315         * net/tramp.el (tramp-handle-insert-directory): Don't use
1316         `forward-word', its default syntax could be changed.
1318 2010-08-26  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
1319             Michael Albinus  <michael.albinus@gmx.de>
1321         Implement compression for inline methods.
1323         * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
1324         (tramp-copy-size-limit): Allow also nil.
1325         (tramp-inline-compress-commands): New defconst.
1326         (tramp-find-inline-compress, tramp-get-inline-compress)
1327         (tramp-get-inline-coding): New defuns.
1328         (tramp-get-remote-coding, tramp-get-local-coding): Remove,
1329         replaced by `tramp-get-inline-coding'.
1330         (tramp-handle-file-local-copy, tramp-handle-write-region)
1331         (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
1333 2010-08-26  Noah Lavine  <noah549@gmail.com>  (tiny change)
1335         Detect ssh 'ControlMaster' argument automatically in some cases.
1337         * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
1338         (tramp-default-method): Use it.
1340 2010-08-26  Karel Klíč  <kklic@redhat.com>
1342         * net/tramp.el (tramp-file-name-for-operation):
1343         Add file-selinux-context.
1345 2010-08-26  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
1347         * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
1349 2010-08-26  Chong Yidong  <cyd@stupidchicken.com>
1351         * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
1352         (Bug#6907).
1354 2010-08-26  Nathan Weizenbaum  <nweiz@cressida.sea.corp.google.com>  (tiny change)
1356         * progmodes/js.el: Make indentation more customizable (Bug#6914).
1357         (js-paren-indent-offset, js-square-indent-offset)
1358         (js-curly-indent-offset): New options.
1359         (js--proper-indentation): Use them.
1361 2010-08-26  Daniel Colascione  <dan.colascione@gmail.com>
1363         * progmodes/sh-script.el (sh-get-indent-info): Use syntax-ppss
1364         instead of inspecting font-lock properties (Bug#6916).
1366 2010-08-26  David Reitter  <david.reitter@gmail.com>
1368         * server.el (server-visit-files): Run pre-command-hook and
1369         post-command-hook for each buffer while it is current
1370         (Bug#6910).
1371         (server-execute): Do not run hooks here.
1373 2010-08-26  Michael Albinus  <michael.albinus@gmx.de>
1375         Sync with Tramp 2.1.19.
1377         * net/tramp-cmds.el (tramp-cleanup-all-connections)
1378         (tramp-reporter-dump-variable, tramp-load-report-modules)
1379         (tramp-append-tramp-buffers): Use `tramp-compat-funcall'.
1380         (tramp-bug): Recommend setting of `tramp-verbose' to 9.
1382         * net/tramp-compat.el (top): Do not autoload
1383         `tramp-handle-file-remote-p'.  Load tramp-util.el and tramp-vc.el
1384         only when `start-file-process' is not bound.
1385         (byte-compile-not-obsolete-vars): Define if not bound.
1386         (tramp-compat-funcall): New defmacro.
1387         (tramp-compat-line-beginning-position)
1388         (tramp-compat-line-end-position)
1389         (tramp-compat-temporary-file-directory)
1390         (tramp-compat-make-temp-file, tramp-compat-file-attributes)
1391         (tramp-compat-copy-file, tramp-compat-copy-directory)
1392         (tramp-compat-delete-file, tramp-compat-delete-directory)
1393         (tramp-compat-number-sequence, tramp-compat-process-running-p):
1394         Use it.
1395         (tramp-advice-file-expand-wildcards): Do not use
1396         `tramp-handle-file-remote-p'.
1397         (tramp-compat-make-temp-file): Simplify fallback implementation.
1398         (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
1399         (tramp-compat-copy-tree): Remove function.
1400         (tramp-compat-delete-file): New defun.
1401         (tramp-compat-delete-directory): Provide implementation for older
1402         Emacsen.
1403         (tramp-compat-file-attributes): Handle only
1404         `wrong-number-of-arguments' error.
1406         * net/tramp-fish.el (tramp-fish-handle-copy-file): Add
1407         PRESERVE_SELINUX_CONTEXT.
1408         (tramp-fish-handle-delete-file): Add TRASH arg.
1409         (tramp-fish-handle-directory-files-and-attributes):
1410         Do not use `tramp-fish-handle-file-attributes.
1411         (tramp-fish-handle-file-local-copy)
1412         (tramp-fish-handle-insert-file-contents)
1413         (tramp-fish-maybe-open-connection): Use `with-progress-reporter'.
1415         * net/tramp-gvfs.el (top): Require url-util.
1416         (tramp-gvfs-mount-point): Remove.
1417         (tramp-gvfs-file-name-handler-alist): Add `file-selinux-context'
1418         and `set-file-selinux-context'.
1419         (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command)
1420         (tramp-gvfs-handle-file-selinux-context)
1421         (tramp-gvfs-handle-set-file-selinux-context): New defuns.
1422         (with-tramp-dbus-call-method): Format trace message.
1423         (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
1424         (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
1425         Implement backup call, when operation on local files fails.  Use
1426         progress reporter.  Flush properties of changed files.
1427         (tramp-gvfs-handle-delete-file): Add TRASH arg.  Use
1428         `tramp-compat-delete-file'.
1429         (tramp-gvfs-handle-expand-file-name): Expand "~/".
1430         (tramp-gvfs-handle-make-directory): Make more traces.
1431         (tramp-gvfs-handle-write-region): Protect deleting tmpfile.
1432         (tramp-gvfs-url-file-name): Hexify file name in url.
1433         (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
1434         into account for the resulting file name.
1435         (tramp-gvfs-handler-askquestion): Preserve current message, in
1436         order to let progress reporter continue afterwards.  (Bug#6257)
1437         Return dummy mountpoint, when the answer is "no".  See
1438         `tramp-gvfs-maybe-open-connection'.
1439         (tramp-gvfs-handler-mounted-unmounted)
1440         (tramp-gvfs-connection-mounted-p): Test also for new mountspec
1441         attribute "default_location".  Set "prefix" property.  Handle
1442         default-location.
1443         (tramp-gvfs-mount-spec): Return both prefix and mountspec.
1444         (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
1445         exists.  Raise an error, if not (due to a corresponding answer
1446         "no" in interactive questions, for example).
1447         Use `tramp-compat-funcall'.
1449         * net/tramp-imap.el (top): Autoload `epg-make-context'.
1450         (tramp-imap-handle-copy-file): Add PRESERVE-SELINUX-CONTEXT.
1451         (tramp-imap-do-copy-or-rename-file)
1452         (tramp-imap-handle-insert-file-contents)
1453         (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
1454         (tramp-imap-handle-delete-file): Add TRASH arg.
1456         * net/tramp-smb.el (tramp-smb-handle-copy-file): Add
1457         PRESERVE-SELINUX-CONTEXT.
1458         (tramp-smb-handle-copy-file)
1459         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
1460         (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
1461         Use `with-progress-reporter'.
1462         (tramp-smb-handle-delete-file): Add TRASH arg.
1464         * net/tramp.el (tramp-methods): Move hostname to the end in all
1465         ssh `tramp-login-args'.  Add `tramp-async-args' attribute where
1466         appropriate.
1467         (tramp-verbose): Describe verbose level 9.
1468         (tramp-completion-function-alist)
1469         (tramp-file-name-regexp, tramp-chunksize)
1470         (tramp-local-coding-commands, tramp-remote-coding-commands)
1471         (with-connection-property, tramp-completion-mode-p)
1472         (tramp-action-process-alive, tramp-action-out-of-band)
1473         (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
1474         (tramp-exists-file-name-handler): Fix docstring.
1475         (tramp-remote-process-environment): Use `format' instead of
1476         `concat'.  Protect version string by apostroph.
1477         (tramp-shell-prompt-pattern): Do not use a shy group in case of
1478         XEmacs.
1479         (tramp-file-name-regexp-unified)
1480         (tramp-completion-file-name-regexp-unified): On W32 systems, do
1481         not regard the volume letter as remote filename.  (Bug#5447)
1482         (tramp-perl-file-attributes)
1483         (tramp-perl-directory-files-and-attributes): Don't pass "$3".
1484         (tramp-vc-registered-read-file-names): Read input as
1485         here-document, otherwise the command could exceed maximum length
1486         of command line.
1487         (tramp-file-name-handler-alist): Add `file-selinux-context' and
1488         `set-file-selinux-context'.
1489         (tramp-debug-message): Add `tramp-compat-funcall' to ignored
1490         backtrace functions.
1491         (tramp-error-with-buffer): Don't show the connection buffer when
1492         we are in completion mode.
1493         (tramp-progress-reporter-update, tramp-remote-selinux-p)
1494         (tramp-handle-file-selinux-context)
1495         (tramp-handle-set-file-selinux-context, tramp-process-sentinel)
1496         (tramp-connectable-p, tramp-open-shell, tramp-get-remote-trash):
1497         New defuns.
1498         (with-progress-reporter): New defmacro.
1499         (tramp-debug-outline-regexp): New defconst.
1500         (top, tramp-rfn-eshadow-setup-minibuffer)
1501         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
1502         (tramp-handle-dired-compress-file, tramp-handle-shell-command)
1503         (tramp-completion-mode-p, tramp-check-for-regexp)
1504         (tramp-open-connection-setup-interactive-shell)
1505         (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
1506         (tramp-time-diff, tramp-coding-system-change-eol-conversion)
1507         (tramp-set-process-query-on-exit-flag, tramp-unload-tramp):
1508         Use `tramp-compat-funcall'.
1509         (tramp-handle-make-symbolic-link): Flush file properties.
1510         (tramp-handle-load, tramp-handle-file-local-copy)
1511         (tramp-handle-insert-file-contents, tramp-handle-write-region)
1512         (tramp-handle-vc-registered, tramp-maybe-send-script)
1513         (tramp-find-shell): Use `with-progress-reporter'.
1514         (tramp-do-file-attributes-with-stat): Add space in format string,
1515         in order to work around a bug in pdksh.  Reported by Gilles Pion
1516         <gpion@lfdj.com>.
1517         (tramp-handle-verify-visited-file-modtime): Do not send a command
1518         when the connection is not established.
1519         (tramp-handle-set-file-times): Simplify the check for utc.
1520         (tramp-handle-directory-files-and-attributes)
1521         (tramp-get-remote-path): Use `copy-tree'.
1522         (tramp-completion-handle-file-name-all-completions): Ensure, that
1523         non remote files are still checked.  Oops.
1524         (tramp-handle-copy-file, tramp-do-copy-or-rename-file): Handle
1525         PRESERVE-SELINUX-CONTEXT.
1526         (tramp-do-copy-or-rename-file): Add progress reporter.
1527         (tramp-do-copy-or-rename-file-directly): Do not use
1528         `tramp-handle-file-remote-p'.
1529         (tramp-do-copy-or-rename-file-out-of-band):
1530         Use `tramp-compat-delete-directory'.
1531         (tramp-do-copy-or-rename-file-out-of-band)
1532         (tramp-compute-multi-hops, tramp-maybe-open-connection):
1533         Use `format-spec-make'.
1534         (tramp-handle-delete-file): Add TRASH arg.
1535         (tramp-handle-dired-uncache): Flush directory cache, not only file
1536         cache.
1537         (tramp-handle-expand-file-name)
1538         (tramp-completion-handle-file-name-all-completions)
1539         (tramp-completion-handle-file-name-completion): Use
1540         `tramp-connectable-p'.
1541         (tramp-handle-start-file-process): Set connection property "vec".
1542         Use it, in order to invalidate file caches.  Check only for
1543         `remote-tty' process property.
1544         Implement tty setting.  (Bug#4604, Bug#6360)
1545         (tramp-file-name-for-operation): Add `call-process-region' and
1546         `set-file-selinux-context'.
1547         (tramp-find-foreign-file-name-handler)
1548         (tramp-advice-make-auto-save-file-name)
1549         (tramp-set-auto-save-file-modes): Remove superfluous check for
1550         `stringp'.  This is done inside `tramp-tramp-file-p'.
1551         (tramp-file-name-handler): Trace 'quit.  Catch the error for some
1552         operations when we are in completion mode.  This gives the user
1553         the chance to correct the file name in the minibuffer.
1554         (tramp-completion-mode-p): Use `non-essential'.
1555         (tramp-handle-file-name-all-completions): Backward/ XEmacs
1556         compatibility: Use `completion-ignore-case' if
1557         `read-file-name-completion-ignore-case' does not exist.
1558         (tramp-get-debug-buffer): Use `tramp-debug-outline-regexp'.
1559         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
1560         `tramp-open-shell'.
1561         (tramp-action-password): Hide password prompt before next run.
1562         (tramp-process-actions): Widen connection buffer for the trace.
1563         (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
1564         process property.  Trace stty settings if `tramp-verbose' >= 9.
1565         Apply workaround for IRIX64 bug.  Move argument of last
1566         `tramp-send-command' where it belongs to.
1567         (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
1568         front of `login-args'.
1569         (tramp-get-ls-command, tramp-get-ls-command-with-dired): Run tests
1570         on "/dev/null" instead of "/".
1571         (tramp-get-ls-command-with-dired): Make test for "--dired"
1572         stronger.
1573         (tramp-set-auto-save-file-modes): Adapt version check.
1574         (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
1575         (tramp-handle-process-file): Call the program in a subshell, in
1576         order to preserve working directory.
1577         (tramp-handle-shell-command): Don't use hard-wired "/bin/sh" but
1578         `tramp-remote-sh' from `tramp-methods'.
1579         (tramp-get-ls-command): Make test for "--color=never" stronger.
1580         (tramp-check-for-regexp): Use (forward-line 1).
1582         * net/trampver.el: Update release number.
1584 2010-08-26  Chong Yidong  <cyd@stupidchicken.com>
1586         * help.el (help-map): Bind `C-h P' to describe-package.
1588         * menu-bar.el (menu-bar-describe-menu): Add describe-package.
1590         * emacs-lisp/package.el (package-refresh-contents): Catch errors
1591         when downloading archives.
1592         (describe-package-1): Add package commentary.
1593         (package-install-button-action): New function.
1594         (package-menu-mode-map): Bind ? to package-menu-describe-package.
1595         (package-menu-view-commentary): Function removed.
1596         (package-list-packages-internal): Hide the `package' package too.
1598 2010-08-25  Kenichi Handa  <handa@m17n.org>
1600         * language/misc-lang.el ("Arabic"): New language environment.
1601         Setup composition-function-table for Arabic characters.
1603         * international/fontset.el (setup-default-fontset): Fix typo for
1604         arabic OTF spec (fini->fina).
1606 2010-08-25  Jan Djärv  <jan.h.d@swipnet.se>
1608         * menu-bar.el (menu-bar-set-tool-bar-position): Set frame parameter
1609         on all frames.
1611 2010-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1613         * whitespace.el: Allow cleaning up blanks without blank
1614         visualization (Bug#6651).  Adjust help window for
1615         whitespace-toggle-options (Bug#6479).  Allow to use fill-column
1616         instead of whitespace-line-column (from EmacsWiki).  New version
1617         13.1.
1618         (whitespace-style): Added new value 'face.  Adjust docstring.
1619         (whitespace-space, whitespace-hspace, whitespace-tab): Adjust
1620         foreground property face.
1621         (whitespace-line-column): Adjust docstring and type declaration.
1622         (whitespace-style-value-list, whitespace-toggle-option-alist)
1623         (whitespace-help-text): Adjust const initialization.
1624         (whitespace-toggle-options, global-whitespace-toggle-options):
1625         Adjust docstring.
1626         (whitespace-display-window, whitespace-interactive-char)
1627         (whitespace-style-face-p, whitespace-color-on): Adjust code.
1628         (whitespace-help-scroll): New fun.
1630 2010-08-24  Chong Yidong  <cyd@stupidchicken.com>
1632         * emacs-lisp/package.el (list-packages): Alias for
1633         package-list-packages.
1635 2010-08-24  Kevin Ryde  <user42@zip.com.au>
1637         * textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix
1638         (Bug#5651).
1640         * progmodes/ruby-mode.el (ruby): Add defgroup.
1642 2010-08-24  Chong Yidong  <cyd@stupidchicken.com>
1644         * progmodes/python.el: Add Ipython support (Bug#5390).
1645         (python-shell-prompt-alist)
1646         (python-shell-continuation-prompt-alist): New options.
1647         (python--set-prompt-regexp): New function.
1648         (inferior-python-mode, run-python, python-shell): Require
1649         ansi-color.  Use python--set-prompt-regexp to set the comint
1650         prompt based on the Python interpreter.
1651         (python--prompt-regexp): New var.
1652         (python-check-comint-prompt)
1653         (python-comint-output-filter-function): Use it.
1654         (run-python): Use a pipe (Bug#5694).
1656 2010-08-24  Fabian Ezequiel Gallina  <galli.87@gmail.com>  (tiny change)
1658         * progmodes/python.el (python-send-region): Send a different
1659         Python command if Ipython is in use.
1660         (python-check-version): Use a Python command to find the version.
1662 2010-08-24  Chong Yidong  <cyd@stupidchicken.com>
1664         * mouse.el (mouse-yank-primary): Avoid setting primary when
1665         deactivating the mark (Bug#6872).
1667 2010-08-23  Chris Foote  <chris@foote.com.au>  (tiny change)
1669         * progmodes/python.el (python-block-pairs): Allow use of "finally"
1670         with "else" (Bug#3991).
1672 2010-08-23  Michael Albinus  <michael.albinus@gmx.de>
1674         * net/dbus.el: Accept UNIX domain sockets as bus address.
1675         (top): Don't initialize `dbus-registered-objects-table' anymore,
1676         this is done in dbusbind,c.
1677         (dbus-check-event): Adapt test for bus.
1678         (dbus-return-values-table, dbus-unregister-service)
1679         (dbus-event-bus-name, dbus-introspect, dbus-register-property):
1680         Adapt doc string.
1682 2010-08-23  Juanma Barranquero  <lekktu@gmail.com>
1684         * ido.el (ido-use-virtual-buffers): Fix typo in docstring.
1686 2010-08-22  Juri Linkov  <juri@jurta.org>
1688         * simple.el (read-extended-command): New function with the logic
1689         for `completing-read' moved to Elisp from `execute-extended-command'.
1690         Use `function-called-at-point' in `minibuffer-default-add-function'
1691         to get a command name for M-n (bug#5364, bug#5214).
1693 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
1695         * startup.el (command-line-1): Issue warning for ignored arguments
1696         --unibyte, etc (Bug#6886).
1698 2010-08-22  Leo  <sdl.web@gmail.com>
1700         * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
1701         (ignore, bright, dim, keyword): Split list of nicknames before
1702         passing to rcirc-add-or-remove (Bug#6894).
1704 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
1706         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
1708 2010-08-22  Leo  <sdl.web@gmail.com>
1710         Fix buffer-list rename&refresh after killing a buffer in ido.
1711         * lisp/ido.el: Revert Óscar's.
1712         (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
1713         Remember the buffers at head, rather than their name.
1714         * lisp/iswitchb.el (iswitchb-kill-buffer): Re-make the list.
1716 2010-08-22  Kirk Kelsey  <kirk.kelsey@0x4b.net>  (tiny change)
1717             Stefan Monnier  <monnier@iro.umontreal.ca>
1719         * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
1720         extra backslash added to each line (bug#6890).
1722 2010-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1724         * subr.el (read-key): Don't echo keystrokes (bug#6883).
1726 2010-08-22  Glenn Morris  <rgm@gnu.org>
1728         * menu-bar.el (menu-bar-games-menu): Add landmark.
1730 2010-08-22  Glenn Morris  <rgm@gnu.org>
1732         * align.el (align-regexp): Make group and spacing arguments
1733         use the interactive defaults when non-interactive.  (Bug#6698)
1735         * mail/rmail.el (rmail-forward): Replace mail-text-start with its
1736         expansion, so as not to need sendmail.
1737         (mail-text-start): Remove declaration.
1738         (rmail-retry-failure): Require sendmail.
1740 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
1742         * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
1744 2010-08-22  Michael Albinus  <michael.albinus@gmx.de>
1746         * progmodes/flymake.el (flymake-start-syntax-check-process):
1747         Use `start-file-process' in order to let it run also on remote hosts.
1749 2010-08-22  Kenichi Handa  <handa@m17n.org>
1751         * files.el: Add `word-wrap' as safe local variable.
1753 2010-08-22  Glenn Morris  <rgm@gnu.org>
1755         * woman.el (woman-translate): Case matters.  (Bug#6849)
1757 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
1759         * simple.el (kill-region): Doc fix (Bug#6787).
1761 2010-08-22  Glenn Morris  <rgm@gnu.org>
1763         * calendar/diary-lib.el (diary-header-line-format):
1764         Fit it to the window, not the frame.
1766 2010-08-22  Andreas Schwab  <schwab@linux-m68k.org>
1768         * subr.el (ignore-errors): Add debug declaration.
1770 2010-08-22  Geoff Gole  <geoffgole@gmail.com>  (tiny change)
1772         * whitespace.el (whitespace-color-off): Remove post-command-hook
1773         locally.
1775 2010-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1777         * vc/add-log.el (add-log-file-name): Don't get confused by symlinks.
1779 2010-08-21  Chong Yidong  <cyd@stupidchicken.com>
1781         * cus-edit.el (custom-group-value-create): Add extra newline
1782         before end line (Bug#6876).
1784 2010-08-21  Chong Yidong  <cyd@stupidchicken.com>
1786         * mouse.el (mouse-save-then-kill): Don't save region to kill ring
1787         when extending it.  Before killing on the second click, check if
1788         the buffer is the correct one.  Doc fix.
1789         (mouse-secondary-save-then-kill): Allow usage without first
1790         calling mouse-start-secondary, by defaulting to point.  Don't save
1791         an empty secondary selection.  Doc fix.
1793 2010-08-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1795         * whitespace.el: Fix slow cursor movement (Bug#6172).  Reported by
1796         Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
1797         New version 13.0.
1798         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
1799         Adjust initialization.
1800         (whitespace-bob-marker, whitespace-eob-marker)
1801         (whitespace-buffer-changed): New vars.
1802         (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
1803         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
1804         (whitespace-post-command-hook, whitespace-display-char-on):
1805         Adjust code.
1806         (whitespace-looking-back, whitespace-buffer-changed): New funs.
1807         (whitespace-space-regexp, whitespace-tab-regexp): Fun eliminated.
1809 2010-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1811         * files.el (locate-file-completion-table): Only list the .el and .elc
1812         extensions if there's no other choice (bug#5955).
1814         * facemenu.el (facemenu-self-insert-data): New var.
1815         (facemenu-post-self-insert-function, facemenu-set-self-insert-face):
1816         New functions.
1817         (facemenu-add-face): Use them.
1819         * simple.el (blink-matching-open): Obey forward-sexp-function.
1821 2010-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1823         * simple.el (prog-mode-map): New var.
1824         (prog-indent-sexp): New command.
1826         * progmodes/octave-mod.el (octave-mode-menu): Make toggle buttons.
1828         * progmodes/prolog.el (smie): Require.
1830         * emacs-lisp/smie.el (smie-default-backward-token)
1831         (smie-default-forward-token): Strip properties.
1832         (smie-next-sexp): Be more careful with associative operators.
1833         (smie-forward-sexp-command): Generalize.
1834         (smie-backward-sexp-command): Simplify.
1835         (smie-closer-alist): New var.
1836         (smie-close-block): New command.
1837         (smie-indent-debug-log): New var.
1838         (smie-indent-offset-rule): Add a few more cases.
1839         (smie-indent-column): New function.
1840         (smie-indent-after-keyword): Use it.
1841         (smie-indent-keyword): Use it.
1842         Fix up the opener code's point position.
1843         (smie-indent-comment): Only applies at BOL.
1844         (smie-indent-debug): New command.
1846         * emacs-lisp/autoload.el (make-autoload): Preload the macros's
1847         declarations that are useful before running the macro.
1849 2010-08-18  Joakim Verona  <joakim@verona.se>
1851         * image.el (imagemagick-types-inhibit): New variable.
1852         (imagemagick-register-types): New function.
1853         * image-mode.el (image-transform-properties): New function.
1854         (image-transform-set-scale, image-transform-fit-to-height)
1855         (image-transform-set-rotation, image-transform-set-resize)
1856         (image-transform-fit-to-width, image-transform-fit-to-height):
1857         New functions.
1858         (image-toggle-display-image): Support image transforms.
1860 2010-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1862         * image.el (create-animated-image): Don't add heuristic mask to image
1863         (Bug#6839).
1865 2010-08-18  Jan Djärv  <jan.h.d@swipnet.se>
1867         * term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard):
1868         Use QCLIPBOARD instead of QPRIMARY (Bug#6677).
1870 2010-08-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1872         * emacs-lisp/lisp.el (up-list): Obey forward-sexp-function if set.
1874         Font-lock '...' strings, plus various simplifications and fixes.
1875         * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
1876         (octave-font-lock-close-quotes): New function.
1877         (octave-font-lock-syntactic-keywords): New var.
1878         (octave-mode): Use it.  Set beginning-of-defun-function.
1879         (octave-mode-map): Don't override the <foo>-defun commands.
1880         (octave-mode-menu): Pass it directly to easy-menu-define;
1881         remove (now generic) <foo>-defun commands; use info-lookup-symbol.
1882         (octave-block-match-alist): Fix up last change so that
1883         octave-close-block uses the more specific keyword.
1884         (info-lookup-mode): Silence byte-compiler.
1885         (octave-beginning-of-defun): Not interactive any more.
1886         Optimize slightly.
1887         (octave-end-of-defun, octave-mark-defun, octave-in-defun-p): Remove.
1888         (octave-indent-defun, octave-send-defun): Use mark-defun instead.
1889         (octave-completion-at-point-function): Make sure point is within
1890         beg..end.
1891         (octave-reindent-then-newline-and-indent):
1892         Use reindent-then-newline-and-indent.
1893         (octave-add-octave-menu): Remove.
1895 2010-08-17  Jan Djärv  <jan.h.d@swipnet.se>
1897         * mail/emacsbug.el (report-emacs-bug-insert-to-mailer)
1898         (report-emacs-bug-can-use-xdg-email): New functions.
1899         (report-emacs-bug): Set can-xdg-email to result of
1900         report-emacs-bug-can-use-xdg-email.  If can-xdg-email bind
1901         \C-cm to report-emacs-bug-insert-to-mailer and add help text
1902         about it.
1904         * net/browse-url.el (browse-url-default-browser): Add cond
1905         for browse-url-xdg-open.
1906         (browse-url-can-use-xdg-open, browse-url-xdg-open): New functions.
1908 2010-08-17  Glenn Morris  <rgm@gnu.org>
1910         * progmodes/cc-engine.el (c-new-BEG, c-new-END)
1911         (c-fontify-recorded-types-and-refs): Define for compiler.
1912         * progmodes/cc-mode.el (c-new-BEG, c-new-END): Move definitions
1913         before use.
1915         * calendar/icalendar.el (icalendar--convert-recurring-to-diary):
1916         Fix format call.
1918 2010-08-17  Michael Albinus  <michael.albinus@gmx.de>
1920         * net/tramp.el (tramp-handle-make-symbolic-link): Flush file
1921         properties.
1922         (tramp-handle-process-file): Call the program in a subshell, in
1923         order to preserve working directory.
1924         (tramp-action-password): Hide password prompt before next run.
1925         (tramp-process-actions): Widen connection buffer for the trace.
1927 2010-08-16  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
1929         * net/rcirc.el (rcirc-log-process-buffers): New option.
1930         (rcirc-print): Use it.
1931         (rcirc-generate-log-filename): New function.
1932         (rcirc-log-filename-function): Change default to
1933         rcirc-generate-log-filename (Bug#6828).
1935 2010-08-16  Chong Yidong  <cyd@stupidchicken.com>
1937         * simple.el (deactivate-mark): If select-active-regions is `only',
1938         only set selection for temporarily active regions.
1940         * cus-start.el: Change defcustom for select-active-regions.
1942 2010-08-15  Chong Yidong  <cyd@stupidchicken.com>
1944         * mouse.el (mouse--drag-set-mark-and-point): New function.
1945         (mouse-drag-track): Use LOCATION arg to push-mark.
1946         Use mouse--drag-set-mark-and-point to take click-count into
1947         consideration when updating point and mark (Bug#6840).
1949 2010-08-15  Chong Yidong  <cyd@stupidchicken.com>
1951         * progmodes/compile.el (compilation-error-regexp-alist-alist):
1952         Give the Ruby rule a lower priority than Gnu (Bug#6778).
1954 2010-08-14  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
1956         * font-lock.el (lisp-font-lock-keywords-2):
1957         Add combine-after-change-calls, condition-case-no-debug,
1958         with-demoted-errors, and with-silent-modifications (Bug#6025).
1960 2010-08-14  Kevin Ryde  <user42@zip.com.au>
1962         * emacs-lisp/copyright.el (copyright-update-year)
1963         (copyright-update): Temporary switch-to-buffer to ensure the
1964         buffer change being queried is visible (Bug#5394).
1966 2010-08-14  Tom Tromey  <tromey@redhat.com>
1968         * progmodes/etags.el (tags-file-name): Mark safe if stringp
1969         (Bug#6733).
1971 2010-08-14  Eli Zaretskii  <eliz@gnu.org>
1973         * mouse.el (mouse-yank-primary): Fix mouse-2 on MS-Windows and
1974         MS-DOS.  (Bug#6689)
1976 2010-08-13  Jan Djärv  <jan.h.d@swipnet.se>
1978         * menu-bar.el (menu-bar-set-tool-bar-position): New function.
1979         (menu-bar-showhide-tool-bar-menu-customize-enable-left)
1980         (menu-bar-showhide-tool-bar-menu-customize-enable-right)
1981         (menu-bar-showhide-tool-bar-menu-customize-enable-top)
1982         (menu-bar-showhide-tool-bar-menu-customize-enable-bottom):
1983         Call menu-bar-set-tool-bar-position.
1985 2010-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1987         * progmodes/octave-mod.el (octave-mode-syntax-table): Use the new "c"
1988         comment style (bug#6834).
1989         * progmodes/scheme.el (scheme-mode-syntax-table):
1990         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Remove spurious
1991         "b" flag in "' 14b" syntax.
1993         * progmodes/octave-mod.el (octave-mode-map): Remove special bindings
1994         for (un)commenting the region and performing completion.
1995         (octave-mode-menu): Use standard commands for help and completion.
1996         (octave-mode-syntax-table): Support %{..%} comments (sort of).
1997         (octave-mode): Use define-derived-mode.
1998         Set completion-at-point-functions and don't set columns.
1999         Don't disable adaptive-fill-regexp.
2000         (octave-describe-major-mode, octave-comment-region)
2001         (octave-uncomment-region, octave-comment-indent)
2002         (octave-indent-for-comment): Remove.
2003         (octave-indent-calculate): Rename from calculate-octave-indent.
2004         (octave-indent-line, octave-fill-paragraph): Update caller.
2005         (octave-initialize-completions): No need to make an alist.
2006         (octave-completion-at-point-function): New function.
2007         (octave-complete-symbol): Use it.
2008         (octave-insert-defun): Use define-skeleton.
2010         * progmodes/octave-mod.el (octave-mode): Set comment-add.
2011         (octave-mode-map): Use comment-dwim (bug#6829).
2013 2010-08-12  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
2015         * cus-edit.el (custom-save-variables, custom-save-faces): Fix up
2016         indentation of inserted comment.
2018 2010-08-11  Jan Djärv  <jan.h.d@swipnet.se>
2020         * faces.el (region): Add type gtk that uses gtk colors.
2022         * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
2023         Handle theme-name change.
2025 2010-08-10  Michael R. Mauger  <mmaug@yahoo.com>
2027         * progmodes/sql.el: Version 2.5
2028         (sql-product-alist): Add :prompt-cont-regexp property for several
2029         database products.
2030         (sql-prompt-cont-regexp): New variable.
2031         (sql-output-newline-count, sql-output-by-send):
2032         New variables.  Record number of newlines in input text.
2033         (sql-send-string): Handle multiple filters and count newlines.
2034         (sql-send-magic-terminator): Count terminator newline.
2035         (sql-interactive-remove-continuation-prompt): Filters output to
2036         remove continuation prompts; one for each newline.
2037         (sql-interactive-mode): Set up new variables, prompt regexp and
2038         output filter.
2039         (sql-mode-sqlite-font-lock-keywords): Correct some keywords.
2040         (sql-make-alternate-buffer-name): Correct buffer name in edge cases.
2042 2010-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2044         * emacs-lisp/pcase.el: New file.
2046 2010-08-10  Michael Albinus  <michael.albinus@gmx.de>
2048         * net/tramp.el (tramp-vc-registered-read-file-names): Read input
2049         as here-document, otherwise the command could exceed maximum
2050         length of command line.
2051         (tramp-handle-vc-registered): Call script accordingly.
2052         Reported by Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>.
2054 2010-08-10  Kenichi Handa  <handa@m17n.org>
2056         * language/hebrew.el: Exclude U+05C3 (Hebrew SOF PASUQ) from the
2057         composable pattern.
2059 2010-08-09  Chong Yidong  <cyd@stupidchicken.com>
2061         * emacs-lisp/package.el (package-version-split)
2062         (package--version-first-nonzero, package-version-compare):
2063         Functions removed.
2064         (package-directory-list, package-load-all-descriptors)
2065         (package--built-in, package-activate, define-package)
2066         (package-installed-p, package-compute-transaction)
2067         (package-read-all-archive-contents)
2068         (package--add-to-archive-contents, package-buffer-info)
2069         (package-tar-file-info, package-list-packages-internal):
2070         Use version-to-list and version-list-*.
2072         * emacs-lisp/package-x.el (package-upload-buffer-internal):
2073         Use version-to-list.
2074         (package-upload-buffer-internal): Use version-list-<=.
2076 2010-08-09  Kenichi Handa  <handa@m17n.org>
2078         * language/hebrew.el: Exclude U+05BD (Hebrew MAQAF) from the
2079         composable pattern.
2081 2010-08-08  Chong Yidong  <cyd@stupidchicken.com>
2083         * tutorial.el (tutorial--default-keys): C-d is now bound to
2084         delete-forward-char (Bug#6826).
2086         * mouse.el (mouse-drag-track): Remove accidentally-removed check
2087         for `double' value of mouse-1-click-follows-link (Bug#6807).
2089 2010-08-08  Johan Bockgård  <bojohan@gnu.org>
2091         * replace.el (replace-highlight): Bind isearch-forward and
2092         isearch-error, ensuring that highlighting is updated if the user
2093         switches the search direction (Bug#6808).
2095         * isearch.el (isearch-lazy-highlight-forward): New var.
2096         (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
2097         (isearch-lazy-highlight-update): Use it.
2099 2010-08-08  Kenichi Handa  <handa@m17n.org>
2101         * international/mule.el (define-charset): Store NAME as :base property.
2102         (ctext-non-standard-encodings-table): Pay attention to charset aliases.
2103         (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
2104         current priority.  Force using the designation of the specific
2105         charset by adding `charset' text property.  Improve the whole algorithm.
2107 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
2109         * emulation/pc-select.el (pc-selection-mode-hook)
2110         (copy-region-as-kill-nomark, beginning-of-buffer-mark)
2111         (pc-selection-mode): Fix typos in docstrings.
2113 2010-08-08  Kenichi Handa  <handa@m17n.org>
2115         * language/cyrillic.el: Don't add "microsoft-cp1251" to
2116         ctext-non-standard-encodings-alist here.
2118         * international/mule.el (ctext-non-standard-encodings-alist):
2119         Add "koi8-r" and "microsoft-cp1251".
2120         (ctext-standard-encodings): New variable.
2121         (ctext-non-standard-encodings-table): List only elements for
2122         non-standard encodings.
2123         (ctext-pre-write-conversion): Adjust for the above change.
2124         Check ctext-standard-encodings.
2126         * international/mule-conf.el (compound-text): Doc fix.
2127         (ctext-no-compositions): Doc fix.
2128         (compound-text-with-extensions): Doc fix.
2130 2010-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2132         * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
2134 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
2136         * progmodes/which-func.el (which-func-format): Split help-echo text
2137         into lines, like other mode-line tooltips.
2139         * server.el (server-start): When using TCP sockets, force IPv4
2140         and use a literal 127.0.0.1 for localhost.  (Related to bug#6781.)
2142 2010-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2144         * bindings.el (complete-symbol): Run completion-at-point as a fallback.
2146 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
2148         * term.el (term-delimiter-argument-list): Reflow docstring.
2149         (term-read-input-ring, term-write-input-ring, term-send-input)
2150         (term-bol, term-erase-in-display, serial-supported-or-barf):
2151         Fix typos in docstrings.
2153 2010-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2155         * bindings.el (function-key-map): Add a S-tab => backtab fallback.
2157 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
2159         * dabbrev.el (dabbrev-completion): Fix typo in docstring.
2161 2010-08-08  MON KEY  <monkey@sandpframing.com>  (tiny change)
2163         * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
2164         Fix typo in docstring (bug#6747).
2166 2010-08-08  Leo  <sdl.web@gmail.com>
2168         * eshell/esh-io.el (eshell-get-target): Better detection of
2169         read-only file (Bug#6762).
2171 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
2173         * align.el (align-default-spacing): Doc fix.
2174         (align-region-heuristic, align-regexp): Fix typos in docstrings.
2176 2010-08-08  Stephen Peters  <speters@itasoftware.com>
2178         * calendar/icalendar.el
2179         (icalendar--split-value): Fix splitting regexp.  (Bug#6766)
2180         (icalendar--get-weekday-numbers): New.
2181         (icalendar--convert-recurring-to-diary): Handle multiple byday
2182         values in weekly rules.  (Bug#6766)
2184 2010-08-08  Ulf Jasper  <ulf.jasper@web.de>
2186         * calendar/icalendar.el (icalendar-uid-format): Doc fix.
2187         (icalendar--create-uid, icalendar-export-region)
2188         (icalendar--parse-summary-and-rest): Code formatting.
2190 2010-08-08  Jay Belanger  <jay.p.belanger@gmail.com>
2192         * calc/calc.el (calc-trail-mode,calc-refresh): Use `face' property
2193         to italicize headers.
2194         (calc-highlight-selections-with-faces): New variable.
2195         (calc-selected-face, calc-nonselected-face): New faces.
2197         * calc/calccomp.el (math-comp-highlight-string): Use
2198         `calc-highlight-selections-with-faces' to determine how to highlight
2199         sub-formulas.
2201         * calc/calc-sel.el (calc-show-selections): Change message to when
2202         using faces to highlight selections.
2204 2010-08-07  Michael R. Mauger  <mmaug@yahoo.com>
2206         * progmodes/sql.el (sql-mode-sqlite-font-lock-keywords):
2207         Add SQLite 3 keywords, functions and datatypes.
2208         (sql-interactive-mode): Remove `comint-process-echoes' set to t
2209         (Bug#6686).
2211 2010-08-07  Chong Yidong  <cyd@stupidchicken.com>
2213         * simple.el (select-active-regions): Move to keyboard.c.
2214         (deactivate-mark): Used saved-region-selection.
2215         (select-active-region): Function removed.
2216         (activate-mark, set-mark, push-mark-command)
2217         (handle-shift-selection): Don't call it.
2218         (keyboard-quit): Avoid adding the region to the window selection.
2220         * mouse.el (mouse-drag-track): Remove hacks to deal with old
2221         select-active-regions implementation.
2222         (mouse-yank-at-click): Doc fix.
2224         * cus-start.el: Add custom declaration for select-active-regions.
2226 2010-08-07  Eli Zaretskii  <eliz@gnu.org>
2228         * simple.el (delete-forward-char): Doc fix.
2230         * tutorial.el (help-with-tutorial): Hack safe file-local variables
2231         after reading the tutorial.
2233 2010-08-06  Alan Mackenzie  <bug-cc-mode@gnu.org>
2235         * progmodes/cc-cmds.el (c-mask-paragraph, c-fill-paragraph): Fix
2236         for the case that a C style comment has its delimiters alone on
2237         their respective lines.
2239 2010-08-06  Michael Albinus  <michael.albinus@gmx.de>
2241         * net/tramp.el (tramp-handle-start-file-process): Set connection
2242         property "vec".
2243         (tramp-process-sentinel): Use it for flushing the cache.  We
2244         cannot do it via the process buffer, the buffer could be deleted
2245         already when running the sentinel.
2247 2010-08-06  Jürgen Hötzel  <juergen@archlinux.org>  (tiny change)
2249         * comint.el (comint-mode): Make directory tracking functions
2250         functional on remote files.  (Bug#6764)
2252 2010-08-06  Dan Nicolaescu  <dann@ics.uci.edu>
2254         * vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.
2256 2010-08-05  Eli Zaretskii  <eliz@gnu.org>
2258         * emacs-lisp/find-gc.el (find-gc-source-files): Rename
2259         unexec.c => unexcoff.c.
2261         * emacs-lisp/authors.el (authors-fixed-entries): Rename
2262         unexec.c => unexcoff.c.
2264 2010-08-05  Michael Albinus  <michael.albinus@gmx.de>
2266         * net/tramp.el (tramp-handle-dired-uncache): Flush directory
2267         cache, not only file cache.
2268         (tramp-process-sentinel): New defun.
2269         (tramp-handle-start-file-process): Use it, in order to invalidate
2270         file caches.
2272 2010-08-03  Leo  <sdl.web@gmail.com>
2274         * server.el (server-start): Simplify loop.
2276 2010-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2278         * frame.el (screen-height, screen-width, set-screen-width)
2279         (set-screen-height): Remove ancient compatibility aliases.
2281         * textmodes/fill.el (justify-current-line): Don't add 1 to nspaces
2282         when justifying.  It seems useless and harmful for ncols=1 (bug#6738).
2284         * emacs-lisp/timer.el (timer-event-handler): Protect against timers
2285         that change current buffer.
2287 2010-08-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2289         * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
2290         beginning of the string.  Use `string-match-p'.  (Bug#6765)
2292 2010-08-01  Jan Djärv  <jan.h.d@swipnet.se>
2294         * cus-start.el (x-gtk-use-system-tooltips): New variable.
2296 2010-08-01  Chong Yidong  <cyd@stupidchicken.com>
2298         * emacs-lisp/package.el (package--list-packages): Fix column alignment.
2299         (package--builtins): Tweak descriptions.
2300         (package-print-package): Upcase descriptions if necessary.
2301         Show all built-in packages in font-lock-builtin-face.
2302         (package-list-packages-internal): Omit "emacs" package.
2303         Show status of built-in packages as "built-in".
2305 2010-07-31  Chong Yidong  <cyd@stupidchicken.com>
2307         * mouse.el (mouse-save-then-kill): Doc fix.  Deactivate mark
2308         before killing to preserve the primary selection (Bug#6701).
2310         * term/x-win.el (x-select-text): Doc fix.
2312 2010-07-31  Nathaniel Flath  <flat0103@gmail.com>
2314         Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).
2315         The following functions were modified or created:
2317         * progmodes/cc-vars.el (c-offsets-alist, c-inside-block-syms)
2318         (objc-font-lock-extra-types):
2319         * progmodes/cc-mode.el (c-basic-common-init):
2320         * progmodes/cc-langs.el (c-make-mode-syntax-table)
2321         (c++-make-template-syntax-table)
2322         (c-identifier-syntax-modifications, c-symbol-start, c-operators)
2323         (c-<-op-cont-regexp, c->-op-cont-regexp, c-class-decl-kwds)
2324         (c-brace-list-decl-kwds, c-modifier-kwds, c-prefix-spec-kwds-re)
2325         (c-type-list-kwds, c-decl-prefix-re, c-opt-type-suffix-key):
2326         * progmodes/cc-fonts.el (c-make-inverse-face)
2327         (c-basic-matchers-after):
2328         * progmodes/cc-engine.el (c-forward-keyword-clause)
2329         (c-forward-<>-arglist, c-forward-<>-arglist-recur)
2330         (c-forward-name, c-forward-type, c-forward-decl-or-cast-1)
2331         (c-guess-continued-construct, c-guess-basic-syntax):
2333 2010-07-31  Jan Djärv  <jan.h.d@swipnet.se>
2335         * faces.el (face-all-attributes): Improve documentation (Bug#6767).
2337 2010-07-31  Eli Zaretskii  <eliz@gnu.org>
2339         * files.el (bidi-paragraph-direction): Define safe local values.
2341         * language/hebrew.el ("Hebrew"): Add TUTORIAL.he to
2342         language-info-alist.  Remove outdated FIXME in a comment.
2344 2010-07-31  Alan Mackenzie  <acm@muc.de>
2346         * progmodes/cc-cmds.el (c-mask-paragraph): Fix bug #6688:
2347         Auto-fill broken in C/C++ modes.
2349 2010-07-29  Jan Djärv  <jan.h.d@swipnet.se>
2351         * menu-bar.el (menu-bar-showhide-tool-bar-menu-customize-enable-left)
2352         (menu-bar-showhide-tool-bar-menu-customize-disable)
2353         (menu-bar-showhide-tool-bar-menu-customize-enable-right)
2354         (menu-bar-showhide-tool-bar-menu-customize-enable-bottom)
2355         (menu-bar-showhide-tool-bar-menu-customize-enable-top): New functions
2356         (menu-bar-showhide-tool-bar-menu): If tool bar is moveable,
2357         make a menu for Options => toolbar that can move it.
2359 2010-07-29  Chong Yidong  <cyd@stupidchicken.com>
2361         * emacs-lisp/package-x.el (package--make-rss-entry):
2362         (package-maint-add-news-item, package--update-news)
2363         (package-upload-buffer-internal): New arg ARCHIVE-URL.
2365         * emacs-lisp/package.el (package-archive-url): Rename from
2366         package-archive-id.
2367         (package-install): Doc fix.
2368         (package-download-single, package-download-tar, package-install)
2369         (package-menu-view-commentary): Callers changed.
2371 2010-07-29  Michael Albinus  <michael.albinus@gmx.de>
2373         * net/tramp.el (tramp-handle-start-file-process): Check only for
2374         `remote-tty' process property.
2375         (tramp-open-shell): Don't check for tty.
2376         (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
2377         process property.
2379         * progmodes/gdb-mi.el (gdb-init-1): Check also for tty on a remote
2380         host.
2382 2010-07-28  Chong Yidong  <cyd@stupidchicken.com>
2384         * emacs-lisp/package.el (package-load-list, package-archives)
2385         (package-archive-contents, package-user-dir)
2386         (package-directory-list, package--builtins, package-alist)
2387         (package-activated-list, package-obsolete-alist): Mark as risky.
2389 2010-07-28  Phil Hagelberg  <phil@evri.com>
2391         Add support for non-default package repositories.
2392         * emacs-lisp/package.el (package-archive-base): Var deleted.
2393         (package-archives): New variable.
2394         (package-archive-contents): Doc fix.
2395         (package-load-descriptor): Do nothing if descriptor file is missing.
2396         (package--write-file-no-coding): New function.
2397         (package-unpack-single): Use it.
2398         (package-archive-id): New function.
2399         (package-download-single, package-download-tar)
2400         (package-menu-view-commentary): Use it.
2401         (package-installed-p): Make second argument optional.
2402         (package-read-all-archive-contents): New function.
2403         (package-initialize): Use it.
2404         (package-read-archive-contents): Add ARCHIVE argument.
2405         (package--add-to-archive-contents): New function.
2406         (package-install): Don't call package-read-archive-contents.
2407         (package--download-one-archive): Store archive file in a
2408         subdirectory of package-user-dir.
2409         (package-menu-execute): Remove spurious line movement.
2411 2010-07-28  Jan Djärv  <jan.h.d@swipnet.se>
2413         * cus-start.el (tool-bar-style): Add text-image-horiz.
2415 2010-07-28  Michael Albinus  <michael.albinus@gmx.de>
2417         * progmodes/gud.el (gud-common-init): Check for remoteness of
2418         `file', and not of `default-directory'.
2420 2010-07-28  Michael Albinus  <michael.albinus@gmx.de>
2422         * net/tramp.el (tramp-methods): Move hostname to the end in all
2423         ssh `tramp-login-args'.
2424         (tramp-verbose): Describe verbose level 9.
2425         (tramp-open-shell): Check for tty if `tramp-verbose' >= 9.
2426         (tramp-open-connection-setup-interactive-shell): Trace stty
2427         settings if `tramp-verbose' >= 9.
2428         (tramp-handle-start-file-process): Implement tty setting.
2429         (Bug#4604, Bug#6360)
2431         * net/tramp-cmds.el (tramp-bug): Recommend setting of
2432         `tramp-verbose' to 9.
2434 2010-07-27  Aaron S. Hawley  <ashawley@burlingtontelecom.net>
2436         * emacs-lisp/re-builder.el (reb-re-syntax, reb-lisp-mode)
2437         (reb-lisp-syntax-p, reb-change-syntax, reb-cook-regexp):
2438         Remove references to package `lisp-re' (bug#4369).
2440 2010-07-27  Tom Tromey  <tromey@redhat.com>
2442         * progmodes/js.el (js-mode):
2443         * progmodes/make-mode.el (makefile-mode):
2444         * progmodes/simula.el (simula-mode):
2445         * progmodes/tcl.el (tcl-mode): Derive from prog-mode.
2447 2010-07-27  Juanma Barranquero  <lekktu@gmail.com>
2449         * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
2451         * cedet/semantic/db-file.el (object-write): Fix typo in docstring.
2453         * time.el (display-time-day-and-date): Remove spurious * in docstring.
2454         (display-time-world-buffer-name, display-time-world-mode-map):
2455         Fix typos in docstrings.
2457 2010-07-27  Shyam Karanatt  <shyam@swathanthran.in>  (tiny change)
2459         * image-mode.el (image-display-size): New function.
2460         (image-forward-hscroll, image-next-line, image-eol, image-eob)
2461         (image-mode-fit-frame): Use it (Bug#6639).
2463 2010-07-27  Chong Yidong  <cyd@stupidchicken.com>
2465         * dired.el (dired-buffers-for-dir): Handle list values of
2466         dired-directory (Bug#6636).
2468 2010-07-26  Sam Steingold  <sds@gnu.org>
2470         * mouse.el (mouse-yank-primary, mouse-yank-secondary):
2471         Do not call `x-get-selection' the second time, reuse the value.
2473 2010-07-26  Daiki Ueno  <ueno@unixuser.org>
2475         * epa-mail.el (epa-mail-mode-map): Add alternative key bindings
2476         which consist of control chars only.  Suggested by Richard Stallman.
2478 2010-07-25  Daiki Ueno  <ueno@unixuser.org>
2480         * epa-file.el (epa-file-insert-file-contents): Check if LOCAL-FILE
2481         exists before passing an error to find-file-not-found-functions
2482         (bug#6723).
2484 2010-07-23  Lukas Huonker  <l.huonker@gmail.com>
2486         * play/tetris.el (tetris-tty-colors, tetris-x-colors, tetris-blank):
2487         Remove leading nil element, adjust values.
2488         (tetris-shapes, tetris-shape-scores):
2489         Change representation of shapes and remove some redundancy.
2490         (tetris-get-shape-cell, tetris-shape-width, tetris-draw-next-shape)
2491         (tetris-draw-shape, tetris-erase-shape, tetris-test-shape):
2492         Adjust for working with new representation of shapes.
2493         (tetris-shape-rotations): New function.
2494         (tetris-move-bottom, tetris-move-left, tetris-move-right)
2495         (tetris-rotate-prev, tetris-rotate-next):
2496         Adjust for working with the new version of tetris-test-shape.
2498 2010-07-23  Markus Triska  <markus.triska@gmx.at>
2500         * progmodes/ps-mode.el: Use comint (bug#5954).
2501         (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
2502         (ps-mode-other-newline): Simplify.
2503         (ps-run-mode): Derive from comint-mode instead of
2504         fundamental-mode, yielding input history etc.
2505         (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
2506         (ps-run-send-string): Adapt for comint-mode.
2507         (ps-run-newline): Remove now unneeded function.
2509 2010-07-23  Michael Albinus  <michael.albinus@gmx.de>
2511         * net/tramp.el (tramp-methods): Move hostname to the end in all
2512         plink `tramp-login-args'.
2514 2010-07-23  Michael Albinus  <michael.albinus@gmx.de>
2516         * net/tramp.el (tramp-open-shell): New defun.
2517         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
2518         Use it.
2520 2010-07-23  Michael Albinus  <michael.albinus@gmx.de>
2522         * net/tramp.el (tramp-file-name-regexp-unified)
2523         (tramp-completion-file-name-regexp-unified): On W32 systems, do
2524         not regard the volume letter as remote filename.  (Bug#5447)
2526 2010-07-23  Juanma Barranquero  <lekktu@gmail.com>
2528         * custom.el (custom-declare-variable): Give a clearer error message
2529         when the docstring is missing (bug#6476).
2531 2010-07-22  Michael R. Mauger  <mmaug@yahoo.com>
2533         * progmodes/sql.el: Version 2.4.  Improved Login prompting.
2534         (sql-login-params): New widget definition.
2535         (sql-oracle-login-params, sql-mysql-login-params)
2536         (sql-solid-login-params, sql-sybase-login-params)
2537         (sql-informix-login-params, sql-ingres-login-params)
2538         (sql-ms-login-params, sql-postgres-login-params)
2539         (sql-interbase-login-params, sql-db2-login-params)
2540         (sql-linter-login-params): Use it.
2541         (sql-sqlite-login-params): Use it; Define "database" parameter as
2542         a file name.
2543         (sql-sqlite-program): Change to "sqlite3".
2544         (sql-comint-sqlite): Make sure database name is complete.
2545         (sql-for-each-login): New function.
2546         (sql-connect, sql-save-connection): Use it.
2547         (sql-get-login-ext): New function.
2548         (sql-get-login): Use it.
2549         (sql-make-alternate-buffer-name): Handle :file parameters.
2551 2010-07-22  Juanma Barranquero  <lekktu@gmail.com>
2553         * dired.el (dired-no-confirm): Document value t and fix defcustom to
2554         accept it (bug#6597).  Suggested by Drew Adams <drew.adams@oracle.com>.
2556 2010-07-22  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2558         * dired.el (dired-mode-map): Use command remapping (bug#6632).
2560 2010-07-22  Lawrence Mitchell  <wence@gmx.li>
2562         * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
2564 2010-07-21  Michael Albinus  <michael.albinus@gmx.de>
2566         * net/tramp.el (tramp-get-ls-command)
2567         (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
2568         instead of "/".
2570 2010-07-20  Michael R. Mauger  <mmaug@yahoo.com>
2572         * progmodes/sql.el: Version 2.3.
2573         (sql-connection-alist): Changed keys from symbols to strings;
2574         enhanced the widget definition.
2575         (sql-mode-menu): Added submenu to select connections.
2576         (sql-interactive-mode-menu): Added "Save Connection" item.
2577         (sql-add-product): Fixed menu item.
2578         (sql-get-product-feature): Improved error handling.
2579         (sql--alt-buffer-part, sql--alt-if-not-empty): Removed.
2580         (sql-make-alternate-buffer-name): Simplified.
2581         (sql-product-interactive): Handle missing product.
2582         (sql-connect): Support string keys, minor improvements.
2583         (sql-save-connection): New function.
2584         (sql-connection-menu-filter): New function.
2586 2010-07-20  Michael Albinus  <michael.albinus@gmx.de>
2588         * net/tramp.el (tramp-file-name-handler): Trace 'quit.
2589         (tramp-open-connection-setup-interactive-shell): Apply
2590         workaround for IRIX64 bug.  Move argument of last
2591         `tramp-send-command' where it belongs to.
2593 2010-07-20  Michael Albinus  <michael.albinus@gmx.de>
2595         * net/tramp.el (tramp-perl-file-attributes)
2596         (tramp-perl-directory-files-and-attributes): Don't pass "$3".
2597         (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
2598         front of `login-args'.
2600 2010-07-19  Juanma Barranquero  <lekktu@gmail.com>
2602         * time.el (display-time-world-mode): Define with `define-derived-mode'.
2603         Set `show-trailing-whitespace' to nil.
2604         (display-time-world-display): Simplify.
2606 2010-07-18  Alan Mackenzie  <acm@muc.de>
2608         Enhance `c-file-style' in file/directory local variables.
2609         * progmodes/cc-mode.el (c-count-cfss): New function.
2610         (c-before-hack-hook): Call `c-set-style' differently according to
2611         whether c-file-style was set in file or directory local
2612         variables.
2614 2010-07-18  Michael R. Mauger  <mmaug@yahoo.com>
2616         * progmodes/sql.el: Version 2.2.
2617         (sql-product, sql-user, sql-database, sql-server, sql-port): Use
2618         defcustom :safe keyword rather than putting safe-local-variable
2619         property.
2620         (sql-password): Use defcustom :risky keyword rather than putting
2621         risky-local-variable property.
2622         (sql-oracle-login-params, sql-sqlite-login-params)
2623         (sql-solid-login-params, sql-sybase-login-params)
2624         (sql-informix-login-params, sql-ingres-login-params)
2625         (sql-ms-login-params, sql-postgres-login-params)
2626         (sql-interbase-login-params, sql-db2-login-params)
2627         (sql-linter-login-params): Add `port' option.
2628         (sql-get-product-feature): Added NO-INDIRECT parameter.
2629         (sql-comint-oracle, sql-comint-sybase)
2630         (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
2631         (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
2632         (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
2633         (sql-comint-linter): Renamed sql-connect-* functions to
2634         sql-comint-*.
2635         (sql-product-alist, sql-mode-menu): Renamed as above and
2636         :sqli-connect-func to :sqli-comint-func.
2637         (sql-connection): New variable.
2638         (sql-interactive-mode): Set it.
2639         (sql-connection-alist): New variable.
2640         (sql-connect): New function.
2641         (sql--alt-buffer-part, sql--alt-if-not-empty)
2642         (sql-make-alternate-buffer-name): Improved alternative buffer name.
2644 2010-07-17  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2646         * image-mode.el (image-bookmark-make-record): Do not set context
2647         in an image (Bug#6650).
2649 2010-07-17  Chong Yidong  <cyd@stupidchicken.com>
2651         * simple.el (select-active-region): New function.
2652         (push-mark-command, set-mark, activate-mark)
2653         (handle-shift-selection): Use it.
2654         (deactivate-mark): Don't check for size of region.
2656         * mouse.el (mouse-drag-track): Use select-active-region.
2658 2010-07-17  Michael Albinus  <michael.albinus@gmx.de>
2660         * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
2661         "--dired" stronger.
2663 2010-07-17  Chong Yidong  <cyd@stupidchicken.com>
2665         * term/x-win.el (x-select-enable-primary): Change default to nil.
2666         (x-select-enable-clipboard): Add :version keyword.
2668         * mouse.el (mouse-drag-copy-region):
2669         * simple.el (select-active-regions): Likewise.
2671 2010-07-16  Reiner Steib  <Reiner.Steib@gmx.de>
2673         * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
2674         (vc-coding-system-for-diff): Use it to decide whether to inherit
2675         from the file the EOL format for reading the diffs of that file.
2676         (Bug#4451)
2678 2010-07-16  Eli Zaretskii  <eliz@gnu.org>
2680         * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
2681         unibyte, so compressed attachments are not compressed again.
2683 2010-07-16  Michael Albinus  <michael.albinus@gmx.de>
2685         * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
2686         "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
2687         (tramp-find-shell): Simplify setting connection property.
2688         (tramp-get-ls-command): Make test for "--color=never" stronger.
2690 2010-07-15  Simon South  <ssouth@member.fsf.org>
2692         * progmodes/delphi.el (delphi-previous-indent-of): Indent case
2693         blocks within record declarations (i.e. variant parts) correctly.
2695 2010-07-15  Simon South  <ssouth@member.fsf.org>
2697         * progmodes/delphi.el (delphi-token-at): Give newlines precedence
2698         over literal tokens when parsing so newlines aren't "absorbed" by
2699         single-line comments.  Corrects the indentation of case blocks
2700         that have a comment on the first line.
2702 2010-07-14  Karl Fogel  <kfogel@red-bean.com>
2704         * bookmark.el (bookmark-load-hook): Fix doc string as suggested
2705         by Drew Adams (Bug#5504).
2707 2010-07-14  Jan Djärv  <jan.h.d@swipnet.se>
2709         * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
2710         now that Unicode is used (Bug#6594).
2712 2010-07-14  Chong Yidong  <cyd@stupidchicken.com>
2714         * term/x-win.el (x-select-enable-clipboard): Default to t.
2715         (x-initialize-window-system): Don't overwrite Paste menu item.
2717         * simple.el (select-active-regions): Default to t.
2718         (push-mark-command): Don't overwrite primary with empty string.
2720         * mouse.el: Bind mouse-2 to mouse-yank-primary.
2721         (mouse-drag-copy-region): Default to nil.
2723         * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
2724         Cut/Copy/Paste menu bar items.
2726 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2728         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
2729         Patch applied by Karl Fogel.
2731         * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
2732         and `bookmark-current-buffer' if they have been already set in
2733         another buffer (e.g gnus-art).
2735 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
2736             Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2738         Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
2740         * bookmark.el (bookmark-make-record-default): Allow unneeded
2741         information to be omitted from the record.
2743         Adjust declarations and calls:
2745         * info.el (bookmark-make-record-default): Adjust declaration.
2746         (Info-bookmark-make-record): Adjust call.
2748         * woman.el (bookmark-make-record-default): Adjust declaration.
2749         (woman-bookmark-make-record): Adjust call.
2751         * man.el (bookmark-make-record-default): Adjust declaration.
2752         (Man-bookmark-make-record): Adjust call.
2754         * image-mode.el (bookmark-make-record-default): Adjust declaration.
2756         * doc-view.el (bookmark-make-record-default): Adjust declaration.
2758 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
2760         * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
2761         This is also from Thierry Volpiatto's patch in bug #6444.  However,
2762         because it was extraneous to the functional change in that patch,
2763         and causes a re-indendation, I am committing it separately.
2765 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2767         * bookmark.el (bookmark-show-annotation): Ensure annotations show,
2768         e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
2769         Patch applied by Karl Fogel (Bug#6444).
2771 2010-07-13  Chong Yidong  <cyd@stupidchicken.com>
2773         * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
2775 2010-07-13  Adrian Robert  <Adrian.B.Robert@gmail.com>
2777         * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
2778         Dempsky; bug#5084).  Remove incorrect binding for S-tab.
2779         (ns-alternatives-map): Change S-tab binding to backtab
2780         (bug#6616).
2782         * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
2783         under ns.
2785 2010-07-12  Andreas Schwab  <schwab@linux-m68k.org>
2787         * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
2788         (Bug#5806)
2790         * language/tv-util.el (tai-viet-re): Remove format.
2792 2010-07-12  Kenichi Handa  <handa@m17n.org>
2794         * language/hebrew.el: Remove no-byte-compile declaration.
2795         Change coding: tag to utf-8.  Register hebrew-shape-gstring in
2796         composition-function-table for 3-character looking back.
2797         (hebrew-font-get-precomposed): New function.
2798         (hebrew-shape-gstring): Utilize precomposed glyphs if available.
2800 2010-07-11  Chong Yidong  <cyd@stupidchicken.com>
2802         * mouse.el (mouse-drag-track): Handle select-active-regions
2803         (Bug#6612).
2805 2010-07-11  Magnus Henoch  <magnus.henoch@gmail.com>
2807         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
2808         empty argument to gvfs-copy.
2810 2010-07-10  Glenn Morris  <rgm@gnu.org>
2812         * calendar/calendar.el (calendar-week-end-day): New function.
2813         * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
2814         Respect calendar-week-start-day.  (Bug#6606)
2815         (cal-tex-insert-day-names, cal-tex-insert-blank-days)
2816         (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
2817         (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
2818         respect calendar-week-start-day.
2820 2010-07-10  Chong Yidong  <cyd@stupidchicken.com>
2822         * simple.el (use-region-p): Doc fix (Bug#6607).
2824 2010-07-10  Aleksei Gusev  <aleksei.gusev@gmail.com>  (tiny change)
2826         * progmodes/compile.el (compilation-error-regexp-alist-alist): Add
2827         regexps for cucumber and ruby.
2829 2010-07-08  Daiki Ueno  <ueno@unixuser.org>
2831         * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
2832         (epa-file-insert-file-contents): Hack to prevent
2833         find-file from opening empty buffer when decryption failed
2834         (bug#6568).
2836 2010-07-07  Agustín Martín  <agustin.martin@hispalinux.es>
2838         * textmodes/ispell.el (ispell-alternate-dictionary):
2839         Use file-readable-p.
2840         Return nil if no word-list is found at default locations.
2841         (ispell-complete-word-dict): Default to nil.
2842         (ispell-command-loop): Use 'word-list' when using lookup-words.
2843         (lookup-words): Use ispell-complete-word-dict or
2844         ispell-alternate-dictionary.  Check for word-list availability
2845         and handle errors if needed with better messages (Bug#6539).
2846         (ispell-complete-word): Use ispell-complete-word-dict or
2847         ispell-alternate-dictionary.
2849 2010-07-07  Christoph Scholtes  <cschol2112@gmail.com>
2851         * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
2852         builtins (BufferError, BytesWarning, WindowsError; callables
2853         bin, bytearray, bytes, format, memoryview, next, print; __package__).
2855 2010-07-07  Glenn Morris  <rgm@gnu.org>
2857         * play/zone.el (top-level): Do not require timer, tabify, or cl.
2858         (zone-shift-left): Ignore intangibility, and any errors from
2859         forward-char.
2860         (zone-shift-right): Remove no-op end-of-line.  Ignore intangibility.
2861         (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
2862         deleting, and copying text properties.
2863         (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
2864         (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
2865         to point-max is hard.
2866         (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
2867         (zone-fill-out-screen): Ignore intangibility.
2869 2010-07-05  Chong Yidong  <cyd@stupidchicken.com>
2871         * menu-bar.el (menu-bar-mode):
2872         * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
2873         if it has been set.
2875         * mouse.el (mouse-drag-track): Call mouse-start-end to handle
2876         word/line selection (Bug#6565).
2878 2010-07-04  Juanma Barranquero  <lekktu@gmail.com>
2880         * net/dbus.el (dbus-send-signal): Declare function.
2882 2010-07-04  Michael Albinus  <michael.albinus@gmx.de>
2884         * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
2885         (dbus-register-property): New optional argument EMITS-SIGNAL.
2886         (dbus-property-handler): Send signal "PropertiesChanged" if requested.
2888 2010-07-03  Chong Yidong  <cyd@stupidchicken.com>
2890         * mouse.el (mouse-drag-overlay): Variable deleted.
2891         (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
2892         (mouse--remap-link-click-p): New function.
2893         (mouse-drag-track): Handle dragging by using temporary Transient
2894         Mark mode, instead of a special overlay.
2895         (mouse-kill-ring-save, mouse-save-then-kill): Don't call
2896         mouse-show-mark.
2898         * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
2899         deleted.
2901 2010-07-02  Juri Linkov  <juri@jurta.org>
2903         * autoinsert.el (auto-insert-alist): Fix readability
2904         by using dotted pair notation for lambda.
2906 2010-07-02  Juri Linkov  <juri@jurta.org>
2908         * faces.el (read-face-name): Rename arg `string-describing-default'
2909         to `default'.  Doc fix.  Display the default value in quotes
2910         in the prompt.  With empty input, return the `default' arg,
2911         unless the default value is a string (in which case return nil).
2912         (describe-face): Replace the string `default' arg of `read-face-name'
2913         with the symbol `default'.
2915 2010-07-02  Chong Yidong  <cyd@stupidchicken.com>
2917         * emulation/viper-cmd.el (viper-delete-backward-char)
2918         (viper-del-backward-char-in-insert)
2919         (viper-del-backward-char-in-replace, viper-change)
2920         (viper-backward-indent): Replace delete-backward-char with
2921         delete-char (Bug#6552).
2923 2010-07-01  Chong Yidong  <cyd@stupidchicken.com>
2925         * ruler-mode.el (ruler--save-header-line-format): Fix typos.
2927 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
2929         * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
2930         argument passed to frame-creation-function (Bug#5378).
2932         * faces.el (x-handle-named-frame-geometry)
2933         (x-handle-reverse-video, x-create-frame-with-faces)
2934         (face-set-after-frame-default, tty-create-frame-with-faces): Don't
2935         separately consult default-frame-alist.  It is now passed as the
2936         PARAMETER argument.
2938 2010-06-30  Andreas Schwab  <schwab@linux-m68k.org>
2940         * startup.el (command-line): Don't call tool-bar-setup in a
2941         tty-only build.
2943 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
2945         * ruler-mode.el (ruler--save-header-line-format): New fun.
2946         (ruler-mode): Use it as a setter function, so as not to overwrite
2947         ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
2949 2010-06-29  Chong Yidong  <cyd@stupidchicken.com>
2951         * vc/vc.el (vc-deduce-backend): New fun.  Handle diff buffers.
2952         (vc-root-diff, vc-print-root-log, vc-log-incoming)
2953         (vc-log-outgoing): Use it.
2954         (vc-diff-internal): Set diff-vc-backend.
2956         * vc/diff-mode.el (diff-vc-backend): New var.
2958 2010-06-28  Jan Djärv  <jan.h.d@swipnet.se>
2960         * dynamic-setting.el (font-setting-change-default-font): Remove
2961         call to message.
2963 2010-06-28  Kenichi Handa  <handa@m17n.org>
2965         * international/quail.el (quail-insert-kbd-layout): Fix the
2966         showing of untranslated characters.
2968 2010-06-28  Chong Yidong  <cyd@stupidchicken.com>
2970         * simple.el (delete-active-region): New option.
2971         (delete-backward-char): Implement in Lisp.
2972         (delete-forward-char): New command.
2974         * mouse.el (mouse-region-delete-keys): Deleted.
2975         (mouse-show-mark): Simplify.
2977         * bindings.el (global-map): Bind delete and DEL, the former to
2978         delete-forward-char.
2980 2010-06-27  Lennart Borgman  <lennart.borgman@gmail.com>
2982         * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
2983         (ruby-mode): Bind indent-line-function (Bug#5119).
2985 2010-06-27  Chong Yidong  <cyd@stupidchicken.com>
2987         * startup.el (command-line): Recognize "0" X resource value.
2989 2010-06-27  Chong Yidong  <cyd@stupidchicken.com>
2991         * startup.el (command-line): Use X resources to set the value of
2992         menu-bar-mode and tool-bar-mode, before calling frame-initialize.
2994         * menu-bar.el (menu-bar-mode):
2995         * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
2996         Set init-value to t.
2998         * frame.el (frame-notice-user-settings): Don't change
2999         default-frame-alist based on menu-bar-mode and tool-bar-mode, or
3000         vice versa (Bug#2249).
3002 2010-06-26  Eli Zaretskii  <eliz@gnu.org>
3004         * w32-fns.el (w32-convert-standard-filename): Doc fix.
3006 2010-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
3008         * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
3009         Make sure `flyspell-word' re-checks word after function run (Bug#6504).
3011         * textmodes/ispell.el (ispell-init-process): Make sure ispell and
3012         default directories are expanded (Bug#6143).
3014 2010-06-24  Juri Linkov  <juri@jurta.org>
3016         * minibuffer.el (completions-format): Change default from nil to
3017         `horizontal'.  Remove `nil' value from :type.  Doc fix.  (Bug#6459)
3019 2010-06-24  Juri Linkov  <juri@jurta.org>
3021         * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
3022         buffer-locally to lambda that re-runs the vc diff command.
3023         (Bug#6447)
3025 2010-06-24  Chong Yidong  <cyd@stupidchicken.com>
3027         * kmacro.el (kmacro-call-macro): Don't issue hint message if the
3028         echo area is in use (Bug#3412).
3030 2010-06-22  Glenn Morris  <rgm@gnu.org>
3032         * textmodes/texinfmt.el (texinfo-format-region)
3033         (texinfo-raise-lower-sections, texinfo-format-separate-node)
3034         (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
3035         (texinfo-format-option, texinfo-noindent):
3036         Use line-beginning-position and line-end-position.
3038         * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
3039         * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
3040         * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
3041         utf-8 characters.
3043 2010-06-21  Karl Fogel  <kfogel@red-bean.com>
3045         * play/zone.el (zone-fall-through-ws): Fix next-line ->
3046         forward-line fallout.
3048 2010-07-06  Chong Yidong  <cyd@stupidchicken.com>
3050         * mouse.el (mouse-appearance-menu): Add docstring.
3052         * help.el (describe-key): Print up-event using key-description.
3054 2010-07-03  Michael Albinus  <michael.albinus@gmx.de>
3056         * net/zeroconf.el (zeroconf-resolve-service)
3057         (zeroconf-service-resolver-handler): Use
3058         `dbus-byte-array-to-string'.
3059         (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
3061 2010-07-03  Jan Moringen  <jan.moringen@uni-bielefeld.de>
3063         * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
3065 2010-06-30  Dan Nicolaescu  <dann@ics.uci.edu>
3067         Avoid displaying files with a nil state in vc-dir.
3068         * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
3069         cases that cause insertion.
3070         (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
3071         with a nil state.
3073 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
3075         * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
3077 2010-06-29  Leo  <sdl.web@gmail.com>
3079         * emacs-lisp/rx.el (rx): Doc fix.  (Bug#6537)
3081 2010-06-27  Oleksandr Gavenko  <gavenkoa@gmail.com>  (tiny change)
3083         * generic-x.el (bat-generic-mode): Fix regexp for command line
3084         switches (Bug#5719).
3086 2010-06-27  Masatake YAMATO  <yamato@redhat.com>
3088         * htmlfontify.el (hfy-face-attr-for-class): Use append instead
3089         of nconc to avoid pure storage error (Bug#6239).
3091 2010-06-27  Christoph  <cschol2112@googlemail.com>  (tiny change)
3093         * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
3094         (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
3095         bindings of bookmark-automatically-show-annotations (Bug#6515).
3097 2010-06-25  Eli Zaretskii  <eliz@gnu.org>
3099         * arc-mode.el (archive-zip-extract): Don't quote the file name on
3100         MS-Windows and MS-DOS.  (Bug#6467, Bug#6144)
3102 2010-06-24  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
3104         * comint.el (make-comint, make-comint-in-buffer): Mention return
3105         value in the docstrings.  (Bug#6498)
3107 2010-06-24  Yoni Rabkin  <yoni@rabkins.net>
3109         * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
3110         since it is not present when using some non-default switches.
3112 2010-06-23  Karl Fogel  <kfogel@red-bean.com>
3114         * simple.el (compose-mail): Fix doc string to refer to
3115         `compose-mail-user-agent-warnings', instead of to the
3116         nonexistent `compose-mail-check-user-agent'.
3118 2010-06-21  Alan Mackenzie  <bug-cc-mode@gnu.org>
3120         Fix an indentation bug:
3122         * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
3123         (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
3124         of existing values.
3126         * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
3127         (c-clear->-pair-props-if-match-before): now return t when they've
3128         cleared properties, nil otherwise.
3129         (c-before-change-check-<>-operators): Set c-new-beg/end correctly
3130         by taking account of the existing value.
3132         * progmodes/cc-defs.el
3133         (c-clear-char-property-with-value-function): Fix this to clear the
3134         property rather than overwriting it with nil.
3136 2010-06-20  Chong Yidong  <cyd@stupidchicken.com>
3138         * emacs-lisp/package.el (package-print-package): Add link to
3139         package description via describe-package.
3140         (describe-package-1): List package requirements.  Add button to
3141         perform installation.
3142         (package-menu-describe-package): New command.
3144         * help-mode.el (help-package): New button type.
3146 2010-06-19  Chong Yidong  <cyd@stupidchicken.com>
3148         * emacs-lisp/package.el: Move package-list-packages binding to
3149         menu-bar.el.
3150         (describe-package, describe-package-1, package--dir): New funs.
3151         (package-activate-1): Use package--dir.
3153         * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
3155         * help-mode.el (help-package-def): New button type.
3157         * menu-bar.el: Move package-list-packages binding here from
3158         package.el.
3160 2010-06-19  Gustav Hållberg  <gustav@gmail.com>  (tiny change)
3162         * descr-text.el (describe-char): Avoid trailing whitespace.  (Bug#6423)
3164 2010-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3166         * emacs-lisp/edebug.el (edebug-read-list):
3167         Phase out old-style backquotes.
3169 2010-06-17  Juri Linkov  <juri@jurta.org>
3171         * help-mode.el (help-mode): Set buffer-local variable
3172         revert-buffer-function to help-mode-revert-buffer.
3173         (help-mode-revert-buffer): New function.
3175         * info.el (Info-revert-find-node): Check for major-mode Info-mode
3176         before popping to "*info*" (like in other Info functions).
3177         Keep buffer-name in old-buffer-name.  Keep Info-history-forward in
3178         old-history-forward.  Pop to old-buffer-name or "*info*" to
3179         recreate the killed buffer.  Set Info-history-forward from
3180         old-history-forward.
3181         (Info-breadcrumbs-depth): Add :group and :version.
3183 2010-06-17  Dan Nicolaescu  <dann@ics.uci.edu>
3185         * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
3187 2010-06-17  Agustín Martín  <agustin.martin@hispalinux.es>
3189         * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
3190         for languages like Portuguese with pt_{BR,PT} and no plain pt.
3192 2010-06-17  Juanma Barranquero  <lekktu@gmail.com>
3194         * emacs-lisp/package.el (package-menu-mode-map):
3195         Move initialization into declaration.
3197         * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
3199 2010-06-17  Chong Yidong  <cyd@stupidchicken.com>
3201         * emacs-lisp/package.el (package-archive-base): Point to
3202         elpa.gnu.org.
3203         (package-enable, package-load-list): New defcustoms.
3204         (package-user-dir, package-directory-list): Turn into defcustoms.
3205         Don't include package-user-dir in package-directory-list.
3206         (package--builtins-base): Don't include Emacs as a "package".
3207         (package-subdirectory-regexp): New var.
3208         (package-load-all-descriptors, package-compute-transaction)
3209         (package-download-transaction): Obey package-load-list.
3210         (package-activate-1): Rename from package-do-activate.
3211         (package-list-packages-internal): Check package-load-list.
3212         (package-load-descriptor, package-generate-autoloads)
3213         (package-unpack, package-unpack-single)
3214         (package--read-archive-file, package-delete): Use
3215         expand-file-name.
3217         * emacs-lisp/package-x.el: New file.  Package uploading
3218         functionality split out from package.el.
3220         * startup.el (command-line): Load packages after reading init
3221         file.
3223 2010-06-17  Tom Tromey  <tromey@redhat.com>
3225         * emacs-lisp/package.el: New file.
3227 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
3229         Fix vc-annotate for renamed files when using Git.
3230         * vc-git.el (vc-git-find-revision): Deal with empty results from
3231         ls-files.  Doe not pass the object as a file name to cat-file, it
3232         is not a file name.
3233         (vc-git-annotate-command): Pass the file name using -- to avoid
3234         ambiguity with the revision.
3235         (vc-git-previous-revision): Pass a relative file name.
3237 2010-06-22  Glenn Morris  <rgm@gnu.org>
3239         * progmodes/js.el (js-mode-map): Use standard capitalization and
3240         ellipses for menu entries.
3242         * wid-edit.el (widget-complete): Doc fix.
3244 2010-06-22  Jürgen Hötzel  <juergen@hoetzel.info>  (tiny change)
3246         * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
3248 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
3250         Fix annotating other revisions for renamed files in vc-annotate.
3251         * vc-annotate.el (vc-annotate): Add an optional argument for the
3252         VC backend.  Use it when non-nil.
3253         (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
3254         (Bug#6487)
3256         Fix vc-annotate-show-changeset-diff-revision-at-line for git.
3257         * vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
3258         Do not pass the file name to the 'previous-revision call when we
3259         don't want a file diff.  (Bug#6489)
3261 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
3263         Fix finding revisions for renamed files in vc-annotate.
3264         * vc.el (vc-find-revision): Add an optional argument for
3265         the VC backend.  Use it when non-nil.
3266         * vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
3267         backend to vc-find-revision.  (Bug#6487)
3269 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
3271         Fix reading file names in Git annotate buffers.
3272         * vc-git.el (vc-git-annotate-extract-revision-at-line): Remove
3273         trailing whitespace.  Suggested by Eric Hanchrow.  (Bug#6481)
3275 2010-06-20  Alan Mackenzie  <acm@muc.de>
3277         * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
3278         in file local variables, set it first.
3280 2010-06-19  Glenn Morris  <rgm@gnu.org>
3282         * descr-text.el (describe-char-unicode-data): Insert separating
3283         space when needed.  (Bug#6422)
3285         * progmodes/idlwave.el (idlwave-action-and-binding):
3286         Fix typo in 2009-12-03 change.  (Bug#6450)
3288 2010-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3290         * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
3291         handling for `lambda' (misunderstanding).
3293 2010-06-16  Jay Belanger  <jay.p.belanger@gmail.com>
3295         * calc/calc-poly.el (math-accum-factors): Make sure that
3296         constants aren't distributed after they are factored out.
3298 2010-06-16  Juri Linkov  <juri@jurta.org>
3300         * facemenu.el (list-colors-display): Call `pop-to-buffer' before
3301         `list-colors-print'.  (Bug#6332)
3303         * subr.el (read-quoted-char): Fix up last change (bug#6290).
3305 2010-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3307         * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
3308         specially, since it's a macro.  Fix up wrong hint passed to maybe-cons.
3310         * font-lock.el (font-lock-major-mode): Rename from
3311         font-lock-mode-major-mode to distinguish it from
3312         global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
3313         (font-lock-set-defaults):
3314         * font-core.el (font-lock-default-function): Adjust users.
3315         (font-lock-mode): Don't set it at all.
3317 2010-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3319         * vc-annotate.el (vc-annotate): Use vc-read-revision.
3321 2010-06-16  Glenn Morris  <rgm@gnu.org>
3323         * calendar/appt.el (appt-time-msg-list): Doc fix.
3324         (appt-check): Let-bind appt-warn-time.
3325         (appt-add): Make the 3rd argument optional.
3326         Simplify argument names.  Doc fix.  Check for integer WARNTIME.
3327         Only add WARNTIME to the output list if non-nil.
3329 2010-06-16  Ivan Kanis  <apple@kanis.eu>
3331         * calendar/appt.el (appt-check): Let the 3rd element of
3332         appt-time-msg-list specify the warning time.
3333         (appt-add): Add new argument with the warning time.  (Bug#5176)
3335 2010-06-16  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
3337         * vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
3338         older than version 1.6.  (Bug#6361)
3340 2010-06-16  Helmut Eller  <eller.helmut@gmail.com>
3342         * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
3343         used by cl-do-arglist.  (Bug#6408)
3345 2010-06-16  Agustín Martín  <agustin.martin@hispalinux.es>
3347         * textmodes/ispell.el (ispell-dictionary-base-alist): Fix
3348         portuguese casechars/not-casechars for missing 'çÇ'.
3349         Suggested by Rolando Pereira (bug#6434).
3351 2010-06-15  Juanma Barranquero  <lekktu@gmail.com>
3353         * facemenu.el (list-colors-sort): Doc fix.
3355 2010-06-15  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
3357         * progmodes/sql.el (sql-connect-mysql): Fix typo.
3359 2010-06-14  Juri Linkov  <juri@jurta.org>
3361         Add sort option `list-colors-sort'.  (Bug#6332)
3362         * facemenu.el (color-rgb-to-hsv): New function.
3363         (list-colors-sort): New defcustom.
3364         (list-colors-sort-key): New function.
3365         (list-colors-display): Doc fix.  Sort list according to the option
3366         `list-colors-sort'.
3367         (list-colors-print): Add HSV values to `help-echo' property of
3368         RGB strings.
3370 2010-06-14  Juri Linkov  <juri@jurta.org>
3372         * compare-w.el: Move to the "vc" subdirectory.
3374 2010-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3376         * image-mode.el (image-mode-map): Remap left-char and right-char.
3378         * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
3380 2010-06-12  Chong Yidong  <cyd@stupidchicken.com>
3382         * term/common-win.el (x-colors): Add all the color names defined
3383         in rgb.txt (Bug#6332).
3385         * facemenu.el (list-colors-print): Don't print extra names if it
3386         will overflow the window width.
3388         * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
3389         change (Bug#6343).
3391 2010-06-12  Eli Zaretskii  <eliz@gnu.org>
3393         * files.el (make-directory): Doc fix (bug#6396).
3395 2010-06-12  Michael Albinus  <michael.albinus@gmx.de>
3397         * net/tramp.el (tramp-remote-process-environment): Protect version
3398         string by apostroph.
3399         (tramp-shell-prompt-pattern): Do not use a shy group in case of
3400         XEmacs.
3401         (tramp-file-name-for-operation): Add `call-process-region'.
3402         (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
3404         * net/tramp-compat.el (top): Do not autoload
3405         `tramp-handle-file-remote-p'.  Load tramp-util.el and tramp-vc.el
3406         only when `start-file-process' is not bound.
3407         (tramp-advice-file-expand-wildcards): Do not use
3408         `tramp-handle-file-remote-p'.
3409         (tramp-compat-make-temp-file): Handle the case, that
3410         `make-temp-file' has no third argument EXTENSION.
3412 2010-06-11  Juanma Barranquero  <lekktu@gmail.com>
3414         * makefile.w32-in (WINS_BASIC): Include new directory vc.
3416         * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
3418 2010-06-11  Juri Linkov  <juri@jurta.org>
3420         * finder.el (finder-known-keywords): Add keyword "vc"
3421         for version control.
3423         * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
3424         * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
3425         * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
3426         * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
3428 2010-06-11  Juri Linkov  <juri@jurta.org>
3430         Move version control related files to the "vc" subdirectory.
3431         * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
3432         * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
3433         * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
3434         * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
3435         * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
3436         * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
3437         * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
3438         * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
3439         Move files to the "vc" subdirectory.
3441 2010-06-11  Chong Yidong  <cyd@stupidchicken.com>
3443         * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
3444         (Bug#6367).
3446 2010-06-11  Stephen Eglen  <stephen@gnu.org>
3448         * shell.el: Bind `shell-resync-dirs' to M-RET.
3450 2010-06-10  Michael Albinus  <michael.albinus@gmx.de>
3452         * notifications.el: Move file from lisp/net, because it is
3453         supposed to talk locally to the user.
3455 2010-06-10  Julien Danjou  <julien@danjou.info>
3457         * net/notifications.el (notifications-on-action-signal)
3458         (notifications-on-closed-signal): Pass notification id as first
3459         argument to the callback functions.  Add docstrings.
3460         (notifications-notify): Fix docstring.
3462 2010-06-10  Glenn Morris  <rgm@gnu.org>
3464         * emacs-lisp/authors.el (authors-ignored-files)
3465         (authors-valid-file-names): Add some files.
3467 2010-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3469         * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
3470         merge conflict, giving preference to the emacs-23 version of the code.
3472 2010-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3474         * emacs-lisp/advice.el (ad-compile-function):
3475         Define warning-suppress-types before we let-bind it (bug#6275).
3477         * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
3478         declare it, make it buffer-local and permanent-local (bug#6324).
3479         (vc-resynch-window): Adjust name.
3480         * vc-hooks.el (vc-find-file-hook): Adjust name.
3482 2010-06-09  Michael Albinus  <michael.albinus@gmx.de>
3484         * net/notifications.el (notifications-notify): Fix docstring.
3486 2010-06-09  Juanma Barranquero  <lekktu@gmail.com>
3488         Update to Unicode 6.0.0 beta.
3489         * international/charprop.el: Update copyright.
3490         * international/mule-cmds.el (ucs-names): Update character ranges.
3491         * international/uni-bidi.el:
3492         * international/uni-category.el:
3493         * international/uni-combining.el:
3494         * international/uni-comment.el:
3495         * international/uni-decimal.el:
3496         * international/uni-decomposition.el:
3497         * international/uni-digit.el:
3498         * international/uni-lowercase.el:
3499         * international/uni-mirrored.el:
3500         * international/uni-name.el:
3501         * international/uni-numeric.el:
3502         * international/uni-old-name.el:
3503         * international/uni-titlecase.el:
3504         * international/uni-uppercase.el: Regenerate.
3506 2010-06-09  Juanma Barranquero  <lekktu@gmail.com>
3508         * emacs-lisp/smie.el (comment-string-strip): Declare function.
3509         (smie-precs-precedence-table): Fix typo in docstring.
3511         * vc-mtn.el (log-edit-extract-headers): Declare function.
3513         * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
3515         * net/notifications.el (dbus-register-signal): Declare function.
3516         (notifications-notify): Fix typos and reflow docstring.
3518 2010-06-09  Dan Nicolaescu  <dann@ics.uci.edu>
3520         Improve VC create/retrieve tag/branch.
3521         * vc.el (vc-create-tag): Do not read the directory name for VCs
3522         with repository revision granularity.  Adjust the tag/branch
3523         prompt.  Reset VC properties.
3524         (vc-retrieve-tag): Do not read the directory name for VCs
3525         with repository revision granularity.  Reset VC properties.
3527 2010-06-09  Julien Danjou  <julien@danjou.info>
3529         * net/notifications.el: New file.
3531 2010-06-09  Dan Nicolaescu  <dann@ics.uci.edu>
3533         Add optional support for resetting VC properties.
3534         * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
3535         call vc-file-clearprops when true.
3536         (vc-resynch-buffer): Add new optional argument, pass it down.
3537         (vc-resynch-buffers-in-directory): Likewise.
3539         Improve support for special markup in the VC commit message.
3540         * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
3541         * vc-hg.el (vc-hg-checkin): Add support for Date:.
3542         * vc-git.el (vc-git-checkin):
3543         * vc-bzr.el (vc-bzr-checkin): Likewise.
3545 2010-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3547         * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
3548         can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
3550 2010-06-07  Martin Pohlack  <mp26@os.inf.tu-dresden.de>
3552         * iimage.el: Remove images as soon as the underlying text is modified.
3553         (iimage-modification-hook): New function.
3554         (iimage-mode-buffer): Use it.
3556 2010-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3558         * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
3559         smie-indent-offset-after.  Add :prev case.  Make a bit more generic.
3560         (smie-indent-virtual): Remove `virtual' arg.  Update callers.
3561         (smie-indent-keyword): Add handling of open-paren keywords.
3562         (smie-indent-comment-continue): Don't assume comment-continue.
3564 2010-06-07  Martin Rudalics  <rudalics@gmx.at>
3566         * window.el (pop-to-buffer): Remove the conditional that
3567         compares new-window and old-window, so it will reselect
3568         the selected window unconditionally.
3569         http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
3571 2010-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3573         * emacs-lisp/smie.el (smie-indent-offset-after)
3574         (smie-indent-forward-token, smie-indent-backward-token): New functions.
3575         (smie-indent-after-keyword): Use them.
3576         (smie-indent-fixindent): Only applies to the indentation of the BOL.
3577         (smie-indent-keyword): Tweak the black magic.
3578         (smie-indent-comment-continue): Strip comment-continue before use.
3579         (smie-indent-functions): Indent comments before keywords.
3581 2010-06-06  Juri Linkov  <juri@jurta.org>
3583         * isearch.el (isearch-lazy-highlight-search): Fix looping
3584         by checking for empty match.  This syncs this loop with the
3585         similar loop in `isearch-search'.  (Bug#6362)
3587 2010-06-05  Juanma Barranquero  <lekktu@gmail.com>
3589         * net/dbus.el (dbus-register-method): Declare function.
3590         (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
3591         (dbus-introspect): Doc fix.
3592         (dbus-event-bus-name, dbus-introspect-get-interface)
3593         (dbus-introspect-get-argument): Reflow docstrings.
3595 2010-06-05  Dan Nicolaescu  <dann@ics.uci.edu>
3597         vc-log-incoming/vc-log-outgoing fixes for Git.
3598         * vc-git.el (vc-git-log-view-mode): Fix font lock for
3599         incoming/outgoing logs.
3600         (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
3601         instead of vc-git-compute-remote.
3602         (vc-git-compute-remote): Remove.
3604 2010-06-04  Chong Yidong  <cyd@stupidchicken.com>
3606         * term/common-win.el (x-colors): Add "dark green" and "dark
3607         turquoise" (Bug#6332).
3609 2010-06-04  Juri Linkov  <juri@jurta.org>
3611         * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
3612         Instead of setting `replace' to t and replacing the same string
3613         with itself, don't do certain actions when
3614         kill-do-not-save-duplicates is non-nil and string is equal to car
3615         of kill-ring: don't call menu-bar-update-yank-menu, don't push
3616         interprogram-paste strings to kill-ring, and don't push the input
3617         argument `string' to kill-ring.
3618         http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
3620 2010-06-04  Juanma Barranquero  <lekktu@gmail.com>
3622         * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
3624 2010-06-04  Michael Albinus  <michael.albinus@gmx.de>
3626         * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
3627         (tramp-gvfs-handler-mounted-unmounted)
3628         (tramp-gvfs-connection-mounted-p): Handle default-location.
3630         * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
3631         move files to trash.
3633 2010-06-04  Juanma Barranquero  <lekktu@gmail.com>
3635         * international/mule-cmds.el (nonascii-insert-offset)
3636         (nonascii-translation-table): Add obsolescence information.
3638         * international/mule.el (make-translation-table-from-vector): Doc fix.
3640 2010-06-03  Eric Ludlam  <zappo@gnu.org>
3642         * cedet/semantic/lex-spp.el
3643         (semantic-lex-spp-table-write-slot-value): Instead of erroring on
3644         invalid values during save, just save a nil (Bug#6324).
3646 2010-06-03  Glenn Morris  <rgm@gnu.org>
3648         * desktop.el (desktop-clear-preserve-buffers):
3649         Add "*Warnings*" buffer.  (Bug#6336)
3651 2010-06-03  Dan Nicolaescu  <dann@ics.uci.edu>
3653         vc-log-incoming/vc-log-outgoing improvements for Git.
3654         * vc-git.el (vc-git-log-outgoing): Use the same format as the
3655         short log.
3656         (vc-git-log-incoming): Likewise.  Run "git fetch" before the log command.
3658         Add bindings for vc-log-incoming and vc-log-outgoing.
3659         * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
3660         and vc-log-outgoing.
3661         * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
3662         and vc-log-outgoing.
3664 2010-06-03  Chong Yidong  <cyd@stupidchicken.com>
3666         * net/rcirc.el (rcirc-sort-nicknames): Remove.
3667         (rcirc-handler-366): Always sort nicknames.
3669 2010-06-03  Juanma Barranquero  <lekktu@gmail.com>
3671         * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
3673 2010-06-03  Chong Yidong  <cyd@stupidchicken.com>
3675         * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
3677 2010-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3679         * net/rcirc.el (rcirc-sort-nicknames): Change default.
3680         (rcirc-sort-nicknames-join): Avoid setq.
3682 2010-06-03  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
3684         * net/rcirc.el (rcirc-sort-nicknames): New custom.
3685         (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
3686         (rcirc-handler-366): Use them.
3688 2010-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3690         Split smie-indent-calculate into more manageable chunks.
3691         * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
3692         (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
3693         (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
3694         (smie-indent-exps): Extract from smie-indent-calculate.
3695         (smie-indent-functions): New var.
3696         (smie-indent-functions): Use them.
3698 2010-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3700         * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
3701         (smie-indent-calculate): Simplify and cleanup.
3703 2010-06-02  Michael Albinus  <michael.albinus@gmx.de>
3705         * net/tramp-gvfs.el (top): Require url-util.
3706         (tramp-gvfs-mount-point): Remove.
3707         (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
3708         New defuns.
3709         (with-tramp-dbus-call-method): Format trace message.
3710         (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
3711         Implement backup call, when operation on local files fails.
3712         Use progress reporter.  Flush properties of changed files.
3713         (tramp-gvfs-handle-make-directory): Make more traces.
3714         (tramp-gvfs-url-file-name): Hexify file name in url.
3715         (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
3716         into account for the resulting file name.
3717         (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
3718         the answer is "no".  See `tramp-gvfs-maybe-open-connection'.
3719         (tramp-gvfs-handler-mounted-unmounted)
3720         (tramp-gvfs-connection-mounted-p): Test also for new mountspec
3721         attribute "default_location".  Set "prefix" property.
3722         (tramp-gvfs-mount-spec): Return both prefix and mountspec.
3723         (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
3724         exists.  Raise an error, if not (due to a corresponding answer
3725         "no" in interactive questions, for example).
3727 2010-06-02  Dan Nicolaescu  <dann@ics.uci.edu>
3729         * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
3731 2010-06-01  Juanma Barranquero  <lekktu@gmail.com>
3733         * emacs-lisp/eldoc.el: Add completions for new commands left-* and
3734         right-*.  (Bug#6265)
3736 2010-06-01  Dan Nicolaescu  <dann@ics.uci.edu>
3738         Add support for vc-log-incoming, improve vc-log-outgoing for Git.
3739         * vc-git.el (vc-git-compute-remote): New function.
3740         (vc-git-log-outgoing): Use it instead of hard coding a value.
3741         (vc-git-log-incoming): New function.
3743         Improve state updating for VC tag commands.
3744         * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
3745         to update the state of all buffers in the directory.
3747         * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
3749 2010-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3751         * vc-bzr.el (vc-bzr-revision-completion-table): Apply
3752         `file-directory-p' to the filename part rather than to the whole text.
3754 2010-05-31  Jonathan Marchand  <jonathlela@gmail.com>  (tiny change)
3756         * cedet/ede/cpp-root.el (ede-set-project-variables): Fix feature name
3757         (bug#6231).
3759 2010-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3761         * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
3763 2010-05-31  Drew Adams  <drew.adams@oracle.com>
3765         * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
3767 2010-05-31  Juanma Barranquero  <lekktu@gmail.com>
3769         * subr.el (momentary-string-display): Just use read-event to read
3770         the exit event (Bug#6238).
3772 2010-05-30  Eli Zaretskii  <eliz@gnu.org>
3774         * international/mule.el (define-coding-system): Doc fix (bug#6313).
3776 2010-05-30  Juanma Barranquero  <lekktu@gmail.com>
3778         * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
3779         Suggested by Eli Zaretskii <eliz@gnu.org>.
3781 2010-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3783         * minibuffer.el (completion-file-name-table): Don't return a boundary
3784         past the end of `string' (bug#6299).
3785         (completion--file-name-table): Delegate to completion-file-name-table
3786         for the `boundaries' case.
3788 2010-05-30  Juanma Barranquero  <lekktu@gmail.com>
3790         * emulation/cua-base.el: Recognize `right-char' and `left-char' as
3791         movement commands.
3793         * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
3794         `path-separator', but maintain compatibility with Emacs 20.2.
3796 2010-05-29  Chong Yidong  <cyd@stupidchicken.com>
3798         * server.el (server-process-filter): Receive parent-id argument
3799         from emacsclient.
3800         (server-create-window-system-frame): New arg.  Pass parent-id as
3801         frame parameter.
3803 2010-05-29  Eli Zaretskii  <eliz@gnu.org>
3805         Bidi-sensitive word movement with arrow keys.
3806         * subr.el (right-arrow-command, left-arrow-command): Move to
3807         bindings.el.
3809         * bindings.el (right-char, left-char): Move from subr.el and
3810         rename from right-arrow-command and left-arrow-command.
3811         (right-word, left-word): New functions.
3812         (global-map) <right>: Bind to right-char.
3813         (global-map) <left>: Bind to left-char.
3814         (global-map) <C-right>: Bind to right-word.
3815         (global-map) <C-left>: Bind to left-word.
3817         * ls-lisp.el (ls-lisp-classify-file): New function.
3818         (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
3819         (ls-lisp-classify): Call ls-lisp-classify-file.
3820         (insert-directory): Remove blanks from switches.
3822 2010-05-29  Chong Yidong  <cyd@stupidchicken.com>
3824         * ansi-color.el: Delete unused escape sequences (Bug#6085).
3825         (ansi-color-drop-regexp): New constant.
3826         (ansi-color-apply, ansi-color-filter-region)
3827         (ansi-color-apply-on-region): Delete unrecognized control sequences.
3828         (ansi-color-apply): Build string list before calling concat.
3830 2010-05-28  Juri Linkov  <juri@jurta.org>
3832         * image-dired.el (image-dired-dired-toggle-marked-thumbs):
3833         Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
3834         (Bug#5270)
3836 2010-05-28  Michael Albinus  <michael.albinus@gmx.de>
3838         * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
3839         to ignored backtrace functions.
3840         (with-progress-reporter): Expand docstring.
3841         (tramp-handle-delete-file): Implement TRASH argument.
3842         (tramp-get-remote-trash): New defun.
3844 2010-05-28  Michael Albinus  <michael.albinus@gmx.de>
3846         * net/tramp-compat.el (tramp-compat-delete-file): Use
3847         `symbol-value' for backward compatibility.
3849         * net/tramp.el (tramp-handle-make-symbolic-link)
3850         (tramp-handle-load)
3851         (tramp-do-copy-or-rename-file-via-buffer)
3852         (tramp-do-copy-or-rename-file-directly)
3853         (tramp-do-copy-or-rename-file-out-of-band)
3854         (tramp-handle-process-file, tramp-handle-call-process-region)
3855         (tramp-handle-shell-command, tramp-handle-file-local-copy)
3856         (tramp-handle-insert-file-contents, tramp-handle-write-region)
3857         (tramp-delete-temp-file-function): Use `delete-file' instead
3858         of `tramp-compat-delete-file'.
3860         * net/tramp-fish.el (tramp-fish-handle-delete-directory)
3861         (tramp-fish-handle-make-symbolic-link)
3862         (tramp-fish-handle-process-file): Use `delete-file' instead
3863         of `tramp-compat-delete-file'.
3865         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use
3866         `delete-file' instead of `tramp-compat-delete-file'.
3868         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
3869         (tramp-gvfs-handle-write-region): Use `delete-file' instead of
3870         `tramp-compat-delete-file'.
3872         * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file): Use
3873         `delete-file' instead of `tramp-compat-delete-file'.
3875         * net/tramp-smb.el (tramp-smb-handle-copy-file)
3876         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
3877         (tramp-smb-handle-write-region): Use `delete-file' instead of
3878         `tramp-compat-delete-file'.
3879         (tramp-smb-handle-delete-directory): Use 'trash as arg.
3881 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
3883         * dired.el (dired-delete-file): New arg TRASH.
3884         (dired-internal-do-deletions): New arg TRASH.  Use progress reporter.
3885         (dired-do-flagged-delete, dired-do-delete): Use trash.
3887         * speedbar.el (speedbar-item-delete): Allow trashing.
3889         * files.el (delete-directory): New arg TRASH.
3891         * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
3892         (ange-ftp-rename-remote-to-remote)
3893         (ange-ftp-rename-local-to-remote)
3894         (ange-ftp-rename-remote-to-local, ange-ftp-load)
3895         (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
3896         `delete-file'.
3897         (ange-ftp-delete-directory): Add optional arg to `delete-file', to
3898         allow trashing.
3900         * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
3901         handle new TRASH arg of `delete-file'.
3903         * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
3904         (tramp-handle-make-symbolic-link, tramp-handle-load)
3905         (tramp-do-copy-or-rename-file-via-buffer)
3906         (tramp-do-copy-or-rename-file-directly)
3907         (tramp-do-copy-or-rename-file-out-of-band)
3908         (tramp-handle-process-file, tramp-handle-call-process-region)
3909         (tramp-handle-shell-command, tramp-handle-file-local-copy)
3910         (tramp-handle-insert-file-contents, tramp-handle-write-region)
3911         (tramp-delete-temp-file-function): Use null TRASH arg in
3912         tramp-compat-delete-file call.
3914         * net/tramp-fish.el (tramp-fish-handle-delete-directory)
3915         (tramp-fish-handle-delete-file)
3916         (tramp-fish-handle-make-symbolic-link)
3917         (tramp-fish-handle-process-file): Use null TRASH arg in
3918         `tramp-compat-delete-file' call.
3920         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
3921         arg in `tramp-compat-delete-file' call.
3923         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
3924         (tramp-gvfs-handle-write-region): Use null TRASH arg in
3925         `tramp-compat-delete-file' call.
3927         * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
3928         (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
3929         `tramp-compat-delete-file' call.
3931         * net/tramp-smb.el (tramp-smb-handle-copy-file)
3932         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
3933         (tramp-smb-handle-write-region): Use null TRASH arg in
3934         tramp-compat-delete-file call.
3935         (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
3936         (tramp-smb-handle-delete-file): Rename arg.
3938         * diff.el (diff-sentinel):
3939         * epg.el (epg--make-temp-file, epg-decrypt-string)
3940         (epg-verify-string, epg-sign-string, epg-encrypt-string):
3941         * jka-compr.el (jka-compr-partial-uncompress)
3942         (jka-compr-call-process, jka-compr-write-region):
3943         * server.el (server-sentinel): Remove optional arg from
3944         delete-file, reverting 2010-05-03 change.
3946 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
3948         * progmodes/verilog-mode.el (verilog-type-font-keywords): Use
3949         font-lock-constant-face, not obsolete font-lock-reference-face.
3951 2010-05-27  Kenichi Handa  <handa@m17n.org>
3953         * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
3954         element of GSTRING is nil.
3956 2010-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3958         * emacs-lisp/smie.el (smie-forward-token-function)
3959         (smie-backward-token-function): New vars.
3960         (smie-backward-sexp, smie-forward-sexp)
3961         (smie-indent-hanging-p, smie-indent-calculate): Use them.
3962         (smie-default-backward-token): Rename from smie-backward-token and
3963         skip comments.
3964         (smie-default-forward-token): Rename from smie-forward-token and
3965         skip comments.
3966         (smie-next-sexp): Handle nil results from next-token.
3967         (smie-indent-calculate): Add a new case for special `fixindent' comments.
3969 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
3971         * progmodes/verilog-mode.el (verilog-type-font-keywords):
3972         Use font-lock-constant-face, not obsolete font-lock-reference-face.
3974 2010-05-27  Masatake YAMATO  <yamato@redhat.com>
3976         * htmlfontify.el (hfy-face-resolve-face): New function.
3977         (hfy-face-to-style): Use it (Bug#6279).
3979 2010-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3981         * progmodes/ada-xref.el (ada-gnat-parse-gpr):
3982         * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
3984 2010-05-26  Glenn Morris  <rgm@gnu.org>
3986         * emulation/edt.el (edt-load-keys): Use locate-library.
3988 2010-05-25  Chong Yidong  <cyd@stupidchicken.com>
3990         * log-edit.el (log-edit-strip-single-file-name): Default to nil.
3991         (log-edit-changelog-entries): Doc fix.
3992         (log-edit-changelog-insert-entries): Args changed.
3993         Rename relative filenames in ChangeLog entries.  Delete tabs.
3994         (log-edit-insert-changelog-entries): Reorganize return value of
3995         `log-edit-changelog-entries' to pass filenames to
3996         log-edit-changelog-insert-entries.
3998 2010-05-25  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4000         * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
4001         `image-dired-dired-insert-marked-thumbs' to
4002         `image-dired-dired-toggle-marked-thumbs'.
4004         * image-dired.el: Require cl when compiling.
4005         (image-dired-dired-toggle-marked-thumbs): Rename from
4006         `image-dired-dired-insert-marked-thumbs'.  Add ARG.  Doc fix.
4007         Use interactive spec "P".  Set LOCALP arg of `dired-get-filename'
4008         to 'no-dir.  Skip files whose names don't match
4009         `image-file-name-regexp'.  When file has a thumbnail overlay,
4010         delete it.  (Bug#5270)
4012 2010-05-25  Juri Linkov  <juri@jurta.org>
4014         * image-mode.el (image-mode): Add image-after-revert-hook to
4015         after-revert-hook.
4016         (image-after-revert-hook): New function.  (Bug#5669)
4018 2010-05-25  Juri Linkov  <juri@jurta.org>
4020         * image.el (image-animated-p): When delay between animated images
4021         is 0, set it to 10 (0.1 sec).  (Bug#6258)
4023 2010-05-25  Christian Lynbech  <christian.lynbech@tieto.com>  (tiny change)
4025         * net/tramp.el (tramp-handle-insert-directory): Don't use
4026         `forward-word', its default syntax could be changed.
4028 2010-05-25  Michael Albinus  <michael.albinus@gmx.de>
4030         * net/tramp.el (tramp-progress-reporter-update): New defun.
4031         (with-progress-reporter): Use it.
4032         (tramp-process-actions):
4033         * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion): Preserve
4034         current message, in order to let progress reporter continue
4035         afterwards.  (Bug#6257)
4037 2010-05-25  Glenn Morris  <rgm@gnu.org>
4039         * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
4040         Add :version.
4042 2010-05-25  Ryan Yeske  <rcyeske@gmail.com>
4044         * net/rcirc.el (rcirc-default-user-name): Change to "user".
4045         (rcirc-default-full-name): Change to "unknown".
4046         (rcirc-user-name-history): Add variable.
4048 2010-05-25  Ryan Yeske  <rcyeske@gmail.com>
4049             Jonathan Rockway  <jon@jrock.us>
4051         * net/rcirc.el (rcirc-server-alist): Add :pass.
4052         (rcirc): When prompting for connection parameters, also prompt for
4053         username and password.
4054         (rcirc-connect): Take a PASS argument.  If PASS is non-nil, send
4055         value to server when connecting.
4057 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4059         * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
4060         (smie-merge-prec2s): Pass the tables as separate args.
4061         (smie-bnf-precedence-table): Adjust call accordingly.
4062         (smie-prec2-levels): Set levels at the end.
4064         Replace Lisp calls to delete-backward-char by delete-char.
4065         * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
4066         * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
4067         * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
4068         * calc/calc.el, emacs-cl-extra.el, emacs-cl-loaddefs.el,
4069         * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
4070         * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
4071         * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
4072         * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
4073         * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
4074         * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
4075         * progmodes/ps-mode.el, progmodes/verilog-mode.el,
4076         * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
4077         * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
4078         * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
4079         delete-backward-char by calls to delete-char.
4081 2010-05-25  Kenichi Handa  <handa@m17n.org>
4083         * language/hebrew.el (hebrew-shape-gstring): New function.
4084         Register it in composition-function-table for all Hebrew combining
4085         characters.
4087 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4089         * epa.el (epa--select-keys): Don't explicitly delete the window since
4090         that can fail (e.g. sole window in frame).  Use dedication instead.
4092 2010-05-24  Uday S Reddy  <u.s.reddy@cs.bham.ac.uk>  (tiny change)
4094         * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
4096 2010-05-22  Chong Yidong  <cyd@stupidchicken.com>
4098         * image.el (image-refresh): Define as an alias for image-flush.
4100         * image-mode.el (image-toggle-display-image): Caller changed.
4102 2010-05-21  Juri Linkov  <juri@jurta.org>
4104         * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
4105         Remove "all" from grep-files-aliases.  Split grep-files-aliases by
4106         whitespace, call wildcard-to-regexp on substrings and concat them
4107         with "\\|".  (Bug#6114)
4109 2010-05-21  Alan Mackenzie  <acm@muc.de>
4111         * progmodes/cc-engine.el (c-parse-state-get-strategy):
4112         Replace parameter `here' with `here-' and `here-plus', which sandwich
4113         any pertinent CPP construct.
4114         (c-remove-stale-state-cache-backwards): Fix a bug which happens
4115         when doing (c-parse-state) in a CPP construct: Exclude any "new"
4116         CPP construct from taking part in the scanning.
4118 2010-05-21  Michael Albinus  <michael.albinus@gmx.de>
4120         * net/tramp.el (tramp-do-copy-or-rename-file)
4121         (tramp-handle-file-local-copy, tramp-maybe-open-connection):
4122         Tune `with-progress-reporter' messages.
4123         (tramp-handle-vc-registered):
4124         * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
4125         (tramp-fish-handle-insert-file-contents)
4126         (tramp-fish-maybe-open-connection):
4127         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
4128         * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
4129         (tramp-imap-handle-insert-file-contents)
4130         (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
4132 2010-05-21  Juanma Barranquero  <lekktu@gmail.com>
4134         * add-log.el (change-log-font-lock-keywords):
4135         Highlight all authors in multi-author entries.
4137         * smerge-mode.el (smerge-refine-ignore-whitespace)
4138         (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
4139         Fix typos in docstrings.
4140         (smerge-resolve, smerge-refine-subst): Reflow docstrings.
4142 2010-05-21  Glenn Morris  <rgm@gnu.org>
4144         * progmodes/fortran.el (fortran-mode):
4145         * progmodes/f90.el (f90-mode): Derive from prog-mode.
4147         * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
4148         having a relative path in src/Makefile.in.
4150 2010-05-20  Kevin Ryde  <user42@zip.com.au>
4152         * help-mode.el (help-make-xrefs): For Info node links turn
4153         newlines into spaces.  Link node names with newlines are matched
4154         by help-xref-info-regexp and buttonized, this change ensures they
4155         can be followed successfully with RET.  (Bug#6206)
4157 2010-05-20  Juri Linkov  <juri@jurta.org>
4159         * locate.el (locate): Use pop-to-buffer instead of
4160         switch-to-buffer-other-window.  (Bug#6204)
4162 2010-05-20  Juri Linkov  <juri@jurta.org>
4164         * replace.el (replace-highlight): Fix lazy-highlighting
4165         for `M-s w str M-% str RET'.
4167 2009-12-15  Masatake YAMATO  <yamato@redhat.com>
4169         * isearch.el (isearch-yank-word-or-char): Pull next subword
4170         when `subword-mode' is activated.  (Bug#6220)
4172 2010-05-20  Mark A. Hershberger  <mah@everybody.org>
4174         * isearch.el (isearch-update-post-hook): New hook.
4175         (isearch-update): Use the new hook.  (Bug#6225)
4177 2010-05-20  Juri Linkov  <juri@jurta.org>
4179         * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
4180         [f1], [help], and (char-to-string help-char) instead of "\C-h".
4181         (Bug#6222)
4183 2010-05-20  Juri Linkov  <juri@jurta.org>
4185         * isearch.el (isearch-yank-string): Use isearch-process-search-string.
4186         (Bug#6223)
4188 2010-05-20  Juri Linkov  <juri@jurta.org>
4190         * dired-x.el (dired-jump, dired-jump-other-window): Add arg
4191         FILE-NAME to read from the minibuffer when called interactively
4192         with prefix argument instead of using buffer-file-name.
4193         http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
4195         * dired.el: Update autoloads.
4197 2010-05-20  Chong Yidong  <cyd@stupidchicken.com>
4199         * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
4200         nxml-finish-element, for consistency with SGML mode.
4202         * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
4203         octave-close-block.
4205 2010-05-20  Juanma Barranquero  <lekktu@gmail.com>
4207         * composite.el: Require cl when compiling.
4208         (reference-point-alist, compose-gstring-for-graphic)
4209         (compose-gstring-for-terminal): Fix typos in docstrings.
4211 2010-05-19  Juri Linkov  <juri@jurta.org>
4213         * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
4214         set-window-parameter.
4216 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
4218         * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
4219         where appropriate.
4220         (tramp-maybe-open-connection): Use it.
4222 2010-05-19  Eli Zaretskii  <eliz@gnu.org>
4224         * simple.el (move-end-of-line): Make sure we are at line beginning
4225         before backing up to end of previous line.
4227 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
4229         * password-cache.el (password-cache-remove): Fix docstring.
4231         * net/secrets.el: Autoload the widget functions.
4232         (secrets-search-items, secrets-create-item)
4233         (secrets-get-attributes, secrets-expand-item): Attributes will be
4234         stored on the password database without leading ":", as all other
4235         clients do as well.
4236         (secrets-mode): Fix docstring.
4237         (secrets-show-secrets): Provide it as autoloaded command only when
4238         D-Bus support is available.  Check existence of Secret Service API.
4240 2010-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4242         * indent.el (indent-region): Deactivate region (bug#6200).
4244 2010-05-19  Glenn Morris  <rgm@gnu.org>
4246         * vc-dir.el (vc-dir): Don't pop-up-windows.  (Bug#6204)
4248 2010-05-19  Kenichi Handa  <handa@m17n.org>
4250         * composite.el: Register compose-gstring-for-graphic in
4251         composition-function-table only for combining characters (Mn, Mc, Me).
4253 2010-05-18  Jay Belanger  <jay.p.belanger@gmail.com>
4255         * calc/calc-trail.el (calc-trail-isearch-forward)
4256         (calc-trail-isearch-backward): Ensure that the new window
4257         point is set correctly.
4259 2010-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4261         * subr.el (read-quoted-char): Resolve modifiers after key
4262         remapping (bug#6212).
4264 2010-05-18  Michael Albinus  <michael.albinus@gmx.de>
4266         Add visualization code for secrets.
4267         * net/secrets.el (secrets-mode): New major mode.
4268         (secrets-show-secrets, secrets-show-collections)
4269         (secrets-expand-collection, secrets-expand-item)
4270         (secrets-tree-widget-after-toggle-function)
4271         (secrets-tree-widget-show-password): New defuns.
4273 2010-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4275         * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
4276         (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
4277         handled in smie-next-sexp.
4278         (smie-indent-calculate): Provide a starting indentation (so the
4279         recursion is well-founded ;-).
4281         Fix handling of non-associative equal levels.
4282         * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
4283         when it's not needed.
4284         (smie-op-left, smie-op-right): New functions.
4285         (smie-next-sexp): New function, extracted from smie-backward-sexp.
4286         Better handle equal levels to distinguish the associative case from
4287         the "multi-keyword construct" case.
4288         (smie-backward-sexp, smie-forward-sexp): Use it.
4290 2010-05-18  Juanma Barranquero  <lekktu@gmail.com>
4292         * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
4294         * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
4295         (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
4297 2010-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4299         Provide a simple generic indentation engine and use it for Prolog.
4300         * emacs-lisp/smie.el: New file.
4301         * progmodes/prolog.el (prolog-smie-op-levels)
4302         (prolog-smie-indent-rules): New var.
4303         (prolog-mode-variables): Use them to configure SMIE.
4304         (prolog-indent-line, prolog-indent-level): Remove.
4306 2010-05-17  Jay Belanger  <jay.p.belanger@gmail.com>
4308         * calc/calc-vec.el (math-vector-avg): Put the vector elements in
4309         order before computing the averages.
4311 2010-05-16  Jay Belanger  <jay.p.belanger@gmail.com>
4313         * calc/calc-vec.el (calc-histogram):
4314         (calcFunc-histogram): Allow vectors as inputs.
4315         (math-vector-avg): New function.
4317         * calc/calc-ext.el (math-group-float): Have the number of digits
4318         being grouped depend on the radix (Bug#6189).
4320 2010-05-15  Ken Raeburn  <raeburn@raeburn.org>
4322         * version.el (emacs-copyright, emacs-version): Don't define here,
4323         now that emacs.c defines it.
4325 2010-05-15  Eli Zaretskii  <eliz@gnu.org>
4327         * international/mule-cmds.el (mule-menu-keymap): Fix definition of
4328         "Describe Language Environment" menu item.
4330         * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
4332         Bidi-sensitive movement with arrow keys.
4333         * subr.el (right-arrow-command, left-arrow-command): New functions.
4335         * bindings.el (global-map): Bind them to right and left arrow keys.
4337         Don't override standard definition of convert-standard-filename.
4338         * files.el (convert-standard-filename): Call
4339         w32-convert-standard-filename and dos-convert-standard-filename on
4340         the corresponding systems.
4342         * w32-fns.el (w32-convert-standard-filename): Rename from
4343         convert-standard-filename.  Doc fix.
4345         * dos-fns.el (dos-convert-standard-filename): Doc fix.
4346         (convert-standard-filename): Don't defalias.
4347         (register-name-alist, make-register, register-value)
4348         (set-register-value, intdos): Obsolete aliases for the
4349         corresponding dos-* functions and variables.
4350         (dos-intdos): Add a doc string.
4352 2010-05-15  Jay Belanger  <jay.p.belanger@gmail.com>
4354         * calc/calc-aent.el (math-read-token, math-find-user-tokens):
4355         * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
4356         (math-compose-tex-func):
4357         * calc/calccomp.el (math-compose-expr):
4358         * calc/calc-ext.el (math-format-flat-expr-fancy):
4359         * calc/calc-store.el (calc-read-var-name):
4360         * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
4362         * calc/calc.el (var-π, var-φ, var-γ): New variables.
4363         * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
4364         * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
4365         (math-standard-units): Add units.
4367 2010-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4369         * progmodes/asm-mode.el (asm-mode):
4370         * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
4372         * pcomplete.el (pcomplete-completions-at-point): New function,
4373         extracted from pcomplete-std-complete.
4374         (pcomplete-std-complete): Use it.
4376 2010-05-15  Glenn Morris  <rgm@gnu.org>
4378         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
4379         Remove references to CVS, RCS and Old directories.
4381 2010-05-14  Jay Belanger  <jay.p.belanger@gmail.com>
4383         * calc/calc-bin.el (math-format-twos-complement): Group digits when
4384         appropriate.
4386 2010-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4388         * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
4389         (sh-mode-syntax-table): Give it a default value instead.
4390         (sh-header-marker): Make buffer-local.
4391         (sh-mode): Move make-local-variable to the corresponding setq.
4392         (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
4393         Use complete-with-action.
4395         * simple.el (prog-mode): New (abstract) major mode.
4396         * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
4397         * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
4399 2010-05-14  Juanma Barranquero  <lekktu@gmail.com>
4401         * progmodes/sql.el (sql-oracle-program): Reflow docstring.
4402         (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
4403         (sql-add-product-keywords, sql-highlight-product, sql-set-product)
4404         (sql-make-alternate-buffer-name, sql-placeholders-filter)
4405         (sql-escape-newlines-filter, sql-input-sender)
4406         (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
4408 2010-05-13  Chong Yidong  <cyd@stupidchicken.com>
4410         Add TeX open-block and close-block keybindings to SGML, and vice versa.
4412         * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
4413         latex-open-block and C-c / to latex-close-block.
4415         * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
4416         and C-c C-e to sgml-close-tag.
4418 2010-05-13  Michael Albinus  <michael.albinus@gmx.de>
4420         * net/tramp.el (with-progress-reporter): Create reporter object
4421         only when the message would be displayed.  Handle nested calls.
4422         (tramp-handle-load, tramp-handle-file-local-copy)
4423         (tramp-handle-insert-file-contents, tramp-handle-write-region)
4424         (tramp-maybe-send-script, tramp-find-shell):
4425         Use `with-progress-reporter'.
4426         (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
4427         Fix message text.
4429         * net/tramp-smb.el (tramp-smb-handle-copy-file)
4430         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
4431         (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
4432         Use `with-progress-reporter'.
4434 2010-05-13  Agustín Martín  <agustin.martin@hispalinux.es>
4436         * textmodes/ispell.el (ispell-init-process): Do not kill ispell
4437         process everytime when spellchecking from the minibuffer (bug#6143).
4439 2010-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4441         * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
4443         * dos-fns.el: Add "dos-" prefix for namespace control.
4444         (convert-standard-filename): Define as alias for
4445         dos-convert-standard-filename but only if applicable.
4447 2010-05-12  Alan Mackenzie  <acm@muc.de>
4449         * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
4450         Push the mark at the start of these functions when appropriate.
4452 2010-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4454         * minibuffer.el (completion-cycle-threshold): New custom var.
4455         (completion--do-completion): Use it.
4456         (minibuffer-complete): Use cycling if appropriate.
4458 2010-05-11  Juanma Barranquero  <lekktu@gmail.com>
4460         * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
4461         buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
4463 2010-05-11  Juri Linkov  <juri@jurta.org>
4465         * scroll-all.el (scroll-all-check-to-scroll):
4466         Add `scroll-up-command' and `scroll-down-command' (bug#6164).
4468 2010-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4470         * iimage.el (iimage-mode-map): Move initialization into declaration.
4471         (iimage-mode-buffer): Use with-silent-modifications.
4472         Simplify calling convention.  Adjust callers.
4473         (iimage-mode): Don't run hook redundantly.
4475         * minibuffer.el (completion-pcm--pattern->regex):
4476         Fix last change (bug#6160).
4478 2010-05-10  Juri Linkov  <juri@jurta.org>
4480         Remove nodes visited during Isearch from the Info history.
4481         * info.el (Info-isearch-initial-history)
4482         (Info-isearch-initial-history-list): New variables.
4483         (Info-isearch-start): Record initial values of
4484         Info-isearch-initial-history and Info-isearch-initial-history-list.
4485         Add Info-isearch-end to isearch-mode-end-hook.
4486         (Info-isearch-end): New function.
4488 2010-05-10  Michael Albinus  <michael.albinus@gmx.de>
4490         * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
4491         format string, in order to work around a bug in pdksh.
4492         Reported by Gilles Pion <gpion@lfdj.com>.
4493         (tramp-handle-verify-visited-file-modtime): Do not send a command
4494         when the connection is not established.
4495         (tramp-handle-set-file-times): Simplify the check for utc.
4497 2010-05-10  Juanma Barranquero  <lekktu@gmail.com>
4499         Fix use of `filter-buffer-substring' (rework previous change).
4500         * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
4501         (cua-repeat-replace-region):
4502         * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
4503         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
4504         (cua-cut-region-to-global-mark): Use it.
4506 2010-05-09  Michael R. Mauger  <mmaug@yahoo.com>
4508         * progmodes/sql.el: Version 2.1.
4509         (sql-product-alist): Redesign structure of product info.
4510         (sql-product, sql-user, sql-server, sql-database): Safe variables.
4511         (sql-port, sql-port-history): New variables.
4512         (sql-interactive-product): New variable.
4513         (sql-send-terminator): New variable.
4514         (sql-imenu-generic-expression): Add "Types" imenu entry.
4515         (sql-oracle-login-params, sql-sqlite-login-params)
4516         (sql-mysql-login-params, sql-solid-login-params)
4517         (sql-sybase-login-params, sql-informix-login-params)
4518         (sql-ingres-login-params, sql-ms-login-params)
4519         (sql-postgres-login-params, sql-interbase-login-params)
4520         (sql-db2-login-params, sql-linter-login-params)
4521         (sql-oracle-scan-on): New variables.
4522         (sql-mode-map): Add C-c C-i to start interactive mode.
4523         (sql-mode-menu): Update existing menu entries.
4524         (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
4525         (sql-mode-oracle-font-lock-keywords)
4526         (sql-mode-postgres-font-lock-keywords)
4527         (sql-mode-ms-font-lock-keywords)
4528         (sql-mode-sybase-font-lock-keywords)
4529         (sql-mode-informix-font-lock-keywords)
4530         (sql-mode-interbase-font-lock-keywords)
4531         (sql-mode-ingres-font-lock-keywords)
4532         (sql-mode-solid-font-lock-keywords)
4533         (sql-mode-mysql-font-lock-keywords)
4534         (sql-mode-sqlite-font-lock-keywords)
4535         (sql-mode-db2-font-lock-keywords)
4536         (sql-mode-linter-font-lock-keywords): Update initialization to
4537         reduce run-time complexity.
4538         (sql-add-product, sql-del-product): New functions.
4539         (sql-set-product-feature, sql-get-product-feature): New functions.
4540         (sql-product-font-lock): Update product API.
4541         (sql-add-product-keywords): New function.
4542         (sql-highlight-product): Update product API.
4543         (sql-help-list-products): New function.
4544         (sql-help): Dynamically lists free and non-free products.
4545         (sql-get-login): Correct bug in handling history and added
4546         prompt for port.
4547         (sql-copy-column): Copy without properties.
4548         (sqli-input-sender): Apply filters to SQLi input.
4549         (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
4550         Implement as a filter.
4551         (sql-escape-newlines-filter): Implement as a filter.
4552         (sql-remove-tabs-filter): New function.
4553         (sql-send-magic-terminator): New function.
4554         (sql-send-string): Implement magic terminator.
4555         (sql-send-region): Use `sql-send-string'.
4556         (sql-interactive-mode): Use product API.
4557         (sql-product-interactive): Use product API.
4558         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
4559         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
4560         (sql-db2, sql-linter): Use `sql-product-interactive'.
4561         (sql-connect): New function.
4562         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
4563         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
4564         (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
4565         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
4566         Use `sql-connect'.
4568 2010-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4570         * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
4571         New custom variable.
4572         (completion-pcm--string->pattern): Use it.
4573         (completion-pcm--pattern->regex, completion-pcm--pattern->string):
4574         Make it handle any symbol as `any'.
4575         (completion-pcm--merge-completions): Extract common suffix for the new
4576         `prefix' symbol as well.
4577         (completion-substring--all-completions): Use the new `prefix' symbol.
4579 2010-05-09  Michael Albinus  <michael.albinus@gmx.de>
4581         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
4582         not bound.
4583         (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
4584         (tramp-compat-funcall): New defmacro.
4585         (tramp-compat-line-beginning-position)
4586         (tramp-compat-line-end-position)
4587         (tramp-compat-temporary-file-directory)
4588         (tramp-compat-make-temp-file, tramp-compat-file-attributes)
4589         (tramp-compat-copy-file, tramp-compat-copy-directory)
4590         (tramp-compat-delete-file, tramp-compat-delete-directory)
4591         (tramp-compat-number-sequence, tramp-compat-process-running-p)
4592         * net/tramp.el (top, with-progress-reporter)
4593         (tramp-rfn-eshadow-setup-minibuffer)
4594         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
4595         (tramp-handle-dired-compress-file, tramp-handle-shell-command)
4596         (tramp-completion-mode-p, tramp-check-for-regexp)
4597         (tramp-open-connection-setup-interactive-shell)
4598         (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
4599         (tramp-time-diff, tramp-coding-system-change-eol-conversion)
4600         (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
4601         * net/tramp-cmds.el (tramp-cleanup-all-connections)
4602         (tramp-reporter-dump-variable, tramp-load-report-modules)
4603         (tramp-append-tramp-buffers)
4604         * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
4606         * net/tramp-imap.el (top): Autoload `epg-make-context'.
4608 2010-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4610         * progmodes/compile.el (compilation-buffer-modtime): Rename from
4611         buffer-modtime.  Adjust users.
4613 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
4615         * international/mule.el (auto-coding-alist): Only purecopy
4616         car of each item, not the whole list (Bug#6083).
4618 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
4620         * progmodes/js.el (js-mode): Make paragraph variables local before
4621         calling c-setup-paragraph-variables (Bug#6071).
4623 2010-05-08  Eli Zaretskii  <eliz@gnu.org>
4625         * composite.el (compose-region, reference-point-alist): Fix typos
4626         in the doc strings.
4628 2010-05-08  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
4630         * calc/calc-graph.el (calc-graph-plot): Use the proper form for
4631         gnuplot's "set" command.
4633 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
4635         * abbrev.el (last-abbrev-text): Doc fix.
4636         (abbrev-prefix-mark): Don't escape parenthesis.
4638 2010-05-08  Andreas Schwab  <schwab@linux-m68k.org>
4640         * composite.el (find-composition): Doc fix.
4642 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
4644         * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
4645         (sql-oracle-program, sql-sqlite-options)
4646         (sql-query-placeholders-and-send): Doc fixes.
4647         (sql-set-product, sql-interactive-mode): Reflow docstrings.
4648         (sql-imenu-generic-expression, sql-buffer)
4649         (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
4650         (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
4651         (sql-mode-sybase-font-lock-keywords)
4652         (sql-mode-informix-font-lock-keywords)
4653         (sql-mode-interbase-font-lock-keywords)
4654         (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
4655         (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
4656         (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
4657         (sql-product-feature, sql-highlight-product)
4658         (comint-line-beginning-position, sql-rename-buffer)
4659         (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
4660         (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
4661         (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
4662         Fix typos in docstrings.
4664 2010-05-08  Juri Linkov  <juri@jurta.org>
4666         * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
4667         property instead of `invisible' and `after-string' (bug#5998).
4669 2010-05-08  Juri Linkov  <juri@jurta.org>
4671         * image-mode.el (image-mode-as-text): Fix typo in docstring.
4673 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
4675         * filecache.el (file-cache-add-directory-list)
4676         (file-cache-add-directory-recursively): Fix typos in docstrings.
4678 2010-05-08  Kenichi Handa  <handa@m17n.org>
4680         * language/indian.el (gurmukhi-composable-pattern): Fix typo.
4681         (gujarati-composable-pattern): Fix typo.
4683 2010-05-08  Kenichi Handa  <handa@m17n.org>
4685         * language/indian.el (oriya-composable-pattern)
4686         (tamil-composable-pattern, malayalam-composable-pattern):
4687         Add two-part vowels to "v" (vowel sign).
4689 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
4691         * files.el (copy-directory): Handle symlinks (Bug#5982).
4693 2010-05-08  Dan Nicolaescu  <dann@ics.uci.edu>
4695         * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
4696         (vc-hg-working-revision): Likewise.  Use hg parents, not hg parent
4697         (Bug#5846).
4699 2010-05-08  Glenn Morris  <rgm@gnu.org>
4701         * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
4703         * minibuffer.el (completion-at-point): Doc fix.
4705 2010-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4707         * electric.el (Electric-command-loop): Minor tweak.
4709         * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
4710         better with dedicated windows.
4712 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
4714         * Version 23.2 released.
4716 2010-05-07  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
4717             Stefan Monnier  <monnier@iro.umontreal.ca>
4719         Highlight vendor specific properties.
4720         * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
4721         (css-proprietary-property): New face.
4722         (css-font-lock-keywords): Use them.
4724 2010-05-07  Eli Zaretskii  <eliz@gnu.org>
4726         * cus-start.el (all): Add native condition for tool-bar-* symbols.
4728 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4730         * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
4731         * files.el (auto-mode-alist): Remove redundant entries.
4733         * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
4734         * simple.el (auto-save-mode): Move from files.el.
4735         * minibuffer.el (completion--common-suffix): Fix copy&paste error.
4737 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
4739         * lisp/epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
4741 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4743         * mail/binhex.el (binhex-decode-region-internal)
4744         * mail/uudecode.el (uudecode-decode-region-internal)
4745         * net/dns.el (dns-read-string-name, dns-write, dns-read)
4746         (dns-read-type, dns-query)
4747         * pgg-parse.el (pgg-parse-armor)
4748         * pgg.el (pgg-verify-region)
4749         * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
4750         XEmacs.
4752         * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
4754 2010-05-07  Juanma Barranquero  <lekktu@gmail.com>
4756         * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
4758         Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
4759         * emulation/cua-base.el (cua-repeat-replace-region):
4760         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
4761         (cua-cut-region-to-global-mark):
4762         Remove text properties with `set-text-properties'.
4764 2010-05-06  Michael Albinus  <michael.albinus@gmx.de>
4766         * net/tramp.el (top, with-progress-reporter):
4767         Use `symbol-function' inside `funcall'.
4769         * net/tramp-compat.el (tramp-compat-file-attributes)
4770         (tramp-compat-delete-file, tramp-compat-delete-directory):
4771         Handle only `wrong-number-of-arguments' error.
4773         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
4774         (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
4775         inside `funcall'.
4777 2010-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4779         * minibuffer.el (completion--sreverse, completion--common-suffix):
4780         New functions.
4781         (completion-pcm--merge-completions): Extract common suffix when safe.
4783         * emacs-lisp/easy-mmode.el (define-minor-mode):
4784         Make :variable more flexible.
4785         * files.el (auto-save-mode): Use it to define using define-minor-mode.
4787 2010-05-05  Juri Linkov  <juri@jurta.org>
4789         Add `slow' and `history' tags to the desktop data.
4791         * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
4792         (Info-virtual-files) [*Apropos*]: Add `slow' tag.
4793         (Info-finder-find-node): Require `finder.el' to be able
4794         to restore node from the desktop.
4795         (Info-desktop-buffer-misc-data): Save all nodes.  Save additional
4796         data `Info-history' and `slow' tag in the assoc list.
4797         (Info-restore-desktop-buffer): Don't restore nodes with the
4798         `slow' tag.  Restore `Info-history'.
4800 2010-05-05  Michael Albinus  <michael.albinus@gmx.de>
4802         Add FORCE argument to `delete-file'.
4804         * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
4805         forcing to delete the temporary file.
4806         (ange-ftp-delete-file): Add FORCE arg.
4807         (ange-ftp-rename-remote-to-remote)
4808         (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
4809         (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
4810         Force file deletion.
4812         * net/tramp-compat.el (tramp-compat-delete-file): New defun.
4814         * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
4815         (tramp-handle-make-symbolic-link, tramp-handle-load)
4816         (tramp-do-copy-or-rename-file-via-buffer)
4817         (tramp-do-copy-or-rename-file-directly)
4818         (tramp-do-copy-or-rename-file-out-of-band)
4819         (tramp-handle-process-file, tramp-handle-call-process-region)
4820         (tramp-handle-shell-command, tramp-handle-file-local-copy)
4821         (tramp-handle-insert-file-contents, tramp-handle-write-region)
4822         (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
4824         * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
4825         (tramp-fish-handle-make-symbolic-link)
4826         (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
4828         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
4829         Use `tramp-compat-delete-file'.
4831         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
4832         (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
4834         * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
4835         (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
4837         * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
4838         (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
4839         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region): Use
4840         `tramp-compat-delete-file'.
4842 2010-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4844         Minor cleanups.
4845         * subr.el (add-minor-mode): Use push.
4846         * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
4847         * emulation/edt.el (edt-select-mode): Simplify.
4849         Use define-minor-mode in more cases.
4850         * term/tvi970.el (tvi970-set-keypad-mode):
4851         * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
4852         (normal-erase-is-backspace-mode):
4853         * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
4854         (set-scroll-bar-mode-1): (Re)move to its sole caller.
4855         (get-scroll-bar-mode): New function.
4856         * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
4858         Use define-minor-mode for less obvious cases.
4859         * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
4860         * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
4861         * international/iso-ascii.el (iso-ascii-mode):
4862         * frame.el (auto-raise-mode, auto-lower-mode):
4863         * composite.el (global-auto-composition-mode): Use define-minor-mode.
4865 2010-05-04  Michael Albinus  <michael.albinus@gmx.de>
4867         * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
4868         in order to see error messages for failed logins.
4870 2010-05-03  Chong Yidong  <cyd@stupidchicken.com>
4872         * diff.el (diff-sentinel):
4874         * epg.el (epg--make-temp-file, epg-decrypt-string)
4875         (epg-verify-string, epg-sign-string, epg-encrypt-string):
4877         * jka-compr.el (jka-compr-partial-uncompress)
4878         (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
4880         * server.el (server-sentinel): Use delete-file's new FORCE arg
4881         (Bug#6070).
4883 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4885         Use define-minor-mode where applicable.
4886         * view.el (view-mode):
4887         * type-break.el (type-break-query-mode)
4888         (type-break-mode-line-message-mode):
4889         * textmodes/reftex.el (reftex-mode):
4890         * term/vt100.el (vt100-wide-mode):
4891         * tar-mode.el (tar-subfile-mode):
4892         * savehist.el (savehist-mode):
4893         * ibuf-ext.el (ibuffer-auto-mode):
4894         * composite.el (auto-composition-mode):
4895         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
4896         Use define-minor-mode.
4897         (vhdl-mode): Use static mode-line format.
4898         (vhdl-mode-line-update): Delete.
4899         (vhdl-create-mode-menu, vhdl-activate-customizations)
4900         (vhdl-hs-minor-mode): Don't bother calling it.
4902 2010-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4904         * simple.el (with-wrapper-hook): Move.
4905         (buffer-substring-filters): Mark obsolete.
4906         (filter-buffer-substring-functions): New variable.
4907         (filter-buffer-substring): Use it.  Remove unused arg `noprops'.
4909         Use a mode-line spec rather than a static string in Semantic.
4910         * cedet/semantic/util-modes.el:
4911         (semantic-minor-modes-format): New var to replace...
4912         (semantic-minor-modes-status): Remove.
4913         (semantic-mode-line-update): Construct a mode-line spec rather than
4914         a static string so that mouse buttons can be used on individual minor
4915         modes and so that semantic-mode-line-update only needs to be called
4916         when global settings are changed.
4917         (semantic-add-minor-mode, semantic-toggle-minor-mode-globally):
4918         Call semantic-mode-line-update.
4919         (semantic-toggle-minor-mode-globally): Don't assume mode is on
4920         minor-mode-alist, check semantic-minor-mode-alist as well.
4921         (semantic-stickyfunc-mode, semantic-show-parser-state-auto-marker)
4922         (semantic-show-parser-state-marker, semantic-show-parser-state-mode)
4923         (semantic-show-unmatched-syntax-mode, semantic-highlight-edits-mode):
4924         * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
4925         * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
4926         (define-semantic-idle-service, semantic-idle-summary-mode):
4927         * cedet/semantic/decorate/mode.el (semantic-decoration-mode):
4928         Don't call semantic-mode-line-update any more.
4930 2010-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4932         Use define-minor-mode in CEDET where applicable.
4934         * cedet/srecode/mode.el (srecode-minor-mode,global-srecode-minor-mode):
4935         Use define-minor-mode.
4937         * cedet/semantic/util-modes.el (semantic-add-minor-mode):
4938         Remove unused arg `keymap' and code redundant with define-minor-mode.
4939         (semantic-toggle-minor-mode-globally): Only handle arg -1 and 1.
4940         (semantic-stickyfunc-mode, global-semantic-show-unmatched-syntax-mode)
4941         (semantic-highlight-func-mode, global-semantic-show-parser-state-mode)
4942         (global-semantic-highlight-edits-mode, semantic-highlight-edits-mode)
4943         (semantic-show-unmatched-syntax-mode, semantic-show-parser-state-mode)
4944         (global-semantic-stickyfunc-mode, global-semantic-highlight-func-mode):
4945         Use define-minor-mode.
4946         (semantic-stickyfunc-mode-setup, semantic-highlight-edits-mode-setup)
4947         (semantic-show-unmatched-syntax-mode-setup)
4948         (semantic-show-parser-state-mode-setup)
4949         (semantic-highlight-func-mode-setup): Inline into sole caller.
4951         * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
4952         (semantic-mru-bookmark-mode): Use define-minor-mode.
4953         (semantic-mru-bookmark-mode-setup): Inline into sole caller.
4955         * cedet/semantic/idle.el (define-semantic-idle-service):
4956         Use define-minor-mode and inline setup function into its sole caller.
4957         (semantic-idle-scheduler-mode-setup)
4958         (semantic-idle-summary-mode-setup): Inline into sole caller.
4959         (global-semantic-idle-scheduler-mode, semantic-idle-scheduler-mode):
4960         Use define-minor-mode.
4962         * cedet/semantic/decorate/mode.el (global-semantic-decoration-mode)
4963         (semantic-decoration-mode): Use define-minor-mode.
4964         (semantic-decoration-mode-setup): Inline into sole caller.
4966         * cedet/ede/dired.el (ede-dired-minor-mode): Initialize in declaration.
4967         (ede-dired-minor-mode): Use define-minor-mode and derived-mode-p.
4968         (ede-dired-add-to-target): Use dolist.
4970 2010-05-01  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
4971             Michael Albinus  <michael.albinus@gmx.de>
4973         Implement compression for inline methods.
4975         * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
4976         (tramp-copy-size-limit): Allow also nil.
4977         (tramp-inline-compress-commands): New defconst.
4978         (tramp-find-inline-compress, tramp-get-inline-compress)
4979         (tramp-get-inline-coding): New defuns.
4980         (tramp-get-remote-coding, tramp-get-local-coding): Remove,
4981         replaced by `tramp-get-inline-coding'.
4982         (tramp-handle-file-local-copy, tramp-handle-write-region)
4983         (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
4985 2010-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4987         * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
4988         Remove unused functions.
4990         * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
4991         Set find-tag-default-function as a variable rather than a property.
4993         * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
4994         * progmodes/etags.el (tags-completion-at-point-function):
4995         Remove left over interactive spec.  Add autoloading stub.
4996         (complete-tag): Use tags-completion-at-point-function.
4998 2010-04-30  Chong Yidong  <cyd@stupidchicken.com>
5000         * minibuffer.el (tags-completion-at-point-function): Fix return value.
5002 2010-04-29  Chong Yidong  <cyd@stupidchicken.com>
5004         * ido.el (ido-init-completion-maps): Remove C-v binding.
5005         (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
5007 2010-04-29  Chong Yidong  <cyd@stupidchicken.com>
5009         * minibuffer.el (tags-completion-at-point-function): New function.
5010         (completion-at-point-functions): Use it.
5012         * cedet/semantic.el (semantic-completion-at-point-function):
5013         New function.
5014         (semantic-mode): Use semantic-completion-at-point-function for
5015         completion-at-point-functions instead.
5017         * progmodes/etags.el (complete-tag): Revert last change.
5019 2010-04-29  Alan Mackenzie  <acm@muc.de>
5021         * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
5022         off-by-one error (in end of macro position).
5024 2010-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5026         * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
5027         firefox is absent.  Don't autoload.
5028         (browse-url-galeon-program): Don't autoload.
5030 2010-04-28  Chong Yidong  <cyd@stupidchicken.com>
5032         * bindings.el (complete-symbol): Move into minibuffer.el.
5034         * minibuffer.el (complete-tag): Move from etags.el.  If tags
5035         completion cannot be performed, return nil instead of signalling
5036         an error.
5037         (completion-at-point): Make it an alias for complete-symbol.
5038         (complete-symbol): Move from bindings.el, and replace with the
5039         body of completion-at-point.
5041         * progmodes/etags.el (complete-tag): Move to minibuffer.el.
5043         * cedet/semantic.el (semantic-mode): When enabled, add
5044         semantic-ia-complete-symbol to completion-at-point-functions.
5046         * cedet/semantic/ia.el (semantic-ia-complete-symbol): Return nil
5047         if Semantic is not active.
5049 2010-04-28  Michael Albinus  <michael.albinus@gmx.de>
5051         * net/tramp.el (tramp-remote-selinux-p): New defun.
5052         (tramp-handle-file-selinux-context)
5053         (tramp-handle-set-file-selinux-context): Use it.
5055 2010-04-28  Sam Steingold  <sds@gnu.org>
5057         * progmodes/bug-reference.el (bug-reference-url-format): Mark as
5058         `safe-local-variable' if the value is a string or a symbol with
5059         the property `bug-reference-url-format'.
5061 2010-04-28  Chong Yidong  <cyd@stupidchicken.com>
5063         * progmodes/bug-reference.el (bug-reference-url-format):
5064         Revert 2010-04-27 change due to security risk.
5066 2010-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5068         Make it possible to locally disable a globally enabled mode.
5069         * simple.el (fundamental-mode): Run fundamental-mode-hook.
5070         * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
5071         rather than kill-all-local-variables so it runs fundamental-mode-hook.
5072         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5073         Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
5074         that subsequent hooks get a chance to disable it.
5076 2010-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5078         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5079         Avoid re-enabling a minor mode after the user turned the minor mode
5080         off if MODE-enable-in-buffers is run twice (typically once from
5081         fundamental-mode's after-change-major-mode-hook and a second time from
5082         run-mode-hook's own after-change-major-mode-hook).
5084         * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
5086 2010-04-27  Sam Steingold  <sds@gnu.org>
5088         * progmodes/bug-reference.el (bug-reference-url-format): Mark as
5089         `safe-local-variable' if the value is a string or a function, as
5090         documented and implemented on 2010-04-02.
5092 2010-04-27  Juanma Barranquero  <lekktu@gmail.com>
5094         * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
5095         when method is 'kill.
5097 2010-04-27  Agustín Martín  <agustin.martin@hispalinux.es>
5099         * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
5100         condition in default directory check.
5101         (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
5102         Kill ispell process when killing its associated buffer.
5104 2010-04-27  Jan Djärv  <jan.h.d@swipnet.se>
5106         * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
5107         but we aren't using it.
5109 2010-04-25  Jan Djärv  <jan.h.d@swipnet.se>
5111         * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
5112         checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
5114 2010-04-24  Glenn Morris  <rgm@gnu.org>
5116         * emacs-lisp/authors.el (authors-obsolete-files-regexps):
5117         Ignore VCS-ignore files, and deleted nextstep preferences files.
5118         (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
5119         (authors-ambiguous-files): New list.
5120         (authors-valid-file-names): Add some deleted files.
5121         (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
5122         (authors-disambiguate-file-name): New function.  (Bug#5501)
5123         (authors-canonical-file-name): Doc fix.
5124         Don't warn about obsolete files.
5125         (authors-canonical-file-name, authors-scan-el):
5126         Use authors-disambiguate-file-name.
5128         * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
5129         Add autoload cookies.
5130         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
5131         (generated-autoload-file): Set file-local value to "htmlfontify.el".
5132         * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
5133         They have definitions / compiler macros in cl.el.
5134         (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
5135         Replace manual autoloads with generated ones.
5136         (htmlfontify-unload-rgb-file): Remove autoload.
5137         * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
5139 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5141         * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
5142         (byte-compile-setq-default): Optimize for the
5143         single-var case and don't call byte-compile-form in this case to avoid
5144         inf-loop with byte-compile-set-default.
5146         * progmodes/compile.el (compilation-start): Abbreviate default directory.
5148 2010-04-23  Michael Albinus  <michael.albinus@gmx.de>
5150         Implement SELINUX backends.
5152         * net/tramp.el (tramp-file-name-handler-alist):
5153         Add `file-selinux-context' and `set-file-selinux-context'.
5154         (tramp-handle-file-selinux-context)
5155         (tramp-handle-set-file-selinux-context): New defuns.
5156         (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
5157         Handle PRESERVE-SELINUX-CONTEXT.
5159         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
5160         Add `file-selinux-context' and `set-file-selinux-context'.
5161         (tramp-gvfs-handle-file-selinux-context)
5162         (tramp-gvfs-handle-set-file-selinux-context): New defuns.
5163         (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
5165         * net/ange-ftp.el (ange-ftp-copy-file):
5166         * net/tramp-fish.el (tramp-fish-handle-copy-file):
5167         * net/tramp-imap.el (tramp-imap-handle-copy-file):
5168         * net/tramp-smb.el (tramp-smb-handle-copy-file):
5169         Add PRESERVE-SELINUX-CONTEXT.
5171 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
5173         Synchronize with Tramp repository.
5175         * net/tramp.el (with-connection-property, tramp-completion-mode-p)
5176         (tramp-action-process-alive, tramp-action-out-of-band)
5177         (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
5178         (tramp-exists-file-name-handler): Fix docstring.
5179         (with-progress-reporter): New defmacro.
5180         (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
5181         (tramp-maybe-open-connection): Use it.
5183 2010-04-22  Noah Lavine  <noah549@gmail.com>  (tiny change)
5185         Detect ssh 'ControlMaster' argument automatically in some cases.
5187         * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
5188         (tramp-default-method): Use it.
5190 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
5192         * net/tramp.el (tramp-handle-copy-file): Add new optional
5193         parameter `preserve-selinux-context'.
5194         (tramp-file-name-for-operation): Add `set-file-selinux-context'.
5196 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
5198         * net/tramp.el (tramp-completion-handle-file-name-all-completions):
5199         Ensure, that non remote files are still checked.  Oops.
5201 2010-04-21  Michael Albinus  <michael.albinus@gmx.de>
5203         Fix Bug#5840.
5205         * icomplete.el (icomplete-completions): Use `non-essential'.
5207         * net/tramp.el (tramp-connectable-p): New defun.
5208         (tramp-handle-expand-file-name)
5209         (tramp-completion-handle-file-name-all-completions)
5210         (tramp-completion-handle-file-name-completion): Use it.
5212 2010-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5214         * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
5216 2010-04-21  Jan Djärv  <jan.h.d@swipnet.se>
5218         * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
5220         * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
5222         * loadup.el: Load dynamic-setting.el if feature dynamic-setting
5223         is present.
5225         * info.el (info-tool-bar-map): Add labels.
5227         * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
5229         * cus-edit.el (custom-commands): Add labels for tool bar.
5230         (custom-buffer-create-internal, Custom-mode): Adjust for
5231         labels in custom-commands.
5233         * dynamic-setting.el: Renamed from font-setting.el.
5235 2010-04-21  John Wiegley  <jwiegley@gmail.com>
5237         * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
5238         toggles the use of virtual buffers.
5239         (ido-buffer-internal): Guard `ido-use-virtual-buffers' global value.
5240         (ido-toggle-virtual-buffers): New function.
5242 2010-04-21  Juanma Barranquero  <lekktu@gmail.com>
5244         Use `define-derived-mode'; fix window selection; doc fixes.
5245         * play/tetris.el (tetris, tetris-update-speed-function)
5246         (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
5247         (tetris-move-left, tetris-move-right, tetris-rotate-prev)
5248         (tetris-rotate-next, tetris-end-game, tetris-start-game)
5249         (tetris-pause-game): Fix typos in docstrings.
5250         (tetris-mode-map, tetris-null-map):
5251         Move initialization into declaration.
5252         (tetris-mode): Define with `define-derived-mode';
5253         set show-trailing-whitespace to nil.
5254         (tetris): Prefer window already displaying the "*Tetris*" buffer.
5256 2010-04-21  Karel Klíč  <kklic@redhat.com>
5258         * files.el (backup-buffer): Handle SELinux context, and return it
5259         if a backup was made by renaming.
5260         (backup-buffer-copy): Set SELinux context to the target file.
5261         (basic-save-buffer): Set SELinux context of the newly written file.
5262         (basic-save-buffer-1): Now it also returns any SELinux context.
5263         (basic-save-buffer-2): Set SELinux context of the newly created file,
5264         and return it.
5265         * net/tramp.el (tramp-file-name-for-operation):
5266         Add file-selinux-context.
5268 2010-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5270         Make the log-edit comments use RFC822 format throughout.
5272         * vc.el (vc-checkin, vc-modify-change-comment):
5273         Adjust to new vc-start/finish-logentry.
5274         (vc-find-conflicted-file): New command.
5275         (vc-transfer-file): Adjust to new vc-checkin.
5276         (vc-next-action): Improve scoping.
5278         * vc-hg.el (vc-hg-log-edit-mode): Remove.
5279         (vc-hg-checkin): Remove extra arg.  Use log-edit-extract-headers.
5281         * vc-git.el (vc-git-log-edit-mode): Remove.
5282         (vc-git-checkin): Remove extra arg.  Use log-edit-extract-headers.
5283         (vc-git-commits-coding-system): Rename from git-commits-coding-system.
5285         * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
5286         (vc-start-logentry): Remove argument `extra'.
5287         (vc-finish-logentry): Remove extra args.
5289         * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
5290         (vc-bzr-checkin): Remove extra arg.  Use log-edit-extract-headers.
5291         (vc-bzr-conflicted-files): New function.
5293         * log-edit.el (log-edit-extra-flags)
5294         (log-edit-before-checkin-process): Remove.
5295         (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
5296         (log-edit-headers-alist): New var.
5297         (log-edit-header-contents-regexp): New const.
5298         (log-edit-match-to-eoh): New function.
5299         (log-edit-font-lock-keywords): Use them.
5300         (log-edit): Insert a "Summary:" header as default.
5301         (log-edit-mode): Mark font-lock rules as case-insensitive.
5302         (log-edit-done): Cleanup headers.
5303         (log-view-process-buffer): Remove.
5304         (log-edit-extract-headers): New function to replace it.
5306 2010-04-20  Juanma Barranquero  <lekktu@gmail.com>
5308         * subr.el (default-direction-reversed): Remove obsolescence info.
5310 2010-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5312         * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
5313         windows/frames.
5315         * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
5316         I.e. include text after point in the completion region.
5317         Also, return nil when we're not after/in a symbol.
5319         * international/mule-cmds.el (view-hello-file): Don't fiddle with the
5320         default enable-multibyte-characters.
5322 2010-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5324         * international/mule.el: Help the user choose a valid coding-system.
5325         (read-buffer-file-coding-system): New function.
5326         (set-buffer-file-coding-system): Use it.  Prompt the user if the
5327         coding-system cannot encode all the chars.
5329         * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
5330         (vc-bzr-shelve-show, vc-bzr-shelve-apply)
5331         (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
5332         Don't use *vc-bzr-shelve*.
5334 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
5336         * cedet/ede/pmake.el (ede-proj-makefile-insert-variables):
5337         Don't destroy list before using it.
5339 2010-04-19  Dan Nicolaescu  <dann@ics.uci.edu>
5341         Fix the version number for added files.
5342         * vc-hg.el (vc-hg-working-revision): Check if the file is
5343         registered after hg parent fails (Bug#5961).
5345 2010-04-19  Glenn Morris  <rgm@gnu.org>
5347         * htmlfontify.el (htmlfontify-buffer)
5348         (htmlfontify-copy-and-link-dir): Autoload entry points.
5350 2010-04-19  Magnus Henoch  <magnus.henoch@gmail.com>
5352         * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
5353         name relative to the project root (Bug#5960).
5355 2010-04-19  Glenn Morris  <rgm@gnu.org>
5357         * vc-git.el (vc-git-print-log): Doc fix.
5359 2010-04-19  Óscar Fuentes  <ofv@wanadoo.es>
5361         * ido.el (ido-file-internal): Fix 2009-12-02 change.
5363 2010-04-19  Christoph  <cschol2112@googlemail.com>  (tiny change)
5365         * progmodes/grep.el (grep-compute-defaults): Fix handling of host
5366         default settings (Bug#5928).
5368 2010-04-19  Glenn Morris  <rgm@gnu.org>
5370         * progmodes/fortran.el (fortran-match-and-skip-declaration):
5371         New function.
5372         (fortran-font-lock-keywords-3): Use it.  (Bug#1385)
5374 2010-04-19  Kenichi Handa  <handa@m17n.org>
5376         * language/indian.el (malayalam-composable-pattern): Fix previous
5377         change (add U+0D4D "SIGN VIRAMA").
5378         (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
5379         (tamil-composable-pattern): Fix typo in the regexp.
5380         (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
5381         (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
5382         (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
5384 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
5386         * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
5387         paragraph-separate (Bug#5821).
5389 2010-04-19  Juri Linkov  <juri@jurta.org>
5391         Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
5393         * info.el (Info-find-node-2): Comment out code that skips
5394         breadcrumbs line.
5395         (Info-mouse-follow-link): New command.
5396         (Info-link-keymap): New keymap.
5397         (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
5398         Return a string with links instead of inserting breadcrumbs
5399         to the Info buffer.
5400         (Info-fontify-node): Comment out code that inserts breadcrumbs.
5401         Instead of putting the `invisible' text property over the Info
5402         header, make an overlay over the Info header with the `invisible'
5403         property and `after-string' set to the string returned by
5404         `Info-breadcrumbs'.
5406 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
5408         * help.el (help-window-setup-finish): Doc fix (Bug#5830).
5409         Reported by monkey@sandpframing.com.
5411 2010-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5413         * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
5414         (tmm-get-keymap): Add key-binding shortcuts now that they're not
5415         available in the "keyseq cache" any more.
5417         * custom.el (defcustom): Add edebug spec.
5419 2010-04-18  Juri Linkov  <juri@jurta.org>
5421         Test for special mode-class in view-buffer instead of view-file (bug#5513).
5423         * view.el (view-file, view-buffer): Move test for special mode-class
5424         from view-file to view-buffer.
5426         * tar-mode.el (tar-extract): Turn if's into one cond
5427         like in arc-mode.el.
5429 2010-04-18  Juri Linkov  <juri@jurta.org>
5431         Add 7z archive format support (bug#5475).
5433         * arc-mode.el (archive-zip-extract): Try to find 7z executable.
5434         (archive-7z-extract): New defcustom.
5435         (archive-find-type): Add magic string for 7z.
5436         (archive-extract-by-stdout): Add new optional arg `stderr-file'.
5437         If `stderr-file' is non-nil, use `(t stderr-file)' for the
5438         `buffer' arg of `call-process'.
5439         (archive-zip-extract): Check `archive-zip-extract' for "7z" and
5440         call the function `archive-7z-extract' with the variable
5441         `archive-7z-extract' let-bound to `archive-zip-extract'.
5442         (archive-7z-summarize, archive-7z-extract): New functions.
5444         * international/mule.el (auto-coding-alist):
5445         * files.el (auto-mode-alist): Add 7z file extension.
5447 2010-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5449         * loadup.el: Setup hash-cons for pure data.
5451         Fix duplicate entries in cedet's loaddefs.el files.
5452         * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
5453         Should make most file-local generated-autoload-file unnecessary.
5454         (print-readably): Silence warnings.
5455         (autoload-find-destination): Take load-name as an arg to make sure
5456         it's the same as the one that will be in the file.
5457         (autoload-generate-file-autoloads): Adjust to above changes.
5458         Try to make the dataflow a bit simpler.
5460         * cvs-status.el (cvs-refontify): Remove unused.
5462 2010-04-18  Jay Belanger  <jay.p.belanger@gmail.com>
5464         * calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
5466         * calc-bin.el (calc-radix): Have the "O" option turn on
5467         twos-complement mode.
5469 2010-04-17  Jay Belanger  <jay.p.belanger@gmail.com>
5471         * calc-ext.el (calc-init-extensions): Add keybinding for 'calc-option'.
5472         Add `calc-option-prefix-help' to calc-help autoloads.
5473         (calc-inverse): Add "Option" to message, as appropriate.
5474         (calc-hyperbolic): Add "Option" to message, as appropriate.
5475         (calc-option, calc-is-option): New functions.
5477         * calc-help.el (calc-full-help): Add `calc-option-help'.
5478         (calc-option-prefix-help): New function.
5480         * calc-misc.el (calc-help): Add "Option" entry.
5482         * calc.el (calc-local-var-list): Add `calc-option-flag'.
5483         (calc-option-flag): New variable.
5484         (calc-do): Set `calc-option-flag to nil.
5485         (calc-set-mode-line): Add "Opt " as appropriate.
5487 2010-04-16  Juri Linkov  <juri@jurta.org>
5489         Move scrolling commands from simple.el to window.el
5490         because their primitives are implemented in window.c.
5492         * simple.el (scroll-error-top-bottom)
5493         (scroll-up-command, scroll-down-command, scroll-up-line)
5494         (scroll-down-line, scroll-other-window-down)
5495         (beginning-of-buffer-other-window, end-of-buffer-other-window):
5496         * window.el (scroll-error-top-bottom)
5497         (scroll-up-command, scroll-down-command, scroll-up-line)
5498         (scroll-down-line, scroll-other-window-down)
5499         (beginning-of-buffer-other-window, end-of-buffer-other-window):
5500         Move from simple.el to window.el because their primitives are
5501         implemented in window.c.
5503 2010-04-16  Juri Linkov  <juri@jurta.org>
5505         * isearch.el (isearch-lookup-scroll-key): Check both
5506         `isearch-scroll' and `scroll-command' properties.
5507         (scroll-up, scroll-down): Remove `isearch-scroll' property.
5509         * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
5511         * simple.el (scroll-up-command, scroll-down-command)
5512         (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
5514 2010-04-15  Juri Linkov  <juri@jurta.org>
5516         * simple.el (scroll-up-command, scroll-down-command)
5517         (scroll-up-line, scroll-down-line): Put `scroll-command'
5518         property on the these symbols.  Remove them from
5519         `scroll-preserve-screen-position-commands'.
5521         * mwheel.el (mwheel-scroll): Put `scroll-command' and
5522         `isearch-scroll' properties on the `mwheel-scroll' symbol.
5523         Remove it from `scroll-preserve-screen-position-commands'.
5525         * isearch.el (isearch-allow-scroll): Doc fix.
5527 2010-04-15  Michael Albinus  <michael.albinus@gmx.de>
5529         * net/tramp.el (tramp-error-with-buffer): Don't show the
5530         connection buffer when we are in completion mode.
5531         (tramp-file-name-handler): Catch the error for some operations
5532         when we are in completion mode.  This gives the user the chance to
5533         correct the file name in the minibuffer.
5535 2010-04-15  Glenn Morris  <rgm@gnu.org>
5537         * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
5539 2010-04-15  Juanma Barranquero  <lekktu@gmail.com>
5541         Simplify by using `define-derived-mode'.
5542         * info.el (Info-mode):
5543         * calendar/todo-mode.el (todo-mode):
5544         * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
5545         (gomoku-mode-map): Move initialization into declaration.
5547 2010-04-14  Michael Albinus  <michael.albinus@gmx.de>
5549         Fix Bug#5840.
5550         * ido.el (ido-file-name-all-completions-1):
5551         * minibuffer.el (minibuffer-completion-help):
5552         * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
5554 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5556         * simple.el (non-essential): New var.
5558         Add a new field `location' to bookmarks for non-file bookmarks.
5559         * bookmark.el (bookmark-location): Use the new field, if present.
5560         (bookmark-insert-location): Undo last change, not needed any more.
5561         * man.el (Man-bookmark-make-record):
5562         * woman.el (woman-bookmark-make-record): Add `location' field.
5564 2010-04-14  Juri Linkov  <juri@jurta.org>
5566         * simple.el (scroll-error-top-bottom): New defcustom.
5567         (scroll-up-command, scroll-down-command): Use it.  Doc fix.
5569         * emulation/pc-select.el (pc-select-override-scroll-error):
5570         Obsolete in favor of `scroll-error-top-bottom'.
5572 2010-04-14  Juri Linkov  <juri@jurta.org>
5574         * tutorial.el (tutorial--default-keys): Rebind `C-v' to
5575         `scroll-up-command' and `M-v' to `scroll-down-command'.
5577         * emulation/cua-rect.el (cua--init-rectangles):
5578         * forms.el (forms--change-commands):
5579         * image-mode.el (image-mode-map):
5580         Remap scroll-down-command and scroll-up-command
5581         in addition to scroll-down and scroll-up.
5583 2010-04-14  Juri Linkov  <juri@jurta.org>
5585         * mwheel.el (scroll-preserve-screen-position-commands):
5586         Add mwheel-scroll to this list of commands.
5588         * simple.el (scroll-preserve-screen-position-commands):
5589         Add scroll-up-command, scroll-down-command, scroll-up-line,
5590         scroll-down-line to this list of commands.
5592 2010-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5594         * obsolete/complete.el: Move from lisp/complete.el.
5596         * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
5598         * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
5599         to the minor mode function now turns the mode ON unconditionally.
5601 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5603         * vc-dir.el (vc-dir-kill-line): New command.
5604         (vc-dir-mode-map): Bind it to C-k.
5606         * bookmark.el (bookmark-insert-location): Handle a nil filename.
5608         * woman.el: Add bookmark declarations to silence the compiler.
5609         (bookmark-prop-get): Use `man-args' rather than `filename' as a first
5610         step to compatibility between man and woman bookmarks.
5611         Adjust for Man-default-bookmark-title renaming.
5612         (woman-bookmark-jump): Adjust accordingly.  Don't forget to autoload.
5614         * man.el: Add bookmark declarations to silence the compiler.
5615         (Man-name-local-regexp): Make it match NAME as well.
5616         (Man-getpage-in-background): Return the buffer.
5617         (Man-notify-when-ready): Use `case'.
5618         (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
5619         Don't hardcode "NAME".  Simplify.
5620         (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
5621         Rename from Man-bookmark-make-record.
5622         (Man-bookmark-jump): Rename from man-bookmark-jump.  Simplify now that
5623         we have the actual man-args.  Use Man-getpage-in-background rather
5624         than `man' since the arg is already processed.  Let bookmark.el do the
5625         window handling.  Only wait for the relevant process.
5626         Don't forget to autoload.
5628         * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
5630 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5632         * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
5633         New functions.
5634         (woman-mode): Setup bookmark support.
5636         * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
5637         (man-bookmark-jump): New functions.
5638         (Man-mode): Setup bookmark support.
5640 2010-04-10  Jari Aalto  <jari.aalto@cante.net>
5642         * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
5643         recognize ssh-keygen prompt (Bug#2817).
5645 2010-04-10  Michael Albinus  <michael.albinus@gmx.de>
5647         * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
5649 2010-04-10  Michael Albinus  <michael.albinus@gmx.de>
5651         Synchronize with Tramp repository.
5653         * net/tramp.el (tramp-completion-function-alist)
5654         (tramp-file-name-regexp, tramp-chunksize)
5655         (tramp-local-coding-commands, tramp-remote-coding-commands):
5656         Fix docstring.
5657         (tramp-remote-process-environment): Use `format' instead of `concat'.
5658         (tramp-handle-directory-files-and-attributes)
5659         (tramp-get-remote-path): Use `copy-tree'.
5660         (tramp-handle-file-name-all-completions): Backward/ XEmacs
5661         compatibility: Use `completion-ignore-case' if
5662         `read-file-name-completion-ignore-case' does not exist.
5663         (tramp-do-copy-or-rename-file-directly): Do not use
5664         `tramp-handle-file-remote-p'.
5665         (tramp-do-copy-or-rename-file-out-of-band):
5666         Use `tramp-compat-delete-directory'.
5667         (tramp-do-copy-or-rename-file-out-of-band)
5668         (tramp-compute-multi-hops, tramp-maybe-open-connection):
5669         Use `format-spec-make'.
5670         (tramp-find-foreign-file-name-handler)
5671         (tramp-advice-make-auto-save-file-name)
5672         (tramp-set-auto-save-file-modes): Remove superfluous check for
5673         `stringp'.  This is done inside `tramp-tramp-file-p'.
5674         (tramp-debug-outline-regexp): New defconst.
5675         (tramp-get-debug-buffer): Use it.
5676         (tramp-check-for-regexp): Use (forward-line 1).
5677         (tramp-set-auto-save-file-modes): Adapt version check.
5679         * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
5680         Wrap call of `featurep' for 2nd argument.
5681         (tramp-compat-make-temp-file): Simplify fallback implementation.
5682         (tramp-compat-copy-tree): Remove function.
5683         (tramp-compat-delete-directory): Provide implementation for older
5684         Emacsen.
5686         * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
5687         Do not use `tramp-fish-handle-file-attributes.
5689         * net/trampver.el: Update release number.
5691 2010-04-10  Glenn Morris  <rgm@gnu.org>
5693         * progmodes/compile.el (compilation-save-buffers-predicate):
5694         Add missing :version tag.
5696 2010-04-09  Sam Steingold  <sds@gnu.org>
5698         * progmodes/compile.el (compilation-save-buffers-predicate):
5699         Remove the "autoload" cookie.
5701         * progmodes/bug-reference.el (turn-on-bug-reference-mode)
5702         (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
5703         and `bug-reference-prog-mode' can be used in hooks directly.
5705 2010-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
5707         Add --author support to git commit.
5708         * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
5709         (vc-git-log-edit-mode): New minor mode.
5710         (log-edit-mode, log-edit-extra-flags, log-edit-mode):
5711         New declarations.
5713 2010-04-09  Eric Raymond  <esr@snark.thyrsus.com>
5715         * vc-hooks.el, vc-git.el: Improve documentation comments.
5717 2010-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5719         Fix some of the problems in defsubst* (bug#5728).
5720         * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
5721         (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
5723 2010-04-07  Sam Steingold  <sds@gnu.org>
5725         * progmodes/compile.el (compilation-save-buffers-predicate):
5726         New custom variable.
5727         (compile, recompile): Pass it to `save-some-buffers'.
5729 2010-04-07  Jan Djärv  <jan.h.d@swipnet.se>
5731         * wid-edit.el (widget-choose): Move cursor to the second line of
5732         the buffer (Bug#5695).
5734 2010-04-07  Dan Nicolaescu  <dann@ics.uci.edu>
5736         Add new VC methods: vc-log-incoming and vc-log-outgoing.
5737         * vc.el (vc-print-log-setup-buttons): New function split out from
5738         vc-print-log-internal.
5739         (vc-log-internal-common): New function, a parametrized version of
5740         vc-print-log-internal.
5741         (vc-print-log-internal): Just call vc-log-internal-common with the
5742         right arguments.
5743         (vc-incoming-outgoing-internal):
5744         (vc-log-incoming, vc-log-outgoing): New functions.
5745         (vc-log-view-type): New permanent local variable.
5747         * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
5749         * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
5750         of the dynamic bound vc-short-log.
5751         (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
5753         * vc-git.el (vc-git-log-outgoing): New function.
5754         (vc-git-log-view-mode): Use vc-log-view-type instead
5755         of the dynamic bound vc-short-log.
5757         * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
5758         of the dynamic bound vc-short-log.  Highlight the tag.
5759         (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
5760         (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
5761         (vc-hg-incoming-mode): Remove.
5762         (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
5764 2010-04-07  Dan Nicolaescu  <dann@ics.uci.edu>
5766         Fix default-directory for vc-root-diff.
5767         * vc.el (vc-root-diff): Bind default-directory to the root
5768         directory for the diff command.
5770 2010-04-07  Michael McNamara  <mac@mail.brushroad.com>
5772         * progmodes/verilog-mode.el (verilog-forward-sexp):
5773         (verilog-calc-1): Support "disable fork" and "fork wait" multi
5774         word keywords, suggested by Steve Pearlmutter.
5775         (verilog-pretty-declarations): Support lineup of declarations in
5776         port lists.
5777         (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
5778         fix bug for /* / comments.
5779         (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
5780         Speed up and simplfy as this is never called with a bound.
5781         (verilog-pretty-declarations): Enhance to line up declarations
5782         inside a parameter list, suggested by Alan Morgan.
5783         (verilog-pretty-expr): Tune assignment regular expression match
5784         string for corner cases; also use markers instead of character
5785         number as indent changes the later.
5787 2010-04-07  Wilson Snyder  <wsnyder@wsnyder.org>
5789         * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
5790         as missing keyword.
5791         (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
5792         causing truncation of AUTOWIRE signals.  Reported by Bruce Tennant.
5793         (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
5794         AUTO_TEMPLATEs needing multiple array bits.  Suggested by Bruce
5795         Tennant.
5796         (verilog-keywords):
5797         (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
5798         1800-2009 keywords, including "global.".
5800 2010-04-06  John Wiegley  <jwiegley@gmail.com>
5802         * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
5803         appearing in buffer list (if a live buffer name matched a recentf
5804         file basename).  Should use uniquify to offer a real solution.
5806 2010-04-06  John Wiegley  <jwiegley@gmail.com>
5808         * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
5809         comment to code, and add a :version tag.
5810         (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
5812 2010-04-06  Juanma Barranquero  <lekktu@gmail.com>
5814         Enable recentf-mode if using virtual buffers.
5815         * ido.el (recentf-list): Declare for byte-compiler.
5816         (ido-virtual-buffers): Move up to silence byte-compiler.  Add docstring.
5817         (ido-make-buffer-list): Simplify.
5818         (ido-add-virtual-buffers-to-list): Simplify.  Enable recentf-mode.
5820 2010-04-05  Juri Linkov  <juri@jurta.org>
5822         Scrolling commands which scroll a line instead of full screen.
5823         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
5825         * simple.el (scroll-up-line, scroll-down-line): New commands.
5826         Put property isearch-scroll=t on them.
5828         * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
5829         Remove commands.
5831 2010-04-05  Juri Linkov  <juri@jurta.org>
5833         Scrolling commands which do not signal errors at top/bottom.
5834         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
5836         * simple.el (scroll-up-command, scroll-down-command): New commands.
5837         Put property isearch-scroll=t on them.
5839         * bindings.el (global-map): Rebind [prior] from `scroll-down' to
5840         `scroll-down-command' and [next] from `scroll-up' to
5841         `scroll-up-command'.
5843         * emulation/cua-base.el: Put property CUA=move on
5844         `scroll-up-command' and `scroll-down-command'.
5845         (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
5846         and `scroll-down-command' to `cua-scroll-down'.
5848 2010-04-05  Juanma Barranquero  <lekktu@gmail.com>
5850         * help.el (describe-mode): Return nil.
5852 2010-04-04  John Wiegley  <jwiegley@gmail.com>
5854         * ido.el (ido-use-virtual-buffers): New variable to indicate
5855         whether "virtual buffer" support is enabled for IDO.
5856         (ido-virtual): Face used to indicate virtual buffers in the list.
5857         (ido-buffer-internal): If a buffer is chosen, and no such buffer
5858         exists, but a virtual buffer of that name does (which would be why
5859         it was in the list), recreate the buffer by reopening the file.
5860         (ido-make-buffer-list): If virtual buffers are being used, call
5861         `ido-add-virtual-buffers-to-list' before the make list hook.
5862         (ido-virtual-buffers): New variable which contains a copy of the
5863         current contents of the `recentf-list', albeit pared down for the
5864         sake of speed, and with proper faces applied.
5865         (ido-add-virtual-buffers-to-list): Using the `recentf-list',
5866         create a list of "virtual buffers" to present to the user in
5867         addition to the currently open set.  Note that this logic could
5868         get rather slow if that list is too large.  With the default
5869         `recentf-max-saved-items' of 200, there is little speed penalty.
5871 2010-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5873         * font-lock.el: Require CL when compiling.
5874         (font-lock-turn-on-thing-lock): Use `case'.
5876 2010-04-03  Eli Zaretskii  <eliz@gnu.org>
5878         * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
5879         Zaretskii.
5881 2010-04-02  Juanma Barranquero  <lekktu@gmail.com>
5883         * cedet/semantic/imenu.el (semantic-imenu-bucketize-type-members)
5884         (semantic-create-imenu-directory-index): Fix typos in docstrings.
5885         (semantic-imenu-goto-function): Reflow docstring.
5887 2010-04-02  Juri Linkov  <juri@jurta.org>
5889         * ehelp.el (electric-help-orig-major-mode):
5890         New buffer-local variable.
5891         (electric-help-mode): Set it to original major-mode.  Doc fix.
5892         (with-electric-help): Use `electric-help-orig-major-mode' instead
5893         of (default-value 'major-mode).  Doc fix.
5894         http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
5896 2010-04-02  Sam Steingold  <sds@gnu.org>
5898         * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
5899         `vc-hg-command' with a list of flags.
5901         * progmodes/bug-reference.el (bug-reference-bug-regexp):
5902         Also accept "patch" and "RFE".
5903         (bug-reference-fontify): `bug-reference-url-format' can also be a
5904         function to be able to handle the bug kind.
5905         (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
5907 2010-04-02  Jan Djärv  <jan.h.d@swipnet.se>
5909         * tmm.el (tmm-get-keymap): Check with symbolp before passing
5910         value to fboundp, it may not be a symbol.
5912 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
5914         * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
5916 2010-03-31  Juri Linkov  <juri@jurta.org>
5918         * simple.el (next-line, previous-line): Re-throw a signal
5919         with `signal' instead of using `ding'.
5920         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
5922 2010-03-31  Juri Linkov  <juri@jurta.org>
5924         * simple.el (keyboard-escape-quit): Raise deselecting the active
5925         region higher than exiting the minibuffer.
5926         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
5928 2010-03-31  Juri Linkov  <juri@jurta.org>
5930         * image.el (image-animated-p): Use `image-metadata' instead of
5931         `image-extension-data'.  Get GIF extenstion data from metadata
5932         property `extension-data'.
5934 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5936         * simple.el (append-to-buffer): Simplify.
5938 2010-03-31  Tomas Abrahamsson  <tab@lysator.liu.se>
5940         * textmodes/artist.el (artist-mode): Fix typo in docstring.
5941         Reported by Alex Schröder <kensanata@gmail.com>.  (Bug#5807)
5943 2010-03-31  Kenichi Handa  <handa@m17n.org>
5945         * language/sinhala.el (composition-function-table): Fix regexp for
5946         the new Unicode specification.
5948         * language/indian.el (devanagari-composable-pattern)
5949         (tamil-composable-pattern, kannada-composable-pattern)
5950         (malayalam-composable-pattern): Adjust for the new Unicode
5951         specification.
5952         (bengali-composable-pattern, gurmukhi-composable-pattern)
5953         (gujarati-composable-pattern, oriya-composable-pattern)
5954         (telugu-composable-pattern): New variables to cope with the new
5955         Unicode specification.  Use them in composition-function-table.
5957 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5959         Make tmm-menubar work for the Buffers menu again (bug#5726).
5960         * tmm.el (tmm-prompt): Also handle keymap entries in the form of
5961         vectors rather than cons cells, as used in menu-bar-update-buffers.
5963 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
5965         * progmodes/js.el (js-auto-indent-flag, js-mode-map)
5966         (js-insert-and-indent): Revert 2009-08-15 change, restoring
5967         electric punctuation for "{}();,:" (Bug#5586).
5969         * mail/sendmail.el (mail-default-directory): Doc fix.
5971 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
5973         * mail/sendmail.el (mail-default-directory): Doc fix.
5975 2010-03-31  Eli Zaretskii  <eliz@gnu.org>
5977         * subr.el (version-regexp-alist, version-to-list)
5978         (version-list-<, version-list-=, version-list-<=)
5979         (version-list-not-zero, version<, version<=, version=): Doc fix.
5980         (Bug#5744).
5982 2010-02-31  Dan Nicolaescu  <dann@ics.uci.edu>
5984         * vc.el (vc-root-diff): Doc fix.
5986 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
5988         * vc.el (vc-print-log, vc-print-root-log): Doc fix.
5990         * simple.el (append-to-buffer): Fix last change.
5992 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
5994         * simple.el (append-to-buffer): Ensure that point is preserved if
5995         BUFFER is the current buffer.  Suggested by YAMAMOTO Mitsuharu.
5996         (Bug#5749)
5998 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
6000         * files.el (auto-mode-case-fold): Change default to t.
6002 2010-03-30  Juri Linkov  <juri@jurta.org>
6004         * dired-x.el (dired-omit-mode): Doc fix.
6006 2010-03-30  Juri Linkov  <juri@jurta.org>
6008         * replace.el (occur-accumulate-lines): Move occur-engine related
6009         functions `occur-accumulate-lines' and `occur-engine-add-prefix'
6010         to be located after `occur-engine'.
6012 2010-03-30  Juri Linkov  <juri@jurta.org>
6014         Make occur handle multi-line matches cleanly with context.
6015         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
6017         * replace.el (occur-accumulate-lines): Add optional arg `pt'.
6018         (occur-engine): Add local variables `ret', `prev-after-lines',
6019         `prev-lines'.  Use more arguments for `occur-context-lines'.
6020         Set first elem of its returned list to `data', and the second elem
6021         to `prev-after-lines'.  Don't print the separator line.
6022         In the end, print remaining context after-lines.
6023         (occur-context-lines): Add new arguments `begpt', `endpt',
6024         `lines', `prev-lines', `prev-after-lines'.  Rewrite to combine
6025         after-lines of the previous match with before-lines of the
6026         current match and not overlap them.  Return a list with two
6027         values: the output line and the list of context after-lines.
6029 2010-03-30  Juri Linkov  <juri@jurta.org>
6031         * replace.el (occur-accumulate-lines): Fix a bug where the first
6032         context line at the beginning of the buffer was missing.
6034 2010-03-30  Eli Zaretskii  <eliz@gnu.org>
6036         * files.el: Make bidi-display-reordering safe variable for boolean
6037         values.
6039 2010-03-29  Phil Hagelberg  <phil@evri.com>
6040             Chong Yidong  <cyd@stupidchicken.com>
6042         * subr.el: Extend progress reporters to perform "spinning".
6043         (progress-reporter-update, progress-reporter-do-update):
6044         Handle non-numeric value arguments.
6045         (progress-reporter--pulse-characters): New var.
6047 2010-03-28  Chong Yidong  <cyd@stupidchicken.com>
6049         * progmodes/compile.el (compilation-start): Fix regexp detection
6050         of initial cd command (Bug#5771).
6052 2010-03-28  Stefan Guath  <stefan@automata.se>  (tiny change)
6054         * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
6056 2010-03-27  Nick Roberts  <nickrob@snap.net.nz>
6058         Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
6059         * lisp/progmodes/gdb-mi.el: Restore.
6060         * lisp/progmodes/gdb-ui.el: Remove.
6061         * lisp/progmodes/gud.el: Re-accommodate for gdb-mi.el.
6063 2010-03-25  Glenn Morris  <rgm@gnu.org>
6065         * desktop.el (desktop-save-buffer-p): Don't mistakenly include
6066         all dired buffers, even tramp ones.  (Bug#5755)
6068 2010-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6070         Add "union tags" in mpc.el.
6071         * mpc.el: Remove backward compatibility code.
6072         (mpc-browser-tags): Change default.
6073         (mpc--find-memoize-union-tags): New var.
6074         (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
6075         (mpc-cmd-find): Handle the case where the playlist does not exist.
6076         Handle union-tags.
6077         (mpc-cmd-list): Use mpc-cmd-special-tag-p.  Handle union-tags.
6078         (mpc-cmd-add): Use mpc-cmd-flush.
6079         (mpc-tagbrowser-tag-name): New fun.
6080         (mpc-tagbrowser-buf): Use it.
6081         (mpc-songs-refresh): Use cond.  Move to point-min as a fallback.
6083 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6085         Misc cleanup.
6086         * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
6087         Use replace-regexp-in-string.
6088         (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
6089         (makefile-imake-mode-syntax-table): Move init into defvar.
6090         (makefile-mode): Use define-derived-mode.
6092         * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
6093         (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
6094         not be present any more.
6096 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
6098         * faces.el (set-face-attribute): Fix typo in docstring.
6099         (face-valid-attribute-values): Reflow docstring.
6101         * cedet/srecode/table.el (srecode-template-table): Fix docstring typo.
6103 2010-03-24  Glenn Morris  <rgm@gnu.org>
6105         * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
6107 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
6109         * indent.el (indent-for-tab-command): Doc fix.
6111 2010-03-24  Alan Mackenzie  <acm@muc.de>
6113         * progmodes/cc-engine.el (c-remove-stale-state-cache):
6114         Fix off-by-one error.  Fixes bug #5747.
6116 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
6118         * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
6119         (image-dired-read-comment): Doc fix.
6121         * json.el (json-object-type, json-array-type, json-key-type)
6122         (json-false, json-null, json-read-number):
6123         * minibuffer.el (completion-in-region-functions):
6124         * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
6125         (cal-tex-cursor-week):
6126         * emacs-lisp/trace.el (trace-function):
6127         * eshell/em-basic.el (eshell/printnl):
6128         * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
6129         (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
6130         * obsolete/levents.el (allocate-event, event-key, event-object)
6131         (event-point, event-process, event-timestamp, event-to-character)
6132         (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
6133         * textmodes/reftex-vars.el (reftex-index-macros-builtin)
6134         (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
6135         (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
6136         (reftex-highlight-selection): Fix typos in docstrings.
6138 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
6140         * minibuffer.el (completion-in-region-functions): Fix docstring typos.
6142 2010-03-24  Glenn Morris  <rgm@gnu.org>
6144         * mail/rmail.el (rmail-highlight-face): Restore option deleted
6145         2008-02-13 without comment; mark it obsolete.
6146         (rmail-highlight-headers): Use rmail-highlight-face once more.
6148 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
6150         * woman.el (woman2-process-escapes): Only consume the newline if
6151         the filler character is on a line by itself (Bug#5729).
6153 2010-03-24  Kenichi Handa  <handa@m17n.org>
6155         * language/indian.el (devanagari-composable-pattern): Add more
6156         consonants.
6158 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
6160         * net/trampver.el: Update release number.
6162 2010-03-24  Glenn Morris  <rgm@gnu.org>
6164         * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
6166 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
6168         * net/tramp.el (tramp-find-executable):
6169         Use `tramp-get-connection-buffer'.  Make the regexp for checking
6170         output of "wc -l" more robust.
6171         (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
6172         (tramp-open-connection-setup-interactive-shell): Remove workaround
6173         for OpenSolaris bug, it is not needed anymore.
6175 2010-03-24  Eric M. Ludlam  <zappo@gnu.org>
6177         * cedet/semantic/imenu.el: New file, from the CEDET repository
6178         (Bug#5412).
6180 2010-03-24  Glenn Morris  <rgm@gnu.org>
6182         * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie.  (Bug#4427)
6184 2010-03-24  Wilson Snyder  <wsnyder@wsnyder.org>
6186         * files.el (auto-mode-alist): Accept more verilog file patterns.
6188 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6190         * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
6192 2010-03-24  Glenn Morris  <rgm@gnu.org>
6194         * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
6195         log-edit-before-checkin-process.
6197         * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
6199         * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
6201         * vc-dispatcher.el (vc-start-logentry): Doc fix.
6202         (log-view-process-buffer, log-edit-extra-flags): Declare.
6204         * log-edit.el (log-edit-before-checkin-process): Doc fix.
6206         * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
6207         Consistently check ede-object is bound throughout.
6209         * cedet/ede/project-am.el (ede-shell-run-something): Declare.
6211 2010-03-23  Sam Steingold  <sds@gnu.org>
6213         Fix bug#5620: recalculate all markers on compilation buffer
6214         modifications, not on file modifications.
6215         * progmodes/compile.el (buffer-modtime): New buffer-local variable:
6216         the buffer modification time, for buffers not associated with files.
6217         (compilation-mode): Create it.
6218         (compilation-filter): Update it.
6219         (compilation-next-error-function): Use it instead of
6220         `visited-file-modtime' for timestamp.
6222 2010-03-23  Juri Linkov  <juri@jurta.org>
6224         Implement Occur multi-line matches.
6225         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
6227         * replace.el (occur): Doc fix.
6228         (occur-engine): Set `begpt' to the beginning of the first line.
6229         Set `endpt' to the end of the last match line.  At first, count
6230         line numbers between `origpt' and `begpt'.  Split out code from
6231         `out-line' variable to new let-bindings `match-prefix' and
6232         `match-str'.  In `out-line' add non-numeric prefix to all
6233         non-first lines of multi-line matches.  Finally, count lines
6234         between `begpt' and `endpt' and add to `lines'.
6236 2010-03-23  Juri Linkov  <juri@jurta.org>
6238         * replace.el (occur-accumulate-lines, occur-engine):
6239         Use `occur-engine-line' instead of duplicate code.
6240         (occur-engine-line): New function created from duplicate code
6241         in `occur-accumulate-lines' and `occur-engine'.
6243         * replace.el (occur-engine-line): Add optional arg `keep-props'.
6244         (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
6246 2010-03-23  Juri Linkov  <juri@jurta.org>
6248         * finder.el: Remove TODO tasks.
6250         * info.el (Info-finder-find-node): Add node "all"
6251         with all package info.  Handle a list of multiple keywords
6252         separated by comma.
6253         (info-finder): In interactive use with a prefix argument,
6254         use `completing-read-multiple' to read a list of keywords
6255         separated by comma.
6257 2010-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6259         Add a new completion style `substring'.
6260         * minibuffer.el (completion-basic--pattern): New function.
6261         (completion-basic-try-completion, completion-basic-all-completions):
6262         Use it.
6263         (completion-substring--all-completions)
6264         (completion-substring-try-completion)
6265         (completion-substring-all-completions): New functions.
6266         (completion-styles-alist): New style `substring'.
6268 2010-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6270         Get rid of .elc files after removal of the corresponding .el.
6271         * Makefile.in (compile-clean): New target.
6272         (compile-main): Use it.
6274 2010-03-22  Jan Djärv  <jan.h.d@swipnet.se>
6276         * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
6277         don't do make there.  When compiling with separate object dir, there
6278         is no Makefile there.
6280 2010-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6282         Get rid of the ELCFILES abomination, again.
6283         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
6284         (all, compile): Don't call compile-last.
6285         (compile-main): Build the "elcfiles" list dynamically.
6286         (compile-targets): New (internal) target.
6288 2010-03-21  Andreas Schwab  <schwab@linux-m68k.org>
6290         * Makefile.in (top_srcdir): Define.
6291         (abs_top_builddir): Define.
6292         (srcdir): Don't append `/..'.
6293         (EMACS): Use ${abs_top_builddir}.
6294         (all, compile, compile-always, compile-last): Don't set emacswd.
6295         (update-subdirs, update-authors): Use $(top_srcdir) instead of
6296         $(srcdir).
6297         (lisp): Use $(srcdir) instead of @srcdir@.
6299 2010-03-21  Juri Linkov  <juri@jurta.org>
6301         Fix message of multi-line occur regexps and multi-buffer header lines.
6302         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
6304         * replace.el (occur-1): Don't display regexp if it is longer
6305         than window-width.  Use `query-replace-descr' to display regexp.
6306         (occur-engine): Don't display regexp in the buffer header for
6307         multi-buffer occur.  Display a separate header line with total
6308         match count and regexp for multi-buffer occur.
6309         Use `query-replace-descr' to display regexp.
6311 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6313         * net/secrets.el: Fix parenthesis.
6314         (secrets-enabled): Fix parenthesis.
6316 2010-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6318         Use more relative file and directory names.
6319         * Makefile.in (EMACS): Arrange for it to work when we chdir.
6320         (setwins, setwins_almost, setwins_for_subdirs):
6321         Don't `cd'; output relative names.
6322         (all, compile, compile-always, compile-last): Set emacswd.
6323         (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
6324         Just cd to the lisp source dir so we can use relative file names.
6326         * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
6328 2010-03-20  Glenn Morris  <rgm@gnu.org>
6330         * textmodes/rst.el: Use faces for font-lock customization, and make the
6331         old -face variables obsolete.
6332         (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
6333         (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
6334         (rst-block-face, rst-external-face, rst-definition-face)
6335         (rst-directive-face, rst-comment-face, rst-emphasis1-face)
6336         (rst-emphasis2-face, rst-literal-face, rst-reference-face):
6337         Make obsolete.
6338         (rst-font-lock-keywords-function): Update for above changes.
6340 2010-03-20  Juri Linkov  <juri@jurta.org>
6342         * s-region.el:
6343         * obsolete/s-region.el: Move to obsolete.
6345 2010-03-19  Juanma Barranquero  <lekktu@gmail.com>
6347         * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
6349 2010-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
6351         * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
6353 2010-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
6355         Add special markup processing for commit logs.
6356         * log-edit.el (log-edit-extra-flags): New variable.
6357         (log-edit): Add new argument MODE.  Use that mode when non-nil
6358         instead of the log-view-mode.
6359         (log-view-process-buffer): New function.
6361         * vc.el: Document that the checkin method takes optional
6362         arguments.  Document new backend specific method: log-view-mode.
6363         (vc-default-log-edit-mode): New function.
6364         (vc-checkin): Use a backend specific log-view-mode.
6365         Pass extra arguments to the checkin method.
6366         (vc-modify-change-comment): Pass a dummy extra argument.
6368         * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
6369         log-edit.
6370         (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
6371         (vc-finish-logentry): Process the log buffer before passing it
6372         down.  Pass log-edit-extra-flags.
6374         * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
6375         command.
6376         (log-edit-extra-flags, log-edit-before-checkin-process):
6377         New declarations.
6379         * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
6380         command.
6381         (log-edit-extra-flags, log-edit-before-checkin-process):
6382         New declarations.
6383         (vc-hg-log-edit-mode): New derived mode.
6385         * vc-arch.el (vc-arch-checkin):
6386         * vc-cvs.el (vc-cvs-checkin):
6387         * vc-git.el (vc-git-checkin):
6388         * vc-mtn.el (vc-mtn-checkin):
6389         * vc-rcs.el (vc-rcs-checkin):
6390         * vc-sccs.el (vc-sccs-checkin):
6391         * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
6393 2010-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6395         * outline.el (hide-sublevels): Don't hide trailing newline (and fix
6396         parent typo).
6398 2010-03-19  Glenn Morris  <rgm@gnu.org>
6400         * password-cache.el (password-cache, password-cache-expiry): Autoload.
6402 2010-03-18  Glenn Morris  <rgm@gnu.org>
6404         * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
6406         * replace.el (query-replace-history): Give it a doc string.
6407         (map-query-replace-regexp): Use query-replace-from-history-variable
6408         and query-replace-to-history-variable.
6410         * mail/hashcash.el (declare-function): Remove duplicate definition.
6412         * mail/emacsbug.el (report-emacs-bug-pretest-address):
6413         Make it an obsolete alias for report-emacs-bug-address.
6414         (message-strip-special-text-properties): Declare.
6415         (report-emacs-bug): Remove test for a pretest bug address.
6416         Combine message-mode-specific code.
6418         * mail/supercite.el: Don't require sendmail.
6419         (mh-in-header-p): Declare rather than using with-no-warnings.
6420         (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
6421         mail-header-end.  Don't bind mysterious variable `kill-lines-magic'.
6423         * calendar/cal-french.el: Convert to utf-8.
6425         * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
6426         Emacs scripts.
6428 2010-03-16  Michael Albinus  <michael.albinus@gmx.de>
6430         * net/secrets.el (secrets-enabled): New variable.  Use it instead
6431         of a subfeature.
6433 2010-03-15  Michael Albinus  <michael.albinus@gmx.de>
6435         * net/secrets.el (top): Register the D-Bus signals only when the
6436         service "org.freedesktop.secrets" can be pinged.
6437         Provide subfeature `enabled'.
6439 2010-03-14  Juri Linkov  <juri@jurta.org>
6441         Add finder unknown keywords.
6443         * finder.el (finder-unknown-keywords): New function.
6445         * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
6446         to create a Finder node with unknown keywords.
6448 2010-03-14  Juri Linkov  <juri@jurta.org>
6450         * finder.el (finder-compile-keywords): Replace `princ' with
6451         `prin1' on a list of symbols interned from keyword strings.
6453         * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
6454         a comma, then split keywords using a comma and optional whitespace.
6455         Otherwise, split by whitespace.
6457         * complete.el:
6458         * face-remap.el:
6459         * log-view.el:
6460         * net/hmac-def.el:
6461         * net/hmac-md5.el:
6462         * net/netrc.el:
6463         * progmodes/mixal-mode.el: Fix keywords.
6465 2010-03-13  Michael Albinus  <michael.albinus@gmx.de>
6467         * Makefile.in (ELCFILES): Add net/secrets.elc.
6469         * net/secrets.el: New file.
6471 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
6473         * facemenu.el (list-colors-display, list-colors-print): New arg
6474         callback.  Use it to allow selecting colors.
6476         * wid-edit.el (widget-image-insert): Insert image prop even if the
6477         current display is non-graphic.
6478         (widget-field-value-set): New fun.
6479         (editable-field): Use it.
6480         (widget-field-value-get): Clean up unused var.
6481         (widget-color-value-create, widget-color--choose-action):
6482         New funs.  Allow using list-colors-display to choose color.
6484 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
6486         * cus-edit.el: Resort topmost custom groups.
6487         (custom-buffer-sort-alphabetically): Default to t.
6488         (customize-apropos): Use apropos-parse-pattern.
6489         (custom-search-field): New var.
6490         (custom-buffer-create-internal): Add custom-apropos search field.
6491         (custom-add-parent-links): Don't display parent doc.
6492         (custom-group-value-create): Don't sort top-level custom group.
6493         (custom-magic-value-create): Show visibility button before option name.
6495         (custom-variable-state): New fun, from custom-variable-state-set.
6496         (custom-variable-state-set): Use it.
6497         (custom-group-value-create): Hide options with standard values
6498         using the :hidden-states property.  Use progress reporter.
6500         (custom-show): Simplify.
6501         (custom-visibility): Disable images by default.
6502         (custom-variable): New property :hidden-states.
6503         (custom-variable-value-create): Enable images for
6504         custom-visibility widgets.  Use :hidden-states property to
6505         determine initial visibility.
6507         * wid-edit.el (widget-image-find): Give images center ascent.
6508         (visibility): Add :on-image and :off-image properties.
6509         (widget-visibility-value-create): Use them.
6511 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
6513         * cus-edit.el (processes): Remove from development group.
6514         (oop, hypermedia): Delete group.
6515         (comm): Promote to top-level group.
6517         * net/browse-url.el (browse-url):
6518         * net/xesam.el (xesam):
6519         * net/tramp.el (tramp):
6520         * net/goto-addr.el (goto-address):
6521         * net/ange-ftp.el (ange-ftp): Put in comm group.
6523         * view.el (view): Remove from editing group.
6525         * uniquify.el (uniquify): Put in files group.
6527         * net/browse-url.el (browse-url):
6528         * ps-print.el (postscript): Put in external group.
6530         * cus-edit.el (outlines):
6531         * textmodes/text-mode.el (text-mode-hook):
6532         * textmodes/table.el (table):
6533         * textmodes/picture.el (picture):
6534         * outline.el (outlines): Put in wp group.
6536         * nxml/nxml-mode.el (nxml): Remove from wp group.
6538         * net/tramp-imap.el (tramp-imap): Put in tramp group.
6540         * mail/metamail.el (metamail): Remove from hypermedia group.
6542         * cus-edit.el (abbrev):
6543         * whitespace.el (whitespace):
6544         * vcursor.el (vcursor):
6545         * reveal.el (reveal):
6546         * hl-line.el (hl-line): Put in convenience group.
6548         * epg-config.el (epg): Put in data group.
6550         * emulation/pc-select.el (pc-select): Put in emulations group.
6552         * calculator.el (calculator): Put in applications group.
6554 2010-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
6556         Add .dir-locals.el support for file-less buffers.
6557         * files.el (hack-local-variables): Split out code to apply local
6558         variable settings ...
6559         (hack-local-variables-apply): ... here.  New function.
6560         (hack-dir-local-variables): Use the default directory for when the
6561         buffer does not have an associated file.
6562         (hack-dir-local-variables-non-file-buffer): New function.
6563         * diff-mode.el (diff-mode):
6564         * vc-annotate.el (vc-annotate-mode):
6565         * vc-dir.el (vc-dir-mode):
6566         * log-edit.el (log-edit-mode):
6567         * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
6569 2010-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
6571         Add support for shelving snapshots and for showing shelves.
6572         * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
6573         (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
6574         New functions.
6575         (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
6576         (vc-bzr-extra-menu-map): Map them.
6578 2010-03-11  Glenn Morris  <rgm@gnu.org>
6580         * cus-edit.el (customize-changed-options-previous-release):
6581         Bump to 23.1.
6583         * image.el (image-animate-max-time): Fix :version tag.
6585 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
6587         * Branch for 23.2.
6589 2010-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6591         * vc-git.el (vc-git-revision-table): Include remote branches.
6593 2010-03-10  Kim F. Storm  <storm@cua.dk>
6595         Animated image API.
6596         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
6598         * image.el (image-animate-max-time): New defcustom.
6599         (image-animated-types): New defconst.
6600         (create-animated-image, image-animate-timer)
6601         (image-animate-start, image-animate-stop, image-animate-timeout)
6602         (image-animated-p): New functions.
6604         * image-mode.el (image-toggle-display-image):
6605         Replace `create-image' with `create-animated-image'.
6607 2010-03-09  Miles Bader  <miles@gnu.org>
6609         * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
6610         instead of "format:"; this ensures that the output is
6611         newline-terminated.
6613 2010-03-08  Chong Yidong  <cyd@stupidchicken.com>
6615         * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
6616         that all errors are caught, and that the return value is always a
6617         list (Bug#5692).
6619 2010-03-08  Kenichi Handa  <handa@m17n.org>
6621         * language/misc-lang.el (windows-1256): New coding system.
6622         (cp1256): New alias of windows-1256 (bug#5690).
6624 2010-03-07  Andreas Schwab  <schwab@linux-m68k.org>
6626         * mail/rfc822.el (rfc822-addresses): Move catch clause down around
6627         call to rfc822-bad-address.  (Bug#5692)
6629 2010-03-07  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
6631         * vc-git.el (vc-git-annotate-extract-revision-at-line):
6632         Use vc-git-root as default directory for revision path (Bug#5657).
6634 2010-03-06  Chong Yidong  <cyd@stupidchicken.com>
6636         * calculator.el (calculator): Don't bind split-window-keep-point
6637         (Bug#5674).
6639 2010-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6641         * vc-git.el: Re-flow to fit into 80 columns.
6642         (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
6643         Remove spurious `quote' element in each case alternative.
6644         (vc-git-show-log-entry): Use prog1.
6645         (vc-git-after-dir-status-stage): Remove unused var `remaining'.
6647 2010-03-06  Glenn Morris  <rgm@gnu.org>
6649         * cedet/semantic/grammar.el (semantic-grammar-header-template):
6650         Update template copyright to GPLv3+.
6652 2010-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6654         * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
6656 2010-03-03  Chong Yidong  <cyd@stupidchicken.com>
6658         * macros.el (insert-kbd-macro): Look up keyboard macro using the
6659         definition, not the name (Bug#5481).
6661 2010-03-03  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
6663         * subr.el (momentary-string-display): Don't overwrite the MESSAGE
6664         argument with a local variable.  (Bug#5670)
6666 2010-03-02  Juri Linkov  <juri@jurta.org>
6668         * info.el (Info-index-next): Decrement line number by 2.  (Bug#5652)
6670 2010-03-02  Michael Albinus  <michael.albinus@gmx.de>
6672         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
6673         error when FILENAME and NEWNAME are existing remote directories.
6675         * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
6676         parameter DIR-FLAG.
6678 2010-03-02  Glenn Morris  <rgm@gnu.org>
6680         * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
6681         of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
6683 2010-03-01  Kenichi Handa  <handa@m17n.org>
6685         * language/burmese.el (burmese-composable-pattern): Rename from
6686         myanmar-composable-pattern.
6688         * international/characters.el (script-list):
6689         * international/fontset.el (script-representative-chars):
6690         Change myanmar to burmese.
6691         (otf-script-alist): Likewise.
6692         (setup-default-fontset): Likewise.  Re-fix :otf spec.
6694 2010-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6696         * menu-bar.el (menu-bar-manuals-menu): Fix typo.
6698 2010-02-28  Jan Djärv  <jan.h.d@swipnet.se>
6700         * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
6702 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
6704         * net/tramp.el (tramp-handle-write-region): START can be a string.
6705         Take care in the checks.  Reported by Dan Davison
6706         <davison@stats.ox.ac.uk>.
6708 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
6710         * net/dbus.el (dbus-introspect, dbus-get-property)
6711         (dbus-set-property, dbus-get-all-properties):
6712         Use `dbus-call-method' when noninteractive.  (Bug#5645)
6714 2010-02-28  Chong Yidong  <cyd@stupidchicken.com>
6716         * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
6717         * emacs-lisp/elint.el (elint-add-required-env):
6718         * cedet/semantic/db-find.el
6719         (semanticdb-find-translate-path-brutish-default):
6720         * cedet/ede/make.el (ede-make-check-version):
6721         * calendar/icalendar.el (icalendar--add-diary-entry):
6722         * calc/calcalg2.el (math-tracing-integral):
6723         * files.el (recover-session-finish): Use with-current-buffer
6724         instead of save-excursion.
6726 2010-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6728         Fix in-buffer completion when after-change-functions modify the buffer.
6729         * minibuffer.el (completion--replace): New function.
6730         (completion--do-completion): Use it and use relative movement.
6732 2010-02-27  Chong Yidong  <cyd@stupidchicken.com>
6734         * international/fontset.el (setup-default-fontset): Fix :otf spec.
6736 2010-02-27  Jeremy Whitlock  <jcscoobyrs@gmail.com>  (tiny change)
6738         * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
6739         Allow the characters _<> in the stack entry (Bug#5653).
6741 2010-02-26  Kenichi Handa  <handa@m17n.org>
6743         * language/burmese.el: Fix entries in composition-function-table.
6744         (myanmar-composable-pattern): New variable.
6746         * international/fontset.el (setup-default-fontset): Add an entry
6747         for myanmar.
6749         * international/characters.el (script-list): Add Myanmar
6750         Extended-A.
6752 2010-02-26  Glenn Morris  <rgm@gnu.org>
6754         * custom.el (custom-initialize-delay): Doc fix.
6756         * mail/sendmail.el (send-mail-function): Autoload the call
6757         to custom-initialize-delay, not otherwise preserved in loaddefs.el.
6759 2010-02-24  Chong Yidong  <cyd@stupidchicken.com>
6761         * files.el (hack-local-variables-filter): For eval forms, also
6762         check safe-local-variable-p (Bug#5636).
6764 2010-02-24  Eduard Wiebe  <usenet@pusto.de>
6766         * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
6767         and use c(ad)r of cddr (Bug#5640).
6769 2010-02-22  Michael Albinus  <michael.albinus@gmx.de>
6771         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
6772         setting the modes by `ignore-errors'.  It might fail, for example
6773         if the file is not owned by the user but the group.
6774         (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
6776 2010-02-21  Chong Yidong  <cyd@stupidchicken.com>
6778         * files.el (directory-listing-before-filename-regexp): Use
6779         stricter matching for iso-style dates, to avoid false matches with
6780         date-like filenames (Bug#5597).
6782         * htmlfontify.el (htmlfontify): Doc fix.
6784         * eshell/eshell.el (eshell): Doc fix.
6786         * startup.el (fancy-about-screen): In mode-line, apply
6787         mode-line-buffer-id face only to the buffer name (Bug#5613).
6789 2010-02-20  Kevin Ryde  <user42@zip.com.au>
6791         * progmodes/compile.el (compilation-error-regexp-alist-alist):
6792         In `watcom' anchor regexp to start of line, to avoid slowness
6793         (Bug#5599).
6795 2010-02-20  Eli Zaretskii  <eliz@gnu.org>
6797         * subr.el (remove-yank-excluded-properties): Explain in a comment
6798         why `category' property is removed.
6800 2010-02-19  Chong Yidong  <cyd@stupidchicken.com>
6802         * isearch.el (isearch-update-post-hook, isearch-update): Revert
6803         2010-02-17 change.
6805 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
6807         * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
6808         (icalendar--convert-weekly-to-ical)
6809         (icalendar--convert-yearly-to-ical)
6810         (icalendar--convert-block-to-ical)
6811         (icalendar--convert-cyclic-to-ical)
6812         (icalendar--convert-anniversary-to-ical): Take care of time
6813         specifications where hour has 1-digit only (Bug#5549).
6815 2010-02-19  Nick Roberts  <nickrob@snap.net.nz>
6817         * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
6818         of disassemble output in GDB 7.1.
6820 2010-02-19  Glenn Morris  <rgm@gnu.org>
6822         * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
6823         property.  (Bug#5593)
6825 2010-02-18  Sam Steingold  <sds@gnu.org>
6827         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
6829 2010-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6831         Use abbreviated file names in bookmarks (bug#5591).
6832         * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
6833         calls to expand-file-name.
6834         (bookmark-relocate): Use abbreviated file names in bookmarks.
6835         (bookmark-load): Use abbreviated file names in messages.
6837 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
6839         * net/tramp.el (tramp-handle-directory-files): When FULL, do not
6840         expand "." and "..".  Reported by Thierry Volpiatto
6841         <thierry.volpiatto@gmail.com>.
6843 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
6845         * net/tramp.el (tramp-handle-insert-file-contents): Set always the
6846         permissions of the temporary file to "0600".  In case the remote
6847         file has no read permissions for the owner, there might be
6848         problems otherwise.  Reported by Ole Laursen <olau@iola.dk>.
6850 22010-02-18  Glenn Morris  <rgm@gnu.org>
6852         * emacs-lisp/authors.el (authors-renamed-files-alist):
6853         Add entries for INSTALL.CVS.
6855 2010-02-17  Mark A. Hershberger  <mah@everybody.org>
6857         * vc-bzr.el: Fix typo in Known Bugs section.
6859         * isearch.el (isearch-update-post-hook): New hook.
6860         (isearch-update): Use the new hook.
6862 2010-02-16  Michael Albinus  <michael.albinus@gmx.de>
6864         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
6865         Fix errors in copying directories.
6866         (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
6867         (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
6868         (tramp-handle-delete-file)
6869         (tramp-handle-dired-recursive-delete-directory)
6870         (tramp-handle-write-region): Flush also the cache for the upper
6871         directory.
6873 2010-02-16  Chong Yidong  <cyd@stupidchicken.com>
6875         * simple.el (save-interprogram-paste-before-kill): Doc fix.
6877         * cus-edit.el (hardware): Doc fix.
6879         * man.el (man): Add to external custom group.
6881         * delim-col.el (columns): Move to wp custom group.
6883         * doc-view.el (doc-view): Add to data custom group.
6885         * cedet/data-debug.el (data-debug): Move to extensions group.
6887         * cedet/ede.el (ede):
6888         * cedet/srecode.el (srecode):
6889         * cedet/semantic.el (semantic): Put in tools and extensions group.
6891         * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
6893         * textmodes/flyspell.el (flyspell-word): Obey the offset specified
6894         by ispell-parse-output (Bug#5575).
6896 2010-02-16  Kenichi Handa  <handa@m17n.org>
6898         * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
6899         (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
6900         (skkdic-convert): Use `euc-japan' coding system for writing.
6902 2010-02-16  Glenn Morris  <rgm@gnu.org>
6904         * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
6905         tex-main-file before using it.  (Bug#5562)
6907 2010-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6909         * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
6910         warnings, since it is annoying for the user to see them each time he
6911         runs the code.
6913 2010-02-15  Michael Albinus  <michael.albinus@gmx.de>
6915         * net/tramp.el (tramp-process-actions, tramp-read-passwd):
6916         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
6917         instead of PROC for caching "first-password-request".  Otherwise,
6918         new processes would not profit from passwords already entered.
6920         * net/tramp-cache.el (tramp-dump-connection-properties):
6921         Don't save "first-password-request" property.
6923 2010-02-14  Juanma Barranquero  <lekktu@gmail.com>
6925         * outline.el (outline-head-from-level):
6926         * simple.el (with-wrapper-hook):
6927         * cedet/ede.el (ede-run-target, project-delete-target)
6928         (project-dist-files, ede-name, ede-documentation, ede-parent-project)
6929         (ede-adebug-project, ede-adebug-project-parent)
6930         (ede-adebug-project-root):
6931         * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
6932         (elint-defun, elint-buffer-env, elint-top-form-logged)
6933         (elint-unbound-variable):
6934         * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
6935         Fix typos in docstrings.
6937 2010-02-14  Michael Albinus  <michael.albinus@gmx.de>
6939         * files.el (insert-directory): When WILDCARD-REGEXP and
6940         FULL-DIRECTORY-P are nil, insert the file entry instead of the
6941         whole directory.  (Bug#5551)
6943         * net/ange-ftp.el (ange-ftp-insert-directory): Insert "  " for
6944         dired's alignment sanity.  (Bug#5516)
6946 2010-02-14  Juri Linkov  <juri@jurta.org>
6948         * man.el (Man-fontify-manpage, Man-cleanup-manpage):
6949         Remove remaining ^H with their preceding chars.  (Bug#5566)
6951 2010-02-13  Glenn Morris  <rgm@gnu.org>
6953         * simple.el (transpose-subr): Give it a doc-string.
6955         * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
6956         Doc fixes.
6958 2010-02-12  Juri Linkov  <juri@jurta.org>
6960         * arc-mode.el (archive-unique-fname): Make directories for nested
6961         archives.  (Bug#5540)
6963 2010-02-12  Juri Linkov  <juri@jurta.org>
6965         * ffap.el (dired-at-point): Fix docstring.  (Bug#5565)
6967 2010-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6969         * subr.el (copy-overlay): Handle deleted overlays.
6971         * man.el (Man-completion-table): Don't signal an error if we can't run
6972         manual-program (bug#4056).
6974 2010-02-10  Juanma Barranquero  <lekktu@gmail.com>
6976         * textmodes/artist.el (artist-mt): Fix typos in docstring.
6978 2010-02-10  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6980         * info.el (Info-bookmark-jump): Simplify.
6982         * bookmark.el (bookmark-handle-bookmark): Catch the right error.
6983         (bookmark-default-handler): Accept new bookmark field `buffer'.
6985 2010-02-10  Chong Yidong  <cyd@stupidchicken.com>
6987         * iswitchb.el (iswitchb-completions): Revert last change.
6989 2010-02-10  Michael Albinus  <michael.albinus@gmx.de>
6991         * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
6992         FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
6993         This prevents file names like "~/" being listed literally.
6995 2010-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
6997         * term/xterm.el (xterm-maybe-set-dark-background-mode):
6998         Remove dead code.  (Bug#5546)
7000 2010-02-09  Chong Yidong  <cyd@stupidchicken.com>
7002         * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
7003         correctly (Bug#5548).
7005 2010-02-08  Jose E. Marchesi  <jemarch@gnu.org>
7007         * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
7008         (ada-adjust-case): Don't adjust case in hexadecimal number literals.
7010 2010-02-08  Kenichi Handa  <handa@m17n.org>
7012         * international/mule-util.el (with-coding-priority): Add autoload
7013         cookie for putting `lisp-indent-function'.
7015 2010-02-07  Glenn Morris  <rgm@gnu.org>
7017         * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
7018         Move F2003 named interfaces from keywords-2 to keywords-1, and
7019         use function-name-face rather than constant-face.
7020         Simplify "abstract interface" regexp.
7022 2010-02-07  Chong Yidong  <cyd@stupidchicken.com>
7024         * eshell/esh-util.el (eshell-file-attributes): New optional arg
7025         ID-FORMAT.  Pass it to `file-attributes'.
7027         * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
7029 2010-02-07  sj  <prime.wizard+emacs@gmail.com>  (tiny change)
7031         * faces.el (set-face-attribute): Allow calling
7032         internal-set-lisp-face-attribute with 'unspecified family and
7033         foundry argument (Bug#5536).
7035 2010-02-07  Glenn Morris  <rgm@gnu.org>
7037         * progmodes/f90.el (f90-font-lock-keywords-2)
7038         (f90-looking-at-type-like, f90-looking-at-program-block-end):
7039         Handle F2003 named interfaces.
7041 2010-02-06  Chong Yidong  <cyd@stupidchicken.com>
7043         * progmodes/cc-mode.el (c-common-init): Bind temporary variables
7044         beg and end before calling c-get-state-before-change-functions.
7046 2010-02-06  Dan Nicolaescu  <dann@ics.uci.edu>
7048         * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
7050 2010-02-05  Juri Linkov  <juri@jurta.org>
7052         * doc-view.el (doc-view-mode):
7053         * image-mode.el (image-mode): Put property mode-class=special.
7054         (Bug#4896)
7056 2010-02-05  Mark A. Hershberger  <mah@everybody.org>
7058         * vc-svn.el (vc-svn-revision-table): New function.
7060 2010-02-05  Michael Albinus  <michael.albinus@gmx.de>
7062         * net/ange-ftp.el (ange-ftp-insert-directory):
7063         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
7064         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
7065         Handle also directories.  (Bug#5478)
7067 2010-02-05  Glenn Morris  <rgm@gnu.org>
7069         * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
7071 2010-02-05  Chong Yidong  <cyd@stupidchicken.com>
7073         * startup.el (command-line-1): Convert options beginning with a
7074         single dash as well (Bug#5519).
7076 2010-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7078         Make `initials' completion work for /hh -> /home/horn again (bug#5524).
7079         * minibuffer.el (completion-initials-expand): Only check the presence
7080         of delims *within* the boundaries, since otherwise the / delim is
7081         always found for files.
7083         Fix up various corner case problems.
7084         * doc-view.el (doc-view-last-page-number): New function.
7085         (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
7086         (doc-view-goto-page): Avoid inf-loops when the conversion fails.
7087         (doc-view-kill-proc): Avoid inf-loop in freak cases.
7088         (doc-view-reconvert-doc): Use the new recursive delete-directory.
7089         (doc-view-convert-current-doc): Don't create the resolution.el file
7090         here any more.
7091         (doc-view-pdf/ps->png): Do it here instead.
7092         (doc-view-already-converted-p): Check that resolution.el is present.
7093         (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
7094         windows that are not yet showing images.
7096 2010-02-04  Michael Albinus  <michael.albinus@gmx.de>
7098         * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
7099         `dired-uncache' for every elemnt which is an absolute file name.
7101         * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
7102         directory, handle its directory component.
7103         (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
7104         function is called permanently and creates noise, otherwise.
7106         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
7107         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
7108         Handle the case, FILENAME is not in `default-directory'.  (Bug#5478)
7110 2010-02-04  David Burger  <dburger@google.com>  (tiny change)
7112         * macros.el (apply-macro-to-region-lines):
7113         Minor simplification.  (Bug#5485)
7115 2010-02-04  Glenn Morris  <rgm@gnu.org>
7117         * mail/rmail.el (rmail-show-message-1): Handle malformed
7118         quoted-printable text.  (Bug#5441)
7120         * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
7122         * simple.el (visual-line-mode): Capitalize lighter.
7124 2010-02-03  John Wiegley  <jwiegley@gmail.com>
7126         * iswitchb.el (iswitchb-completions): Add bookmark files to the
7127         list of files considered for "virtual buffer" completions.
7129 2010-02-03  Michael Albinus  <michael.albinus@gmx.de>
7131         * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
7132         also in case of (and (not full) (not wildcard)).  This is needed
7133         when dired is called with a list of files, which are not in
7134         `default-directory'.  (Bug#5478)
7136 2010-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7138         * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
7140 2010-02-02  Juri Linkov  <juri@jurta.org>
7142         * textmodes/ispell.el (ispell-message-text-end): Remove final newline
7143         from unidiff to allow function-line after @@.
7145 2010-02-02  Juri Linkov  <juri@jurta.org>
7147         * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
7148         '(RCS SCCS) with inverted condition.
7150 2010-02-02  Michael Albinus  <michael.albinus@gmx.de>
7152         * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
7153         messages.
7155 2010-02-01  Juri Linkov  <juri@jurta.org>
7157         * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
7158         compare with "pkunzip" and "pkzip" instead of only "pkzip".
7159         In the `archive-extract-by-stdout' branch use `shell-quote-argument'
7160         only when (car archive-zip-extract) is "unzip".  (Bug#5475)
7162 2010-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7164         * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
7165         (doc-view-revert-buffer): New command.
7166         (doc-view-mode-map): Use it.
7168 2010-02-01  Dan Nicolaescu  <dann@ics.uci.edu>
7170         * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
7171         pending merge is detected.
7173 2010-01-31  Juri Linkov  <juri@jurta.org>
7175         * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
7176         beginning of interactive spec like all other grep commands do.
7177         Put "all" in front of "gz".  (Bug#5260)
7179 2010-01-29  Dan Nicolaescu  <dann@ics.uci.edu>
7181         * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
7183 2010-01-29  Chong Yidong  <cyd@stupidchicken.com>
7185         * dirtrack.el (dirtrack): Warn instead of signalling error if the
7186         regexp is incorrect (Bug#5476).
7188 2010-01-29  Michael Albinus  <michael.albinus@gmx.de>
7190         * net/tramp.el (tramp-handle-insert-directory): Handle also
7191         symlinks, when FILENAME is not in `default-directory'.
7193 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
7195         * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
7196         FILE is not in `default-directory'.  (Bug#5478)
7198         * net/tramp.el (tramp-handle-insert-directory): Simplify handling
7199         of SWITCHES.  Handle the case, FILENAME is not in
7200         `default-directory'.  (Bug#5478)
7201         (tramp-register-file-name-handlers): Add safe-magic property.
7203 2010-01-28  Chong Yidong  <cyd@stupidchicken.com>
7205         * arc-mode.el (archive-zip-extract): Quote the argument passed to
7206         unzip (Bug#5475).
7208 2010-01-28  Nil Geisweiller  <ngeiswei@googlemail.com>  (tiny change)
7210         * progmodes/flymake.el (flymake-allowed-file-name-masks)
7211         (flymake-master-make-header-init): Add other C++ filename masks.
7212         (flymake-find-possible-master-files)
7213         (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
7215 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
7217         Fix some busybox annoyances.
7219         * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
7220         not responding." string.
7221         (tramp-open-connection-setup-interactive-shell): Dump stty
7222         settings.  Enable "neveropen" arg for all `tramp-send-command'
7223         calls.  Handle "=" in variable values properly.
7224         (tramp-find-inline-encoding): Raise an error, when no encoding is
7225         found.
7226         (tramp-wait-for-output): Check, whether PROC buffer is available.
7227         Remove spurious " ^H" sequences, sent by busybox.
7228         (tramp-get-ls-command): Suppress coloring, if possible.
7230 2010-01-28  Glenn Morris  <rgm@gnu.org>
7232         * vc-svn.el (vc-svn-update): Use "svn --non-interactive".  (Bug#4280)
7234         * log-edit.el (log-edit-strip-single-file-name): Add missing
7235         :safe, :group, and :version tags.
7237 2010-01-27  Stephen Berman  <stephen.berman@gmx.net>
7239         * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
7240         buffers.  (Bug#5477)
7242 2010-01-27  David De La Harpe Golden  <david@harpegolden.net>
7244         * files.el (delete-directory): Handle moving to trash without
7245         first doing recursion (Bug#5436).
7247 2010-01-26  Dan Nicolaescu  <dann@ics.uci.edu>
7249         * vc-hooks.el (vc-path): Mark as obsolete.
7251 2010-01-25  Dan Nicolaescu  <dann@ics.uci.edu>
7253         * vc-annotate.el (vc-annotate-revision-at-line): Compare file
7254         names too.
7256         * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
7257         for the short log.
7258         (vc-bzr-log-view-mode): Adjust regexp for the above change.
7260 2010-01-25  Mark A. Hershberger  <mah@everybody.org>
7262         * progmodes/python.el: Replace reference to obsolete c-subword-mode.
7264         * vc-bzr.el (vc-bzr-revision-table): New function.
7266 2010-01-25  Eric Hanchrow  <eric.hanchrow@gmail.com>  (tiny change)
7268         * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
7269         diff-index command.  This requires at least git-1.5.5.  (Bug#1589).
7271 2010-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
7273         Remove support for adding --signoff on commit.
7274         Future support will use an incompatible generic mechanism.
7275         * vc-git.el (vc-git-add-signoff): Remove variable.
7276         (vc-git-toggle-signoff): Remove function.
7277         (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
7279         * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
7280         from xterm-set-background-mode.  Return t if the background mode
7281         was set.
7282         (terminal-init-xterm): Move tty-set-up-initial-frame-faces
7283         earlier, call it again in case the background mode has changed.
7285 2010-01-23  Dmitri Paduchikh  <dpaduch@k66.ru>  (tiny change)
7287         * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
7288         (Bug#3541).
7290 2010-01-23  Chong Yidong  <cyd@stupidchicken.com>
7292         * emacs-lisp/assoc.el (aelement): Doc fix.
7293         (aput, adelete, amake): Use lexical-let (Bug#5450).
7295 2010-01-23  Stephen Leake  <stephen_leake@member.fsf.org>
7297         * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
7298         is the same as subprogram call, not declaration.  (Bug#5435).
7300 2010-01-23  Michael Albinus  <michael.albinus@gmx.de>
7302         * net/tramp-smb.el (tramp-smb-conf): New defcustom.
7303         (tramp-smb-maybe-open-connection): Use it.
7305 2010-01-22  Michael Albinus  <michael.albinus@gmx.de>
7307         * net/tramp-imap.el (top): Autoload needed packages.  (Bug#5448)
7309 2010-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7311         * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
7312         just because we see "encoding: 8bit".
7313         * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
7315 2010-01-22  Chong Yidong  <cyd@stupidchicken.com>
7317         * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
7319 2010-01-22  Eli Zaretskii  <eliz@gnu.org>
7321         * jka-compr.el (jka-compr-load): If load-file is not in
7322         load-history, try its file-truename version.  (bug#5447)
7324 2010-01-21  Alan Mackenzie  <acm@muc.de>
7326         Fix a situation where deletion of a cpp construct throws an error.
7327         * progmodes/cc-engine.el (c-invalidate-state-cache):
7328         Before invoking c-with-all-but-one-cpps-commented-out, check that the
7329         special cpp construct is still in the buffer.
7330         (c-parse-state): Record the special cpp with markers, not numbers.
7332 2010-01-21  Kenichi Handa  <handa@m17n.org>
7334         * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
7335         process last-command-event, as it is now decoded first (Bug#5380).
7337 2010-01-20  Chong Yidong  <cyd@stupidchicken.com>
7339         * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
7341 2010-01-20  Glenn Morris  <rgm@gnu.org>
7343         * indent.el (tab-always-indent): Fix custom-type.
7345 2010-01-19  Alan Mackenzie  <acm@muc.de>
7347         * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
7348         buffer throws "args out of range".
7349         (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
7350         playing the role of delimiter.
7352 2010-01-18  Stephen Leake  <stephen_leake@member.fsf.org>
7354         * progmodes/ada-mode.el: Fix bug#5400.
7355         (ada-matching-decl-start-re): Move into ada-goto-decl-start.
7356         (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
7357         changed.  Delete RECURSIVE parameter; never used.  Improve doc string.
7358         Improve comments in "is" portion.  Handle null procedure declaration.
7359         (ada-move-to-end): Improve doc string.
7361 2010-01-18  Óscar Fuentes  <ofv@wanadoo.es>
7363         * ido.el (ido-cur-list): Initialize to nil.
7364         Remove obsolete information from commentary.
7365         (ido-choice-list): Initialize to nil.
7366         (ido-get-bufname): Reject minibuffers.
7367         (ido-make-buffer-list): If "default" is a nonexistent
7368         buffer, ignore it, as per the function's comment.
7369         (ido-kill-buffer-internal): New function.
7370         (ido-kill-buffer-at-head): Use it.
7371         (ido-visit-buffer): Likewise.
7373 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
7375         * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
7377 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
7379         * cedet/ede/locate.el (ede-locate-file-in-project)
7380         (ede-locate-file-in-project-impl): Fix typos in docstrings.
7381         (ede-enable-locate-on-project): Fix typos in error messages.
7383         * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
7384         (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
7385         (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
7386         (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
7387         (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
7388         Fix typos in menu help.
7390         * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
7391         Fix typos in chart titles.
7393         * whitespace.el (whitespace-style, global-whitespace-newline-mode):
7394         * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
7395         (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
7396         (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
7397         (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
7398         (semantic-parse-stream, semantic-parse-region)
7399         (semantic-parse-region-default, semantic--set-buffer-cache)
7400         (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
7401         (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
7402         (semantic-default-submodes):
7403         * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
7404         (semanticdb-create-ebrowse-database)
7405         (semanticdb-find-tags-for-completion-method)
7406         (semanticdb-find-tags-by-class-method)
7407         (semanticdb-deep-find-tags-by-name-method)
7408         (semanticdb-deep-find-tags-for-completion-method):
7409         * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
7410         (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
7411         (semanticdb-find-tags-for-completion-method)
7412         (semanticdb-find-tags-by-class-method)
7413         (semanticdb-deep-find-tags-for-completion-method):
7414         * cedet/semantic/db-find.el (semanticdb-find-translate-path)
7415         (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
7416         (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
7417         (semanticdb-find-tags-by-name-method)
7418         (semanticdb-find-tags-by-name-regexp-method)
7419         (semanticdb-find-tags-for-completion-method)
7420         (semanticdb-find-tags-by-class-method)
7421         (semanticdb-find-tags-external-children-of-type-method)
7422         (semanticdb-find-tags-subclasses-of-type-method)
7423         (semanticdb-deep-find-tags-by-name-method)
7424         (semanticdb-deep-find-tags-by-name-regexp-method)
7425         (semanticdb-deep-find-tags-for-completion-method):
7426         * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
7427         (semanticdb-enable-gnu-global-in-buffer)
7428         (semanticdb-find-tags-for-completion-method)
7429         (semanticdb-deep-find-tags-by-name-method)
7430         (semanticdb-deep-find-tags-for-completion-method):
7431         * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
7432         (javascript-mode, semanticdb-find-translate-path)
7433         (semanticdb-find-tags-for-completion-method)
7434         (semanticdb-find-tags-by-class-method)
7435         (semanticdb-deep-find-tags-by-name-method)
7436         (semanticdb-deep-find-tags-for-completion-method)
7437         (semanticdb-find-tags-external-children-of-type-method):
7438         * cedet/semantic/idle.el (semantic-idle-work-core-handler)
7439         (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
7440         (global-semantic-idle-scheduler-mode):
7441         * cedet/srecode/dictionary.el (srecode-field-value)
7442         (srecode-dictionary-add-section-dictionary):
7443         * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
7444         (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
7445         (describe-class, eieio-describe-generic, describe-generic):
7446         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
7447         (eieio-speedbar-expand):
7448         * emulation/viper-cmd.el (viper-exec-form-in-vi)
7449         (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
7450         (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
7451         (viper-del-backward-char-in-replace, viper-backward-indent)
7452         (viper-brac-function, viper-register-to-point, viper-submit-report):
7453         * net/tramp.el (tramp-remote-coding-commands):
7454         * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
7455         Fix typos in docstrings.
7457 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
7459         * mail/sendmail.el (mail-yank-original): Set the mark if the
7460         specified function for yanking does not do it.
7462 2010-01-17  Dan Nicolaescu  <dann@ics.uci.edu>
7464         * vc.el (with-vc-properties): Deal with directory arguments.  (Bug#5298)
7466         * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
7467         resyncing a directory.
7469 2010-01-17  Stephen Leake  <stephen_leake@member.fsf.org>
7471         * progmodes/ada-mode.el: Fix bug#1920.
7472         (ada-ident-re): Delete ., allow multibyte characters.
7473         (ada-goto-label-re): New; matches goto labels.
7474         (ada-block-label-re): New; matches block labels.
7475         (ada-label-re): New; matches both.
7476         (ada-named-block-re): Deleted; callers changed to use
7477         `ada-block-label-re' instead.
7478         (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
7479         Use `ada-block-label-re'.
7480         (ada-indent-on-previous-lines): Improve handling of goto labels.
7481         (ada-get-indent-block-start): Special-case block label.
7482         (ada-get-indent-label): Split into `ada-indent-block-label' and
7483         `ada-indent-goto-label'.
7484         (ada-goto-stmt-start, ada-goto-next-non-ws):
7485         Optionally ignore goto labels.
7486         (ada-goto-next-word): Simplify.
7487         (ada-indent-newline-indent-conditional): Insert newline before
7488         trying to fix indentation; doc fix.
7490 2010-01-17  Jay Belanger  <jay.p.belanger@gmail.com>
7492         * calc/calc.el (calc-command-flags): Give it an initial value.
7494 2010-01-17  Glenn Morris  <rgm@gnu.org>
7496         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
7498 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
7500         * cedet/semantic.el (semantic-mode):
7501         * files.el (minibuffer-with-setup-hook):
7502         * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
7503         (artist-key-draw-continously, artist-key-do-continously-continously)
7504         (artist-key-set-point-continously, artist-mouse-draw-continously):
7505         Fix typos in docstrings.
7507 2010-01-16  Lennart Borgman  <lennart.borgman@gmail.com>
7509         * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
7510         return t (Bug#3898).
7512 2010-01-16  Frédéric Perrin  <frederic.perrin@resel.fr>  (tiny change)
7514         * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
7515         can parse the output of the external commands (Bug#5279).
7517 2010-01-16  Jari Aalto  <jari.aalto@cante.net>
7519         * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
7521 2010-01-16  Chong Yidong  <cyd@stupidchicken.com>
7523         * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
7525         * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
7527         * startup.el (command-line): Remove unused --icon-type arg.
7528         Handle --display arg, passing it to command-line-1 (Bug#5392).
7530 2010-01-16  Mario Lang  <mlang@delysid.org>
7532         * cedet/ede/cpp-root.el (ede-cpp-root-project):
7533         * cedet/ede/files.el (ede-expand-filename):
7534         * cedet/ede/simple.el (ede-simple-project):
7535         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
7536         (semantic-complete-inline-tag-engine):
7537         * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
7538         * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
7539         * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
7540         * cedet/semantic/db.el (semanticdb-equivalent-mode):
7541         * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
7542         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
7543         * emacs-lisp/chart.el (chart-translate-namezone):
7544         * textmodes/artist.el (artist-compute-popup-menu-table):
7545         Remove duplicated words in doc-strings.
7547 2010-01-15   David Abrahams  <dave@boostpro.com>  (tiny change)
7549         * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
7550         to mairix-search to suppress threading (Bug#5342).
7552 2010-01-15  Kenichi Handa  <handa@m17n.org>
7554         * international/mule-cmds.el (canonicalize-coding-system-name):
7555         Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
7557 2010-01-15  Glenn Morris  <rgm@gnu.org>
7559         * log-view.el (top-level): Require 'wid-edit.  (Bug#5311)
7561         * wid-edit.el (widget-keymap): Doc fix.
7563         * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
7564         former seems to be more widely accepted by various svn versions.
7566 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
7568         * find-cmd.el (find-constituents):
7569         * vc-arch.el (vc-arch-root):
7570         * window.el (window-body-height, pop-up-frames):
7571         * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
7572         (semantic-no-reparse-needed-change-hook):
7573         * cedet/srecode/insert.el (srecode-resolve-argument-list)
7574         (srecode-template-inserter-blank, srecode-template-inserter-variable)
7575         (srecode-template-inserter-ask, srecode-template-inserter-width)
7576         (srecode-template-inserter-section-start)
7577         (srecode-template-inserter-section-end, srecode-insert-method):
7578         * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
7579         * progmodes/ada-stmt.el (ada-if):
7580         * progmodes/gdb-ui.el (gdb-jsonify-buffer):
7581         * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
7582         (ispell-encoding8-command, ispell-aspell-supports-utf8)
7583         (ispell-last-program-name, ispell-help): Fix typos in docstrings.
7585         * progmodes/flymake.el (flymake-post-syntax-check):
7586         Fix typo in error message.
7588 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
7590         * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
7591         which is always a string.  (Bug#5313)
7593 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
7595         * progmodes/ada-xref.el (ada-default-prj-properties):
7596         Simplify previous change.
7598 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
7600         * progmodes/ada-xref.el (ada-default-prj-properties):
7601         Default ada_project_path to $ADA_PROJECT_PATH.
7603 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
7605         * progmodes/ada-mode.el (ada-create-keymap):
7606         Override `narrow-to-defun' with `ada-narrow-to-defun'.
7608 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
7610         * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
7611         (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
7612         (ada-get-current-indent, ada-imenu-generic-expression)
7613         (ada-which-function): Check for it.
7615 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
7617         * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
7618         (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
7620 2010-01-14  Glenn Morris  <rgm@gnu.org>
7622         * frame.el (show-trailing-whitespace): Safe if boolean.  (Bug#5312)
7624 2010-01-14  Kenichi Handa  <handa@m17n.org>
7626         * composite.el (auto-composition-mode): Make it a buffer local
7627         variable (permanent-local).
7628         (auto-composition-function): Set the default value to
7629         auto-compose-chars.
7630         (auto-composition-mode): Make it a simple function, not a minor mode.
7631         (global-auto-composition-mode): Likewise.
7632         (turn-on-auto-composition-if-enabled): Delete it.
7634 2010-01-13  Karl Fogel  <kfogel@red-bean.com>
7636         * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
7638 2010-01-12  Michael Albinus  <michael.albinus@gmx.de>
7640         * files.el (copy-directory): Compute target for recursive
7641         directories with identical names.  (Bug#5343)
7643 2010-01-12  Glenn Morris  <rgm@gnu.org>
7645         * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
7646         it to bug-gnu-emacs rather than emacs-pretest-bug.
7648 2010-01-12  Juanma Barranquero  <lekktu@gmail.com>
7650         * cedet/data-debug.el (data-debug): Fix customization group reference.
7652 2010-01-12  Juanma Barranquero  <lekktu@gmail.com>
7654         * cedet/semantic/analyze.el (semantic-analyze-push-error)
7655         (semantic-analyze-context, semantic-analyze-context-assignment)
7656         (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
7657         * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
7658         (semantic-java-doc-keywords-map):
7659         * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
7660         (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
7661         (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
7662         (semantic-c-classname, semantic-format-tag-uml-prototype)
7663         (semantic-c-dereference-namespace, semantic-analyze-type-constants):
7664         * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
7665         (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
7666         (semantic-get-local-variables, semantic-end-of-command)
7667         (semantic-beginning-of-command, semantic-ctxt-current-class-list)
7668         (lisp-mode):
7669         * cedet/semantic/bovine/make.el (makefile-mode):
7670         * cedet/semantic/wisent/python.el (wisent-python-string-re)
7671         (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
7672         (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
7673         (semantic-lex, semantic-get-local-variables, python-mode):
7674         * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
7675         * cedet/srecode/extract.el (srecode-extract-state-set)
7676         (srecode-extract-method): Fix typos in docstrings.
7678 2010-01-11  Sam Steingold  <sds@gnu.org>
7680         * imenu.el (imenu-default-create-index-function): Detect infinite
7681         loops caused by imenu-prev-index-position-function.
7683 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
7685         * htmlfontify.el (htmlfontify-load-rgb-file)
7686         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
7687         (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
7688         (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
7689         (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
7690         (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
7691         (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
7692         (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
7693         (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
7694         (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
7695         (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
7696         (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
7697         (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
7698         (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
7699         (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
7700         (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
7701         (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
7702         (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
7703         (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
7704         (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
7705         (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
7706         (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
7707         (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
7708         backslash-quoting from parentheses, etc.
7710 2010-01-11  Chong Yidong  <cyd@stupidchicken.com>
7712         * progmodes/js.el: Autoload javascript-mode alias.
7714 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
7716         * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
7717         (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
7718         (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
7719         (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
7720         Fix typos in docstrings.
7721         (ffap-url-regexp): Doc fix.
7722         (ffap-at-mouse): Fix typo in message.
7724 2010-01-11  Glenn Morris  <rgm@gnu.org>
7726         * version.el (emacs-copyright): Set copyright year to 2010.
7728 2010-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7730         * format.el (format-annotate-function): Only set
7731         write-region-post-annotation-function after running to-fn so as not to
7732         affect nested write-region calls (bug#5273).
7734 2010-01-10  Chong Yidong  <cyd@stupidchicken.com>
7736         * cedet/semantic.el (semantic-new-buffer-setup-functions):
7737         Add python parser.
7739         * Makefile.in (ELCFILES): Add wisent/python-wy.el and
7740         wisent/python.el.
7742 2010-01-10  Richard Kim  <emacs18@gmail.com>
7744         * cedet/semantic/wisent/python-wy.el:
7745         * cedet/semantic/wisent/python.el: New files.
7747 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
7749         * man.el (Man-goto-section): Signal error if the section is not
7750         found (Bug#5317).
7752 2010-01-09  Juanma Barranquero  <lekktu@gmail.com>
7754         * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
7755         URLs with a leading triple slash in the file: scheme.  (Bug#5345)
7757 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
7759         * progmodes/compile.el: Don't treat compile-command as safe if
7760         compilation-read-command might be nil (Bug#4218).
7762 2010-01-09  Jan Djärv  <jan.h.d@swipnet.se>
7764         * startup.el (command-line-1): Use orig-argi to check for ignored X and
7765         NS options.
7767 2010-01-08  Kenichi Handa  <handa@m17n.org>
7769         * international/fontset.el (build-default-fontset-data):
7770         Exclude characters in scripts kana, hangul, han, or cjk-misc.
7772 2010-01-07  Juanma Barranquero  <lekktu@gmail.com>
7774         * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
7775         to `create-file-buffer' as it expects, not just a buffer name.
7776         (vc-dir-mode): Include the buffer name in `list-buffers-directory',
7777         to help uniquify.  (Bug#3224)
7779 2010-01-06  Jan Djärv  <jan.h.d@swipnet.se>
7781         * font-setting.el (font-setting-change-default-font): Use user-spec
7782         instead of name.
7784 2010-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
7786         * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
7788 2010-01-05  Tom Tromey  <tromey@redhat.com>
7790         * progmodes/python.el (python-font-lock-keywords):
7791         Handle qualified decorators (Bug#881).
7793 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
7795         * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
7796         in a lightweight checkout.
7798 2010-01-05  Kenichi Handa  <handa@m17n.org>
7800         * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
7802 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
7804         * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
7806 2010-01-04  Dan Nicolaescu  <dann@ics.uci.edu>
7808         * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
7809         checkouts.  (Bug#618)
7810         (vc-bzr-log-view-mode): Also highlight the author.
7811         (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
7812         (vc-bzr-shelve-menu-map):
7813         (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
7814         (vc-bzr-shelve-apply): Make prompt more explicit.
7816 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
7818         * net/browse-url.el (browse-url-encode-url): Don't escape commas.
7819         They are valid characters in URL paths (rfc3986), and at least
7820         Firefox does not understand the encoded version (Bug#3166).
7822 2010-01-02  Daniel Elliott  <danelliottster@gmail.com>  (tiny change)
7824         * progmodes/octave-mod.el (octave-end-keywords)
7825         (octave-block-begin-or-end-regexp, octave-block-match-alist):
7826         Add "end" keyword (Bug#3061).
7827         (octave-end-as-array-index-p): New function.
7828         (calculate-octave-indent): Use it.
7830 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
7832         * bookmark.el: Consistently put the text property on the bookmark name.
7833         (bookmark-bmenu-marks-width): Bump back to 2, to include
7834         annotation marks.
7835         (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
7836         property on the bookmark name, instead of not putting it at all.
7837         (bookmark-bmenu-list): Fix where we put the text property.
7839 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
7841         * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
7842         for showing buffer modified state (as added in the previous change).
7844 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
7846         * bookmark.el: Show modified state of bookmark buffer more accurately.
7847         (bookmark-bmenu-list): Initialize buffer-modified-p properly.
7848         (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
7849         (with-buffer-modified-unmodified): New macro.
7850         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
7851         (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
7852         Use new macro to preserve the buffer modified state.
7854 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
7856         * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
7857         (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
7858         (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
7859         (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
7860         (bookmark-bmenu-rename, bookmark-bmenu-locate)
7861         (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
7862         Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
7864 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
7866         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
7867         Make the lines in the generated doc string shorter.  (Bug#4668)
7869 2010-01-02  Ryan Yeske  <rcyeske@gmail.com>
7871         * net/rcirc.el: Add follow-link binding (Bug#4738).
7873 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
7875         * Makefile.in (bzr-update): Rename from cvs-update.
7876         (cvs-update): New target for backward compatibility.
7878         * makefile.w32-in (bzr-update): Rename from cvs-update.
7879         (cvs-update): New target for backward compatibility.
7881 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
7883         * bookmark.el: Remove gratuitous gratitude.
7885 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
7887         * bookmark.el (bookmark-bmenu-any-marks): New function.
7888         (bookmark-bmenu-save): Clear buffer modification if no marks.
7890 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
7892         * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
7893         (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
7894         positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
7895         This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
7897         http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
7898         From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
7899         To: emacs-devel {_AT_} gnu.org
7900         Subject: bookmark.el bug report
7901         Date: Mon, 28 Dec 2009 14:19:16 +0800
7902         Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
7904 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
7906         * bookmark.el: Improvements suggested by Drew Adams:
7907         (bookmark-bmenu-ensure-position): New name for
7908         `bookmark-bmenu-check-position'.  Just ensure the position,
7909         don't return any meaningful value.
7910         (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
7911         New constants.
7913 2010-01-02  Juanma Barranquero  <lekktu@gmail.com>
7915         * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
7916         (bookmark-yank-point, bookmark-bmenu-check-position):
7917         Fix typos in docstrings.
7918         (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
7919         (bookmark-name-from-full-record, bookmark-get-position)
7920         (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
7921         (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
7922         Remove useless quoting of parenthesis, etc. in docstrings.
7924         * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
7925         (ediff-append-custom-diff): Fix typo in error message.
7926         (ediff-meta-mark-equal-files): Fix typos in messages.
7928         * mpc.el (mpc-playlist-delete): Fix typo in error messages.
7930         * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
7931         Fix typo in docstring.
7933         * net/imap-hash.el (imap-hash-make): Doc fix.
7934         (imap-hash-test): Fix typo in error message; reflow docstring.
7935         (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
7936         (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
7937         (imap-hash-mailbox, imap-hash-user, imap-hash-password):
7938         Fix typos in docstrings.
7939         (imap-hash-open-connection): Fix typo in error message.
7941         * play/gomoku.el (gomoku): Fix typos in docstring.
7943         * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
7944         (gdb-jsonify-buffer): Fix typos in docstring.
7945         (gdb-goto-breakpoint): Fix typo in error message.
7946         ("Display Other Windows"): Fix typo in help message.
7947         (gdb-speedbar-expand-node): Fix typo in question.
7949         * progmodes/idlw-help.el (idlwave-help-browse-url-available)
7950         (idlwave-html-system-help-location, idlwave-html-help-location)
7951         (idlwave-help-browser-function, idlwave-help-browser-generic-program)
7952         (idlwave-help-browser-generic-args, idlwave-help-directory)
7953         (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
7954         (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
7955         (idlwave-online-help, idlwave-help-html-link)
7956         (idlwave-help-show-help-frame, idlwave-help-assistant-command):
7957         Fix typos in docstrings.
7958         (idlwave-help-with-source, idlwave-help-find-routine-definition):
7959         Reflow docstrings.
7960         (idlwave-help-assistant-start): Fix typo in error message.
7962         * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
7963         (octave-electric-space): Fix typos in docstrings.
7965 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
7967         * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
7969 2010-01-01  Juri Linkov  <juri@jurta.org>
7971         * comint.el (comint-input-ring-size): Make it a defcustom and
7972         increase the default to 500 (Bug#5148).
7974 2009-12-31  Nick Roberts  <nickrob@snap.net.nz>
7976         Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
7977         * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
7978         * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
7980 2009-12-30  Nick Roberts  <nickrob@snap.net.nz>
7982         Show working revision correctly for mercurial.
7983         * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
7984         hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
7986 2009-12-29  Juanma Barranquero  <lekktu@gmail.com>
7988         Declare some functions for the byte-compiler.
7989         * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
7990         (speedbar-timer-fn, speedbar-change-expand-button-char)
7991         (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
7993 2009-12-29  Nick Roberts  <nickrob@snap.net.nz>
7995         This changeset reverts GDB Graphical Interface to use annotations.
7996         * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
7998 2009-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
8000         Make vc-dir work on subdirectories of the bzr root.
8001         * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.  Return
8002         file names relative to it.
8003         (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
8004         relative directory to vc-bzr-after-dir-status.
8006 2009-12-28  Tassilo Horn  <tassilo@member.fsf.org>
8008         * font-lock.el (font-lock-refresh-defaults): New function, which
8009         can be used to let font-lock react to external changes in
8010         variables like font-lock-defaults and keywords.
8011         See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
8013 2009-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
8015         * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
8017         * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
8019 2009-12-28  Juanma Barranquero  <lekktu@gmail.com>
8021         Supersede color.diff settings in git log (bug#5211).
8023         * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
8024         escape chars in its output when the user has color.diff set to `always'.
8025         This fix works on git 1.4.2 and newer (released on 2006-08-13).
8027 2009-12-26  Kevin Ryde  <user42@zip.com.au>
8029         * info-look.el (sh-mode): Look for coreutils new "Concept Index"
8030         node.  Keep previous "Index" name to work with past coreutils too.
8032         * man.el (man): Revise docstring a bit to show -a and -l as
8033         examples.  Add -k description since support for it has otherwise
8034         been a secret.  (Further to bug#3717.)
8035         (Man-bgproc-sentinel): When "-k foo" produces no output show error
8036         "no matches" rather than "Can't find manpage", as the latter reads
8037         like -k was interpreted as a page name, which is not so.  (Bug#5431)
8039 2009-12-26  Michael Albinus  <michael.albinus@gmx.de>
8041         * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
8042         switches.  Check also for //SUBDIRED// line.
8044 2009-12-25  Kenichi Handa  <handa@m17n.org>
8046         * language/indian.el (devanagari-composable-pattern): Fixed to
8047         handle ZWNJ and ZWJ.  Use it in composition-function-table for
8048         Devanagari.
8049         (malayalam-composable-pattern): Fix previous change.
8051 2009-12-23  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8053         * ps-print.el (ps-face-attributes): It was not returning the
8054         attribute face for faces specified as string.  Reported by harven
8055         <harven@free.fr>.  (Bug#5254)
8056         (ps-print-version): New version 7.3.5.
8058 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
8060         * calendar/icalendar.el (icalendar--convert-tz-offset):
8061         Fix timezone names.
8062         (icalendar--convert-tz-offset): Fix the "last-day-problem".
8063         (icalendar--add-diary-entry): Remove the trailing blank that
8064         diary-make-entry inserts.
8066 2009-12-17  Michael Albinus  <michael.albinus@gmx.de>
8068         Make `file-expand-wildcards' work for remote files.
8070         * files.el (file-expand-wildcards): In case of remote files, check
8071         only local file name part for wildcards.  Provide feature 'files
8072         and subfeature 'remote-wildcards.  (Bug#5198)
8074         * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
8075         if there is already an established connection.
8076         (tramp-advice-file-expand-wildcards): Remove it.
8078         * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
8079         (tramp-advice-file-expand-wildcards): Move from tramp.el.
8080         Activate advice for older GNU Emacs versions.  (Bug#5237)
8082 2009-12-17  Juanma Barranquero  <lekktu@gmail.com>
8084         Some doc fixes (more needed).
8086         * find-cmd.el (find-constituents): Reflow docstring.
8087         (find-cmd, find-prune, find-command): Fix typos in docstrings.
8088         (find-generic): Doc fix.
8090 2009-12-17  Juri Linkov  <juri@jurta.org>
8092         Fix regression from 23.1 to allow multiple modes in Local Variables.
8094         * files.el (hack-local-variables-filter): While ignoring duplicates,
8095         don't take `mode' into account.
8096         (hack-local-variables-filter, hack-dir-local-variables):
8097         Don't remove duplicate `mode' from local-variables-alist (like `eval').
8099 2009-12-17  Juri Linkov  <juri@jurta.org>
8101         Make `dired-diff' safer.  (Bug#5225)
8103         * dired-aux.el (dired-diff): Signal an error when `file' equals to
8104         `current' or when `file' is a directory of the `current' file.
8106 2009-12-17  Andreas Schwab  <schwab@linux-m68k.org>
8108         * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
8109         unconditionally preloaded files.
8111 2009-12-16  Juri Linkov  <juri@jurta.org>
8113         Revert to old 23.1 logic of using the file at the mark as default.
8114         * dired-aux.el (dired-diff): Use the file at the mark as default
8115         if it's not the same as the current file, and the target dir is
8116         the current dir or the mark is active.  Add the current file
8117         as the arg of `dired-dwim-target-defaults'.  Use the default file
8118         in the prompt.  (Bug#5225)
8120 2009-12-15  Michael Albinus  <michael.albinus@gmx.de>
8122         * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
8123         (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
8124         (tramp-check-for-regexp): Check also, when an echoing shell stops
8125         to echo sent commands.
8127 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
8129         * Makefile.in: Revert last change (Bug#5191).
8131 2009-12-14  Dan Nicolaescu  <dann@ics.uci.edu>
8133         * vc-hg.el (vc-hg-print-log): Fix argument order.
8134         (vc-hg-working-revision): Make sure the command is executed in a
8135         known environment so that we can parse the output.  (Bug#4417)
8137 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
8139         * progmodes/python.el (python-symbol-completions): Remove text
8140         properties from symbol string before calling python-send-receive.
8142 2009-12-14  Nick Roberts  <nickrob@snap.net.nz>
8144         * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
8145         when there are values for both file and line.  (Bug#5060)
8147 2009-12-14  Juri Linkov  <juri@jurta.org>
8149         * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
8150         whitespace after the file name of the first line of unified format,
8151         because git-diff doesn't output whitespace and file modification time
8152         after the file name.
8154 2009-12-14  David Kastrup  <dak@gnu.org>
8156         * info.el (Info-hide-cookies-node): Before hiding a cookie,
8157         check if it already has the `display' property added by
8158         `Info-display-images-node', and not put the `invisible' property
8159         in this case.
8161 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
8163         * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
8164         (semantic-mru-bookmark-mode): Doc fixes.
8166         * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
8167         of assert.
8169 2009-12-13  Glenn Morris  <rgm@gnu.org>
8171         * mail/emacsbug.el (message-sort-headers): Define for compiler.
8172         (report-emacs-bug): In message-mode, sort manually before storing
8173         original report text.  (Bug#5178)
8174         Remove superfluous save-excursion.
8176 2009-12-12  Michael Albinus  <michael.albinus@gmx.de>
8178         * net/dbus.el (dbus-property-handler): Filter lambda forms out
8179         when responding to "GetAll" properties.
8181 2009-12-12  Chong Yidong  <cyd@stupidchicken.com>
8183         * simple.el (compose-mail): Remove mail-setup-with-from from
8184         customization checks.
8186 2009-12-12  Eli Zaretskii  <eliz@gnu.org>
8188         * arc-mode.el (archive-rar-summarize): Support Attribute fields in
8189         RAR archives created on Unix systems.
8191 2009-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8193         * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
8194         the varalias that was accidentally removed by the 2009-11-19 change
8195         (bug#5186).
8197 2009-12-12  Kenichi Handa  <handa@m17n.org>
8199         * language/indian.el (indian-compose-regexp): New function.
8200         (malayalam-composable-pattern): Fix the pattern.
8201         (composition-function-table): Set malayalam-composable-pattern for
8202         Malayalam characters.
8204 2009-12-11  Chong Yidong  <cyd@stupidchicken.com>
8206         * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
8207         rather than down-mouse-1, based on follow-link conventions.
8209         * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
8210         are compiled.
8212 2009-12-11  Michael McNamara  <mac@mail.brushroad.com>
8214         * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
8215         (verilog-vmm-statement-re, verilog-ovm-statement-re)
8216         (verilog-defun-level-not-generate-re, verilog-calculate-indent)
8217         (verilog-leap-to-head, verilog-backward-token):
8218         Fix indenting VMM macros.  Reported by Jonathan Ashbrook.
8220 2009-12-11  Wilson Snyder  <wsnyder@wsnyder.org>
8222         * progmodes/verilog-mode.el (verilog-auto-lineup)
8223         (verilog-nameable-item-re): Cleanup user-visible spelling and
8224         documentation errors.  One reported by Gary Delp.
8225         (verilog-submit-bug-report): Mention bug tracking and CC co-author.
8226         (verilog-read-decls): Fix AUTOWIRE with types declared in a
8227         package, bug195.  Reported by Pierre-David Pfister.
8229 2009-12-11  Glenn Morris  <rgm@gnu.org>
8231         * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
8233         * mail/emacsbug.el: No longer require sendmail.
8234         Replace sendmail's `mail-text' by `rfc822-goto-eoh'.  (Bug#5174)
8235         (report-emacs-bug-orig-text): Doc fix.
8236         (report-emacs-bug-send-command, report-emacs-bug-send-hook):
8237         New local variables, to adapt to different mail-user-agents.
8238         (report-emacs-bug): Fix test for a gnu.org address.
8239         Use overlays for emphasis, since font-lock defeats 'face property.
8240         Pretest bugs also end up at the newsgroup these days.
8241         Stop message-mode stripping text properties.
8242         Set and use the new buffer-local variables.
8243         (report-emacs-bug-hook): Add doc-string.
8244         Remove some unnecessary save-excursions and simplify.
8245         Use the appropriate hook and send-command.
8247         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
8248         capitalization of some menu entries.
8250 2009-12-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8252         * whitespace.el (whitespace-display-char-on):
8253         Ensure `buffer-display-table' is unique when two or more windows are
8254         visible.  Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
8255         New version 12.1.
8257 2009-12-10  Eli Zaretskii  <eliz@gnu.org>
8259         * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
8260         characters in the Attribute field.
8262 2009-12-10  Dan Nicolaescu  <dann@ics.uci.edu>
8264         * vc-svn.el (vc-svn-after-dir-status): Fix regexp.  (Bug#4741)
8266 2009-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8268         Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
8269         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
8270         Disregard autoload-excludes.
8271         (update-directory-autoloads): Obey autoload-excludes here instead.
8272         But don't store its contents in no-autoloads and remove entries that
8273         refer to excludes files.
8275 2009-12-10  Glenn Morris  <rgm@gnu.org>
8277         * mail/feedmail.el (top-level): Move require 'mail-utils to start.
8278         (expand-mail-aliases): Define for compiler.
8280         * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
8281         Define for compiler.
8283         * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
8284         appropriate for the mail-user-agent in use.
8286 2009-12-09  Michael Albinus  <michael.albinus@gmx.de>
8288         * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
8290 2009-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
8292         Fix short log parsing and fontification.
8293         * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
8294         Fix fontification for the [merge] label.
8296 2009-12-09  Vivek Dasmohapatra  <vivek@etla.org>
8298         Drop some properties to avoid surprises (bug#5002).
8299         * htmlfontify.el (hfy-ignored-properties): New defcustom.
8300         (hfy-fontify-buffer): Use it.
8302 2009-12-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8304         Minor cleanup.
8305         * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
8306         Adjust all callers.
8307         (ffap-locate-file): Remove unused arg `dir-ok' and make other
8308         args compulsory.  Adjust callers.
8309         (ffap-gopher-at-point): Remove unused var `name'.
8311         Get rid of the ELCFILES abomination.
8312         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
8313         (compile-elcfiles): New phony target.
8314         (compile-main): Compute ELCFILES dynamically.
8315         (compile-clean): New target to remove left-over elc files.
8316         (compile, all): Use it.
8318 2009-12-09  Kenichi Handa  <handa@etlken>
8320         * international/mule-diag.el: Require help-mode instead of help-fns.
8322 2009-12-09  Kenichi Handa  <handa@m17n.org>
8324         * international/mule-cmds.el (ucs-names): Supply sufficiently
8325         fine ranges instead of pre-calculating accurate ranges.
8326         Iterate with bigger gc-cons-threshold.
8328 2009-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
8330         Add support for stashing a snapshot of the current tree.
8331         * vc-git.el (vc-git-stash-snapshot): New function.
8332         (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
8334 2009-12-08  Jose E. Marchesi  <jemarch@gnu.org>
8336         * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
8337         instead of `(beginning|end)-of-line'.
8339 2009-12-08  Glenn Morris  <rgm@gnu.org>
8341         * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
8343         * Makefile.in (ELCFILES): Regenerate.
8345 2009-12-07  Juri Linkov  <juri@jurta.org>
8347         Don't lazy-highlight the comint output in history Isearch mode.
8349         * comint.el (comint-history-isearch-search): Instead of
8350         `comint-line-beginning-position', use `comint-after-pmark-p'
8351         to check if point if before the process mark, and go to
8352         `process-mark' in this case.
8354 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8356         * textmodes/tex-mode.el (latex-complete)
8357         (latex-indent-or-complete): Remove.
8358         (latex-mode): Set completion-at-point-functions instead.
8360         Provide a standard completion command and hook it into TAB.
8361         * minibuffer.el (completion-at-point-functions): New var.
8362         (completion-at-point): New command.
8363         * indent.el (indent-for-tab-command): Handle the `complete' behavior.
8364         * progmodes/python.el (python-mode-map): Use completion-at-point.
8365         (python-completion-at-point): Rename from python-partial-symbol and
8366         adjust for use in completion-at-point-functions.
8367         (python-mode): Setup completion-at-point for Python completion.
8368         * emacs-lisp/lisp.el (lisp-completion-at-point): New function
8369         extracted from lisp-complete-symbol.
8370         (lisp-complete-symbol): Use it.
8371         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
8372         setup completion-at-point for Elisp completion.
8373         (emacs-lisp-mode-map, lisp-interaction-mode-map):
8374         Use completion-at-point.
8375         * ielm.el (ielm-map): Use completion-at-point.
8376         (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
8377         * progmodes/sym-comp.el: Move to...
8378         * obsolete/sym-comp.el: Move from progmodes.
8380 2009-12-07  Eli Zaretskii  <eliz@gnu.org>
8382         Prevent save-buffer in Rmail buffers from using the coding-system
8383         of the current message, and from clobbering the encoding mnemonics
8384         in the mode line (Bug#4623).
8386         * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
8387         flag, too.
8388         (rmail-message-encoding): New variable.
8389         (rmail-write-region-annotate): Record the encoding of the current
8390         message in rmail-message-encoding.
8391         (rmail-after-save-hook): New function, restores the encoding of
8392         the current message after the message collection is saved.
8394 2009-12-07  Juri Linkov  <juri@jurta.org>
8396         * progmodes/grep.el (grep-read-files): Use `completing-read'
8397         instead of `read-string'.  Set its `collection' arg to
8398         `read-file-name-internal'.  (Bug#4301)
8400 2009-12-07  Juri Linkov  <juri@jurta.org>
8402         Correctly restore original Isearch point.  (Bug#4994)
8404         * isearch.el (isearch-mode): Move `isearch-push-state' after
8405         `(run-hooks 'isearch-mode-hook)'.
8406         (isearch-cancel): When `isearch-push-state-function' is defined,
8407         let-bind `isearch-cmds' to the first state (the last element of
8408         `isearch-cmds') and call `isearch-top-state' (it calls pop-state
8409         function and restores the original point).  Otherwise, move point
8410         to `isearch-opoint'.
8412 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8414         * international/mule-cmds.el (ucs-names): Weed out at compile-time the
8415         chars that don't have names, so the table can be built much faster at
8416         run-time.
8418 2009-12-07  Chong Yidong  <cyd@stupidchicken.com>
8420         * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
8421         change.  Suggested by David Kastrup.
8423         * simple.el (compose-mail): Check for incompatibilities and warn.
8424         (compose-mail-user-agent-warnings): New option.
8426 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
8428         Support showing a single log entry from vc-annotate.
8429         * vc.el (print-log): Add a new argument: START-REVISION.
8430         (vc-print-log-internal): Add a new optional argument and
8431         pass it to the backend.
8432         (vc-print-log, vc-print-root-log): Adjust callers.
8433         * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
8434         buffer already displays the requested log entry, use it.
8435         Otherwise display only the log entry in question.
8436         * vc-svn.el (vc-svn-print-log):
8437         * vc-mtn.el (vc-mtn-print-log):
8438         * vc-hg.el (vc-hg-state):
8439         * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
8440         (vc-git-show-log-entry): Return t on success.
8441         * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
8442         (vc-bzr-show-log-entry): Return t on success.
8443         * vc-rcs.el (vc-rcs-print-log):
8444         * vc-sccs.el (vc-sccs-print-log):
8445         * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
8447 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
8449         * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
8450         Add menus to the meta mode.  (Bug#5043)
8452 2009-12-07  Michael Kifer  <kifer@cs.stonybrook.edu>
8454         * ediff-init.el (ediff-event-key): Use event-to-character instead of
8455         event-key.
8457         * ediff.el (ediff-buffers-internal): Add unwind-protect.
8459 2009-12-07  Michael Albinus  <michael.albinus@gmx.de>
8461         Handle prompt rules of ksh in OpenBSD 4.5.  Reported by Raphaël
8462         Berbain <raphael.berbain@gmail.com>.
8464         * net/tramp.el (tramp-end-of-output): Move up.  Use `#' and `$'
8465         characters.
8466         (tramp-initial-end-of-output): New defconst.
8467         (tramp-methods, tramp-find-shell)
8468         (tramp-open-connection-setup-interactive-shell)
8469         (tramp-maybe-open-connection): Use it.
8470         (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
8471         existence of `#' and `$'.
8473         * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
8474         `tramp-initial-end-of-output'.
8476 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
8478         Get the background mode from the terminal for xterm, and set
8479         faces accordingly.
8480         * term/xterm.el (xterm-set-background-mode): New function.
8481         (terminal-init-xterm): Use it in case xterm supports background
8482         color queries.  Recompute faces after getting the background
8483         color.
8485 2009-12-07  Ulrich Mueller  <ulm@gentoo.org>
8487         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
8488         number comment back on its own line, for easier parsing.
8490 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8492         Make it work for non-file buffers (bug#5102).
8493         * doc-view.el (doc-view-current-cache-dir):
8494         Use doc-view-buffer-file-name rather than buffer-file-name.
8495         (doc-view-mode): Use buffer-name when buffer-file-name is nil.
8497 2009-12-06  Óscar Fuentes  <ofv@wanadoo.es>
8499         * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
8500         author field is too short.
8502 2009-12-06  Dan Nicolaescu  <dann@ics.uci.edu>
8504         * vc-git.el (vc-git-print-log): Handle a limit argument.
8505         Display the short log in graph form and with labels.
8506         (vc-git-log-view-mode): Handle labels.
8508         Make vc-revert change VC state from 'added to 'unregistered.
8509         * vc-git.el (vc-git-revert): Call git reset first.
8511 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
8513         * net/newst-backend.el, net/newst-plainview.el:
8514         * net/newst-reader.el, net/newst-ticker.el:
8515         * net/newst-treeview.el, net/newsticker.el:
8516         Require/provide newst-... (instead of newsticker-...).  (Bug#5096)
8518 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
8520         * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
8522         * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
8523         Handle empty author field (Bug#4144).  Suggested by Óscar Fuentes.
8524         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
8525         Update annotation regexp.
8527         * simple.el (beginning-of-visual-line): Constrain to field
8528         boundaries (Bug#5106).
8530 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
8532         * xml.el (xml-substitute-numeric-entities): Move
8533         newsticker--decode-numeric-entities in newst-backend.el to
8534         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
8535         * net/newst-backend.el (newsticker--parse-generic-feed)
8536         (newsticker--parse-generic-items)
8537         (newsticker--decode-numeric-entities): Move
8538         newsticker--decode-numeric-entities in newst-backend.el to
8539         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
8541 2009-12-06  Daniel Colascione  <dan.colascione@gmail.com>
8543         * progmodes/js.el (js--js-not): Add null to the list of values.
8545 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
8547         * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
8549 2009-12-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8551         * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
8552         delimiter if it is at the end of the current line.
8553         (bibtex-generate-url-list): Fix docstring.
8555 2009-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8557         * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
8558         minibuffer's content with itself.
8559         Fold the confirm-after-completion case into the `confirm' case.
8560         (completion-pcm-word-delimiters): Add : and / to the delimiters.
8562 2009-12-06  Kevin Ryde  <user42@zip.com.au>
8564         * ffap.el (ffap-rfc-path): Make this a defcustom since
8565         `ffap-rfc-directories' is also a defcustom.  (Bug#4514.)
8567         * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
8568         manuals, similar to existing setup for help-mode.  (Bug#3913.)
8570 2009-12-05  Juri Linkov  <juri@jurta.org>
8572         Save and restore dired buffer's point positions too.  (Bug#4880)
8574         * dired.el (dired-save-positions): Return in the first element
8575         buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
8576         Doc fix.
8577         (dired-restore-positions): First restore buffer's position.
8578         While restoring window's positions, check if window still displays
8579         the original buffer.
8581 2009-12-05  Chong Yidong  <cyd@stupidchicken.com>
8583         * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
8584         if possible.
8586         * cedet/semantic/ia.el (semantic-ia-complete-symbol):
8587         Make argument optional.
8589         * shell.el (shell): Require ansi-color (Bug#5113).
8591         * ansi-color.el (ansi-color-for-comint-mode): Default to t.
8593         * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
8595 2009-12-05  Alan Mackenzie  <acm@muc.de>
8597         * progmodes/cc-mode.el (c-before-hack-hook)
8598         (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
8599         `c-file-style' to work again.  This reversion restores the current
8600         software to its state in Emacs 23.1.  (Bug#4146)
8602 2009-12-05  Kevin Ryde  <user42@zip.com.au>
8604         * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
8605         comment-start-skip to comment-end-skip as comment (Bug#4781).
8607 2009-12-05  Juri Linkov  <juri@jurta.org>
8609         * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
8610         for virtual nodes.  (Bug#4147)
8611         (Info-find-node-2): Set `Info-current-node-virtual' to nil
8612         when moving from a virtual node.
8613         (Info-mode-menu): Add `Info-virtual-index' to the menu.
8614         (Info-mode): Add `Info-virtual-index' to the docstring.
8616 2009-12-05  Eric Ludlam  <zappo@gnu.org>
8618         * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
8619         Describe project macro symbols.
8621         * cedet/semantic/complete.el (semantic-complete-do-completion):
8622         Don't call semantic-collector-current-exact-match.
8624         * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
8625         ede-objects as targets.
8627         * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
8628         a target's object list even if compiler vars are already in the
8629         Makefile.
8631         * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
8632         list of headers producing necessary macros.
8634 2009-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8636         * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
8637         track of the buffer position of the end of a BibTeX entry as this
8638         position may change during reformatting.
8639         (bibtex-format-entry): Remove whitespace before processing
8640         numerical fields so that we recognize the latter properly.
8641         (bibtex-reformat): Do not use push which changes the global value
8642         of bibtex-entry-format.
8643         (bibtex-field-braces-alist, bibtex-field-strings-alist)
8644         (bibtex-field-re-init): Replace only space characters by regexp
8645         for whitespace.
8646         (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
8647         (bibtex-initialize): Also update bibtex-strings.
8648         (bibtex-kill-field): Preserve white space at end of entry.
8649         (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
8650         Update bibtex-reference-keys.
8652 2009-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8654         * minibuffer.el (completion-pcm--merge-try): Also consider placing
8655         point after a star, if that's the only place where modifications can
8656         make progress.
8658 2009-12-05  Dan Nicolaescu  <dann@ics.uci.edu>
8660         * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
8661         in docstrings.
8663 2009-12-04  Juri Linkov  <juri@jurta.org>
8665         * proced.el (proced): Call `(proced-update t)' to update process
8666         information instead of only running proced-post-display-hook.
8667         (proced-send-signal): Add a leading space to the buffer name
8668         " *Marked Processes*" to make this buffer ephemeral.
8670 2009-12-04  Juri Linkov  <juri@jurta.org>
8672         * dired.el (dired-auto-revert-buffer): New defcustom.
8673         (dired-internal-noselect): Use it.
8675 2009-12-04  Juri Linkov  <juri@jurta.org>
8677         Change roles of modes and functions in image-mode.el (Bug#5062).
8679         * image-mode.el: Replace `image-mode-maybe' with `image-mode'
8680         in `auto-mode-alist'.
8681         (image-mode-previous-major-mode): New variable.
8682         (image-minor-mode-map): Rename from `image-mode-text-map'.
8683         (image-mode): Move graceful error-handling code from
8684         `image-minor-mode' to here.  On errors call `image-mode-as-text'.
8685         (image-minor-mode): Remove all image-handling code.
8686         Replace `image-mode-text-map' with `image-minor-mode-map'.
8687         Check for `image-type' in mode-line format string.
8688         (image-mode-maybe): Make obsolete with an alias to `image-mode'.
8689         (image-mode-as-text): New function with most code from
8690         `image-mode-maybe'.
8691         (image-toggle-display-text): Move code that removes image
8692         properties from `image-toggle-display' to here.
8693         (image-toggle-display-image): New function with code that adds
8694         image properties copied from `image-toggle-display'.
8695         (image-toggle-display): Remove most code with leaving only code
8696         that toggles between `image-mode-as-text' and `image-mode'.
8698 2009-12-04  Ulf Jasper  <ulf.jasper@web.de>
8700         * net/newst-treeview.el
8701         (newsticker--treeview-list-highlight-start): Restored call to
8702         save-excursion: Selected item was stuck.
8703         (newsticker--treeview-list-select): New.
8704         (newsticker--treeview-item-show-text)
8705         (newsticker--treeview-item-show)
8706         (newsticker--treeview-item-update): Use new
8707         newsticker-treeview-item-mode.
8708         (newsticker-treeview-update): Keep current item.
8709         (newsticker-treeview-next-new-or-immortal-item): Doc change.
8710         (newsticker--treeview-first-feed): Doc change.
8711         (newsticker-treeview-list-menu)
8712         (newsticker-treeview-item-menu): Added menu entries.
8713         (newsticker-treeview-item-mode): New.
8715         * net/newst-backend.el (newsticker-customize): Delete other
8716         windows.
8718 2009-12-04  Sam Steingold  <sds@gnu.org>
8720         * log-view.el (log-view-mode-map): "q" calls quit-window,
8721         like in all the other non-self-insert buffers.
8723 2009-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8725         Minor cleanup.
8726         * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
8727         key decoding rather than do it manually via last-input-event +
8728         ascii-character.
8729         (term-exec): Use delete-and-extract-region.
8730         (term-handle-ansi-terminal-messages): Remove unused var `end'.
8731         (term-process-pager): Remove unused var `i'.
8732         (term-dynamic-simple-complete): Make obsolete.
8733         (serial-update-config-menu): Remove unused vars `y' and `str'.
8734         (term-update-mode-line): Remove unused var `temp'.
8736 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
8738         Limit the number of log entries displayed by default.
8739         * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
8740         (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
8741         using a prefix argument.
8743 2009-12-03  Glenn Morris  <rgm@gnu.org>
8745         * progmodes/idlwave.el (class): Restore still useful declaration.
8747 2009-12-03  Alan Mackenzie  <acm@muc.de>
8749         Enhance `c-parse-state' to run efficiently in "brace deserts".
8751         * progmodes/cc-mode.el (c-basic-common-init):
8752         Call c-state-cache-init.
8753         (c-neutralize-syntax-in-and-mark-CPP): Rename from
8754         c-extend-and-neutralize-syntax-in-CPP.  Mark each CPP construct by
8755         placing `category' properties value 'c-cpp-delimiter at its boundaries.
8757         * progmodes/cc-langs.el (c-before-font-lock-function):
8758         c-extend-and-neutralize-syntax-in-CPP has been renamed
8759         c-neutralize-syntax-in-and-mark-CPP.
8761         * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
8762         with `category' properties now, not `syntax-table' ones.
8764         * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
8765         enhanced (but slower) version of c-end-of-macro that won't land
8766         inside a literal or on another awkward character.
8767         (c-state-cache-too-far, c-state-cache-start)
8768         (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
8769         (c-state-nonlit-pos-cache-limit, c-state-point-min)
8770         (c-state-point-min-lit-type, c-state-point-min-lit-start)
8771         (c-state-min-scan-pos, c-state-brace-pair-desert)
8772         (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
8773         buffer local variables.
8774         (c-state-literal-at, c-state-lit-beg)
8775         (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
8776         (c-state-mark-point-min-literal, c-state-cache-top-lparen)
8777         (c-state-cache-top-paren, c-state-cache-after-top-paren)
8778         (c-get-cache-scan-pos, c-get-fallback-scan-pos)
8779         (c-state-balance-parens-backwards, c-parse-state-get-strategy)
8780         (c-renarrow-state-cache)
8781         (c-append-lower-brace-pair-to-state-cache)
8782         (c-state-push-any-brace-pair, c-append-to-state-cache)
8783         (c-remove-stale-state-cache)
8784         (c-remove-stale-state-cache-backwards, c-state-cache-init)
8785         (c-invalidate-state-cache-1, c-parse-state-1)
8786         (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
8787         (c-parse-state): Enhance and refactor.
8788         (c-debug-parse-state): Amend to deal with all the new variables.
8790         * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
8791         (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
8792         modify to use category text properties rather than syntax-table ones.
8793         (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
8794         to switch off/on the syntactic paren property of C++ template
8795         delimiters using the category property.
8796         (c-with-<->-as-parens-suppressed): Macro to invoke code with
8797         template delims suppressed.
8798         (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
8799         New constant/macros which apply category properties to the start
8800         and end of preprocessor constructs.
8801         (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
8802         "comment out" the syntactic value of characters in preprocessor
8803         constructs.
8804         (c-with-cpps-commented-out)
8805         (c-with-all-but-one-cpps-commented-out): Macros to invoke code
8806         with characters in all or all but one preprocessor constructs
8807         "commented out".
8809 2009-12-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8811         * proced.el (proced-filter-alist): Use regexp-quote.
8813 2009-12-03  Michael Albinus  <michael.albinus@gmx.de>
8815         Cleanup.
8816         * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
8817         (eshell/su, eshell/sudo): Require 'tramp.  Fix problems reading
8818         arguments.  Expand `default-directory'.
8820         * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
8821         the benefit of returning an expanded localname.
8822         (tramp-tramp-file-p): Handle the case NAME is not a string.
8824 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
8826         Add support for bzr shelve/unshelve.
8827         * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
8828         (vc-bzr-extra-menu-map): New variables.
8829         (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
8830         (vc-bzr-shelve-apply, vc-bzr-shelve-list)
8831         (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
8832         (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
8833         (vc-bzr-dir-extra-headers): Display shelves.
8835         * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
8837 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8839         * textmodes/bibtex.el (bibtex-complete-internal):
8840         Use completion-in-region.
8841         (bibtex-text-in-field-bounds): Remove unused var `opoint'.
8843 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
8845         Support applying stashes.  Improve UI.
8846         * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
8847         (vc-git-stash-apply, vc-git-stash-pop)
8848         (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
8849         (vc-git-stash-menu): New functions.
8850         (vc-git-stash-menu-map): New variable.
8851         (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
8853 2009-12-03  Glenn Morris  <rgm@gnu.org>
8855         * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
8856         (vc-print-log-internal): Fix previous change.
8857         (vc-revert): Correct pluralization.
8859 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8861         * progmodes/make-mode.el (makefile-special-targets-list): No need for
8862         it to be an alist any more.
8863         (makefile-complete): Use completion-in-region.
8865         * progmodes/octave-mod.el (octave-complete-symbol):
8866         Use completion-in-region.
8868         Misc cleanup.
8869         * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
8870         (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
8871         (idlwave-complete-class): Don't quote lambda.
8872         (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
8873         (idlwave-mode-map): Move initialization into declaration.
8874         (idlwave-action-and-binding): Use backquotes.
8875         (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
8876         Simplify.
8877         (idlwave-is-pointer-dereference): Remove unused var `pos'.
8878         (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
8879         (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
8880         `parts', and `all-parts'.
8881         (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
8882         (idlwave-convert-xml-system-routine-info): Remove unused string
8883         `version-string'.
8884         (idlwave-display-user-catalog-widget): Use dolist.
8885         (idlwave-scanning-lib): Declare dynamically-scoped var.
8886         (idlwave-scan-library-catalogs): Remove unused var `flags'.
8887         (completion-highlight-first-word-only): Declare to silence bytecomp.
8888         (idlwave-popup-select): Tighten scope of `resp'.
8889         (idlwave-find-struct-tag): Remove unused var `beg'.
8890         (idlwave-after-load-rinfo-hook): Declare.
8891         (idlwave-sintern-class-info): Remove unused var `taglist'.
8892         (idlwave-find-class-definition): Remove unused var `list'.
8893         (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
8894         (idlwave-what-module-find-class): Remove unused var `classes'.
8896 2009-12-03  Juanma Barranquero  <lekktu@gmail.com>
8898         * progmodes/pascal.el: Require CL when compiling (for lexical-let).
8900 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8902         * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
8903         buffers visited.  Remove redundant current-buffer-saving.
8905 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8907         Use completion-in-buffer and remove uses of dynamic scoping.
8908         * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
8909         (pascal-buffer-to-use, pascal-flag): Don't declare.
8910         (pascal-func-completion, pascal-type-completion, pascal-var-completion)
8911         (pascal-get-completion-decl, pascal-keyword-completion):
8912         Add `pascal-str' argument, save-excursion,
8913         return the found completions, and don't filter with pascal-pred.
8914         (pascal-completion-cache): New var.
8915         (pascal-completion): Don't switch buffer any more (it was never
8916         necessary).  Don't save-excursion any more (it's done by the called
8917         subroutines).  Use a cache to avoid redundant computations.
8918         Use complete-with-action rather than pascal-completion-response and
8919         let it apply the predicate as well.
8920         (pascal-complete-word): Use completion-in-buffer when
8921         pascal-toggle-completions is nil.
8922         (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
8923         not used any more.
8924         (pascal-comp-defun): Don't change buffer any more.
8925         Use complete-with-action rather than pascal-completion-response and
8926         let it apply the predicate as well.
8927         (pascal-goto-defun): Change buffer before calling pascal-comp-defun
8928         when neded.
8930 2009-12-02  Kenichi Handa  <handa@m17n.org>
8932         * language/indian.el: Include ZWJ and ZWNJ in the patterns to
8933         shape for all Indic scripts.
8935 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8937         Use completion-in-buffer.
8938         * wid-edit.el (widget-field-text-end): New function.
8939         (widget-field-value-get): Use it.
8940         (widget-string-complete, widget-file-complete)
8941         (widget-color-complete): Use it and completion-in-region.
8942         (widget-complete): Don't narrow the buffer.
8944 2009-12-02  Glenn Morris  <rgm@gnu.org>
8946         * mail/rmail.el (rmail-pop-to-buffer): New function.  (Bug#2282)
8947         (rmail-select-summary): Use rmail-pop-to-buffer.
8948         * mail/rmailsum.el: Replace all pop-to-buffer calls with
8949         rmail-pop-to-buffer, to prevent horizontal splits.
8951         * calendar/diary-lib.el (diary-list-entries): Replace superfluous
8952         save-excursion with save-current-buffer.
8953         Widen before searching.  (Bug#5093)
8954         (diary-list-sexp-entries): Remove superfluous save-excursion.
8956 2009-12-02  Michael Welsh Duggan  <mwd@cert.org>
8958         * woman.el (woman-make-bufname): Handle man-pages with "." in the
8959         name.  (Bug#5038)
8961 2009-12-02  Andreas Politz  <politza@fh-trier.de>  (tiny change)
8963         * ido.el (ido-file-internal): Handle filenames at point that do
8964         not have a directory part.  (Bug#5049)
8966 2009-12-02  Juanma Barranquero  <lekktu@gmail.com>
8968         * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
8969         (mpc-songs-jump-to, mpc-resume): Doc fixes.
8971 2009-12-01  Rob Riepel  <riepel@networking.Stanford.EDU>
8973         * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
8974         (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
8975         any more.
8977 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8979         * comint.el (comint-insert-input): Ignore clicks to the right of
8980         the field.  Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
8982         * vc.el (vc-print-log-internal): Don't wait for the process to
8983         terminate before setting up the major mode.
8985         * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
8986         in case.
8988         * pcomplete.el (pcomplete-std-complete): Don't try to complete past
8989         the last element.
8991         * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
8993 2009-12-01  Glenn Morris  <rgm@gnu.org>
8995         * window.el (window--display-buffer-2): Fix previous changes.
8997 2009-12-01  Chong Yidong  <cyd@stupidchicken.com>
8999         * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
9001 2009-12-01  Glenn Morris  <rgm@gnu.org>
9003         * Makefile.in (ELCFILES): Add mpc.elc.
9005 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9007         * mpc.el: New file.
9009 2009-12-01  Glenn Morris  <rgm@gnu.org>
9011         * window.el (window-to-use): Define for compiler.
9013         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
9014         consistent with others (no final period).
9016         * mail/rmailmm.el (rmail-mime-handle): Doc fix.
9017         (rmail-mime-show): Downcase the encoding.  (Bug#5070)
9019 2009-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
9021         Make vc-print-log buttons work.
9022         * log-view.el (log-view-mode-map): Inherit from widget-keymap.
9024 2009-11-30  Ryan C. Thompson  <rct@thompsonclan.org>  (tiny change)
9026         * savehist.el (savehist-autosave-interval): Allow setting to nil
9027         through customize.  (Bug#5056)
9029 2009-11-30  Juanma Barranquero  <lekktu@gmail.com>
9031         Fix references to jit-lock properties.
9032         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
9033         Refer to jit-lock-defer-multiline, not jit-lock-multiline.
9034         (perl-font-lock-special-syntactic-constructs):
9035         Quote jit-lock-defer-multiline property.
9037 2009-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
9039         * vc-git.el (vc-git-registered): Call vc-git-root only once.
9041 2009-11-30  Juri Linkov  <juri@jurta.org>
9043         * misearch.el (multi-isearch-search-fun): Always provide a non-nil
9044         value `buffer' of `multi-isearch-next-buffer-current-function'.
9045         Use `(current-buffer)' when `buffer' is nil.
9046         (multi-isearch-next-buffer-from-list): Don't fallback to
9047         `(current-buffer)' when `buffer' is nil.  (Bug#4947)
9049 2009-11-30  Juri Linkov  <juri@jurta.org>
9051         * misearch.el (multi-isearch-read-buffers): Move canonicalization
9052         of buffers with `get-buffer' to `multi-isearch-buffers'.
9053         (multi-isearch-buffers, multi-isearch-buffers-regexp):
9054         Canonicalize BUFFERS with `get-buffer'.  Doc fix.
9055         (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
9056         FILES with `expand-file-name' converting relative file names
9057         to absolute.  Doc fix.  (Bug#4727)
9059 2009-11-30  Juri Linkov  <juri@jurta.org>
9061         * misearch.el (multi-isearch-read-buffers)
9062         (multi-isearch-read-matching-buffers): New functions.
9063         (multi-isearch-buffers, multi-isearch-buffers-regexp):
9064         Use them in the `interactive' spec.  Doc fix.
9065         (multi-isearch-read-files, multi-isearch-read-matching-files):
9066         New functions.
9067         (multi-isearch-files, multi-isearch-files-regexp):
9068         Use them in the `interactive' spec.  Doc fix.  (Bug#4725)
9070 2009-11-30  Juri Linkov  <juri@jurta.org>
9072         * doc-view.el (doc-view-continuous):
9073         Rename from `doc-view-continuous-mode'.
9074         (doc-view-menu): Move "Toggle display" to the top.
9075         Add submenu "Continuous" with radio buttons "Off"/"On"
9076         and "Save as Default".
9077         (doc-view-scroll-up-or-next-page)
9078         (doc-view-scroll-down-or-previous-page)
9079         (doc-view-next-line-or-next-page)
9080         (doc-view-previous-line-or-previous-page): Rename
9081         `doc-view-continuous-mode' to `doc-view-continuous'.  (Bug#4896)
9083 2009-11-30  Juri Linkov  <juri@jurta.org>
9085         * comint.el (comint-mode-map): Rebind `M-r' from
9086         `comint-previous-matching-input' to
9087         `comint-history-isearch-backward-regexp'.
9088         Unbind `M-s' to allow global key binding `M-s'.
9089         Add menu items for `comint-history-isearch-backward' and
9090         `comint-history-isearch-backward-regexp'.  (Bug#3746)
9092 2009-11-30  Juri Linkov  <juri@jurta.org>
9094         * replace.el (perform-replace): Let-bind recenter-last-op to nil.
9095         For def=recenter, replace `recenter' with `recenter-top-bottom'
9096         that is called with `this-command' and `last-command' let-bound
9097         to `recenter-top-bottom'.  When the last `def' was not `recenter',
9098         set `recenter-last-op' to nil.  (Bug#4981)
9100 2009-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9102         Minor cleanup and simplification.
9103         * filecache.el (file-cache-add-directory)
9104         (file-cache-add-directory-recursively)
9105         (file-cache-add-from-file-cache-buffer)
9106         (file-cache-delete-file-regexp, file-cache-delete-directory)
9107         (file-cache-files-matching-internal, file-cache-display): Use dolist.
9108         (file-cache-temp-minibuffer-message): Delete function.
9109         (file-cache-minibuffer-complete): Use minibuffer-message instead.
9111         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
9112         Don't signal an error when bumping into EOB in tr, s, or y.
9114 2009-11-29  Juri Linkov  <juri@jurta.org>
9116         * startup.el (fancy-about-text): Fix wording of Guided Tour.
9117         (Bug#4960)
9119         * descr-text.el (describe-char-unidata-list): Use lowercase name
9120         for "Unicode name" like in other tags.
9122 2009-11-29  Juri Linkov  <juri@jurta.org>
9124         * ediff-util.el (ediff-minibuffer-with-setup-hook):
9125         New compatibility macro.
9126         (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
9128 2009-11-29  Juri Linkov  <juri@jurta.org>
9130         Add defcustom to define the cycling order of `recenter-top-bottom'.
9131         (Bug#4981)
9133         * window.el (recenter-last-op): Doc fix.
9134         (recenter-positions): New defcustom.
9135         (recenter-top-bottom): Rewrite to use `recenter-positions'.
9136         (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
9138 2009-11-29  Michael Albinus  <michael.albinus@gmx.de>
9140         Improve integration of Tramp and ange-ftp in eshell.
9142         * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
9143         (eshell/su): Flatten args.  Apply better args parsing.  Use "cd".
9144         (eshell/sudo): Flatten args.  Let-bind `default-directory'.
9146         * eshell/esh-util.el (top): Require also Tramp when compiling.
9147         (eshell-directory-files-and-attributes): Check for FTP remote
9148         connection.
9149         (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
9150         `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
9151         (eshell-file-attributes): Handle ".".  Return `entry'.
9153         * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
9154         (ange-ftp-directory-files-and-attributes)
9155         (ange-ftp-real-directory-files-and-attributes): New defuns.
9157         * net/tramp.el (tramp-maybe-open-connection): Open the remote
9158         shell with "exec" when possible.  This prevents trailing prompts
9159         in `start-file-process'.
9161 2009-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9163         Try and remove assumptions about point-min==1.
9164         * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
9165         (rng-compute-mode-line-string): Show the validation percentage in
9166         terms of the narrowed text, not the widened text.
9167         (rng-do-some-validation): Don't catch internal errors when debugging.
9168         (rng-first-error): Simplify.
9169         (rng-after-change-function): Remove work around.  AFAIK the bug has
9170         been fixed a while ago.
9172         * image-mode.el (image-minor-mode): Exit more gracefully when the image
9173         cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
9175         * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
9177         * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
9178         `cd' doesn't always do it for us (bug#5067).
9180         * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
9181         on 2009-10-25 as part of some other change (bug#5067).
9183 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9185         * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
9186         `suspicious'.
9187         (byte-compile-warnings): Use byte-compile-warning-types.
9188         (byte-compile-save-excursion): Warn about use of set-buffer right
9189         after save-excursion.
9191         * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
9192         the excursion as well.
9194 2009-11-27  Michael Albinus  <michael.albinus@gmx.de>
9196         * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
9197         providing a Tramp related implementation of "su" and "sudo".
9198         (eshell-unix-initialize): Add "su" and "sudo".
9200 2009-11-27  Daiki Ueno  <ueno@unixuser.org>
9202         * net/socks.el (socks-send-command): Convert binary request to
9203         unibyte before sending.  This fixes mishandling of some port
9204         numbers such as 129.
9206 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9208         * help.el (describe-bindings-internal): Remove `interactive'.
9210         * man.el (Man-completion-table): Trim a terminating "(".
9211         Remove the space between name page a section.
9212         Add the command's description on the `help-echo' property.
9213         Remove `process-connection-type' binding since it's unused by
9214         call-process.
9215         Provide completion for the "<section> <name>" format as well.
9216         (Man-default-man-entry): Remove spurious var shadowing the argument.
9218 2009-11-26  Kevin Ryde  <user42@zip.com.au>
9220         * log-view.el: Add "Keywords: tools", since its other keywords
9221         aren't in finder-known-keywords, and following vc.el.
9223         * sha1.el (sha1-string-external): default-directory "/" in case
9224         otherwise non-existent.  process-connection-type pipe for touch of
9225         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
9227 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9229         Misc coding convention cleanups.
9230         * htmlfontify.el (hfy-init-kludge-hook): Rename from
9231         hfy-init-kludge-hooks.
9232         (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
9233         (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
9234         (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
9235         and push.
9236         (hfy-slant, hfy-weight): Use tables rather than code.
9237         (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
9238         (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
9239         (hfy-face-attr-for-class): Initialize `face-spec' directly.
9240         (hfy-face-to-css): Remove `nconc' with single arg.
9241         (hfy-p-to-face-lennart): Use `or'.
9242         (hfy-face-at): Hoist common code.  Remove spurious quotes in `case'.
9243         (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
9244         (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
9245         (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
9246         (hfy-force-fontification): Use run-hooks.
9248 2009-11-26  Vivek Dasmohapatra  <vivek@etla.org>
9250         Various minor fixes.
9251         * htmlfontify.el (hfy-default-header): Add toggle_invis since
9252         Javascript belongs in the header, not the body.
9253         (hfy-javascript): Remove.
9254         (hfy-fontify-buffer): Don't insert it any more.
9255         (hfy-face-at): Handle (face0 face1 face2) style face properties.
9256         Fix bug in invis handling when there were no invis props in a chunk.
9258 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9260         * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
9262 2009-11-26  Dan Nicolaescu  <dann@ics.uci.edu>
9264         * finder.el (finder-mode-map): Add a menu.
9266 2009-11-26  Michael McNamara  <mac@mail.brushroad.com>
9268         * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
9269         "unsigned" structs.
9271         (verilog-leap-to-head, verilog-backward-token): Handle "disable
9272         fork" statement better.
9274 2009-11-26  Wilson Snyder  <wsnyder@wsnyder.org>
9276         * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
9277         (verilog-delete-auto, verilog-delete-empty-auto-pair)
9278         (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
9279         Reported by Clay Douglass.
9281         (verilog-auto-inst, verilog-auto-star-safe)
9282         (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
9283         Fix removing "// Interfaces" when saving .* expansions.  Reported by
9284         Pierre-David Pfister.
9286 2009-11-26  Glenn Morris  <rgm@gnu.org>
9288         * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
9289         the scope.
9291 2009-11-25  Johan Bockgård  <bojohan@gnu.org>
9293         * vc-annotate.el (vc-annotate-revision-previous-to-line):
9294         Really use previous revision.
9296 2009-11-25  Kevin Ryde  <user42@zip.com.au>
9298         * man.el (Man-completion-table): default-directory "/" in case
9299         doesn't otherwise exist.  process-environment COLUMNS=999 so as
9300         not to truncate long names.  process-connection-type pipe to avoid
9301         any chance of hitting the pseudo-tty TIOCGWINSZ.
9302         (man): completion-ignore-case t for friendliness and since man
9303         itself is case-insensitive on the command line.
9304         Further to Bug#3717.
9306         * arc-mode.el: Add "Keywords: files", so the details in its
9307         commentary can be reached from finder-by-keyword.
9308         * textmodes/dns-mode.el: Add "Keywords: comm".  It's only an
9309         editing mode, but it's comms related and sgml-mode.el has "comm"
9310         on that basis too.
9311         * textmodes/bibtex-style.el: Add "Keywords: tex".
9312         * international/isearch-x.el, international/ja-dic-cnv.el:
9313         * international/ja-dic-utl.el, international/kkc.el:
9314         Add "Keywords: i18n", so they can be reached from finder-by-keyword.
9316 2009-11-25  Juri Linkov  <juri@jurta.org>
9318         * man.el (Man-completion-table): Modify regexp to include
9319         section names to completion strings.  (Bug#3717)
9321 2009-11-25  Juri Linkov  <juri@jurta.org>
9323         Search recursively in gzipped files.  (Bug#4982)
9325         * progmodes/grep.el (grep-highlight-matches): Add new options
9326         `always' and `auto'.  Doc fix.
9327         (grep-process-setup): Check `grep-highlight-matches' for
9328         `auto-detect' to determine the need to compute grep defaults.
9329         Move Windows/DOS specific --colors settings handling
9330         to `grep-compute-defaults'.  Check `grep-highlight-matches'
9331         to get the value of "--color=".
9332         (grep-compute-defaults): Compute `grep-highlight-matches' when it
9333         has the value `auto-detect'.  Move Windows/DOS specific settings
9334         from `grep-process-setup'.
9335         (zrgrep): New command with alias `rzgrep'.
9337 2009-11-25  Juri Linkov  <juri@jurta.org>
9339         * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
9340         to nil instead of switching off view-mode.  (Bug#4896)
9342 2009-11-25  Juri Linkov  <juri@jurta.org>
9344         Mouse-wheel scrolling for DocView Continuous mode.  (Bug#4896)
9346         * mwheel.el (mwheel-scroll-up-function)
9347         (mwheel-scroll-down-function): New defvars.
9348         (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
9349         `scroll-up', and `mwheel-scroll-down-function' instead of
9350         `scroll-down'.
9352         * doc-view.el (doc-view-scroll-up-or-next-page)
9353         (doc-view-scroll-down-or-previous-page): Add optional ARG.
9354         Use this ARG in the call to image-scroll-up/image-scroll-down.
9355         Change `interactive' spec to "P".  Goto next/previous page only
9356         when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
9357         SPC/DEL case).  Doc fix.
9358         (doc-view-next-line-or-next-page)
9359         (doc-view-previous-line-or-previous-page): Rename arg to ARG
9360         for consistency.
9361         (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
9362         `doc-view-scroll-up-or-next-page', and buffer-local
9363         `mwheel-scroll-down-function' to
9364         `doc-view-scroll-down-or-previous-page'.
9366 2009-11-25  Juri Linkov  <juri@jurta.org>
9368         Provide additional default values (directories at other Dired
9369         windows) via M-n in the minibuffer of some Dired commands.
9371         * dired-aux.el (dired-diff, dired-compare-directories)
9372         (dired-do-create-files): Use `dired-dwim-target-defaults' to set
9373         `minibuffer-default' in `minibuffer-with-setup-hook'.
9374         (dired-dwim-target-directory): Find a window that displays Dired
9375         buffer instead of failing when the next window is not Dired.
9376         Use `get-window-with-predicate' to find for the next Dired window.
9377         (dired-dwim-target-defaults): New function.
9379         * ediff-util.el (ediff-read-file-name):
9380         Use `dired-dwim-target-defaults' to set `minibuffer-default'
9381         in `minibuffer-with-setup-hook'.
9383 2009-11-25  Juri Linkov  <juri@jurta.org>
9385         Provide additional default values (file name at point or at the
9386         current Dired line) via M-n for file reading minibuffers.  (Bug#5010)
9388         * minibuffer.el (read-file-name-defaults): New function.
9389         (read-file-name): Reset `minibuffer-default' to nil when
9390         it duplicates initial input `insdef'.
9391         Bind `minibuffer-default-add-function' to lambda that
9392         calls `read-file-name-defaults' in `minibuffer-selected-window'.
9393         (minibuffer-insert-file-name-at-point): New command.
9395         * files.el (file-name-at-point-functions): New defcustom.
9396         (find-file-default): Remove defvar.
9397         (find-file-read-args): Don't use `find-file-default'.
9398         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
9399         to `read-file-name'.
9400         (find-file-literally): Use `read-file-name' with
9401         `confirm-nonexistent-file-or-buffer'.
9403         * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
9405         * dired.el (dired-read-dir-and-switches):
9406         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
9407         to `read-file-name'.
9408         (dired-file-name-at-point): New function.
9409         (dired-mode): Add hook `dired-file-name-at-point' to
9410         `file-name-at-point-functions'.
9412 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9414         Really make the *Completions* window soft-dedicated (bug#5030).
9415         * window.el (window--display-buffer-2): Add `dedicated' argument.
9416         (display-buffer): Pass it when needed so the dedicated flag is set
9417         after calling set-window-buffer, which would otherwise reset it.
9419 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9421         * progmodes/meta-mode.el (meta-complete-symbol):
9422         * progmodes/etags.el (complete-tag):
9423         * mail/mailabbrev.el (mail-abbrev-complete-alias):
9424         Use completion-in-region.
9426         * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
9427         (dabbrev-completion): Use completion-in-region.
9428         (dabbrev--abbrev-at-point): Simplify regexp.
9430         * abbrev.el (abbrev--before-point): Use word-motion functions
9431         if :regexp is not specified (bug#5031).
9433         * subr.el (string-prefix-p): New function.
9435         * man.el (Man-completion-cache): New var.
9436         (Man-completion-table): Use it.
9438         * vc.el (vc-print-log-internal): Make `limit' optional for better
9439         compatibility (e.g. with vc-annotate.el).
9441 2009-11-24  Kevin Ryde  <user42@zip.com.au>
9443         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
9444         Build value with regexp-opt instead of explicit joining loop.  (Bug#4927)
9446         * emacs-lisp/elint.el (elint-add-required-env): Better error message
9447         when .el source file not found or other error.
9449 2009-11-24  Markus Triska  <markus.triska@gmx.at>
9451         * linum.el (linum-update-window): Ignore intangible (bug#4996).
9453 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9455         Handle the [back] button properly (bug#4979).
9456         * descr-text.el (describe-text-properties): Add a `buffer' argument.
9457         Use help-setup-xref, help-buffer, and with-help-window.
9458         (describe-char): Add `buffer' argument.
9459         Pass proper command to help-setup-xref.  Don't meddle with
9460         help-xref-stack-item directly.
9461         (describe-text-category): Use with-help-window and help-buffer.
9463         * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
9464         for the displayed buffer (bug#4887).
9466         * man.el (Man-completion-table): New function.
9467         (man): Use it.
9469 2009-11-24  David Reitter  <david.reitter@gmail.com>
9471         * vc-git.el (vc-git-registered): Use checkout directory (where
9472         .git is) rather than the file's directory and a relative path spec
9473         to work around a bug in git.
9475 2009-11-24  Michael Albinus  <michael.albinus@gmx.de>
9477         Improve handling of processes on remote hosts.
9479         * eshell/esh-util.el (eshell-path-env): New defvar.
9480         (eshell-parse-colon-path): New defun.
9481         (eshell-file-attributes): Use `eshell-parse-colon-path'.
9483         * eshell/esh-ext.el (eshell-search-path):
9484         Use `eshell-parse-colon-path'.
9485         (eshell-remote-command): Remove argument HANDLER.
9486         (eshell-external-command): Check for FTP remote connection.
9488         * eshell/esh-proc.el (eshell-gather-process-output):
9489         Use `file-truename', in order to start also symlinked files.
9490         Apply `start-file-process' instead of `start-process'.
9491         Shorten `command' to the local file name part.
9493         * eshell/em-cmpl.el (eshell-complete-commands-list):
9494         Use `eshell-parse-colon-path'.
9496         * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
9498         * net/tramp.el (tramp-eshell-directory-change): New defun.  Add it
9499         to `eshell-directory-change-hook'.
9501 2009-11-24  Tassilo Horn  <tassilo@member.fsf.org>
9503         * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
9504         because it could be enabled automatically if view-read-only is non-nil.
9506 2009-11-24  Michael Kifer  <kifer@cs.stonybrook.edu>
9508         * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
9509         made on 2009-11-22.
9511 2009-11-24  Glenn Morris  <rgm@gnu.org>
9513         * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
9514         deleted variable bookmark-bmenu-bookmark-column.
9516         * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
9517         Move after definition of global-semantic-idle-tag-highlight-mode.
9519 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9521         * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
9523 2009-11-23  Ken Brown  <kbrown@cornell.edu>  (tiny change)
9525         * net/browse-url.el (browse-url-filename-alist): On Windows, add
9526         two slashes to the "file:" prefix.
9527         (browse-url-file-url): De-munge Cygwin filenames before passing
9528         them to Windows browser.
9529         (browse-url-default-windows-browser): Use call-process.
9531 2009-11-23  Juri Linkov  <juri@jurta.org>
9533         Implement DocView Continuous mode.  (Bug#4896)
9534         * doc-view.el (doc-view-continuous-mode): New defcustom.
9535         (doc-view-mode-map): Bind C-n/<down> to
9536         `doc-view-next-line-or-next-page', C-p/<up> to
9537         `doc-view-previous-line-or-previous-page'.
9538         (doc-view-next-line-or-next-page)
9539         (doc-view-previous-line-or-previous-page): New commands.
9541 2009-11-23  Juri Linkov  <juri@jurta.org>
9543         Implement Isearch in comint input history.  (Bug#3746)
9544         * comint.el (comint-mode): Add `comint-history-isearch-setup' to
9545         `isearch-mode-hook'.
9546         (comint-history-isearch): New defcustom.
9547         (comint-history-isearch-backward)
9548         (comint-history-isearch-backward-regexp): New commands.
9549         (comint-history-isearch-message-overlay): New buffer-local variable.
9550         (comint-history-isearch-setup, comint-history-isearch-end)
9551         (comint-goto-input, comint-history-isearch-search)
9552         (comint-history-isearch-message, comint-history-isearch-wrap)
9553         (comint-history-isearch-push-state)
9554         (comint-history-isearch-pop-state): New functions.
9556 2009-11-23  Michael Albinus  <michael.albinus@gmx.de>
9558         * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
9559         return.
9560         (tramp-handle-make-symbolic-link)
9561         (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
9562         Quote file names.
9563         (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
9564         (tramp-handle-process-file): Use it.
9566 2009-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9568         * window.el (move-to-window-line-last-op): Remove.
9569         (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
9571 2009-11-23  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
9573         Make M-r mirror the new cycling behavior of C-l.
9574         * window.el (move-to-window-line-last-op): New var.
9575         (move-to-window-line-top-bottom): New command.
9576         (global-map): Bind M-r move-to-window-line-top-bottom.
9578 2009-11-23  Sven Joachim  <svenjoac@gmx.de>
9580         * dired-x.el (dired-guess-shell-alist-default):
9581         Support xz format.  (Bug#4953)
9583 2009-11-22  Chong Yidong  <cyd@stupidchicken.com>
9585         * cedet/srecode/map.el (srecode-get-maps):
9586         * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
9587         * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
9588         * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
9589         (semantic-toggle-decoration-style):
9590         * cedet/semantic/decorate/include.el
9591         (semantic-decoration-include-describe)
9592         (semantic-decoration-unknown-include-describe)
9593         (semantic-decoration-unparsed-include-describe)
9594         (semantic-decoration-all-include-summary):
9595         * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
9596         * cedet/semantic/analyze/complete.el
9597         (semantic-analyze-possible-completions):
9598         * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
9599         (semantic-show-unmatched-syntax-mode)
9600         (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
9601         (semantic-highlight-func-mode):
9602         * cedet/semantic/util.el (semantic-describe-buffer):
9603         * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
9604         (semantic-symref-find-tags-by-name)
9605         (semantic-symref-find-tags-by-regexp)
9606         (semantic-symref-find-tags-by-completion)
9607         (semantic-symref-find-file-references-by-name)
9608         (semantic-symref-find-text):
9609         * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
9610         (senator-yank-tag):
9611         * cedet/semantic/scope.el (semantic-calculate-scope):
9612         * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
9613         * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
9614         (define-semantic-idle-service):
9615         * cedet/semantic/complete.el (semantic-complete-analyze-inline)
9616         (semantic-complete-analyze-inline-idle):
9617         * cedet/semantic/analyze.el (semantic-analyze-current-context):
9618         * cedet/mode-local.el (describe-mode-local-bindings)
9619         (describe-mode-local-bindings-in-mode):
9620         * cedet/ede/make.el (ede-make-check-version):
9621         * cedet/ede/locate.el (ede-enable-locate-on-project):
9622         * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
9623         (cedet-idutils-version-check):
9624         * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
9625         (cedet-gnu-global-version-check):
9626         * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
9627         (cedet-cscope-version-check): Use called-interactively-p instead
9628         of interactive-p.
9630         * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
9631         Use semantic-format-tag-prototype.
9633 2009-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
9635         * emulation/viper-cmd.el: Use viper-last-command-char instead of
9636         last-command-char/last-command-event.
9637         (viper-prefix-arg-value): Do correct conversion of event-char for
9638         XEmacs.
9640         * emulation/viper-util.el, emulation/viper.el:
9641         Use viper-last-command-char instead of
9642         last-command-char/last-command-event.
9644         * ediff-init.el, ediff-mult.el, ediff-util.el:
9645         Replace last-command-char and last-command-event
9646         with (ediff-last-command-char) everywhere.
9648         * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
9649         created in fundamental mode.
9651         * ediff.el (ediff-version): Revert the change of interactive-p to
9652         called-interactively-p.
9654 2009-11-22  Tassilo Horn  <tassilo@member.fsf.org>
9656         * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
9657         generation from word-movement command names.
9659 2009-11-21  Chong Yidong  <cyd@stupidchicken.com>
9661         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
9662         (semantic-complete-jump-local, semantic-complete-jump):
9663         Improve prompt string.
9665 2009-11-21  Jan Djärv  <jan.h.d@swipnet.se>
9667         * cus-start.el (all): Add native condition for font-use-system-font.
9669 2009-11-21  Nathaniel Flath  <flat0103@gmail.com>
9671         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
9672         Correct the patch from 2009-11-18.  (Bug#3910)
9674 2009-11-21  Tassilo Horn  <tassilo@member.fsf.org>
9676         * progmodes/subword.el: Rename from lisp/subword.el.
9678         * subword.el: Rename to progmodes/subword.el.
9680         * Makefile.in (ELCFILES): Adapt to subword.el move.
9682 2009-11-21  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
9683             Stefan Monnier  <monnier@iro.umontreal.ca>
9685         * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
9686         (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
9687         (bookmark-bmenu-show-filenames): Use push.
9688         (bookmark-bmenu-hide-filenames): Use local var instead of
9689         bookmark-bmenu-bookmark-column.  Use pop.  Don't save window-excursion.
9690         (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
9691         (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
9692         filenames now that the bookmark names are always available.
9694 2009-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9696         * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
9697         (bookmark-search-pattern): Move and leave unbound.
9698         (bookmark-bmenu-mode-map): Change binding.
9699         (bookmark-read-search-input): Simplify.
9700         Don't use text-char-description.  Don't error on non-char events.
9701         (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
9702         only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
9703         (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
9704         Use a local var for the timer.
9705         (bookmark-bmenu-cancel-search): Remove by folding into the only caller
9706         (i.e. bookmark-bmenu-search).
9708 2009-11-21  Glenn Morris  <rgm@gnu.org>
9710         * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode.  (Bug#4993)
9712 2009-11-20  Ken Brown  <kbrown@cornell.edu>  (tiny change)
9714         * net/browse-url.el (browse-url-default-windows-browser):
9715         Use cygstart for cygwin.
9717 2009-11-20  Karl Fogel  <karl.fogel@red-bean.com>
9719         * bookmark.el: Formatting and doc fixes only:
9720         (bookmark-search-delay): Shorten doc string to fit in 80 columns.
9721         (bookmark-bmenu-search): Wrap to fit within 80 columns.
9722         Minor grammar and punctuation fixes in doc string.
9723         (bookmark-read-search-input): Adjust to fit within 80 columns.
9725 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
9727         * progmodes/cc-cmds.el (c-forward-into-nomenclature)
9728         (c-backward-into-nomenclature): Adapt to subword renaming.
9730         * subword.el (subword-forward, subword-backward, subword-mark)
9731         (subword-kill, subword-backward-kill, subword-transpose)
9732         (subword-downcase, subword-upcase, subword-capitalize)
9733         (subword-forward-internal, subword-backward-internal):
9734         Rename from forward-subword, backward-subword, mark-subword,
9735         kill-subword, backward-kill-subword, transpose-subwords,
9736         downcase-subword, upcase-subword, capitalize-subword,
9737         forward-subword-internal, backward-subword-internal.
9739 2009-11-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
9741         * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
9742         New options.
9743         (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
9744         New vars.
9745         (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
9746         (bookmark-bmenu-filter-alist-by-regexp)
9747         (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
9748         (bookmark-bmenu-search): New command.
9749         (bookmark-bmenu-mode-map): Bind it.
9751 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
9753         * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
9755         * cedet/semantic/idle.el (define-semantic-idle-service)
9756         (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
9758 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
9760         * progmodes/cc-cmds.el: declare-functioned forward-subword and
9761         backward-subword to quit the byte-compiler.
9763         * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
9765         * Makefile.in: Don't refer cc-subword.elc but subword.elc.
9767         * progmodes/cc-cmds.el (c-update-modeline)
9768         (c-forward-into-nomenclature, c-backward-into-nomenclature):
9769         Refer to subword.el functions instead of cc-subword.el.
9771         * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
9772         subword.el functions instead of cc-subword.el.
9774         * progmodes/cc-subword.el: Rename to subword.el.
9775         * subword.el: Rename from progmodes/cc-subword.el.
9776         (subword-mode-map): Rename from c-subword-mode-map.
9777         (subword-mode): Rename from c-subword-mode.
9778         (global-subword-mode): New global minor mode.
9779         (forward-subword): Rename from c-forward-subword.
9780         (backward-subword): Rename from c-backward-subword.
9781         (mark-subword): Rename from c-mark-subword.
9782         (kill-subword): Rename from c-kill-subword.
9783         (backward-kill-subword): Rename from c-backward-kill-subword.
9784         (transpose-subwords): Rename from c-tranpose-subword.
9785         (downcase-subword): Rename from c-downcase-subword.
9786         (capitalize-subword): Rename from c-capitalize-subword.
9787         (forward-subword-internal): Rename from c-forward-subword-internal.
9788         (backward-subword-internal): Rename from c-backward-subword-internal.
9790 2009-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
9792         * vc.el (vc-deduce-fileset): Allow non-state changing operations
9793         from a dired buffer.
9794         (vc-dired-deduce-fileset): New function.
9795         (vc-root-diff, vc-print-root-log): Use it.
9797         * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
9798         nil LIMIT argument to vc-print-log-internal.
9800 2009-11-20  Glenn Morris  <rgm@gnu.org>
9802         * Makefile.in (ELCFILES): Regenerate.
9804 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
9806         * cedet/cedet.el (cedet-menu-map): Re-order menu items.
9808         * cedet/semantic.el: Enable idle-mode menu items only if
9809         global-semantic-idle-scheduler-mode is enabled.
9810         (semantic-default-submodes): Doc fix.
9812         * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
9813         When turning off, disable other idle modes.
9815 2009-11-20  Jay Belanger  <jay.p.belanger@gmail.com>
9817         * calc/calc.el (calc-set-mode-line):
9818         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
9819         (math-format-number): Rename `math-format-complement-signed' to
9820         `math-format-twos-complement'.
9822         * calc/calc-bin.el (math-format-twos-complement): Rename from
9823         math-format-complement-signed.
9824         (calc-radix): Rename `calc-complement-signed-mode' to
9825         `calc-twos-complement-mode'.
9826         (calc-octal-radix, calc-hex-radix): Add an argument for
9827         two's complement.
9829         * calc/calc-embed.el (calc-embedded-mode-vars):
9830         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
9832         * calc/calc-ext.el (calc-init-extensions):
9833         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
9834         (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
9836         * calc/calc-units.el (math-build-units-table-buffer):
9837         Let `calc-twos-complement-mode' be nil.
9839         * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
9840         entries.
9842         * calc/calc-vec.el (calcFunc-vunpack):
9843         * calc/calc-aent.el (calc-do-calc-eval):
9844         * calc/calc-forms.el (math-format-date):
9845         * calc/calc-graph.el (calc-graph-plot):
9846         * calc/calc-math.el (math-use-emacs-fn):
9847         * calc/calccomp.el (math-compose-expr):
9848         Let `calc-twos-complement-mode' be nil.
9850 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9852         * abbrev.el (abbrev-with-wrapper-hook): (re)move...
9853         * simple.el (with-wrapper-hook): ...to here.  Add argument `args'.
9854         * minibuffer.el (completion-in-region-functions): New hook.
9855         (completion-in-region): New function.
9856         * emacs-lisp/lisp.el (lisp-complete-symbol):
9857         * pcomplete.el (pcomplete-std-complete): Use it.
9859 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9861         * textmodes/tex-mode.el (latex-complete-bibtex-cache)
9862         (latex-complete-alist): New vars.
9863         (latex-string-prefix-p, latex-complete-bibtex-keys)
9864         (latex-complete-envnames, latex-complete-refkeys)
9865         (latex-complete-data): New functions.
9866         (latex-complete, latex-indent-or-complete): New commands.
9868         * window.el (display-buffer-mark-dedicated): New var.
9869         (display-buffer): Obey it.
9870         * minibuffer.el (minibuffer-completion-help): Use it.
9872         * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
9874         * filecache.el (file-cache-add-file): Use push and cons.
9875         (file-cache-delete-file-regexp): Use push.
9876         (file-cache-complete): Use completion-in-region.
9878         * simple.el (with-wrapper-hook): Fix thinko.
9880         * hfy-cmap.el (hfy-rgb-file): Use locate-file.
9881         (htmlfontify-load-rgb-file): Remove unnused var `ff'.
9882         Use with-current-buffer and string-to-number.
9883         (hfy-fallback-colour-values): Use assoc-string.
9884         * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
9885         (hfy-face-at): Remove unused var `found-face'.
9886         (hfy-compile-stylesheet): Remove unused var `css'.
9887         (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
9888         and `orig-buffer'.
9889         (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
9890         Use with-current-buffer.
9891         (hfy-text-p): Use expand-file-name and fewer setq.
9893 2009-11-19  Vivek Dasmohapatra  <vivek@etla.org>
9895         * htmlfontify.el, hfy-cmap.el: New files.
9897 2009-11-19  Juri Linkov  <juri@jurta.org>
9899         * minibuffer.el (completions-format): New defcustom.
9900         (completion--insert-strings): Implement vertical format.
9902         * simple.el (switch-to-completions): Move point to the first
9903         completion when point was at the beginning of the buffer.
9905 2009-11-19  Juri Linkov  <juri@jurta.org>
9907         * find-dired.el (find-name-arg): Remove autoload.  (Bug#4387)
9909         * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
9911 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
9913         * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
9914         (mail-signature): Change default to t.
9915         (mail-from-style): Deprecate `system-default' value.
9916         (mail-insert-from-field): For default value of mail-from-style,
9917         default to `angles' unless `angles' needs quoting and `parens'
9918         does not.
9919         (mail-citation-prefix-regexp): Use citation regexp from
9920         message-mode.
9922 2009-11-19  Michael Albinus  <michael.albinus@gmx.de>
9924         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
9925         Set variables for computing the prompt for reading password.
9927 2009-11-19  Glenn Morris  <rgm@gnu.org>
9929         * dired-aux.el (dired-compress-file-suffixes): Add ".xz".  (Bug#4953)
9931         * textmodes/flyspell.el (sgml-lexical-context): Declare.
9933         * net/newst-treeview.el (newsticker-treeview-treewindow-width)
9934         (newsticker-treeview-listwindow-height): Fix custom type.
9936 2009-11-19  Kenichi Handa  <handa@m17n.org>
9938         * descr-text.el (describe-char-padded-string): Compose with TAB
9939         only if there's a font for CH.
9940         (describe-char): Fix the condition for detecting a trivial composition.
9942 2009-11-18  Nathaniel Flath  <flat0103@gmail.com>
9944         * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
9945         more accurate version of the regexp.  (Bug#3910)
9947 2009-11-18  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
9949         * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
9951 2009-11-18  Juanma Barranquero  <lekktu@gmail.com>
9953         * font-setting.el (font-use-system-font): Declare for byte-compiler.
9954         (font-setting-change-default-font): Fix typo in docstring.
9956 2009-11-18  Alan Mackenzie  <acm@muc.de>
9958         * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
9960 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
9962         * font-setting.el (font-use-system-font): Move ...
9964         * cus-start.el (all): ... to here.
9966 2009-11-17  Michael Albinus  <michael.albinus@gmx.de>
9968         * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
9969         Don't set `ad-return-value' if `ad-do-it' doesn't.
9971         * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
9972         modification time.
9974 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
9976         * menu-bar.el: Put "Use system font" in Option-menu.
9977         (menu-bar-options-save): Add font-use-system-font.
9979         * loadup.el: If feature system-font-setting or font-render-setting is
9980         there, load font-setting.
9982         * Makefile.in (ELCFILES): Add font-settings.el.
9983         * font-setting.el: New file.
9985 2009-11-17  Glenn Morris  <rgm@gnu.org>
9987         * vc-svn.el (vc-svn-print-log): Fix typo in previous.
9989         * net/newst-treeview.el (newsticker--treeview-list-update-faces):
9990         Preserve point in the list buffer.  (Bug#4939)
9991         Use point-at-eol.
9992         (newsticker--treeview-list-update-highlight)
9993         (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
9995 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
9997         * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
9998         Remove.
10000         * calc/calc-ext.el (calc-init-extensions): Remove references to
10001         symclip.
10003         * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
10005         * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
10006         * calc/calc-help.el (calc-b-prefix-help): Remove references to
10007         `calc-symclip'.
10009 2009-11-16  Kevin Ryde  <user42@zip.com.au>
10011         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
10012         Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
10014         * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
10015         (lm-keywords-list): Allow comma-only separator like "foo,bar".
10016         Ignore trailing spaces by omit-nulls to split-string (fixing
10017         regression from Emacs 21 due to the incompatible split-string
10018         change).  (Bug #4928.)
10020 2009-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
10022         * vc.el (vc-log-show-limit): Default to 2000.
10023         (vc-print-log-internal): Insert buttons to request more entries
10024         when limiting the output.
10026         * vc-sccs.el (vc-sccs-print-log):
10027         * vc-rcs.el (vc-rcs-print-log):
10028         * vc-cvs.el (vc-cvs-print-log):
10029         * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
10030         LIMIT is non-nil.
10032 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
10034         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
10035         error when `tramp-gvfs-dbus-event-vector' is set.
10036         (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
10038 2009-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10040         * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
10042 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
10044         * net/dbus.el (dbus-unregister-service): New defun.
10045         (dbus-register-property): Register the handlers of
10046         "org.freedesktop.DBus.Properties" for SERVICE.
10047         (dbus-property-handler): Fix docstring.
10049 2009-11-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10051         * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
10052         Quote doc string reference in defvaralias as it is not in special form.
10053         (byte-compile-output-docform): Doc fix.
10055 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
10057         * calc/calc.el (math-2-word-size, math-half-2-word-size)
10058         (calc-complement-signed-mode): New variables.
10059         (calc-set-mode-line): Add indicator for twos-complements.
10060         (math-format-number): Format twos-complement notation.
10062         * calc/calc-bin.el (calc-word-size): Reset the variables
10063         `math-2-word-size' and `math-half-2-word-size'.
10064         (math-format-complement-signed, math-symclip, calcFunc-symclip)
10065         (calc-symclip): New functions.
10067         * calc/calc-aent.el (math-read-token): Read complement signed numbers.
10069         * calc/calc-embed.el (calc-embedded-mode-vars):
10070         Add `calc-complement-signed-mode' to the list of modes.
10072         * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
10073         (calc-b-oper-keys): Add `calc-symclip' to list.
10075         * calc/calc-ext.el (math-read-number-fancy): Read complement
10076         signed numbers.
10077         (calc-init-extensions): Add binding for `calc-symclip'.
10078         Add autoload for `calcFunc-symclip' and `calc-symclip'.
10080         * calc/calc-menu.el (calc-arithmetic-menu): Add item for
10081         `calc-symclip'.
10082         (calc-modes-menu): Add item for twos complement mode.
10084         * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
10086 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
10088         * register.el (jump-to-register, insert-register): Handle Semantic
10089         tags.  From commented-out advice in semantic/senator.el.
10091 2009-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
10093         * vc.el (vc-log-show-limit): New variable.
10094         (vc-print-log, vc-print-root-log): Add new argument LIMIT.  Set it
10095         when using a prefix argument.
10096         (vc-print-log-internal): Add new argument LIMIT.
10098         * vc-svn.el (vc-svn-print-log):
10099         * vc-mtn.el (vc-mtn-print-log):
10100         * vc-hg.el (vc-hg-print-log):
10101         * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
10102         pass it to the log command when set.  Make the BUFFER argument
10103         non-optional.
10105         * vc-sccs.el (vc-sccs-print-log):
10106         * vc-rcs.el (vc-rcs-print-log):
10107         * vc-git.el (vc-git-print-log):
10108         * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
10109         ignore it.  Make the BUFFER argument non-optional
10111         * bindings.el (mode-line-buffer-identification): Do not purecopy.
10113 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
10115         * dired.el (dired-mode-map): Move encryption items to "Operate"
10116         menu (Bug#4703).
10118         * strokes.el (strokes-update-window-configuration): Make strokes
10119         buffer current before erasing (Bug#4906).
10121         * cedet/semantic/idle.el (semantic-idle-summary-mode)
10122         (semantic-idle-summary-mode): Define using define-minor-mode
10123         instead of define-semantic-idle-service.
10124         (semantic-idle-summary-mode): New function.
10125         (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
10126         that mouse motion does not reset the echo area.
10128 2009-11-15  Juri Linkov  <juri@jurta.org>
10130         * simple.el (set-mark-default-inactive): Add :type, :group
10131         and :version.  (Bug#4876)
10133 2009-11-15  Michael Albinus  <michael.albinus@gmx.de>
10135         * arc-mode.el (archive-maybe-copy): Move creation of directory ...
10136         (archive-unique-fname): ... here.  (Bug#4929)
10138 2009-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10140         * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
10141         with a real fix.
10143         * novice.el (disabled-command-function): Add useful args.
10144         Setup the help buffer so that [back] works.
10145         Remove redundant call to help-mode.
10146         (disabled-command-function): Use `case'.
10147         (en/disable-command): New function extracted from enable-command.
10148         (enable-command, disable-command): Use it.
10150 2009-11-14  Glenn Morris  <rgm@gnu.org>
10152         * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
10153         constants.  (Bug#4913)
10155         * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
10157 2009-11-14  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
10159         * emacs-lisp/elint.el (elint-standard-variables): Add some variables
10160         defined in C that have no doc-strings.  (Bug#1063)
10162 2009-11-14  Francis Wright  <F.J.Wright@qmul.ac.uk>
10164         * cus-edit.el (data, files):
10165         * ps-print.el (postscript): Doc fixes for custom groups.  (Bug#3327)
10167 2009-11-14  Chong Yidong  <cyd@stupidchicken.com>
10169         * simple.el (shell-command): Doc fix (Bug#4891).
10171         * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
10173 2009-11-14  Glenn Morris  <rgm@gnu.org>
10175         * emulation/viper.el (viper-set-hooks): Remove duplicate advice
10176         statements for vc-diff, emerge-quit, and rmail-cease-edit.
10177         If they are already loaded, eval-after-load will do the right thing.
10179         * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
10180         compiling.
10182         * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
10184         * simple.el (x-selection-owner-p): Declare.
10185         (read-mail-command): Use custom radio type rather than choice.
10186         (completion-no-auto-exit): Doc fix.
10188         * custom.el (defgroup):
10189         * epg-config.el (epg): Doc fixes.
10191 2009-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
10193         * bindings.el (mode-line-buffer-identification): Purecopy only the string.
10194         * international/ccl.el (define-ccl-program): Do not purecopy the
10195         docstring, defconst does it anyway.
10197 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10199         * add-log.el (add-change-log-entry): Avoid displaying the changelog
10200         a second time.
10202         * x-dnd.el (x-dnd-maybe-call-test-function):
10203         * window.el (split-window-vertically):
10204         * whitespace.el (whitespace-help-on):
10205         * vc-rcs.el (vc-rcs-consult-headers):
10206         * userlock.el (ask-user-about-lock-help)
10207         (ask-user-about-supersession-help):
10208         * type-break.el (type-break-force-mode-line-update):
10209         * time-stamp.el (time-stamp-conv-warn):
10210         * terminal.el (te-set-output-log, te-more-break, te-filter)
10211         (te-sentinel, terminal-emulator):
10212         * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
10213         (term-write-input-ring, term-check-source, term-start-output-log):
10214         (term-display-buffer-line, term-dynamic-list-completions):
10215         (term-ansi-make-term, serial-term):
10216         * subr.el (selective-display):
10217         * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
10218         (strokes-encode-buffer, strokes-xpm-for-compressed-string):
10219         * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
10220         (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
10221         (speedbar-remove-localized-speedbar-support)
10222         (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
10223         (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
10224         (speedbar-buffers-line-directory):
10225         * simple.el (shell-command-on-region, append-to-buffer)
10226         (prepend-to-buffer):
10227         * shadowfile.el (shadow-save-todo-file):
10228         * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
10229         (scroll-bar-maybe-set-window-start):
10230         * sb-image.el (speedbar-image-dump):
10231         * saveplace.el (save-place-alist-to-file, save-places-to-alist)
10232         (load-save-place-alist-from-file):
10233         * ps-samp.el (ps-print-message-from-summary):
10234         * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
10235         (ps-background-image, ps-begin-job, ps-do-despool):
10236         * ps-bdf.el (bdf-find-file, bdf-read-font-info):
10237         * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
10238         (pr-ps-message-from-summary, pr-lpr-message-from-summary):
10239         (pr-call-process, pr-file-list, pr-interface-save):
10240         * novice.el (disabled-command-function)
10241         (enable-command, disable-command):
10242         * mouse.el (mouse-buffer-menu-alist):
10243         * mouse-copy.el (mouse-kill-preserving-secondary):
10244         * macros.el (kbd-macro-query):
10245         * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
10246         * informat.el (batch-info-validate):
10247         * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
10248         * hippie-exp.el (try-expand-dabbrev-visible):
10249         * help-mode.el (help-make-xrefs):
10250         * help-fns.el (describe-variable):
10251         * generic-x.el (bat-generic-mode-run-as-comint):
10252         * finder.el (finder-mouse-select):
10253         * find-dired.el (find-dired-sentinel):
10254         * filesets.el (filesets-file-close):
10255         * files.el (list-directory):
10256         * faces.el (list-faces-display, describe-face):
10257         * facemenu.el (list-colors-display):
10258         * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
10259         * epg.el (epg--process-filter, epg-cancel):
10260         * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
10261         (epa--read-signature-type):
10262         * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
10263         (emerge-file-names):
10264         * ehelp.el (electric-helpify):
10265         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
10266         * ediff-vers.el (rcs-ediff-view-revision):
10267         * ediff-util.el (ediff-setup):
10268         * ediff-mult.el (ediff-append-custom-diff):
10269         * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
10270         (ediff-wordify):
10271         * echistory.el (Electric-command-history-redo-expression):
10272         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
10273         * disp-table.el (describe-display-table):
10274         * dired.el (dired-find-buffer-nocreate):
10275         * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
10276         * dabbrev.el (dabbrev--same-major-mode-p):
10277         * chistory.el (list-command-history):
10278         * apropos.el (apropos-documentation):
10279         * allout.el (allout-obtain-passphrase):
10280         (allout-copy-exposed-to-buffer):
10281         (allout-verify-passphrase): Use with-current-buffer.
10283 2009-11-13  Glenn Morris  <rgm@gnu.org>
10285         * Makefile.in (ELCFILES): Regenerate.
10287 2009-11-13  Michael Albinus  <michael.albinus@gmx.de>
10289         * net/dbus.el (dbus-registered-objects-table): Rename from
10290         `dbus-registered-functions-table', because it contains also properties.
10291         (dbus-unregister-object): Unregister also properties.
10292         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
10293         Use a timeout of 500 msec, in order to not block.
10294         (dbus-register-property, dbus-property-handler): New defuns.
10296 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10298         * simple.el (minibuffer-default-add-completions): Drop deprecated
10299         4th arg.
10301 2009-11-13  Tomas Abrahamsson  <tab@lysator.liu.se>
10303         * textmodes/artist.el (artist-mouse-choose-operation):
10304         Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
10305         menus.  Bug noticed by Eli Zaretskii <eliz@gnu.org>.
10306         (artist-compute-up-event-key): New function.
10307         (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
10309 2009-11-13  Kenichi Handa  <handa@m17n.org>
10311         * language/japan-util.el: Make sure that the value of jisx0208
10312         property is jisx0208 character.
10314 2009-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
10316         * international/mule.el (auto-coding-regexp-alist): Only purecopy
10317         car or each item, not the whole list.
10319 2009-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10321         * minibuffer.el (minibuffer-completion-help):
10322         Use minibuffer-hide-completions.
10324 2009-11-12  Per Starbäck  <per@starback.se>  (tiny change)
10326         * dired.el (dired-save-positions, dired-restore-positions): New funs.
10327         (dired-revert): Use them (bug#4880).
10329 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
10331         * tooltip.el (tooltip-frame-parameters): Undo previous change.
10333 2009-11-12  Juri Linkov  <juri@jurta.org>
10335         * ffap.el (ffap-alternate-file-other-window, ffap-literally):
10336         New functions.
10337         (find-file-literally-at-point): Alias of `ffap-literally'.
10339 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
10341         * textmodes/ispell.el (ispell-skip-region-alist):
10342         * textmodes/css-mode.el (auto-mode-alist):
10343         * progmodes/compile.el (auto-mode-alist):
10344         * international/mule.el (ctext-non-standard-encodings-alist)
10345         (ctext-non-standard-encodings-regexp):
10346         * simple.el (shell-command-switch, text-read-only):
10347         * replace.el (occur-mode-map):
10348         * paths.el (rmail-file-name):
10349         * jka-cmpr-hook.el (jka-compr-build-file-regexp):
10350         * find-file.el (ff-special-constructs):
10351         * files.el (file-name-handler-alist):
10352         * composite.el: Purecopy strings.
10354         * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
10356 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
10358         * widget.el (define-widget): Purecopy the docstring.
10359         * international/mule-cmds.el (charset): Do not purecopy the
10360         docstring here, define-widget does it.
10362         * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
10363         * textmodes/bibtex-style.el (auto-mode-alist):
10364         * progmodes/inf-lisp.el (inferior-lisp-prompt):
10365         * progmodes/compile.el (compile-command):
10366         * language/korea-util.el (default-korean-keyboard):
10367         * international/mule-conf.el (file-coding-system-alist):
10368         * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
10369         * tooltip.el (tooltip-frame-parameters):
10370         * newcomment.el (comment-end, comment-padding):
10371         * dired.el (dired-trivial-filenames):
10372         * comint.el (comint-file-name-prefix): Purecopy initial values.
10374 2009-11-11  Michael Albinus  <michael.albinus@gmx.de>
10376         * net/tramp.el (tramp-advice-minibuffer-electric-separator)
10377         (tramp-advice-minibuffer-electric-tilde): Unload advices via
10378         `tramp-unload'.
10379         (tramp-advice-make-auto-save-file-name)
10380         (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
10381         after removing the advice.
10383 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
10385         * progmodes/grep.el (grep-regexp-alist):
10386         * international/mule-cmds.el (iso-2022-control-alist):
10387         * emacs-lisp/timer.el (timer-duration-words):
10388         * subr.el (version-separator, version-regexp-alist):
10389         * minibuffer.el (completion-styles-alist):
10390         * faces.el (face-attribute-name-alist, list-faces-sample-text):
10391         Change defvars to defconsts.
10393         * Makefile.in (ELCFILES): Add international/mule-conf.elc.
10394         * loadup.el ("international/mule-conf"): Load the byte compiled version.
10395         * international/mule-conf.el: Allow to be byte compiled.
10397         * international/mule.el (define-charset): Purecopy props.
10398         (load-with-code-conversion): Purecopy doc string and file name.
10399         (put-charset-property): Purecopy strings.
10400         (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
10402         * international/mule-cmds.el (register-input-method): Purecopy arguments.
10403         (define-char-code-property): Correctly purecopy the table.
10405         * international/ccl.el (define-ccl-program): Purecopy the docstring.
10407         * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
10409         * subr.el (add-hook): Purecopy strings.
10410         (eval-after-load): Purecopy load-history-regexp and the form.
10412         * custom.el (custom-declare-group): Purecopy load-file-name.
10414         * subr.el (menu-bar-separator): New defconst.
10415         * net/eudc.el (eudc-tools-menu):
10416         * international/mule-cmds.el (set-coding-system-map)
10417         (mule-menu-keymap):
10418         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
10419         * vc-hooks.el (vc-menu-map):
10420         * replace.el (occur-mode-map):
10421         * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
10422         (menu-bar-edit-menu, menu-bar-goto-menu)
10423         (menu-bar-custom-menu, menu-bar-showhide-menu)
10424         (menu-bar-options-menu, menu-bar-tools-menu)
10425         (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
10426         (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
10427         (menu-bar-help-menu):
10428         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
10429         * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
10431         * term/x-win.el (x-gtk-stock-map):
10432         * progmodes/vera-mode.el (auto-mode-alist):
10433         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
10434         (inferior-lisp-program, inferior-lisp-load-command):
10435         * progmodes/hideshow.el (hs-special-modes-alist):
10436         * progmodes/gud.el (same-window-regexps):
10437         * progmodes/grep.el (grep-program, find-program, xargs-program):
10438         * net/telnet.el (same-window-regexps):
10439         * net/rlogin.el (same-window-regexps):
10440         * language/ethiopic.el (font-ccl-encoder-alist):
10441         * vc-sccs.el (vc-sccs-master-templates):
10442         * vc-rcs.el (vc-rcs-master-templates):
10443         * subr.el (cl-assertion-failed):
10444         * simple.el (next-error-overlay-arrow-position):
10445         * lpr.el (lpr-command):
10446         * locate.el (locate-ls-subdir-switches):
10447         * info.el (same-window-regexps, info)
10448         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
10449         * image-mode.el (image-mode, auto-mode-alist):
10450         * hippie-exp.el (hippie-expand-ignore-buffers):
10451         * format.el (format-alist):
10452         * find-dired.el (find-ls-subdir-switches, find-grep-options)
10453         (find-name-arg):
10454         * facemenu.el (facemenu-keybindings):
10455         * dired.el (dired-listing-switches, dired-chown-program):
10456         * diff.el (diff-switches, diff-command):
10457         * cus-edit.el (same-window-regexps):
10458         * bindings.el (mode-line-mule-info)
10459         (mode-line-buffer-identification): Purecopy strings.
10461 2009-11-11  Juri Linkov  <juri@jurta.org>
10463         * simple.el (dired-get-filename) <declare-function>:
10464         Tell the byte-compiler about dired-get-filename.
10465         (shell-command): In Dired mode, get filename from the current line
10466         as the default value.
10468 2009-11-10  Glenn Morris  <rgm@gnu.org>
10470         * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
10471         * calendar/holidays.el, progmodes/cperl-mode.el:
10472         Update x-popup-menu declarations.
10474         * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
10475         (list-load-path-shadows): Use dolist.
10476         (list-load-path-shadows): Use with-current-buffer.
10478 2009-11-10  Juri Linkov  <juri@jurta.org>
10480         * minibuffer.el (read-file-name): Support a list of default values
10481         in `default-filename'.  Use the first file name where only one
10482         element is required.  Doc fix.
10484 2009-11-09  Michael Albinus  <michael.albinus@gmx.de>
10486         * net/dbus.el (dbus-unregister-object): Release service, if no
10487         other method is registered for it.
10489 2009-11-08  Markus Rost  <rost@math.uni-bielefeld.de>
10491         * bookmark.el (bookmark-completing-read): Sort bookmark names if
10492         bookmark-sort-flag is non-nil (Bug#4653).
10494 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
10496         * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
10497         the progress reporter entirely.
10499         * emulation/cua-base.el: Add CUA property to some CC mode commands
10500         (Bug#4100).
10502 2009-11-08  Kevin Ryde  <user42@zip.com.au>
10504         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
10505         at end of sentence (Bug#4818).
10507 2009-11-08  Jared Finder  <jfinder@crypticstudios.com>
10509         * progmodes/compile.el (compilation-error-regexp-alist-alist):
10510         Handle "see declaration of" MSFT statements (Bug#4100).
10512 2009-11-08  Michael Albinus  <michael.albinus@gmx.de>
10514         * net/tramp.el (tramp-advice-make-auto-save-file-name)
10515         (tramp-advice-file-expand-wildcards): Unload via
10516         `ad-remove-advice'.
10518         * net/trampver.el: Update release number.
10520 2009-11-08  Kevin Ryde  <user42@zip.com.au>
10522         * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
10523         `ad-do-it'.
10525 2009-11-08  Andr  <m00naticus@gmail.com>  (tiny change)
10527         * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
10528         in order to keep context in SELinux.
10530 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
10532         * dired-aux.el (dired-query): Place cursor in echo area and allow
10533         C-g.
10535         * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
10536         menu item if not on a directory (Bug#4701).
10538 2009-11-07  Michael Albinus  <michael.albinus@gmx.de>
10540         Sync with Tramp 2.1.17.
10542         * net/tramp.el (tramp-handle-copy-directory): Don't use
10543         `file-remote-p' (due to compatibility).
10545         * net/tramp-compat.el (tramp-compat-copy-directory)
10546         (tramp-compat-delete-directory): New defuns.
10548         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
10549         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
10550         `tramp-compat-delete-directory'.
10552         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
10553         (tramp-smb-handle-delete-directory): Use
10554         `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
10556         * net/trampver.el: Update release number.
10558 2009-11-07  Chong Yidong  <cyd@stupidchicken.com>
10560         * tar-mode.el (tar-copy): Call write-region on the right buffer
10561         (Bug#4857).
10563         * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
10564         by hand, if necessary (Bug#4878).
10566 2009-11-06  Chong Yidong  <cyd@stupidchicken.com>
10568         * buff-menu.el (Buffer-menu-buffer+size): Use display property to
10569         align size column (Bug#4839).
10571         * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
10572         statement.
10574 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
10576         * progmodes/ld-script.el (auto-mode-alist):
10577         * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
10579         * cus-face.el (custom-declare-face): Purecopy face spec.
10581 2009-11-06  Kenichi Handa  <handa@m17n.org>
10583         * international/uni-bidi.el: Re-generated.
10584         * international/uni-category.el: Re-generated.
10585         * international/uni-combining.el: Re-generated.
10586         * international/uni-mirrored.el: Re-generated.
10588 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
10590         * textmodes/tex-mode.el (tex-alt-dvi-print-command)
10591         (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
10592         (tex-start-options, slitex-run-command, latex-run-command)
10593         (tex-run-command, tex-directory):
10594         * textmodes/ispell.el (ispell-html-skip-alists)
10595         (ispell-tex-skip-alists, ispell-tex-skip-alists):
10596         * textmodes/fill.el (adaptive-fill-first-line-regexp):
10597         (adaptive-fill-regexp):
10598         * textmodes/dns-mode.el (auto-mode-alist):
10599         * progmodes/python.el (interpreter-mode-alist):
10600         * progmodes/etags.el (tags-compression-info-list):
10601         * progmodes/etags.el (tags-file-name):
10602         * net/browse-url.el (browse-url-galeon-program)
10603         (browse-url-firefox-program):
10604         * mail/sendmail.el (mail-signature-file)
10605         (mail-citation-prefix-regexp):
10606         * international/mule-conf.el (eight-bit):
10607         * international/latexenc.el (latex-inputenc-coding-alist):
10608         * international/fontset.el (x-pixel-size-width-font-regexp):
10609         * emacs-lisp/warnings.el (warning-type-format):
10610         * emacs-lisp/trace.el (trace-buffer):
10611         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
10612         (emacs-lisp-mode-map):
10613         * calendar/holidays.el (holiday-solar-holidays)
10614         (holiday-bahai-holidays, holiday-islamic-holidays)
10615         (holiday-christian-holidays, holiday-hebrew-holidays)
10616         (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
10617         (hebrew-holidays-1, holiday-oriental-holidays)
10618         (holiday-general-holidays):
10619         * x-dnd.el (x-dnd-known-types):
10620         * tool-bar.el (tool-bar):
10621         * startup.el (site-run-file):
10622         * shell.el (shell-dumb-shell-regexp):
10623         * rfn-eshadow.el (file-name-shadow-tty-properties)
10624         (file-name-shadow-properties):
10625         * paths.el (remote-shell-program, news-directory):
10626         * mouse.el ([C-down-mouse-3]):
10627         * menu-bar.el (menu-bar-tools-menu):
10628         * jka-cmpr-hook.el (jka-compr-load-suffixes)
10629         (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
10630         (jka-compr-compression-info-list):
10631         * isearch.el (search-whitespace-regexp):
10632         * image-file.el (image-file-name-extensions):
10633         * find-dired.el (find-ls-option):
10634         * files.el (directory-listing-before-filename-regexp)
10635         (directory-free-space-args, insert-directory-program)
10636         (list-directory-brief-switches, magic-fallback-mode-alist)
10637         (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
10638         (automount-dir-prefix):
10639         * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
10640         (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
10641         (face-font-registry-alternatives, face-font-registry-alternatives)
10642         (face-font-family-alternatives):
10643         * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
10644         (facemenu-foreground-menu, facemenu-face-menu):
10645         * epa-hook.el (epa-file-name-regexp):
10646         * dnd.el (dnd-protocol-alist):
10647         * textmodes/rst.el (auto-mode-alist):
10648         * button.el (default-button): Purecopy strings.
10650 2009-11-06  Glenn Morris  <rgm@gnu.org>
10652         * Makefile.in (ELCFILES): Update.
10654 2009-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10656         * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
10657         * emacs-lisp/levents.el: Move to obsolete/levents.el.
10659         * nxml/xsd-regexp.el (xsdre-gen-categories):
10660         * nxml/xmltok.el (xmltok-parse-entity):
10661         * nxml/rng-parse.el (rng-parse-validate-file):
10662         * nxml/rng-maint.el (rng-format-manual)
10663         (rng-manual-output-force-new-line):
10664         * nxml/rng-loc.el (rng-save-schema-location-1):
10665         * nxml/rng-cmpct.el (rng-c-parse-file):
10666         * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
10667         * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
10669 2009-11-05  Wilson Snyder  <wsnyder@wsnyder.org>
10671         * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
10672         Remove extra save-excursions and make-variable-buffer-local's.
10673         Suggested by Stefan Monnier.
10675         (verilog-getopt-file, verilog-module-inside-filename-p)
10676         (verilog-set-define): Merge GNU 1.35 and repair changes from
10677         switching to using with-current-buffer.
10679         (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
10680         being treated as a number and confusing AUTORESET.
10681         Reported by Dan Dever.
10683         (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
10684         Add verilog-auto-ignore-concat to fix backward compatibility with
10685         older verilog-modes.  Reported by Dan Katz.
10687         (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
10688         containing closing anchors "...$".
10690         (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
10691         Reported by Wade Smith.
10693         (verilog-batch-execute-func): Comment on function usage.
10695 2009-11-05  Michael McNamara  <mac@mail.brushroad.com>
10697         * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
10698         for labels.
10700         (verilog-label-re, verilog-calc-1): Support proper indent of named
10701         asserts.
10703         (verilog-backward-token, verilog-basic-complete-re)
10704         (verilog-beg-of-statement, verilog-indent-re): Support proper
10705         indent of the assert statement at the beginning of a block of text.
10707         (verilog-beg-block-re, verilog-ovm-begin-re): Support the
10708         `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
10709         tokens as begins.
10711 2009-11-05  Glenn Morris  <rgm@gnu.org>
10713         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
10714         Emacs 19.  (Bug#1531)
10715         (byte-compile-fix-header): Update for the above change.
10716         Drop test for epoch::version.
10718         * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
10719         * cus-dep.el (custom-make-dependencies):
10720         * finder.el (finder-compile-keywords):
10721         Use autoload-rubric's feature argument.
10723         * calendar/diary-lib.el (top-level): Make load behave more like require.
10725         * vc-git.el (vc-git-stash-map): Move definition before use.
10727 2009-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
10729         * custom.el (custom-declare-group): Purecopy standard-value.
10730         (custom-declare-group): Purecopy custom-prefix.
10732         * international/mule.el (load-with-code-conversion):
10733         Call do-after-load-evaluation unconditionally.
10735         * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
10737 2009-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10739         * descr-text.el: Require help-mode rather than help-fns (bug#4861).
10741 2009-11-04  Glenn Morris  <rgm@gnu.org>
10743         * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
10744         (byte-compile-compatibility): Remove option.
10745         (byte-compile-close-variables, byte-compile-fix-header)
10746         (byte-compile-insert-header, byte-compile-output-docform)
10747         (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
10748         (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
10749         (byte-compile-list, byte-compile-concat, byte-compile-function-form)
10750         (byte-compile-insert, byte-compile-defun):
10751         Remove support for byte-compile-compatibility and Emacs 18.  (Bug#4571)
10752         (byte-defop-compiler19): Remove.
10753         Without byte-compile-compatibility, the 'emacs19-opcode property is not
10754         used by anything.  Replace all calls with byte-defop-compiler.
10756 2009-11-04  Juri Linkov  <juri@jurta.org>
10758         * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
10759         (menu-bar-options-menu): Don't quote the `prop' arg of
10760         `menu-bar-make-mm-toggle'.
10762 2009-11-04  Juanma Barranquero  <lekktu@gmail.com>
10764         * calendar/calendar.el (cal-loaddefs):
10765         * calendar/diary-lib.el (diary-loaddefs):
10766         * calendar/holidays.el (hol-loaddefs):
10767         * eshell/esh-module.el (esh-groups): Load rather than require.
10769 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10771         * calendar/todo-mode.el (todo-add-category): Don't hardcode
10772         point-min==1.
10773         (todo-top-priorities): Only display-buffer when called interactively.
10774         (todo-item-start): Don't save excursion point.
10775         (todo-item-end): Be slightly more careful.  Add `include-sep' arg.
10776         (todo-insert-item-here, todo-file-item, todo-remove-item):
10777         Adjust uses of todo-item-start and todo-item-end.
10779         * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
10780         (autoload-rubric): Don't use any more.
10781         * cedet/semantic/fw.el (semantic/loaddefs):
10782         * cedet/srecode.el (srecode/loaddefs):
10783         * cedet/ede.el (ede/loaddefs): Load rather than require.
10784         * cedet/ede/cpp-root.el:
10785         * cedet/ede/emacs.el:
10786         * cedet/ede/files.el:
10787         * cedet/ede/linux.el:
10788         * cedet/ede/locate.el:
10789         * cedet/ede/make.el:
10790         * cedet/ede/shell.el:
10791         * cedet/ede/speedbar.el:
10792         * cedet/ede/system.el:
10793         * cedet/ede/util.el:
10794         * cedet/semantic/analyze.el:
10795         * cedet/semantic/bovine.el:
10796         * cedet/semantic/complete.el:
10797         * cedet/semantic/ctxt.el:
10798         * cedet/semantic/db-file.el:
10799         * cedet/semantic/db-find.el:
10800         * cedet/semantic/db-global.el:
10801         * cedet/semantic/db-mode.el:
10802         * cedet/semantic/db-typecache.el:
10803         * cedet/semantic/db.el:
10804         * cedet/semantic/debug.el:
10805         * cedet/semantic/dep.el:
10806         * cedet/semantic/doc.el:
10807         * cedet/semantic/edit.el:
10808         * cedet/semantic/find.el:
10809         * cedet/semantic/format.el:
10810         * cedet/semantic/html.el:
10811         * cedet/semantic/ia-sb.el:
10812         * cedet/semantic/ia.el:
10813         * cedet/semantic/idle.el:
10814         * cedet/semantic/lex-spp.el:
10815         * cedet/semantic/lex.el:
10816         * cedet/semantic/mru-bookmark.el:
10817         * cedet/semantic/scope.el:
10818         * cedet/semantic/senator.el:
10819         * cedet/semantic/sort.el:
10820         * cedet/semantic/symref.el:
10821         * cedet/semantic/tag-file.el:
10822         * cedet/semantic/tag-ls.el:
10823         * cedet/semantic/tag-write.el:
10824         * cedet/semantic/tag.el:
10825         * cedet/semantic/util-modes.el:
10826         * cedet/semantic/analyze/complete.el:
10827         * cedet/semantic/analyze/refs.el:
10828         * cedet/semantic/bovine/c.el:
10829         * cedet/semantic/bovine/gcc.el:
10830         * cedet/semantic/bovine/make.el:
10831         * cedet/semantic/bovine/scm.el:
10832         * cedet/semantic/decorate/include.el:
10833         * cedet/semantic/decorate/mode.el:
10834         * cedet/semantic/symref/cscope.el:
10835         * cedet/semantic/symref/global.el:
10836         * cedet/semantic/symref/grep.el:
10837         * cedet/semantic/symref/idutils.el:
10838         * cedet/semantic/symref/list.el:
10839         * cedet/semantic/wisent/java-tags.el:
10840         * cedet/semantic/wisent/javascript.el:
10841         * cedet/srecode/compile.el:
10842         * cedet/srecode/cpp.el:
10843         * cedet/srecode/document.el:
10844         * cedet/srecode/el.el:
10845         * cedet/srecode/expandproto.el:
10846         * cedet/srecode/getset.el:
10847         * cedet/srecode/insert.el:
10848         * cedet/srecode/java.el:
10849         * cedet/srecode/map.el:
10850         * cedet/srecode/mode.el:
10851         * cedet/srecode/template.el:
10852         * cedet/srecode/texi.el: Remove the file-local setting of
10853         generated-autoload-feature.
10855         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
10856         and only put a prop if it is non-nil.
10858 2009-11-03  Juri Linkov  <juri@jurta.org>
10860         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
10861         (menu-bar-options-menu): Fix list quoting (Bug#4429).
10863         * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
10864         and "Menu" to make top-level menu item visually one unit (like
10865         it's done for "Lisp-Interaction", "Emacs-Lisp" and other
10866         multi-word menu items).  Fix :help string for quit-window.
10868 2009-11-03  Glenn Morris  <rgm@gnu.org>
10870         * cedet/mode-local.el (with-mode-local): Doc fix.
10872         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
10873         (byte-compile-file-form-define-abbrev-table)
10874         (byte-compile-file-form-custom-declare-variable)
10875         (byte-compile-variable-ref, byte-compile-defvar):
10876         Whether or not a warning is enabled should only affect whether we issue
10877         the warning, not whether or not we collect the relevant data.
10878         Eg warnings can be turned on and off throughout the course of a file.
10880         * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
10881         (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
10883 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10885         * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
10886         * play/mpuz.el (mpuz-create-buffer):
10887         * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
10888         (lm-print-y,s,noise, lm-print-w0, lm-init):
10889         * play/gomoku.el (gomoku-prompt-for-move):
10890         * play/fortune.el (fortune-in-buffer):
10891         * play/dissociate.el (dissociated-press):
10892         * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
10893         (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
10894         * mail/supercite.el (sc-eref-show):
10895         * mail/smtpmail.el (smtpmail-send-it):
10896         * mail/rmailsum.el (rmail-summary-next-labeled-message)
10897         (rmail-summary-previous-labeled-message, rmail-summary-wipe)
10898         (rmail-summary-undelete-many, rmail-summary-rmail-update)
10899         (rmail-summary-goto-msg, rmail-summary-expunge)
10900         (rmail-summary-get-new-mail, rmail-summary-search-backward)
10901         (rmail-summary-add-label, rmail-summary-output-menu)
10902         (rmail-summary-output-body):
10903         * mail/rfc822.el (rfc822-addresses):
10904         * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
10905         * mail/mailpost.el (post-mail-send-it):
10906         * mail/hashcash.el (hashcash-generate-payment):
10907         * mail/feedmail.el (feedmail-run-the-queue)
10908         (feedmail-queue-send-edit-prompt-help-first)
10909         (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
10910         (feedmail-deduce-address-list):
10911         * eshell/esh-ext.el (eshell-remote-command):
10912         * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
10913         * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
10914         (viper-wildcard-to-regexp, viper-glob-mswindows-files)
10915         (viper-save-string-in-file, viper-valid-marker):
10916         * emulation/viper-keym.el (viper-toggle-key):
10917         * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
10918         (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
10919         (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
10920         * emulation/viper-cmd.el (viper-exec-form-in-vi)
10921         (viper-exec-form-in-emacs, viper-brac-function):
10922         * emulation/viper.el (viper-delocalize-var):
10923         * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
10924         (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
10925         (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
10926         (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
10927         * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
10928         * emulation/edt.el (edt-electric-helpify):
10929         * emulation/cua-rect.el (cua--rectangle-aux-replace):
10930         * emulation/cua-gmrk.el (cua--insert-at-global-mark)
10931         (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
10932         (cua-indent-to-global-mark-column):
10933         * calendar/diary-lib.el (calendar-mark-1):
10934         * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
10935         Use with-current-buffer.
10936         * emulation/viper.el (viper-delocalize-var): Use dolist.
10938 2009-11-03  Chong Yidong  <cyd@stupidchicken.com>
10940         * comint.el (comint-replace-by-expanded-history-before-point):
10941         Replace !! with the previous input string literally (Bug#1795).
10943 2009-11-02  Jay Belanger  <jay.p.belanger@gmail.com>
10945         * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
10946         to be made up of whitespace.
10948 2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
10950         * minibuffer.el (read-file-name): Don't use file dialogs for
10951         remote directories (Bug#99).
10953 2009-11-01  Chong Yidong  <cyd@stupidchicken.com>
10955         * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
10957 2009-11-01  Andreas Schwab  <schwab@linux-m68k.org>
10959         * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
10960         instead of deleting the window or frame.
10962 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
10964         * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
10965         Support face colors.
10967         * textmodes/tex-mode.el (tex-facemenu-add-face-function):
10968         New function.  Support face colors (Bug#1168).
10969         (tex-common-initialization): Use it.
10971         * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
10972         mode allows it (Bug#1168).
10974 2009-10-31  Juri Linkov  <juri@jurta.org>
10976         * facemenu.el (list-colors-display): Don't mark buffer as
10977         modified (Bug#3948).
10979 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
10981         * international/mule-diag.el (list-character-sets-1): Minor
10982         message fix (Bug#3526).
10984         * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
10985         face property (Bug#4834).
10986         (etags-list-tags, etags-tags-apropos-additional)
10987         (etags-tags-apropos, tags-select-tags-table): Add follow-link
10988         property.
10990         * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
10991         items.
10993         * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
10994         items.
10996         * cedet/ede.el (ede-minor-mode):
10997         * cedet/semantic.el (semantic-mode): Toggle menu separators.
10999 2009-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
11001         * textmodes/two-column.el (2C-split):
11002         * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
11003         * textmodes/tex-mode.el (tex-set-buffer-directory):
11004         * textmodes/spell.el (spell-region, spell-string):
11005         * textmodes/reftex.el (reftex-erase-buffer):
11006         (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
11007         * textmodes/reftex-toc.el (reftex-toc-promote-action):
11008         * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
11009         (reftex-select-item):
11010         * textmodes/reftex-ref.el (reftex-label-info-update)
11011         (reftex-offer-label-menu):
11012         * textmodes/reftex-index.el (reftex-index-change-entry)
11013         (reftex-index-phrases-info):
11014         * textmodes/reftex-global.el (reftex-create-tags-file)
11015         (reftex-save-all-document-buffers, reftex-ensure-write-access):
11016         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
11017         (reftex-view-crossref-from-bibtex):
11018         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
11019         (reftex-extract-bib-entries-from-thebibliography)
11020         (reftex-all-used-citation-keys, reftex-create-bibtex-file):
11021         * textmodes/refbib.el (r2b-capitalize-title):
11022         (r2b-convert-buffer, r2b-help):
11023         * textmodes/page-ext.el (pages-directory)
11024         (pages-directory-goto-with-mouse):
11025         * textmodes/bibtex.el (bibtex-validate-globally):
11026         * textmodes/bib-mode.el (bib-capitalize-title):
11027         * textmodes/artist.el (artist-clear-buffer, artist-system):
11028         * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
11029         (local-set-scheme-interaction-buffer, xscheme-process-filter)
11030         (verify-xscheme-buffer, xscheme-enter-interaction-mode)
11031         (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
11032         (xscheme-send-control-g-interrupt, xscheme-start-process)
11033         (xscheme-process-sentinel, xscheme-cd):
11034         * progmodes/verilog-mode.el (verilog-read-always-signals)
11035         (verilog-set-define, verilog-getopt-file)
11036         (verilog-module-inside-filename-p):
11037         * progmodes/sh-script.el:
11038         * progmodes/python.el (python-pdbtrack-get-source-buffer)
11039         (python-pdbtrack-grub-for-buffer, python-execute-file):
11040         * progmodes/octave-inf.el (inferior-octave):
11041         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
11042         (idlwave-shell-compile-helper-routines, idlwave-set-local)
11043         (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
11044         (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
11045         (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
11046         * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
11047         (idlwave-shell-filter, idlwave-shell-examine-highlight)
11048         (idlwave-shell-sentinel, idlwave-shell-filter-directory)
11049         (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
11050         (idlwave-shell-examine-display, idlwave-shell-run-region)
11051         (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
11052         (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
11053         * progmodes/idlw-help.el (idlwave-help-get-special-help)
11054         (idlwave-help-get-help-buffer):
11055         * progmodes/gud.el (gud-basic-call, gud-find-class)
11056         (gud-tooltip-activate-mouse-motions-if-enabled):
11057         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
11058         * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
11059         (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
11060         (ebrowse-tags-next-file):
11061         * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
11062         (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
11063         (ebnf-eps-finish-and-write):
11064         * progmodes/cpp.el (cpp-edit-save):
11065         * progmodes/cperl-mode.el (cperl-pod-to-manpage):
11066         * progmodes/cc-defs.el (c-emacs-features):
11067         * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
11068         (antlr-directory-dependencies):
11069         * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
11070         (ada-run-application, ada-find-in-src-path, ada-goto-parent)
11071         (ada-find-any-references, ada-make-filename-from-adaname)
11072         (ada-make-body-gnatstub):
11073         * obsolete/rnews.el (news-list-news-groups):
11074         * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
11075         * obsolete/iso-acc.el (iso-acc-minibuf-setup):
11076         * net/rcirc.el (rcirc-debug):
11077         * net/newst-treeview.el (newsticker--treeview-list-add-item)
11078         (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
11079         (newsticker--treeview-list-update-faces, newsticker-treeview-save)
11080         (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
11081         (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
11082         (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
11083         (newsticker--treeview-list-clear-highlight)
11084         (newsticker--treeview-list-update-highlight)
11085         (newsticker--treeview-list-highlight-start)
11086         (newsticker--treeview-tree-update-highlight)
11087         (newsticker--treeview-get-selected-item)
11088         (newsticker-treeview-mark-list-items-old)
11089         (newsticker--treeview-set-current-node):
11090         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
11091         * net/newst-backend.el (newsticker--get-news-by-funcall)
11092         (newsticker--get-news-by-wget, newsticker--image-get)
11093         (newsticker--image-sentinel):
11094         * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
11095         * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
11096         (eudc-ph-close-session):
11097         * net/eudc.el (eudc-save-options):
11098         * language/thai-word.el (thai-update-word-table):
11099         * language/japan-util.el (japanese-string-conversion):
11100         * international/titdic-cnv.el (tsang-quick-converter)
11101         (ziranma-converter, ctlau-converter):
11102         * international/mule-cmds.el (describe-language-environment):
11103         * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
11104         (skkdic-convert-postfix, skkdic-convert-prefix):
11105         (skkdic-convert-okuri-nasi, skkdic-convert):
11106         * emacs-lisp/re-builder.el (reb-update-overlays):
11107         * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
11108         * emacs-lisp/gulp.el (gulp-send-requests):
11109         * emacs-lisp/find-gc.el (trace-call-tree):
11110         * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
11111         (eieio-describe-generic):
11112         * emacs-lisp/eieio-base.el (eieio-persistent-read):
11113         * emacs-lisp/edebug.el (edebug-outside-excursion):
11114         * emacs-lisp/debug.el (debugger-make-xrefs):
11115         * emacs-lisp/cust-print.el (custom-prin1-to-string):
11116         * emacs-lisp/chart.el (chart-new-buffer):
11117         * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
11118         Use with-current-buffer.
11119         * textmodes/artist.el (artist-system): Don't call
11120         copy-sequence on a fresh string.
11121         * progmodes/idlw-shell.el (easymenu setup): Use dolist.
11123 2009-10-31  Stephen Berman  <stephen.berman@gmx.net>
11125         * calendar/todo-mode.el (todo-edit-item): Signal an error if there
11126         is no item to edit.  (Bug#4820)
11127         (todo-top-priorities): Restore point and restore narrowing in Todo
11128         buffer.  (Bug#4820)
11130 2009-10-31  Glenn Morris  <rgm@gnu.org>
11132         * net/ange-ftp.el (top-level): Don't require dired when compiling.
11133         (comint-last-output-start, comint-last-input-start)
11134         (comint-last-input-end): Don't defvar when compiling.
11135         (ange-ftp-process-file): Use bound-and-true-p.
11137         * pcmpl-rpm.el (top-level): Move provide statement to end.
11138         (pcmpl-rpm): Remove unused custom group.
11140         * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
11142         * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
11144         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
11145         (byte-compile-warnings): Add `constants' as an option.
11146         (byte-compile-callargs-warn, byte-compile-arglist-warn)
11147         (display-call-tree): Update for byte-compile-fdefinition possibly
11148         returning `(macro lambda ...)'.  (Bug#4778)
11149         (byte-compile-variable-ref, byte-compile-setq-default):
11150         Respect `constants' member of byte-compile-warnings.
11152         * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
11153         Use mapc rather than mapcar because the return value is never used.
11155         * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
11156         * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
11157         * cedet/semantic/html.el:
11158         Suppress harmless warnings about setting up semantic-imenu (not
11159         part of Emacs) variables.
11161 2009-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11163         * vc-bzr.el (vc-bzr-revision-keywords): New var.
11164         (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
11165         to "submit:".
11167         * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
11168         * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
11169         * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
11170         * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
11171         * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
11172         * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
11173         (semantic-analyzer-debug-global-symbol)
11174         (semantic-analyzer-debug-missing-innertype)
11175         (semantic-analyzer-debug-insert-include-summary):
11176         * cedet/semantic/util.el (semantic-file-tag-table):
11177         (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
11178         (semantic-recursive-find-nonterminal-by-name):
11179         * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
11180         * cedet/semantic/tag-file.el (semantic-prototype-file):
11181         * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
11182         * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
11183         * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
11184         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
11185         (semantic-idle-summary-maybe-highlight):
11186         * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
11187         (semantic-ia-sb-tag-info):
11188         * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
11189         * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
11190         * cedet/semantic/ede-grammar.el (project-compile-target):
11191         (ede-proj-makefile-insert-variables):
11192         * cedet/semantic/debug.el (semantic-debug-set-parser-location):
11193         (semantic-debug-set-source-location, semantic-debug-interface-layout)
11194         (semantic-debug-mode, semantic-debug):
11195         * cedet/semantic/db.el (semanticdb-needs-refresh-p):
11196         * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
11197         * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
11198         * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
11199         (semanticdb-find-translate-path-includes--internal)
11200         (semanticdb-reset-log, semanticdb-find-log-activity):
11201         * cedet/semantic/db-file.el (object-write):
11202         * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
11203         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
11204         (semanticdb-create-ebrowse-database):
11205         * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
11206         * cedet/semantic/complete.el (semantic-displayor-focus-request)
11207         (semantic-collector-calculate-completions-raw)
11208         (semantic-complete-read-tag-analyzer):
11209         * cedet/semantic/analyze.el (semantic-analyze-pulse):
11210         * cedet/ede/util.el (ede-update-version-in-source):
11211         * cedet/ede/proj.el (project-delete-target):
11212         * cedet/ede/proj-elisp.el (ede-update-version-in-source)
11213         (ede-proj-flush-autoconf):
11214         * cedet/ede/pconf.el (ede-proj-configure-synchronize)
11215         (ede-proj-configure-synchronize):
11216         * cedet/ede/locate.el (ede-locate-file-in-project-impl):
11217         * cedet/ede/linux.el (ede-linux-version):
11218         * cedet/ede/emacs.el (ede-emacs-version):
11219         * cedet/ede/dired.el (ede-dired-add-to-target):
11220         * cedet/ede.el (ede-buffer-header-file, ede-find-target)
11221         (ede-buffer-documentation-files, ede-project-buffers, ede-set)
11222         (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
11223         * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
11224         (cedet-idutils-lid-call, cedet-idutils-expand-filename)
11225         (cedet-idutils-version-check):
11226         * cedet/cedet-global.el (cedet-gnu-global-call):
11227         (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
11228         (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
11229         * cedet/cedet-cscope.el (cedet-cscope-call)
11230         (cedet-cscope-expand-filename, cedet-cscope-version-check):
11231         Use with-current-buffer.
11232         * cedet/ede.el (ede-make-project-local-variable)
11233         (ede-set-project-variables, ede-set): Use dolist.
11235 2009-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
11237         * textmodes/ispell.el (ispell-skip-region-alist):
11238         * international/mule-conf.el (eight-bit):
11239         * international/fontset.el (font-encoding-alist):
11240         * startup.el (pure-space-overflow-message):
11241         * simple.el (overwrite-mode-textual, overwrite-mode-binary):
11242         * paths.el (gnus-nntp-service, rmail-spool-directory)
11243         (term-file-prefix):
11244         * files.el (save-some-buffers-action-alist):
11245         * cmuscheme.el (same-window-buffer-names):
11246         * ielm.el (same-window-buffer-names):
11247         * shell.el (same-window-buffer-names):
11248         * mail/sendmail.el (same-window-buffer-names):
11249         * progmodes/inf-lisp.el (same-window-buffer-names):
11250         * bindings.el (mode-line-client)
11251         (mode-line-column-line-number-mode-map):
11252         * language/tibetan.el (tibetan-precomposition-rule-regexp)
11253         (tibetan-precomposed-regexp): Purecopy string arguments.
11255 2009-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11257         * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
11258         (calcDigit-nondigit):
11259         * calc/calc-yank.el (calc-copy-to-buffer):
11260         * calc/calc-units.el (calc-invalidate-units-table):
11261         * calc/calc-trail.el (calc-trail-yank):
11262         * calc/calc-store.el (calc-insert-variables):
11263         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
11264         * calc/calc-prog.el (calc-read-parse-table):
11265         * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
11266         * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
11267         * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
11268         (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
11269         (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
11270         (calc-graph-name, calc-graph-find-command, calc-graph-view)
11271         (calc-graph-view, calc-gnuplot-command, calc-graph-init):
11272         * calc/calc-ext.el (calc-realign):
11273         * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
11274         (calc-embedded-finish-edit, calc-embedded-make-info)
11275         (calc-embedded-finish-command, calc-embedded-stack-change):
11276         * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
11278         * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
11279         (overload-docstring-extension): Use that info.
11280         * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
11281         * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
11282         * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
11283         (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
11284         (semantic-nonterminal-full-name): Add the new `when' info.
11285         * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
11286         `assert'.
11288         * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
11289         shell-dynamic-complete-filename in preference to
11290         comint-dynamic-complete-filename.
11292         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
11293         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
11294         Don't consider whether the display supports colors.
11295         (bookmark-import-new-list): Use dolist.
11296         (bookmark-bmenu-mode-map): Move initialization into declaration.
11297         (bookmark-bmenu-list): Use dolist, simplify.
11298         (bookmark-show-all-annotations): Use save-selected-window and dolist.
11299         (menu-bar-final-items): Use push.
11301 2009-10-28  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
11303         * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
11304         it works on remote files.
11305         (vc-hg-diff): Don't pass any `--cwd' argument.
11307 2009-10-27  Kevin Ryde  <user42@zip.com.au>
11309         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
11310         Use help-xref-info-regexp and help-xref-url-regexp to identify links.
11311         (Further to Bug#3921).
11313 2009-10-27  Michael Albinus  <michael.albinus@gmx.de>
11315         * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
11316         (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
11317         calling `tramp-imap-put-file'.  Add file size to the call.
11318         (tramp-imap-get-file-entries): Compute also user name, file size,
11319         and date.
11320         (tramp-imap-handle-insert-directory): Insert uid and gid.
11321         (tramp-imap-handle-file-attributes): Transform uid and gid
11322         according to `id-format'.
11323         (tramp-imap-put-file): New optional parameter SIZE.  Encode file
11324         size in header X-Size.
11326 2009-10-26  Juanma Barranquero  <lekktu@gmail.com>
11328         * simple.el (transpose-subr): Give clearer error when the mark
11329         is not set.  (Bug#4807)
11331 2009-10-26  Michael Albinus  <michael.albinus@gmx.de>
11333         * net/tramp.el (tramp-perl-file-truename): New defconst.
11334         Perl code contributed by yary <not.com@gmail.com> (tiny change).
11335         (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
11336         Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
11337         (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
11339         * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
11340         Ignore `dired-call-process'.
11341         (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
11343 2009-10-26  Julian Scheid  <julians37@gmail.com>
11345         * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
11346         (tramp-get-remote-readlink): New defun.
11347         (tramp-handle-file-truename): Use it.
11348         (tramp-handle-file-exists-p): Check file-attributes cache, assume
11349         file exists if cache value present.
11350         (tramp-check-cached-permissions): New defun.
11351         (tramp-handle-file-readable-p): Use it.
11352         (tramp-handle-file-writable-p): Likewise.
11353         (tramp-handle-file-executable-p): Likewise.
11354         (tramp-handle-file-name-all-completions): Try using Perl to get
11355         partial completions.  When perl not available, combine `cd' and
11356         `ls' into single remote operation and use shell expansion to get
11357         partial remote directory contents.  Set `file-exists-p' cache for
11358         directory and any files returned by ls.  Change cache handling to
11359         support partial directory contents.  Use error message emitted by
11360         remote `cd' or Perl code for local tramp-error.
11361         (tramp-do-copy-or-rename-file-directly): Avoid separate
11362         tramp-send-command-and-check call.
11363         (tramp-handle-process-file): Merge three remote ops into one.
11364         Do not flush all caches when `process-file-side-effects' is set.
11365         (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
11366         file-attributes shows uid/gid to be set already.
11368 2009-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
11370         * textmodes/tex-mode.el (tex-dvi-view-command)
11371         (tex-show-queue-command, tex-open-quote):
11372         * progmodes/ruby-mode.el (auto-mode-alist)
11373         (interpreter-mode-alist): Purecopy strings.
11375         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
11377         * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
11378         string for the hook, keymap and abbrev table.
11380         * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
11382         * x-dnd.el (x-dnd-xdnd-to-action):
11383         * startup.el (fancy-startup-text, fancy-about-text): Change to
11384         defconst from defvar.
11386         * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
11388         * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
11389         Purecopy initialization strings.
11391         * mail/sendmail.el (mail-header-separator)
11392         (mail-personal-alias-file):
11393         * mail/rmail.el (rmail-default-dont-reply-to-names)
11394         (rmail-ignored-headers, rmail-retry-ignored-headers)
11395         (rmail-highlighted-headers, rmail-secondary-file-directory)
11396         (rmail-secondary-file-regexp):
11397         * files.el (null-device, file-name-invalid-regexp)
11398         (locate-dominating-stop-dir-regexp)
11399         (inhibit-first-line-modes-regexps): Purecopy initialization strings.
11400         (interpreter-mode-alist): Use mapcar instead of mapc.
11402         * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
11404         * bindings.el (mode-line-major-mode-keymap): Purecopy name.
11405         (completion-ignored-extensions):
11406         (debug-ignored-errors): Purecopy strings.
11408 2009-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11410         * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
11411         (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
11412         (pcomplete--here): Use push.
11414         * subr.el (all-completions): Declare the 4th arg obsolete.
11416 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11418         * pcomplete.el (pcomplete-unquote-argument-function): New var.
11419         (pcomplete-unquote-argument): New function.
11420         (pcomplete--common-suffix): Always pay attention to case.
11421         (pcomplete--table-subvert): Quote and unquote the text.
11422         (pcomplete--common-quoted-suffix): New function.
11423         (pcomplete-std-complete): Use it and pcomplete-begin.
11425         * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
11426         we're inside a dedicated or minibuffer window.
11428 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11430         * cedet/semantic/fw.el (semantic-alias-obsolete)
11431         (semantic-varalias-obsolete): Make the `when' arg mandatory.
11432         (define-mode-overload-implementation):
11433         * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
11434         * cedet/semantic/wisent.el (wisent-lex-make-token-table):
11435         * cedet/semantic/util.el (semantic-file-token-stream)
11436         (semantic-something-to-stream):
11437         * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
11438         (semantic-expand-nonterminal):
11439         * cedet/semantic/tag-file.el (semantic-find-nonterminal)
11440         (semantic-find-dependency, semantic-find-nonterminal)
11441         (semantic-find-dependency):
11442         * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
11443         (semantic-flex-text, semantic-flex-make-keyword-table)
11444         (semantic-flex-keyword-p, semantic-flex-keyword-put)
11445         (semantic-flex-keyword-get, semantic-flex-map-keywords)
11446         (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
11447         * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
11448         * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
11449         (semantic-after-idle-scheduler-reparse-hooks):
11450         * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
11451         * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
11452         * cedet/semantic.el (semantic-toplevel-bovine-table)
11453         (semantic-toplevel-bovine-cache)
11454         (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
11455         (semantic-init-mode-hooks, semantic-init-db-hooks)
11456         (semantic-bovination-working-type): Provide the `when' arg.
11458 2009-10-24  Karl Fogel  <kfogel@red-bean.com>
11460         * bookmark.el: Update documentation, especially documentation
11461         of `bookmark-alist' and of the bookmark file format.
11462         Patch by Drew Adams, with minor tweaks from me.  (Bug#4195)
11464 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
11466         * mail/emacsbug.el (report-emacs-bug): Clarify that the
11467         keybindings apply to the mail buffer (Bug#4003).  Shrink help
11468         window to buffer.
11470         * whitespace.el (whitespace-mode, whitespace-newline-mode)
11471         (global-whitespace-mode, global-whitespace-newline-mode)
11472         (whitespace-toggle-options, global-whitespace-toggle-options):
11473         Doc fix (Bug#3660).
11475         * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
11476         of xmltok-start before the end tag was inserted (Bug#2840).
11478         * progmodes/sh-script.el (sh-font-lock-paren): Handle case
11479         patterns that are preceded by an open-paren (Bug#1320).
11481 2009-10-24  Sven Joachim  <svenjoac@gmx.de>
11483         * files.el (delete-directory): Delete symlinks to directories with
11484         delete-file (Bug#4739).
11486 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
11488         * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
11489         * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
11490         argument to make-obsolete.
11492         * cedet/semantic/fw.el (semantic-alias-obsolete)
11493         (semantic-varalias-obsolete): Add optional WHEN argument.
11495 2009-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
11497         * vc.el (vc-backend-for-registration): Rename from
11498         vc-get-backend-for-registration.  Update callers.
11500         * international/mule-cmds.el (set-language-info-alist):
11501         Purecopy lang-env.
11502         (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
11503         (charset): Purecopy the name.
11504         (define-char-code-property): Purecopy string arguments.
11506         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
11507         Purecopy string arguments.
11509         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
11510         * ediff-hook.el (menu-bar-ediff-menu):
11511         * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
11512         * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
11514 2009-10-24  Glenn Morris  <rgm@gnu.org>
11516         * comint.el (comint-dynamic-list-completions):
11517         * term.el (term-dynamic-list-completions): Use choose-completion rather
11518         than obsolete alias mouse-choose-completion.
11520         * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
11521         file-cache-choose-completion.
11522         (file-cache-choose-completion): Handle an optional event argument.
11523         (file-cache-mouse-choose-completion): Make it an obsolete alias.
11525         * progmodes/octave-mod.el (octave-complete-symbol):
11526         Use choose-completion if mouse-choose-completion is ever removed.
11528         * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
11529         use.
11531         * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
11532         compiler.
11534         * vc-hooks.el (vc-responsible-backend): Fix declaration.
11536 2009-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11538         * minibuffer.el (completion--embedded-envvar-table): Fix last change.
11539         Ignore `pred' now that we receive one.
11540         Handle test-completion specially.
11542 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
11544         * vc.el (vc-responsible-backend): Throw an error if not backend is
11545         found.  Remove the REGISTER argument.  Move the code dealing with
11546         REGISTER ...
11547         (vc-get-backend-for-registration): ... here.  New function.
11548         (vc-deduce-fileset): Call vc-get-backend-for-registration instead
11549         of vc-responsible-backend, pass the file name instead of the
11550         directory name.
11552 2009-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11554         * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
11555         New funs.
11556         (pcomplete-std-complete): Use them.  Obey pcomplete-termination-string.
11557         (pcomplete-comint-setup): Don't modify a global var via
11558         accidental side-effects.
11559         (pcomplete-shell-setup): Adjust call accordingly.
11560         (pcomplete-parse-comint-arguments): Use push.
11562 2009-10-23  Chong Yidong  <cyd@stupidchicken.com>
11564         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
11565         Allow uncapitalized info node names (Bug#3921).
11567         * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
11568         to the DEBUG file (Bug#3781).
11570 2009-10-23  Jari Aalto  <jari.aalto@cante.net>
11572         * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
11573         dictionary entry (Bug#4579).
11575 2009-10-23  Michael Albinus  <michael.albinus@gmx.de>
11577         * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
11578         from `rfn-eshadow-update-overlay-hook' when unloading.
11579         (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
11580         "rsyncc".  Adjust doc string.
11581         (tramp-temp-buffer-file-name): New buffer-local defvar.
11582         (tramp-handle-insert-file-contents, tramp-handle-write-region):
11583         Keep temporary file when indicated by method ("rsync" and
11584         "rsyncc").
11585         (tramp-handle-write-region): Handle APPEND.
11586         (tramp-delete-temp-file-function): New defun.  Added to
11587         `kill-buffer-hook'.
11589 2009-10-23  Juanma Barranquero  <lekktu@gmail.com>
11591         * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
11593 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
11595         * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
11596         (color-name-rgb-alist, tty-standard-colors)
11597         (tty-color-mode-alist): Change to defconst.
11599         * simple.el (mark-inactive): Purecopy message.
11601         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
11602         (global-map, yank-menu):
11603         * textmodes/ispell.el (ispell-menu-map):
11604         * net/eudc.el (eudc-tools-menu):
11605         * international/mule-cmds.el (describe-language-environment-map)
11606         (setup-language-environment-map, set-coding-system-map)
11607         (mule-menu-keymap):
11608         * vc-hooks.el (vc-menu-entry, vc-menu-map):
11609         * replace.el (occur-mode-map):
11610         * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
11612 2009-10-23  Jay Belanger  <jay.p.belanger@gmail.com>
11614         * calc/calc.el (math-read-number, math-read-number-simple): Use
11615         `save-match-data'.
11617 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11619         * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
11620         rather than fiddling with global-map bindings, since it should only
11621         affect per-terminal settings.
11622         See http://bugs.gentoo.org/show_bug.cgi?id=289709.
11624         * minibuffer.el (completion-table-with-terminator): Allow to specify
11625         the terminator-regexp.
11627         * simple.el (switch-to-completions): Look for *Completions* in other
11628         frames as well.
11630         * pcomplete.el: Allow the use of completion-tables.
11631         (pcomplete-std-complete): New command.
11632         (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
11633         (pcomplete--here): Use a function for `form' rather than an expression,
11634         so it can be byte-compiled.
11635         (pcomplete-here, pcomplete-here*): Adjust accordingly.
11636         Add edebug declaration.
11637         (pcomplete-show-completions): Remove unused var `curbuf'.
11638         (pcomplete-do-complete, pcomplete-stub):
11639         Don't assume `completions' is a list of strings any more.
11641 2009-10-22  Juanma Barranquero  <lekktu@gmail.com>
11643         * find-dired.el (find-name-arg): Fix typo in docstring.
11645 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11647         * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
11648         (pcmpl-linux-fs-types): Same, and update to new modules layout.
11650         * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
11651         pcomplete-entries.
11653         * comint.el (comint-read-input-ring, comint-write-input-ring)
11654         (comint-substitute-in-file-name)
11655         (comint-dynamic-complete-as-filename)
11656         (comint-dynamic-simple-complete)
11657         (comint-dynamic-list-filename-completions)
11658         (comint-dynamic-list-completions)
11659         (comint-redirect-results-list-from-process): Minor simplifications.
11661 2009-10-21  Kevin Ryde  <user42@zip.com.au>
11663         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
11664         When inserting ";;; Code" put it before any ";;;###autoload" cookie on
11665         the first form.  And insert a blank line after ";;; Code" since
11666         that's usual style.  (Bug#4612)
11668         * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
11670 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11672         * minibuffer.el (completion-table-with-terminator): Properly implement
11673         boundaries, in case `terminator' appears in the suffix.
11674         (completion--embedded-envvar-table): Don't return boundaries if
11675         there's no valid completion.  Simplify.
11676         (completion-file-name-table): New completion table extracted from
11677         completion--file-name-table.
11678         (completion--file-name-table): Use it.
11679         (read-file-name-predicate): Declare obsolete.
11680         (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
11681         * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
11682         completion-file-name-table, and use the `pred' argument.
11683         * files.el (locate-file-completion-table): Use the `pred' arg rather
11684         than read-file-name-predicate.
11685         (abbreviate-file-name): Use \` rather than ^ for BOS.
11687 2009-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
11689         * vc.el (vc-deduce-fileset): Undo previous change, do not tell
11690         vc-responsible-backend to register, it causes problems.
11692 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11694         * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
11696 2009-10-21  Eric Ludlam  <zappo@gnu.org>
11698         * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
11699         (semantic-c-debug-mode-init-pch): New functions.
11700         (semantic-c-debug-mode-init-last-mode): New var.
11701         (semantic-c-parse-lexical-token): Use them.
11703         * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
11704         When extracting the argument list, limit only by point-max.
11706 2009-10-21  Michael Albinus  <michael.albinus@gmx.de>
11708         * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
11709         (tramp-smb-handle-file-attributes): Use it.
11710         (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
11711         (tramp-smb-handle-insert-directory): Use `mapc' rather than
11712         `mapcar'.  Use `tramp-smb-get-stat-capability'.
11713         Add `dired-filename' text properties.
11714         (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
11715         (tramp-smb-maybe-open-connection): Simplify check for smbclient
11716         version.
11718 2009-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11720         * subr.el (read-key-delay): Reduce to 0.01.
11721         (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
11722         (bug#4751).
11724 2009-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11726         * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
11728         * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
11729         (Info-menu): Remove unused vars `last' and `completions'.
11730         (Info-index-nodes): Remove unused var `node'.
11732         * info.el (Info-complete-menu-item): Use complete-with-action.
11734 2009-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
11736         Make vc-annotate work through copies and renames.
11737         * vc-annotate.el (vc-annotate-extract-revision-at-line):
11738         Return the file name too.
11739         (vc-annotate-revision-at-line)
11740         (vc-annotate-find-revision-at-line)
11741         (vc-annotate-revision-previous-to-line)
11742         (vc-annotate-show-log-revision-at-line): Update to get the file
11743         name from vc-annotate-extract-revision-at-line.
11744         (vc-annotate-show-diff-revision-at-line-internal): Change the
11745         argument to mean whether to show a file diff or not.  Get the file
11746         name from vc-annotate-extract-revision-at-line.
11747         (vc-annotate-show-diff-revision-at-line):
11748         Update vc-annotate-show-diff-revision-at-line call.
11749         (vc-annotate-warp-revision): Add an optional file argument.
11751         * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
11752         (vc-git-annotate-extract-revision-at-line): Also return the file
11753         name if found.
11755         * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
11756         command.  Remove unused code.
11757         (vc-hg-annotate-re): Update to match --follow output.
11758         (vc-hg-annotate-extract-revision-at-line): Also return the file
11759         name if found.
11761         * vc.el: Update annotate-extract-revision-at-line documentation.
11763 2009-10-18  Kevin Ryde  <user42@zip.com.au>
11765         * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
11766         re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
11768         * net/browse-url.el (browse-url): Identify alist with "consp and
11769         not functionp" and let all other things go down the `apply' leg,
11770         as suggested by Stefan.  (Further to bug#4531.)
11772 2009-10-18  Chong Yidong  <cyd@stupidchicken.com>
11774         * minibuffer.el (read-file-name): Check for repeat before putting
11775         a default argument in file-name-history (Bug#4657).
11777         * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
11778         read syntax (Bug#4737).
11780         * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
11782 2009-10-18  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
11784         * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
11785         (html-tag-alist, html-tag-help): Add descriptions for undocumented
11786         entries and make note of obsolete tags.
11788 2009-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11790         * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
11792 2009-10-18  Glenn Morris  <rgm@gnu.org>
11794         * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
11795         grep, so that binary files (eg international/uni-bidi.el) can match.
11796         Remove test for "UnicodeData" files, since it is hopefully unnecessary
11797         now, and in any case the file header format has changed.
11799 2009-10-17  Glenn Morris  <rgm@gnu.org>
11801         * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
11802         (flyspell-get-word, flyspell-large-region)
11803         (flyspell-auto-correct-previous-word): Doc/error message fixes.
11805 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
11807         * Makefile.in (ELCFILES): Add ede/shell.
11809 2009-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
11811         * term/common-win.el (x-colors): Purecopy it.
11813 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11815         * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
11816         permissive for when the buffer is empty.
11817         (tar-header-block-tokenize): Decode the username and groupname.
11818         (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
11820 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
11822         * cedet/srecode/srt.el:
11823         * cedet/srecode/compile.el:
11824         * cedet/semantic/mru-bookmark.el:
11825         * cedet/semantic/debug.el:
11826         * cedet/semantic/complete.el:
11827         * cedet/semantic/analyze.el: Require CL when compiling.
11829 2009-10-17  Eric Ludlam  <zappo@gnu.org>
11831         * cedet/semantic/scope.el
11832         (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
11833         tmpscope so that the regular scope will continue to work.
11835         * cedet/semantic/idle.el (semantic-idle-tag-highlight):
11836         Use semantic-idle-summary-highlight-face as the highlighting.
11838         * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
11839         contains multibyte characters, choose first applicable coding
11840         system automatically.
11842         * cedet/ede/project-am.el (project-run-target): New method.
11843         (project-run-target): New method.
11845         * cedet/ede.el (ede-target): Add run target menu item.
11846         (ede-project, ede-minor-keymap): Add ede-run-target binding.
11847         (ede-run-target): New function.
11848         (ede-target::project-run-target): New method.
11850         * cedet/ede/proj.el (project-run-target): New method.
11852         * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
11853         (ede-g++-libtool-shared-compiler): Remove SHELL.  Remove COMMANDS.
11854         Add :rules.
11855         (ede-proj-target-makefile-shared-object): Only libtool compilers
11856         now available.  Add linkers for libtool.
11857         (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
11858         (ede-proj-makefile-target-name): Always use .la extension.
11860         * cedet/ede/proj-prog.el (project-run-target): New method.
11862         * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
11863         (ede-g++-linker): Change Change link lines.
11865         * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
11866         When searching for old variables, go to the end of the buffer and
11867         search backward from there.
11868         (ede-proj-makefile-automake-insert-subdirs)
11869         (ede-proj-makefile-automake-insert-extradist): New methods.
11870         (ede-proj-makefile-create): Use them.
11872         * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
11873         Force FILE to expand to the current target.  Use file-exists-p to
11874         check that it exists.
11876         * cedet/ede/linux.el (ede-linux-version): Don't call "head".
11877         (ede-linux-load): Wrap dir in file-name-as-directory.
11878         Set :version slot.
11880         * cedet/ede/files.el (ede-get-locator-object): When enabling
11881         locate, do so on "top".
11883         * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
11884         file-name-as-directory during compare.
11885         (ede-emacs-version): Return Emacs/XEmacs differentiator.
11886         Get version number from different places.  Don't call egrep.
11887         (ede-emacs-load): Set :version slot.  Call file-name-as-directory
11888         to set the directory.
11890         * cedet/ede/shell.el: New file.
11892         * cedet/inversion.el (inversion-decoders): Allow for stray . in
11893         alpha/beta variants.
11895 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11897         * international/mule-cmds.el (select-safe-coding-system): If the file
11898         has a coding cookie, use it regardless of any other setting (bug#4712).
11900 2009-10-17  Glenn Morris  <rgm@gnu.org>
11902         * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
11903         All errors should have messages.
11905         * foldout.el (foldout-mouse-swallow-events):
11906         * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
11908         * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
11909         (dired-keep-marker-copy, dired-keep-marker-hardlink)
11910         (dired-keep-marker-symlink, dired-dwim-target)
11911         (dired-copy-preserve-time): Do not autoload these defcustoms.
11913         * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
11914         messages from messing up the file coding.  (Bug#4623)
11916 2009-10-17  Jari Aalto  <jari.aalto@cante.net>
11918         * textmodes/ispell.el (ispell-get-decoded-string): Give an error
11919         if no match is found for the current dictionary.  (Bug#4578)
11921         * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
11922         optional, since that is how it is documented, and this is often called
11923         with a nil argument.  (Bug#4577)
11924         (flyspell-external-point-words, flyspell-auto-correct-word)
11925         (flyspell-correct-word-before-point, flyspell-word-search-forward)
11926         (flyspell-word-search-backward): Remove nil argument in calls to
11927         flyspell-get-word, since it is not needed now.
11929 2009-10-17  Ulrich Mueller  <ulm@gentoo.org>
11931         * play/doctor.el (doctor-adverbp): Exclude some nouns.  (Bug#4565)
11933 2009-10-16  Glenn Morris  <rgm@gnu.org>
11935         * net/rcirc.el (rcirc-authenticate): Simplify previous change.
11937 2009-10-16  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
11939         * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
11940         (ange-ftp-file-size): New function.
11941         (ange-ftp-file-attributes): Use it.
11943 2009-10-16  Michael Albinus  <michael.albinus@gmx.de>
11945         * net/tramp-smb.el (tramp-smb-version): New defvar.
11946         (tramp-smb-maybe-open-connection): Use it, in order to avoid
11947         repeated checks.
11949 2009-10-16  Glenn Morris  <rgm@gnu.org>
11951         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
11952         Maybe copy some custom properties from old to new name.  (Bug#4706)
11954 2009-10-16  Juanma Barranquero  <lekktu@gmail.com>
11956         * subr.el (error, sit-for, start-process-shell-command)
11957         (start-file-process-shell-command): Set the calling convention
11958         after the function definition.
11960 2009-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11962         * subr.el (error, sit-for, start-process-shell-command)
11963         (start-file-process-shell-command): Use the new
11964         set-advertised-calling-convention feature.
11966 2009-10-16  Taichi Kawabata  <kawabata.taichi@gmail.com>
11968         * international/ucs-normalize.el (ucs-normalize-version):
11969         Change to 1.2.
11970         (check-range): Adjust for Unicode 5.2.
11972 2009-10-15  Juri Linkov  <juri@jurta.org>
11974         * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
11975         to the `menu-item' format.
11977 2009-10-15  Michael Albinus  <michael.albinus@gmx.de>
11979         * net/tramp.el (tramp-replace-environment-variables): Do not fail
11980         if the environment variable does not exist.
11982         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
11983         (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
11984         parameter.
11985         (tramp-smb-handle-add-name-to-file)
11986         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
11987         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
11988         (tramp-smb-handle-file-attributes)
11989         (tramp-smb-do-file-attributes-with-stat)
11990         (tramp-smb-handle-file-local-copy)
11991         (tramp-smb-handle-insert-directory)
11992         (tramp-smb-handle-make-directory)
11993         (tramp-smb-handle-make-directory-internal)
11994         (tramp-smb-handle-make-symbolic-link)
11995         (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
11996         (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
11997         (tramp-smb-maybe-open-connection): Apply the changed parameters.
11998         (tramp-smb-read-file-entry): Read Disk names in compressed format.
11999         Handle long file names.
12000         (tramp-smb-get-cifs-capabilities): Check, whether the connection
12001         process is running.
12002         (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
12003         Read share names with "-g" option.
12005 2009-10-15  Ryan Yeske  <rcyeske@gmail.com>
12007         * net/rcirc.el (rcirc-view-log-file): New command.
12008         (rcirc-track-minor-mode-map): Remove C-c ` binding.
12009         (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
12010         specified.
12012 2009-10-15  Glenn Morris  <rgm@gnu.org>
12014         * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
12015         from the second command-line argument.
12016         * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
12017         ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
12018         ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
12019         w32-batch-update-autoloads.
12020         * emacs-lisp/autoload.el (autoload-make-program): New variable.
12021         (batch-update-autoloads): Handle autoload-excludes on windows-nt.
12023         * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
12024         the headers cannot be located.  Simplify, subtracting superflous
12025         save-excursions.
12027 2009-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12029         Replace completion-base-size by completion-base-position to fix bugs
12030         such as (bug#4699).
12031         * simple.el (completion-base-position): New var.
12032         (completion-base-size): Mark as obsolete.
12033         (choose-completion): Make it work for mouse events as well.
12034         Pass the new base-position to choose-completion-string.
12035         (choose-completion-guess-base-position): New function, extracted from
12036         choose-completion-delete-max-match.
12037         (choose-completion-delete-max-match): Use it.  Make obsolete.
12038         (choose-completion-string): Use the new base-position info.
12039         (completion-root-regexp): Delete.
12040         (completion-setup-function): Preserve completion-base-position.
12041         Eliminate obsolete base-size manipulation.
12042         * minibuffer.el (display-completion-list): Don't mess with base-size.
12043         (minibuffer-completion-help): Set completion-base-position instead.
12044         * mouse.el (mouse-choose-completion): Redefine as a mere alias to
12045         choose-completion.
12046         * textmodes/bibtex.el (bibtex-complete):
12047         * emacs-lisp/crm.el (crm--choose-completion-string):
12048         Adjust to new calling convention.
12049         * complete.el (partial-completion-mode): Use minibufferp to avoid
12050         bumping into incompatible change to choose-completion-string-functions.
12051         * ido.el (ido-choose-completion-string): Make its calling convention
12052         more permissive.
12053         * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
12054         base-size manipulation.
12055         (comint-dynamic-list-input-ring): Use dotimes and push.
12056         * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
12057         fundamental-mode.  Use `or'.
12059 2009-10-14  Juri Linkov  <juri@jurta.org>
12061         * misearch.el (multi-isearch-next-buffer-from-list)
12062         (multi-isearch-next-file-buffer-from-list): Doc fix.  (Bug#4723)
12064 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12066         * Makefile.in (compile-onefile): Load `bytecomp' rather than
12067         `bytecomp.el'.
12069         * minibuffer.el (completion-pcm--merge-completions): Make sure the
12070         string we return is all made up of text from the completions rather
12071         than part from the completions and part from the input (bug#4219).
12073         * ido.el (ido-everywhere): Use define-minor-mode.
12075         * buff-menu.el (list-buffers, ctl-x-map):
12076         Mark the entry points with ;;;###autoload cookies.
12078 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
12080         * vc-git.el (vc-git-dir-extra-headers): Set the branch name
12081         correctly in the detached head case.
12082         (vc-git-print-log): Remove unused binding.
12084         * vc.el (vc-responsible-backend): When a directory is passed for
12085         for registration create a VC repository if no backend is
12086         responsible for the directory argument.
12087         (vc-deduce-fileset): Tell vc-responsible-backend to register.
12089         * vc.el: Move comments about RCS and SCCS ...
12090         * vc-rcs.el:
12091         * vc-sccs.el: ... here, respectively.
12093 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12095         * minibuffer.el (completion--file-name-table): Return nil if there's
12096         no file completion, even if substitute-in-file-name changed
12097         the string (bug#4708).
12099 2009-10-13  Juri Linkov  <juri@jurta.org>
12101         * files-x.el (read-file-local-variable-value): Don't filter out
12102         minor modes from mode name completion (bug#4664).
12104 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
12106         * international/mule-cmds.el (ucs-names): Remove exclusion of
12107         "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
12109 2009-10-13  Kenichi Handa  <handa@m17n.org>
12111         * international/uni-name.el: Regenerated.
12113 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
12115         * bs.el (bs-mode): Fix last change.  (`revert-buffer-function'
12116         should be automatically buffer-local, but isn't.)
12118 2009-10-12  Sam Steingold  <sds@gnu.org>
12120         * progmodes/compile.el (compilation-next-error-function): Fix the
12121         timestamps if the buffer has been visited before.
12122         (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
12123         non-anchored patterns, like the perl one (bug#3928).
12125 2009-10-12  Glenn Morris  <rgm@gnu.org>
12127         * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
12128         Let-bind `size'.
12130 2009-10-12  Juanma Barranquero  <lekktu@gmail.com>
12132         * proced.el (proced-unload-function): New function.
12134         * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
12135         (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
12136         Doc fix.
12138         * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
12140 2009-10-11  Juri Linkov  <juri@jurta.org>
12142         * files-x.el (read-file-local-variable-value):
12143         Provide default value only for bound variables (bug#4664).
12145 2009-10-11  Michael Albinus  <michael.albinus@gmx.de>
12147         * net/tramp.el (tramp-local-host-p): Function shall return nil for
12148         connection methods like smb.
12150         * net/tramp-cache.el (tramp-flush-connection-property): The hash
12151         can be empty.
12153         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
12154         (tramp-smb-file-name-handler-alist): Add handlers for
12155         `add-name-to-file', `make-symbolic-link'.
12156         (tramp-smb-handle-add-name-to-file)
12157         (tramp-smb-do-file-attributes-with-stat)
12158         (tramp-smb-handle-make-symbolic-link)
12159         (tramp-smb-get-cifs-capabilities): New defuns.
12160         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
12161         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
12162         (tramp-smb-handle-file-local-copy)
12163         (tramp-smb-handle-make-directory-internal)
12164         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
12165         The file name syntax depends on cifs capabilities.
12166         (tramp-smb-handle-file-attributes):
12167         Call `tramp-smb-do-file-attributes-with-stat' if possible.
12168         (tramp-smb-handle-insert-directory): Use posix attributes if possible.
12169         (tramp-smb-handle-set-file-modes): It is applicable for posix only.
12171 2009-10-11  Chong Yidong  <cyd@stupidchicken.com>
12173         * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
12174         (eieio-defclass): Apply deftype handler and setf-method properties
12175         directly.
12176         (eieio-add-new-slot): Avoid union function from cl library.
12177         (eieio--typep): New function.
12178         (eieio-perform-slot-validation): Use it.
12180 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
12182         * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
12183         Update documentation to refer to the variables documented in r1.135.
12184         (Bug#4188)
12186 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
12188         * bookmark.el (Info-suffix-list): Remove this unused variable.
12189         (bookmark-current-point): Remove this obsolete variable.
12190         (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
12191         Adjust for removal of bookmark-current-point.
12193         (bookmarks-already-loaded, bookmark-current-buffer)
12194         (bookmark-yank-point): Document.  (Bug#4188)
12196 2009-10-10  Glenn Morris  <rgm@gnu.org>
12198         * frame.el (frame-height): Doc fix.
12200         * calendar/calendar.el (calendar-split-width-threshold): New option.
12201         (calendar-basic-setup): Use calendar-split-width-threshold.
12203 2009-10-10  Sascha Wilde  <wilde@sha-bang.de>
12205         * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
12206         Use .la for Automake.
12208 2009-10-09  Chong Yidong  <cyd@stupidchicken.com>
12210         * cedet/ede/pconf.el (ede-proj-configure-synchronize):
12211         Use "autoreconf -i".  Suggested by Andreas Schwab.
12213 2009-10-09  Juanma Barranquero  <lekktu@gmail.com>
12215         * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
12216         Ideographic Supplement" range (U+1F200..U+1F2FF).
12218 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
12220         * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
12221         since the list will have been rebuilt anyway.  (Bug#4349)
12223 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
12225         * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
12226         (bookmark-bmenu-execute-deletions): Don't save here, as
12227         bookmark-delete will now do so if necessary.
12228         Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
12229         (Bug#4348)
12231 2009-10-09  Glenn Morris  <rgm@gnu.org>
12233         * mail/emacsbug.el (report-emacs-bug): Also print `features'.
12235 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
12237         * bookmark.el (bookmark-jump): Add new `display-func' parameter.
12238         (bookmark-jump-other-window): Just invoke bookmark-jump with new
12239         argument now, so the two function's behaviors will match.  (Bug#3645)
12241 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
12243         * cedet/ede/proj.el (project-make-dist, project-compile-project):
12244         Fix filename test.
12245         (ede-proj-dist-makefile): Use expand-file-name instead of concat
12246         to expand file names.
12248 2009-10-08  Michael Albinus  <michael.albinus@gmx.de>
12250         * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
12251         (tramp-file-name-real-host, tramp-file-name-port):
12252         Apply `save-match-data'.
12254         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
12255         case both directories are remote.
12256         (tramp-smb-handle-expand-file-name): Implement "~" expansion.
12257         (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
12259 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
12261         * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
12262         (ede-proj-target-makefile-objectcode): Use it.
12264         * cedet/ede/source.el (ede-want-any-source-files-p)
12265         (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
12266         Return search result.  This error was introduced while merging.
12268 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
12270         * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
12272 2009-10-07  Glenn Morris  <rgm@gnu.org>
12274         * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
12275         of concat.
12277 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12279         * files-x.el (read-file-local-variable): Include some
12280         non-user-variables in the completion table (bug#4664).
12282 2009-10-07  Michael Albinus  <michael.albinus@gmx.de>
12284         * net/tramp-cache.el (tramp-flush-connection-property): Add trace
12285         message.
12287         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
12288         (tramp-smb-file-name-handler-alist): Add handler for
12289         `copy-directory', `expand-file-name', `set-file-modes'.
12290         (tramp-smb-handle-copy-directory)
12291         (tramp-smb-handle-expand-file-name)
12292         (tramp-smb-handle-set-file-modes): New defuns.
12293         (tramp-smb-handle-copy-file): Handle KEEP-DATE.
12294         (tramp-smb-handle-file-attributes): Simplify check for retrieving
12295         entry.
12296         (tramp-smb-handle-insert-directory): Don't flush the cache.
12297         (tramp-smb-maybe-open-connection): Check for samba client and
12298         server versions.
12300 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
12302         * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
12303         to not error out of search for "^lisp=" fails.
12305 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
12307         * makefile.w32-in (WINS_UPDATES): New macro.
12308         (custom-deps, finder-data, autoloads): Use it.
12310 2009-10-07  Glenn Morris  <rgm@gnu.org>
12312         * Makefile.in (autoloads): Revert previous change.
12313         * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
12314         the list of preloaded files passed on the command-line, get
12315         it from src/Makefile.
12317         * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
12318         show the original buffer rather than a random one.
12320 2009-10-07  Markus Rost  <rost@math.uni-bielefeld.de>
12322         * help.el (describe-no-warranty): Place point in a slightly better
12323         position in the GPLv3 text.
12325 2009-10-06  Sam Steingold  <sds@gnu.org>
12327         * net/tramp-compat.el (tramp-compat-process-running-p): Check that
12328         the comm attribute is present before calling regexp-quote.
12330 2009-10-06  Juanma Barranquero  <lekktu@gmail.com>
12332         * play/animate.el (animate-string): For good effect, make sure
12333         `indent-tabs-mode' and `show-trailing-whitespace' are nil.
12335         * play/animate.el (animate-sequence, animate-birthday-present):
12336         * misc.el (butterfly): Don't set `indent-tabs-mode'.
12338 2009-10-06  Glenn Morris  <rgm@gnu.org>
12340         * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
12342         * emacs-lisp/autoload.el (autoload-excludes): New variable.
12343         (autoload-generate-file-autoloads): Skip files in autoload-excludes.
12344         (batch-update-autoloads): Process a string value of autoload-excludes,
12345         set during the build process.
12346         * Makefile.in (autoloads): Skip preloaded files.  (Bug#4446)
12348         * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
12349         inside with-parsed...  macro so that `v' is defined.
12351         * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
12352         * progmodes/fortran.el (fortran-end-of-block)
12353         (fortran-beginning-of-block):
12354         Also push mark in the macro case.
12356         * emerge.el (emerge-show-file-name):
12357         * calc/calc.el (calc-quit):
12358         * calc/calc-misc.el (calc-big-or-small):
12359         * calc/calc-graph.el (calc-graph-view):
12360         * calc/calc-ext.el (calc-reset):
12361         * calendar/calendar.el (calendar-basic-setup):
12362         Use window-full-height-p.
12364         * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
12365         header we don't understand, don't insert another.  (Bug#4624)
12366         If changing mime charset, insert the new one in the right place.
12368 2009-10-06  Matthew Junker  <matthew.junker@sbcglobal.net>  (tiny change)
12370         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
12371         (cal-tex-cursor-month): Correctly increment the end date for diary and
12372         holiday listing.  (Bug#4626)
12374 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12376         * help-fns.el (describe-function-1): Don't burp if the function is not
12377         a symbol.
12379 2009-10-05  Juanma Barranquero  <lekktu@gmail.com>
12381         * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
12382         (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
12383         (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
12384         (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
12386         * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
12387         (eieio-default-superclass): Reflow docstrings.
12388         (this, class-option-assoc, defclass, eieio-class-un-autoload)
12389         (eieio-unbind-method-implementations, defmethod)
12390         (eieio-validate-slot-value, eieio-validate-class-slot-value)
12391         (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
12392         (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
12393         (eieio-slot-originating-class-p, eieio-slot-name-index)
12394         (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
12395         (constructor, initialize-instance, no-next-method, object-print)
12396         (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
12397         Fix typos in docstrings.
12398         (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
12399         (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
12400         (next-method-p): Doc fixes.
12401         (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
12402         Fix typos in error messages.
12403         (eieio-defmethod): Fix typo in description of generic method.
12405         * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
12406         (eieio-persistent-save-interactive, slot-missing):
12407         Fix typos in docstrings.
12408         (eieio-instance-inheritor-slot-boundp): Doc fix.
12410         * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
12411         (byte-compile-defmethod-param-convert): Fix typos in docstrings.
12413         * emacs-lisp/eieio-custom.el (eieio-done-customizing)
12414         (eieio-custom-object-apply-reset):
12415         Fix typos in docstrings and error messages.
12417         * emacs-lisp/eieio-datadebug.el (data-debug-show):
12418         Fix typo in docstring.
12420         * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
12421         (eieio-browse-tree): Doc fix.
12422         (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
12423         (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
12424         Fix typos in docstrings.
12426         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
12427         (eieio-speedbar-key-map, eieio-speedbar-create-engine)
12428         (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
12429         (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
12430         Reflow docstrings.
12432 2009-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
12434         * vc-hg.el (log-view-vc-backend): Declare for compiler.
12435         (vc-hg-outgoing-mode, vc-hg-incoming-mode):
12436         Set log-view-vc-backend so that diff can work.
12438         * log-view.el (log-view-diff): Use vc-diff-internal instead of
12439         vc-version-diff.
12440         (vc-diff-internal): Autoload this instead of vc-version-diff.
12442 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
12444         * simple.el (eval-expression): Doc fix.
12446         * progmodes/cwarn.el (cwarn-mode): Doc fix.
12448 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
12450         * files.el (directory-files-no-dot-files-regexp): New defconst.
12451         (delete-directory): Use it.
12452         (copy-directory): Use it.  Remove parameter PRESERVE-UID-GID.
12454         * net/tramp.el (tramp-verbose): Fix docstring.
12455         (tramp-methods): Add recursive option to `tramp-copy-args'.
12456         Add `tramp-copy-recursive'.  Valid for "rcp", "scp", "scp1", "scp2",
12457         "scp1_old", "scp2_old", "rsync", "rsyncc".
12458         (tramp-default-method): Check also for `auth-source-user-or-password'.
12459         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
12460         Add handler for `copy-directory'.
12461         (tramp-handle-copy-directory): New defun.
12462         (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
12463         (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
12464         Optimize sent command.
12466 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12468         * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
12469         window if necessary.
12471         * calendar/calendar.el (calendar-basic-setup): Don't call
12472         switch-to-buffer in a dedicated window.
12474 2009-10-05  Karl Fogel  <kfogel@red-bean.com>
12476         * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
12477         don't do anything related to relocating, just return nil.
12478         (bookmark-error-no-filename): New error.
12479         (bookmark-default-handler): Signal `bookmark-error-no-filename' if
12480         bookmark has no file.  Don't even attempt to handle things that
12481         are not files; the whole point of custom handlers is to keep that
12482         knowledge elsewhere anyway.  Tighten some comments.
12483         (bookmark-file-or-variation-thereof): Remove now-unused function.
12484         (bookmark-location): Doc string fix.
12485         (Bug#4250)
12487 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
12489         * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
12490         don't use a file dialog, because they usually don't know how to read
12491         a directory target from the user.  (Bug#4230)
12492         Also, make sure the prompt can display directories as well as files.
12494 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
12496         * bookmark.el (bookmark-set, bookmark-buffer-name):
12497         Improve doc strings.  (Bug#1193)
12499 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
12501         * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
12502         (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
12503         (bookmark-get-annotation, bookmark-set-annotation)
12504         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
12505         (bookmark-set-position, bookmark-get-front-context-string)
12506         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
12507         (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
12508         (bookmark-jump-other-window, bookmark-handle-bookmark)
12509         (bookmark-relocate, bookmark-insert-location, bookmark-rename)
12510         (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
12511         (bookmark-edit-annotation-mode, bookmark-edit-annotation):
12512         Improve doc strings to say whether bookmark can be a string or
12513         a record or both, and make other consistency and clarity fixes.
12514         (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
12515         (bookmark-default-annotation-text, bookmark-yank-word)
12516         (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
12517         (bookmark-import-new-list, bookmark-maybe-rename)
12518         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
12519         (bookmark-bmenu-bookmark): Give these doc strings.
12520         (bookmark-bmenu-check-position): Give this a doc string, but also
12521         add a FIXME comment about how the function may be pointless.
12522         (bookmark-default-handler): Rework doc string and change a
12523         parameter name, to clarify that this takes a bookmark record
12524         not a bookmark name.
12525         (bookmark-set): Change a parameter name to indicate its meaning,
12526         and improve the doc string a bit.
12527         (Bug#4188)
12529 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
12531         * bookmark.el (bookmark-alist): Document the new `handler' element
12532         in the param alist.
12533         (bookmark-make-record-function): Adjust documentation for above.
12534         (Bug#4193)
12536 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
12538         * info.el (Info-bookmark-make-record): Document this function.
12539         (Info-bookmark-jump): Document with a doc string, not just a comment.
12540         (Bug#4203)
12542 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
12544         * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
12545         (semantic-new-buffer-fcn): Call parser setup functions here.
12546         (semantic-mode): Don't call parser setup functions here, it's done
12547         in semantic-new-buffer-fcn now.
12548         (semantic-mode): Parse all existing buffers when enabled.
12550         * cedet/srecode/compile.el (srecode-compile-file):
12551         Call semantic-new-buffer-fcn if the buffer has not been parsed.
12553 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
12555         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
12557         * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
12558         (proj-comp-insert-variable-once): New macro, renamed from
12559         ede-pmake-insert-variable-once in ede/pmake.edl.
12560         (ede-proj-makefile-insert-variables): Use it.
12562 2009-10-04  Michael Albinus  <michael.albinus@gmx.de>
12564         * files.el (copy-directory): New defun.
12566         * dired-aux.el (dired-copy-file-recursive): Use it.
12568 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
12570         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
12571         (makefile-end-of-command):
12572         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
12573         (semantic-end-of-context): Fix previous change.  Doc fixes.
12575 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
12577         * files-x.el (modify-dir-local-variable)
12578         (copy-dir-locals-to-file-locals-prop-line):
12579         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
12580         (makefile-end-of-command):
12581         * cedet/semantic/lex.el (semantic-lex-token):
12582         * cedet/semantic/analyze/fcn.el
12583         (semantic-analyze-dereference-metatype-1):
12584         * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
12585         (semantic-lex-cpp-undef):
12586         * cedet/semantic/wisent/wisent.el (wisent-skip-block):
12587         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
12588         (semantic-end-of-context): Fix typos in docstrings.
12590         * recentf.el (recentf-unload-function): New function.
12592 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
12594         * cedet/ede.el (ede-project-placeholder-cache-file):
12595         * cedet/semantic/db-file.el (semanticdb-default-save-directory):
12596         * cedet/srecode/map.el (srecode-map-save-file):
12597         Use locate-user-emacs-file.  Suggested by Juanma Barranquero.
12599 2009-10-04  Glenn Morris  <rgm@gnu.org>
12601         * window.el (window-full-height-p): Add doc string.
12603 2009-10-04  Martin Rudalics  <rudalics@gmx.at>
12605         * window.el (window-full-height-p): New function.  (Bug#4543)
12607 2009-10-03  Chong Yidong  <cyd@stupidchicken.com>
12609         * cedet/srecode/insert.el: Require srecode/args.
12611         * cedet/srecode/args.el: Require srecode/dictionary instead of
12612         srecode/insert.
12614         * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
12616         * files.el (auto-mode-alist): Add .srt and Project.ede.
12618         * cedet/semantic.el (semantic-mode):
12619         Handle srecode-template-mode-hook as well.
12620         (semantic-mode): Use js-mode-hook for Javascript hook.
12622         * cedet/srecode/template.el: Remove hook variable.
12624         * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
12626         * cedet/ede.el (ede-target-forms-menu): Don't enable if no
12627         projects exist.
12628         (ede-project-placeholder-cache-file): Default to a file in
12629         user-emacs-directory.
12631         * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
12632         templates in data-directory.
12633         (srecode-map-save-file): Default to a file in user-emacs-directory.
12635         * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
12636         directory.
12638 2009-09-30  Eric Ludlam  <zappo@gnu.org>
12640         * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
12641         Doc fix.
12643         * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
12644         Only insert each variable once.
12646         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
12647         (ede-pmake-insert-variable-shared): Use it.
12649         * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
12650         for lexical table iff table is nil.
12652 2009-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
12654         * vc.el: Remove commented out code.
12655         (vc-derived-from-dir-mode): Remove, unused.
12656         (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
12658 2009-10-03  Michael Albinus  <michael.albinus@gmx.de>
12660         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
12661         Disable `file-name-handler-alist' when loading 'ange-ftp.  Otherwise,
12662         there could be recursive loading when `default-directory' is a
12663         remote file name.  (Bug#4614)
12665 2009-10-03  Glenn Morris  <rgm@gnu.org>
12667         * calendar/calendar.el (calendar-basic-setup): Handle the case where
12668         the frame is wide.
12669         (calendar-generate-window): Test for shrinkability rather than width.
12671         * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
12672         declaration, currently false.
12674         * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
12675         reusing existing buffers, in case we happen to visit two files with the
12676         same basename.  (Bug#4593)
12678 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
12680         * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
12681         (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
12682         (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
12683         subdirs of cedet as well.
12684         (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
12686 2009-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12688         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
12689         Obey advertised-signature-table.
12691         * help-fns.el (help-function-arglist): Don't check
12692         advertised-signature-table.
12693         (describe-function-1): Do it here instead so it also applies to subrs.
12695 2009-10-02  Michael Albinus  <michael.albinus@gmx.de>
12697         * simple.el (start-file-process): Say in the doc-string, that file
12698         handlers might not support pty association, if PROGRAM is nil.
12700         * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
12701         HOST and USER are strings.  They are nil, when there are
12702         incomplete entries in ~/.netrc, for example.
12703         (ange-ftp-delete-directory): Implement RECURSIVE case.  Change to
12704         root directory ("device busy" error otherwise).
12706         * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
12707         Flush file properties of created directory.
12709 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
12711         * makefile.w32-in (WINS_BASIC): Remove cedet.
12712         (WINS_CEDET): Add cedet.
12713         (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
12715 2009-10-02  Kevin Ryde  <user42@zip.com.au>
12717         * net/browse-url.el (browse-url): Pass any symbol in
12718         browse-url-browser-function to `apply', since if you've mistakenly put
12719         an unbound symbol then the error is clearer.  (Bug#4531)
12721 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
12723         * allout.el (allout-init, allout-back-to-current-heading)
12724         (allout-beginning-of-current-entry, allout-ascend-to-depth)
12725         (allout-ascend, allout-up-current-level, allout-end-of-level)
12726         (allout-previous-visible-heading, allout-forward-current-level)
12727         (allout-backward-current-level, allout-show-children):
12728         * apropos.el (apropos-describe-plist):
12729         * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
12730         * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
12731         * completion.el (add-completion, add-permanent-completion):
12732         * descr-text.el (describe-text-category, describe-char):
12733         * desktop.el (desktop-lazy-abort):
12734         * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
12735         * dired.el (dired-build-subdir-alist):
12736         * ediff.el (ediff-version):
12737         * elide-head.el (elide-head, elide-head-show):
12738         * emerge.el (emerge-version):
12739         * env.el (getenv):
12740         * face-remap.el (variable-pitch-mode):
12741         * faces.el (describe-face):
12742         * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
12743         (dired-at-point):
12744         * files.el (find-file-existing, auto-save-mode):
12745         * font-lock.el (font-lock-fontify-buffer):
12746         * help-fns.el (describe-function, describe-variable)
12747         (describe-syntax, describe-categories):
12748         * help.el (view-lossage, describe-bindings, describe-key)
12749         (describe-mode):
12750         * hexl.el (hexl-current-address):
12751         * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
12752         * info.el (Info-goto-emacs-key-command-node):
12753         * log-edit.el (log-edit-insert-cvs-template)
12754         (log-edit-insert-cvs-rcstemplate):
12755         * menu-bar.el (menu-bar-mode):
12756         * mouse.el (mouse-appearance-menu):
12757         * newcomment.el (comment-indent-new-line):
12758         * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
12759         (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
12760         (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
12761         (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
12762         * recentf.el (recentf-mode):
12763         * savehist.el (savehist-mode, savehist-save):
12764         * shadowfile.el (shadow-copy-files):
12765         * simple.el (kill-ring-save, next-line, previous-line)
12766         (normal-erase-is-backspace-mode):
12767         * strokes.el (strokes-update-window-configuration)
12768         (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
12769         (strokes-xpm-for-stroke):
12770         * time.el (emacs-uptime, emacs-init-time):
12771         * tutorial.el (tutorial--describe-nonstandard-key)
12772         (tutorial--detailed-help):
12773         * type-break.el (type-break-mode)
12774         (type-break-mode-line-message-mode, type-break-query-mode)
12775         (type-break-guesstimate-keystroke-threshold):
12776         * vc.el (vc-version-diff, vc-diff, vc-root-diff):
12777         * version.el (emacs-version):
12778         * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
12779         * winner.el (winner-mode):
12780         * calendar/timeclock.el (timeclock-in, timeclock-out)
12781         (timeclock-status-string, timeclock-change)
12782         (timeclock-workday-remaining-string)
12783         (timeclock-workday-elapsed-string)
12784         (timeclock-when-to-leave-string):
12785         * calendar/todo-mode.el (todo-add-category):
12786         * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
12787         * emacs-lisp/autoload.el (update-file-autoloads):
12788         * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
12789         (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
12790         (checkdoc-message-text, checkdoc-defun):
12791         * emacs-lisp/debug.el (debugger-list-functions):
12792         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
12793         * emacs-lisp/eieio-opt.el (eieio-describe-class)
12794         (eieio-describe-generic):
12795         * emacs-lisp/lisp-mnt.el (lm-synopsis):
12796         * emacs-lisp/shadow.el (list-load-path-shadows):
12797         * emulation/cua-base.el (cua-mode):
12798         * emulation/edt.el (edt-set-scroll-margins):
12799         * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
12800         (tpu-toggle-regexp, tpu-toggle-search-direction)
12801         (tpu-toggle-rectangle, tpu-toggle-control-keys):
12802         * emulation/tpu-extras.el (tpu-set-scroll-margins):
12803         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
12804         (viper-set-parsing-style-toggling-macro)
12805         (viper-set-emacs-state-searchstyle-macros):
12806         * emulation/viper.el (viper-set-hooks):
12807         * eshell/esh-mode.el (eshell-truncate-buffer):
12808         * international/mule-cmds.el (prefer-coding-system)
12809         (describe-input-method, describe-language-environment):
12810         * international/mule-diag.el (list-character-sets)
12811         (describe-character-set, describe-coding-system)
12812         (describe-fontset, list-fontsets, list-input-methods):
12813         * mail/sendmail.el (mail-signature):
12814         * net/ange-ftp.el (ange-ftp-copy-file):
12815         * net/browse-url.el (browse-url):
12816         * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
12817         * net/quickurl.el (quickurl-add-url):
12818         * net/rcirc.el (names, topic):
12819         * net/xesam.el (xesam-mode):
12820         * play/5x5.el (5x5-new-game):
12821         * play/yow.el (apropos-zippy):
12822         * progmodes/ada-mode.el (ada-mode-version):
12823         * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
12824         (f90-end-of-block)
12825         (f90-beginning-of-block):
12826         * progmodes/fortran.el (fortran-end-of-block)
12827         (fortran-beginning-of-block):
12828         * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
12829         * progmodes/python.el (python-describe-symbol, python-shell):
12830         * term/ns-win.el (ns-print-buffer):
12831         * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
12832         * textmodes/flyspell.el (flyspell-mode-on):
12833         * textmodes/page-ext.el (set-page-delimiter, pages-directory)
12834         (pages-directory-for-addresses):
12835         * textmodes/table.el (table-recognize-cell)
12836         (table-query-dimension, table-generate-source)
12837         (table-insert-sequence, table--warn-incompatibility):
12838         * textmodes/tex-mode.el (tex-validate-buffer):
12839         * textmodes/texinfmt.el (texinfmt-version)
12840         (texinfo-format-buffer):
12841         Use `called-interactively-p' instead of `interactive-p'.
12843 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
12845         * image-mode.el (image-toggle-display):
12846         * emacs-lisp/elp.el (elp-instrument-function):
12847         * emacs-lisp/advice.el (ad-make-advised-definition):
12848         * emacs-lisp/easy-mmode.el (define-minor-mode):
12849         * net/browse-url.el (browse-url-maybe-new-window):
12850         * progmodes/sh-script.el (sh-learn-buffer-indent):
12851         Pass new argument 'any to `called-interactively-p'.
12853 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
12855         * international/uni-bidi.el:
12856         * international/uni-category.el:
12857         * international/uni-combining.el:
12858         * international/uni-comment.el:
12859         * international/uni-decimal.el:
12860         * international/uni-decomposition.el:
12861         * international/uni-digit.el:
12862         * international/uni-lowercase.el:
12863         * international/uni-mirrored.el:
12864         * international/uni-name.el:
12865         * international/uni-numeric.el:
12866         * international/uni-old-name.el:
12867         * international/uni-titlecase.el:
12868         * international/uni-uppercase.el:
12869         Regenerate from Unicode 5.2.0 data.
12871 2009-10-01  Glenn Morris  <rgm@gnu.org>
12873         * Makefile.in (ELCFILES): Regenerate.
12875 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12877         * subr.el (interactive-p): Mark obsolete.
12878         (called-interactively-p): Make the optional-ness of `kind' obsolete.
12879         * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
12880         advertised-signature-table for subroutines as well.
12882         * emacs-lisp/byte-run.el (advertised-signature-table): New var.
12883         (set-advertised-calling-convention): New function.
12884         (make-obsolete, define-obsolete-function-alias)
12885         (make-obsolete-variable, define-obsolete-variable-alias):
12886         Make the optional-ness of `when' obsolete.
12887         (define-obsolete-face-alias): Make `when' non-optional.
12888         * help-fns.el (help-function-arglist):
12889         * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
12890         Use advertised-signature-table.
12892 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
12894         * files.el (delete-directory): New defun.  The original function
12895         in fileio.c has been renamed to `delete-directory-internal'.
12897         * dired.el (dired-delete-file): Call `delete-directory' with
12898         RECURSIVE parameter.
12900         * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
12901         parameter RECURSIVE.  Implementation is missing.
12903         * net/tramp.el (tramp-handle-make-directory): Flush upper
12904         directory's file properties.
12905         (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
12906         (tramp-handle-dired-recursive-delete-directory): Flush directory
12907         properties after the remove command only.
12909         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
12910         Handle optional parameter RECURSIVE.
12912         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
12913         Handle optional parameter RECURSIVE.
12915         * net/tramp-smb.el (tramp-smb-errors): Add error message for
12916         connection timeout.
12917         (tramp-smb-handle-delete-directory): Handle optional parameter
12918         RECURSIVE.
12920 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12922         * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
12923         (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
12924         (byte-compile-defmacro): Use backquotes.
12926         * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
12928         * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
12929         has no associated file.
12930         (vc-resynch-buffer): Use vc-dir-buffers.
12932 2009-10-01  Glenn Morris  <rgm@gnu.org>
12934         * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
12935         (chart-file-count):
12936         * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
12937         * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
12938         * emacs-lisp/eieio-opt.el (eieio-describe-class):
12939         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
12940         * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
12941         (eieio-copy-parents-into-subclass, make-instance, class-children)
12942         (eieio-generic-form):
12943         * cedet/cedet-files.el (cedet-directory-name-to-file-name):
12944         * cedet/cedet-idutils.el (cedet-idutils-search)
12945         (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
12946         (cedet-idutils-version-check):
12947         * cedet/cedet.el (cedet-version):
12948         * cedet/data-debug.el (data-debug-insert-overlay-button)
12949         (data-debug-insert-overlay-list-button)
12950         (data-debug-insert-buffer-button)
12951         (data-debug-insert-buffer-list-button)
12952         (data-debug-insert-process-button, data-debug-insert-ring-button)
12953         (data-debug-insert-widget, data-debug-insert-stuff-list-button)
12954         (data-debug-insert-stuff-vector-button)
12955         (data-debug-insert-symbol-button, data-debug-insert-string)
12956         (data-debug-insert-number, data-debug-insert-lambda-expression)
12957         (data-debug-insert-nil, data-debug-insert-simple-thing)
12958         (data-debug-insert-custom, data-debug-edebug-expr):
12959         * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
12960         (global-ede-mode-map, ede-new, ede-debug-target)
12961         (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
12962         * cedet/semantic.el (semantic-minimum-working-buffer-size)
12963         (semantic-fetch-tags, semantic-submode-list)
12964         (semantic-default-submodes):
12965         * cedet/ede/source.el (ede-source-match):
12966         * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
12967         (project-am-package-info):
12968         * cedet/ede/proj.el (ede-proj-target, project-new-target):
12969         * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
12970         * cedet/ede/proj-comp.el (ede-current-build-list):
12971         * cedet/ede/makefile-edit.el (makefile-move-to-macro):
12972         * cedet/ede/files.el (ede-toplevel-project-or-nil):
12973         * cedet/ede/cpp-root.el (initialize-instance):
12974         * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
12975         (autoconf-parameter-strip, autoconf-insert-new-macro):
12976         * cedet/semantic/wisent.el (wisent-lex-eoi):
12977         * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
12978         (semantic-show-parser-state-mode):
12979         * cedet/semantic/texi.el (semantic-texi-environment-regexp):
12980         * cedet/semantic/tag.el (semantic-tag-new-variable)
12981         (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
12982         (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
12983         (semantic--tag-deep-copy-tag-list)
12984         (semantic-tag-components-with-overlays-default):
12985         * cedet/semantic/symref.el (semantic-symref-find-text):
12986         * cedet/semantic/senator.el (senator-yank-tag)
12987         (senator-transpose-tags-up):
12988         * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
12989         (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
12990         * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
12991         * cedet/semantic/lex.el (semantic-lex-comment-regex)
12992         (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
12993         (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
12994         * cedet/semantic/lex-spp.el
12995         (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
12996         (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
12997         * cedet/semantic/idle.el
12998         (semantic-idle-summary-current-symbol-info-brutish)
12999         (semantic-idle-summary-current-symbol-info-default):
13000         * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
13001         (semantic--grammar-macro-compl-dict):
13002         * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
13003         * cedet/semantic/format.el (semantic-format-tag-custom-list)
13004         (semantic-format-tag-canonical-name-default):
13005         * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
13006         (semantic-find-tags-for-completion)
13007         (semantic-find-tags-by-scope-protection-default)
13008         (semantic-deep-find-tags-for-completion):
13009         * cedet/semantic/edit.el
13010         (semantic-edits-incremental-reparse-failed-hook)
13011         (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
13012         (semantic-edits-splice-remove, semantic-edits-splice-replace):
13013         * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
13014         * cedet/semantic/dep.el (semantic-dependency-include-path):
13015         * cedet/semantic/db.el (semanticdb-default-find-index-class)
13016         (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
13017         (semanticdb-project-roots):
13018         * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
13019         (semanticdb-find-adebug-insert-scanned-tag-cons)
13020         (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
13021         (semanticdb-brute-deep-find-tags-for-completion):
13022         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
13023         * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
13024         (semantic-end-of-context-default)
13025         (semantic-ctxt-current-function-default)
13026         (semantic-ctxt-scoped-types-default):
13027         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
13028         (semantic-complete-inline-tag-engine)
13029         (semantic-complete-inline-custom-type)
13030         (semantic-complete-read-tag-analyzer):
13031         * cedet/semantic/chart.el (semantic-chart-tags-by-class)
13032         (semantic-chart-database-size):
13033         * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
13034         (semantic-analyze-current-context):
13035         * cedet/semantic/symref/list.el (semantic-symref)
13036         (semantic-symref-hide-buffer, semantic-symref-symbol):
13037         * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
13038         * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
13039         * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
13040         * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
13041         (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
13042         (semantic-c-dereference-template):
13043         * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
13044         (semantic--analyze-refs-full-lookup-with-parents)
13045         (semantic--analyze-refs-full-lookup-simple):
13046         * cedet/semantic/analyze/complete.el
13047         (semantic-analyze-possible-completions):
13048         * cedet/srecode/table.el (srecode-mode-table-new):
13049         * cedet/srecode/srt.el (srecode-read-variable-name):
13050         * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
13051         * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
13052         (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
13053         * cedet/srecode/map.el (srecode-current-map):
13054         * cedet/srecode/insert.el (srecode-insert)
13055         (srecode-insert-variable-secondname-handler, srecode-insert-method)
13056         (srecode-template-inserter-point-override)
13057         (srecode-insert-include-lookup):
13058         * cedet/srecode/getset.el (srecode-auto-choose-class):
13059         * cedet/srecode/extract.el (srecode-inserter-extract):
13060         * cedet/srecode/document.el
13061         (srecode-document-autocomment-return-last-alist)
13062         (srecode-document-autocomment-param-type-alist)
13063         (srecode-document-insert-function-comment)
13064         (srecode-document-insert-variable-one-line-comment)
13065         (srecode-document-function-name-comment):
13066         * cedet/srecode/dictionary.el (srecode-create-dictionary)
13067         (srecode-compound-toString):
13068         * cedet/srecode/compile.el (srecode-flush-active-templates):
13069         * cedet/srecode/args.el (srecode-semantic-handle-:blank):
13070         Doc/message fixes.
13072         * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
13073         match-data.  (Bug#4555).
13075         * cedet/semantic/bovine/gcc.el
13076         (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
13077         (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
13079         * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
13080         rather than parsing it as a regexp.  This relaxes the layout
13081         requirements and makes errors easier to detect.
13082         (check-declare-verify): Check file is regular.
13083         (check-declare-directory): Doc fix.
13084         * subr.el (declare-function): Doc fix.
13086         * ibuffer.el (ibuffer-format-qualifier):
13087         * isearch.el (hi-lock-regexp-okay):
13088         * calc/calc.el (math-zerop):
13089         * mail/uce.el (rmail-msgbeg, rmail-msgend):
13090         * term/w32-win.el (setup-default-fontset, set-fontset-font):
13091         Remove unused declarations.
13093 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
13095         * cedet/semantic/wisent/javat-wy.el
13096         (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
13098 2009-09-30  Juanma Barranquero  <lekktu@gmail.com>
13100         * cedet/srecode/expandproto.el: Fix provide statement.
13102 2009-09-30  Eric Ludlam  <zappo@gnu.org>
13104         * emacs-lisp/eieio.el (boolean-p): Delete.
13106 2009-09-30  Sascha Wilde  <wilde@sha-bang.de>
13108         * cedet/ede/srecode.el: Fix provide statement.
13110 2009-09-30  Glenn Morris  <rgm@gnu.org>
13112         * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
13113         * cedet/ede/proj-aux.el (ede-aux-source):
13114         * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
13115         (ede-misc-source):
13116         * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
13117         (semantic-mrub-switch-tags): Fix doc typos.
13119         * cedet/semantic/db-global.el (data-debug-new-buffer)
13120         (data-debug-insert-thing): Remove unneeded declarations (one broken).
13121         (semanticdb-enable-gnu-global-databases): Fix prompt typo.
13123         * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
13125         * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
13126         use of CL function `remove-if-not'.
13128         * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
13130         * emacs-lisp/elint.el (elint-init-form): Report declarations where the
13131         filename is not a string.
13133 2009-09-29  Chong Yidong  <cyd@stupidchicken.com>
13135         * files.el (safe-local-eval-forms): Fix typo.
13137 2009-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13139         * vc-hooks.el (vc-dir-buffers): New var.
13140         (vc-state-refresh): New function.
13141         (vc-state): Use it.
13142         (vc-after-save): Always ask the backend to recompute the new state.
13143         Always call vc-dir if necessary, using vc-dir-buffers.
13144         * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
13145         Use vc-dir-buffers.
13146         (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
13147         (vc-dir-prepare-status-buffer, vc-dir-update)
13148         (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
13149         Don't call expand-file-name on default-directory.
13151 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
13153         * speedbar.el (speedbar-item-delete):
13154         * calc/calc-prog.el (calc-kbd-if):
13155         * language/hanja-util.el (hanja-init-load): Fix typos in messages.
13157         * epa.el (epa-key-list-mode-map):
13158         * hi-lock.el (hi-lock-menu): Fix typos in menus.
13160         * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
13161         (hs-show-hook): Fix typo in docstring.
13163 2009-09-29  Glenn Morris  <rgm@gnu.org>
13165         * cedet/semantic/symref/idutils.el:
13166         * cedet/semantic/symref/list.el: Relicense under GPLv3+.
13168         * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
13170         * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
13171         * cedet/semantic/tag-file.el (semanticdb-table-child-p):
13172         * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
13173         Mark declarations not understood by check-declare.
13175         * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
13176         file-name-nondirectory call preventing location of cedet files.
13177         (check-declare-verify): Use literal search rather than re-search.
13178         Add basic defmethod and defclass, and define-overloadable-function.
13180         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
13181         Use tramp-compat-file-attributes rather than nonexistent
13182         tramp-compat-handle-file-attributes.
13184         * Makefile.in (lisptagsfiles4): New.
13185         (AUTOGENEL): Add cedet loaddefs files.
13186         (TAGS, TAGS-LISP): Use $lisptagsfiles4.
13187         (update-elclist, compile-always, backup-compiled-files)
13188         (bootstrap-clean): Add yet another directory level.
13189         (update-elclist): Use LC_COLLATE rather than COLLATE.
13190         (ELCFILES): Update, via `make update-elclist'.
13192 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
13194         * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
13195         (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
13196         (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
13198 2009-09-28  Andreas Schwab  <schwab@linux-m68k.org>
13200         * Makefile.in (lisptagsfiles3): Define.
13201         (TAGS, TAGS-LISP): Use it.
13202         (update-elclist): Add third directory level to look for elc files.
13203         (compile-always): Likewise.
13204         (backup-compiled-files): Likewise.
13205         (bootstrap-clean): Likewise.
13206         (ELCFILES): Update.
13208 2009-09-28  Chong Yidong  <cyd@stupidchicken.com>
13210         * Makefile.in (ELCFILES): Add CEDET files.
13212 2009-09-28  Eric Ludlam  <zappo@gnu.org>
13214         CEDET (development tools) package merged.
13216         * cedet/*.el:
13217         * cedet/ede/*.el:
13218         * cedet/semantic/*.el:
13219         * cedet/srecode/*.el: New files.
13221 2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
13223         * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
13225         * net/tramp.el (top): Require tramp-imap.
13227         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
13228         Use `tramp-compat-handle-file-attributes'.
13230 2009-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13232         * net/tramp-imap.el: New package.
13234 2009-09-28  Eric Ludlam  <zappo@gnu.org>
13236         * emacs-lisp/chart.el:
13237         * emacs-lisp/eieio-base.el:
13238         * emacs-lisp/eieio-comp.el:
13239         * emacs-lisp/eieio-custom.el:
13240         * emacs-lisp/eieio-datadebug.el:
13241         * emacs-lisp/eieio-opt.el:
13242         * emacs-lisp/eieio-speedbar.el:
13243         * emacs-lisp/eieio.el: New files.
13245         * cedet/cedet-cscope.el:
13246         * cedet/cedet-files.el:
13247         * cedet/cedet-global.el:
13248         * cedet/cedet-idutils.el:
13249         * cedet/data-debug.el:
13250         * cedet/inversion.el:
13251         * cedet/mode-local.el:
13252         * cedet/pulse.el: New files.
13254 2009-09-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13256         * whitespace.el (whitespace-trailing-regexp)
13257         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
13258         Fix doc string.
13260 2009-09-27  Chong Yidong  <cyd@stupidchicken.com>
13262         * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
13263         menu.
13265         * ediff-hook.el: Move menu-bar-ediff-misc-menu into
13266         menu-bar-ediff-menu.
13268         * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
13269         define-overloadable-function.
13271         * progmodes/autoconf.el: Provide autoconf as well, so that this
13272         file can be `require'd.
13274         * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
13276         * emacs-lisp/autoload.el (generated-autoload-feature)
13277         (generated-autoload-load-name): New vars.
13278         (autoload-rubric, autoload-generate-file-autoloads): Use them.
13279         (make-autoload): Recognize define-overloadable-function and
13280         defclass forms (for EIEIO).
13282         * Makefile.in (update-subdirs): Exclude cedet directory.
13284 2009-09-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
13286         * term/ns-win.el: Don't set the region face background.  (Bug#4381)
13288         * faces.el: Default light-background background for region face to
13289         ns_selection_color under NS.
13291 2009-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
13293         * net/imap-hash.el: New library, see NEWS.
13295         * Makefile.in (ELCFILES): Add imap-hash.el.
13297 2009-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13299         * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
13300         * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
13301         * help-macro.el (make-help-screen): Avoid using an ambiguous function
13302         definition where the docstring could be taken for the return value.
13304 2009-09-26  Glenn Morris  <rgm@gnu.org>
13306         * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
13307         Add option to only show images below a certain size.
13308         (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
13309         save-excursion calls.
13311 2009-09-26  Eli Zaretskii  <eliz@gnu.org>
13313         * makefile.w32-in (WINS_ALMOST): Add cedet (with its
13314         subdirectories) and eieio.
13316 2009-09-26  Alan Mackenzie  <acm@muc.de>
13318         * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
13319         buggy bracketing.  (Bug#4289)
13321         * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
13322         character constants (as case labels).  (Bug#4289)
13324 2009-09-25  Juri Linkov  <juri@jurta.org>
13326         * files.el (safe-local-eval-forms): Allow time-stamp in
13327         before-save-hook (Bug#4554).
13329 2009-09-25  Drew Adams  <drew.adams@oracle.com>
13331         * menu-bar.el (list-buffers-directory): Doc fix.
13333 2009-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13335         * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
13336         Try and avoid copying twice the same paragraph.
13337         (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
13338         Remove save-excursion.
13339         (log-edit-changelog-entry): Do it here instead.
13341 2009-09-25  Juanma Barranquero  <lekktu@gmail.com>
13343         * bs.el (bs--get-file-name): Use `list-buffers-directory'
13344         when available, instead of hardcoding mode names.  Doc fix.
13346         * menu-bar.el (list-buffers-directory): Add docstring.
13347         Make automatically buffer-local.
13349         * dired.el (dired-mode):
13350         * files.el (cd-absolute):
13351         * pcvs.el (cvs-temp-buffer):
13352         * pcvs-util.el (cvs-get-buffer-create):
13353         * shell.el (shell-mode):
13354         * vc-dir.el (vc-dir-mode):
13355         Don't make `list-buffers-directory' buffer local.
13357 2009-09-25  Devon Sean McCullough  <emacs-hacker@Jovi.Net>
13359         * comint.el (comint-exec, comint-run, make-comint):
13360         Doc fixes (Bug#4542).
13362 2009-09-25  Glenn Morris  <rgm@gnu.org>
13364         * mail/rmailmm.el (rmail-mime): New custom group.
13365         Move all defcustoms in this file into this group.
13366         (rmail-mime-media-type-handlers-alist): Revert previous change.
13367         (rmail-mime-show-images): New option.
13368         (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
13369         references to it, since it wasn't actually used for anything.
13370         (rmail-mime-insert-image): New function.
13371         (rmail-mime-image): Use rmail-mime-insert-image.
13372         (rmail-mime-bulk-handler): Remove optional `image' argument, instead
13373         obey the value of `rmail-mime-show-images' option.  Print the size of
13374         attachments.
13376 2009-09-25  David Engster  <deng@randomsample.de>
13378         * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'.  (Bug#4548)
13380 2009-09-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13382         * whitespace.el: Does not highlight trailing spaces While point is
13383         at end of line.  Does not highligt spaces at beginning of buffer
13384         while point is at beginning of buffer.  Does not highlight spaces
13385         at end of buffer while point is at end of buffer.  (Bug#4177)
13386         New version 12.0.
13387         (whitespace-display-mappings): Adjust initialization.
13388         (whitespace-point, whitespace-font-lock-refontify): New vars.
13389         (whitespace-color-on, whitespace-color-off): Adjust code.
13390         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
13391         (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
13392         (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
13394 2009-09-24  Chong Yidong  <cyd@stupidchicken.com>
13396         * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
13398         * textmodes/sgml-mode.el: Remove xml-mode alias.
13400         * files.el (auto-mode-alist, conf-mode-maybe)
13401         (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
13403 2009-09-24  Alan Mackenzie  <acm@muc.de>
13405         * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
13406         c-forward-conditionals, but it doesn't move point and doesn't set
13407         the mark.
13408         (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
13409         (c-down-conditional-with-else, c-backward-conditional)
13410         (c-forward-conditional): Refactor to use c-scan-conditionals.
13412 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
13414         * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
13415         (help-default-arg-highlight): Remove.
13416         (help-highlight-arg): New function.
13417         (help-do-arg-highlight): Use it.
13418         Suggested by Drew Adams <drew.adams@oracle.com>.  (Bug#4510, bug#4520)
13420 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13422         * term.el (term-set-scroll-region, term-handle-ansi-escape):
13423         Undo last change, which didn't fix the problem and introduced others.
13425 2009-09-24  Nick Roberts  <nickrob@snap.net.nz>
13427         * progmodes/gdb-mi.el: Don't require speedbar.
13428         (gdb-jsonify-buffer): Handle case where "=" is part of value string.
13430 2009-09-24  Glenn Morris  <rgm@gnu.org>
13432         * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
13434         * term/ns-win.el (ns-reg-to-script): Define for compiler.
13436         * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
13437         there is no newline after the final mime boundary.  (Bug#4539)
13438         Move markers on insertion so that any buttons inserted don't end up in
13439         the next part of a multipart message.
13440         (rmail-mime-media-type-handlers-alist): Doc fix.  Add image handler.
13441         (rmail-mime-bulk-handler): Optionally handle images.
13442         (rmail-mime-image): New button action.
13443         (rmail-mime-image-handler): New function.
13444         (rmail-mime-mode): New mode.
13445         (rmail-mime): Doc fix.  Use rmail-mime-mode (for font-lock).
13447 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13449         * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
13450         than just dropping elements from it (bug#4504).
13452         * term.el (term-set-scroll-region): Don't move cursor any more.
13453         (term-handle-ansi-escape): Call term-goto here instead.
13454         Suggested by Ivan Kanis <apple@kanis.eu>.
13456         * term.el: Require CL.
13457         (term-ansi-reset): New function.
13458         (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
13459         (term-handle-colors-array): Simplify.
13461 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
13463         * allout.el (allout-overlay-interior-modification-handler)
13464         (allout-obtain-passphrase):
13465         * epa-file.el (epa-file-write-region):
13466         * ps-print.el (ps-begin-job):
13467         * vc-hooks.el (vc-toggle-read-only):
13468         * vc-rcs.el (vc-rcs-rollback):
13469         * vc-sccs.el (vc-sccs-rollback):
13470         * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
13471         (vc-version-diff, vc-revert, vc-rollback):
13472         * wdired.el (wdired-check-kill-buffer):
13473         * emacs-lisp/authors.el (authors):
13474         * net/socks.el (socks-open-connection):
13475         * net/zeroconf.el (zeroconf-service-add-hook):
13476         * obsolete/vc-mcvs.el (vc-mcvs-register):
13477         * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
13478         (gdb-select-frame):
13479         * progmodes/grep.el (lgrep, rgrep):
13480         * progmodes/idlw-help.el (idlwave-help-check-locations)
13481         (idlwave-help-html-link, idlwave-help-assistant-open-link):
13482         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
13483         * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
13484         (reftex-toc-rename-label): Fix typos in error messages.
13486         * dired-aux.el (dired-do-shell-command): Reflow docstring.
13487         (dired-copy-how-to-fn): Doc fix.
13488         (dired-files-attributes, dired-read-shell-command):
13489         Fix typos in docstrings.
13491         * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
13492         (dired-x-find-file-other-window): Reflow docstrings.
13493         (dired-omit-marker-char, dired-read-shell-command)
13494         (dired-x-submit-report): Fix typos in docstrings.
13496         * shell.el (shell-mode-hook):
13497         * view.el (View-scroll-line-forward):
13498         * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
13499         Fix typos in docstrings.
13501         * net/dig.el (dig-invoke): Fix typo in docstring.
13502         (query-dig): Reflow docstring.
13504         * progmodes/idlwave.el (idlwave-create-user-catalog-file)
13505         (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
13506         (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
13507         (idlwave-begin-block-reg, idlwave-begin-unit-reg)
13508         (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
13509         (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
13510         (idlwave-check-abbrev, idlwave-class-file-or-buffer)
13511         (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
13512         (idlwave-completion-map, idlwave-current-indent)
13513         (idlwave-custom-ampersand-surround, idlwave-customize)
13514         (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
13515         (idlwave-define-abbrev, idlwave-determine-class-special)
13516         (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
13517         (idlwave-end-block-reg, idlwave-end-of-statement)
13518         (idlwave-end-of-statement0, idlwave-end-of-subprogram)
13519         (idlwave-end-unit-reg, idlwave-entry-find-keyword)
13520         (idlwave-explicit-class-listed, idlwave-file-header)
13521         (idlwave-fill-paragraph, idlwave-find-class-definition)
13522         (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
13523         (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
13524         (idlwave-in-quote, idlwave-indent-action-table)
13525         (idlwave-indent-expand-table, idlwave-indent-line)
13526         (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
13527         (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
13528         (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
13529         (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
13530         (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
13531         (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
13532         (idlwave-outlawed-buffers, idlwave-popup-select)
13533         (idlwave-previous-statement, idlwave-rescan-catalog-directories)
13534         (idlwave-routine-entry-compare, idlwave-routine-info.pro)
13535         (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
13536         (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
13537         (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
13538         (idlwave-statement-type, idlwave-struct-skip)
13539         (idlwave-substitute-link-target, idlwave-toggle-comment-region)
13540         (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
13541         (idlwave-what-module-find-class): Fix typos in docstrings.
13542         (idlwave-all-method-classes, idlwave-calc-hanging-indent)
13543         (idlwave-calculate-cont-indent, idlwave-expand-equal)
13544         (idlwave-find-module, idlwave-find-structure-definition)
13545         (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
13546         (idlwave-list-load-path-shadows, idlwave-next-statement)
13547         (idlwave-routine-entry-compare-twins, idlwave-routine-info)
13548         (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
13549         (idlwave-template): Reflow docstrings.
13551         * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
13552         (idlwave-shell-batch-command, idlwave-shell-bp-alist)
13553         (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
13554         (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
13555         (idlwave-shell-display-line, idlwave-shell-display-wframe)
13556         (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
13557         (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
13558         (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
13559         (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
13560         (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
13561         (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
13562         (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
13563         (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
13564         (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
13565         (idlwave-shell-scan-for-state, idlwave-shell-send-command)
13566         (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
13567         (idlwave-shell-shell-command, idlwave-shell-sources-alist)
13568         (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
13569         (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
13570         (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
13571         Fix typos in docstrings.
13572         (idlwave-shell-bp, idlwave-shell-clear-current-bp)
13573         (idlwave-shell-hide-output, idlwave-shell-mode)
13574         (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
13575         Reflow docstrings.
13577         * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
13579 2009-09-24  Ivan Kanis  <apple@kanis.eu>
13581         * term.el (term-bold-attribute): New var.
13582         (term-handle-colors-array): Use it.
13584 2009-09-23  Nick Roberts  <nickrob@snap.net.nz>
13586         * progmodes/gdb-mi.el (gdb-version): New variable.
13587         (gdb-non-stop-handler): Set gdb-version.
13588         (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
13589         Condition "--thread" option on gdb-version.
13590         (gdb-invalidate-threads): Remove unused argument.
13592 2009-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13594         * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
13595         to looking-back to avoid ridiculous slow down in large files (bug#4511).
13597 2009-09-23  Glenn Morris  <rgm@gnu.org>
13599         * mail/rmail.el (rmail-reply): Don't try to add a References header when
13600         replying to mail without References or Message-Id.  (Bug#4525)
13602 2009-09-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
13604         * term/ns-win.el (ns-reg-to-script): New variable.
13606 2009-09-23  Daiki Ueno  <ueno@unixuser.org>
13608         * epg.el (epg-wait-for-status): Preserve existing 'error results.
13610 2009-09-22  Sam Steingold  <sds@gnu.org>
13612         * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
13613         (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
13614         to 1 because hg returns status 1 when nothing is found.
13615         Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
13617 2009-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13619         * textmodes/fill.el: Convert to utf-8 encoding.
13620         (fill-french-nobreak-p): Remove redundant » and « inherited from our
13621         pre-Unicode days.
13623         * add-log.el (change-log-fill-forward-paragraph): New function.
13624         (change-log-mode): Use it so fill-region DTRT.
13625         Set fill-indent-according-to-mode here rather than in
13626         change-log-fill-paragraph.
13627         (change-log-fill-paragraph): Remove.
13629 2009-09-22  Juanma Barranquero  <lekktu@gmail.com>
13631         * info.el (Info-try-follow-nearest-node): Use the URL extracted by
13632         `Info-get-token', instead of `browse-url-url-at-point'.  (Bug#4508)
13634 2009-09-22  Glenn Morris  <rgm@gnu.org>
13636         * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
13637         the scroll-bar scroll the calendar window rather than the buffer.
13639         * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
13640         commands that move point (as opposed to scrolling).
13642         * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
13644         * emacs-lisp/elint.el (elint): New custom group.
13645         (elint-log-buffer): Make it a defcustom.
13646         (elint-scan-preloaded, elint-ignored-warnings)
13647         (elint-directory-skip-re): New options.
13648         (elint-builtin-variables): Doc fix.
13649         (elint-preloaded-env): New variable.
13650         (elint-unknown-builtin-args): Add an entry for encode-time.
13651         (elint-extra-errors): Make it a variable rather than a constant.
13652         (elint-preloaded-skip-re): New constant.
13653         (elint-directory): Skip files matching elint-directory-skip-re.
13654         (elint-features): New variable, local to linted buffers.
13655         (elint-update-env): Initialize elint-features.  Possibly add
13656         elint-preloaded-env to the buffer's environment.
13657         (elint-get-top-forms): Bind elint-current-pos, for log messages.
13658         Skip quoted forms.
13659         (elint-init-form): New function, extracted from elint-init-env.
13660         Make non-list forms a warning rather than an error.
13661         Add the mode-map for define-derived-mode.  Handle define-minor-mode,
13662         easy-menu-define, put that adds an error-condition, and provide.
13663         When requiring cl, also require cl-macs.  Really require cl, to handle
13664         some cl macros.  Store required libraries in the list elint-features,
13665         so as not to re-load them.  Treat cc-require like require.
13666         (elint-init-env): Call elint-init-form to do the work.
13667         Handle eval-and-compile and such like.
13668         (elint-add-required-env): Do not clear messages.
13669         (elint-special-forms): Add handlers for function, defalias, if, when,
13670         unless, and, or.
13671         (elint-form): Add optional argument to ignore elint-special-forms,
13672         useful to prevent recursive calls from handlers.  Doc fix.
13673         Respect elint-ignored-warnings.
13674         (elint-form): Respect elint-ignored-warnings.
13675         (elint-bound-variable, elint-bound-function): New variables.
13676         (elint-unbound-variable): Respect elint-bound-variable.
13677         (elint-get-args): Respect elint-bound-function.
13678         (elint-check-cond-form): Add some simple handling for (f)boundp and
13679         featurep tests.
13680         (elint-check-defalias-form): New handler.
13681         (elint-check-let-form): Make an empty let a warning rather than an
13682         error.
13683         (elint-check-setq-form): Make an empty setq a warning rather than an
13684         error.  Respect elint-ignored-warnings.
13685         (elint-check-defvar-form): Accept null doc-strings.
13686         (elint-check-conditional-form): New handler.  Does some simple-minded
13687         checking of featurep and (f)boundp tests.
13688         (elint-put-function-args): New function.
13689         (elint-initialize): Use elint-scan-doc-file rather than
13690         elint-find-builtin-variables.  Use elint-put-function-args.
13691         Possibly scan preloaded-file-list.
13692         (elint-scan-doc-file): Rename from elint-find-builtin-variables and
13693         extend to handle functions as well.
13695 2009-09-22  Lennart Borgman  <lennart.borgman@gmail.com>
13697         * linum.el (linum-delete-overlays, linum-update-window):
13698         Do not modify the right margin.  (Bug#3971)
13700 2009-09-21  Chong Yidong  <cyd@stupidchicken.com>
13702         * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
13703         nxml-mode instead of xml-mode.
13705 2009-09-21  Kevin Ryde  <user42@zip.com.au>
13707         * net/dig.el: Add "Keywords: comm", as per net-utils.el.  (Bug#4501)
13709 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13711         * net/dig.el (dig-mode): Use define-derived-mode.
13713 2009-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
13715         * vc-dispatcher.el (vc-do-command): Return the process object in
13716         the asynchronous case.  Use when instead of if.  Do not run
13717         vc-exec-after to display a message if not enabled.  (Bug#4463)
13719         * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
13720         properties to the stash strings.
13721         (vc-git-stash-list): Return a list of strings.
13722         (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
13723         (vc-git-stash-show-at-point): New functions.
13724         (vc-git-stash-map): New keymap.
13726         * register.el (ctl-x-r-map): Define the keys here instead of
13727         using autoload.
13729 2009-09-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>  (tiny change)
13731         * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
13732         list, to workaround performance problem (bug#4485).
13734 2009-09-20  Nick Roberts  <nickrob@snap.net.nz>
13736         * progmodes/gud.el (gud-sentinel): Revert indavertant change.
13738 2009-09-20  Daiki Ueno  <ueno@unixuser.org>
13740         * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
13741         Document that this option is not recommended to use.
13743 2009-09-19  Glenn Morris  <rgm@gnu.org>
13745         * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
13746         variable `var'.
13748         * calc/calc-alg.el (var):
13749         * calc/calcalg2.el (var): Define for compiler.
13751 2009-09-19  Chong Yidong  <cyd@stupidchicken.com>
13753         * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
13754         Doc fix (Bug#3932).
13756         * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
13758         * time-stamp.el (time-stamp-month-dd-yyyy)
13759         (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
13760         (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
13761         (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
13762         (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
13763         Remove functions that have been obsolete since 1995 (Bug#4436).
13765         * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
13766         indent buffer only if called interactively (Bug#4452).
13768 2009-09-19  Juanma Barranquero  <lekktu@gmail.com>
13769             Eli Zaretskii  <eliz@gnu.org>
13771         This fixes bug#4197 (merged to bug#865, though not identical).
13772         * server.el (server-auth-dir): Add docstring note about FAT32.
13773         (server-ensure-safe-dir): Accept FAT32 directories as "safe",
13774         but warn against using them.
13776 2009-09-19  Nick Roberts  <nickrob@snap.net.nz>
13778         * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
13779         older GDB where there is no has_more field.
13781 2009-09-19  Glenn Morris  <rgm@gnu.org>
13783         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
13785 2009-09-18  Chong Yidong  <cyd@stupidchicken.com>
13787         * files.el (auto-mode-alist): Change default for XML files to nXML
13788         mode (Bug#4169).
13790 2009-09-18  Juanma Barranquero  <lekktu@gmail.com>
13792         * server.el (server-ensure-safe-dir): Pass 'integer
13793         to `file-attributes', as suggested.
13795 2009-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
13797         * dired-aux.el (dired-query-alist): Remove spurious backslash.
13798         (dired-query): Use read-key.
13800 2009-09-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
13802         * cus-start.el (ns-use-qd-smoothing): Remove.
13804 2009-09-18  Glenn Morris  <rgm@gnu.org>
13806         * allout.el (top-level): Remove unnecessary progn.
13808         * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
13810         * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
13811         definition of abbrev table.
13813         * speedbar.el (speedbar-track-mouse):
13814         * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
13815         * net/eudc.el (eudc-expand-inline):
13816         * net/newst-backend.el (newsticker--cache-read-feed):
13817         * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
13818         condition-case handlers.
13820 2009-09-18  Nick Roberts  <nickrob@snap.net.nz>
13822         * progmodes/gdb-mi.el (gdb-frame-address): New variable.
13823         (gdb-var-list): Add an element for has_more field.
13824         (gdb-non-stop-handler): Enable pretty printing for STL containers.
13825         (gdb-var-create-handler, gdb-var-list-children-handler-1)
13826         (gdb-var-update-handler-1): Parse output of dynamic variable
13827         objects (STL containers).
13828         (gdb-var-delete-1): Pass var1 as an explicit second argument.
13829         (gdb-get-field): Delete alias.  Use bindat-get-field directly.
13831         * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
13832         gdb-var-list.
13833         (gud-speedbar-buttons): Make node expandable if expression "has more"
13834         children.
13836 2009-09-17  Juanma Barranquero  <lekktu@gmail.com>
13838         * startup.el (emacs-quick-startup): Remove variable and all uses.
13839         (command-line): Set `inhibit-x-resources' instead.
13840         (command-line-1): Use `inhibit-x-resources' instead.
13842 2009-09-17  Chong Yidong  <cyd@stupidchicken.com>
13844         * subr.el: Fix last change to avoid using the `unless' macro,
13845         which breaks bootstrapping.
13847 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13849         * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
13850         extended definitions, in case we reload subr.el after having
13851         loaded CL.
13852         (eval-next-after-load): Mark as obsolete.
13854 2009-09-17  Juri Linkov  <juri@jurta.org>
13856         * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
13857         (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
13858         (menu-bar-showhide-menu, menu-bar-tools-menu)
13859         (menu-bar-describe-menu, menu-bar-help-menu)
13860         (minibuffer-local-completion-map, minibuffer-local-map):
13861         Fix list quoting.
13863 2009-09-17  Glenn Morris  <rgm@gnu.org>
13865         * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
13866         arguments, whether or not it has a handler.
13868         * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
13870         * simple.el (hard-newline): Give it a doc-string.
13872         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
13873         (lisp-mode-syntax-table): Give them doc-strings.
13875 2009-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
13877         * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
13878         (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
13879         (menu-bar-options-menu, menu-bar-showhide-menu)
13880         (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
13881         (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
13882         (menu-bar-options-menu, menu-bar-line-wrapping-menu)
13883         (menu-bar-options-menu, menu-bar-tools-menu)
13884         (menu-bar-describe-menu, menu-bar-search-documentation-menu)
13885         (menu-bar-help-menu):
13886         (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
13887         string arguments.
13889         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
13890         (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
13891         calls for the menu names and :help.
13893 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13895         * mouse.el (minor-mode-menu-from-indicator): Pay attention
13896         to :minor-mode-function (bug#4455).
13898 2009-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13900         * startup.el (command-line): Initialize the window-system after
13901         processing the command-line.
13903         * textmodes/page.el (what-page): Make sure we don't inf-loop if
13904         page-delimiter matches the empty string.
13906 2009-09-16  Glenn Morris  <rgm@gnu.org>
13908         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
13909         byte-compile-not-obsolete-var.  It's a list now.
13910         (byte-compile-not-obsolete-funcs): New variable.
13911         (byte-compile-warn-obsolete): Don't warn about functions if they are in
13912         byte-compile-not-obsolete-funcs.
13913         (byte-compile-variable-ref, byte-compile-defvar): Update for
13914         byte-compile-not-obsolete-vars name-change and list nature.
13915         (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
13916         and variables behind (f)boundp tests.
13917         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
13919 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
13921         * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
13923 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13925         * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
13926         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
13927         Don't autoload.
13929 2009-09-15  Stephen Eglen  <stephen@gnu.org>
13931         * iswitchb.el (iswitchb-read-buffer): When selecting a match from
13932         the virtual-buffers, use the name of the buffer specified by
13933         find-file-noselect, as the match may be a symlink.  (This was a
13934         problem if the target and the symlink had different names.)
13936 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13938         * custom.el (custom-initialize-default, custom-initialize-set): CSE.
13940         * desktop.el (desktop-path): Check user-emacs-directory.
13942         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
13944         * loadup.el: Use after-load-functions to GC after loading each file.
13945         Remove the explicit GC calls that used to be sprinkled around.
13947         * subr.el (after-load-functions): New hook.
13948         (do-after-load-evaluation): Run it.  Use string-match-p to detect
13949         `obsolete' packages, rather than painfully extracting the relevant
13950         directory name.
13952 2009-09-15  Glenn Morris  <rgm@gnu.org>
13954         * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
13955         free variable `doc'.
13957         * dired.el (dired-mode-map): Add menu entry for async shell command.
13959         * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
13960         variables, also consider the .elc files, since the .el files are
13961         normally gzipped (subsequent code locates the .el.gz from the .elc).
13963         * calc/calc-prog.el (arglist): Define for compiler.
13965         * calendar/diary-lib.el (diary-display-function): Change the default to
13966         fancy display.
13967         (body): Define for compiler.
13969         * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
13970         (byte-compile-file-form, byte-compile-lambda)
13971         (byte-compile-top-level-body, byte-compile-form)
13972         (byte-compile-variable-ref, byte-compile-setq)
13973         (byte-compile-setq-default, byte-compile-body)
13974         (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
13975         (batch-byte-compile): Give some more local variables with common names
13976         a "bytecomp-" prefix to avoid masking warnings about free variables.
13978         * startup.el (command-line-1): Give local variables with common names a
13979         distinguishing prefix, so as not to hide free variable warnings during
13980         bootstrap.
13982         * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
13983         clever and add a suffix to make a unique name, just let the user decide
13984         whether or not to overwrite it.  If the input is a directory, write the
13985         default filename to that directory.  (Bug#4388)
13986         (rmail-mime-bulk-handler): Ensure the save button's 'directory property
13987         is a filename-as-a-directory.
13989 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13991         * textmodes/page.el (what-page): Don't move to beginning of line.
13992         See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
13994 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
13996         * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
13998 2009-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
14000         * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
14001         * help.el (help-for-help-internal): Add purecopy calls for text.
14003         * vc.el (top): print-log method now takes an optional SHORTLOG
14004         argument.  Add a new method: root.
14005         (vc-root-diff, vc-print-root-log): New functions.
14006         (vc-log-short-style): New variable.
14007         (vc-print-log-internal): Add support for showing short logs.
14009         * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
14010         vc-print-root-log and vc-print-root-diff.
14012         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
14013         * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
14014         * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
14015         short logs.
14017         * vc-cvs.el (vc-cvs-print-log):
14018         * vc-mtn.el (vc-mtn-print-log):
14019         * vc-rcs.el (vc-rcs-print-log):
14020         * vc-sccs.el (vc-sccs-print-log):
14021         * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
14022         that is ignored for now.
14024         * vc-mtn.el (vc-mtn-annotate-command):
14025         * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
14027 2009-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
14029         * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
14030         to function-key-map, and give them ascii-character property.
14031         * term/x-win.el (x-alternatives-map):
14032         * term/ns-win.el (ns-alternatives-map):
14033         * term/internal.el (msdos-key-remapping-map):
14034         * w32-fns.el (x-alternatives-map): Remove redundant mappings.
14036 2009-09-14  Glenn Morris  <rgm@gnu.org>
14038         * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
14039         temp-buffers (2009-09-12).
14041 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
14043         * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
14044         the new read-key function.
14046 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
14048         * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
14049         is defined (Bug#4405).
14051 2009-09-13  Vincent Belaïche  <vincent.belaiche@gmail.com>
14053         * recentf.el (recentf-cleanup): Use a hash table to find
14054         duplicates (Bug#4407).
14056 2009-09-13  Per Starbäck  <per@starback.se>  (tiny change)
14058         * textmodes/ispell.el (ispell-command-loop): Convert keys such as
14059         kp-0 to ascii equivalents (Bug#4325).
14061 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
14063         * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
14065         * eshell/em-hist.el:
14066         * eshell/em-dirs.el (eshell-complete-user-reference):
14067         Declare pcomplete functions and variables to avoid compiler warnings.
14069 2009-09-13  Leo  <sdl.web@gmail.com>  (tiny change)
14071         * eshell/em-script.el (eshell-login-script, eshell-rc-script):
14072         * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
14073         * eshell/em-alias.el (eshell-aliases-file):
14074         * eshell/em-hist.el (eshell-history-file-name):
14075         Use expand-file-name instead of concat to make file names (Bug#4308).
14077 2009-09-13  Glenn Morris  <rgm@gnu.org>
14079         * ediff-merg.el (ediff-do-merge):
14080         * filesets.el (filesets-run-cmd):
14081         * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
14082         (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
14083         (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
14084         (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
14085         (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
14086         Replace empty `let's with `progn'.
14088 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
14090         * mail/sendmail.el (send-mail-function):
14091         * tooltip.el (tooltip-mode):
14092         * simple.el (transient-mark-mode):
14093         * rfn-eshadow.el (file-name-shadow-mode):
14094         * frame.el (blink-cursor-mode):
14095         * font-core.el (global-font-lock-mode):
14096         * files.el (temporary-file-directory)
14097         (small-temporary-file-directory, auto-save-file-name-transforms):
14098         * epa-hook.el (auto-encryption-mode):
14099         * composite.el (global-auto-composition-mode):
14100         Use custom-initialize-delay.
14101         * startup.el (command-line): Don't explicitly call
14102         custom-reevaluate-setting for all the above vars.
14103         * custom.el (custom-initialize-safe-set)
14104         (custom-initialize-safe-default): Delete.
14106 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14108         * term/x-win.el (x-initialize-window-system):
14109         * term/w32-win.el (w32-initialize-window-system):
14110         * term/ns-win.el (ns-initialize-window-system): Don't call
14111         mouse-wheel-mode since it's enabled globally by default already.
14113         * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
14114         actually define the variable, but only silences the byte-compiler.
14115         (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
14116         before looking it up.
14117         (mouse-wheel-scroll-amount): Also reset the bindings if this value
14118         is changed.
14120 2009-09-12  Glenn Morris  <rgm@gnu.org>
14122         * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
14123         1000.
14124         (elint-add-required-env): Don't beep on error.
14125         (elint-forms): In case of error, return ENV unchanged.
14126         (elint-init-env): Skip non-list forms.
14127         (elint-log): Handle unknown file positions.
14129 2009-09-12  Daiki Ueno  <ueno@unixuser.org>
14131         * epg.el (epg-make-context): Add autoload cookie.
14132         (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
14133         (epg-decrypt-string, epg-start-verify, epg-verify-file)
14134         (epg-verify-string, epg-start-sign, epg-sign-file)
14135         (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
14136         (epg-encrypt-string, epg-start-export-keys)
14137         (epg-export-keys-to-file, epg-export-keys-to-string)
14138         (epg-start-import-keys, epg-import-keys-from-file)
14139         (epg-import-keys-from-string, epg-start-receive-keys)
14140         (epg-receive-keys, epg-import-keys-from-server)
14141         (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
14142         (epg-sign-keys, epg-start-generate-key)
14143         (epg-generate-key-from-file, epg-generate-key-from-string):
14144         Remove autoload cookie.
14146 2009-09-12  Eli Zaretskii  <eliz@gnu.org>
14148         * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
14149         reevaluation of trash-directory.
14151         * mwheel.el: Fix last change.
14152         (mouse-wheel-mode): New defvar.
14153         (mouse-wheel-mode): Remove autoload cookie.
14155 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14157         * mwheel.el (mwheel-installed-bindings): New var.
14158         (mouse-wheel-mode): Use it, so as to make sure we really remove all
14159         the bindings we set last time.  Use custom-initialize-delay.
14160         * loadup.el: Load mwheel after term/*-win.el.
14161         * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
14162         and mouse-wheel-up-event now that their first evaluation is done
14163         sufficiently late to be correct.
14165         * startup.el (tutorial-directory): Make it a defcustom.
14166         Use custom-initialize-delay rather than eval-at-startup to set it.
14167         * image.el (image-load-path): Make it a defcustom.
14168         Use custom-initialize-delay rather than eval-at-startup to set it.
14169         * subr.el (eval-at-startup): Remove.
14170         * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
14172         * subr.el (do-after-load-evaluation): Warn the user after loading an
14173         obsolete package.
14175 2009-09-12  Glenn Morris  <rgm@gnu.org>
14177         * proced.el (proced-mark-alt): Remove alias.
14178         (proced-mode-map): Remove proced-mark-alt.
14180         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
14181         Elint file and directory.  Remove initialization entry.
14183         * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
14184         commands.
14185         (elint-current-buffer): Set mode-line-process.
14186         (elint-init-env): Handle define-derived-mode.
14187         Fix declare-function with unspecified arglist.  Guard against odd
14188         defalias statements (eg iso-insert's 8859-1-map).
14189         (elint-add-required-env): Use a temp buffer.
14190         (elint-form): Just print the function/macro name, not the whole form.
14191         Return env unchanged if we fail to parse a macro.
14192         (elint-forms): Guard against parse errors.
14193         (elint-output): New function, to handle batch mode.
14194         (elint-log-message): Add optional argument.  Use elint-output.
14195         (elint-set-mode-line): New function.
14197 2009-09-12  Andreas Politz  <politza@fh-trier.de>  (tiny change)
14199         * emacs-lisp/elp.el (elp-not-profilable): Add more
14200         functions (Bug#4233).
14202 2009-09-12  Chong Yidong  <cyd@stupidchicken.com>
14204         * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
14205         (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
14207 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
14209         * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
14210         (gdb-var-list-children): Use json parsing.
14212 2009-09-11  Daniel Colascione  <dan.colascione@gmail.com>
14214         * progmodes/js.el (js--proper-indentation): Handle the case where
14215         char-before is null.  Reported by Deniz Dogan.
14217 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
14219         * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
14221 2009-09-11  Daiki Ueno  <ueno@unixuser.org>
14223         * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
14224         (epg-digest-algorithm-alist): Add SHA224.
14225         (epg-context-set-passphrase-callback)
14226         (epg-context-set-progress-callback): Add description about
14227         callback function.
14229 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14231         * custom.el (custom-delayed-init-variables): New var.
14232         (custom-initialize-delay): New function.
14233         * startup.el (command-line): "Re"evaluate all vars in
14234         custom-delayed-init-variables.  Don't reevaluate abbrev-file-name
14235         explicitly any more.
14236         * abbrev.el (abbrev-file-name): Use custom-initialize-delay
14237         to avoid creating a ~/.emacs.d at build-time (bug#4347).
14239         * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
14241 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
14243         * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
14244         (gdb-var-update-handler): Use json parsing.
14246 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
14248         * vc-annotate.el (vc-annotate): Use the main file's coding-system to
14249         decode annotated text, regardless of language environment.  (Bug#2741)
14251 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14253         * Makefile.in (autoloads): Make rmail.el writable as well.
14255 2009-09-11  Glenn Morris  <rgm@gnu.org>
14257         * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
14258         loaddefs.el.
14259         * dired.el: Regenerate with extracted autoloads.
14260         * Makefile.in (autoloads): Make dired.el writable.
14262         * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
14263         * ibuffer.el: Regenerate with extracted autoloads.
14264         * Makefile.in (autoloads): Make ibuffer.el writable.
14266         * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
14267         * version.el (emacs-copyright, emacs-major-version)
14268         (emacs-minor-version): Reformat doc-strings for make-docfile.
14270         * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
14271         functions and variables, since they must be stuff specific to some other
14272         platform.
14273         (apropos-print): Make mouse-click message less specific about button.
14275         * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
14276         that records where a macro was defined.
14277         * help-fns.el (describe-function-1): Mention if a function has a
14278         compiler-macro.
14279         * help-mode.el (help-function-cmacro): New button.
14281         * locate.el (top-level): Always require dired.
14282         (locate-mode-map): Initialize inside the defvar.
14284         * net/ange-ftp.el (dired-compress-file): Declare.
14285         (ange-ftp-dired-compress-file): Add doc string.
14287         * term/ns-win.el (x-display-name, x-setup-function-keys):
14288         Unify doc-strings with X versions.
14290 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14292         * emulation/crisp.el (crisp-mode-map): Move initialization
14293         into declaration.
14294         (crisp-mode): Use define-minor-mode.
14296         * progmodes/xscheme.el (xscheme-evaluation-commands):
14297         Put a :advertised-binding property rather than using
14298         advertised-xscheme-send-previous-expression.
14299         (advertised-xscheme-send-previous-expression): Declare obsolete.
14300         * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
14301         `advertised-undo'.
14302         (crisp-mode): Add corresponding bindings to
14303         undo's :advertised-binding instead.
14304         * dired.el (dired-mode-map): Put a :advertised-binding property rather
14305         than using dired-advertised-find-file.
14306         (dired-advertised-find-file):
14307         * simple.el (advertised-undo):
14308         * wid-edit.el (advertised-widget-backward): Declare obsolete.
14309         (widget-keymap): Put a :advertised-binding property rather
14310         than using advertised-widget-backward.
14311         * bindings.el (ctl-x-map): Put a :advertised-binding property rather
14312         than using advertised-undo.
14313         * tutorial.el (tutorial--default-keys): Adjust accordingly.
14315 2009-09-10  Simon South  <ssouth@slowcomputing.org>
14317         * progmodes/delphi.el (delphi-tab): Indent region when Transient
14318         Mark mode is enabled and region is active; otherwise indent or
14319         insert TAB as usual.
14320         (delphi-mode): Update description of TAB-key binding.
14322 2009-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14324         * subr.el (define-key-rebound-commands): Mark obsolete.
14325         * startup.el (precompute-menubar-bindings): Remove.
14326         (normal-top-level): Remove obsolete code that tried to precompute
14327         menubar bindings.
14328         * loadup.el (define-key-rebound-commands): Don't bother fiddling with
14329         define-key-rebound-commands and precompute-menubar-bindings.
14331 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
14333         * net/imap.el (imap-interactive-login): Better messages.
14334         (imap-open): Fix bug with renamed buffer on reconnect.
14335         (imap-authenticate): Add buffer-local imap-last-authenticator variable
14336         for easier debugging and cleaner code.  On successful (guessed based on
14337         server capabilities) secondary authentication, set imap-state
14338         correctly.
14339         (imap-last-authenticator): Define imap-last-authenticator as a variable
14340         to avoid warnings.
14342 2009-09-10  Glenn Morris  <rgm@gnu.org>
14344         * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
14346         * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
14347         (byte-compile-file-form-autoload): Don't warn about unknown functions
14348         where the autoload statement comes after the use.
14349         (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
14350         that any handlers inside the body (eg require) are in turn respected.
14352         * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
14353         effects.
14355         * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
14356         and syntax and abbrev tables basic docs, if they don't have any.
14358         * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
14360         * international/mule-cmds.el (top-level): Require cl when compiling.
14361         (view-hello-file): Use default-value rather than
14362         default-enable-multibyte-characters.
14364         * progmodes/fortran.el: Move all safe and risky properties into the
14365         defcustoms.
14367         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
14368         * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
14369         * mail/undigest.el:
14370         Put autoloads in rmail.el rather than loaddefs.el.
14371         * mail/rmail.el: Regenerate with extracted autoloads.
14373         * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
14374         * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
14376 2009-09-10  Nick Roberts  <nickrob@snap.net.nz>
14378         Reported in thread for Bug#4375.
14379         * progmodes/gud.el (gud-tooltip-print-command): Use MI command
14380         "-data-evaluate-expression" instead of print.
14381         * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
14382         (gdb-tooltip-print): Parse output from above MI command.
14383         (gdb): Revert 2009-08-11 change.  User should detach inferior
14384         manually.
14386         Remove the word "separate" from IO functions as inferior
14387         output is now never displayed in the GUD buffer.
14389 2009-09-10  Juanma Barranquero  <lekktu@gmail.com>
14391         * startup.el (command-line-normalize-file-name): On Windows and
14392         MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
14394 2009-09-10  Juri Linkov  <juri@jurta.org>
14396         * isearch.el (isearch-text-char-description): Propertize escape
14397         character sequences with the `escape-glyph' face.  (Bug#4344)
14399         * simple.el (shell-command): Set asynchronous process filter to
14400         `comint-output-filter'.  (Bug#4343)
14402         * progmodes/grep.el (grep-template): Add "<X>" to docstring.
14403         (grep-files-aliases): Add "all".  Move "el" and "ch" to the top of
14404         the list.  Move "asm" to the bottom.
14405         (grep-find-ignored-directories): Add `choice' with nil value
14406         to empty the list easily.
14407         (grep-find-ignored-files): New option.
14408         (grep-files-history): Set to nil by default instead of '("ch" "el").
14409         (grep-compute-defaults): Add "<X>" to `grep-template'.
14410         (grep-read-files): Bind new local variables `default-alias' and
14411         `default-extension'.  Use a list of default values for the file prompt.
14412         (lgrep): Add `--exclude=' command line options composed from
14413         `grep-find-ignored-files'.
14414         (rgrep): Add `-name' command line options composed from
14415         `grep-find-ignored-files'.  (Bug#4301)
14417 2009-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
14419         * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
14420         (bug#4368).
14422 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14424         * calendar/time-date.el (autoload):
14425         Expand define-obsolete-function-alias into defalias and make-obsolete
14426         for old Emacsen that Gnus supports.
14427         (with-no-warnings): Define it for old Emacsen.
14428         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
14429         is available.
14430         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
14431         float-time is available; suppress compile warning for time-to-seconds.
14433 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
14435         * net/imap.el (imap-message-map): Docstring fix.
14437 2009-09-09  Glenn Morris  <rgm@gnu.org>
14439         * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
14440         line numbers too.  (Bug#4374)
14442 2009-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14444         * smerge-mode.el (smerge-remove-props, smerge-refine):
14445         Use with-silent-modifications (bug#4342).
14447         * subr.el (with-silent-modifications): New macro.
14449 2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
14451         * files.el (top-level): Require `cl' when compiling.
14453 2009-09-07  Glenn Morris  <rgm@gnu.org>
14455         * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
14457         * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
14458         (proced-mark-alt): New alias, to control the advertised key.  (Bug#4362)
14460 2009-09-06  Nick Roberts  <nickrob@snap.net.nz>
14462         * vc-git.el (vc-git-annotate-command): Use separator to parse
14463         arguments correctly.
14465 2009-09-06  Eli Zaretskii  <eliz@gnu.org>
14467         * proced.el (proced-mode): Doc fix.
14469 2009-09-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
14471         * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
14472         lstat fails.
14473         (tramp-do-file-attributes-with-ls): Check for file existence at
14474         remote end.
14475         (tramp-do-file-attributes-with-stat): Likewise.
14476         (tramp-convert-file-attributes): Return nil when attr is nil.
14478 2009-09-05  Glenn Morris  <rgm@gnu.org>
14480         * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
14481         properties to this button.
14482         (diary-fancy-display): Don't extend the button to the final newline.
14483         (diary-fancy-display-mode): Continue to define "q" as a local key.
14485         * calendar/cal-china.el (holiday-chinese): Make it slightly more
14486         efficient.
14488         * font-lock.el (lisp-font-lock-keywords-2): Add letf.
14490         * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
14491         (byte-compile-dest-file-function): New option.
14492         (byte-compile-dest-file): Doc fix.
14493         Obey byte-compile-dest-file-function.
14494         (byte-compile-cl-file-p): New function.
14495         (byte-compile-eval): Only suppress noruntime warnings about cl functions
14496         if the cl-functions warning is enabled.  Use byte-compile-cl-file-p.
14497         (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
14498         than for file being previously loaded.
14499         (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
14500         (byte-compile-file-form-require): Handle the case where requiring a file
14501         indirectly causes CL to be loaded.
14503 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
14505         * files.el (find-alternate-file): Run `kill-buffer-hook' manually
14506         before killing the old buffer, since by the time `kill-buffer' is
14507         run so many buffer variables have been set to nil that it may not
14508         behave as expected.  (Bug#4061)
14510 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
14512         * files.el (find-alternate-file): If the old buffer is modified
14513         and visiting a file, behave similarly to `kill-buffer' when
14514         killing it, thus reverting to the pre-1.878 behavior; see
14515         http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
14516         for discussion.  Also, consult `buffer-file-name' as a variable
14517         not as a function, for consistency with the rest of the code.
14519 2009-09-04  Michael Albinus  <michael.albinus@gmx.de>
14521         * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
14522         also when adding a new directory.
14524         * net/tramp-compat.el (tramp-compat-line-beginning-position): New
14525         defun.
14527 2009-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
14529         * files.el (locate-file-completion-table): Make it provide boundary
14530         information, so partial-completion works better.
14532 2009-09-04  Leo  <sdl.web@gmail.com>  (tiny change)
14534         * mail/footnote.el (Footnote-text-under-cursor):
14535         Check footnote-text-marker-alist before using it (bug#4324).
14537 2009-09-04  Glenn Morris  <rgm@gnu.org>
14539         * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
14540         * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
14541         * play/solitaire.el, play/tetris.el:
14542         Remove leading * from defcustom and defface docs.
14544         * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
14545         necessary.
14546         (diary-fancy-overriding-map): New variable.
14547         (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
14548         Use view-mode.
14550         * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
14551         goto-line.
14553 2009-09-03  Glenn Morris  <rgm@gnu.org>
14555         * arc-mode.el (archive-mode):
14556         * dos-fns.el (set-default-process-coding-system):
14557         * man.el (Man-getpage-in-background):
14558         * menu-bar.el (menu-bar-describe-menu):
14559         * server.el (server-process-filter):
14560         * startup.el (command-line):
14561         * tar-mode.el (tar-header-block-tokenize, tar-extract):
14562         * w32-fns.el (set-default-process-coding-system):
14563         * x-dnd.el (x-dnd-handle-file-name):
14564         * international/mule-cmds.el (mule-menu-keymap)
14565         (set-default-coding-systems, language-info-alist, set-language-info)
14566         (set-language-environment, standard-display-european-internal)
14567         (set-locale-environment):
14568         * international/mule-diag.el (mule-diag):
14569         * mail/emacsbug.el (report-emacs-bug):
14570         * mail/rmail.el (rmail-mode):
14571         * mail/sendmail.el (mail-setup):
14572         Use default-value rather than default-enable-multibyte-characters.
14574         * progmodes/f90.el: Move all safe properties into the defcustoms.
14575         (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
14577         * calendar/appt.el (appt-check):
14578         * calendar/diary-lib.el (diary-set-header, diary-live-p)
14579         (diary-check-diary-file, diary-list-entries)
14580         (diary-include-other-diary-files, diary-simple-display)
14581         (diary-fancy-display, diary-print-entries)
14582         (diary-mark-included-diary-files, diary-make-entry):
14583         Don't call substitute-in-file-name on diary-file.
14585 2009-09-03  Eduard Wiebe  <usenet@pusto.de>
14586             Stefan Monnier  <monnier@iro.umontreal.ca>
14588         * mail/footnote.el (footnote-prefix): Make it a defcustom.
14589         (footnote-mode-map): Move initialization into the declaration.
14590         (footnote-minor-mode-map): Define it rather than changing global-map.
14591         (footnote-mode): Use define-minor-mode.
14593 2009-09-02  Michael Albinus  <michael.albinus@gmx.de>
14595         * net/tramp.el (tramp-handle-file-attributes-with-ls)
14596         (tramp-do-file-attributes-with-perl)
14597         (tramp-do-file-attributes-with-stat): Rename from
14598         `tramp-handle-file-attributes-with-*'.
14599         (tramp-handle-file-attributes): Use them.
14600         (tramp-do-directory-files-and-attributes-with-perl)
14601         (tramp-do-directory-files-and-attributes-with-stat): Rename from
14602         `tramp-handle-directory-files-and-attributes-with-*'.
14603         (tramp-handle-directory-files-and-attributes): Use them.
14604         (tramp-method-out-of-band-p): Additional parameter SIZE.
14605         (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
14606         (tramp-handle-write-region): Use it.
14607         (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
14608         (tramp-handle-vc-registered): Check, whether the first run did
14609         return files to be tested.
14610         (tramp-advice-make-auto-save-file-name): Do not call directly
14611         `tramp-handle-make-auto-save-file-name', because this would bypass
14612         the locking mechanism.
14614         * net/tramp-compat.el (top): Autoload used functions from tramp.el.
14615         (file-remote-p, process-file, start-file-process, set-file-times)
14616         (tramp-compat-file-attributes): Compatibility functions shall not
14617         call directly `tramp-handle-*', because this would bypass the
14618         locking mechanism.
14619         (tramp-compat-number-sequence): New defun.
14621 2009-09-02  Glenn Morris  <rgm@gnu.org>
14623         * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
14624         alias for float-time.
14625         (time-to-number-of-days): In Emacs, use float-time.
14626         * net/newst-backend.el (time-add): Suppress warnings from compat
14627         function.
14628         * time.el (emacs-uptime, emacs-init-time):
14629         * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
14630         Use float-time rather than time-to-seconds.
14632         * minibuffer.el (completion-initials-expand): Fix typo.
14634         * faces.el (modeline, modeline-inactive, modeline-highlight)
14635         (modeline-buffer-id):
14636         * info.el (info-menu-5): Mark these face aliases as obsolete.
14638 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
14640         * progmodes/gdb-mi.el (gdb-current-context-command): Move the
14641         space ...
14642         (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
14643         no "--thread" option.
14644         (gdb-stopped): Don't print "Switched to thread" message when it is
14645         unchanged.
14647 2009-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14649         * minibuffer.el (completion-try-completion)
14650         (completion-all-completions): Remove ill-defined (and
14651         mistakenly installed and luckily never used nor documented)
14652         `completion-styles' property.
14653         (completion-initials-expand, completion-initials-all-completions)
14654         (completion-initials-try-completion): New functions.
14655         (completion-styles-alist): Add doc to each entry.
14656         Add new `initials' entry.
14658 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
14660         * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
14661         MI command -var-evaluate-expression.
14662         (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
14663         and tweak for case of string child.
14664         (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
14666 2009-09-01  Glenn Morris  <rgm@gnu.org>
14668         * add-log.el (change-log-date-face, change-log-name-face)
14669         (change-log-email-face, change-log-file-face, change-log-list-face)
14670         (change-log-conditionals-face, change-log-function-face)
14671         (change-log-acknowledgement-face):
14672         * cus-edit.el (custom-invalid-face, custom-rogue-face)
14673         (custom-modified-face, custom-set-face, custom-changed-face)
14674         (custom-saved-face, custom-button-face, custom-button-pressed-face)
14675         (custom-documentation-face, custom-state-face, custom-comment-face)
14676         (custom-comment-tag-face, custom-variable-tag-face)
14677         (custom-variable-button-face, custom-face-tag-face)
14678         (custom-group-tag-face-1, custom-group-tag-face):
14679         * diff-mode.el (diff-header-face, diff-file-header-face)
14680         (diff-index-face, diff-hunk-header-face, diff-removed-face)
14681         (diff-added-face, diff-changed-face, diff-function-face)
14682         (diff-context-face, diff-nonexistent-face):
14683         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
14684         * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
14685         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
14686         (Info-title-4-face):
14687         * isearch.el (isearch-lazy-highlight-face):
14688         * log-view.el (log-view-file-face, log-view-message-face):
14689         * paren.el (show-paren-match-face, show-paren-mismatch-face):
14690         * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
14691         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
14692         (cvs-msg-face):
14693         * smerge-mode.el (smerge-mine-face, smerge-other-face)
14694         (smerge-base-face, smerge-markers-face):
14695         * wid-edit.el (widget-documentation-face, widget-button-face)
14696         (widget-field-face, widget-single-line-field-face)
14697         (widget-inactive-face, widget-button-pressed-face):
14698         * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
14699         (woman-addition-face):
14700         * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
14701         (eshell-ls-executable-face, eshell-ls-readonly-face)
14702         (eshell-ls-unreadable-face, eshell-ls-special-face)
14703         (eshell-ls-missing-face, eshell-ls-archive-face)
14704         (eshell-ls-backup-face, eshell-ls-product-face)
14705         (eshell-ls-clutter-face):
14706         * eshell/em-prompt.el (eshell-prompt-face):
14707         * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
14708         * obsolete/old-whitespace.el (whitespace-highlight-face):
14709         * progmodes/antlr-mode.el (antlr-font-lock-default-face)
14710         (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
14711         (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
14712         (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
14713         (antlr-font-lock-literal-face):
14714         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
14715         (ebrowse-root-class-face, ebrowse-file-name-face)
14716         (ebrowse-default-face, ebrowse-member-attribute-face)
14717         (ebrowse-member-class-face, ebrowse-progress-face):
14718         * progmodes/make-mode.el (makefile-space-face):
14719         * progmodes/sh-script.el (sh-heredoc-face):
14720         * textmodes/flyspell.el (flyspell-incorrect-face)
14721         (flyspell-duplicate-face):
14722         * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
14723         * textmodes/texinfo.el (texinfo-heading-face):
14724         Mark face aliases with "-face" suffix as obsolete.
14726         * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
14727         compiler.
14729         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
14730         (eudc-bob-sound-menu): Use defvar rather than defconst, since
14731         easy-menu-define wants to modify these.
14733         * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
14735         * net/browse-url.el (browse-url-file-url):
14736         * term/internal.el (dos-codepage-setup):
14737         Use default-value rather than default-enable-multibyte-characters.
14739         * progmodes/etags.el (etags-goto-tag-location):
14740         * progmodes/flymake.el (flymake-highlight-line)
14741         (flymake-goto-file-and-line, flymake-goto-line):
14742         * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
14743         (gdb-goto-breakpoint):
14744         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
14745         * progmodes/python.el (python-find-function)
14746         (python-pdbtrack-track-stack-file):
14747         * progmodes/verilog-mode.el (verilog-surelint-off):
14748         * term/ns-win.el (ns-open-file-select-line):
14749         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
14750         Use forward-line rather than goto-line.
14752         * textmodes/reftex-cite.el (reftex-offer-bib-menu):
14753         * textmodes/reftex-index.el (reftex-display-index):
14754         * textmodes/reftex-ref.el (reftex-offer-label-menu):
14755         * textmodes/reftex-toc.el (reftex-toc):
14756         Remove unnecessary bindings of default-major-mode (all are followed by
14757         major-mode check and possible mode switch).
14759 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
14761         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
14762         Handle watchpoints (bug#4282).
14763         (def-gdb-thread-buffer-command): Enable thread to be selected by
14764         clicking without selecting threads buffer first.
14765         (gdb-current-context-command): Use selected frame so that "up",
14766         "down" etc work in the GUD buffer.
14767         (gdb-update): Find selected frame before rendering stack buffer.
14768         (gdb-frame-handler): Set gdb-frame-number for stack buffer.
14770 2009-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
14772         * progmodes/sym-comp.el (displayed-completions): Remove.
14773         (symbol-complete): Use minibuffer-complete.
14775 2009-08-31  Glenn Morris  <rgm@gnu.org>
14777         * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
14779         * apropos.el (apropos-symbols-internal):
14780         Handle (obsolete) face aliases.
14782         * faces.el (describe-face): Adjust the output format to be more like
14783         describe-variable, and to mention (obsolete) face aliases.
14784         Adjust the whitespace so that help-setup-xref works.
14786         * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
14787         * calendar/diary-lib.el (diary-button-face):
14788         Mark these face aliases as obsolete.
14790         * calendar/calendar.el (calendar-today): Doc fix.
14792 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
14794         * progmodes/gdb-mi.el (gdb-control-all-threads)
14795         (gdb-control-current-thread): Force tool bar update.
14796         (gdb-non-stop-handler): New function.
14797         (gdb-init-1): Use it to test if non-stop mode is supported.
14798         Remove unused gdbmi buffer type.
14800 2009-08-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
14802         * progmodes/grep.el (grep-read-files): Strip trailing <N> from
14803         buffer names not visiting a file (e.g. cloned buffers).  (Bug#4210)
14805 2009-08-30  Nick Roberts  <nickrob@snap.net.nz>
14807         * comint.el (comint-exec-1): Check command is non-null first.
14808         Part of gdb-mi.el change (2009-08-28).
14810 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14812         * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
14814 2009-08-30  Juanma Barranquero  <lekktu@gmail.com>
14816         * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
14817         instead of `dolist' to avoid a recursive require when bootstrapping.
14819 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14821         * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
14823         * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
14825         * net/imap.el (imap-send-command): Simplify.
14826         (imap-wait-for-tag): point-max -> buffer-size.
14828         * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
14830         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
14831         with constant argument.
14833         * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
14835         * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
14837         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
14838         Change default, since most of our files don't have a history.
14839         (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
14840         the user.
14842         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
14843         Add comint-run.
14845         * calc/calc.el: Improve commenting convention.
14846         (calc-digit-map, toplevel): Simplify.
14848         * comint.el (comint-insert-input): Be careful to only set point if we
14849         don't delegate to some other command.
14851         * proced.el (proced-signal-list): Make it an alist.
14852         (proced-grammar-alist): Capitalize names.
14853         (proced-send-signal): Use a non-hidden buffer (since it's displayed).
14854         Disable undo manually and make it read-only.
14855         Use completion-annotate-function.
14857         * minibuffer.el (minibuffer-message): If the current buffer is not
14858         a minibuffer, insert the message in the echo area rather than at the
14859         end of the buffer.
14860         (completion-annotate-function): New variable.
14861         (minibuffer-completion-help): Use it.
14862         (completion--embedded-envvar-table): Environment vars are
14863         always case-sensitive.
14865 2009-08-30  Glenn Morris  <rgm@gnu.org>
14867         * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
14868         from fortran-current-defun.
14869         (fortran-beginning-of-subprogram): Be more precise about finding the
14870         start, to avoid an infinite loop in end-of-defun.  (Bug#4259)
14871         (fortran-end-of-subprogram): Simplify.
14872         (fortran-current-defun): Use fortran-start-prog-re.
14874 2009-08-29  Juanma Barranquero  <lekktu@gmail.com>
14876         * subr.el (do-after-load-evaluation): Simplify.
14878 2009-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
14880         * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
14882         * vc-rcs.el (vc-rcs-print-log-cleanup): ... here.  New function.
14883         (vc-rcs-print-log): Use it.
14885         * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
14887 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14889         * paths.el (abbrev-file-name): Move to abbrev.el.
14890         * abbrev.el (abbrev-file-name): Move from paths.el.
14891         Obey user-emacs-directory.
14892         * calc/calc.el (calc-settings-file): Don't autoload and instead obey
14893         user-emacs-directory.
14894         * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
14895         abbrev-file-name and calc-settings-file any more.
14896         * startup.el (command-line): Recompute abbrev-file-name and
14897         abbreviated-home-dir.
14898         (normal-no-mouse-startup-screen): Improve the generic code and get rid
14899         of the special code for when C-h bindings haven't been changed.
14900         (display-startup-echo-area-message): Use with-current-buffer.
14901         (command-line-1): Use a list of strings, rather than a list of lists
14902         of strings for longopts.
14904         * files.el (get-free-disk-space): Use / for default-directory.
14906         * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
14907         Use with-current-buffer.
14909         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
14910         Recognize immutable variables like most-positive-fixnum.
14911         (byte-compile-setq-default): Check and warn if trying to assign
14912         to an immutable variable, or a non-variable.
14914         * progmodes/cc-vars.el (c-comment-continuation-stars):
14915         * progmodes/cc-engine.el (c-looking-at-bos):
14916         * progmodes/cc-cmds.el (c-toggle-auto-state)
14917         (c-forward-into-nomenclature, c-backward-into-nomenclature)
14918         (c-comment-line-break-function): Add version of obsolescence.
14920 2009-08-28  Juri Linkov  <juri@jurta.org>
14922         * files.el (magic-fallback-mode-alist): Add ZIP magic number
14923         associated with `archive-mode'.
14925         * image.el (image-type-header-regexps): Use only JPEG magic number
14926         to determine JPEG images, and don't use `image-jpeg-p' because
14927         Emacs can display non-JFIF non-Exif JPEG images.
14929 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
14931         * arc-mode.el (archive-mode):
14932         * emacs-lisp/re-builder.el (re-builder-unload-function):
14933         Protect against the default value of `major-mode' being nil.
14935 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
14937         * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
14938         Fix typos in docstrings.
14940         * progmodes/js.el (js--macro-decl-re): Doc fix.
14941         (js--plain-method-re, js--split-name): Refloc docstring.
14942         (js--class-styles, js--make-merged-item, js--splice-into-items):
14943         Fix typos in docstrings; reflow docstrings.
14944         (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
14945         (js--variable-decl-matcher, js--inside-pitem-p)
14946         (js--parse-state-at-point, js--get-all-known-symbols)
14947         (js--symbol-history, js-find-symbol, js--js-references)
14948         (js--moz-interactor, js--js-encode-value, js--read-tab):
14949         Fix typos in docstrings.
14951 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14953         * textmodes/reftex.el (reftex-get-file-buffer-force):
14954         * progmodes/verilog-mode.el (verilog-batch-execute-func):
14955         * emulation/viper.el (viper-go-away, viper-set-hooks):
14956         * emacs-lisp/re-builder.el (re-builder-unload-function):
14957         * emacs-lisp/bytecomp.el (byte-compile-file):
14958         * ses.el (ses-unload-function):
14959         * hexl.el (hexl-find-file):
14960         * files.el (normal-mode):
14961         * ehelp.el (with-electric-help):
14962         * autoinsert.el (auto-insert-alist):
14963         * arc-mode.el (archive-mode):
14964         Use (default-value 'major-mode) instead of default-major-mode.
14966         * textmodes/ispell.el (ispell-check-version, ispell-send-string):
14967         * international/mule.el (load-with-code-conversion):
14968         * emacs-lisp/debug.el (debug):
14969         * ediff-vers.el (ediff-rcs-get-output-buffer):
14970         * dired.el (dired-internal-noselect): Don't let-bind
14971         default-major-mode around code that doesn't use it.
14972         E.g. buffer creation via get-buffer-create doesn't use it.
14974 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
14976         * net/tramp.el (all): Replace "'(lambda" by "(lambda".
14977         (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
14978         when writing the temp file.  Otherwise, epa-file gets confused.
14979         (tramp-register-file-name-handlers): Make it a defun.  Move also
14980         `epa-file-handler' to the front of `file-name-handler-alist'.
14982 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14984         * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
14985         start right after a ^M.
14986         (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
14987         (tramp-completion-file-name-regexp-separate)
14988         (tramp-completion-file-name-regexp-url): Use \\` and \\'.
14989         (tramp-handle-file-attributes, tramp-set-file-uid-gid):
14990         Don't modify last-coding-system-used by accident.
14991         (tramp-completion-file-name-handler): Apply the checks here,
14992         instead during registration.
14993         (tramp-register-file-name-handlers): Renamed from
14994         `tramp-register-file-name-handler'.  Register both
14995         `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
14996         (tramp-register-completion-file-name-handler): Remove.  (Bug#4260)
14998 2009-08-28  Nick Roberts  <nickrob@snap.net.nz>
15000         * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
15001         Remove variable ...
15002         (gdb-init-1, gdb-display-separate-io-buffer)
15003         (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
15004         references to it.
15005         (gdb-inferior-io-mode): Use make-comint-in-buffer.
15006         (gdb-inferior-filter): Use comint-output-filter to stop
15007         echoing and remove ^M characters.
15009 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15011         * emulation/viper-init.el (viper-restore-cursor-type):
15012         * emulation/cua-base.el (cua--update-indications):
15013         Replace default-cursor-type with (default-value 'cursor-type).
15015         * mail/sendmail.el (mail-recover-1):
15016         * international/mule-diag.el (describe-current-coding-system-briefly)
15017         (describe-current-coding-system):
15018         * international/mule-cmds.el (select-safe-coding-system)
15019         (select-message-coding-system)
15020         (set-language-environment-coding-systems, set-locale-environment):
15021         * hexl.el (hexl-insert-multibyte-char):
15022         * dos-w32.el (find-buffer-file-type-coding-system):
15023         * simple.el (what-cursor-position):
15024         Replace uses of default-buffer-file-coding-system
15025         with (default-value 'buffer-file-coding-system).
15027         * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
15028         Replace uses of default-cursor-in-non-selected-windows
15029         with (default-value 'cursor-in-non-selected-windows).
15030         Use with-current-buffer.
15032         * mail/feedmail.el: Use CL macros.
15033         (feedmail-run-the-queue, feedmail-send-it-immediately):
15034         * dos-w32.el (find-buffer-file-type): Replace uses of
15035         default-buffer-file-type with (default-value 'buffer-file-type).
15037 2009-08-28  Glenn Morris  <rgm@gnu.org>
15039         * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
15040         (diary-show-all-entries, diary-mark-entries, diary-make-entry):
15041         Use default-value of major-mode rather than default-major-mode.
15043 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
15045         * Makefile.in (update-elcfiles): Report left over elc files.
15047         * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
15048         expand-file-name and with-current-buffer.
15049         (mail-get-names, mail-directory): Use with-current-buffer.
15051         * vc.el (vc-read-revision): New function.
15052         (vc-version-diff, vc-merge): Use it.
15054 2009-08-27  Sam Steingold  <sds@gnu.org>
15056         * simple.el (kill-do-not-save-duplicates): New user option.
15057         (kill-new): When it is non-nil, and the new string is the same as
15058         the latest kill, set replace to t to avoid duplicates in kill-ring.
15060 2009-08-27  Julian Scheid  <julians37@gmail.com>  (tiny change)
15062         * net/tramp.el (tramp-handle-process-file): Do not flush all
15063         caches when `process-file-side-effects' is set.
15064         (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
15065         instead of `tramp-find-file-exists-command'.
15066         Unset `process-file-side-effects'.
15068 2009-08-27  Michael Albinus  <michael.albinus@gmx.de>
15070         * net/tramp.el (tramp-methods): New method "rsyncc".
15071         (top): Add completion function for "rsyncc".
15072         (tramp-message-show-message): New defvar.
15073         (tramp-message, tramp-error): Use it.
15074         (tramp-do-copy-or-rename-file-directly): Extend check for direct
15075         remote copying.
15076         (tramp-do-copy-or-rename-file-out-of-band): Handle new
15077         `tramp-methods' entry `copy-env' of "rsyncc".
15078         (tramp-vc-registered-read-file-names): New defconst.
15079         (tramp-vc-registered-file-names): New defvar.
15080         (tramp-handle-vc-registered): Implement optimization strategy.
15081         (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
15082         (tramp-vc-file-name-handler): New defun.
15083         (tramp-get-ls-command, tramp-get-test-command)
15084         (tramp-get-file-exists-command, tramp-get-remote-ln)
15085         (tramp-get-remote-perl, tramp-get-remote-stat)
15086         (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
15088         * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
15089         (tramp-cache-inhibit-cache): Extend doc string.  It allows also
15090         timestamps.
15091         (tramp-get-file-property): Check for timestamps in
15092         `tramp-cache-inhibit-cache'.
15093         (tramp-set-file-property): Write timestamp.
15095 2009-08-27  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15097         * language/japan-util.el (japanese-symbol-table): Add entries for
15098         cp932-2-byte.
15100         * international/characters.el: Add category `j' to cp932-2-byte.
15102 2009-08-27  Kenichi Handa  <handa@m17n.org>
15104         * international/fontset.el (build-default-fontset-data): New macro.
15105         (setup-default-fontset): Use build-default-fontset-data for CJK,
15106         tibetan, ethiopic, and ipa.
15108 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
15110         * cus-start.el (default-major-mode): Customize `major-mode' instead.
15111         (enable-multibyte-characters): Not customizable any more.
15113         * subr.el (default-mode-line-format, default-header-line-format)
15114         (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
15115         (default-direction-reversed, default-truncate-lines)
15116         (default-left-margin, default-tab-width, default-case-fold-search)
15117         (default-left-margin-width, default-right-margin-width)
15118         (default-left-fringe-width, default-right-fringe-width)
15119         (default-fringes-outside-margins, default-scroll-bar-width)
15120         (default-vertical-scroll-bar, default-indicate-empty-lines)
15121         (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
15122         (default-fringe-cursor-alist, default-scroll-up-aggressively)
15123         (default-scroll-down-aggressively, default-fill-column)
15124         (default-cursor-type, default-buffer-file-type)
15125         (default-cursor-in-non-selected-windows)
15126         (default-buffer-file-coding-system, default-major-mode)
15127         (default-enable-multibyte-characters): Mark as obsolete.
15129 2009-08-27  Dan Nicolaescu  <dann@ics.uci.edu>
15131         * vc-dir.el (vc-dir-update): Remove debug helper.
15133         * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
15135 2009-08-26  Sam Steingold  <sds@gnu.org>
15137         * simple.el (save-interprogram-paste-before-kill): New user option.
15138         (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
15139         save the interprogram-paste into kill-ring before overriding it
15140         with the Emacs kill.
15142 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
15144         * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
15145         (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
15146         (vc-default-previous-revision): Rename to vc-rcs-previous-revision
15147         and move to vc-rcs.el.
15148         (vc-default-next-revision): Rename to vc-rcs-next-revision and
15149         move to vc-rcs.el.
15150         (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
15151         (vc-rcs-update-changelog): Remove.
15152         (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
15153         and move to vc-rcs.el.
15155         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
15156         (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
15157         renaming.
15158         (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
15159         (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
15160         vc.el, renamed to be RCS specific.
15162         * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
15163         New functions.
15164         (vc-cvs-update-changelog): Move here from vc.el.
15166         * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
15167         New functions.
15169 2009-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15171         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
15173 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
15175         * vc-git.el (vc-git-register): Use "git add" for directories.
15176         (vc-git-stash, vc-git-stash-show): New functions.
15177         (vc-git-extra-menu-map): Bind them.
15179         * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
15180         directory correctly in case the item is a directory itself.
15182         * vc.el: Document the desired behavior for reverted files in the
15183         `added' state.
15184         (vc-default-prettify-state-info): Remove function, unused.
15186         * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
15188 2009-08-26  Glenn Morris  <rgm@gnu.org>
15190         * bindings.el (standard-mode-line-format): Reposition dashes in
15191         which-func entry.  (Bug#4217)
15193         * files.el (enable-local-variables, enable-local-eval)
15194         (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
15195         the defcustoms.
15196         (auto-mode-alist, ignored-local-variables)
15197         (save-some-buffers-action-alist): Move risky declarations to the
15198         definitions.
15199         (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
15200         (font-lock-defaults, format-alist, imenu--index-alist)
15201         (imenu-generic-expression, input-method-alist, minor-mode-alist)
15202         (mode-line-buffer-identification, mode-line-client, mode-line-modes)
15203         (mode-line-modified, mode-line-mule-info, mode-line-position)
15204         (mode-line-process, mode-line-remote, outline-level)
15205         (parse-time-rules, rmail-output-file-alist)
15206         (special-display-buffer-names, vc-mode):
15207         Move risky declarations to the relevant files.
15208         * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
15209         (mode-line-modified, mode-line-process, mode-line-position)
15210         (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
15211         * font-core.el (font-lock-defaults):
15212         * format.el (format-alist):
15213         * vc-hooks.el (vc-mode):
15214         * window.el (special-display-buffer-names):
15215         * international/mule-cmds.el (input-method-alist):
15216         Define riskiness here (dumped file) rather than in files.el.
15217         * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
15218         * imenu.el (imenu-generic-expression, imenu--index-alist):
15219         * outline.el (outline-level):
15220         * time.el (display-time-string):
15221         * calendar/parse-time.el (parse-time-rules):
15222         * mail/rmailout.el (rmail-output-file-alist):
15223         Autoload riskiness here, rather than placing in files.el.
15225 2009-08-26  Andreas Schwab  <schwab@linux-m68k.org>
15227         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
15229 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
15231         * simple.el (process-file-side-effects): New defvar.
15233         * dired-aux.el (dired-show-file-type):
15234         * vc.el (vc-diff-internal):
15235         * vc-arch.el (vc-arch-diff):
15236         * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
15237         * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
15238         * vc-git.el (vc-git-registered, vc-git-working-revision)
15239         (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
15240         (vc-git--empty-db-p):
15241         * vc-hooks.el (vc-user-login-name):
15242         * vc-svn.el (vc-svn-registered, vc-svn-state)
15243         (vc-svn-dir-extra-headers, vc-svn-find-revision):
15244         * progmodes/grep.el (grep-probe): Let-bind
15245         `process-file-side-effects' with nil.
15247         * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
15249         * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
15250         daemon.  Replace ping by checking for running service for bluez
15251         and zeroconf.  (Bug#4239)
15253 2009-08-25  Kevin Ryde  <user42@zip.com.au>
15255         * net/dig.el (dig): Add autoload cookie.
15257 2009-08-25  Glenn Morris  <rgm@gnu.org>
15259         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
15260         load-history for absolute file-names.
15261         (byte-compile-file-form-require): Warn about use of the cl package.
15263         * format.el (format-alist): Doc fix.
15265         * play/bubbles.el (top-level): Don't require cl at run-time.
15267         * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
15268         run-time cl).
15270 2009-08-24  Dmitry Dzhus  <dima@sphinx.net.ru>
15272         * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
15273         from cl package.
15274         (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
15276 2009-08-24  Jay Belanger  <jay.p.belanger@gmail.com>
15278         * calc/calc-alg.el (math-trig-rewrite)
15279         (math-hyperbolic-trig-rewrite): New functions.
15280         (calc-simplify): Simplify trig functions when asked.
15282 2009-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15284         * diff-mode.el (diff-find-source-location): Avoid goto-line.
15286 2009-08-24  Kenichi Handa  <handa@m17n.org>
15288         * language/ind-util.el (mapthread): Delete it.
15289         (combinatorial): New function.
15290         (indian--puthash-cv): Use combinatorial instead of mapthread.
15292 2009-08-22  Kevin Ryde  <user42@zip.com.au>
15294         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
15295         (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
15296         (checkdoc-symbol-words): Add safe-local-variable for list of strings.
15297         Clarify docstring that the value is strings not symbols.
15298         (checkdoc-list-of-strings-p): New function.
15300 2009-08-22  Glenn Morris  <rgm@gnu.org>
15302         * files.el (auto-mode-alist):
15303         * hippie-exp.el (he-concat-directory-file-name):
15304         * lpr.el (lpr-windows-system, printer-name):
15305         * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
15306         * ps-print.el (ps-windows-system):
15307         * startup.el (command-line):
15308         * emulation/viper-ex.el (viper-glob-function):
15309         * international/mule-cmds.el (set-language-environment-coding-systems):
15310         * net/ange-ftp.el (ange-ftp-write-region):
15311         * obsolete/fast-lock.el (fast-lock-cache-name):
15312         Remove code for defunct system-types emx, macos, mswindows, next-mach,
15313         unisoft-unix, vax-vms, win32, w32.
15315         * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
15316         given name if the pattern is not more specific.
15318         * calendar/lunar.el (lunar-phase-names): New option.
15319         (lunar-phase): Doc fix.
15320         (lunar-cycles-per-year): New constant.
15321         (lunar-index): New function.
15322         (lunar-phase-list, diary-lunar-phases): Use lunar-index.
15323         (lunar-phase-name): Use lunar-phase-names.
15324         (calendar-lunar-phases): Use format.
15325         (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
15327         * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
15328         Copy imenu-example--name-and-position function here for own use.
15329         (cperl-xsub-scan): Use cperl-imenu-name-and-position.
15331         * bs.el (bs--redisplay):
15332         * cus-edit.el (custom-redraw):
15333         * ibuffer.el (ibuffer-bury-buffer):
15334         * server.el (server-goto-line-column):
15335         * startup.el (command-line-1):
15336         * strokes.el (strokes-xpm-for-stroke):
15337         * term.el (term-display-buffer-line):
15338         * view.el (View-goto-line):
15339         * calc/calc.el (calc-do, calc-trail-buffer):
15340         * play/gamegrid.el (gamegrid-add-score-insecure):
15341         * progmodes/ada-mode.el (ada-compile-goto-error):
15342         * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
15343         (ebrowse-select-1st-to-9nth):
15344         * progmodes/cperl-mode.el (cperl-time-fontification):
15345         * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
15346         * progmodes/gud.el (gud-display-line):
15347         (idlwave-shell-display-line):
15348         * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
15349         * progmodes/make-mode.el (makefile-browser-toggle):
15350         (vhdl-speedbar-port-copy, vhdl-compose-components-package):
15351         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
15352         * textmodes/picture.el (picture-draw-rectangle):
15353         * textmodes/reftex-index.el (reftex-index-goto-letter):
15354         (reftex-select-jump-to-previous):
15355         * textmodes/reftex-sel.el (reftex-find-start-point)
15356         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
15357         (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
15358         * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
15359         * textmodes/tex-mode.el (tex-compilation-parse-errors):
15360         * textmodes/two-column.el (2C-associated-buffer):
15361         Use forward-line rather than goto-line.
15363         * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
15364         goto-line.
15366         * international/ucs-normalize.el (nfd, decomposition-translation-alist)
15367         (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
15368         (quick-check-list-to-regexp): Declare.
15370         * progmodes/make-mode.el (makefile-browser-insert-selection):
15371         Use goto-char rather than goto-line.
15373         * progmodes/prolog.el (compilation-error-regexp-alist)
15374         (compilation-forget-errors): Declare.
15376 2009-08-22  Juri Linkov  <juri@jurta.org>
15378         * progmodes/grep.el (lgrep, rgrep): At the beginning
15379         set `dir' to `default-directory' unless `dir' is a non-nil
15380         readable directory.  (Bug#4052)
15381         (lgrep, rgrep): Change a weird way to report an error
15382         from using `read-string' to using `error'.
15383         Instead of using interactive arguments in the function body,
15384         add new argument `confirm'.
15386 2009-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15388         * textmodes/remember.el (remember-buffer):
15389         * progmodes/cperl-mode.el (cperl-vc-header-alist):
15390         * calendar/icalendar.el (icalendar-convert-diary-to-ical)
15391         (icalendar-extract-ical-from-buffer):
15392         * net/newst-treeview.el (newsticker-groups-filename):
15393         * net/newst-backend.el (newsticker-cache-filename):
15394         * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
15395         (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
15396         (speedbar-add-ignored-path-regexp, speedbar-line-path)
15397         (speedbar-buffers-line-path, speedbar-path-line)
15398         (speedbar-buffers-line-path):
15399         * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
15400         (epg-sign-keys):
15401         * epa.el (epa-display-verify-result):
15402         * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
15404 2009-08-21  Glenn Morris  <rgm@gnu.org>
15406         * progmodes/js.el (inferior-moz-process): Fix declaration.
15408         * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
15410         * obsolete/rnewspost.el (news-mail-reply):
15411         Use goto-char rather than goto-line.
15413         * term/ns-win.el (ns-open-file-select-line):
15414         Use line-beginning-position rather than goto-line.
15416         * apropos.el (apropos-command):
15417         * ehelp.el (electric-helpify):
15418         * printing.el (pr-show-setup):
15419         * strokes.el (strokes-help):
15420         * tutorial.el (tutorial--describe-nonstandard-key)
15421         (tutorial--detailed-help):
15422         * woman.el (woman-mini-help, woman-display-extended-fonts):
15423         * calc/calc-help.el (calc-describe-key):
15424         * emulation/edt.el (edt-electric-helpify):
15425         * international/mule-diag.el (mule-diag):
15426         * play/yow.el (apropos-zippy):
15427         * progmodes/python.el (python-describe-symbol):
15428         * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
15429         * textmodes/table.el (*table--cell-describe-mode)
15430         (*table--cell-describe-bindings):
15431         Use help-print-return-message rather than the now obsolete alias.
15433         * calendar/cal-move.el (calendar-cursor-to-nearest-date)
15434         (calendar-cursor-to-visible-date):
15435         * play/5x5.el (5x5-position-cursor):
15436         * play/decipher.el (decipher):
15437         * play/gomoku.el (gomoku-goto-xy):
15438         * play/landmark.el (lm-goto-xy):
15439         * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
15440         (mpuz-paint-digit):
15441         Use forward-line, not goto-line.
15443         * mail/rmail.el (rmail-obsolete): Delete custom group.
15444         (rmail-pop-password, rmail-pop-password-required): Make into aliases.
15445         (rmail-remote-password, rmail-remote-password-required):
15446         Remove unneeded :set-after and :set properties.
15448 2009-08-21  Michael Albinus  <michael.albinus@gmx.de>
15450         * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
15452 2009-08-21  Dan Nicolaescu  <dann@ics.uci.edu>
15454         * loadup.el: Remove leftover macos code.
15456         * vc-git.el (vc-git-annotate-command): Run asynchronously.
15457         Explicitly pass the date format to git blame so that user local
15458         so that the output format can be parsed.
15460 2009-08-20  Michael Albinus  <michael.albinus@gmx.de>
15462         * net/dbus.el (top): Don't check for (getenv
15463         "DBUS_SESSION_BUS_ADDRESS").  It's done in dbusbind.c now.
15465 2009-08-19  Magnus Henoch  <magnus.henoch@gmail.com>
15467         * log-edit.el (log-edit-strip-single-file-name): New var.
15468         (log-edit-insert-changelog): Use it.  Bug#3571
15470 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
15472         * subr.el (read-passwd): Use read-key so keypad keys work as well.
15473         Bug#3287
15475         * help.el (help-print-return-message): Rename from
15476         print-help-return-message.
15478         * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
15479         cvs-mode-map parent hack.
15480         (log-view-mode): Derive from special-mode.
15482         * linum.el (linum-mode): window-size-change-functions is redundant.
15483         Adapt to new window-configuration-change-hook behavior.
15484         (linum-after-size, linum-after-config): Remove.
15486         * imenu.el (imenu-example--name-and-position)
15487         (imenu-example--lisp-extract-index-name)
15488         (imenu-example--create-lisp-index, imenu-example--create-c-index):
15489         Mark as obsolete.
15491         * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
15492         (inferior-prolog-mode): Use it.
15493         (inferior-prolog-load-file): Reset list of errors.
15495 2009-08-19  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15497         * language/tibetan.el ("Tibetan"): Fix sample-text entry.
15499         * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
15501 2009-08-19  Michael Albinus  <michael.albinus@gmx.de>
15503         * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
15504         is running already.
15506 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
15508         * subr.el (listify-key-sequence-1): Use normal syntax since those
15509         integers are nowadays always represented by the same (positive) number
15510         on all platforms.
15511         (read-key-empty-map): New const.
15512         (read-key-delay): New var.
15513         (read-key): New function.
15514         (force-mode-line-update): Use with-current-buffer.
15515         (locate-user-emacs-file): Don't forget to abbreviate the file name.
15516         (start-process-shell-command, start-file-process-shell-command):
15517         Discourage the use of command-args.
15519 2009-08-19  Glenn Morris  <rgm@gnu.org>
15521         * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
15523 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
15525         * simple.el (choose-completion-string): Don't rely on
15526         minibuffer-completing-file-name and ad-hoc checks to decide whether
15527         to continue completion or not.
15529         * minibuffer.el (minibuffer-hide-completions): New function.
15530         (completion--do-completion): Use it.
15531         (completions-annotations): New face.
15532         (completion--insert-strings): Use it.
15533         (completion-pcm--delim-wild-regex): Add docstring.
15534         (completion-pcm--string->pattern): Add support for 0-width delimiters
15535         in completion-pcm--delim-wild-regex.
15537 2009-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
15539         * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
15540         Remove unused var `buffer-modified-p'.
15542         * minibuffer.el (completion--do-completion): Move point for the #b001
15543         case as well (bug#4176).
15544         (minibuffer-complete, minibuffer-complete-word): Don't move point.
15546 2009-08-18  Michael Albinus  <michael.albinus@gmx.de>
15548         * net/dbus.el (dbus-init-bus): Declare.  Apply it for the :system
15549         and :session buses.
15551 2009-08-18  Kenichi Handa  <handa@m17n.org>
15553         * international/ucs-normalize.el (ucs-normalize-version):
15554         Change to 1.1.
15555         (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
15556         (utf-8-hfs): Make it perform normalization on encoding too.
15558         * textmodes/paragraphs.el: Change to utf-8.  Adjust coding cookie.
15559         (sentence-end-without-space): Delete duplicated chars.
15560         (sentence-end-base): Likewise.
15562         * textmodes/sgml-mode.el: Change to utf-8.  Adjust coding cookie.
15563         (html-mode): Delete duplicated chars from sentence-end-base.
15565         * textmodes/texinfo.el: Change to utf-8.  Adjust coding cookie.
15566         (texinfo-mode): Delete duplicated chars from sentence-end-base.
15568 2009-08-17  Chong Yidong  <cyd@stupidchicken.com>
15570         * files.el (hack-one-local-variable): If the mode function is for
15571         a minor mode, pass it an argument (Bug#4148).
15573 2009-08-17  Michael Albinus  <michael.albinus@gmx.de>
15575         * net/tramp.el (tramp-register-completion-file-name-handler):
15576         Check also for (member 'partial-completion completion-styles).
15578 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
15580         * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
15581         abbrev (Bug#3943).
15583 2009-08-16  Ilya Zakharevich  <ilyaz@cpan.org>
15585         * progmodes/cperl-mode.el: Merge upstream 6.2.
15586         (cperl-mode-syntax-table): Modify syntax entry for ["'`].
15587         (cperl-forward-re): Check cperl-brace-recursing.
15588         (cperl-highlight-charclass): New function.
15589         (cperl-find-pods-heres): Use it.
15590         (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
15591         (cperl-beautify-regexp-piece): Fix column calculation.
15592         (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
15593         (cperl-beautify-level): Don't process entire regexp.
15594         (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
15595         calling man.
15596         (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
15597         (cperl-init-faces): Build a list in the normal way.
15599 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
15601         * calendar/parse-time.el (parse-time-string-chars): Save match
15602         data.
15604 2009-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
15606         * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
15607         (sql-product): Use it.
15608         (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
15609         (sql-set-product): Add completion.
15610         (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
15611         (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
15612         (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
15613         (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
15614         (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
15615         (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
15616         (sql-highlight-db2-keywords): Remove.
15617         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
15618         (sql-highlight-product): Use derived-mode-p.
15619         (sql-set-sqli-buffer): Use with-current-buffer.
15620         (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
15621         Simplify.
15623         * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
15625         * term.el: Fix commenting convention, turn comments into docstrings.
15627 2009-08-16  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
15629         * whitespace.el (whitespace-style): Doc fix (Bug#3661).
15631 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
15633         * calendar/parse-time.el (parse-time-string-chars): Compute using
15634         character classes, to handle non-ascii characters (Bug#3190).
15636 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
15638         * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
15639         another heredoc if the user adds another < (Bug#3226).
15641         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
15642         Don't initialize based on window-system (Bug#4124).
15644         * facemenu.el (facemenu-read-color): Use a completion function
15645         that accepts any defined color, such as RGB triplets (Bug#3677).
15647         * files.el (get-free-disk-space): Change fallback default
15648         directory to /.  Expand DIR argument before switching to fallback.
15649         Suggested by Kevin Ryde (Bug#2631, Bug#3911).
15651 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
15653         * files.el (load-library): Doc fix.
15655 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
15657         * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
15658         (viper-if-string): Redefine C-s in the minibuffer to insert the last
15659         incremental search string.
15661         * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
15662         XEmacs.
15664         * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
15665         (ediff-merge-region-is-non-clash)
15666         (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
15667         Also check if the job is really a merge job.
15669         * ediff.el (ediff-current-file): New function.
15671 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
15673         * progmodes/js.el: Edit docstrings throughout to follow Emacs
15674         conventions.
15675         (js-insert-and-indent): Delete function.
15676         (js-mode-map): Don't bind keys to js-insert-and-indent.
15677         (js-beginning-of-defun): Rename from js--beginning-of-defun.
15678         (js-end-of-defun): Rename from js--end-of-defun.
15679         (js-auto-indent-flag): Delete variable.
15681 2009-08-14  Chong Yidong  <cyd@stupidchicken.com>
15683         * progmodes/js.el: Remove proclaim statement.
15684         Defvar which-func-imenu-joiner-function to silence compiler.
15686         * files.el (auto-mode-alist): Use js-mode for .js files.
15688         * progmodes/js2-mode.el: Remove file.
15690         * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
15692         * speedbar.el (speedbar-supported-extension-expressions): Add .js.
15694         * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
15696 2009-08-14  Daniel Colascione  <dan.colascione@gmail.com>
15697             Karl Landstrom  <karl.landstrom@brgeight.se>
15699         * progmodes/js.el: New file.
15701 2009-08-14  Mark A. Hershberger  <mah@everybody.org>
15703         * timezone.el (timezone-parse-date): Add ability to understand ISO
15704         basic format (minimal separators) dates in addition to the
15705         already-supported extended format dates.
15707 2009-08-14  Eli Zaretskii  <eliz@gnu.org>
15709         * international/ucs-normalize.el: Add a `coding' file variable.
15711         * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
15713 2009-08-14  Sam Steingold  <sds@gnu.org>
15715         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
15717 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
15719         * faces.el (help-argument-name): Define it here instead of
15720         help-fns.el, because in daemon mode help-fns.el may be loaded when
15721         faces are still uninitialized (Bug#1078).
15723         * help-fns.el (help-argument-name): Move defface to faces.el.
15725 2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
15727         * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
15728         create buffer with a pty but no process so that GDB can make the
15729         inferior the controlling process.
15731 2009-08-13  Taichi Kawabata  <kawabata.taichi@gmail.com>
15733         * international/ucs-normalize.el: New file.
15735 2009-08-13  Richard Stallman  <rms@gnu.org>
15737         * mail/rmail.el (rmail-get-attr-names):
15738         Accept an attribute header that is too short.
15740         * mail/rmail.el (rmail-forget-messages):
15741         Ignore nil elt in rmail-message-vector.  Use dotimes.
15743         * progmodes/compile.el (compilation-goto-locus):
15744         Use next-error-move-function.
15746         * simple.el (next-error-move-function): New variable.
15748 2009-08-12  Juri Linkov  <juri@jurta.org>
15750         * progmodes/grep.el (lgrep): Ensure that `default-directory' is
15751         always non-nil.  (Bug#4052)
15753         * replace.el (read-regexp): Return empty string when
15754         `default-value' is nil.
15755         (keep-lines-read-args): Don't use empty string as the
15756         default value for `read-regexp'.  (Bug#2495)
15758 2009-08-12  Juri Linkov  <juri@jurta.org>
15760         * international/mule-cmds.el (ucs-insert): Change arguments
15761         from `arg' to `character', `count', `inherit' to be the same
15762         as in `insert-char'.  Doc fix.  (Bug#4039)
15764         * international/mule-conf.el (utf-16be-with-signature): Doc fix.
15766 2009-08-12  Juri Linkov  <juri@jurta.org>
15768         * files-x.el: New file.
15770         * files.el: Move code that deals with adding/deleting
15771         file/directory-local variables to files-x.el.
15773         * Makefile.in (ELCFILES): Add files-x.elc.
15775 2009-08-11  Dmitry Dzhus  <dima@sphinx.net.ru>
15777         * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
15778         to use `goto-line'.
15779         (gdb-place-breakpoints, gdb-get-location): Rewritten without
15780         `goto-line'.
15781         (gdb-invalidate-disassembly): Do not refresh upon receiving
15782         'update signal.  Instead, update all disassembly buffers only after
15783         threads list.
15784         (gdb): Send -target-detach when buffer is killed (Bug#3794).
15785         (gdb-starting): Moved -data-list-register-names...
15786         (gdb-stopped): ...here so it's sent when first thread stops.
15787         (gdb-registers-handler-custom): Do nothing if register names are
15788         unknown yet.
15790         * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
15791         from `gdb-mi.el' to avoid extra tangling.
15793         * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
15794         change which breaks `gud-def' definitions used in `gdb'.
15795         (gdb-update-gud-running): No extra fuss for updating frame number.
15797 2009-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15799         * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
15800         (describe-language-environment-map, setup-language-environment-map)
15801         (set-coding-system-map): Move initialization into declaration.
15802         (set-language-info-alist): Last arg to define-key-after can be skipped.
15804         * international/quail.el (quail-completion-1): Simplify.
15805         (quail-define-rules): Use slightly more compact code.
15806         (quail-insert-decode-map): Propertize keys, compact columns.
15808         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
15809         Add goto-line.
15811 2009-08-10  Miles Bader  <miles@gnu.org>
15813         * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
15814         (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
15815         (js2-instance-member, js2-private-member, js2-private-function-call)
15816         (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
15817         (js2-magic-paren, js2-external-variable):
15818         Remove "-face" suffix from face names.
15819         (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
15820         (js2-highlight-undeclared-vars, js2-peek-token)
15821         (js2-parse-function-params, js2-mode-show-errors)
15822         (js2-mode-show-warnings, js2-make-magic-delimiter)
15823         (js2-mode-highlight-magic-parens): Update to use new face names.
15825 2009-08-09  Michael Albinus  <michael.albinus@gmx.de>
15827         * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
15828         (tramp-handle-insert-directory): Handle "--dired".  (Bug#4075)
15830 2009-08-09  Chong Yidong  <cyd@stupidchicken.com>
15832         * subr.el: Provide hashtable-print-readable.
15834         * progmodes/hideshow.el (hs-special-modes-alist): Don't use
15835         hs-c-like-adjust-block-beginning.
15836         (hs-hide-block-at-point): Stop hiding at the beginning of
15837         hs-block-end-regexp (Bug#700).
15839 2009-08-09  Dmitry Dzhus  <dima@sphinx.net.ru>
15841         * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
15842         a macro.
15843         (gdb-registers-handler-custom): Do not fail when register names
15844         are unavailable.
15846 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
15848         * progmodes/gdb-mi.el (gdb-control-all-threads)
15849         (gdb-control-current-thread): Interactive setters for
15850         `gdb-gud-control-all-threads' to use in menu.
15851         (gdb-show-run-p): Show «Go» when process is not active.
15852         (gud-tool-bar-map): Add non-stop/A,T indicator.  Uses
15853         gud/thread.xpm and gud/all.xpm.
15855 2009-08-08  Yoni Rabkin  <yoni@rabkins.net>
15857         * net/net-utils.el (net-utils-font-lock-keywords): New var.
15858         (nslookup-font-lock-keywords): Make it a variable.
15859         (net-utils-mode): New mode for viewing diagnostic network output.
15860         (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
15861         (net-utils-run-simple): New function.
15862         (ifconfig, iwconfig, netstat, arp, route): Use it.
15864 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
15866         * progmodes/gdb-mi.el (gdb-read-memory-custom)
15867         (gdb-memory-set-address, def-gdb-set-positive-number)
15868         (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
15869         after changing settings.
15870         (gdb-invalidate-disassembly): Update when first shown.
15871         (gdb-edit-locals-value): Fixed.
15872         (gdb-registers-handler-custom): Print registers in right order and
15873         allow changing register values (only for current thread yet).
15874         (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
15875         (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
15876         (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
15877         (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
15878         info in mode name.
15879         (gdb-registers-mode-map): TAB to switch to locals.
15881 2009-08-08  Eli Zaretskii  <eliz@gnu.org>
15883         * mail/rmail.el (rmail-add-mbox-headers)
15884         (rmail-set-message-counters-counter): Search for
15885         rmail-unix-mail-delimiter instead of just "From ".  (Bug#4076)
15887 2009-08-08  Glenn Morris  <rgm@gnu.org>
15889         * Makefile.in (ELCFILES): Update.
15891 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
15893         * mail/sendmail.el (mail-yank-original): Set
15894         buffer-file-coding-system from the one used by the message whose
15895         text is yanked.
15897         * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
15898         to "windows" when "pgnuplot" is used.
15899         (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
15900         call accept-process-output if "pgnuplot" is used.
15901         (calc-graph-init): Don't send -display and -geometry to
15902         "pgnuplot".  If "pgnuplot" is used, glean gnuplot version by
15903         running "pgnuplot -V" with shell-command-to-string.
15905         * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
15906         the default.
15908 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
15910         * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
15911         org/org-latex.elc.
15913 2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
15915         * vc-dispatcher.el (vc-resynch-window): Update comment.
15917         * term.el (term-handle-ansi-escape): Add comments with the
15918         terminfo capabilities implemented.
15920 2009-08-06  Dmitry Dzhus  <dima@sphinx.net.ru>
15922         * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
15923         (gdb-var-create-handler): Rewritten using JSON parser.
15924         (gdb-propertize-header): Moved earlier.
15925         (gdb-set-header): Removed to avoid duplication.
15926         (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
15927         Refresh disassembly buffers only after threads list have been
15928         update.
15929         (gdb-threads-header, gdb-registers-header): Per-buffer header line
15930         variables.
15932 2009-08-04  Juri Linkov  <juri@jurta.org>
15934         * files.el: Commands to add/delete file/directory-local variables.
15935         (read-file-local-variable, read-file-local-variable-value)
15936         (read-file-local-variable-mode, modify-file-local-variable)
15937         (modify-file-local-variable-prop-line)
15938         (modify-dir-local-variable): New functions.
15939         (add-file-local-variable, delete-file-local-variable)
15940         (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
15941         (add-dir-local-variable, delete-dir-local-variable)
15942         (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
15943         (copy-dir-locals-to-file-locals-prop-line): New commands.
15945 2009-08-04  Chong Yidong  <cyd@stupidchicken.com>
15947         * abbrev.el (insert-abbrev-table-description): Prettify output.
15948         Suggested by Karl Chen.
15950 2009-08-04  Dmitry Dzhus  <dima@sphinx.net.ru>
15952         * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
15953         (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
15954         (gdb-overlay-arrow-position, gdb-thread-position)
15955         (gdb-disassembly-position): Declare variables.
15956         (gdb-wait-for-pending): Function now.
15957         (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
15958         (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
15959         compilation goes smoothly.
15960         (gdb, gdb-non-stop, gdb-buffers): New customization groups.
15961         (gdb-non-stop-setting): New customization setting which replaces
15962         `gdb-non-stop' so changing it doesn't break active GDB session.
15963         (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
15964         (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
15965         (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
15966         (gdb-show-threads-by-default): New customization options.
15967         (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
15968         routines.
15969         (gdb-get-buffer-create): Send buffers update signal when they are
15970         created.
15971         (gdb-invalidate-locals, gdb-invalidate-registers)
15972         (gdb-invalidate-breakpoints)
15973         (gdb-invalidate-threads, gdb-invalidate-disassembly)
15974         (gdb-invalidate-memory): Accept update signal.
15975         (gdb-current-context-command): Use --frame option.
15976         (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
15977         Implement `gdb-frame-number' selection logic.
15978         (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
15979         whether to show GUD toolbar buttons.
15980         (gdb-thread-exited): Unselect current thread when it exits.
15981         (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
15982         (gdb-mark-line): Routine which sets overlay arrow or inverses
15983         video on fringeless displays.
15984         (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
15985         to build aligned columns of data in GDB buffers and set text
15986         properties line-by-line.
15987         (gdb-invalidate-breakpoints)
15988         (gdb-breakpoints-list-handler-custom)
15989         (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
15990         (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
15991         (gdb-registers-handler-custom): Align data columns.
15992         (gdb-locals-handler-custom): Now prints data like in variable
15993         declarations.
15994         (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
15995         Removed confusing buttons.
15996         (gdb-invalidate-threads): Append --frame.
15997         (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
15998         between breakpoints/threads buffers.
15999         (gdb-set-window-buffer): Now can ignore dedicated windows.
16000         (gdb-propertize-header): Use `gdb-set-window-buffer'.
16001         (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
16002         (def-gdb-thread-buffer-gud-command): Replaces
16003         `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
16004         for fine thread control.
16005         (gdb-preempt-existing-or-display-buffer): New function used to
16006         display bound buffers without breaking window layout.
16007         (gdb-frame-location): Replaces `gdb-insert-frame-location'.
16008         (gdb-select-frame): New version of `gdb-frames-select' which now
16009         sets `gdb-frame-number' so commands may use --frame option instead
16010         of inner debugger state.
16011         (gdb-frame-handler): Do not set `gdb-frame-number'.
16012         (gdb-threads-mode-map): Select threads with mouse.
16014         * progmodes/gud.el (gdb-gud-context-call): Declare function to
16015         avoid compilation warning.
16016         (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
16017         `gdb-show-stop-p`.
16019         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
16020         Argument `key' renamed to `buffer-type'.
16021         (gdb-current-context-buffer-name): Do not add thread info to
16022         buffer name when no thread is selected.
16023         (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
16024         command (bug 3794).
16025         (gdb-thread-selected): Handle `=thread-selected' notification.
16026         (gdb-wait-for-pending): New macro to deal with congestion problems.
16027         (gdb-breakpoints-list-handler-custom): Don't fail on pending
16028         breakpoints.
16029         (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
16030         This fixes problem similar to one described in bug 3947.
16031         (gud-menu-map): More menu items.
16032         (gdb-init-1): Reset `gdb-thread-number' to nil.
16034         * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
16035         non-stop settings.
16037         * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
16038         (gdb-current-context-command): Do not append --thread if
16039         `gdb-thread-number' is nil.
16040         (gdb-running-threads-count, gdb-stopped-threads-count): New
16041         variables.
16042         (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
16043         (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
16044         customization options.
16045         (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
16046         GUD commands.
16047         (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
16048         (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
16049         (gdb-setq-thread-number, gdb-update-gud-running): New functions to
16050         set `gdb-thread-number' and update `gud-running' properly.
16051         (gdb-running): Update threads list when new threads appear.
16052         (gdb-stopped): Support non-stop operation and new thread switching
16053         logic.
16054         (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
16055         (gdb-json-partial-output): New set of JSON routines.
16056         (def-gdb-auto-update-trigger): New `signal-list' optional
16057         argument.
16058         (gdb-thread-list-handler-custom): Update `gud-running',
16059         `gdb-stopped-threads-count' and `gdb-running-threads-count'.
16060         (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
16061         (gdb-continue-thread, gdb-step-thread): New commands for fine
16062         thread execution control.
16063         (gud-menu-map): New menu items to switch non-stop options.
16064         (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
16065         (gdb-send): Mimic RET properly (bug 3794).
16067         * progmodes/gdb-mi.el (gdb-rules-name-maker)
16068         (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
16069         gdb-buffer-rules.
16070         (def-gdb-auto-update-handler): New nopreserve optional argument.
16071         (gdb-stack-list-frames-custom): Print stack from top to bottom.
16073         * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
16074         (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
16075         (gdb-parent-mode): New mode to derive other GDB modes from.
16076         (gdb-display-disassembly-for-thread)
16077         (gdb-frame-disassembly-for-thread): New commands for threads
16078         buffer.
16080         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
16081         (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
16082         (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
16083         (gdb-update): We now store all GDB buffers in a list so that they
16084         can be updated by traversing a list instead of calling invalidate
16085         triggers explicitly.
16086         (def-gdb-trigger-and-handler): New macro to define trigger-handler
16087         pair for GDB buffer.
16088         (gdb-stack-buffer-name): Add thread information.
16089         (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
16090         handle pending triggers.
16091         (gdb-threads-mode-map, def-gdb-thread-buffer-command)
16092         (def-gdb-thread-buffer-simple-command)
16093         (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
16094         (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
16095         (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
16096         New commands which show buffers bound to thread.
16097         (gdb-stack-list-locals-regexp): Removed unused regexp.
16099         * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
16100         (gdb-locals-buffer-name, gdb-registers-buffer-name)
16101         (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
16102         to (gud-comint-buffer) in *-buffer-name functions
16103         because (gdb-get-target-string) already does that.
16104         (gdb-locals-handler-custom, gdb-registers-handler-custom)
16105         (gdb-changed-registers-handler): Rewritten without regexps.
16107         * progmodes/gdb-mi.el: Basic thread selection support.
16108         (gdb-thread-number): New variable.
16109         (gdb-current-context-command): New macro which adds --thread
16110         option to command.
16111         (gdb-threads-mode-map): Select thread with SPC.
16112         (gdb-thread-list-handler-custom): Mark current thread with overlay
16113         arrow.  Synchronize GDB thread and Emacs thread.
16114         (gdb-select-thread): New command which selects current thread.
16115         (gdb-invalidate-frames, gdb-invalidate-locals)
16116         (gdb-invalidate-registers): Use --thread option.
16118 2009-08-04  Michael Albinus  <michael.albinus@gmx.de>
16120         * net/tramp.el (top): Make check for tramp-gvfs loading more
16121         robust.  (Bug#3977)
16122         (tramp-handle-insert-file-contents): `unwind-protect' must be
16123         inside `with-parsed-tramp-file-name'.
16125         * net/tramp-gvfs.el (top): Remove superfluous message when loading
16126         fails.
16128 2009-08-03  Nick Roberts  <nickrob@snap.net.nz>
16130         * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
16131         directory if CLASSPATH is not set.
16133 2009-08-03  Michael Albinus  <michael.albinus@gmx.de>
16135         * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
16136         New defconst.
16137         (tramp-rfn-eshadow-update-overlay): Use it.  (Bug#4004)
16139 2009-08-02  Kevin Ryde  <user42@zip.com.au>
16141         * net/newst-backend.el (newsticker--raw-url-list-defaults):
16142         Update freshmeat link.  Delete newsforge.com as it seems gone.
16144 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
16146         * select.el (x-set-selection): Doc fix (Bug#4021).
16148         * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
16150         * help-fns.el (describe-variable): Treat list return values from
16151         dir-locals-find-file properly (Bug#4005).
16153 2009-08-02  Julian Scheid  <julians37@googlemail.com>  (tiny change)
16155         * net/tramp.el (tramp-debug-message): Print also microseconds.
16157 2009-08-02  Michael Albinus  <michael.albinus@gmx.de>
16159         * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
16160         or END is non-nil.
16161         (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
16162         (tramp-get-debug-buffer): Change `outline-regexp' according to new
16163         format.
16165         * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
16166         (tramp-get-file-property): Use it.
16168         * autorevert.el (auto-revert-handler): Allow
16169         `auto-revert-tail-mode' for remote files.
16171 2009-08-02  Jason Rumney  <jasonr@gnu.org>
16173         * minibuffer.el (read-file-name): Treat confirm options to
16174         MUSTMATCH as nil when invoking x-file-dialog.  (Bug#3969)
16176 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
16178         * font-lock.el (font-lock-string-face, font-lock-builtin-face)
16179         (font-lock-variable-name-face, font-lock-constant-face): Darken
16180         the colors for light backgrounds.
16182 2009-08-01  Eli Zaretskii  <eliz@gnu.org>
16184         * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
16185         month names.  (Bug#3987)
16187 2009-07-31  Chong Yidong  <cyd@stupidchicken.com>
16189         * simple.el (line-move-finish): Pass whole number to
16190         line-move-to-column.
16191         (line-move-visual): Perform hscroll to the recorded position.
16193 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
16195         * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
16197 2009-07-29  Alan Mackenzie  <acm@muc.de>
16199         * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
16201 2009-07-29  Dmitry Dzhus  <dima@sphinx.net.ru>
16203         * progmodes/gdb-mi.el (gdb-goto-breakpoint)
16204         (gdb-place-breakpoints): Use full path when setting breakpoints.
16206 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
16208         * calc/calc.el (calc-mode-map): Add keybinding for
16209         `calc-transpose-lines'.
16211 2009-07-29  Vincent Belaïche  <vincent.belaiche@gmail.com>
16213         * calc/calc-misc.el (calc-transpose-lines): New function.
16215 2009-07-28  Michael Albinus  <michael.albinus@gmx.de>
16217         * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
16218         Simplify check for out-of-band methods.
16219         (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
16220         remote.  Remove messages which are in `tramp-do-copy-or-rename-file'.
16222 2009-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
16224         * vc-git.el (vc-git-checkin): Fix typo.
16226 2009-07-28  Steve Yegge  <steve.yegge@gmail.com>
16228         * progmodes/js2-mode.el: New file.
16230 2009-07-28  Nick Roberts  <nickrob@snap.net.nz>
16232         * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
16233         (gud-menu-map): Adjust tooltip accordingly.
16235 2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
16237         * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
16238         (vc-bzr-log-view-mode): Adjust log-view-file-re.
16240         * add-log.el (change-log-mode-map): Add a menu.
16242 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
16244         * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
16245         function returns nil.
16246         (dbus-handle-event): Handle special return value :ignore.
16247         Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
16249 2009-07-26  Chong Yidong  <cyd@stupidchicken.com>
16251         * view.el (view-mode-enable): Don't define Helper-return-blurb if
16252         it's not needed.
16254 2009-07-25  Eli Zaretskii  <eliz@gnu.org>
16256         Fix Bug#3888:
16258         * w32-vars.el (x-select-enable-clipboard): Doc fix.
16260         * term/pc-win.el (x-display-name, x-colors)
16261         (x-select-enable-clipboard, x-select-text): Doc fix.
16263         * term/common-win.el (x-display-name, x-colors): Doc fix.
16265         * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
16266         (xw-defined-colors): Doc fix.
16268         * w32-fns.el (x-select-text, x-setup-function-keys)
16269         (x-get-selection, x-set-selection): Doc fix.
16271         * term/x-win.el (x-select-text, x-setup-function-keys)
16272         (x-select-enable-clipboard, xw-defined-colors): Doc fix.
16274         * select.el (x-set-selection): Doc fix.
16276 2009-07-25  Michael Albinus  <michael.albinus@gmx.de>
16278         * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
16279         instead of "IsNSSSupportAvailable".  Avahi ought to work also when
16280         "IsNSSSupportAvailable" method is not available.  Reported by
16281         Steve Youngs <steve@sxemacs.org>.
16283 2009-07-24  Kenichi Handa  <handa@m17n.org>
16285         * international/characters.el: Fix setting of category ?C, ?|, ?K,
16286         and ?H.  Fix setting of case for Latin Extended and Greek Extended.
16287         (build-unicode-category-table): Fix range checks.
16289 2009-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
16291         * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
16292         the buffer we try to sync is current when calling
16293         vc-resynch-buffer.
16295         * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
16296         not show up to date files.
16298 2009-07-24  Glenn Morris  <rgm@gnu.org>
16300         * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
16301         Add autoload cookies.  If necessary, initialize.
16302         (elint-log): Handle non-file buffers.
16303         (elint-initialize): Add optional argument to reinitialize.
16304         (elint-find-builtin-variables): Save excursion.
16306 2009-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
16308         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
16309         for Lint.
16311 2009-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
16313         * vc.el (vc-print-log-internal): New function, split out from ...
16314         (vc-print-log): ... here.
16315         (vc-dir-move-to-goal-column): Declare.
16317         * vc-git.el (vc-git-add-signoff): New variable.
16318         (vc-git-checkin): Use it.
16319         (vc-git-toggle-signoff): New function.
16320         (vc-git-extra-menu-map): Bind it to menu.
16321         (vc-git--run-command-string): Accept a nil FILE argument.
16322         (vc-git-stash-list): New function.
16323         (vc-git-dir-extra-headers): Use it.
16325 2009-07-23  Glenn Morris  <rgm@gnu.org>
16327         * help-fns.el (describe-variable): Describe ignored and risky local
16328         variables in a similar way to that in which we describe safe ones.
16330         * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
16331         (byte-compile-output-file-form, byte-compile-output-docform)
16332         (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
16333         Give some more local variables with common names a "bytecomp-" prefix,
16334         so as not to shadow things during compilation.
16335         * emacs-lisp/cl-macs.el (load-time-value)
16336         * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
16337         `outbuffer' to `bytecomp-outbuffer'.
16339         * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
16340         since the next two variables cover them automatically now.
16341         (elint-builtin-variables, elint-autoloaded-variables): New.
16342         (elint-unknown-builtin-args): Remove all members, since they can be
16343         parsed automatically now.
16344         (elint-extra-errors): New.
16345         (elint-env-add-env, elint-env-add-macro): Use cadr.
16346         (elint-current-buffer): Use or.  Change final message.
16347         (elint-get-top-forms): Use line-end-position.
16348         (elint-init-env): Use cadr.  Handle autoload, declare-function,
16349         and defalias.
16350         (elint-add-required-env): Doc fix.  Use or.  Standardize error.
16351         (regexp-assoc): Remove unused function.
16352         (elint-top-form): Set elint-current-pos, to record the start of the
16353         top-level form, for compilation-mode.
16354         (elint-form): Trap errors in macro expansion.  Use dolist.
16355         (elint-unbound-variable): Use elint-builtin-variables and
16356         elint-autoloaded-variables.
16357         (elint-get-args): Use cadr, or.
16358         (elint-check-cond-form): Use dolist, cadr.
16359         (elint-check-condition-case-form): Doc fix.  Use cadr.
16360         Use elint-extra-errors.
16361         (elint-log): New function.
16362         (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
16363         Distinguish errors and warnings.
16364         (elint-log-message): Use with-current-buffer.  Inhibit read-only.
16365         Use a bytecomp-style format.
16366         (elint-clear-log): Preserve default-directory.  Inhibit read-only.
16367         (elint-get-log-buffer): Use compilation mode.  Disable undo.
16368         Don't truncate lines.
16369         (elint-initialize): Set builtin and autoloaded variable lists.
16370         Only process elint-unknown-builtin-args if non-nil.
16371         (elint-find-builtin-variables, elint-find-autoloaded-variables):
16372         New functions.
16373         (elint-find-builtin-args): Doc fix.  Handle "BODY...)".
16375 2009-07-22  Kevin Ryde  <user42@zip.com.au>
16377         * net/newst-backend.el (newsticker--parse-atom-1.0)
16378         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
16379         (newsticker--parse-rss-1.0):
16380         * progmodes/idlwave.el (idlwave-mode):
16381         * progmodes/idlw-shell.el (idlwave-shell-mode):
16382         * progmodes/vera-mode.el (vera-mode):
16383         * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
16384         * progmodes/vhdl-mode.el (vhdl-mode):
16385         * textmodes/table.el (table-generate-source)
16386         (table--warn-incompatibility):
16387         Hyperlink urls in docstrings with URL `...'.
16389 2009-07-22  Glenn Morris  <rgm@gnu.org>
16391         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
16392         * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
16393         * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
16394         Remove leading * from defcustom docs.
16396         * simple.el (blink-matching-paren-distance): Bump to 100k.  (Bug#3889)
16398         * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
16399         defcustom doc.
16400         (list-load-path-shadows): Optionally, just return shadows as a string.
16402         * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
16404 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
16406         * mail/rmailedit.el (rmail-edit-mode): Use
16407         auto-save-include-big-deletions.
16409         * mail/rmail.el (rmail-variables): Use
16410         auto-save-include-big-deletions.
16412         * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
16413         changes.
16415 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
16417         * calc/calc.el (calc-undo-length): New variable.
16418         (calc-quit): Truncate rather than eliminate `calc-undo-list'.
16420 2009-07-21  Richard Stallman  <rms@gnu.org>
16422         * files.el (auto-save-mode): Handle buffer-save-size = -2
16423         for toggling mode.
16425 2009-07-21  Glenn Morris  <rgm@gnu.org>
16427         * textmodes/ispell.el (ispell-looking-back): Update declaration.
16429         * calendar/todo-mode.el (calendar-current-date): Update declaration.
16431         * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
16432         silence compiler.  Instead...
16433         (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
16434         (ps-print-ensure-fontified): Update for above function name changes.
16436         * printing.el (pr-mh-get-msg-num, pr-mh-show)
16437         (pr-mh-start-of-uncleaned-message): Remove aliases only used to
16438         silence compiler.  Instead...
16439         (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
16440         (mh-show-buffer): Only define for compiler.
16441         (pr-mh-current-message): Update for above function name changes.
16443         * files.el (abort-if-file-too-large): Explicitly pass `filename'
16444         as an argument.
16445         (find-file-noselect, insert-file-1): Update for above change.
16447         * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
16449         * mail/mailclient.el (mailclient-send-it): Fix message.
16451         * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
16452         (edebug-eval): Check cl-debug-env is bound.
16453         (print-level, print-circle): Don't redefine built-in variables.
16455         * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
16456         (custom-print-vectors): Remove old comments from doc.
16458         * emerge.el (menu-bar-emerge-menu): Remove unused variable.
16459         (emerge-version): Make the variable an obsolete alias for the
16460         emacs-version variable.  Make the function obsolete.
16461         (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
16462         Emerge options, rather than merging in into the main Options menu.
16463         (emerge-options-menu): Adjust menu text.  Use buttons for skip prefers
16464         and auto advance modes.  Disable edit/fast items when not relevant.
16466 2009-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
16468         * term/vt420.el (terminal-init-vt420): Fix typo.
16470 2009-07-20  Sam Steingold  <sds@gnu.org>
16472         * progmodes/ada-mode.el (compile-auto-highlight): Remove the
16473         variable (removed from compile.el on 2004-03-11).
16475 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
16477         * files.el (hack-local-variables-filter): Fix last change.
16479 2009-07-19  Juri Linkov  <juri@jurta.org>
16481         * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
16482         (dir-local-variables-alist): New buffer-local variable.
16483         (hack-local-variables-filter): If variable is not dir-local,
16484         i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
16485         because file-local overrides dir-local.
16486         (c-postprocess-file-styles) <declare-function>:
16487         Remove obsolete declaration.
16488         (hack-dir-local-variables): Add dir-local variable/value pair to
16489         `dir-local-variables-alist' and remove duplicates.  Doc fix.
16491         * help-fns.el (describe-variable): Add information about
16492         file-local and dir-local variables.
16494 2009-07-19  Chong Yidong  <cyd@stupidchicken.com>
16496         * files.el (hack-local-variables-filter): Rewrite.
16498 2009-07-19  Glenn Morris  <rgm@gnu.org>
16500         * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
16501         Silence compiler by only defining on XEmacs.
16503         * international/mule.el (auto-coding-regexp-alist): Only match
16504         BABYL... at the start of buffer, not of lines.  (Bug#3790)
16506         * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
16507         non-calendar buffers (Bug#3862).  Restore "not on a date" message.
16508         (cal-menu-context-mouse-menu): Doc fix.
16510         * desktop.el (desktop-buffers-not-to-save): Set :version tag.
16512         * simple.el (mail-user-agent): Doc fix.  Set :version tag.
16514 2009-07-18  Juri Linkov  <juri@jurta.org>
16516         * info.el: Virtual Info keyword finder.
16517         (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
16518         (Info-finder-file): New variable.
16519         (Info-finder-find-file): New function.
16520         (finder-known-keywords, finder-package-info)
16521         (find-library-name, lm-commentary): Use defvar and
16522         declare-function to silence compiler warnings.
16523         (Info-finder-find-node): New function.
16524         (info-finder): New command.
16526         * subr.el (process-kill-buffer-query-function): New function.
16527         (add-hook)<kill-buffer-query-functions>: Add hook
16528         `process-kill-buffer-query-function'.
16530 2009-07-18  Alan Mackenzie  <acm@muc.de>
16532         * progmodes/cc-mode.el (c-before-hack-hook)
16533         (c-postprocess-file-styles): Give invocation of `c-set-style'
16534         DONT-OVERRIDE parameter of t.  Already set style variables will
16535         thus not be overridden by style settings given by `c-file-syle'.
16537         * files.el (hack-local-variables-filter): Remove entries with
16538         duplicate keys from `file-local-variables-alist'.
16540 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
16542         * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
16543         x-set-selection if display-selections-p returns nil for the
16544         current frame.
16546 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
16548         * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
16550 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
16552         * desktop.el (desktop-buffers-not-to-save): Default value is nil.
16553         Accept nil in addition to a regexp.
16554         (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
16555         Accept nil in addition to a regexp.
16556         (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
16557         buffers that have an associated file.  Handle nil values of
16558         desktop-buffers-not-to-save and desktop-files-not-to-save.
16559         (Bug#3833)
16561         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
16562         (x-disown-selection-internal): New functions.
16564 2009-07-18  Nick Roberts  <nickrob@snap.net.nz>
16566         * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
16567         warning.
16568         (gdb-breakpoints-header): Move forward to avoid compiler warning.
16569         (gdb-make-header-line-mouse-map): Remove duplicate definition.
16571 2009-07-18  David De La Harpe Golden  <david@harpegolden.net>
16573         * simple.el (set-mark): Revert last change.
16575 2009-07-17  Tassilo Horn  <tassilo@member.fsf.org>
16577         * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
16578         rendering of pngs is not possible instead of messaging a long
16579         description.
16581 2009-07-17  David De La Harpe Golden  <david@harpegolden.net>
16583         * w32-fns.el (x-selection-owner-p): New function.
16585         * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
16586         (mouse-yank-at-click, mouse-yank-primary): If
16587         select-active-regions is non-nil, deactivate the mark before
16588         insertion.
16590         * simple.el (deactivate-mark, set-mark): Only save selection if we
16591         own it.
16593 2009-07-17  Kenichi Handa  <handa@m17n.org>
16595         * case-table.el (describe-buffer-case-table): Fix for the case
16596         that KEY is a cons.
16598 2009-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
16600         * vc-rcs.el (vc-rcs-find-file-hook):
16601         * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
16603 2009-07-16  Michael Albinus  <michael.albinus@gmx.de>
16605         * net/tramp.el (tramp-wait-for-output): Handle the case when
16606         commands do not return a newline but a null byte before the shell
16607         prompt.  (Bug#3858)
16609 2009-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16611         * term/ns-win.el (ns-set-alpha): Don't declare.
16612         (ns-set-background-alpha): Remove function.
16614 2009-07-16  Kevin Ryde  <user42@zip.com.au>
16616         * emacs-lisp/copyright.el (copyright-update): Save match-data across
16617         y-or-n-p, for safety.
16619 2009-07-16  Richard Stallman  <rms@gnu.org>
16621         * files.el (auto-save-mode): If buffer-saved-size is -2,
16622         don't clobber it.
16624         * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
16625         (rmail-retry-ignored-headers): Add more uninteresting fields.
16627 2009-07-15  Jari Aalto  <jari.aalto@cante.net>
16629         * net/rcirc.el (rcirc): Use history variables.
16630         (rcirc-server-name-history, rcirc-nick-name-history)
16631         (rcirc-server-port-history): New variables.
16633 2009-07-15  Kenichi Handa  <handa@m17n.org>
16635         * international/mule-cmds.el (set-language-environment-charset):
16636         If coding-system-charset-list returns `iso-2022' or `emacs-mule',
16637         ignore them.
16639         * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
16640         Delete unibyte-display.
16642 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
16644         * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
16646 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
16648         * simple.el (deactivate-mark): Optional argument FORCE.
16649         (set-mark): Use deactivate-mark.
16651         * info.el (Info-search): No need to check transient-mark-mode
16652         before calling deactivate-mark.
16654         * select.el (x-set-selection): Doc fix.
16655         (x-valid-simple-selection-p): Allow buffer values.
16656         (xselect--selection-bounds): Handle buffer values.  Suggested by
16657         David De La Harpe Golden.
16659         * mouse.el (mouse-set-region, mouse-drag-track): Call
16660         copy-region-as-kill before setting the mark, to let
16661         select-active-regions work.
16663 2009-07-15  David De La Harpe Golden  <david@harpegolden.net>
16665         * simple.el (deactivate-mark): If select-active-regions is
16666         non-nil, copy the selection data into a string.
16667         (activate-mark): If select-active-regions is non-nil, set the
16668         selection to the current buffer.
16669         (set-mark): Update selection if select-active-regions is non-nil.
16671         * select.el (x-valid-simple-selection-p): Allow buffer values.
16673 2009-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
16675         * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
16676         and more featureful message-mode.
16678 2009-07-14  Chong Yidong  <cyd@stupidchicken.com>
16680         * select.el (x-set-selection): Doc fix.
16681         (x-valid-simple-selection-p): Disallow selection data consisting
16682         of a list or cons of integers, since that is not used.
16683         (xselect--selection-bounds, xselect--int-to-cons): New functions.
16684         (xselect-convert-to-string, xselect-convert-to-length)
16685         (xselect-convert-to-filename, xselect-convert-to-charpos)
16686         (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
16688 2009-07-14  Dmitry Dzhus  <dima@sphinx.net.ru>
16690         * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
16691         output in -break-info command (Emacs bug #3794).
16693 2009-07-14  Glenn Morris  <rgm@gnu.org>
16695         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
16696         (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
16697         (edebug-print-length, edebug-print-level, edebug-print-circle)
16698         (edebug-sit-for-seconds, edebug-view-outside)
16699         (edebug-bounce-point, edebug-set-global-break-condition)
16700         (edebug-Go-nonstop-mode, edebug-trace-mode)
16701         (edebug-Trace-fast-mode, edebug-continue-mode)
16702         (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
16703         (edebug-visit-eval-list): Doc fixes.
16705         * subr.el (def-edebug-spec): Doc fix.
16707 2009-07-14  Kenichi Handa  <handa@m17n.org>
16709         * international/characters.el: Fix setting of category ?C.
16711 2009-07-13  Jan Djärv  <jan.h.d@swipnet.se>
16713         * term/ns-win.el (x-select-font): defalias x-select-font to
16714         ns-popup-font-panel instead of generate-fontset-menu.
16716 2009-07-12  Eli Zaretskii  <eliz@gnu.org>
16718         * desktop.el (desktop-buffers-not-to-save): Remove ".log".  (Bug#3833)
16720 2009-07-12  Peter Jolly  <peter@jollys.org>  (tiny change)
16722         * arc-mode.el (archive-find-type): Allow for a PK00 string before
16723         the PK\003\004 header (Bug#3770).
16725 2009-07-12  Guanpeng Xu  <herberteuler@hotmail.com>
16727         * pcomplete.el (pcomplete-comint-setup): Check for
16728         shell-dynamic-complete-filename too.
16730 2009-07-11  Chong Yidong  <cyd@stupidchicken.com>
16732         * simple.el (temporary-goal-column): Change the value for
16733         line-move-visual to a cons cell.
16734         (line-move-visual): Record or set the window hscroll, if
16735         necessary (Bug#3494).
16736         (line-move-1): Handle cons value of temporary-goal-column.
16738 2009-07-11  Kenichi Handa  <handa@m17n.org>
16740         * international/mule-diag.el (describe-character-set): Don't show
16741         width.
16743 2009-07-10  Sam Steingold  <sds@gnu.org>
16745         * progmodes/compile.el (compilation-mode-font-lock-keywords):
16746         Omake sometimes indents the errors it prints, so allow all
16747         regexps to start with spaces.
16749 2009-07-10  Eli Zaretskii  <eliz@gnu.org>
16751         * cus-edit.el (customize-changed-options-previous-release):
16752         Bump value to 22.1.  (Bug#3804)
16754 2009-07-08  Sam Steingold  <sds@gnu.org>
16756         * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
16757         to be a cons cell (test . ignored-directory) to selectively ignore
16758         some directories depending on the location of the search.
16760 2009-07-08  Michael Albinus  <michael.albinus@gmx.de>
16762         * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
16763         remote user is root, on the local host.
16764         (tramp-local-host-p): Either the local user or the remote user
16765         must be root.  (Bug#3771)
16767 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
16769         * progmodes/gdb-mi.el (gdb): Remove description of
16770         gdb-use-separate-io-buffer.
16771         (menu): Don't allow toggling of or enable
16772         gdb-use-separate-io-buffer from menubar.
16774 2009-07-08  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
16776         * mail/unrmail.el (unrmail): Make sure the message ends with two
16777         newlines (Bug#3769).
16779 2009-07-08  Glenn Morris  <rgm@gnu.org>
16781         * calendar/calendar.el (calendar-current-date): Rework previous change.
16783 2009-07-08  Ed Reingold  <reingold@emr.cs.iit.edu>
16785         * calendar/calendar.el (calendar-current-date):
16786         Add an optional argument giving an offset from today.
16788 2009-07-08  Glenn Morris  <rgm@gnu.org>
16790         * tutorial.el (tutorial--describe-nonstandard-key):
16791         Adjust the message for when a key has been unbound.
16792         (help-with-tutorial): Hide the arch-tag.
16794 2009-07-08  Kenichi Handa  <handa@m17n.org>
16796         * international/fontset.el (setup-default-fontset): For each
16797         script, append (not set) font-specs.
16799         * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
16800         docstring.
16802 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
16804         * progmodes/gdb-mi.el (gdb-init-1): Move sending
16805         -data-list-register-names to ...
16806         (gdb-starting): ... here because GDB 7.0 requires execution to
16807         have started when using this MI command.
16808         (gdb-set-header): New function to distinguish select and
16809         unselected tabs in gdb buffers.
16810         (gdb-propertize-header): New macro that uses gdb-set-header.
16811         (gdb-breakpoints-header, gdb-locals-header): Use it.
16812         (gdb-disassembly-mode-map): Add keybinding to kill buffer.
16814 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
16816         * Makefile.in (ELCFILES): Remove fadr.elc.
16818 2009-07-07  Dmitry Dzhus  <dima@sphinx.net.ru>
16820         * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
16821         may contain frame information, so `string-match' should be used.
16822         (gdb-update): Disassembly is invalidated through
16823         `gdb-get-selected-frame'.
16824         (gdb-pad-string): New function to pad string with spaces.
16825         (gdb-invalidate-disassembly): Invalidate only if the buffer
16826         exists.
16827         (gdb-disassembly-handler-custom): Column alignment.
16828         (gdb-disassembly-place-breakpoints): Clear old breakpoints before
16829         placing new ones.
16830         (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
16831         end of line, too.
16832         (gdb-frame-handler): Match convention to for disassembly buffer
16833         mode name.
16834         (gdb-stack-list-frames-handler): Rewritten without regexps.
16835         (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
16836         not highlight breakpoints without line information.
16837         (gdb-input): Add trailing newline to command.
16839         * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
16840         buffer properly.
16841         (gdb-breakpoints-list-handler-custom): Replacement for
16842         `gdb-break-list-handler'.  Using real parser instead of regexps
16843         now.
16844         (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
16845         Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
16846         to place breakpoints.
16847         (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
16848         functions.
16849         (gdb-disassembly-handler-custom): Show overlay arrow.
16850         (gdb-disassembly-place-breakpoints): Show breakpoints in
16851         disassembly buffer.
16852         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
16853         (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
16854         instead of parsing breakpoints buffer.  Fixed old menu references
16855         in `gud-menu-map'.
16857         * fadr.el: Remove.
16859         * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
16860         (gdb-memory-address): New variable which holds top address of
16861         memory page shown in memory buffer.
16862         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
16863         customization variables.
16864         New functions:
16865         (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
16866         display the memory buffer.
16867         (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
16868         buffer display parameters.
16869         (def-gdb-memory-format, gdb-memory-format-binary)
16870         (gdb-memory-format-octal, gdb-memory-format-unsigned)
16871         (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
16872         Functions for setting memory buffer format.
16873         (gdb-memory-unit-word, gdb-memory-unit-halfword)
16874         (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
16875         unit size used in memory buffer.
16876         (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
16877         to next/previous page of memory buffer.
16878         Now using (bindat-get-field) instead of fadr functions.
16880 2009-07-07  Sam Steingold  <sds@gnu.org>
16882         * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
16883         non-top-level files.
16885 2009-07-07  Kenichi Handa  <handa@m17n.org>
16887         * international/mule-cmds.el (reset-language-environment): Put
16888         the highset priority to the charset iso-8859-1.
16890 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
16892         * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
16893         to the end of the line when locating the block (Bug#700).
16895 2009-07-06  Michael Albinus  <michael.albinus@gmx.de>
16897         * net/tramp.el (tramp-handle-write-region): Flush file properties
16898         in case of short track.
16900 2009-07-06  Michael McNamara  <mac@mail.brushroad.com>
16902         * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
16903         Coded custom representation of verilog error regular expressions
16904         to work with Emacs-22's new format.
16905         (verilog-error-regexp-xemacs-alist): Coded custom representation
16906         of verilog error regular expressions to work with XEmacs format.
16907         (verilog-error-regexp-add-xemacs): Hook routine to install verilog
16908         error recognition into XEmacs.
16909         (verilog-error-regexp-add-emacs): Hook routine to install verilog
16910         error recognition into Emacs-22.
16912 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
16914         * woman.el: Remove stand-alone closing parentheses.
16915         (woman-file-name, woman2-format-paragraphs)
16916         (woman-leave-blank-lines): Code cleanup.
16917         (woman-use-own-frame): Change default to nil.
16918         (woman-italic, woman-bold, woman-unknown, woman-addition): Change
16919         defaults to inherit from default faces.
16920         (woman2-process-escapes): Consume the newline after a stand-alone
16921         filler character (Bug#3651).
16923 2009-07-06  Glenn Morris  <rgm@gnu.org>
16925         * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
16926         (top-level): Move provide to the end.
16927         (ffap): Remove defunct URL from custom group.
16929         * subr.el (eval-after-load): Doc fix.
16931 2009-07-06  Vincent Belaïche  <vincent.belaiche@gmail.com>
16933         * calc/calc-embed.el (calc-embedded-make-info): Don't force when
16934         `calc-embedded-word' is called twice.
16936 2009-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
16938         * files.el (find-alternate-file-other-window, find-alternate-file):
16939         Obey confirm-nonexistent-file-or-buffer.
16941 2009-07-05  Michael Albinus  <michael.albinus@gmx.de>
16943         * dired-aux.el (dired-show-file-type): Handle remote files.
16945 2009-07-05  Jari Aalto  <jari.aalto@cante.net>
16947         * desktop.el (desktop-globals-to-save):
16948         Add file-name-history (Bug#2750).
16950 2009-07-05  Chong Yidong  <cyd@stupidchicken.com>
16952         * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
16954 2009-07-04  Johan Bockgård  <bojohan@gnu.org>
16956         * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
16957         property on entire argument since this is what eshell-lisp-command
16958         expects.
16960 2009-07-03  Michael Albinus  <michael.albinus@gmx.de>
16962         * net/tramp-gvfs.el (tramp-gvfs-methods)
16963         (tramp-gvfs-zeroconf-domain)
16964         (tramp-bluez-discover-devices-timeout): Add version flag.
16965         (tramp-gvfs-handler-mounted-unmounted)
16966         (tramp-gvfs-connection-mounted-p): Polish handling of
16967         incompatibilities between GVFS 0.2 and 1.0.
16969 2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
16971         * cus-start.el (all): Add make-pointer-invisible.
16973 2009-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
16975         * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
16976         formatted correctly.
16978 2009-07-02  Juri Linkov  <juri@jurta.org>
16980         * info.el: Virtual Info files and nodes.
16981         (Info-virtual-files, Info-virtual-nodes): New variables.
16982         (Info-current-node-virtual): New variable.
16983         (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
16984         New functions.
16985         (Info-file-supports-index-cookies): Use Info-virtual-file-p
16986         to check for a virtual file instead of checking a fixed list
16987         of node names.
16988         (Info-find-file): Use Info-virtual-fun and Info-virtual-call
16989         instead of ad-hoc processing of "dir" and (apropos history toc).
16990         (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
16991         instead of ad-hoc processing of "dir" and (apropos history toc).
16992         Reread a file when moving from a virtual node.
16993         (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
16994         (Info-directory-toc-nodes, Info-directory-find-file)
16995         (Info-directory-find-node): New functions.
16996         (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
16997         (Info-history): Move part of code to
16998         `Info-history-find-node'.
16999         (Info-history-toc-nodes, Info-history-find-file)
17000         (Info-history-find-node): New functions.
17001         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
17002         (Info-toc): Move part of code to `Info-toc-find-node'.
17003         (Info-toc-find-node): New function.
17004         (Info-toc-insert): Rename from `Info-insert-toc'.  Don't insert
17005         the current Info file name to references because now the node
17006         "*TOC*" belongs to the same Info manual.
17007         (Info-toc-build): Rename from `Info-build-toc'.
17008         (Info-toc-nodes): Rename input argument `file' to `filename'.
17009         Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
17010         instead of ad-hoc processing of ("dir" apropos history toc).
17011         (Info-index-nodes): Use Info-virtual-file-p
17012         to check for a virtual file instead of checking a fixed list
17013         of node names.
17014         (Info-index-node): Add check for `Info-current-node-virtual'.
17015         Raise `save-match-data' higher up the tree to contain
17016         `search-forward' too (bug fix).
17017         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
17018         (Info-virtual-index-nodes): New variable.
17019         (Info-virtual-index-find-node, Info-virtual-index): New functions.
17020         (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
17021         (Info-apropos-file, Info-apropos-nodes): New variables.
17022         (Info-apropos-toc-nodes, Info-apropos-find-file)
17023         (Info-apropos-find-node, Info-apropos-matches): New functions.
17024         (info-apropos): Move part of code to `Info-apropos-find-node' and
17025         `Info-apropos-matches'.
17026         (Info-mode-map): Bind "I" to `Info-virtual-index'.
17027         (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
17028         for a virtual file instead of checking a fixed list of node names.
17030         * simple.el (async-shell-command): New command.
17032         * bindings.el (esc-map): Bind "&" to `async-shell-command'.
17034         * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
17035         instead of `mount-info'.
17037 2009-07-02  Michael Albinus  <michael.albinus@gmx.de>
17039         * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
17040         (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
17042 2009-07-02  Kenichi Handa  <handa@m17n.org>
17044         * international/mule.el (set-keyboard-coding-system): Force *-unix
17045         coding-system to avoid eol conversion.
17047 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
17049         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
17050         Add handler for `process-file', `shell-command' and
17051         `start-file-process'.
17052         (tramp-gvfs-handle-shell-command)
17053         (tramp-gvfs-handle-start-file-process)
17054         (tramp-gvfs-handle-process-file): New defuns.
17055         (tramp-synce-list-devices): Simplify check for existence of property.
17057 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
17059         * startup.el (command-line-x-option-alist): Add -mm and --maximized.
17061 2009-07-01  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
17063         * language/korean.el (set-language-info-alist): Add korean-cp949,
17064         cp949 to spec.
17066 2009-07-01  Kenichi Handa  <handa@m17n.org>
17068         * Makefile.in (ELCFILES): Delete encoded-kb.elc.
17070         * international/encoded-kb.el: Deleted.
17072         * international/mule.el (set-keyboard-coding-system): Perform the
17073         necessary setup here instead of calling encoded-kbd-setup-display.
17075 2009-07-01  Glenn Morris  <rgm@gnu.org>
17077         * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
17079 2009-07-01  Evangelos Evangelou  <vangelis@email.unc.edu>  (tiny change)
17081         * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)".  (Bug#3730)
17083 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
17085         * net/tramp.el (tramp-do-copy-or-rename-file-directly):
17086         Handle also the 'rename case, when setting file modes.  (Bug#3712)
17087         (tramp-default-file-modes): Remove execute permissions.
17089         * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
17090         (top): Add a default for "synce" in `tramp-default-user-alist'.
17091         Add completion function for "synce" method.
17092         (tramp-hal-service, tramp-hal-path-manager)
17093         (tramp-hal-interface-manager, tramp-hal-interface-device):
17094         New defconst.
17095         (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
17096         (tramp-synce-list-devices, tramp-synce-parse-device-names):
17097         New defuns.
17099         * net/trampver.el: Update release number.
17101 2009-06-30  Kenichi Handa  <handa@m17n.org>
17103         * international/fontset.el (setup-default-fontset): Add CJK fonts
17104         for symbols and the other miscellaneous characters.
17106         * language/korea-util.el (setup-korean-environment-internal):
17107         Make char-width-table suitable for Korean environments.
17108         (exit-korean-environment): Cancel above.
17110         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
17111         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
17112         setup-function to make char-width-table suitable for respective
17113         environments, and an exit-function to cancel that.
17115         * language/japan-util.el (setup-japanese-environment-internal):
17116         Call use-cjk-char-width-table with arg `ja_JP'.
17118         * international/characters.el (cjk-char-width-table): Delete it.
17119         (cjk-char-width-table-list): New variable.
17120         (use-cjk-char-width-table): New arg local-name.
17121         (use-default-char-width-table): Fix for the case that Emacs is
17122         already using the default char-width-table.
17124 2009-06-29  Michael Albinus  <michael.albinus@gmx.de>
17126         * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
17127         modes mandatory.  (Bug#3712)
17129 2009-06-29  Alan Mackenzie  <acm@muc.de>
17131         * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
17132         correction between the visible width of TABs and their number of bytes.
17134 2009-06-29  Chong Yidong  <cyd@stupidchicken.com>
17136         * server.el (server-buffer-done): Prevent kill-buffer from
17137         prompting by clearing the buffer modification flag (Bug#3696).
17139 2009-06-28  Michael McNamara  <mac@mail.brushroad.com>
17141         * progmodes/verilog-mode.el (verilog-beg-of-statement)
17142         (verilog-endcomment-reason-re): Support unique case and priority case.
17143         (verilog-basic-complete-re): Support localparam lineup.
17144         (verilog-beg-of-statement-1): Fix for robustness, unique case.
17145         (verilog-set-auto-endcomments): Fix for unique case, always_comb
17146         commenting.
17147         (verilog-leap-to-case-head): Now support *nested* unique &
17148         priority case statements.
17149         (verilog-auto-lineup): Make just declarations the default (as it
17150         had been).
17151         (verilog-leap-to-case-head): Support priority/unique case statements.
17152         (verilog-auto-lineup): Rework to give users radio buttons to
17153         select the various styles of automatic lineup.
17154         (verilog-error-regexp-alist): Rework to support the XEmacs style
17155         of error regular expressions from compilers, lint tools &
17156         simulators.  Note that GNU Emacs has made it impossible for a mode
17157         to load such things.
17158         (electric-verilog-terminate-line, verilog-indent-declaration)
17159         (verilog-auto-wiure): Rework for radio button selection of
17160         auto-lineup selection of specification of auto lineup.
17161         (verilog-beg-of-statement-1): Redesign to support proper operation
17162         in additional code, based on testing with auto-lineup.
17163         (verilog-calculate-indent, assignments & declarations)
17164         (verilog-backward-token): Enhance to support auto-lineup of
17165         assignments & declarations.
17166         (verilog-in-directive-p, verilog-at-struct-p): New function for
17167         easy test of whether we are.
17168         (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
17169         to support safe execution at almost anyline.
17170         (verilog-calc-1): Properly support indenting deep inside generate
17171         blocks.
17172         (verilog-init-font): Remove definition & use of verilog-init-font,
17173         as it is redundant with font-lock-defaults.
17174         (verilog-mode): Alter the definition of verilog-font-lock-defaults
17175         to avoid circular calls if syntax-ppss is a function (as is the
17176         case now in 22.x GNU Emacs) as that function would sometimes call
17177         itself, leading to (nearly) infinite recursion.
17178         (verilog-ovm-begin-re, verilog-ovm-end-re)
17179         (verilog-ovm-statement-re, verilog-leap-to-head)
17180         (verilog-backward-token): Add support for OVM macros.  Some are
17181         complete statements, and others open and close scopes like begin
17182         and end.
17183         (verilog-defun-level-not-generate-re, verilog-defun-level-re)
17184         (verilog-defun-level-generate-only-re): Really fix the defun-list
17185         compilation issue.
17186         (verilog-calc-1, verilog-beg-of-statement): Enhance support for
17187         coverpoint, constraint and cross statements.
17188         (verilog-defun-level-list, verilog-generate-defun-level-list)
17189         (verilog-all-defun-level-list): Redo these specifications - it is
17190         too hard to support eval-when compile aggregation of lists also
17191         built at when-compile time.
17192         (verilog-defun-level-list): Place defconsts of variables used in
17193         building regular expressions which are built in eval-when-compile
17194         bodies in the same eval-when-compile body to facilitate compile
17195         without load.
17196         (verilog-beg-block-re-ordered): Support indenting
17197         virtual/protected tasks and functions.
17198         (verilog-defun-level-list, verilog-in-generate-region-p)
17199         (verilog-backward-ws&directives, verilog-calc-1): Speed up
17200         indentation of some module items (generate items).
17201         (verilog-forward-sexp, verilog-leap-to-head): Support stepping
17202         across virtual/protected tasks and functions.
17204 2009-06-28  Wilson Snyder  <wsnyder@wsnyder.org>
17206         * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
17207         Allow sorting AUTOARG lists.  Suggested by Andrea Fedeli.
17208         (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
17209         in concatenations.  Reported by Yishay Belkind.
17210         (verilog-auto-ascii-enum): Support one-hot state machines in
17211         AUTOASCIIENUM.  Suggested by Lloyd Gomez.
17212         (verilog-auto-inst, verilog-auto-inst-port): Include interface
17213         modport in AUTOINST and add vl-modport for users.  Reported by
17214         David Rogoff.
17215         (verilog-auto-inout-module, verilog-auto-inst)
17216         (verilog-decls-get-interfaces, verilog-insert-definition)
17217         (verilog-insert-one-definition, verilog-read-decls)
17218         (verilog-read-sub-decls, verilog-read-sub-decls-sig)
17219         (verilog-sig-modport, verilog-signals-combine-bus)
17220         (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
17221         interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
17222         Suggested by David Rogoff.
17223         (verilog-repair-open-comma): Fix non-insertion of comma when
17224         `DEFINE occurs in V2K argument list.  Reported by Lane Brooks.
17225         (verilog-make-width-expression): Simplify [A-1:0] expression
17226         widths to just {A{1'b0}}.
17227         (verilog-mode): Cleanup checkdoc warnings.
17228         (verilog-auto-inout-module, verilog-signals-matching-dir-re):
17229         Add third optional regexp to AUTOINOUTMODULE to allow selecting only
17230         inputs/outputs or data type.  Suggested by Vasu Kandadi.
17231         (next-error-last-buffer): Fix byte-compiler warning.
17232         (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
17233         (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
17234         or shell command text during AUTO expansion.  Suggested by Tad Truex.
17235         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
17236         (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
17237         Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
17238         in AUTOINOUT.  Reported by Matthew Lovell.
17239         (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
17240         causing use of <= assignments.  Reported by Alex Reed.
17241         (verilog-read-decls): Fix triand, trior, wand, wor to be
17242         recognized by AUTOWIRE.  Reported by Spencer Isaacson.
17243         (verilog-extended-complete-re): Support import "DPI-C" functions.
17244         (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
17245         y[a+1:a+1]" to not include a in reset list.  Reported by Dan Dever.
17246         (verilog-insert-date, verilog-insert-year)
17247         (verilog-sk-header-tmpl): Fix verilog-header inserting error on
17248         Windows systems.  Reported by Michael Potts.
17249         (verilog-read-module-name): Fix AUTOINST when the child module
17250         declaration's name is a tick define.  Reported by Elliot Mednick.
17251         (verilog-read-decls): Fix V2K parameter bit subscripts getting
17252         passed to next parameter's definition.  Reported by Bruce T.
17253         (verilog-read-decls): Fix detecting "parameter int" when using
17254         AUTOINSTPARAM.  Reported by Bruce T.
17255         (verilog-goto-defun): Fix goto not finding modules unless first
17256         perform a verilog-auto expansion.  Suggested by Lawrence Butcher.
17257         (verilog-mode): Expand -f flag arguments on entry to mode so
17258         verilog-goto-defun will work.  Reported by Lawrence Butcher.
17259         (verilog-getopt): Expand environment variables in -f file
17260         arguments.  Suggested by Lawrence Butcher.
17261         (verilog-set-define): Fix "Symbol's value as variable is void"
17262         when reading enumerations.
17263         (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
17264         Suggested by Stephen Peltan.
17265         (verilog-read-defines): Fix reading of enumerations in include
17266         files.  Reported by Steve Peltan.
17268 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
17270         * files.el (trash-directory): Fix defcustom type.
17272 2009-06-28  Juri Linkov  <juri@jurta.org>
17274         * help-fns.el (describe-function-1): Correctly locate adviced
17275         functions in hyperlink (Bug#2438).
17277 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
17279         * files.el (trash-directory): Change default to nil.
17280         (move-file-to-trash): If trash-directory is nil and
17281         system-move-file-to-trash is unbound, perform freedesktop-style
17282         trashing.
17284 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
17286         * files.el (move-file-to-trash): Add freedesktop trash
17287         support (Bug#973).
17289 2009-06-28  Glenn Morris  <rgm@gnu.org>
17291         * autorevert.el (global-auto-revert-non-file-buffers)
17292         (global-auto-revert-mode): Doc fixes.
17294 2009-06-27  Johan Bockgård  <bojohan@gnu.org>
17296         * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
17298 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
17300         * faces.el (x-handle-named-frame-geometry): Ensure that we have
17301         opened an X connection before calling x-get-resource (Bug#3194).
17303         * play/doctor.el: Remove reference to obsolete website.
17304         (make-doctor-variables): Correct grammar mistake (Bug#2633).
17306 2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
17308         Remove find-file-not-found-hook VC method.  (Bug#2757)
17309         * vc-hooks.el (vc-file-not-found-hook)
17310         (vc-default-find-file-not-found-hook): Remove functions.
17311         (find-file-not-found-functions): Do not add vc-file-not-found-hook.
17312         * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
17313         * vc.el:
17314         * vc-hg.el:
17315         * vc-git.el: Do not mention find-file-not-found-hook VC method.
17317 2009-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
17319         * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
17320         compatibility function for `looking-back'.
17322         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
17323         Use `ispell-looking-back'.
17325 2009-06-24  Michael Albinus  <michael.albinus@gmx.de>
17327         * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
17328         rather than `filename'.
17330 2009-06-23  Miles Bader  <miles@gnu.org>
17332         * face-remap.el (text-scale-set): New function.
17334 2009-06-23  Glenn Morris  <rgm@gnu.org>
17336         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
17338         * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
17340         * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
17342         * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
17344         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
17345         Simplify Persian conditionals.
17347         * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
17348         variable `filename'.
17350         * comint.el (comint-insert-input): Doc fix.
17352         * Makefile.in (ELCFILES): Fix typo in previous change.
17354 2009-06-23  Miles Bader  <miles@gnu.org>
17356         * cus-start.el: Add entry for `recenter-redisplay'.
17358 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
17360         * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
17361         Add an optional argument for the backend, use it instead of
17362         calling vc-backend.
17363         (vc-mode-line): Add an optional argument for the backend.
17364         Pass the backend to vc-state and vc-working-revision.  Move code for
17365         special handling for vc-state being a buffer to ...
17367         * vc-rcs.el (vc-rcs-find-file-hook):
17368         * vc-sccs.el (vc-sccs-find-file-hook): ... here.  New functions.
17370         * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
17371         (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
17372         vc-stay-local-p and vc-mode-line calls.
17374         * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
17375         (vc-cvs-diff, vc-cvs-annotate-command)
17376         (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
17377         (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
17378         vc-mode-line calls.
17380         * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
17381         direct comparison.
17382         (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
17383         backend when calling vc-mode-line.
17384         (vc-register): Do not create a closure for calling the vc register
17385         function, call it directly.
17387 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
17389         * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
17390         to make it obvious item can be clicked.
17392         * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
17394 2009-06-23  Kenichi Handa  <handa@m17n.org>
17396         * language/korea-util.el (korean-key-bindings): Change the binding
17397         of F9 to hangul-to-hanja-conversion.  Bind Hangul_Hanja to the
17398         same command.
17400 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
17402         Sync with Tramp 2.1.16.
17404         * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
17406         * net/tramp.el (top): Require tramp-gvfs.  Catch `tramp-loading',
17407         when a loading of a package fails.  Completion function for rsync
17408         is `tramp-completion-function-alist-ssh'.
17409         (all): Replace all calls of `split-string' and
17410         `tramp-split-string' by `tramp-compat-split-string'.
17411         (tramp-default-method): Use `tramp-compat-process-running-p'.
17412         (tramp-default-proxies-alist): Allow also Lisp forms.
17413         (tramp-remote-path): Add choice "Private Directories".
17414         (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
17415         (tramp-domain-regexp): Allow also "-", "_" and ".".
17416         (tramp-end-of-output): Remove newlines, and add "$" at the end.
17417         (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
17418         (tramp-debug-message): Insert header line in debug buffer.
17419         (tramp-handle-directory-files-and-attributes-with-stat):
17420         Care about filenames with spaces, or starting with "-".
17421         (tramp-handle-dired-uncache): New defun.
17422         (tramp-handle-insert-directory): Don't flush the directory from
17423         cache, this is handled by `dired-uncache' now.
17424         (tramp-handle-insert-file-contents): Improve error handling.
17425         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
17426         Quote `tramp-end-of-output'.
17427         (tramp-action-password): Improve trace message.
17428         (tramp-check-for-regexp): Both echoes must be present, before removing.
17429         (tramp-open-connection-setup-interactive-shell): Trace coding system.
17430         (tramp-compute-multi-hops): Eval cons cells of
17431         `tramp-default-proxies-alist'.
17432         (tramp-maybe-open-connection): Use the same command pattern for
17433         first hop and further hops.
17434         (tramp-wait-for-output): Remove handling of newlines.
17435         (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
17436         (tramp-split-string): Remove function.  It is handled in
17437         tramp-compat now.
17439         * net/tramp-cmds.el (tramp-bug):
17440         Recommend `tramp-cleanup-all-connections' in the bug mail.
17442         * net/tramp-compat.el (tramp-compat-split-string)
17443         (tramp-compat-process-running-p): New defuns.
17445         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
17446         for `dired-uncache'.
17448         * net/tramp-gvfs.el: New package.
17450         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
17451         Add handler for `dired-uncache'.
17452         (tramp-smb-handle-file-local-copy): Cleanup in case of error.
17454         * net/trampver.el: Update release number.  Make version check fit
17455         for SXEmacs 22.
17457 2009-06-22  Jim Meyering  <meyering@redhat.com>
17459         Automatically handle .xz suffix (XZ-compressed files), too.
17460         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
17461         XZ is the successor to LZMA: <http://tukaani.org/xz/>
17463 2009-06-22  Dmitry Dzhus  <dima@sphinx.net.ru>
17464             Nick Roberts  <nickrob@snap.net.nz>
17466         * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
17467         repository (http://sphinx.net.ru/hg/gdb-mi/).
17469 2009-06-22  Glenn Morris  <rgm@gnu.org>
17471         * files.el (dir-locals-collect-mode-variables): Allow for any number of
17472         `mode' and `eval' entries.  (Bug#3430)
17474         * Makefile.in (ELCFILES): Add fadr.elc.
17476         * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
17477         differing behavior of \n and ^ in strings.  (Bug#3385)
17479         * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
17481         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
17482         property.
17483         (lisp-indent-function): Make it a defcustom.
17485 2009-06-21  Nick Roberts  <nickrob@snap.net.nz>
17487         * progmodes/gdb-ui.el: Replace with ...
17488         * progmodes/gdb-mi.el: ... this file.
17489         * progmodes/gud.el: Modify for gdb-mi.el.
17491 2009-06-21  Dmitry Dzhus  <dima@sphinx.net.ru>
17493         * fadr.el: New file.
17495 See ChangeLog.14 for earlier changes.
17497 ;; Local Variables:
17498 ;; coding: utf-8
17499 ;; End:
17501     Copyright (C) 2009, 2010  Free Software Foundation, Inc.
17503   This file is part of GNU Emacs.
17505   GNU Emacs is free software: you can redistribute it and/or modify
17506   it under the terms of the GNU General Public License as published by
17507   the Free Software Foundation, either version 3 of the License, or
17508   (at your option) any later version.
17510   GNU Emacs is distributed in the hope that it will be useful,
17511   but WITHOUT ANY WARRANTY; without even the implied warranty of
17512   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17513   GNU General Public License for more details.
17515   You should have received a copy of the GNU General Public License
17516   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
17518 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1